Package: dpkg
Version: 1.21.4
Severity: critical
Justification: breaks the whole system
I ran dpkg-fsys-usrunmess using sudo under umask 077. Several
directories including /bin /sbin /lib64 /lib32 /libx32 became mode 700.
I had to boot with rw init=/bin/bash to chmod them back to 755.
-- Package
Package: xmonad
Version: 0.15-4+b2
Severity: normal
Within the last few months, gnome-flashback-xmonad stopped starting
gsd-media-keys when I log in. Even when I start gsd-media-keys
manually, it fails to adjust screen brightness. This turns out to fix
it:
cd /usr/lib/systemd/user
sudo
Package: hime-data
Version: 0.9.11+dfsg-2
Severity: normal
Tags: patch
/usr/share/hime/script/hime-user-setup uses pushd and popd, but /bin/sh
does not provide those commands. In fact, pushd and popd are not
needed, because the child process running the script has its own current
directory. So p
Package: hime
Version: 0.9.10+git20150916+dfsg1-6
Followup-For: Bug #827927
Unfortunately, the bug still exists. Please see my original bug
report for the change that needs to be made. I am encountering
this bug upgrading from hime:amd64 0.9.10+git20150916+dfsg1-5 to
0.9.10+git20150916+dfsg1-6.
On 2016-06-23T19:16:54+0800, ChangZhuo Chen (陳昌倬) wrote:
> I cannot reprocedure the issue when doing flash install on
> 0.9.10+git20150916+dfsg1-4. The only way to reprocedure the issue is to
> upgrade from 0.9.10+git20150916+dfsg1-3 to 0.9.10+git20150916+dfsg1-4.
> Could you help to confirm that?
Package: hime
Version: 0.9.10+git20150916+dfsg1-4
Severity: serious
Tags: patch
Justification: Policy 6.4
"hime.postinst configure" fails because it performs "set -e" at the top
then tests "dpkg --compare-versions". The lines
dpkg --compare-versions $2 lt 0.9.10+git20150916+dfsg1-3~
if [
Package: doc-base
Followup-For: Bug #749595
> I fell upon the same problem. I can not say how to fix it, but I have found
> how to work around it: remove (or hide) the file
> /var/lib/doc-base/info/status.yml.
"sudo install-docs -I" seems to do the trick?
Thanks,
Ken
-- System Informati
Package: anki
Version: 2.0.11+dfsg-1
Severity: normal
Installing the python-httplib2 package fixes the following problem:
$ anki
Traceback (most recent call last):
File "/usr/bin/anki", line 7, in
import aqt
File "/usr/share/anki/aqt/__init__.py", line 5, in
Package: grub-common
Version: 2.00-14
Severity: minor
Hello,
When GRUB_TERMINAL(_OUTPUT) is set to console or serial or ofconsole,
grub-mkconfig sets the LANG environment variable to C. This helps keep
the boot menu readable, but I have the LC_MESSAGES environment variable
set too, and it was no
Package: imapfilter
Version: 1:2.2.3-1
Severity: wishlist
Hello,
imapfilter 2.3 is available at http://github.com/lefcha/imapfilter and
it would be great to have it packaged. In particular, the bug fix for
"timeout problem with CRAM-MD5 authentication" is a showstopper for me.
Thank you!
Michael Gilbert wrote:
> Ok, I see now. Then the root cause is that tempfile will "listen to"
> the TMPDIR setting. So, to fix that core problem, shouldn't we disable
> it? Note functionality shouldn't be lost since there is still the
> "--directory" option; although some scripts may need to be
On 2011-08-28T20:08:27-0500, Jonathan Nieder wrote:
> Wasn't the original intent closer to
> trap "rm -f -- \"\$tmp\"" EXIT HUP INT QUIT TERM
> which prevents the variable from being interpolated in advance at all?
Yes, that's the (a) right fix.
signature.asc
Description: Digital signature
Vincent Lefevre wrote:
> One can even execute commands up to 3 characters! e.g.
Oh, I see. I also just realized that the single-letter file name to delete can
be *
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas.
Package: xpdf
Version: 3.02-18
Severity: normal
The shell command
xpdf -m "'a'b'c'd'e.pdf"
should open the PDF file named
'a'b'c'd'e.pdf
but does not open any file. The shell command
xpdf -m "a'b'c'd'e.pdf"
should open the PDF file named
a'b'c'd'e.pdf
but instead tries to
Package: xpdf
Version: 3.02-18
Severity: minor
To handle a compressed PDF file, the /usr/bin/xpdf wrapper script first
finishes decompressing the file, then sets up a trap to delete the
temporary decompressed file at the end. Because the trap is set up
only after the decompression completes, if t
Package: xpdf
Version: 3.02-18
Severity: critical
Justification: causes serious data loss
Using a crafted .pdf.gz file name (which could be sent from a Web
server to a browser, for example), xpdf can be fooled into deleting an
unrelated file as long as its name is a single letter.
$ touch y
Package: xpdf
Version: 3.02-14
Severity: normal
I swear that I have recently received multiple PDF files whose names
each naturally contain a single quote.
$ xpdf \'.pdf
eval: 1: Syntax error: Unterminated quoted string
Thanks,
Ken
-- System Information:
Debian Release: wheezy/sid
AP
Package: xpdf
Version: 3.02-14
Followup-For: Bug #631109
This version of xpdf fails to have the following desirable property:
For every name $file, if $file exists then "xpdf $file" opens $file.
For example, if both $file and $file.gz exist then "xpdf $file"
currently opens $file.gz instead. Belo
Package: libmime-tools-perl
Version: 5.501-1
Severity: normal
Tags: sid
The MIME::Words package in the new version of libmime-tools-perl seems
to be not as robust when decoding newlines in its input:
$ perl -MMIME::Words=decode_mimewords -e 'decode_mimewords("\nx")'
MIME::Words: unexpecte
Package: surfraw
Version: 2.2.7-1
Severity: normal
/usr/bin/surfraw invokes mawk in two places, so surfraw should at least
depend on mawk. Actually it doesn't seem to need anything specific to
mawk, so surfraw should probably simply use and depend on awk.
Thanks,
Ken
-- System Informati
I couldn't find it documented anywhere, but it works for me to run
gnome-keyring-daemon --start
immediately after logging in. (I just put it in .profile) This
prints settings for the environment variables GNOME_KEYRING_CONTROL
and SSH_AUTH_SOCK to stdout, but I redirect it to /dev/null beca
I just encountered the same segmentation fault. I resolved the problem
by making /etc/pam.d/fcrontab no longer include pam_tmpdir.
signature.asc
Description: Digital signature
Package: module-init-tools
Version: 3.12~pre2-1
Severity: normal
Tags: patch
After I added "i915.modeset=1" to my kernel cmdline today, modprobe
started printing "options i915 modeset=1" to stdout whenever it is
invoked (even just to add or remove a non-existent module, add an
already-loaded modul
Package: tex-gyre
Version: 2.004.1-1
Severity: normal
$ LC_ALL=C sudo dpkg --purge tex-gyre
(Reading database ... 262308 files and directories currently installed.)
Removing tex-gyre ...
defoma-font [option..] register ..
defoma-font [option..] unregister
defoma-font [option..] reregister ..
Please find attached a Debian package with the new version of hdapsd.
hdapsd_0.0.20081004-1.tar.gz
Description: application/tar-gunzip
signature.asc
Description: Digital signature
Package: hdapsd
Version: 1:0.0.20070803-2
Severity: normal
Hello,
There is a new version of hdapsd, necessary to work with the new kernel
interface since Linux 2.6.27, linked to from
http://www.thinkwiki.org/wiki/HDAPS#Userspace_daemon
under "Userspace daemon": "Current version".
Thanks,
Package: texlive-latex-recommended-doc
Version: 2007.dfsg.1-5
Followup-For: Bug #420224
mdwtab.{dvi,pdf} is also missing from texlive-latex-recommended-doc.
-- Package-specific info:
##
List of ls-R files
-rw-r--r-- 1 ccshan ccshan 6341 2009-03-02 02:31 /home
Package: libbtparse0
Version: 0.34-2
Severity: normal
Tags: patch
The purify_string function crashes if it encounters a two-letter control
sequence whose first letter is unrecognized, due to a missing "default"
branch in foreign_letter:
$ perl -MText::BibTeX -e 'print Text::BibTeX::purify_str
On 2008-10-25T11:53:16+0100, Marco Rodrigues wrote:
> Could you please test it with current unstable version ?
>
> Looks like you have the same problem in this bug report:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg118243.html
>
> Try to install gstreamer0.10-plugins-base
It works now.
On 2008-08-20T10:22:34+0200, Hilmar Preusse wrote:
> Using that example I can't reproduce the problem any more in TL
> 2007. Can you? Should be close the bug now?
I tried just now and couldn't reproduce the problem either. So yes.
Thank you!
--
Edit this signature at http://www.digitas.harvard.
Package: poppler-utils
Version: 0.8.4-1.1
Severity: minor
Hello,
The pdftops man page shows "PDF-file" inside square brackets under
"synopsis", which suggests that it is ok to pass no argument to pdftops
(to read the input PDF file from standard input), but that does not
work. Therefore, either
On 2008-07-07T22:06:48-0400, Chung-chieh Shan wrote:
> On Tue, 08 Jul 2008 00:02:27 +0100
> Marco Rodrigues <[EMAIL PROTECTED]> wrote:
> > Do you still have this problem with version 0.9.8 ? Please check it..
> Sorry, but yes, with version 0.9.8-1. The message is almost t
On Tue, 08 Jul 2008 00:02:27 +0100
Marco Rodrigues <[EMAIL PROTECTED]> wrote:
> Do you still have this problem with version 0.9.8 ? Please check it..
Sorry, but yes, with version 0.9.8-1. The message is almost the same:
$ alarm-clock
Traceback (most recent call last):
File "alarm-clock.py",
Hello,
Since around when I switched from Firefox 2 to Firefox 3 (or perhaps
it is a coincidence), Polipo often crashes, especially when I go to
nytimes.com. Setting dnsUseGethostbyname to false or true didn't help,
but it wasn't hard for me to get a backtrace under valgrind; see below.
The page i
Package: alarm-clock
Version: 0.9.3-2
Severity: important
I get the following error when I try to start alarm-clock:
$ alarm-clock
Traceback (most recent call last):
File "alarm-clock.py", line 34, in
import pyalarm
File "/usr/share/alarm-clock/pyalarm.py", line 98,
Package: wordnet
Version: 1:3.0-10
Severity: normal
Hello,
These commands work:
$ LC_ALL=C wnb
$ LC_ALL=en_US.UTF-8 wnb
$ LC_ALL=zh_TW wnb
However, this command causes a core dump in strcmp():
$ LC_ALL=zh_TW.UTF-8 wnb
Given that wnb is not a terribly localized program, perhaps
Package: xserver-xorg-core
Version: 2:1.4.1~git20080131-1
Severity: important
Hello,
If I put
Option "XkbGeometry" "thinkpad(us)"
instead of
Option "XkbGeometry" "pc(pc104)"
in /etc/X11/xorg.conf, and start X (even just by typing "X" at th
On 2008-02-06T23:44:17+0100, Brice Goglin wrote:
> Chung-chieh Shan wrote:
> > Sorry, upgrading xserver-xorg-video-intel 2:2.1.1-4 -> 2:2.2.0.90-2
> > still broke X here. I attach my xorg.conf and Xorg.0.log.
> Your log claims intel 2.2.0, does it really come from 2:2.2.0.
Sorry, upgrading xserver-xorg-video-intel 2:2.1.1-4 -> 2:2.2.0.90-2
still broke X here. I attach my xorg.conf and Xorg.0.log.
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debco
Package: dpkg
Version: 1.14.16.1
Severity: normal
Hello,
The packages "polipo" (in /usr/lib/polipo/polipo-control) and "ipw3945d"
(in /etc/init.d/ipw3945d) are among those packages that say
start-stop-daemon --chuid myuser:mygroup
where "myuser" is a system user and "mygroup" is its primary
Package: texinfo
Version: 4.11.dfsg.1-2
Severity: normal
Hello,
The man page for texi2dvi is funny. My favorite sentence is "The full
documentation for You is maintained as a Texinfo manual." (:
Thank you,
Ken
YOU(1) User Commands YOU(
Package: latex-beamer
Version: 3.07-1
Severity: wishlist
Hello,
hyperref version 6.75p disables pdfpagelabels if \thepage is undefined
when hyperref is loaded, which is the case when the first line of the
document is \documentclass{beamer}. Instead, beamer should (1) define
\thepage earlier so t
Package: xpdf-reader
Version: 3.02-1.3
Severity: normal
Hello,
xpdf -fullscreen does not turn the shadowThickness setting to 0, so a
thin border remains around the displayed page.
Thanks,
Ken
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (500, 'stab
Package: vim-runtime
Version: 1:7.1-138+1
Severity: normal
Tags: patch
Hello,
By default, syntax/lhaskell.vim tries to guess whether a literate
Haskell program is a TeX document. The current guessing method takes
any occurrence of % in the file to show that it is a TeX document. This
method is
On 2007-11-03T20:52:37-0400, Roberto C. Sánchez wrote:
> OK. So after looking at the start-stop-daemon man page and looking at
> --oknodo, it appears that what may be going on is that you don't have
> xl2tpd running at the time of upgrade. Is this the case?
Yes.
--
Edit this signature at http:
Package: xl2tpd
Version: 1.1.12.dfsg.1-1
Followup-For: Bug #447990
Hello,
I had the same symptom when trying to upgrade, and fixed it by adding
"--oknodo" to the invocation of start-stop-daemon for the stop action
in /etc/init.d/xl2tpd.
Thanks,
Ken
-- System Information:
Debian Release:
Package: laptop-mode-tools
Version: 1.34-1
Severity: normal
Tags: patch
Hello,
/etc/init.d/laptop-mode creates a temporary file without removing it
every time it is run, because it invokes rm only on abnormal exit.
The numerous occurrences of
$( cat $TEMPFILE )
in this script are underquoted:
Package: acpi-support
Version: 0.95-2
Severity: normal
Tags: patch
Hello,
The getXconsole function in /usr/share/acpi-support/power-funcs uses
"ps ax" and so doesn't work reliably when COLUMNS is set to say 80.
The grep and sed patterns used there are also not matching. Here is a
rewritten versi
Package: mairix
Version: 0.20-1
Severity: normal
Tags: patch
Hello,
When a large mbox contains a message with a broken attachment such as a
missing end boundary, mairix keeps looking through the rest of the mbox
in hope of finding the end boundary. This often futile activity takes
a long time if
Package: mairix
Version: 0.20-1
Severity: important
Tags: patch
Hello,
make_nvp() crashes if the input string is not valid, because
nvp_next_state may return -1. Changing
current_state = nvp_next_state(current_state, tok);
to
if (0 > (current_state = nvp_next_state(current_state, tok)
Package: viewvc
Version: 1.0.3-2
Severity: critical
Tags: security patch
Justification: causes serious data loss
Hello,
viewvc provides a "forbidden" configuration option to forbid access to
parts of a repository, but only *directory* listing is forbidden. An
attacker who guesses a file name can
Package: privoxy
Version: 3.0.6-1
Severity: normal
Hello,
I believe my privoxy configuration is the default. It seems that
the Web page http://www.cs.rutgers.edu/~ccshan/debbugs/privoxy/
(originally at http://planet.haskell.org/) crashes Privoxy. I tested
this by running privoxy in one terminal
Package: renrot
Version: 0.25-1
Severity: minor
Hello,
In the renrot man page, in the description section, "it's thumbnail"
should be "its thumbnail".
Thanks,
Ken
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architec
Package: googleearth-package
Version: 0.0.1
Followup-For: Bug #381510
When I ran make-googleearth-package with umask 077, /usr/bin/googleearth
got mode 711, which is bad. When I ran make-googleearth-package with
umask 022, /usr/bin/googleearth got mode 755, as desired. Both times
was as a non-ro
Package: xxdiff-scripts
Version: 1:3.2-0
Severity: normal
$ xx-sql-schemas --help
Traceback (most recent call last):
File "/usr/bin/xx-sql-schemas", line 8, in ?
from xxdiff.scripts.sqlschemas import main
File "/usr/lib/python2.4/site-packages/xxdiff/scripts/sqlschemas.py", line
28, in ?
Package: pdfjam
Version: 1.20-2
Severity: wishlist
Hello,
It would be great if pdfnup had a --clip option (corresponding to the
"clip" Boolean option for \includegraphics).
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'un
Package: tetex-bin
Version: 3.0-18
Severity: normal
Tags: patch
Hello,
Line 990 of tetex-bin.postinst should read
create_localconf $ETC_MAPCFG $VAR_MAPCFG \
instead of
create_localconf $ETC_MAPCFG $VAR_MAPCFG \\
in order for upgrading from woody to succeed.
Thanks,
Ken
-- Sy
Package: libc6
Version: 2.3.6-16
Severity: normal
Hello,
The following program prints "-1" rather than "5" on my laptop:
#include
#include
int main()
{
char buf[256];
printf("%d\n", snprintf(buf, sizeof(buf), "%.20s", "hello"));
return 0;
}
Package: linux-2.6
Followup-For: Bug #369416
I have the same problem ("kernel: ADDRCONF(NETDEV_UP): eth1: link is
not ready") on stock kernel linux-image-2.6.17-1-686 (version 2.6.17-3)
as well as a custom-built kernel based on linux-source-2.6.17 (version
2.6.17-3). DHCP is not the problem becau
Package: xfce4-panel
Version: 4.3.90.1-3
Severity: normal
Hello,
I have a window titled "Evolution - 行事曆". When I click on the XFCE
Window List button on my panel to pop up the windowlist menu, I see a
menu item labeled "Evolution - 行事??...". The ellipsis at the end
suggests that the character
Package: xfwm4
Version: 4.3.90.1-1
Severity: normal
Hello,
In xfce 4.2, I used to set the key for cycling windows to Alt+period
rather than the default Alt+Tab. That worked. Now I don't seem to be
able to set the cycle_windows_key in Keyboard Settings to Alt+period.
When I try to do it, the key
Package: usbutils
Version: 0.72-2
Severity: normal
Hello,
/usr/bin/lsusb is a symlink to /usr/sbin/lsusb, but the latter doesn't
exist.
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architectu
Package: mutt
Version: 1.5.11+cvs20060403-1
Severity: minor
Hello,
When I type "|cat >/usr/local/bi" at Mutt's index screen and hit Tab, I
expect Mutt to add "n" or "n/" to the command line. Instead, it removes
"/bi" from the command line. (To reproduce this bug, there must be no
space after ">
Package: uni2ascii
Version: 3.5-1
Severity: normal
Tags: patch
The following patch stops "uni2ascii -f" from turning "9" into "y", and
"Z" into "a".
Thanks,
Ken
--- uni2ascii-3.5.orig/uni2ascii.c
+++ uni2ascii-3.5/uni2ascii.c
@@ -1777,7 +1777,7 @@
case 0xFE68:
putchar(0x5C);
Package: libpam-modules
Version: 0.79-3.1
Severity: normal
Hello,
I put "account required pam_access.so" in /etc/pam.d/common-account,
which is @included in /etc/pam.d/atd. My syslog then says:
Apr 16 22:51:00 localhost pam_access[18357]: couldn't get the tty name
Apr 16 22:51:00 localh
Package: laptop-mode-tools
Version: 1.30-1
Severity: normal
Hello,
/usr/sbin/laptop_mode as installed currently contains ^M
(carriage-return), which confuses the shell. These should
be removed.
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
Package: gnome-terminal
Version: 2.14.0-1
Severity: normal
Hello,
Starting with a gnome-terminal window with a single tab, suppose I
create a new tab then close it. When the new tab is created, the
window grows to keep the terminal size constant while accommodating the
tab bar. When the new tab
Package: mzscheme
Version: 1:301-12
Severity: minor
Tags: patch
A LaTeX file can start with \RequirePackage, for example
\RequirePackage{fix-cm}. Currently slatex.ss checks whether
the first control sequence in the input file is \documentstyle,
\documentclass, or \NeedsTeXFormat to decide if the
Package: vte
Severity: normal
Hello,
The recent upgrade to vte 1:0.12.0-1 seems to make gnome-terminal and
xfce4-terminal think that every new tab starts out with 24 rows. This
inaccurate assumption seems to confuse vim and info: if I open a new tab
and start vim or info right away, they only dr
Package: qiv
Version: 2.0-4.1
Severity: normal
Hello,
The instructions in the qiv(1) manual page for using qiv with
xscreensaver ("/usr/bin/qiv -srfid 5 your_pix/\*") doesn't seem to work
anymore. After about 30 seconds into the slideshow, the screen goes
blank (but the screen is still on). I s
Package: mzscheme
Version: 1:301-11
Severity: important
Hello,
I'm having trouble with mzscheme.postinst :
Setting up mzscheme (301-11) ...
Cataloging SLIB routines...
#f::0: read: expected a ')'
dpkg: error processing mzscheme (--configure):
subprocess post-installation scr
Package: x2x
Version: 1.27.svn.20060214-1
Severity: normal
Hello,
Recently (after the last upgrade?), I've been having a strange problem
with x2x. When I type "<" over x2x (i.e., when I hold down Shift_L and
hit the comma key when x2x is controlling the "to" display using the
"from" keyboard), I
Package: laptop-mode-tools
Version: 1.27-1
Severity: normal
Tags: patch
Hello,
When laptop-mode is activated and battery power is plentiful,
laptop-mode disables write caching regardless of the settings in the
configuration file. The following patch fixes the problem.
Thanks,
Ken
--- /
Package: laptop-mode-tools
Version: 1.23-1
Severity: minor
Hello,
In the default laptop-mode.conf, the fastest speed is documented as
"highest", but it is actually "fastest".
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, '
Package: laptop-mode-tools
Version: 1.23-1
Severity: normal
Tags: patch
Hello,
The new "deactivate data-loss-sensitive features when battery is low"
feature always deactivates data-loss-sensitive features when the
present rate of battery drain is available from /proc/acpi, because
ENOUGH_CHARGE i
Package: mzscheme
Version: 1:301-5
Followup-For: Bug #351368
I see the same problem. DrScheme starts much faster when I
install it myself in /usr/local from the PLT Scheme Web site
(plt-301-bin-i386-linux.sh).
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT p
Package: scm
Version: 5e1-4
Followup-For: Bug #239658
$ scm -r5
;ERROR: No such file or directory
ERROR: LOAD couldn't find file "/build/buildd/scm-5e1/Macro"
;STACK TRACE
1; ([EMAIL PROTECTED] ((cep ([EMAIL PROTECTED]))) ([EMAIL PROTECTED] ([EMAIL
PROTECTED] d ...
2; ([EMAIL PROTECTED] ((hss
Package: rlpr
Version: 2.05-3
Severity: wishlist
Tags: patch
Hello,
The following patch adds a -U/--user option to rlprm, similar to the one
that rlpr already provides.
Thanks,
Ken
diff -aur rlpr-2.05/src/rlprm.c rlpr-2.05+/src/rlprm.c
--- rlpr-2.05/src/rlprm.c 2006-01-20 18:11:29
Hello,
Here's a patch that fixes the problem, at least with Debian's version of
the "w" command. It also changes the misspelled NOLM_DPMS_STANDBY to
NOLM_AC_DPMS_STANDBY in the defaults.
Thanks,
Ken
--- /usr/sbin/laptop_mode.orig 2005-11-27 20:55:01.0 -0500
+++ /usr/sbin/laptop
Package: tin
Version: 1:1.8.0-1
Severity: important
Tags: patch
Hello,
If the user's mailbox is a Maildir directory, then mail_check() in
misc.c allocates one too few byte to store the name of the "new"
subdirectory of the Maildir directory, because joinpath() assumes that
the given file name (in
Package: vim-runtime
Version: 1:6.4-006+1
Severity: minor
Tags: l10n
Hello,
There is a typo in the traditional Chinese message that Vim displays
when it opens a file with an existing swap. I believe the phrase
負諸流水 should be 付諸流水 instead.
Thanks,
Ken
-- System Information:
Debian Relea
Package: laptop-mode-tools
Version: 1.11-1
Severity: normal
The DPMS control feature in laptop-mode doesn't work. One problem is
that the command
who |grep \:[0-9].*\: |awk '{print $1";"$2}'
in /usr/sbin/laptop_mode does not generate a list of users and displays.
(By the way, "xwindows" in l
Hello,
As far as I can tell, the problems I reported earlier with the Debian
installer have now been fixed.
Thank you,
Ken
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
OSCE Final Report on the United Kingdom general election on 2005-05-05
http://osce.org/item
On 2005-11-28T08:56:25+, Simon Huggins wrote:
> What happens if you try to reset these keys via the settings plugin?
> My own bindings (ALT-F1/F2 etc) are working fine.
I tried setting it to Alt+F1, and unsetting it and then setting it back
to Shift+Control+F1, but neither worked. When I set
Package: xfwm4
Version: 4.2.3.2-1
Severity: normal
Hello,
I bind "Move window to workspace [n]" to Shift+Control+F[n], for n
from 1 to 9, under xfwm4. These shortcut keys stopped working after
the recent upgrade to xfce 4.2.3.2. As far as I can tell, all other
shortcut keys and all other ways t
Package: laptop-mode-tools
Version: 1.11-1
Severity: normal
Tags: patch
THIS_CPU_GOVERNOR is misspelled as THIS_GOVERNOR in
/usr/sbin/laptop_mode.
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
On 2005-11-26T17:34:39-0500, Ari Pollak wrote:
> Switching categories under which plugin?
Sorry, it was (as far as I can remember) SHOUTcast.
Thank you!
Ken
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
There is a natural desire for people to see domain names
On 2005-11-26T17:37:35-0500, Ari Pollak wrote:
> Is there a specific category that reproduces this consistently?
Not as far as I've noticed, unfortunately...
Would a core file help?
Thanks,
Ken
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
There is a natural
Package: streamtuner
Version: 0.99.99-5
Severity: normal
Hello,
Recently streamtuner started segfaulting from time to time when I switch
categories. Here is a backtrace:
GNU gdb 6.3.90_20051119-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General
Hello,
mairix 0.17 now handles gzip, but it needs to be built using zlib in
order to do so. I suppose the build dependencies need to be updated?
Thank you,
Ken
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
There is a natural desire for people to see domain na
Package: mairix
Version: 0.17-1
Severity: minor
Hello,
$ mairix --version
mairix 0.15.2
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/b
On 2005-11-07T17:54:23-0800, Daniel Burrows wrote:
> On Mon, Nov 07, 2005 at 06:52:38PM -0500, Chung-chieh Shan <[EMAIL
> PROTECTED]> was heard to say:
> > Thanks for now supporting zh_TW.UTF-8 in aptitude. However, I cannot
> > quit except using Ctrl-C. It seems
Package: aptitude
Version: 0.4.0-2
Severity: normal
Tags: l10n
Hello,
Thanks for now supporting zh_TW.UTF-8 in aptitude. However, I cannot
quit except using Ctrl-C. It seems that neither Y nor N is recognized
at the confirmation prompt.
Thanks again,
Ken
-- System Information:
Debian
The undocumented flag "-pn" ("partial network") allows lbxproxy to
operate without listening on all the ports that it wants to.
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
2005-11-06 Against Exploiting the Environment in War http://tinyurl.com/adhg9
2005-11-20 Univers
Package: lbxproxy
Version: 6.8.2.dfsg.1-10
Severity: normal
lbxproxy seems to require ipv6. On this machine, which doesn't have the
ipv6 kernel module, it enters an infinite or almost infinite loop at
startup:
ligate:~$ lbxproxy
_LBXPROXYTransSocketOpenCOTSServer: Unable to open socket f
Package: tetex-bin
Version: 3.0-9
Severity: normal
Hello,
tetex-bin failed to configure on my system because fmtutil-sys failed to
build lambda.fmt and lamed.fmt. It's because I set TEXINPUTS to point
to a directory that contains (among other things) a totally unrelated
lambda.tex file by Alan J
Package: tetex-bin
Version: 3.0-9
Severity: normal
Hello,
pdfeinitex is missing from /usr/bin .
Thanks,
Ken
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked t
Hello,
In the vim patch 203_zh_TW.UTF8.po.diff , "%lf" should be "%ld".
Thanks,
Ken
signature.asc
Description: Digital signature
On 2005-09-18T15:48:04-0700, Debian Bug Tracking System wrote:
> > A construction like "%>-" in pager_format should make the rest of the
> > pager status line flush right against " -- (63%) ". Instead, "%>-" in
> > pager_format fails to take the width of " -- (63%) " (that is, 10)
> > into account.
On 2005-08-14T10:25:22+1000, Hamish Moffatt wrote:
> This PDF appears OK in unstable with xpdf 3.00-14. Could you confirm?
Confirmed.
> The text on the second page does not look correct but I did not have it
> use excessive memory.
The text on the first page is also incorrect.
Thanks,
K
1 - 100 of 113 matches
Mail list logo