Solved / new Problem ;-) Was: Re: Sending DHCP requests .... timed out
Ingo Wichmann
iw at linuxhotel.de
Wed Dec 6 18:22:52 CET 2006
Ingo Wichmann schrieb:
>> Here task_confdir waits for several minutes, and then continues ...
>> task_confdir waits in line:
>> syslogd -m 0 -p /tmp/etc/syslogsocket
>
> I solved this by creating a diretory for the syslog pid-file in the line
> before syslog is called:
> mkdir -p /tmp/var/run
>
>
> And i've put a symlink
> /var/run -> /tmp/var/run
> in nfsroot
And this one:
diff usr/lib/fai/get-boot-info*
127,128c127,128
< dmesg | grep -q "Sending DHCP requests" || test $ip == dhcp &&
get_dhcp_info
< dmesg | grep -q "Sending BOOTP requests" || test $ip == bootp &&
get_bootp_info
---
> dmesg | grep -q "Sending DHCP requests" && get_dhcp_info
> dmesg | grep -q "Sending BOOTP requests" && get_bootp_info
Ingo
More information about the linux-fai
mailing list