Bug#1008478: dpkg-fsys-usrunmess depends on umask 022

2022-03-26 Thread Chung-chieh Shan
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. --

Bug#1006146: xmonad: gsd-media-keys doesn't start with gnome-flashback-xmonad session

2022-02-19 Thread Chung-chieh Shan
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

Bug#985250: hime-data: hime-user-setup uses pushd, which /bin/sh does not provide

2021-03-14 Thread Chung-chieh Shan
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

Bug#827927: hime: postinst fails due to "set -e" and "dpkg --compare-versions"

2016-06-30 Thread Chung-chieh Shan
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.

Bug#827927: [Pkg-ime-devel] Bug#827927: hime: postinst fails due to "set -e" and "dpkg --compare-versions"

2016-06-23 Thread Chung-chieh Shan
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?

Bug#827927: hime: postinst fails due to "set -e" and "dpkg --compare-versions"

2016-06-22 Thread Chung-chieh Shan
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

Bug#749595: doc-base: fails to upgrade

2014-07-17 Thread Chung-chieh Shan
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 Information:

Bug#712930: anki: should require python-httplib2

2013-06-20 Thread Chung-chieh Shan
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 module import aqt File /usr/share/anki/aqt/__init__.py, line 5, in

Bug#708816: grub-common: For ASCII, grub-mkconfig needs to set LC_ALL, not just LANG

2013-05-18 Thread Chung-chieh Shan
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

Bug#649543: imapfilter: New version (2.3) available

2011-11-21 Thread Chung-chieh Shan
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!

Bug#635849: crafted .pdf.gz file name can ...

2011-09-06 Thread Chung-chieh Shan
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 fixed.

Bug#635849: crafted .pdf.gz file name can ...

2011-08-28 Thread Chung-chieh Shan
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

Bug#635849: xpdf: crafted .pdf.gz file name can delete any single-letter-named file

2011-07-29 Thread Chung-chieh Shan
Vincent Lefevre vinc...@vinc17.net 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?

Bug#635849: xpdf: crafted .pdf.gz file name can delete any single-letter-named file

2011-07-28 Thread Chung-chieh Shan
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

Bug#635850: xpdf: race condition sometimes leaves decompressed file undeleted

2011-07-28 Thread Chung-chieh Shan
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

Bug#635852: xpdf: -m does not handle single quotes in file names

2011-07-28 Thread Chung-chieh Shan
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

Bug#631250: xpdf: does not handle single quotes in file names

2011-06-21 Thread Chung-chieh Shan
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

Bug#631109: If $file exists then xpdf $file should open $file

2011-06-20 Thread Chung-chieh Shan
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. Below

Bug#614545: MIME::Words: unexpected case: Please alert developer.

2011-02-21 Thread Chung-chieh Shan
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: unexpected

Bug#608967: surfraw: uses mawk; should use and depend on awk

2011-01-04 Thread Chung-chieh Shan
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

Bug#603387: Initializing gnome-keyring-daemon

2010-11-14 Thread Chung-chieh Shan
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

Bug#513740: libpam-tmpdir?

2010-06-08 Thread Chung-chieh Shan
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

Bug#574584: module-init-tools: modprobe is too chatty with parse_toplevel_config and parse_kcmdline

2010-03-19 Thread Chung-chieh Shan
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 module,

Bug#560776: tex-gyre: prerm invokes defoma-font incorrectly

2009-12-11 Thread Chung-chieh Shan
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 category font hints.. defoma-font [option..] unregister category font

Bug#519766: hdapsd: Newer version available for new kernel interface

2009-03-14 Thread Chung-chieh Shan
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,

Bug#519766: Updated version

2009-03-14 Thread Chung-chieh Shan
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

Bug#420224: texlive-latex-recommended-doc: mdwtab/mathenv documentation also missing

2009-03-06 Thread Chung-chieh Shan
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

Bug#506456: libbtparse0: internal error: foreign_letter(): should never reach end of function

2008-11-21 Thread Chung-chieh Shan
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

Bug#485386: Still not working ?

2008-10-25 Thread Chung-chieh Shan
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.

Bug#222682: tetex-bin: dvipdfm makes big delimiters disappear in this document

2008-08-20 Thread Chung-chieh Shan
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

Bug#491816: poppler-utils: The PDF-file argument to pdftops is not optional

2008-07-21 Thread Chung-chieh Shan
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 the

Bug#485386: Error at startup...

2008-07-09 Thread Chung-chieh Shan
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 the same: Again, with version

Bug#485386: Error at startup...

2008-07-07 Thread Chung-chieh Shan
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, line

Bug#432561: valgrind backtrace

2008-06-30 Thread Chung-chieh Shan
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

Bug#485386: alarm-clock: python error on startup

2008-06-08 Thread Chung-chieh Shan
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 module import pyalarm File /usr/share/alarm-clock/pyalarm.py, line

