LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   some services down after a change of runlevel (https://www.linuxquestions.org/questions/linux-newbie-8/some-services-down-after-a-change-of-runlevel-104453/)

zovres 10-15-2003 07:26 PM

some services down after a change of runlevel
 
I've switched my server to runlevel 3 since I only ssh to it, but when I boot it some services like https, vsftpd are no turned on by default like it was when x started

how could I change that?

:)

TheRealDeal 10-15-2003 07:30 PM

Hi,

There are a few ways to do it. Probably the easiest is by booting into runlevel 3 and then running authconfig at the terminal. That will show you the services and what is enabled on boot for runlevel 3.

I personally use chkconfig to enable / disable my services, for example chkconfig --level 345 named on That command will turn on named (dns) in runlevels 345.

:)

>Craig

zovres 10-15-2003 07:33 PM

oh! and how about a change of resolution even in runlevel3? so that the terminal would look nicer

I don't think it's possible but maybe you guys know a trick :)

TheRealDeal 10-15-2003 07:34 PM

Hi,

I don't know if it possible, I've never needed it changed. Maybe one of the other guys know :)

>Craig

zovres 10-15-2003 07:46 PM

thx TheRealDeal, the service part is now all set up :)

TheRealDeal 10-15-2003 07:48 PM

Cool :)


All times are GMT -5. The time now is 03:40 PM.