- 28 Mar, 2011 5 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Kay Sievers authored
Instead of the /dev/.run trick we have currently implemented, we decided to move the early-boot runtime dir to /run. An existing /var/run directory is bind-mounted to /run. If /var/run is already a symlink, no action is taken. An existing /var/lock directory is bind-mounted to /run/lock. If /var/lock is already a symlink, no action is taken. To implement the directory vs. symlink logic, we have a: ConditionPathIsDirectory= now, which is used in the mount units. Skipped mount unit in case of symlink: $ systemctl status var-run.mount var-run.mount - Runtime Directory Loaded: loaded (/lib/systemd/system/var-run.mount) Active: inactive (dead) start condition failed at Fri, 25 Mar 2011 04:51:41 +0100; 6min ago Where: /var/run What: /run CGroup: name=systemd:/system/var-run.mount The systemd rpm needs to make sure to add something like: %pre mkdir -p -m0755 /run >/dev/null 2>&1 || : or it needs to be added to filesystem.rpm. Udev -git already uses /run if that exists, and is writable at bootup. Otherwise it falls back to the current /dev/.udev. Dracut and plymouth need to be adopted to switch from /dev/.run to run too. Cheers, Kay
-
cee1 authored
Some architectures support multiple machine types with diffenent page sizes, and some machine types even support multiple page sizes themselves.
-
Lennart Poettering authored
-
- 24 Mar, 2011 1 commit
-
-
Kay Sievers authored
-
- 23 Mar, 2011 1 commit
-
-
Kay Sievers authored
-
- 22 Mar, 2011 1 commit
-
-
Andrey Borzenkov authored
-
- 21 Mar, 2011 1 commit
-
-
Kay Sievers authored
-
- 18 Mar, 2011 17 commits
-
-
Andrey Borzenkov authored
-
Andrey Borzenkov authored
-
Lennart Poettering authored
For an explanation see: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001692.html
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 17 Mar, 2011 10 commits
-
-
Andrey Borzenkov authored
-
Andrey Borzenkov authored
No need to define the same set of properties twice. While on it, add FsckPassNo to introspection.
-
Kay Sievers authored
-
Kay Sievers authored
-
Lennart Poettering authored
-
cee1 authored
This actually adjust the __NR_fanotify* system call numbers to proper ones on mips(according userspace ABI).
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 16 Mar, 2011 4 commits
-
-
Lennart Poettering authored
-
Andrey Borzenkov authored
It is no more error when service is not running.
-
Miklos Vajna authored
-
Jan Engelhardt authored
Commit 099663ff added "b" as a recognized argument, however, B is not a runlevel like S. (B appears as a pseudo runlevel in openSUSE's init.d scripts only for the sake of insserv being able to manage /etc/init.d/boot.d like the other dirs).
-