I ran into another confusing glitch tonight.
I'm playing around with autofs, and configuring the auto_home indirect map to automatically mount a user's home directory upon logging in to the system. I added the user's home directory in /etc/auto_home and su - as the user I created. But I got an error stating "No Directory!" I was confused because the automountd daemon was running. So I ran /etc/init.d/autofs start. Now when I su - as the new user, it worked!
So this got me to looking into the service control scripts. In /etc/rc2.d, there is S74autofs, which leads me to believe that autofs should already be started. Why is it not started, even though I'm in run level 3? Does it have anything to do with the fact that there are two more service control scripts with the same starting number? (S74syslog & S74xntpd) I felt pretty comfortable with the whole inittab startup thing up to this point, but now I'm confused!
Thanks in advance for any light you can shed on this for me! Mike
I'm playing around with autofs, and configuring the auto_home indirect map to automatically mount a user's home directory upon logging in to the system. I added the user's home directory in /etc/auto_home and su - as the user I created. But I got an error stating "No Directory!" I was confused because the automountd daemon was running. So I ran /etc/init.d/autofs start. Now when I su - as the new user, it worked!
So this got me to looking into the service control scripts. In /etc/rc2.d, there is S74autofs, which leads me to believe that autofs should already be started. Why is it not started, even though I'm in run level 3? Does it have anything to do with the fact that there are two more service control scripts with the same starting number? (S74syslog & S74xntpd) I felt pretty comfortable with the whole inittab startup thing up to this point, but now I'm confused!
Thanks in advance for any light you can shed on this for me! Mike