Results 11 to 20 of 21
Brilliant idea, Atreyu! Here's what I did:
1) Stopped cups (systemctl stop cups.service). I got this message:
Stopping cups.service but it can still be activated by cups.path \NL cups.socket
2) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-25-2012 #11
Brilliant idea, Atreyu! Here's what I did:
1) Stopped cups (systemctl stop cups.service). I got this message:
Stopping cups.service but it can still be activated by cups.path \NL cups.socket
2) Checked ps ax. No cupsd daemon running.
3) Gave an lpr command and checked again. Cups now running.
4) Stopped and disabled cups.service. Again cupsd disappeared from ps ax.
5) Gave the lpr command. Cups reappeared.
So enabling a service makes the corresponding daemon run by default. It becomes part of one of the boot targets and will be launched automatically. Disabling a service does not prevent the daemon from running when required; it just means that it will not be launched at boot time. I think the docs should make this clearer.
I don't think from my reading that systemd actually switches idle daemons off. After all, how could it tell for sure that something was not needed?"I'm just a little old lady; don't try to dazzle me with jargon!"
- 08-25-2012 #12Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695
- 08-26-2012 #13Linux Newbie
- Join Date
- Jun 2004
- Location
- Halesowen, West Midlands, UK
- Posts
- 100
I have read it somewhere but I can't find it now.
If you install systemd-gtk you can run systemadm which gives a nice GUI table of services under headings:-
Load State Active State Unit State Unit
---------------- ------------------ -------------- ----------
loaded active exited fb.service
loaded active running cups.service
etc., so it looks like some services are set to permanently run and others are started and exited as there is no need to have them running.
This was one of the pluses over sysvinit where all started services are in run state even when they do not need to be.
Click on a line and more detail is offered with buttons to Stop, Start, Restart and Reload the service.
- 08-26-2012 #14Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695
- 08-27-2012 #15
What do you need gtk for? You can list your running services just by typing systemctl and all services that started up, including the exited ones, with systemctl --all. If you're interested in a particular service on the list, use systemctl status foo. Using a gui is overkill.
I think the exited services are mainly startup scripts rather than daemons in the proper sense. It's worth looking at the actual .service files. If the type is "oneshot" then that's something that isn't expected to continue running."I'm just a little old lady; don't try to dazzle me with jargon!"
- 08-27-2012 #16Linux Newbie
- Join Date
- Jun 2004
- Location
- Halesowen, West Midlands, UK
- Posts
- 100
The answer is basically I don't need a GUI. I've been using the command line for over 42 years in at least 12 different operating systems on systems from the smallest to the largest mainframe and SPARC servers.
When the GUI presents a holistic picture there is no harm in using it and when the command line makes an operation much easier and quicker it is better than most GUI's.
On large and complex systems we have used GUI's for decades to easily manage system resources as it would be quite a protracted operation to do it via command line and to get an overall view of the system.
Sometimes a picture replaces a thousand words.
- 08-28-2012 #17Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695
- 09-01-2012 #18forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
After implementing the package upgrades from yesterday, all 6 of my Arch boxes are now "pure systemd" and no problems to report so far...
oz
- 09-30-2012 #19forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
systemd related note
I read some where that Gnome 3.6 (just released a few days ago) has systemd as a dependency so I guess some users that thought they wouldn't be moving to systemd will be doing so after all if they want to use Gnome 3.6, or later.
oz
- 10-01-2012 #20Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695
That doesn't surprise me too much, as Poettering (the systemd author) is currently a Red Hat employee, and Red Hat has embraced both systemd and GNOME. I juts hope systemd will become as easy to use as SysVInit always was.


Reply With Quote

