britishguy
Newbie
UID 77
Digest Posts
0
Credits 0
Posts 71
Reading Access 10
Registered Apr 25, 2007
Status Offline
|
|
|
tcp/ip not entirely loading
tcp/ip not entirely loading
when our sco unixware 7.4 system starts up we receive the following log indicating that its not loading successfully.
i have pasted the txt file for review.
can someone please help?
ux:s69inet: info:
the following commands ran from /etc/init.d/inetinits
this command will link the tcp/ip protocol stack.
/usr/sbin/slink
boot
initqp /dev/udp rq 8192 49152
initqp /dev/ip muxrq 8192 49152 muxwq 8192 49152
initqp /dev/tcp muxrq 8192 49152 muxwq 8192 49152
tp /dev/tcp
open /dev/tcp
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 17>
close <fd 3>
tp /dev/udp
open /dev/udp
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 18>
close <fd 3>
tp /dev/icmp
open /dev/icmp
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 19>
close <fd 3>
tp /dev/igmp
open /dev/igmp
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 20>
close <fd 3>
tp /dev/ipip
open /dev/ipip
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 21>
close <fd 3>
tp /dev/rip
open /dev/rip
open returns <fd 3>
open /dev/ip
open returns <fd 4>
plink <fd 3> <fd 4>
plink returns <muxid 22>
close <fd 3>
ux:s69inet: info: this command will initialize addresses, routing, and services.
/usr/sbin/initialize -u
ux:s69inet: error:
tcp/ip startup was not entirely successful. error messages in /tmp/inet.start
can not contact sac
&&
/usr/sbin/ifconfig lo0 127.0.0.1 up >>/tmp/inet.start 2>&1
add_loop reserved_for_ip /dev/loop lo0
open /dev/loop
open returns <fd 4>
dlbind <fd 4> 0x800
dlbind returns
open /dev/ip
open returns <fd 5>
linkint <fd 5> <fd 4> lo0 0x4048
plink <fd 5> <fd 4>
plink returns <muxid 23>
sifname <fd 5> <muxid 23> lo0 0x4048
close <fd 5>
close <fd 4>
running command: /usr/sbin/slink -vc /etc/inet/strcf\
add_interface reserved_for_ip /dev/net0 net0 >>/tmp/inet.start 2>&1 &&
/usr/sbin/ifconfig net0 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255 perf 24576 24576 1 up >>/tmp/inet.start 2>&1
add_interface reserved_for_ip /dev/net0 net0
open /dev/net0
open returns <fd 4>
dlbind <fd 4> 0x800
dlbind returns
open /dev/ip
open returns <fd 5>
linkint <fd 5> <fd 4> net0 0x4042
plink <fd 5> <fd 4>
plink returns <muxid 24>
sifname <fd 5> <muxid 24> net0 0x4042
close <fd 5>
open /dev/net0
open returns <fd 4>
dlbind <fd 4> 0x806
dlbind returns
open /dev/arp
open returns <fd 5>
sifhrd <fd 5> ether
linkint <fd 5> <fd 4> net0 0x4042
plink <fd 5> <fd 4>
plink returns <muxid 25>
sifname <fd 5> <muxid 25> net0 0x4042
sifaddr <fd 5> net0
close <fd 5>
close <fd 4>
running command: /usr/sbin/inconfig >>/dev/console 2>&1
running command: /usr/sbin/syslogd >>/dev/console 2>&1
listed configuration file is not a found full path name.
ignored: 3:/usr/sbin/in.pppd::y:/etc/inet/ppphosts::
turned off, ignored: 3a:/usr/sbin/in.dhcpc::n:/etc/inet/dhcpc.conf::
running command: /usr/sbin/route add default 192.168.1.2 >>/dev/console 2>&1
listed configuration file is not a found full path name.
ignored: 4b:/usr/sbin/in.gated::y:/etc/inet/gated.conf::
overiding cmd was not run, continuing to execute cmd 4c:/usr/sbin/in.routed:/usr/sbin/in.gated:y:::
running command: /usr/sbin/in.routed >>/dev/console 2>&1
running command: /usr/sbin/route add 224.0.0.0 192.168.1.4 >>/dev/console 2>&1
listed configuration file is not a found full path name.
ignored: 5:/usr/sbin/in.named::y:/etc/inet/named.conf::
running command: /usr/sbin/ntpdate -b 172.16.1.11 172.16.1.21 >>/dev/console 2>&1
command returned non-zero (256)
running command: /usr/sbin/in.xntpd >>/dev/console 2>&1
running command: /usr/bin/sh /etc/inet/rc.inet start >>/dev/console 2>&1
listed configuration file is not a found full path name.
ignored: 8a:/usr/sbin/in.aasd::y:/etc/inet/aasd.conf::
|
|
|