LWN.net Logo

Poettering: systemd for Administrators, Part X

The tenth installment of Lennart Poettering's "systemd for Administrators" series is available. "Most services on Linux/Unix are singleton services: there's usually only one instance of Syslog, Postfix, or Apache running on a specific system at the same time. On the other hand some select services may run in multiple instances on the same host. For example, an Internet service like the Dovecot IMAP service could run in multiple instances on different IP ports or different local IP addresses. A more common example that exists on all installations is getty, the mini service that runs once for each TTY and presents a login prompt on it. On most systems this service is instantiated once for each of the first six virtual consoles tty1 to tty6. On some servers depending on administrator configuration or boot-time parameters an additional getty is instantiated for a serial or virtualizer console. Another common instantiated service in the systemd world is fsck, the file system checker that is instantiated once for each block device that needs to be checked. Finally, in systemd socket activated per-connection services (think classic inetd!) are also implemented via instantiated services: a new instance is created for each incoming connection. In this installment I hope to explain a bit how systemd implements instantiated services and how to take advantage of them as an administrator."
(Log in to post comments)

Poettering: systemd for Administrators, Part X

Posted Sep 27, 2011 13:50 UTC (Tue) by imgx64 (guest, #78590) [Link]

Looks like his website is down: http://www.isup.me/0pointer.de/

> "It's not just you! http://0pointer.de looks down from here."

Yet another FOSS website hacked?

Poettering: systemd for Administrators, Part X

Posted Sep 27, 2011 14:07 UTC (Tue) by mezcalero (subscriber, #45103) [Link]

Nah, just the PulseAudio 1.0 release bringing down my server

Poettering: systemd for Administrators, Part X

Posted Sep 27, 2011 18:44 UTC (Tue) by oblio (guest, #33465) [Link]

If you interpret this as:
"PulseAudio release 1.0 brought down the server"
it's damn funny :P

Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds