Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread William Immendorf
On Fri, Aug 13, 2010 at 3:34 PM, Suraj Linux wrote: > unable to open device '/sys/class/net/*' I think you don't have /sys mounted in the chroot environment. To check to see if it is mounted, run ls /sys in the chroot environment. If /sys is mounted, you should see a good number of directories. If

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread Andrew Benton
On 14/08/10 22:36, linux fan wrote: > On 8/13/10, Suraj Linux wrote: >> >> add_matching_files: unable to open '/dev/.udev/rules.d': No such file >> or directory > > Without knowing anything, I wonder why '/dev/.udev/rules.d' is > missing. What creates it? Udev creates it, the udev running on the

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread linux fan
On 8/13/10, Suraj Linux wrote: > > add_matching_files: unable to open '/dev/.udev/rules.d': No such file > or directory Without knowing anything, I wonder why '/dev/.udev/rules.d' is missing. What creates it? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromsc

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread Bruce Dubbs
Suraj Linux wrote: > Hi Bruce, > > I do have an another WIFI adapter. Would you consider that as another > NIC card ? If you only have one in the system at a time, no. The purpose of the udevadm instruction is to always assign the same interface to the same card when more than one card is in t

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread Suraj Linux
 lfs-support-ow...@linuxfromscratch.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of lfs-support digest..." > > > Today's Topics: > >   1. Error at 7.13. Configuring the network Script ( Book 6.6 ) >    

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-14 Thread Andrew Benton
On 13/08/10 21:34, Suraj Linux wrote: > Hi, > > I have a doubt at section 7.13.1. > > Then I run the following command > > for NIC in /sys/class/net/* ; do > INTERFACE=${NIC##*/} udevadm test --action=add $NIC > done > > I get the below output. The file " > /etc/udev/rules.d/70-persistent-net

Re: Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-13 Thread Bruce Dubbs
Suraj Linux wrote: > Hi, > > I have a doubt at section 7.13.1. > > Then I run the following command > > for NIC in /sys/class/net/* ; do > INTERFACE=${NIC##*/} udevadm test --action=add $NIC > done I haven't checked this out yet, but if you have only one NIC, you can skip this entire step

Error at 7.13. Configuring the network Script ( Book 6.6 )

2010-08-13 Thread Suraj Linux
Hi, I have a doubt at section 7.13.1. Then I run the following command for NIC in /sys/class/net/* ; do INTERFACE=${NIC##*/} udevadm test --action=add $NIC done I get the below output. The file " /etc/udev/rules.d/70-persistent-net.rules " is missing from it. Hence I guess I am stuck. roo

Re: 7.13 Configuring the network script

2008-05-16 Thread Gernot Jander
On Thu, 15 May 2008, Dan Nicholson wrote: > > It's been a while since I looked closely at jhalfs, but it's > _supposed_ to mount /sys in the chroot when it does the Ch. 7 tasks. > At least, it should. No, it does'nt > I'd just follow the directions for manually re-entering the chroot and > mou

Re: 7.13 Configuring the network script

2008-05-15 Thread Dan Nicholson
On Thu, May 15, 2008 at 9:56 PM, Gernot Jander <[EMAIL PROTECTED]> wrote: > Hi, > I try to install LFS-6.3 using jhalfs. All runs well until task > 129-network, where jhalfs exits with the messages: >/sys/class/net not available >/etc/udev/rules.d/70-persistent-net-rules : No such

7.13 Configuring the network script

2008-05-15 Thread Gernot Jander
Hi, I try to install LFS-6.3 using jhalfs. All runs well until task 129-network, where jhalfs exits with the messages: /sys/class/net not available /etc/udev/rules.d/70-persistent-net-rules : No such file Of course /sys is not yet populated at this point since sysfs is not yet mo

Re: 7.13. Configuring the network Script - DHCP

2007-04-06 Thread Ken Moffat
On Fri, Apr 06, 2007 at 12:38:56AM +0200, Kai Ulrich wrote: > hey, > > I start to install the network script. > My rooter is configured as an dhcp server. > Is it wise to install dhcp now or should I wait until lfs is booting and > do it later (see blfs) ? > There's no problem about building dh

7.13. Configuring the network Script - DHCP

2007-04-05 Thread Kai Ulrich
hey, I start to install the network script. My rooter is configured as an dhcp server. Is it wise to install dhcp now or should I wait until lfs is booting and do it later (see blfs) ? Kai -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.h