[Bug 797794] [NEW] rarp(8) contains wrong link

2011-06-15 Thread Pan Yongzhi
Public bug reported: Binary package hint: net-tools It says "For a replacement RARP daemon, see ftp://ftp.dementia.org/pub /net-tools ". The correct link is ftp://alycia.dementia.org/pub/net- tools . But as the rarpd package shipped from distribution is different from this mentioned one, I sugges

[Bug 796429] [NEW] Ignores wrong option -nostdlibs

2011-06-12 Thread Pan Yongzhi
Public bug reported: Binary package hint: gcc-4.5 -nostdlibs is a typo of -nostdlib. gcc silently ignores this type and link to the standard libraries. Sample output: $ make -B no-header-files-example gcc -Wall -pedantic -std=c99 -nostdlibs -o no-header-files-example no-header-files-example.c $

[Bug 782199] Re: Grub doesn't recognize alternative keyboard layouts

2011-06-04 Thread Pan Yongzhi
** Also affects: grub Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/782199 Title: Grub doesn't recognize alternative keyboard layouts -- ubuntu-bugs mai

[Bug 781572] [NEW] Cannot trash or restore file if filename very long

2011-05-12 Thread Pan Yongzhi
Public bug reported: Binary package hint: nautilus I find nautilus cannot trash a file if its filename is longer than 245 chars, since nautilus create trashinfo file in the form .trashinfo under $HOME/.local/share/Trash/info, which adds 10 bytes to the info file. Also, if a filename is longer th

[Bug 776145] Re: Does not echo udp response to stdout, not compatitble with netcat-traditional

2011-05-02 Thread Pan Yongzhi
This bug applies to netcat for all the builtin services of xinetd, they are chargen, daytime, discard, echo and time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776145 Title: Does not echo udp re

[Bug 776145] [NEW] Does not echo udp response to stdout, not compatitble with netcat-traditional

2011-05-02 Thread Pan Yongzhi
Public bug reported: Binary package hint: netcat-openbsd Netcat-openbsd does not echo response from xinetd UDP server to stdout. But netcat-traditional works OK as with TCP server. Test case: Install xinetd and enable the builtin services in /etc/xinetd.d/. Do the following: $ /bin/nc.traditio

[Bug 277428] Re: netcat hangs when tries to process input of a shell script as UDP server

2011-05-02 Thread Pan Yongzhi
I can confirm this bug persist in natty netcat-traditional 1.10-38. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/277428 Title: netcat hangs when tries to process input of a shell script as UDP se

[Bug 723830] Re: seamonkey-2.0-bin assert failure: *** buffer overflow detected ***: /usr/lib/seamonkey-2.0.11/seamonkey-2.0-bin terminated

2011-05-02 Thread Pan Yongzhi
Confirmed in Chatzilla also. Disabling spell checking in Chatzilla Preferences -> Global -> Spellcheck the inputbox, Chatzilla crashed no more. -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/723830 Titl

[Bug 295876] Re: top and ps truncate command after 15 chars

2011-05-02 Thread Pan Yongzhi
This is due to the fact that some procedures of procs get the command name from /proc//stat but not from /proc//cmdline. As far as I know, ps and pgrep also have this bug. For example, 'ps -e' ( non-BSD stlye output) gives truncated commannd names. But if you have BSD options, you get full command

[Bug 295876] Re: top and ps truncate command after 15 chars

2011-05-02 Thread Pan Yongzhi
** Also affects: procps Importance: Undecided Status: New ** Changed in: procps Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/295876 Title: top and ps trun

[Bug 773301] Re: Cannot remember Wifi and Empathy account password

2011-04-30 Thread Pan Yongzhi
The symptom is gnome-keyring does not create default.keyring at $HOME/.gnome2/keyring after I cleaned the directory, thus no passwords can be stored. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/77330

[Bug 773301] Re: Cannot remember Wifi and Empathy account password

2011-04-29 Thread Pan Yongzhi
** Package changed: ubuntu-meta (Ubuntu) => gnome-keyring (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773301 Title: Cannot remember Wifi and Empathy account password -- ubuntu-bugs mail

Re: [Bug 723830] Re: seamonkey-2.0-bin assert failure: *** buffer overflow detected ***: /usr/lib/seamonkey-2.0.11/seamonkey-2.0-bin terminated

2011-04-29 Thread Pan Yongzhi
Wow, this is true. But why? 2011/4/30 Anonymous <723...@bugs.launchpad.net> > To test, just point Seamonkey at a page which always crashes. For > example this one: http://www.google.se/language_tools?hl=sv > > -- > You received this bug notification because you are a direct subscriber > of the bu

[Bug 723830] Re: seamonkey-2.0-bin assert failure: *** buffer overflow detected ***: /usr/lib/seamonkey-2.0.11/seamonkey-2.0-bin terminated

2011-04-29 Thread Pan Yongzhi
When I open Chatzilla, it crashes: $ seamonkey --chat cz-service: No windows, starting new one. *** buffer overflow detected ***: /usr/lib/seamonkey-2.0.13/seamonkey-2.0-bin terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7fd9ebbc21d7] /lib/x86_64-l

