LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Startup Services Question (https://www.linuxquestions.org/questions/debian-26/startup-services-question-272464/)

mr_pollock 12-31-2004 10:18 PM

Startup Services Question
 
This is a Sarge netinstall on i386 with all packages excluding... well now I can't remember.

Basically, AppleTalk NET4: AppleTalk 0.18a for Linux NET 4.0 starts up along with everything else (during startup), and startup just stops here for a while... is there a way I can disable this AppleTalk service?

That is all.

Thank you.

Dead Parrot 01-01-2005 02:32 AM

There are many ways to disable services. The quickest way is to run (as root) "invoke-rc.d <service_name> stop" but that will disable the service only for the current session. You'll find the names of different services from /etc/init.d/. If you want to disable a service permanently, you can use the "update-rc.d" command instead (see the man page for usage).

Or you can install the "rcconf" utility that gives you an ncurses frontend for managing the services on your current runlevel. You'll need to reboot before changes made in rcconf take effect. There's also a program called "sysvconfig" that is pretty similar to "rcconf" but it has also menus for configuring services on other runlevels.

And, of course, you can always manually edit/add/remove symlinks in /etc/rc{0-6,S}.d/.

McCloud 01-01-2005 09:30 AM

Actually there is an updated version of rcconf which is called sysv-rc-conf. You can use it to start and stop services in the current session and to enable and disable services for certain runlevels.

vbguru12000 01-21-2005 07:23 PM

I'm having the same problem, I want to disable AppleTalk. However, I'm not sure which service this is. Does anyone know what it's called?

redss 01-22-2005 08:25 PM

try netatalk

vbguru12000 01-22-2005 09:49 PM

Quote:

Originally posted by redss
try netatalk
Thank you so much. Works like a dream. :D

abhijeetudas 01-23-2005 11:46 AM

Thanks...
 
Im a bit familiar to Redhat But
totally new to debain...



Thanks a lot

particulary the post by <Dead Parrot>


All times are GMT -5. The time now is 06:52 AM.