vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Wed, 5 Nov 2003 13:01:33 -0600, "xman" <imiller@bsd.uchicago.edu> wrote: >I just install solaris 9 and for some reason it will not see or eject any >cdroms or DVD's from it. HELP >The system is a V880 Did you perform any system hardening? If so you want to ensure that you did not disable smserverd RPC program. Also ensure that S74autofs startup script is enabled. Josh |
| |||
| "xman" <imiller@bsd.uchicago.edu> writes: >I just install solaris 9 and for some reason it will not see or eject any >cdroms or DVD's from it. HELP >The system is a V880 The most common problem is that Sun requires an inetd.conf entry to run for the cdrom/dvdrom automounting to function in Solaris 9. Make sure that rpc.smserverd isn't commented out of inetd.conf and inetd is running. -- Doug McIntyre merlyn@visi.com Network Engineer/Jack of All Trades Vector Internet Services, Inc. |
| |||
| Thanks that was it. "Doug McIntyre" <merlyn@visi.com> wrote in message news:3fa96c8e$0$41290$a1866201@newsreader.visi.com ... > "xman" <imiller@bsd.uchicago.edu> writes: > >I just install solaris 9 and for some reason it will not see or eject any > >cdroms or DVD's from it. HELP > >The system is a V880 > > The most common problem is that Sun requires an inetd.conf entry to > run for the cdrom/dvdrom automounting to function in Solaris 9. Make > sure that rpc.smserverd isn't commented out of inetd.conf and inetd is > running. > > > > -- > Doug McIntyre merlyn@visi.com > Network Engineer/Jack of All Trades > Vector Internet Services, Inc. |
| |||
| On 05 Nov 2003 21:33:02 GMT, Doug McIntyre wrote: > "xman" <imiller@bsd.uchicago.edu> writes: > >I just install solaris 9 and for some reason it will not see or eject any > >cdroms or DVD's from it. HELP > >The system is a V880 > > The most common problem is that Sun requires an inetd.conf entry to > run for the cdrom/dvdrom automounting to function in Solaris 9. Make > sure that rpc.smserverd isn't commented out of inetd.conf and inetd is > running. I was bitten by this recently...is it just me, or is that a really dumb place to put a daemon required for local drive mounting? |
| ||||
| Mike Hunter wrote: > On 05 Nov 2003 21:33:02 GMT, Doug McIntyre wrote: > >> "xman" <imiller@bsd.uchicago.edu> writes: >> >>>I just install solaris 9 and for some reason it will not see or eject any >>>cdroms or DVD's from it. HELP >>>The system is a V880 >> >> >> The most common problem is that Sun requires an inetd.conf entry to >> run for the cdrom/dvdrom automounting to function in Solaris 9. Make >> sure that rpc.smserverd isn't commented out of inetd.conf and inetd is >> running. > > > I was bitten by this recently...is it just me, or is that a really dumb place > to put a daemon required for local drive mounting? Yea, my thoughts exactly. I normally do not run inetd so this is really bothersome. -CC |