Bug#484568: wordnet: wishwn dumps core immediately in locale zh_TW.UTF-8

2008-06-04 Thread Chung-chieh Shan
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,

Bug#468278: xserver-xorg-core: XkbGeometry thinkpad(us) locks up machine

2008-02-27 Thread Chung-chieh Shan
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 the

Bug#451570: [Fwd: [Bug 13376] Intel 2.2 lockup when virtual size exceeds 2048]

2008-02-06 Thread Chung-chieh Shan
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

Bug#451570: [Fwd: [Bug 13376] Intel 2.2 lockup when virtual size exceeds 2048]

2008-02-06 Thread Chung-chieh Shan
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.90-2 ? Well, my /var/log

Bug#462018: start-stop-daemon: Unable to set initgroups() with gid 13 (Operation not permitted)

2008-01-21 Thread Chung-chieh Shan
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 group.

Bug#452582: texinfo: Funny man page for texi2dvi

2007-11-23 Thread Chung-chieh Shan
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

Bug#452283: xpdf-reader: shadowThickness nonzero in fullscreen mode

2007-11-21 Thread Chung-chieh Shan
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,

Bug#452333: latex-beamer: beamer should generate pdf page labels using hyperref

2007-11-21 Thread Chung-chieh Shan
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

Bug#451440: vim-runtime: syntax/lhaskell.vim shouldn't assume that any file with % is TeX

2007-11-15 Thread Chung-chieh Shan
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

Bug#447990: Need --oknodo in /etc/init.d/xl2tpd stop action?

2007-11-03 Thread Chung-chieh Shan
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:

Bug#447990: Fails to upgrade from 1.1.11.dfsg.1-2 to xl2tpd_1.1.12.dfsg.1-1

2007-11-03 Thread Chung-chieh Shan
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

Bug#442321: laptop-mode-tools: Underquoted use of unnecessary temporary files

2007-09-15 Thread Chung-chieh Shan
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

Bug#437141: acpi-support: getXconsole unreliable when COLUMNS is set

2007-08-10 Thread Chung-chieh Shan
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

Bug#416999: mairix: segfault on invalid message header in nvp.c

2007-03-31 Thread Chung-chieh Shan
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,

Bug#417001: mairix: broken attachment in large mbox takes a long time to parse

2007-03-31 Thread Chung-chieh Shan
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

Bug#416696: viewvc: Forbids only directories, not files

2007-03-29 Thread Chung-chieh Shan
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

Bug#404284: privoxy: Crashes on fetching this Web page

2006-12-22 Thread Chung-chieh Shan
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

Bug#402702: renrot: Extra apostrophe in man page

2006-12-11 Thread Chung-chieh Shan
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')

Bug#381510: googleearth-package: umask needs to be 022 currently

2006-11-13 Thread Chung-chieh Shan
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

Bug#390091: xxdiff-scripts: xx-sql-schemas and xx-cvs-revcmp missing modules

2006-09-29 Thread Chung-chieh Shan
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 ?

Bug#381792: tetex-bin: extra backslash in postinst foils upgrade from woody

2006-08-06 Thread Chung-chieh Shan
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 --

Bug#381807: pdfnup: please add --clip option

2006-08-06 Thread Chung-chieh Shan
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,

Bug#380195: libc6: snprintf(buf, sizeof(buf), %.2000000000s, hello) may fail

2006-07-28 Thread Chung-chieh Shan
Package: libc6 Version: 2.3.6-16 Severity: normal Hello, The following program prints -1 rather than 5 on my laptop: #include stdio.h #include limits.h int main() { char buf[256]; printf(%d\n, snprintf(buf, sizeof(buf), %.20s, hello)); return 0;

Bug#369416: linux-2.6: orinoco_cs receives nothing on 2.6.17-3

2006-07-15 Thread Chung-chieh Shan
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

Bug#376995: xfce4-panel: popup menu from windowlist truncates UTF-8 character in the middle

2006-07-05 Thread Chung-chieh Shan
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 歷,

Bug#370310: xfwm4: Cannot set cycle_windows_key from Alt+Tab to Alt+period

2006-06-04 Thread Chung-chieh Shan
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

Bug#368014: usbutils: /usr/sbin/lsusb missing

2006-05-19 Thread Chung-chieh Shan
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')

Bug#367405: mutt: command-line completion backspaces instead

2006-05-15 Thread Chung-chieh Shan
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 .)

Bug#365962: uni2ascii: Z/a and 9/y are treated as stylistic variants

2006-05-03 Thread Chung-chieh Shan
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);

Bug#363237: libpam-modules: pam_access (and pam_{group, filter, time}?) aborts for atd

2006-04-17 Thread Chung-chieh Shan
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

Bug#362261: laptop-mode-tools: ^M in /usr/sbin/laptop_mode

