graphical app to manage startup services Linux Mint KDE

Questions about applications and software
Forum rules
Before you post please read this

graphical app to manage startup services Linux Mint KDE

Postby rgilaard on Sat Oct 30, 2010 7:09 am

Hi all,
I' m looking for a graphical app that I can use to manage the startup services on Linux Mint 9 KDE edition. I want to be able to shutdown services like samba, cups, bluetooth, sshd, etc etc.
Hope there is a application which I can use for this purpose.

brgds
Robert
rgilaard
Level 1
Level 1
 
Posts: 6
Joined: Tue Nov 03, 2009 9:28 am

Linux Mint is funded by ads and donations.
 

Re: graphical app to manage startup services Linux Mint KDE

Postby Elisa on Sat Oct 30, 2010 7:18 am

System monitor or BUM (boot up manager) ?
I have gnome, not have KDE ran now just try to look up for them if u have them...
Linux/Unix is about freedom, Windows about slavery.

md5 / sha1 check [how-to for NEWBIES] :idea:

Image
Score: 43 I have some hippie in me. Cool, man 8)
Take the elitemrp.net "Are you a Hippie?" Test
User avatar
Elisa
Level 6
Level 6
 
Posts: 1428
Joined: Wed Aug 18, 2010 6:46 am

Re: graphical app to manage startup services Linux Mint KDE

Postby altair4 on Sat Oct 30, 2010 8:54 am

I don't know if KDE has the same problem as Gnome but I don't think there is a GUI to start and stop services anymore. The problem is there are two mechanisms in play now that control how services are started: the old System-V style init scripts and Upstart. update-rc.d, sysv-rc-conf and BUM are tools for managing System-V style init scripts. They are not however able to manage the Upstart jobs. I don't think there is a GUI for upstart jobs.

Take your original example: cups and samba

If you run the following command you will get a status list of all services running from a System-V perspective:
Code: Select all
sudo service --status-all

Amoung the output you will notice this:
[ + ] cups
[ ? ] smbd

A "+" means it's running, a "-" means it's not, and a "?" means it has no idea. Why?, because the old method still controls cups but it does not control samba ( smbd).

To get a listing of the status of upstart jobs run the following command:
Code: Select all
sudo initctl list

You will see no listing for cups but you will see one for samba:
smbd start/running, process 1605

Take a look at where the scripts used to be:
Code: Select all
/etc/init.d

All of the old scripts are still there but all of the upstart references are now symlinks.

The control of how upstart jobs run is now in:
Code: Select all
/etc/init


To control an upstart job ( unless KDE does in fact have a GUI ) you have to modify the conf file at /etc/init manually. Or, if the objective is to turn a given upstart job service off permanently you could Comment out the "start on" line in /etc/init/xxx.conf
Last edited by altair4 on Mon Apr 25, 2011 3:16 pm, edited 1 time in total.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
altair4
Level 13
Level 13
 
Posts: 4651
Joined: Tue Feb 03, 2009 10:27 am

graphical app to manage startup services Linux Mint KDE [SOL

Postby rgilaard on Sun Oct 31, 2010 6:19 am

Thanks Elisa and Altair4!

This has been solved by installing BUM and using the CLI method Altair4 proposed to comment out the "start on" line in the scripts in /etc/init.

I must say that it' s a little bit messy like this. I have made a small note in my system administration folder so I know what I have done if I need to enable those services again in the future.

Thanks again.
rgilaard
Level 1
Level 1
 
Posts: 6
Joined: Tue Nov 03, 2009 9:28 am


Return to Software & Applications

Who is online

Users browsing this forum: AlfyBoy and 13 guests