John Beck wrote: > start_network > SIOCSIFADDR: No such device > SIOCSIFNETMASK: No such device > SIOCSIFBRDADDR: No such device > > > I couldn't configure the network interface using your pre-boot settings: > DEVICE: eth0 > IPADDR: 192.168.1.245 > NETMASK: 255.255.255.0 > BROADCAST: 192.168.1.255 > > > Killing off running processes. > > > write_variables > <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > This is the SystemImager autoinstall system > ------------------------------------------------------------------------------- > > > > / # ifconfig eth0 192.168.1.245 netmask 255.255.255.0 up > / # ping 192.168.1.1 > PING 192.168.1.1 (192.168.1.1): 56 data bytes > 84 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=64.9 ms > 84 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=3.9 ms > > --- 192.168.1.1 ping statistics --- > 2 packets transmitted, 2 packets received, 0% packet loss > round-trip min/avg/max = 3.9/34.4/64.9 ms
Very strange... the autoinstall script issues exactly that ifconfig command (except that it explicitly adds also the broadcast address). Can you check the return code of your ifconfig? (echo $?) Cheers, -AndreaR ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
