`serverip' not set

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
ChakaZulu
Developer
Beiträge: 457
Registriert: Sonntag 23. März 2003, 00:39

`serverip' not set

Beitrag von ChakaZulu »

hi,

wer setzt denn die Umgebungsvariable serverip normalerweise?
ich habe hier plötzlich das Problem, dass die nicht mehr gesetzt wird...
debug: DDF: Calibrating delay loop... debug: DDF: 66.76 BogoMIPS
debug: BMon V1.1 mID 03
debug: feID 00 enxID 03
debug: fpID 52 dsID xxxxxxxxxxxxxxxxx
debug: HWrev 41 FPrev 0.23
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Unknown RFC1048-tag debug: 3 debug: 4 debug: c0 debug: a8 debug: 0 debug
debug: Unknown RFC1048-tag debug: 6 debug: c debug: d9 debug: ed debug: 97 debu
debug: Got BOOTP reply from Server IP 192.168.0.2, My IP 192.168.0.23
debug: Sending TFTP-request for file /devel/dbox2/tftpboot/u-boot
will verify ELF image, start= 0x800000, size= 142384
verify sig: 263
boot net: boot file has no valid signature
Branching to 0x40000


U-Boot 1.1.2 (Tuxbox) (Sep 15 2005 - 21:32:49)

CPU: PPC823ZTnnB2 at 66 MHz: 2 kB I-Cache 1 kB D-Cache
Board: DBOX2, Sagem, BMon V1.1
Watchdog enabled
I2C: ready
DRAM: 32 MB
FLASH: 8 MB
FB: ready
LCD: ready
In: serial
Out: serial
Err: serial
Net: SCC ETHERNET
BOOTP broadcast 1
DHCP client bound to address 192.168.0.23
Using SCC ETHERNET device
TFTP from server 0.0.0.0; our IP address is 192.168.0.23; sending through gatew4
Filename '/devel/dbox2/tftpboot/kernel-cdk'.
Load address: 0x100000
Loading: *** ERROR: `serverip' not set
can't find logo
BOOTP broadcast 1
DHCP client bound to address 192.168.0.23
Using SCC ETHERNET device
TFTP from server 0.0.0.0; our IP address is 192.168.0.23; sending through gatew4
Filename '/devel/dbox2/tftpboot/kernel-cdk'.
Load address: 0x100000
Loading: *** ERROR: `serverip' not set
can't find logo

Options:
1: console on ttyS0
2: console on fb0
3: console on null
Select option (1-3), other keys to stop autoboot: 0
BOOTP broadcast 1
DHCP client bound to address 192.168.0.23
Using SCC ETHERNET device
TFTP from server 0.0.0.0; our IP address is 192.168.0.23; sending through gatew4
Filename '/devel/dbox2/tftpboot/kernel-cdk'.
Load address: 0x100000
Loading: *** ERROR: `serverip' not set
..............................................................
Un-Protected 62 sectors
## Booting image at 00100000 ...
Bad Magic Number
=>
könnte das auch durch ein upgrade des dhcp-servers kommen? hab hier debian sid und

ii dhcp3-server 3.0.3-2

installiert.
host dbox2-2i {
fixed-address 192.168.0.23;
hardware ethernet 00:50:9C:xx:xx:xx;
allow bootp;
server-name "192.168.0.2";
if exists vendor-class-identifier {
filename "/devel/dbox2/tftpboot/kernel-cdk";
} else {
filename "/devel/dbox2/tftpboot/u-boot";
}
}
ChakaZulu
rasc
Senior Member
Beiträge: 5071
Registriert: Dienstag 18. September 2001, 00:00

Beitrag von rasc »

dhcpd upgrade ist eine gute Fehlerquelle fuer sowas...
ChakaZulu
Developer
Beiträge: 457
Registriert: Sonntag 23. März 2003, 00:39

Beitrag von ChakaZulu »

hi,

hm, hat wohl tatsächlich mit einer Änderung im dhcp-server zu tun:
http://marc.theaimsgroup.com/?l=dhcp-se ... 213778&w=2

so geht's dann wieder :)
next-server 192.168.0.2;
option root-path "/devel/dbox2/cdkroot/";
ciao,

ChakaZulu