Hi,
I have posted this message on sunsolve.sun.com, but I thought it wouldn't hurt
to post it here as well.
I have another issue with the motherboard swap I had to perform: when I boot
the server, the rpcbind service doesn't start. It doesn't give any error
message, just "rpcbind failed with 1". I ran truss on the
/lib/svc/method/rpc-bind start scripts and this is the last lines of the output:
690: open("/dev/udp", O_RDONLY) Err#13 EACCES [file_dac_read]
690: open("/dev/udp", O_RDWR) Err#13 EACCES [file_dac_read]
690: open("/dev/tcp", O_RDWR) Err#13 EACCES [file_dac_read]
690: open("/dev/ticlts", O_RDWR) Err#13 EACCES [file_dac_read]
690: open("/dev/ticotsord", O_RDWR) Err#13 EACCES [file_dac_read]
690: open("/dev/ticots", O_RDWR) Err#13 EACCES [file_dac_read]
690: _exit(1)
689: waitid(P_PID, 690, 0x08047AA0, WEXITED|WTRAPPED|WNOWAIT) = 0
689: ioctl(0, TIOCGPGRP, 0x08047B00) = 0
689: ioctl(0, TCGETS, 0x08077D68) = 0
689: waitid(P_PID, 690, 0x08047AA0, WEXITED|WTRAPPED) = 0
689: write(1, " r p c b i n d f a i l".., 23) = 23
689: brk(0x0807CD00) = 0
689: brk(0x0807CB00) = 0
689: _exit(1)
This seems to point to a permission issue on these device files, but it looks
ok , as shown by the following output:
lrwxrwxrwx 1 root other 27 Jun 20 2006 /dev/tcp -> ../devices/pseudo/[EMAIL
PROTECTED]:tcp
lrwxrwxrwx 1 root other 29 Jun 20 2006 /dev/ticlts -> ../devices/pseudo/[EMAIL
PROTECTED]:ticlts
lrwxrwxrwx 1 root other 29 Jun 20 2006 /dev/ticots -> ../devices/pseudo/[EMAIL
PROTECTED]:ticots
lrwxrwxrwx 1 root other 32 Jun 20 2006 /dev/ticotsord ->
../devices/pseudo/[EMAIL PROTECTED]:ticotsord
lrwxrwxrwx 1 root other 27 Jun 20 2006 /dev/udp -> ../devices/pseudo/[EMAIL
PROTECTED]:udp
even the permissions on the real devices look ok:
crw------- 1 root sys 42, 2 Dec 31 19:07 /devices/pseudo/[EMAIL PROTECTED]:tcp
crw------- 1 root sys 105, 2 Dec 31 19:07 /devices/pseudo/[EMAIL
PROTECTED]:ticlts
crw------- 1 root sys 105, 0 Dec 31 19:08 /devices/pseudo/[EMAIL
PROTECTED]:ticots
crw------- 1 root sys 105, 1 Dec 31 19:07 /devices/pseudo/[EMAIL
PROTECTED]:ticotsord
crw------- 1 root sys 41, 0 Dec 31 19:07 /devices/pseudo/[EMAIL PROTECTED]:udp
As I have said in a previous post, when I swapped the 2 mobo, I had to do an rm
-rf /devices/[EMAIL PROTECTED],0 /dev/dsk/* /dev/rdsk/* to force the system to
recreate them on the next reboot. I am at a loss as to why rpcbind doesn't want
to start, so I would really appreciate some help.
Thanks a lot in advance,
Bertrand.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]