[6940] in testers
Solaris removable media server disabled
daemon@ATHENA.MIT.EDU (Robert A Basch)
Wed May 4 15:04:27 2005
Message-Id: <200505041904.j44J4GQ1028417@anhedonia.mit.edu>
To: testers@MIT.EDU
Date: Wed, 04 May 2005 15:04:16 -0400
From: Robert A Basch <rbasch@MIT.EDU>
Garry noticed that rpc.smserverd, the removable media server, was
disabled on Solaris 9.4. I am pretty certain that this is a result
of our not preserving /etc/inet/inetd.conf during the removal of
Solaris 9 packages (already fixed in the sources). You can enable
the service by doing (as root):
inetadm -e smserver
(/etc/inet/inetd.conf is no longer used in Solaris 10; the existing
file is converted during the update).
Bob