Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-19 | man: also mention /run/log/journal in systemd-jouranld.service(8) | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | journald: after the cgroup rework processes may be in both user and system ↵ | Lennart Poettering | |
units at the same time | |||
2013-07-19 | man: update documentation of systemctl cgroup commands | Lennart Poettering | |
2013-07-19 | man: update documentation of slice units a bit | Lennart Poettering | |
2013-07-19 | man: update scope unit man page a bit | Lennart Poettering | |
2013-07-19 | man: update pam_systemd documentation to current state of the code | Lennart Poettering | |
2013-07-19 | core: update configuration directive list "systemd ↵ | Lennart Poettering | |
--dump-configuration-items" shows | |||
2013-07-19 | man: list scope and slice units in systemd(1) | Lennart Poettering | |
2013-07-19 | man: document sd_pid_get_slice() call of libsystemd-login | Lennart Poettering | |
2013-07-19 | man: a few corrections to the machinectl man page | Lennart Poettering | |
2013-07-19 | man: update systemd-nspawn regarding new --slice= logic | Lennart Poettering | |
2013-07-19 | man: extend systemd-run man page a little | Lennart Poettering | |
2013-07-19 | man: drop the old cgroup settings from the man pages | Lennart Poettering | |
2013-07-19 | tmpfiles: Fix memory leak in parse_line() | Maciej Wereski | |
2013-07-19 | udev: fix two trivial memleaks in error path | Zbigniew Jędrzejewski-Szmek | |
Based-on-a-patch-by: Ian Stakenvicius <axs@gentoo.org> | |||
2013-07-19 | man: Fix example to use the new --boot syntax | Jan Janssen | |
2013-07-19 | nspawn: Reorder includes to fix compilation | Jesper Larsen | |
Commit 2e996f4d4b642c5682c608c9692ad2ffae398ab2 added an include of linux/netlink.h This kernel header is not self contained in the linux 2.6 kernel which breaks compilation with an unknown type sa_family_t A workaround is to include linux/netlink.h after sys/socket.h | |||
2013-07-19 | core: add %v specifier | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | man: document Slice= setting (and other fixes) | Lennart Poettering | |
2013-07-19 | machined: run machined at minimal capabilities | Lennart Poettering | |
2013-07-19 | units: add references to bus API documentation to logind+machined | Lennart Poettering | |
2013-07-19 | update TODO | Lennart Poettering | |
2013-07-19 | machined: correct how some properties are exported on the bus | Lennart Poettering | |
2013-07-19 | man: add reference to new machined bus API documentation in the wiki | Lennart Poettering | |
2013-07-18 | TODO: update | Kay Sievers | |
2013-07-18 | tests: skip tests when executed without privileges but which require them | Kay Sievers | |
2013-07-18 | util: add split_pair() for splitting foo=bar strings | Lennart Poettering | |
2013-07-18 | journal: Leave server_dispatch_message early when Storage is none | Holger Hans Peter Freyther | |
When using Storage=none there is no point in collecting all the information just to throw them away. After this change journald consumes a lot less CPU time when only forwarding messages. | |||
2013-07-18 | systemctl: option to list units by state | Maciej Wereski | |
This allows to show only units with specified LOAD or SUB or ACTIVE state. | |||
2013-07-18 | journalctl: add ”short-iso” output format with verbose ISO8601 timestamps | Tomasz Torcz | |
Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1) | |||
2013-07-18 | rules: keyboard - use builtin command | Kay Sievers | |
2013-07-18 | journalctl: fix signedness warning and boot-id syntax check | Zbigniew Jędrzejewski-Szmek | |
2013-07-18 | test: Keep the test-suite.log around in case of a test failure | Holger Hans Peter Freyther | |
The addition of .DELETE_ON_ERROR will lead to the removal of the test-suite.log in case of a test failure. Mark the rule as PRECIOUS to keep that file around. | |||
2013-07-18 | systemd-python: also update the documentation | Zbigniew Jędrzejewski-Szmek | |
sphinx, oh sphinx, why do you require manual ficksups all the time? | |||
2013-07-17 | systemd,systemctl: export condition status and show failing condition | Zbigniew Jędrzejewski-Szmek | |
$ systemctl --user status hoohoo hoohoo.service Loaded: loaded (/home/zbyszek/.config/systemd/user/hoohoo.service; static) Active: inactive (dead) start condition failed at Tue 2013-06-25 18:08:42 EDT; 1s ago ConditionPathExists=/tmp/hoo was not met Full information is exported over D-Bus: [(condition, trigger, negate, param, state),...] where state is one of "failed" (<0), "untested" (0), "OK" (>0). I've decided to use 0 for "untested", because it might be useful to differentiate different types of failure later on, without breaking compatibility. systemctl shows the failing condition, if there was a non-trigger failing condition, or says "none of the trigger conditions were met", because there're often many trigger conditions, and they must all fail for the condition to fail, so printing them all would consume a lot of space, and bring unnecessary attention to something that is quite low-level. | |||
2013-07-17 | systemd: log failed conditions | Zbigniew Jędrzejewski-Szmek | |
ConditionPathExists=/tmp/nosuchpath failed for nosuchpath.service. | |||
2013-07-17 | journalctl: remove ":" from the --boot syntax | Zbigniew Jędrzejewski-Szmek | |
Instead of :-0, :1, :5, etc., use -0, 1 or +1, 5, etc. For BOOT_ID+OFFSET, use BOOT_ID+offset or BOOT_ID-offset (either + or - is required). Also make error handling a bit more robust and verbose. Modify the man page to describe the most common case (-b) first, and the second most common case (-b -1) second. | |||
2013-07-17 | systemd-python: add support for sd_j_open_files | Zbigniew Jędrzejewski-Szmek | |
Also export missing flags. | |||
2013-07-17 | systemd-python: fix iteration | Zbigniew Jędrzejewski-Szmek | |
Back in 6a58bf4135 raising stop iteration was removed from the C code, but wasn't added in the Python counterpart. | |||
2013-07-18 | hwdb: data update | Kay Sievers | |
2013-07-18 | systemctl: also highlight a load state of "not-found" as red | Lennart Poettering | |
"not-found" is a recently added load state and was previously just a special case of "error". Since it also indicates a load error we should also highlight it red, the same way as "error" was treated before. | |||
2013-07-18 | mount: also exclude /usr from unmount at shutdown | Lennart Poettering | |
2013-07-18 | update TODO | Lennart Poettering | |
2013-07-18 | service: don't enter a second SIGTERM/SIGKILL cycle if no ExecStopPost= ↵ | Michael Olbrich | |
process is defined It won't help if the main process is still there and there is no new process to kill. | |||
2013-07-17 | remove RD_TIMESTAMP import | Harald Hoyer | |
If you want timing information from the initramfs, use systemd in the initramfs. | |||
2013-07-17 | remove /run/initramfs/root-fsck logic | Harald Hoyer | |
dracut uses systemd in the initramfs and does not write these files anymore. The state of the root fsck is serialized. | |||
2013-07-16 | Update TODO | Zbigniew Jędrzejewski-Szmek | |
This point was done in 77a9e8de6. | |||
2013-07-16 | journalctl,systemctl: fix tiny memleak | Zbigniew Jędrzejewski-Szmek | |
2013-07-16 | journalctl: augment short mode with a cursor at the end | Zbigniew Jędrzejewski-Szmek | |
Two options are added: --show-cursor to print the cursor at the end, and --after-cursor to resume logs on the next line after the previous one. | |||
2013-07-17 | util: make gcc shut up by passing a 0 mode param to open() | Lennart Poettering | |
If we pass a variable to open()'s flags parameter it really wants a mode parameter too, otherwise some gcc version whine. Hence, pass 0 in that case. |