[Bug 773301] Re: Cannot remember Wifi and Empathy account password

2011-04-29 Thread Pan Yongzhi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/773301 Title: Cannot remember Wifi and Empathy account password -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 773301] [NEW] Cannot remember Wifi and Empathy account password

2011-04-29 Thread Pan Yongzhi
Public bug reported: Binary package hint: ubuntu-desktop After upgrade to natty, the Ubuntu Classic desktop cannot remember WIFI password and Empathy Google Talk password. In seahorse I can only see login password in the current keyring. I do not know which application exactly is doing this work.

[Bug 772327] Re: Upstart script "restart" won't restart service

2011-04-28 Thread Pan Yongzhi
I added this patch. Although It misses SIGQUIT, it solves the restart problem. Must we do it in the original way? ** Patch added: "Fix restart problem" https://bugs.launchpad.net/ubuntu/+source/xinetd/+bug/772327/+attachment/2092935/+files/restart_fix.patch -- You received this bug notifica

[Bug 772327] Re: Upstart script "restart" won't restart service

2011-04-28 Thread Pan Yongzhi
My version is 2.3.14-7ubuntu4 in natty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772327 Title: Upstart script "restart" won't restart service -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubu

[Bug 772327] [NEW] Upstart script "restart" won't restart service

2011-04-28 Thread Pan Yongzhi
Public bug reported: Binary package hint: xinetd # stop xinetd xinetd stop/waiting # start xinetd xinetd start/running, process 9378 # restart xinetd xinetd start/running, process 9378 I must stop(8) then start(8) it to restart. I investigate the upstart script at /etc/init/xinetd.conf. The pre

[Bug 414027] Re: dotty hangs with cpu spin for "apt-cache dotty monodevelop" graph

2011-04-26 Thread Pan Yongzhi
I think the later three involves many dependencies including conflicts etc. recursively. This should not be a bug. I think this can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/414027 Titl

[Bug 686000] Re: top shows unknown argument when -U is set

2011-04-18 Thread Pan Yongzhi
I also find this bug and write a patch for it. The patch is added using quilt against procps_3.2.8-9ubuntu3 in 10.10. ** Patch added: "top_Username_parse.patch" https://bugs.launchpad.net/ubuntu/+source/procps/+bug/686000/+attachment/2058761/+files/top_Username_parse.patch ** Changed in: proc

[Bug 651007] Re: Does not correctly write resolv.conf

2011-02-05 Thread Pan Yongzhi
I have reported this at GNOME bugzilla here: https://bugzilla.gnome.org/show_bug.cgi?id=641593. ** Bug watch added: GNOME Bug Tracker #641593 https://bugzilla.gnome.org/show_bug.cgi?id=641593 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 651007] Re: Does not correctly write resolv.conf

2011-01-12 Thread Pan Yongzhi
2011/1/12 MarcH <651...@bugs.launchpad.net> > > DNS from VPN must be exclusive in resolv.conf while VPN connection is > active in a case if VPN peer provided any DNS. > > Not really. In many cases it is best to still use the original DNS > servers since they are much closer. > > Then what is the m

[Bug 607560] Re: jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and making noise

2010-11-22 Thread Pan Yongzhi
This also affects me. I think this must be a bug somewhere in 10.10. Sometime jbd2 just freeze my laptop for 5 minutes. CPU usage is mostly sy(stem) in "top" output. Look the attached screenshot. ** Attachment added: "top output" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/607560/+at

[Bug 607560] Re: jbd2 writing block every 5 - 10 seconds, preventing disk spin-down and making noise

2010-11-22 Thread Pan Yongzhi
This also affects me. Sometime jbd2 just freeze my laptop for 5 minutes. CPU usage is mostly sy(stem) in "top" output. Look the attached screenshot. ** Attachment added: "top output" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/607560/+attachment/1741641/+files/Screenshot.png -- jbd

[Bug 651007] Re: Does not correctly write resolv.conf

2010-10-06 Thread Pan Yongzhi
My /etc/resolv.conf is a symlink to /etc/resolvconf/run/resolv.conf. These days I find the quirks. My computer is directly connected to an ADSL modem using DSL in nm. In this scenario, I get the VPN DNS servers below the ones from my ISP. Since the ISP provides two servers, I only get one DNS from

[Bug 651007] Re: Does not correctly write resolv.conf

2010-10-05 Thread Pan Yongzhi
When connecting with PPTP via nm, I get similar results. So I do not think this is about the OpenVPN plugin. ** Package changed: network-manager-openvpn (Ubuntu) => network-manager (Ubuntu) ** Changed in: network-manager (Ubuntu) Status: Incomplete => New -- Does not correctly write reso

[Bug 653001] Re: Firefox UI still in English with Chinese language

