On Sun, 21 Jul 2002, Rock s said: > First off here is the setup running suse 8.0 kernel 2.4.18-4 GB. I am > booting workstation up on network and giving ip addresses with bootptab. I > got the workstation to download the kernel and it looks like it is about to > load kde and then this is what is i see on the screen: > Running dhclient > Segmentation Fault > > Internet Software Consortium DHCP Client 2.0p > copyright (years listed) > All Right Reserved > > Listening on LPF /eth0/00:e0:b8:14:2e:66 > Sending on LPF /eth0/00:e0:b8:14:2e:66 > Sending on Socket /fallback/fallback-net > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 > DHCPOFFER from xxx.xxx.xxx.xx (the terminal server IP) > DHCPOFFER from xxx.xxx.xxx.xx (DNS server IP) > DHCP request on eth0 to 255.255.255.255 port 67 > DHCP from xxx.xxx.xxx.xxx (the terminal server IP) > > ERROR! dhclient failed! > Kernel Panic: Attempted to kill init!
I experienced the same kind of problem, with the same error msg. It turned out to be a misconfigured server: as bootpd was conflicting with dhcpd. >From /etc/inetd # Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." # tftp dgram udp wait root /usr/sbin/tcpd in.tftpd -s /tftpboot # bootps dgram udp wait root /usr/sbin/bootpd bootpd -c /tftpboot My problem was solved by disabling bootp. If for some reason you need both bootp and dhcp, then you'll have to figure out how to set things up so that they aren't simultaneously active. ---------------------------------------------------------------- John Karns [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
