RE: Making more partitions?

2000-09-20 Thread Ron Brinkman
As you stated, only four primary partitions are allowed. Logical partitions are placed inside a container called an "extended" partition. What you will need to do is: 1) shrink your primary partitions, moving them to the beginning of the drive 2) expand the extended partition to include the spa

RE: 404 Page in Apache

2000-09-10 Thread Ron Brinkman
The behavior should not be dependent on the browser. Did you reload from Netscape to make sure the old page was not cached? -Original Message- From: Adrian Hunt [SMTP:[EMAIL PROTECTED]] Sent: Saturday, September 09, 2000 2:34 AM To: [EMAIL PROTECTED] Subject:404 Page in Ap

RE: [OT] crappy list latency

2000-09-08 Thread Ron Brinkman
I noticed the same latency. Plus, my reply was posted twice. The time stamps were many hours apart. Also, I have noticed MANY posts where I receive several replies long before the original post appears in my inbox. Ron -Original Message- From: Alan Mead [SMTP:[EMAIL PROTECTED]] Se

RE: [OT] perl question [answered]

2000-09-07 Thread Ron Brinkman
/=/, $pair); $value =~ tr/+/ /; $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; $FORM{$name} = $value; } . . . } The result in this case will be two hash values defined: $FORM(name) = "Bill Clinton"; $FORM(address) = &qu

RE: Making Linux bootable after the fact

2000-09-07 Thread Ron Brinkman
I have used Partion Magic [includes Boot Magic] (from Power Quest) to solve a number of disk reconfiguration issues like yours. It cost some money, but saved a lot of grief. -Original Message- From: Ben Logan [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 04, 2000 4:51 AM To:

RE: Needing help with eth0

2000-09-06 Thread Ron Brinkman
Don't know if my experience is the same as yours, but I have never gotten DHCP (via pump) to work. So I hard-coded the IP address in my config files. Even then, when booting the startup of eth0 always times out for 60 seconds, then reports [FAILED]. I found I had to exectue the followin

RE: PERL broken?

2000-08-18 Thread Ron Brinkman
Charles and Pete nailed the problem. I had a DOS end of line character in the file. After removing it things worked. Thanks, Ron Brinkman -Original Message- From: Charles Galpin [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 8:21 PM To: '[EMAIL PROTECTED]

RE: PERL broken?

2000-08-18 Thread Ron Brinkman
AIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Friday, August 18, 2000 5:10 AM To: [EMAIL PROTECTED] Subject:Re: PERL broken? Hi Ron, Is the script executable? chmod +x process.pl Ron Brinkman <[EMAIL PROTECTED]> on 08/18/2000 12:18:17 AM Please respond to [EMAIL PROTECTED]

PERL broken?

2000-08-17 Thread Ron Brinkman
file or directory" is complaining that bash cannot find perl! Since which perl clearly shows it to be located at /usr/bin/perl and since the first line of the process.pl file is #!/usr/bin/perl I don't see why this is failing. When I explici