2010-10-01 Thread Pan Yongzhi
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653001/+attachment/1662942/+files/Dependencies.txt ** Attachment added: "ExtensionSummary.txt" https://bugs.launchpad.net/bugs/653001/+attachment/1662943/+files/ExtensionSummary.txt ** Attachment added: "profile_defa

[Bug 653001] [NEW] Firefox UI still in English with Chinese language

2010-10-01 Thread Pan Yongzhi
Public bug reported: Binary package hint: firefox Language setting in GNOME is Chinese, but Firefox menu items are still in English. My papa do not read English. Please help fix it. Thanks. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: firefox 3.6.10+build1+nobinonly-0ubuntu3 ProcVersion

[Bug 651007] Re: Does not correctly write resolv.conf

2010-09-30 Thread Pan Yongzhi
Befor filing this bug, I read daemon.log, and the line below makes me think network manager did the DNS stuff: Sep 29 18:26:22 pan-desktop NetworkManager[720]: (tun0): writing resolv.conf to /sbin/resolvconf If it's done by openvpn plugin, it should have nm-openvpn process name and id like the

[Bug 651007] Re: Does not correctly write resolv.conf

2010-09-30 Thread Pan Yongzhi
@Mathieu, "Use this connection only for the resources on its network" checkbox is unchecked I use VPN to bypass the Great Firewall of China by routing Internet traffic through the VPN. The two original DNS is provided by my ISP, they poisoned youtube, facebook and twitter (at least these three) D

[Bug 651007] Re: Does not correctly write resolv.conf

2010-09-29 Thread Pan Yongzhi
My resolv.conf before VPN connection: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 221.7.34.10 nameserver 221.7.34.11 My resolv.conf after VPN connection: # Dynamic resolv.conf(5)

[Bug 651007] [NEW] Does not correctly write resolv.conf

2010-09-29 Thread Pan Yongzhi
Public bug reported: Binary package hint: network-manager I am using Network Manager to connect to my OpenVPN server. When I use the openvpn command line client, DNS push is fine, resolv.conf is updated to the pushed DNS servers (old lines gone). When I use NM, resolv.conf is not written corretl

[Bug 12040] Re: Gnome menu is slow when clicking for the first time

2008-06-22 Thread Pan Yongzhi
I use no compiz nor compositing metacity in hardy. The problem persists. -- Gnome menu is slow when clicking for the first time https://bugs.launchpad.net/bugs/12040 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

[Bug 182542] New version available

2008-01-13 Thread Pan Yongzhi
Public bug reported: Binary package hint: 4digits Hi, 4digits puzzle game 0.8 is released on Nov 19, 2007. I hope it can be included in hardy. Thanks. Pan ** Affects: 4digits (Ubuntu) Importance: Undecided Status: New ** Tags: upgrade -- New version available https://bugs.lau

[Bug 68792] Re: amule crashes when trying to download kad nodes

2007-11-18 Thread Pan Yongzhi
Me, the same bug as D!ego's above. -- amule crashes when trying to download kad nodes https://bugs.launchpad.net/bugs/68792 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 160441] Re: Jamendo plugin doesn't show songs category

2007-11-09 Thread Pan Yongzhi
Pedro Villavicencio, it's here, but I grepped it with 'jamendo' as the file is too big. ** Attachment added: "debug.txt" http://launchpadlibrarian.net/10318050/debug.txt -- Jamendo plugin doesn't show songs category https://bugs.launchpad.net/bugs/160441 You received this bug notification bec

[Bug 160441] Re: Jamendo plugin doesn't show songs category

2007-11-09 Thread Pan Yongzhi
Basilio Kublik, it's here: [EMAIL PROTECTED]:~$ rhythmbox Traceback (most recent call last): File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 161, in finish_loadscreen self.__load_db () File "/usr/lib/rhythmbox/plugins/jamendo/JamendoSource.py", line 332, in __load_db

[Bug 160441] Re: Jamendo plugin doesn't show songs category

2007-11-06 Thread Pan Yongzhi
** Attachment added: "Screenshot-Hakim - Computer invader.png" http://launchpadlibrarian.net/10290607/Screenshot-Hakim%20-%20Computer%20invader.png -- Jamendo plugin doesn't show songs category https://bugs.launchpad.net/bugs/160441 You received this bug notification because you are a member

[Bug 160441] Re: Jamendo plugin doesn't show songs category

2007-11-06 Thread Pan Yongzhi
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/10290595/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/10290596/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/10290597/ProcStatus.txt -- Jamend

[Bug 160441] Jamendo plugin doesn't show songs category

2007-11-06 Thread Pan Yongzhi
Public bug reported: Binary package hint: rhythmbox It always show the Jamendo frontpage, no songs category. But in the status bar it shows the number of songs and double click on the Jamendo icon in the left pane do plays the songs. ProblemType: Bug Architecture: i386 Date: Tue Nov 6 19:51:51