Re: [gentoo-user] Weird emerge error

2003-07-19 Thread Tom Allison
Susie wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been getting off and on(ok might of been constant not been paying that close of attention) a single error after emerge -uD world. So when I saw there was an update today I added the -v swtich. This was the error I got: Regenerating

[gentoo-user] critical emerge error

2003-07-19 Thread Tom Allison
emerge sync (or anything) results in: File "/usr/bin/emerge" line 1577 if myportdir[-1]=="\": IndexError: subscript out of range ALSO: /etc/make.conf: PORTAGE_TMPDIR="/var/tmp" but echo $PORTAGE_TMPDIR is null. And this is related to another error I got about this variable being set to ",".

[gentoo-user] 'lo

2003-07-17 Thread Tom Allison
OK, I'll do this, though I've never done this before. Announcing... me. I'm signing up to the list (again) because I'll really be sticking around for a while this time. I've dabbled from time to time but never really got much done with gentoo. I'm installing it on my only notebook. So I'll e

[gentoo-user] installation on an IBM A21m

2003-07-17 Thread Tom Allison
I have the 1.4_rc4 cd. It is continually rebooting at random points during the installation with a variety of errors ranging from crc error seg fault to 10 seconds after the boot prompt comes up. I successfully installed Suse 8.2 on this machine last night so I think it's working... But I'm re

[gentoo-user] typo found in /etc/conf.d/hdparms

2003-06-20 Thread Tom Allison
/etc/conf.d/hdparm has a small typo # disc0_args="-d" # disc1_args"-d"<< missing "=" No effect, but it's there. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Can Linux web browsing be a complete experience?

2003-06-16 Thread Tom Allison
Alan wrote: Why isn't there an out-of-the-box Linux solution that's as good as Windows? Actually, if you really think about it, it neither is in Windows. Last time I installed one, I had to go to Macromedia (Flash), Adobe (Acrobat-Reader), Apple (Quicktime), RealNetworks (Realplayer), Sun (Java)

Re: [gentoo-user] Can Linux web browsing be a complete experience?

2003-06-16 Thread Tom Allison
[EMAIL PROTECTED] wrote: You would think with Java being so portable that it would actually work. I too have trouble with java sometimes, but for the most part it seems to work. The problem however with Flash isn't Linux its Macromedia. Macromedia sold their soul to the devil a long time ago, and w

Re: [gentoo-user] openoffice.org

2003-06-16 Thread Tom Allison
William F Pearson III wrote: Open Office takes so much time because it is huge. I wasn't prepared for the wait when I first emerged it either. I can understand that, but you have to recognize something that's a little different. When I emerge I measure it in days. Generally, I emerge right befo

[gentoo-user] tcpd & xinitd

2003-06-16 Thread Tom Allison
I noticed in a document that you should set USE to include 'tcpd' to improve/enhance your security options. Is this still valid if you are using xinitd, which includes the functionality of tcpd in it? Or is it unneccessary? -- Gruuk: UFies are above and beyond the human race :) -- [EMAIL PROT

Re: [gentoo-user] devfs

2003-06-15 Thread Tom Allison
Spider wrote: begin quote On Sat, 14 Jun 2003 22:12:51 -0400 Tom Allison <[EMAIL PROTECTED]> wrote: Brett I. Holcomb wrote: Per the Install docs - make sure experimental options is checked. I hate to say this, but can't these LiveCD default settings be baked into the gentoo-so

Re: [gentoo-user] rebuilding everything

2003-06-14 Thread Tom Allison
Andrei Ivanov wrote: emerge -e world Thanks! I'll see you in a couple of days :) -- The giraffe you thought you offended last week is willing to be nuzzled today. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] devfs

2003-06-14 Thread Tom Allison
Brett I. Holcomb wrote: Per the Install docs - make sure experimental options is checked. I hate to say this, but can't these LiveCD default settings be baked into the gentoo-source kernel image so we aren't always stumbling against the same problems over and over again? Or perhaps we could c

[gentoo-user] rebuilding everything

2003-06-14 Thread Tom Allison
I am slowing making some progress and am looking at some of the security options. I didn't put them in USE before and need to do some rebuilding. How do you tell emerge to update everything and to rebuild everything regardless of it's update status? -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] devfs

2003-06-14 Thread Tom Allison
Tom Allison wrote: I can fix this with appending devfs=mount into the kernel options. Actually, I can't. It's not working. I'll try the LiveCD process and if that works then I'm off to find out why all my modules are missing and where I can get AGP support even though t

Re: [gentoo-user] devfs

2003-06-14 Thread Tom Allison
I can fix this with appending devfs=mount into the kernel options. Actually, I can't. It's not working. I also read through some of the other emails and I don't have a /proc/config entry to read off my kernel configuration, but 'grep DEVFS /usr/src/linux/.config' shows that I have: CONFIG_DEVF

Re: [gentoo-user] devfs

2003-06-13 Thread Tom Allison
Tom Allison wrote: Mika Fischer wrote: Hi, Tom! * Tom Allison <[EMAIL PROTECTED]> [2003-06-13 12:50]: Or use: kernel /boot/bzImage ... devfs=mount So I should be able to just edit the grub menu and be done with this? There are *two* relevant options in the kernel config: [*

Re: [gentoo-user] devfs

2003-06-13 Thread Tom Allison
Mika Fischer wrote: Hi, Tom! * Tom Allison <[EMAIL PROTECTED]> [2003-06-13 12:50]: Or use: kernel /boot/bzImage ... devfs=mount So I should be able to just edit the grub menu and be done with this? There are *two* relevant options in the kernel config: [*] /dev file system s

Re: [gentoo-user] devfs

2003-06-13 Thread Tom Allison
Mika Fischer wrote: Hi, Tom! * Tom Allison <[EMAIL PROTECTED]> [2003-06-13 12:50]: Or use: kernel /boot/bzImage ... devfs=mount So I should be able to just edit the grub menu and be done with this? There are *two* relevant options in the kernel config: [*] /dev file system s

Re: [gentoo-user] devfs

2003-06-13 Thread Tom Allison
Mika Fischer wrote: * Phil Barnett <[EMAIL PROTECTED]> [2003-06-13 09:16]: Either way, you also have to specify that devfs is run automatically at boot time. Or use: kernel /boot/bzImage ... devfs=mount in your menu.lst Cheers, Mika -- [EMAIL PROTECTED] mailing list So I should be able to jus

[gentoo-user] devfs

2003-06-12 Thread Tom Allison
I'm a little stuck. I didn't build my kernel with devfs support. So I set CONFIG_DEVFS_FS=y rebuild the kernel copy to /boot/bzImage and then what? I'm using grub and I've never used it before. IIRC unlike lilo I don't have to run anything for it to be "seen" the next time I boot the PC. In t