Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Glenn Enright
On Wed, 20 Jul 2005 00:32, Glenn Enright wrote: On Tue, 19 Jul 2005 16:56, Zac Medico wrote: That could be a hardware problem. Maybe your cpu is overheating or there's something wrong with your ram. You can use a livecd with memtest86+ to test the ram. Zac Seems odd considering I am

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Zac Medico
Glenn Enright wrote: On Wed, 20 Jul 2005 00:32, Glenn Enright wrote: On Tue, 19 Jul 2005 16:56, Zac Medico wrote: That could be a hardware problem. Maybe your cpu is overheating or there's something wrong with your ram. You can use a livecd with memtest86+ to test the ram. Zac Seems odd

Re: [gentoo-user] fbsplash problems

2005-07-20 Thread charly ghislain
On Tue, 19 Jul 2005 22:45:47 +0200, Tony Davison [EMAIL PROTECTED] wrote: On Tuesday 19 July 2005 21:27, charly ghislain wrote: On Tue, 19 Jul 2005 22:12:38 +0200, Richard Fish [EMAIL PROTECTED] wrote: LostSon wrote: On Tue, 2005-07-19 at 20:44 +0200, Richard Fish wrote: LostSon wrote:

Re: [gentoo-user] Resizing ext3

2005-07-20 Thread charly ghislain
On Wed, 20 Jul 2005 07:00:09 +0200, Richard Fish [EMAIL PROTECTED] wrote: James Hiscock wrote: i think the line Filesystem features: has_journal resize_inode filetype needs_recovery can help me, but i dont know how... any idea about wich feature i can desable ? Hi James Im new to

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Glenn Enright
On Wed, 20 Jul 2005 19:33, Zac Medico wrote: Glenn Enright wrote: On Wed, 20 Jul 2005 00:32, Glenn Enright wrote: On Tue, 19 Jul 2005 16:56, Zac Medico wrote: That could be a hardware problem. Maybe your cpu is overheating or there's something wrong with your ram. You can use a livecd with

Re: [gentoo-user] whither booting into single user mode

2005-07-20 Thread Mariusz Pękala
On 2005-07-19 14:28:20 -0400 (Tue, Jul), Allan Gottlieb wrote: Previously I could boot into single user mode with the following line in grub kernel /boot/kernel-2.6.8-gentoo-r3 root=/dev/hdc7 single After a recent emerge sync and update of world, the above is just a normal

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Glenn Enright
On Wed, 20 Jul 2005 19:33, Zac Medico wrote: Glenn Enright wrote: On Wed, 20 Jul 2005 00:32, Glenn Enright wrote: On Tue, 19 Jul 2005 16:56, Zac Medico wrote: That could be a hardware problem. Maybe your cpu is overheating or there's something wrong with your ram. You can use a livecd with

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Zac Medico
Glenn Enright wrote: Not that I wouldve picked, trying with some basic ones now. It would seem that because emerge is still working, that the problems are from when I *make* gz files, rather than outside files from such as portage. The files I make unzip to a zero length file and deliver a

Re: [gentoo-user] safe devfs - udev migration

2005-07-20 Thread Mariusz Pękala
On 2005-07-19 14:59:19 -0400 (Tue, Jul), [EMAIL PROTECTED] wrote: I used the steps on the Gentoo docs. They also link to some udev site. Essentially 1. Set up kernel not to autostart devfs (when everything is okay you can remove devfs from the kernel) [...] As a note for ones

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Zac Medico
Glenn Enright wrote: Ok did this CFLAGS=-pipe -march=pentium4 -O2 emerge -avD zlib gzip and still getting the same errors. normal CFLAGS are as follows CFLAGS=-pipe -w -march=pentium4 -O2 -mfpmath=sse -fomit-frame-pointer -fweb Does busybox gzip work any better? Zac --

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Glenn Enright
On Wed, 20 Jul 2005 21:26, Zac Medico wrote: Does busybox gzip work any better? Zac Yes works just fine. What does that tell you? -- Seeing is believing. You wouldn't have seen it if you hadn't believed it. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-20 Thread charlyghislain
(II) Loading sub module fb (II) LoadModule: fb (II) Loading /usr/X11R6/lib/modules/libfb.a (II) Module fb: vendor=X.Org Foundation compiled for 6.8.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) Loading sub module ramdac (II) LoadModule: ramdac