2006-04-12 Thread Chung-chieh Shan
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

Bug#361114: gnome-terminal: terminal size increases after closing all tabs but one

2006-04-06 Thread Chung-chieh Shan
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

Bug#361027: mzscheme: slatex should recognize \RequirePackage to start a LaTeX file

2006-04-05 Thread Chung-chieh Shan
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

Bug#360781: vte: new tab thinks it's 24x80

2006-04-04 Thread Chung-chieh Shan
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

Bug#360514: qiv: no longer works with xscreensaver

2006-04-02 Thread Chung-chieh Shan
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

Bug#355337: mzscheme: Cataloging SLIB routines... #f::0: read: expected a ')'

2006-03-04 Thread Chung-chieh Shan
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

Bug#354081: less becomes greater over x2x

2006-02-22 Thread Chung-chieh Shan
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 get .

Bug#353567: laptop-mode-tools: HD_WRITECACHE set to 0 when activating with plenty of battery power

2006-02-19 Thread Chung-chieh Shan
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 ---

Bug#353027: laptop-mode-tools: MINIMUM_BATTERY_MINUTES check always fails

2006-02-15 Thread Chung-chieh Shan
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 is

Bug#353028: laptop-mode-tools: comment typo in laptop-mode.conf

2006-02-15 Thread Chung-chieh Shan
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,

Bug#239658: scm -r5 fails again in 5e1-4

2006-02-05 Thread Chung-chieh Shan
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

Bug#351368: mzscheme: drscheme takes ages to start, runs slow and throw an error

2006-02-05 Thread Chung-chieh Shan
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

Bug#349099: rlprm should provide -U/--user option like rlpr does

2006-01-20 Thread Chung-chieh Shan
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

Bug#343967: laptop-mode-tools: CONTROL_DPMS_STANDBY doesn't work

2006-01-14 Thread Chung-chieh Shan
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 +++

Bug#347420: vim-runtime: incorrect message about recovery from swap

2006-01-10 Thread Chung-chieh Shan
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

Bug#347422: tin: buffer overflow in maildir check

2006-01-10 Thread Chung-chieh Shan
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

Bug#343967: laptop-mode-tools: CONTROL_DPMS_STANDBY doesn't work

2005-12-18 Thread Chung-chieh Shan
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

Bug#248064: Problems fixed

2005-12-05 Thread Chung-chieh Shan
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

Bug#341058: [Pkg-xfce-devel] Bug#341058: xfwm4: Move window to workspace # shortcut keys don't work

2005-11-28 Thread Chung-chieh Shan
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

Bug#341057: laptop-mode-tools: CPU frequency governor not set

2005-11-27 Thread Chung-chieh Shan
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')

Bug#341058: xfwm4: Move window to workspace # shortcut keys don't work

2005-11-27 Thread Chung-chieh Shan
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 to

Bug#340827: mairix --version gives old version number

2005-11-26 Thread Chung-chieh Shan
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

Bug#307432: mairix 0.17 handles gzip but needs zlib

2005-11-26 Thread Chung-chieh Shan
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

Bug#340917: streamtuner: Random segfault when switching categories

2005-11-26 Thread Chung-chieh Shan
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

Bug#340917: streamtuner: Random segfault when switching categories

2005-11-26 Thread Chung-chieh Shan
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

Bug#340917: streamtuner: Random segfault when switching categories

2005-11-26 Thread Chung-chieh Shan
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

Bug#338056: aptitude: Cannot confirm quit in zh_TW

2005-11-09 Thread Chung-chieh Shan
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 that neither Y nor N is recognized

Bug#338056: aptitude: Cannot confirm quit in zh_TW

2005-11-07 Thread Chung-chieh Shan
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

Bug#337175: Workaround for lbxproxy without ipv6

2005-11-03 Thread Chung-chieh Shan
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 Universal

Bug#337175: lbxproxy spuriously requires ipv6

2005-11-02 Thread Chung-chieh Shan
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

Bug#334645: tetex-bin: pdfeinitex missing

2005-10-18 Thread Chung-chieh Shan
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

Bug#334650: tetex-bin: fmtutil-sys should unset TEXINPUTS

2005-10-18 Thread Chung-chieh Shan
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

Bug#319420: acknowledged by developer (Bug#319420: fixed in vim 1:6.3-090+1)

2005-10-03 Thread Chung-chieh Shan
Hello, In the vim patch 203_zh_TW.UTF8.po.diff , %lf should be %ld. Thanks, Ken signature.asc Description: Digital signature

Bug#259145: acknowledged by developer (Re: mutt: % in pager_format overshoots by 10 repetitions)

2005-09-18 Thread Chung-chieh Shan
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. Hence the last

Bug#308547: this file makes xpdf exhaust memory

2005-08-14 Thread Chung-chieh Shan
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, Ken

  1   2   >