+ All Categories
Home > Documents > Systemd poettering

Systemd poettering

Date post: 10-Jun-2015
Category:
Upload: susant-sahani
View: 154 times
Download: 2 times
Share this document with a friend
Popular Tags:
46
Beyond Init: systemd LinuxKongress 2010 Lennart Poettering [email protected] September 2010 Lennart Poettering Beyond Init: systemd
Transcript
Page 1: Systemd poettering

Beyond Init: systemd

LinuxKongress 2010

Lennart [email protected]

September 2010

Lennart Poettering Beyond Init: systemd

Page 2: Systemd poettering

Who Am I?

Software Engineer at Red Hat, Inc.

Developer of PulseAudio, Avahi and a few other Free Softwareprojects

http://0pointer.de/lennart/

[email protected]

IRC: mezcalero

Lennart Poettering Beyond Init: systemd

Page 3: Systemd poettering

“systemd is a system and session manager for Linux,

compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 4: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts.

systemd provides aggressiveparallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 5: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities,

uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 6: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services,

offers on-demand starting of daemons, keepstrack of processes using Linux cgroups, supports snapshotting and

restoring of the system state, maintains mount and automountpoints and implements an elaborate transactional

dependency-based service control logic. It can work as a drop-inreplacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 7: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons,

keepstrack of processes using Linux cgroups, supports snapshotting and

restoring of the system state, maintains mount and automountpoints and implements an elaborate transactional

dependency-based service control logic. It can work as a drop-inreplacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 8: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups,

supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 9: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state,

maintains mount and automountpoints and implements an elaborate transactional

dependency-based service control logic. It can work as a drop-inreplacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 10: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points

and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 11: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic.

It can work as a drop-inreplacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 12: Systemd poettering

“systemd is a system and session manager for Linux, compatiblewith SysV and LSB init scripts. systemd provides aggressive

parallelization capabilities, uses socket and D-Bus activation forstarting services, offers on-demand starting of daemons, keeps

track of processes using Linux cgroups, supports snapshotting andrestoring of the system state, maintains mount and automount

points and implements an elaborate transactionaldependency-based service control logic. It can work as a drop-in

replacement for sysvinit.”

Lennart Poettering Beyond Init: systemd

Page 13: Systemd poettering

init(8)

Lennart Poettering Beyond Init: systemd

Page 14: Systemd poettering

Parallelization

Lennart Poettering Beyond Init: systemd

Page 15: Systemd poettering

Lennart Poettering Beyond Init: systemd

Page 16: Systemd poettering

Socket-Based Activation

The kernel orders and buffers requests for us!

Implicit dependencies!

Patching daemons

Lennart Poettering Beyond Init: systemd

Page 17: Systemd poettering

Socket-Based Activation

The kernel orders and buffers requests for us!

Implicit dependencies!

Patching daemons

Lennart Poettering Beyond Init: systemd

Page 18: Systemd poettering

Socket-Based Activation

The kernel orders and buffers requests for us!

Implicit dependencies!

Patching daemons

Lennart Poettering Beyond Init: systemd

Page 19: Systemd poettering

Socket-Based Activation

The kernel orders and buffers requests for us!

Implicit dependencies!

Patching daemons

Lennart Poettering Beyond Init: systemd

Page 20: Systemd poettering

Bus-Based Activation

Lennart Poettering Beyond Init: systemd

Page 21: Systemd poettering

Starting Less: On-Demand Loading

Lennart Poettering Beyond Init: systemd

Page 22: Systemd poettering

Parallelizing File System Jobs

autofs!

Lennart Poettering Beyond Init: systemd

Page 23: Systemd poettering

Parallelizing File System Jobs

autofs!

Lennart Poettering Beyond Init: systemd

Page 24: Systemd poettering

Shell is evil

Move to systemd, daemons, kernel, udev, . . .

Provide proper debugging facilities

Lennart Poettering Beyond Init: systemd

Page 25: Systemd poettering

Shell is evil

Move to systemd, daemons, kernel, udev, . . .

Provide proper debugging facilities

