Uwe Dippel wrote: > Thanks, I was able to try these [without much comprehension, I concede] > > % svcs -l smserver > .. > "uninitialized" > ... > > svcs -x svc:/network/inetd:default > ... > Reason: is not running because a method failed > ... > > /var/svc/log/network-inetd:default.log has no entries beyond February 17. > The date is correct. > So when I issue > svcadm restart network/inetd > it comes back with the prompt, neither any message nor anything in the log > file. > svcs | grep inetd > offline ..... svc:/network/inetd:default.log > > The one on maintenance is svc:/system/filesystem/local:default > Does that mean there is a problem with the file system?
inetd has a dependency on filesystem/local. If fs/local is in maintenance then you must fix this problem and once fs/local comes online, inetd will come online automatically. You can check /var/adm/messages and /var/svc/log/system-filesystem-local:default.log for any errors at the time fs/local started. Fix the issue and run "svcadm clear filesystem/local:default" to clear the maintenance state. -- Renaud