[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ1 - Cannot read /etc/sysconfig/network-scripts/ifcfg-eth0:25: No such file or directory
- Subject: Re: [cobalt-users] RAQ1 - Cannot read /etc/sysconfig/network-scripts/ifcfg-eth0:25: No such file or directory
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Wed May 17 08:54:35 2000
- Organization: nobaloney.net
Paul Alcock wrote:
> After deleting the references to Oldsite.com and Newsite.com from the
> httpd.conf file
> I was able to reboot the server and all other sites are fine.
> However, in the GUI the Oldsite.com nnn.nnn.nnn.133 still shows.
You might have to add them back to finish the delete procedure; hope
you've got a backup <wry grin>.
> And when I try to delete it from the GUI, I get the
> Cannot read /etc/sysconfig/network-scripts/ifcfg-eth0:25: No such file or
> directory
> Error.
>
> Read through the archives, found someone asking for the ifcfg-eth0 file for
> a RAQ2
> This is a RAQ1.
>
> Any ideas on how to fix this would be most appreciated.
The files are not RaQ specific. The file should look something like
this one, from my RaQ2:
DEVICE=eth0:1
IPADDR=209.126.157.81
NETMASK=255.255.255.0
NETWORK=209.126.157.0
BROADCAST=209.126.157.255
ONBOOT=yes
ALIAS=yes
BOOTPROTO=none
Just use this as a template to create your own file. Your should look
something like this:
DEVICE=eth0:25
IPADDR=nnn.nnn.nnn.133
NETMASK=255.255.255.0
NETWORK=209.126.157.0
BROADCAST=nnn.nnn.nnn.255
ONBOOT=yes
ALIAS=yes
BOOTPROTO=none
Where of course the "nnn" series are replaced with the correct numbers
(I still don't understand why people don't publish their real numbers;
we're not going to learn anything destructive from them <wry grin>. So
you know one of the IP#s one of my systems responds to, so what. You
could find that easily enough by doing an nslookup on one of my domain
names. Big del.
Anyway, the exact details may not even be too important; the gui may not
even read the file; it's just trying to delete it.
Just be sure it's owned by root:root and has the same attributes as the
rest of the ifcfg-eth0 files on your system, and you should be alright.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205