Re: [gentoo-user] Resizing ext3

2005-07-20 Thread James Hiscock
Hi James Just for clarification, I'm not the one trying to resize an ext3 partition: Bruno is... snip You can make your ext3 an ext2 partition by removing the has_journal feature (tune2fs -O ^has_journal /dev/partition). /snip ...and your advice was similar to the advice I gave him (but

[gentoo-user] Webmin + Net-SSLeay :(

2005-07-20 Thread Ryan Viljoen
Hi all I am really in need of your assistance and knowledge. I am trying to emerge webmin. emerge starts of by trying to emerge Net-SSLeay which fails with the following error: Checking for OpenSSL-0.9.6j or 0.9.7b or newer... You have OpenSSL-0.9.7e installed in /usr *** Could not figure out

Re: [gentoo-user] Re: Determining the current runlevel

2005-07-20 Thread A. R.
Hi there, try the command runlevel as root. HTH - AR On 7/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, 19 Jul 2005, YoYo Siska wrote: Neil Bothwick wrote: On Tue, 19 Jul 2005 12:21:25 +0200, Remy Blank wrote: # cat /var/lib/init.d/softlevel default That's

Re: [gentoo-user] Re: Determining the current runlevel

2005-07-20 Thread Neil Bothwick
On Wed, 20 Jul 2005 09:26:13 -0400, A. R. wrote: try the command runlevel as root. I already said in my original post, and at least one followup, that I need the softlevel, not the numeric level from itittab. -- Neil Bothwick Did you know that eskimos have 17 different words for linguist?

Re: [gentoo-user] Resizing ext3

2005-07-20 Thread charlyghislain
On Wed, 20 Jul 2005 14:19:47 +0200, James Hiscock [EMAIL PROTECTED] wrote: Hi James Just for clarification, I'm not the one trying to resize an ext3 partition: Bruno is... snip You can make your ext3 an ext2 partition by removing the has_journal feature (tune2fs -O ^has_journal

[gentoo-user] Problems Booting

2005-07-20 Thread serent
I'm ~x86 on a dell laptop. I'm having some fun this morning. Everything was working this morning, but I shut down the system for my daily commute and now it won't boot. I seem to remember a few gnome emerges last night, but everything emerged cleanly and ran etc-update. I have some failing

Re: [gentoo-user] error in gconf ebuild?

2005-07-20 Thread Holly Bostick
Mike Williams schreef: On Wednesday 20 July 2005 14:24, Jorge Almeida wrote: /usr/lib/portage/bin/ebuild.sh: /var/db/pkg/gnome-base/gconf-1.0.8-r3/gconf-1.0.8-r3.ebuild: line 34: unexpected EOF while looking for matching `'

Re: [gentoo-user] error in gconf ebuild?

2005-07-20 Thread Mike Williams
On Wednesday 20 July 2005 15:59, Holly Bostick wrote: In this case, however, it looks like somebody forgot to close their quotes on line 34 [snip] So the likely solution is to look at line 34 and figure out where the closing quote is supposed to be and add it, then try again (you might have

[gentoo-user] [OT] Exact copy of a mixed media CD.

2005-07-20 Thread A. R.
Hi all, Sorry for being off topic, but, does anybody know how to copy a mixed media CD (music + files)? And I am talking about a 1:1 low level (exact?) copy, without creating a toc file to be used by cdrdao. I have looked at the cdrdao man page, but I guess I may not be understanding everything

[gentoo-user] OT: usb diagnostic tool

2005-07-20 Thread Etaoin Shrdlu
I need to be sure that the usb port on my laptop is broken, to have it replaced. So far, the only evidence I have is a kernel oops during the sysresccd boot, and some strange behaviour when plugging certain devices in Windows (eg, an usb mp3 player stick that turns itself off spontaneously

Re: [gentoo-user] [OT] Exact copy of a mixed media CD.

2005-07-20 Thread Ric Messier
On Wed, 20 Jul 2005, A. R. wrote: Hi all, Sorry for being off topic, but, does anybody know how to copy a mixed media CD (music + files)? And I am talking about a 1:1 low level (exact?) copy, without creating a toc file to be used by cdrdao. I have looked at the cdrdao man page, but I guess

[gentoo-user] Re: Webmin + Net-SSLeay :(

2005-07-20 Thread Ryan Viljoen
SOLVED! HAHAHAHA Found the problem! The time and date on the pc had been reset, I suspect a dead cmos battery or who knows. So there was a problem with the perl versioning. :D once that date had been reset it all worked! On 7/20/05, Ryan Viljoen [EMAIL PROTECTED] wrote: Hi all I am really

Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Kurt Guenther
I masked the latest baselayout and remerged 11.13. All is well again. I opened bug: http://bugs.gentoo.org/show_bug.cgi?id=99691 [EMAIL PROTECTED] wrote: I'm ~x86 on a dell laptop. I'm having some fun this morning. Everything was working this morning, but I shut down the system for

Re: [gentoo-user] [OT] Exact copy of a mixed media CD.

2005-07-20 Thread Luis Felipe Strano Moraes
On Wed, Jul 20, 2005 at 12:06:41PM -0400, A. R. wrote: Hi all, Sorry for being off topic, but, does anybody know how to copy a mixed media CD (music + files)? And I am talking about a 1:1 low level (exact?) copy, without creating a toc file to be used by cdrdao. K3b has a clone cd

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Zac Medico
Glenn Enright wrote: On Wed, 20 Jul 2005 21:26, Zac Medico wrote: Does busybox gzip work any better? Zac Yes works just fine. What does that tell you? You have a workaround ;-). The problem seems to be in glibc (only dependency of gzip, verified by ldd `which gzip`) or your toolchain.

[gentoo-user] [A little OT] Is anybody else seeing these? - [EMAIL PROTECTED]: Messages from gentoo-user@gentoo.org to you have been bouncing]

2005-07-20 Thread John J. Foster
I've gotten about 4 or 5 of these in the past few days, and don't really know what to make of them. Is anybody elese seeing this? Or do I have an issue? It's not happenning on any other lists, and all headers seem like it's legit. Thanks, John - Forwarded message from [EMAIL PROTECTED] -

[gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Mark Knecht
Hi, I'm trying to get my mythfrontend box to allow a user to shut the machine down without the use of a keyboard. We are only using remote controls. suso doesn't seem to be an option because it requires a password. (AFAICT) Is there some other way that I could make this work? I took a

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Richard Fish
Mark Knecht wrote: Hi, I'm trying to get my mythfrontend box to allow a user to shut the machine down without the use of a keyboard. We are only using remote controls. suso doesn't seem to be an option because it requires a password. (AFAICT) Is there some other way that I could make this

[gentoo-user] Virtual console switching

2005-07-20 Thread Vladislav Lavrecky
Hi Gentoo use Alt+F1,F2,... as default key combination for virtual console switching, how to change this combination, for example to Alt+Shift+F1,F2, Thanks -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] [A little OT] Is anybody else seeing these? - [EMAIL PROTECTED]: Messages from gentoo-user@gentoo.org to you have been bouncing]

2005-07-20 Thread Jean Magnan de Bornier
Le 20 juillet à 19:21:34 John J. Foster [EMAIL PROTECTED] écrit notamment: | I've gotten about 4 or 5 of these in the past few days, and don't really | know what to make of them. Is anybody elese seeing this? Or do I have an | issue? It's not happenning on any other lists, and all headers seem

Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Rumen Yotov
Kurt Guenther wrote: I masked the latest baselayout and remerged 11.13. All is well again. I opened bug: http://bugs.gentoo.org/show_bug.cgi?id=99691 [EMAIL PROTECTED] wrote: I'm ~x86 on a dell laptop. I'm having some fun this morning. Everything was working this morning, but I

Re: [gentoo-user] [A little OT] Is anybody else seeing these? - [EMAIL PROTECTED]: Messages from gentoo-user@gentoo.org to you have been bouncing]

2005-07-20 Thread John J. Foster
Thanks Jean - I guess I should have expected nothing less from the Gentoo folks! On Wed, Jul 20, 2005 at 07:50:57PM +0200, Jean Magnan de Bornier wrote: Le 20 juillet à 19:21:34 John J. Foster [EMAIL PROTECTED] écrit notamment: | I've gotten about 4 or 5 of these in the past few days, and

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Mark Knecht
On 7/20/05, Richard Fish [EMAIL PROTECTED] wrote: Mark Knecht wrote: Hi, I'm trying to get my mythfrontend box to allow a user to shut the machine down without the use of a keyboard. We are only using remote controls. suso doesn't seem to be an option because it requires a password.

Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Andrew Gaydenko
It is possible to downgrade without CD using - just go into level 1. I have done a baselayout downgrading this way :-) === On Wednesday 20 July 2005 21:51, Rumen Yotov wrote: === Hi, Can confirm on what Kurt said, also had problems till need to boot from LiveCD to repair the system with

Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Rumen Yotov
Andrew Gaydenko wrote: It is possible to downgrade without CD using - just go into level 1. I have done a baselayout downgrading this way :-) === On Wednesday 20 July 2005 21:51, Rumen Yotov wrote: === Hi, Can confirm on what Kurt said, also had problems till need to boot from LiveCD

[gentoo-user] Re: DVD-cd usage

2005-07-20 Thread James
Holly Bostick motub at planet.nl writes: so I tried: cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data -v *.wav cdrecord: Inappropriate audio coding in '18133194218-14129220407-05-18-2005-11-42-.wav'. OK, two things occuring to me (though I can't say I know anything about this):

Re: [gentoo-user] Problems Booting

2005-07-20 Thread Rumen Yotov
[EMAIL PROTECTED] wrote: I'm ~x86 on a dell laptop. I'm having some fun this morning. Everything was working this morning, but I shut down the system for my daily commute and now it won't boot. I seem to remember a few gnome emerges last night, but everything emerged cleanly and ran

[gentoo-user] Re: OT: usb diagnostic tool

2005-07-20 Thread James
Etaoin Shrdlu shrdlu at unlimitedmail.org writes: I need to be sure that the usb port on my laptop is broken, to have it replaced. So far, the only evidence I have is a kernel oops during the sysresccd boot, and some strange behaviour when plugging certain devices in Windows (eg, an usb

[gentoo-user] Re: cannot emerge iptraf

2005-07-20 Thread James
Javier Uribe juribe at linuxchile.cl writes: Hi, yes, cannot install iptraf in my system Yes, it fails on a p4 too: * Applying iptraf-2.7.0-atheros.patch ... [ ok ] * Applying iptraf-2.7.0-ipv6-alpha11.diff ... [

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Wade Brown
I thought linux wouldn't allow suid shell scripts to work as suid. The reasoning is a shell script doesn't quite execute, it gets interpeted by the command on the first line. Just as a test I made a simple script modded root.root 4755 that consists of the /bin/bash line, and cat /etc/shadow.

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Rafer
On Wednesday 20 July 2005 19:29, Mark Knecht wrote: Hi, I'm trying to get my mythfrontend box to allow a user to shut the machine down without the use of a keyboard. We are only using remote controls. suso doesn't seem to be an option because it requires a password. (AFAICT) Is there

RE: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-20 Thread Daevid Vincent
I tried to switch my window manager to Gnome and also XFCE (both worked fine before too) and that didn't solve the problem, so I don't think it's a KDE thing. But I have had KDE problems before as you suggest with other nvidia drivers. -Original Message- From: Richard Fish

Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Kurt Guenther
Andrew Gaydenko wrote: If you use grub, just edit from grub menu kernel string: add init 1 to it's end. I'll have to keep that in mind. I was successful with init=/bin/bash, but then I couldn't run any of the init scripts. Booting off the Live CD worked, but it's tedious after ~20

Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-20 Thread Daniel da Veiga
I've never been able to use the drivers at the portage tree for my nvidia card, always used the ones downloaded directly from their website, because the ones from portage gave me errors. Besides the task to redo the installation each time I recompile the kernel, there were no problems, ever. Try

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Richard Fish
Wade Brown wrote: I thought linux wouldn't allow suid shell scripts to work as suid. The reasoning is a shell script doesn't quite execute, it gets interpeted by the command on the first line. Just as a test I made a simple script modded root.root 4755 that consists of the /bin/bash line, and

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Richard Fish
Mark Knecht wrote: I don't know how this is much of a security issue for me, but then again I don't know much about security, and I suppose it could be if someone plugs a keyboard in and wants to cause some harm. Shame on them, but good of you to consider it. It isn't. I mostly included

Re: [gentoo-user] Problems Booting

2005-07-20 Thread Richard Fish
Rumen Yotov wrote: [EMAIL PROTECTED] wrote: I'm ~x86 on a dell laptop. I'm having some fun this morning. Everything was working this morning, but I shut down the system for my daily commute and now it won't boot. I seem to Hi, As there are problems with latest baselayout (2-3 persons) on

[gentoo-user] Can`t run leafnode

2005-07-20 Thread Makurin Roman
Hi All! I want use leafnode for offline news reading. I don`t have any permanent connection to internet, therefore I don`t have FQDN. How can I set fqdn for leafnode ? -- Jabber: [EMAIL PROTECTED] ICQ: 105266647 pgpmrpq0reAHh.pgp Description: PGP signature

Re: [gentoo-user] non-sudo way for user to run shutdown -h now? (or any equivalent)

2005-07-20 Thread Iain Buchanan
On Wed, 2005-07-20 at 11:06 -0700, Mark Knecht wrote: On 7/20/05, Richard Fish [EMAIL PROTECTED] wrote: Mark Knecht wrote: Hi, I'm trying to get my mythfrontend box to allow a user to shut the machine down without the use of a keyboard. We are only using remote controls. suso

Re: [gentoo-user] Can`t run leafnode

2005-07-20 Thread Antonino Sabetta
Makurin Roman wrote: I want use leafnode for offline news reading. I don`t have any permanent connection to internet, therefore I don`t have FQDN. How can I set fqdn for leafnode ? I've used creativity ;) -- gentoo-user@gentoo.org mailing list

[gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Joseph
I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during every few hours during compiling, I've seen other folks having the same problem but no solution. 2,) I'm constantly

[gentoo-user]

2005-07-20 Thread Charles A. Jeffrey
[EMAIL PROTECTED] unsubscribe end -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Patrick Rutkowski
On Wednesday 20 July 2005 22:08, Joseph wrote: I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during every few hours during compiling, I've seen other folks having the

Re: [gentoo-user]

2005-07-20 Thread Patrick Rutkowski
On Wednesday 20 July 2005 22:17, Charles A. Jeffrey wrote: [EMAIL PROTECTED] unsubscribe end heh -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Joseph
On Wed, 2005-07-20 at 22:23 -0400, Patrick Rutkowski wrote: On Wednesday 20 July 2005 22:08, Joseph wrote: I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Zac Medico
Joseph wrote: I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during every few hours during compiling, I've seen other folks having the same problem but no solution. 2,)

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Joseph
On Wed, 2005-07-20 at 19:57 -0700, Zac Medico wrote: Joseph wrote: I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during every few hours during compiling, I've

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Zac Medico
Joseph wrote: On Wed, 2005-07-20 at 19:57 -0700, Zac Medico wrote: Joseph wrote: I have a brand new (conservative box) AMD64 3000, Sata Drive with Asus AV8, I have two problems: 1.) Kernel panic - not syncing: Aiee, killing interupt handler. It appear during every few hours during

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Joseph
[snip] I'm on gentoo-sources 2.6.12-gentoo-r6 it makes no difference. So I either get a kernel panic or kdebase-3.4.1-r1 fails. I think kdebase-3.4.1 should be masked as unstable. I was googling and noticed that a lot of people have similar problem, but no solution. Mask

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Zac Medico
Joseph wrote: [snip] I'm on gentoo-sources 2.6.12-gentoo-r6 it makes no difference. So I either get a kernel panic or kdebase-3.4.1-r1 fails. I think kdebase-3.4.1 should be masked as unstable. I was googling and noticed that a lot of people have similar problem, but no solution.

Re: [gentoo-user] Re: DVD-cd usage

2005-07-20 Thread Zac Medico
James wrote: So I changed the file to 'close.txt' and ran cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data close.txt Last time I checked, the ATAPI:0,0,0 device syntax requires root privileges. You can use /dev/hdx instead so that the kernel can figure out the permissions. Supported

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Joseph
[snip] I wasn't thinking about masking KDE but gcc-3.4.1 on AMD64 platform and make stable 3.3 version. I run onto one posting claiming that there is some kind of bug in gcc-3.4.1 (and this version is the only stable version on AMD64. If I knew I'm going to have so much problem

Re: [gentoo-user] 1.) Kernel panic - not syncing: Aiee, killing interupt handler; 2.) kdebase-3.4.1-r1 failed

2005-07-20 Thread Zac Medico
Joseph wrote: [snip] I wasn't thinking about masking KDE but gcc-3.4.1 on AMD64 platform and make stable 3.3 version. I run onto one posting claiming that there is some kind of bug in gcc-3.4.1 (and this version is the only stable version on AMD64. If I knew I'm going to have so much problem

Re: [gentoo-user] [OT] Exact copy of a mixed media CD.

2005-07-20 Thread Zac Medico
A. R. wrote: Hi all, Sorry for being off topic, but, does anybody know how to copy a mixed media CD (music + files)? And I am talking about a 1:1 low level (exact?) copy, without creating a toc file to be used by cdrdao. I have looked at the cdrdao man page, but I guess I may not be

Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-20 Thread George Roberts
Daevid Vincent wrote: I tried to switch my window manager to Gnome and also XFCE (both worked fine before too) and that didn't solve the problem, so I don't think it's a KDE thing. But I have had KDE problems before as you suggest with other nvidia drivers. -Original Message-

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Richard Fish
Glenn Enright wrote: On Thu, 21 Jul 2005 05:09, Zac Medico wrote: Glenn Enright wrote: On Wed, 20 Jul 2005 21:26, Zac Medico wrote: Does busybox gzip work any better? Zac Yes works just fine. What does that tell you? You have a workaround ;-). The problem

Re: [gentoo-user] Virtual console switching

2005-07-20 Thread charlyghislain
On Wed, 20 Jul 2005 19:48:37 +0200, Vladislav Lavrecky [EMAIL PROTECTED] wrote: Hi Gentoo use Alt+F1,F2,... as default key combination for virtual console switching, how to change this combination, for example to Alt+Shift+F1,F2, Thanks I dont know how to change these shortcuts, but

Re: [gentoo-user] gzip segmentation fault

2005-07-20 Thread Zac Medico
Richard Fish wrote: I will take a look through the gzip source and see if anything interesting shows up. Richard, you are a saint ;-). But remember, he said that gunzip only segfaults with files that he compressed himself which suggests that the files are being corrupted when he compresses