Bug#158426: DHCP support is broken on compact rescue disk

2002-10-10 Thread Simon Law

David Kimdon wrote:
> Tue, Aug 27, 2002 at 01:03:01AM -0400 wrote:
> > Package: boot-floppies
> > Tags: woody
> > 
> > It appears that the kernel for the woody compact rescue disk does not
> > have CONFIG_PACKET or CONFIG_FILTER included.  This is sad, because
> 
> Something else must be going on, IMO.
> 
> > although this kernel has built-in ethernet drivers, dhclient-2.2.x does
> > not work.  As well, it appears that dhclient wants /var/lib/dhcp/ which
> > also does not exist. (Although I am not sure if it will gracefully fail
> > in this case.)
> 
> Error message?  Can you do a :
> $ cat /proc/modules
> 
> to verify that the module is not loaded.  Can you run dhclient
> manually?

I didn't see this message, so I must have deleted it by
accident.

I no longer have the machine I was trying to do this upon, and
currently have no machine that I can boot with the compact boot disk.
All I remember is that dhclient complained that either CONFIG_PACKET or
CONFIG_FILTER was missing.  From my poor memory, I suspect that
/proc/modules was empty; but I can no longer provide accurate
information.  Sorry.

Simon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Processed: Re: Bug#158426: DHCP support is broken on compact rescue disk

2002-08-27 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

> severity 158426 important
Bug#158426: DHCP support is broken on compact rescue disk
Severity set to `important'.

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#158426: DHCP support is broken on compact rescue disk

2002-08-27 Thread David Kimdon

severity 158426 important
quit

Tue, Aug 27, 2002 at 01:03:01AM -0400 wrote:
> Package: boot-floppies
> Tags: woody
> 
> It appears that the kernel for the woody compact rescue disk does not
> have CONFIG_PACKET or CONFIG_FILTER included.  This is sad, because

Something else must be going on, IMO.

The kernel configuration is correct:
$ wget -q
http://http.us.debian.org/debian/dists/woody/main/disks-i386/current/images-1.44/compact/kernel-config
$ grep "CONFIG_PACKET" kernel-config ; grep CONFIG_FILTER
kernel-config
CONFIG_PACKET=m
CONFIG_FILTER=y
$

The module is present:
$ wget -q
http://http.us.debian.org/debian/dists/woody/main/disks-i386/current/images-1.44/compact/root.bin
-O - | zcat > root
$ sudo mount -o loop root /mnt/
$ find /mnt/ | grep af_packet
/mnt/lib/modules/misc/af_packet.o
$ 

And should be loaded when the system boots:
$ grep af_packet /mnt/etc/init.d/rcS 
insmod /lib/modules/af_packet.o >/dev/null 2>&1 && echo af_packet >>/etc/modules
insmod /lib/modules/misc/af_packet.o >/dev/null 2>&1 && echo af_packet >>/etc/modules
$

What is going on here?


> although this kernel has built-in ethernet drivers, dhclient-2.2.x does
> not work.  As well, it appears that dhclient wants /var/lib/dhcp/ which
> also does not exist. (Although I am not sure if it will gracefully fail
> in this case.)

Error message?  Can you do a :
$ cat /proc/modules

to verify that the module is not loaded.  Can you run dhclient
manually?

Thanks,

David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#158426: DHCP support is broken on compact rescue disk

2002-08-26 Thread Simon Law

Package: boot-floppies
Tags: woody

It appears that the kernel for the woody compact rescue disk does not
have CONFIG_PACKET or CONFIG_FILTER included.  This is sad, because
although this kernel has built-in ethernet drivers, dhclient-2.2.x does
not work.  As well, it appears that dhclient wants /var/lib/dhcp/ which
also does not exist. (Although I am not sure if it will gracefully fail
in this case.)

Simon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]