Re: [gentoo-user] Help! How to fix my libc6.so?

2007-03-08 Thread Qiangning Hong
On 3/8/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: Have you been playing around with your CHOST and/or profile? Or possibly are you running a 32-bit kernel and trying to use a 64-bit userland? Broken libc = bad. I downgraded binutils in an emerge world -uD and the lower version of

[gentoo-user] Help! How to fix my libc6.so?

2007-03-07 Thread Qiangning Hong
After an failed emerge world, my compiler chain is broken. Even with the simplest C file test.c: int main() { return 0; } `gcc test.c` produces: /lib64/libc.so.6: file not recognized: File format not recognized collect2: ld returned 1 exit status Could anyone tell me how to fix it? I tried

[gentoo-user] Run script when X is idle for some time?

2006-10-18 Thread Qiangning Hong
I'd like to run a script after X is idle for some time (e.g. 5 minute), just like what gaim do (it set my status to away if I haven't touch anything for some time). How can I do? FYI, I have some Shell/C/Python programming skill. -- gentoo-user@gentoo.org mailing list

[gentoo-user] prelink -aqR - Segmentation fault

2006-10-17 Thread Qiangning Hong
I followed HOWTO Hashstyle on gentoo-wiki (http://gentoo-wiki.com/HOWTO_Hashstyle) days ago. However, I found /etc/cron.daily/prelink produces Segmentation fault. In command line, I tried the following: # prelink -aqR Segmentation fault How to resolve this? `emerge --info` followed: Portage

[gentoo-user] network services break fbsplash silent mode

2006-10-14 Thread Qiangning Hong
On my laptop, I am using silent mode of fbsplash during boot. However, as I have wireless access in my office and wired access in my home (both dhcp), there is always one of the network services, either net.lan or net.wlan, will fail. This will take fbsplash into verbose mode when the service

Re: [gentoo-user] More ALSA trouble

2005-12-30 Thread Qiangning Hong
. # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y CONFIG_STOP_MACHINE=y -- Qiangning Hong http://hongqn.hn.org Registered Linux User #396996 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How to get debug information if system crashs randomly?

2005-10-30 Thread Qiangning Hong
Ciaran McCreesh wrote: On Sun, 30 Oct 2005 12:48:08 +0800 Qiangning Hong [EMAIL PROTECTED] wrote: | My CPU temperatur (reported | by /proc/acpi/thermal_zone/THM0/temperature, I have no luck with | lmsensor setup) says 57C when idle, and can boost up to around 68C | when emerging big packages

[gentoo-user] RAID 10 help

2005-10-29 Thread Qiangning Hong
is based on two md devices? I tried RAID1 on two RAID0's but with no luck, either. How can I create a system which root partion is RAID10? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com

Re: [gentoo-user] How to get debug information if system crashs randomly?

2005-10-29 Thread Qiangning Hong
John Jolet wrote: On Fri, 28 Oct 2005, Qiangning Hong wrote: My gentoo system on an IBM Thinkpad R52 crashs randomly (usually when CPU usage is high). When it crashs, the whole system freezes -- mouse point doesn't move, keyboard doesn't response, I even can't connect it via ssh. I had to hard

Re: [gentoo-user] How to get debug information if system crashs randomly?

2005-10-29 Thread Qiangning Hong
Ciaran McCreesh wrote: On Fri, 28 Oct 2005 19:36:44 +0800 Qiangning Hong [EMAIL PROTECTED] wrote: | My gentoo system on an IBM Thinkpad R52 crashs randomly (usually when | CPU usage is high). When it crashs, the whole system freezes -- mouse | point doesn't move, keyboard doesn't response, I

Re: [gentoo-user] How to get debug information if system crashs randomly?

2005-10-29 Thread Qiangning Hong
A. Khattri wrote: On Sun, 30 Oct 2005, Qiangning Hong wrote: I know there is memtest86 to test memory. What tool can check health of hard disks? Maybe you can check with smartmontools... Can smartmontools handle SATA disks? I got the following messages when I tried to get SMART info

Re: [gentoo-user] RAID 10 help

2005-10-29 Thread Qiangning Hong
A. Khattri wrote: On Sun, 30 Oct 2005, Qiangning Hong wrote: As grub cannot be setup on RAID0 (neither RAID 1+0 nor RAID 0+1), I have to create a four-partion RAID1 with /dev/sd[abcd]1 and mount it as /boot. Then I want both my / and /var are RAID10. I use the following schema: /dev/sda3

[gentoo-user] How to get debug information if system crashs randomly?

2005-10-28 Thread Qiangning Hong
in the log files. How can I find the reason? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1 Thunderbird! http://www.spreadfirefox.com/?q=affiliatesid=67907t=183

[gentoo-user] Help, Marvell patched sk98lin for livecd 2005.1

2005-10-28 Thread Qiangning Hong
4KSTACKS gcc-3.3 It seems gentoo-sources-r6 has been removed from portage currently. How can I do? Or, could anyone send me a patched sk98lin.ko which is insmod-able in LiveCD 2005.1 environment in private mail? Thanks a lot! -- Qiangning Hong http://www.hn.org/hongqn (RSS: http

Re: [gentoo-user] transfer large files via samba cause system freeze

2005-09-24 Thread Qiangning Hong
Holly Bostick wrote: Qiangning Hong schreef: Bryan Whitehead wrote: Can't you also use the iocharset=utf8 and codepage=utf8? something like: mount -t smbfs -o user=user,iocharset=utf8,codepage=utf8 \\server\path /mnt/samba This doesn't work? It doesn't work. There are ?s in the filenames

Re: [gentoo-user] transfer large files via samba cause system freeze

2005-09-23 Thread Qiangning Hong
Bryan Whitehead wrote: Can't you also use the iocharset=utf8 and codepage=utf8? something like: mount -t smbfs -o user=user,iocharset=utf8,codepage=utf8 \\server\path /mnt/samba This doesn't work? It doesn't work. There are ?s in the filenames. -- Qiangning Hong http://www.hn.org

Re: [gentoo-user] transfer large files via samba cause system freeze

2005-09-23 Thread Qiangning Hong
Jerry McBride wrote: What version samba and do you have use sendfile = no in the server smb.conf file? samba 3.0.14a-r2. I don't know how to set options in the windows box. But in my gentoo laptop, there is no sendfile line in /etc/samba/smb.conf. -- Qiangning Hong http://www.hn.org/hongqn

Re: [gentoo-user] transfer large files via samba cause system freeze

2005-09-22 Thread Qiangning Hong
Heinz Sporn wrote: Am Donnerstag, den 22.09.2005, 11:03 +0800 schrieb Qiangning Hong: I tried to transfer a large file (~300MB) to a windows machine from my gentoo laptop: # mount -t cifs //winbox/movies /mnt/samba -o iocharset=utf8,umask= What if you just try mount -o username=xxx

Re: [gentoo-user] transfer large files via samba cause system freeze

2005-09-22 Thread Qiangning Hong
Heinz Sporn wrote: Am Donnerstag, den 22.09.2005, 16:26 +0800 schrieb Qiangning Hong: Isn't CIFS considered as a better SMBFS? It's been said. Still - do you have both SMBFS and CIFS support built into your kernel, or just CIFS? If the later is true I would include SMBFS as well and try

[gentoo-user] vmware guest os timer extremely slow

2005-09-21 Thread Qiangning Hong
have a /dev/rtc (which symlink to /dev/misc/rtc). But the problem is still there. -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1 Thunderbird! http

Re: [gentoo-user] vmware guest os timer extremely slow

2005-09-21 Thread Qiangning Hong
you very much! -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1 Thunderbird! http://www.spreadfirefox.com/?q=affiliatesid=67907t=183 -- gentoo-user@gentoo.org

[gentoo-user] transfer large files via samba cause system freeze

2005-09-21 Thread Qiangning Hong
? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1 Thunderbird! http://www.spreadfirefox.com/?q=affiliatesid=67907t=183 -- gentoo-user@gentoo.org mailing list

[gentoo-user] Make a running process nohup?

2005-09-07 Thread Qiangning Hong
Is it possible make a running process nohup so that I can leave it running after I logout without interrupt it? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! http://www.spreadfirefox.com/?q=affiliatesid=67907t=1

[gentoo-user] gpasswd not function immediately?

2005-09-01 Thread Qiangning Hong
crontab -e again. But bash still tells me Permission denied. It seems the system has not recoginized I am already a cron group member immediately. Maybe it reads a cache somewhere? If so, how can I flush that cache? -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com

Re: [gentoo-user] Slightly OT: favorite window manager/desktop environ?

2005-08-31 Thread Qiangning Hong
Bob Sanders wrote: enlightenment E16. After messing with KDE, Gnome, Openbox, fluxbox, flirting with XCFE and a few others, I came back to Enlightenment. As an XFCE user currently, I'm curious about what make you guys leave XFCE for other lightweight WMs? -- Qiangning Hong Registered Linux

Re: [gentoo-user] thunderbird stopped opening firefox windows...

2005-08-30 Thread Qiangning Hong
its default behavior from some version. -- Qiangning Hong I'm usually annoyed by IDEs because, for instance, they don't use VIM as an editor. Since I'm hooked to that, all IDEs I've used so far have failed to impress me. -- Sybren Stuvel @ c.l.python Get Firefox! http://www.spreadfirefox.com

[gentoo-user] config qt theme without kde?

2005-08-27 Thread Qiangning Hong
to manually install qt themes or give me a howto URL? I did google with qt theme install but have no luck. -- Qiangning Hong I'm usually annoyed by IDEs because, for instance, they don't use VIM as an editor. Since I'm hooked to that, all IDEs I've used so far have failed to impress me. -- Sybren

[gentoo-user] Synaptics touchpad not work under X

2005-08-12 Thread Qiangning Hong
EndSubSection EndSection Section DRI Mode 0666 EndSection Section Extensions #Option Composite On EndSection -- Qiangning Hong I'm usually annoyed by IDEs because, for instance, they don't use VIM as an editor. Since I'm hooked to that, all IDEs I've used so far have failed

[gentoo-user] how to copy a file's content to clipboard?

2005-08-12 Thread Qiangning Hong
Do you know how to copy the content of a file to the X clipboard using command? Every time now I need to paste a file into my email, I have to cat it in a terminal and use mouse to select the text. Is there a more convenient way? -- Qiangning Hong I'm usually annoyed by IDEs because

[gentoo-user] install from stage1: why gcc-3.3.6?

2005-08-01 Thread Qiangning Hong
check the package list of emerge -ep system, and find both gcc-3.3.6 and gcc-3.4.4 are to be emerged. Why? How can I get rid of emerging two versions of gcc? -- Qiangning Hong I'm usually annoyed by IDEs because, for instance, they don't use VIM as an editor. Since I'm hooked to that, all IDEs I've

Re: [gentoo-user] install from stage1: why gcc-3.3.6?

2005-08-01 Thread Qiangning Hong
On 8/2/05, Craig Duncan [EMAIL PROTECTED] wrote: Qiangning Hong wrote: The gcc version on livecd (2004.3) is 3.3.x, but I want use -march=pentium-m in my CFLAGS and gcc 3.3.x doesn't support it. So I add the following line in /etc/portage/package.keywords: sys-devel/gcc ~x86 gcc-3.3.6

Re: [gentoo-user] install from stage1: why gcc-3.3.6?

2005-08-01 Thread Qiangning Hong
On 8/2/05, Javier Uribe [EMAIL PROTECTED] wrote: El Mar 02 Ago 2005 00:25, Qiangning Hong escribió: # emerge -ept system | grep gcc [ebuild N] sys-devel/gcc-3.3.6 [ebuild N] sys-devel/gcc-3.4.4 [ebuild N] sys-devel/gcc-config-1.3.11-r4 And from the tree output, I

[gentoo-user] change firefox's icon

2005-06-20 Thread Qiangning Hong
The Firefox browser's app icon (i.e. the icon displayed in the taskbar) is a blue global. But under windows it is a red fox around a global. I prefer the latter for it's cooler. How can I change the app icon? My desktop environment is XFCE 4.2.2. -- Qiangning Hong

[gentoo-user] Is there an app/lib can do voice comparation?

2005-04-30 Thread Qiangning Hong
technology is not acceptable here because we are not teaching English. -- Qiangning Hong Get Firefox! http://www.spreadfirefox.com/?q=affiliatesamp;id=67907amp;t=1 -- gentoo-user@gentoo.org mailing list

[gentoo-user] download dynamic generated file using wget or curl

2005-04-21 Thread Qiangning Hong
I want to download some jpg's whose URL is as http://some.site/show.php?id=100. In firefox, the downloaded filename is correctly as somefile.jpg, but if I download it using wget or curl, the downloaded file name is show.php?id=100, which is not acceptable. Can anyone give me a hint to use command

[gentoo-user] file permission setting problem

2005-04-15 Thread Qiangning Hong
I have a file with special permission requirement. I want user1 and user2 can read/write this file, user3 can read only and others can not access it. How to set the permission bits? No ACL support.-- Qiangning HongGet Firefox! http://www.spreadfirefox.com/?q=affiliatesamp;id=67907amp;t=1