>>>>> On Tue, 03 Mar 2009 10:49:29 +0100, Carsten Aulbert
>>>>> <[email protected]> said:
>> Yesterday I reinstalled a computer several times, tuning ssh settings
>> and other customizations, however, I'm not aware to change something
>> substantial, but suddenly it seems the wrong entry in pxeboot.cfg is
>> modified:
>>
>> grep 'disable' install-200903*/fai.log
>> install-20090302_191531/fai.log:disable pxe config for 10.20.30.3 in hex
>> 0A141E03
>> install-20090302_192700/fai.log:disable pxe config for 172.28.20.3 in
>> hex AC1C1403
>> install-20090302_193420/fai.log:disable pxe config for 172.28.20.3 in
>> hex AC1C1403
>> install-20090302_194559/fai.log:disable pxe config for 172.28.20.3 in
>> hex AC1C1403
>>
This is how the task chboot determines the ip address.
ipaddr=$(grep IPADDR $LOGDIR/boot.log | cut -d\' -f2)
try: grep 'IPADDR' install-200903*/boot.log
maybe you'll see where the error comes from.
--
regards Thomas