Lennart Poettering Beyond Init: systemd

Page 26: Systemd poettering

Shell is evil

Move to systemd, daemons, kernel, udev, . . .

Provide proper debugging facilities

Lennart Poettering Beyond Init: systemd

Page 27: Systemd poettering

The best babysitter.

Control Groups!

Lennart Poettering Beyond Init: systemd

Page 28: Systemd poettering

The best babysitter.

Control Groups!

Lennart Poettering Beyond Init: systemd

Page 29: Systemd poettering

The best babysitter II

Environment, resource limits, working directory, chroot(), umask,OOM adjustment, nice level, IO priority and class, CPU schedulerpriority and policy/reset-on-fork, CPU affinity, timer slack, stdio tosyslog/tty/null/kmsg, uid, gid, supplementary groups, file system

namespacing (r/o file systems, inaccessible systems, mountpropagation, private /tmp), capabilities (inherited set, bounding

set, secure bits), . . .

Lennart Poettering Beyond Init: systemd

Page 30: Systemd poettering

The best babysitter II

Environment, resource limits, working directory, chroot(), umask,OOM adjustment, nice level, IO priority and class, CPU schedulerpriority and policy/reset-on-fork, CPU affinity, timer slack, stdio tosyslog/tty/null/kmsg, uid, gid, supplementary groups, file system

namespacing (r/o file systems, inaccessible systems, mountpropagation, private /tmp), capabilities (inherited set, bounding

set, secure bits), . . .

Lennart Poettering Beyond Init: systemd

Page 31: Systemd poettering

Unit types: service, socket, device, mount, automount, target,snapshot, timer, swap, path

Lennart Poettering Beyond Init: systemd

Page 32: Systemd poettering

Don’t reinvent the wheel:

Read SysV/LSB init script headers, read /etc/fstab, supporttraditional inetd modes, support /dev/initctl, utmp, wtmp,

support double-fork()ing daemons.

.desktop files.

Lennart Poettering Beyond Init: systemd

Page 33: Systemd poettering

Don’t reinvent the wheel:

Read SysV/LSB init script headers, read /etc/fstab, supporttraditional inetd modes, support /dev/initctl, utmp, wtmp,

support double-fork()ing daemons.

.desktop files.

Lennart Poettering Beyond Init: systemd

Page 34: Systemd poettering

Don’t reinvent the wheel:

Read SysV/LSB init script headers, read /etc/fstab, supporttraditional inetd modes, support /dev/initctl, utmp, wtmp,

support double-fork()ing daemons.

.desktop files.

Lennart Poettering Beyond Init: systemd

Page 35: Systemd poettering

Snapshots

Lennart Poettering Beyond Init: systemd

Page 36: Systemd poettering

Transaction System

Lennart Poettering Beyond Init: systemd

Page 37: Systemd poettering

D-Bus!

Lennart Poettering Beyond Init: systemd

Page 38: Systemd poettering

systemadm

Lennart Poettering Beyond Init: systemd

Page 39: Systemd poettering

systemd as basic OS building block

systemd for cross-distribution standardization

Lennart Poettering Beyond Init: systemd

Page 40: Systemd poettering

systemd as basic OS building block

systemd for cross-distribution standardization

Lennart Poettering Beyond Init: systemd

Page 41: Systemd poettering

systemd in the distributions

Lennart Poettering Beyond Init: systemd

Page 42: Systemd poettering

Future: managing sessions

Lennart Poettering Beyond Init: systemd

Page 43: Systemd poettering

Say No! to Copyright Assignment.

Lennart Poettering Beyond Init: systemd

Page 44: Systemd poettering

That’s all, folks.

Any questions?

Lennart Poettering Beyond Init: systemd

Page 45: Systemd poettering

That’s all, folks.

Any questions?

Lennart Poettering Beyond Init: systemd

Page 46: Systemd poettering

systemd

http://www.freedesktop.org/wiki/Software/systemd

http://0pointer.de/blog/projects/systemd

git://anongit.freedesktop.org/systemd

#systemd on irc.freenode.org

Lennart Poettering Beyond Init: systemd


Recommended