- 10 Jul, 2012 22 commits
-
-
Lennart Poettering authored
With this we'll print a marker "----- Reboot -----" between two subsequent lines with different boot IDs.
-
Lennart Poettering authored
There's now sd_journal_new_directory() for watching specific journal directories. This is exposed in journalctl -D. sd_journal_wait() and sd_journal_process() now return whether changes in the journal are invalidating or just appending. We now create inotify kernel watches only when we actually need them
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
"permanent" is simply the wrong term and we use "persistant" in most other contexts to correct this.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
initrds can only be on tmpfs or ramfs, so check for that
-
Malte Starostik authored
If accessing an automount point triggers more changes to /proc/self/mountinfo than just to add the directly wanted mount, these changes can lead to spurious -ENODEV notifications on the automount unit causing the request to fail when in fact the mount will be setup right afterwards.
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
E.g. systemctl --all -t masked gives the list of masked units. The -t/--type option is reused. This is possible because unit types and unit load states are called differently, so it is possible to distinguish what the user meant. Using the same option also means that the interface is user for the user: less options to remember.
-
Zbigniew Jędrzejewski-Szmek authored
This makes it possible to use them from systemctl without linking against the core.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Zbigniew Jędrzejewski-Szmek authored
Systemctl accepted anything as the argument for -t, and simply said '0 units found'. It is better to catch this user error early.
-
Zbigniew Jędrzejewski-Szmek authored
This makes it possible to use them from systemctl without linking against the core. A string->enum lookup table is added.
-
Lennart Poettering authored
-
- 09 Jul, 2012 12 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Tom Gundersen authored
This is useful if your keyfile is a block device, and you want to use a specific part of it, such as an area between the MBR and the first partition. This feature is documented in the Arch wiki[0], and has been supported by the Arch initscripts, so would be nice to get this into systemd. This requires libcryptsetup >= 1.4.2 (released 12.4.2012). Acked-by:
Paul Menzel <paulepanter@users.sourceforge.net> [0]: <https://wiki.archlinux.org/index.php/System_Encryption_with_LUKS# Storing_the_key_between_MBR_and_1st_partition>
-
Kay Sievers authored
-
Lennart Poettering authored
-
Auke Kok authored
The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro.
-
Lennart Poettering authored
-
Paul Menzel authored
At least Wikipedia writes it that way [1]. [1] https://en.wikipedia.org/wiki/Endianness
-
Paul Menzel authored
• 2 was replaced by »two« in one place to avoid some ambiguity.
-
Paul Menzel authored
-
Lennart Poettering authored
-
- 06 Jul, 2012 1 commit
-
-
Lennart Poettering authored
-
- 05 Jul, 2012 3 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
Kay Sievers authored
The last two digits are in the wrong order: $ hdparm -I /dev/sda | grep Revision 4PC10362 $ /lib/udev/ata_id -x /dev/sda | grep REVISION 4PC10326
-
- 03 Jul, 2012 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-