- 30 Jan, 2013 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 29 Jan, 2013 5 commits
-
-
Tollef Fog Heen authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
Makes it easier to watch just for new entries. Once scenario is where the user starts 'journalctl -qfn0' to watch for changes during some operation.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 28 Jan, 2013 9 commits
-
-
Lennart Poettering authored
-
Martin Pitt authored
Previous commit had them the wrong way around. https://bugzilla.redhat.com/show_bug.cgi?id=757928
-
Martin Pitt authored
Add touchpad and www keys. https://bugzilla.redhat.com/show_bug.cgi?id=757928
-
-
William Giokas authored
Archlinux has a similar tool to debbotstrap in the arch-install-scripts package that will install to a specified directory. This is generally used for installation, so the -d flag must be passed to tell it to install to a non-mountpoint directory.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Kay Sievers authored
-
Kay Sievers authored
-
- 27 Jan, 2013 2 commits
-
-
Kay Sievers authored
-
Kay Sievers authored
-
- 26 Jan, 2013 6 commits
-
-
Zbigniew Jędrzejewski-Szmek authored
udev(7) fields are now display in whole, which looks much better.
-
Zbigniew Jędrzejewski-Szmek authored
New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
-
Zbigniew Jędrzejewski-Szmek authored
Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation.
-
Zbigniew Jędrzejewski-Szmek authored
-
Zbigniew Jędrzejewski-Szmek authored
-
Lennart Poettering authored
-
- 25 Jan, 2013 17 commits
-
-
Michal Schmidt authored
stdout can be redirected to a regular file. Regular files don't support epoll. nspawn failed with: "Failed to register fds in epoll: Operation not permitted". If stdout does not support epoll, assume it's always writable.
-
Michal Schmidt authored
This fixes a bug where a job with --ignore-dependencies would wait for other jobs because it merged into a previously queued job.
-
Michal Schmidt authored
Add a test case for job merging with --ignore-dependencies. test.sh is copied from TEST-01-*, only lightly modified (this should be refactored better in the future). test-jobs.sh is the core of this test.
-
Michal Schmidt authored
Tests can use the same testsuite.target. Add end.service to call poweroff instead of doing it from ExecStopPost where it may be skipped on failure of ExecStart.
-
Michal Schmidt authored
"systemctl poweroff" called from testsuite.service will cause this unit itself to stop. To avoid deadlock, the call must not be synchronous.
-
Lennart Poettering authored
-
Michal Sekletar authored
Type X will exclude path itself from clean-up. However, if the path is a directory systemd-tmpfiles will clean-up its content. In contrast to type x, where path is ignored completely, type X needs some Age parameter. In order to determine Age parameter, we will look for config entries of type d or D and pick the best match. Best match is either exact match or longest prefix match.
-
Zbigniew Jędrzejewski-Szmek authored
Based-on-patch-by:
Thomas Jarosch <thomas.jarosch@intra2net.com> cppcheck reported: [src/bootchart/svg.c:791]: (error) Mismatching allocation and deallocation: f
-
Lennart Poettering authored
- Don't allow any locks to be taken while we are in the process of executing the specific operation, so that apps are not surprised if a suspend/shutdown happens while they rely on their inhibitor. - Get rid of the Resumed signal, it was a bad idea, and redundant due to PrepareForSleep(false), see below. - Always send out PrepareFor{Shutdown,Sleep} signals, instead of only if a delay lock is taken. - Move PrepareForSleep(false) after we come back from the suspend, so that apps can use this as "Resumed" notification. This also has the benefit that apps know when to take a new lock.
-
Lennart Poettering authored
As the tree doesn't really necessarily show all device node devices and only those are marked for uaccess it's kinda pointless showing this at all, since it would give a pretty incomplete impression of the uaccess information.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Colin Walters authored
I don't see why this should be logged at all, so let's delete it.
-
Zbigniew Jędrzejewski-Szmek authored
-
Frederic Crozat authored
Hi all, while working on another bug, I discovered the "strange" way systemd is parsing Environment= in .service and thought it was worth documenting (because I don't expect people to find this syntax by themselves unless they read the parsing code ;) Be more verbose about using space in Environment field and not using value of other variables Fixes https://bugzilla.redhat.com/show_bug.cgi?id=840260 [zj: expand and reformat the example a bit]
-