Hello there,
I've returned to work after christmas and ineviably had to reboot a couple
of machines. both machines get stuck on startup trying to start mountd and
sit there seemingly for ever, though hitting ^c stops the mountd start and
allows the load to finish. Running trace on mountd reveals it correctly
going to nis to check netgroups then the following:
gettimeofday (0x11ffffa98, 0x0) = 0, [ {1073320518, 340892}, {} ]
getpid () = 933
socket (AF_INET, SOCK_DGRAM, PF_UNSPEC) = 6
bind (6, 0x11ffffac8=<2/INET, 1136, 127.0.0.1>, 16) = -1, Errno 48
(Address already in use)
close (6) = 0
gettimeofday (0x11ffff970, 0x0) = 0, [ {1073320518, 347728}, {} ]
socket (AF_INET, SOCK_DGRAM, PF_ROUTE) = 6
bind (6, 0x11ffff920=<2/INET, 691, 0.0.0.0>, 16) = 0
ioctl (6, 0x8004667e<In,FIONBIO,4>, 11ffff968) = 0
+ 00 00 00 01 <00000000> ....
getpid () = 933
sendto (6, 0x140007d6c, 64, , 64, 0<2/INET, 1136, 127.0.0.1>, 1073742528)
= 64
+ a7 86 01 00 02 00 00 00 00 00 00 00 03 a5 65 b7 <00000000>
.e..............
+ 00 00 00 00 00 00 00 00 01 00 00 00 02 00 00 00 <00000010>
................
+ 70 51 65 4b 11 00 00 00 00 00 00 00 00 00 00 00 <00000020>
............KeQp
+ 00 00 00 6b 75 63 61 78 6f 2e 6d 74 61 5f 5a 33 <00000030>
3Z_atm.oxacuk...
select (4096, 0x11fffd9e0={0x00000040,0x00000000*127}, 0x0={}, 0x0={},
0x11fffb908={30,0}) = 1 [ , {0x00000040,0x00000000*127}, {}, {}, ]
recvfrom (6, 0x140007bdc, 400, 0, 0x11fffb940, 0x11fffb950=16) = 36
+ 00 00 00 00 00 00 00 00 01 00 00 00 03 a5 65 b7 <00000000>
.e..............
+ 03 f2 01 a3 01 00 00 00 00 00 00 00 00 00 00 00 <00000010>
................
+ 00 00 8b 03 <00000020> ....
+ <2/INET, 1136, 127.0.0.1>
close (6) = 0
ettimeofday (0x11ffff960, 0x0) = 0, [ {1073320518, 378978}, {} ]
socket (AF_INET, SOCK_DGRAM, PF_ROUTE) = 6
bind (6, 0x11ffff910=<2/INET, 692, 0.0.0.0>, 16) = 0
ioctl (6, 0x8004667e<In,FIONBIO,4>, 11ffff958) = 0
+ 00 00 00 01 <00000000> ....
fcntl (6, F_SETFD, FD_CLOEXEC) = 0
bind (6, 0x11ffffa10=<2/INET, 0, 0.0.0.0>, 16) = -1, Errno 22 (Invalid
argument)
getsockname (6, 0x11ffffa00, 0x11ffff9f8=16) = 0 [ , <2/INET, 692,
0.0.0.0>, 16 ]
getpid () = 933
close (6) = 0
gettimeofday (0x11ffffa98, 0x0) = 0, [ {1073320518, 404368}, {} ]
usleep_thread () =
which is repeated ad infinitum.
Anyone got any ideas?
Stu
--
| Stuart Teasdale | Atmospheric, Oceanic and Planetary Physics |
| System Manager | University of Oxford |
| "You don't need a weatherman to know which way the wind blows" |
Received on Mon Jan 05 2004 - 16:39:41 NZDT