Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-15 | path: avoid immediate restarting of units triggered by paths if nothing ↵ | Lennart Poettering | |
actually changed on disk | |||
2010-11-15 | path: always look for IN_ATTRIB since deletion is signalled that way | Lennart Poettering | |
2010-11-14 | manager: always pull 'following' units into transaction | Lennart Poettering | |
2010-11-14 | util: always highlight distro name | Lennart Poettering | |
2010-11-14 | units: make use of agetty mandatory | Lennart Poettering | |
2010-11-14 | manager: don't fail transaction if adding CONFLICTED_BY job fails | Lennart Poettering | |
2010-11-14 | pam: rename 'no-session' to 'user' cgroup | Lennart Poettering | |
2010-11-14 | job: make it possible to wait for devices to be unplugged | Lennart Poettering | |
2010-11-14 | Remove umount*.service files for Debian | Michael Biebl | |
With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them. | |||
2010-11-14 | tmpfiles: ignore files marked with the sticky bit | Lennart Poettering | |
2010-11-14 | load-fragment: properly do comparison of words | Lennart Poettering | |
2010-11-14 | udev: ignore temporary udev devices | Lennart Poettering | |
2010-11-14 | cryptsetup: handle password=none properly | Lennart Poettering | |
2010-11-14 | cryptsetup: properly parse cipher= switch | Lennart Poettering | |
2010-11-14 | cryptsetup: support non-LUKS crypto partitions | Lennart Poettering | |
2010-11-12 | update TODO | Kay Sievers | |
2010-11-12 | update fixme | Lennart Poettering | |
2010-11-12 | ask-password: leave printing of final prompt colon to message | Lennart Poettering | |
2010-11-12 | ask-password: don't show wall message on ttys we are already running a tty ↵ | Lennart Poettering | |
agent on | |||
2010-11-12 | ask-password: refer to right binary name in wall message | Lennart Poettering | |
2010-11-12 | ask-password: ignore unknown query file fields | Lennart Poettering | |
2010-11-12 | ask-password: properly NULL terminate table | Lennart Poettering | |
2010-11-12 | manager: be a bit more verbose if we receive unknown epoll event | Lennart Poettering | |
2010-11-12 | cryptsetup: automatically start cryptsetup when looking for mount source | Lennart Poettering | |
2010-11-12 | log: fix build | Lennart Poettering | |
2010-11-12 | log: add automatic log target | Lennart Poettering | |
2010-11-12 | cryptsetup: hook up tool with ask-password | Lennart Poettering | |
2010-11-12 | manager: hookup generators | Lennart Poettering | |
2010-11-12 | build-sys: fix usage of path macros | Lennart Poettering | |
2010-11-12 | mount: don't relabel /dev twice in a row | Lennart Poettering | |
2010-11-11 | update TODO | Kay Sievers | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-11-11 | split mount_point_is_api() and mount_point_ignore() | Kay Sievers | |
We should not handle the ignore list as API mounts, as systemd itself never touches them. On Thu, Nov 11, 2010 at 10:34, Andreas Jaeger <aj@novell.com> wrote: > > I noticed for some time that systemd-remount-api-vfs is in the > failed state and found now the following in the log files > > systemd-remount-api-vfs[467]: /bin/mount for /proc/bus/usb exited with exit status 32. > systemd-remount-api-vfs[467]: mount: /proc/bus/usb not mounted already, or bad option > systemd[1]: systemd-remount-api-vfs.service: main process exited, code=exited, status=1 > systemd[1]: Unit systemd-remount-api-vfs.service entered failed state. | |||
2010-11-11 | units: deal properly with the fact that agetty is called getty on Debian | Lennart Poettering | |
2010-11-10 | tmpfiles: include reference to man page in tmpfiles files | Lennart Poettering | |
2010-11-10 | vconsole: support additional keymap for toggling layouts | Andrey Borzenkov | |
At least Mandriva offers configuring characters to toggle keyboard layout independently from main keymap. This functions much the same as XkbOptions for X11 and actually is configured together. The patch adds support for additional keymap, KEYMAP_TOGGLE, to /etc/vconsole.conf, that is intended to be used for the same purpose. | |||
2010-11-10 | main: warn if /etc/mtab is not a symlink | Lennart Poettering | |
2010-11-10 | add bash completion for systemctl --system | Ran Benita | |
I've been playing recently with systemd on Arch, and had much fun. But soon, alas, my fingers started to ache from repeatedly writing systemctl restart some-long-service.service. So, I wrote a completion script. I figured other people may want to use it, so I prepared a patch against systemd-git (attached). There are some notes/disclaimers, however: - It requires bash>=4.0, sed, grep and awk. A bash-completion package is not strictly needed; sourcing the file is enough. - It wouldn't work properly with --session, as I had no way to test it. - It uses the output of systemctl list-units directly when that's enough, but also runs systemctl show when completing on some verbs (for example, to check for AllowIsolate=yes). This /may/ be somewhat slow once there are many units, since it calls a dbus method on each one. Is there a faster way to have that information? - The code is perhaps a bit long and messy; honestly, I blame the tool ;) One way to improve on the situation is to integrate some completion code in systemctl itself, the way e.g. gdbus, gsettings and django do it. This will allow for finer grained and faster completions, and it won't be necessary to keep the verb/option tables in sync with some other file. But it does mean adding all of this code in C. If this is acceptable, I'll try to have a go at it. Finally, a couple of completion tips I run into: - If you alias systemctl to, say, sctl, you get completions on that too by running to following command: complete -F _systemctl sctl - Add the following line to your .inputrc, to have the completion show after only a single tab press: set show-all-if-ambiguous on It makes the shell quite more pleasant. Hope it's good enough! Ran | |||
2010-11-10 | man: minor tmpfiles(5) updates and reindenting | Lennart Poettering | |
2010-11-10 | main: rename process on startup to 'systemd' to avoid confusion | Lennart Poettering | |
2010-11-10 | unit: add ConditionNull= condition | Lennart Poettering | |
2010-11-10 | ac-power: make ac-power a proper binary that scripts can call | Lennart Poettering | |
2010-11-10 | manager: parse RD_TIMESTAMP passed from initrd | Lennart Poettering | |
2010-11-10 | modules-load: fix minor race | Lennart Poettering | |
2010-11-10 | label: use internal utility functions wher epossible | Lennart Poettering | |
2010-11-10 | cryptsetup: minimal cryptsetup unit generator | Lennart Poettering | |
2010-11-10 | selinux: relabel /dev after loading policy | Lennart Poettering | |
2010-11-10 | log: downgrade syslog connection failure message since it might happen ↵ | Lennart Poettering | |
during normal operation | |||
2010-11-10 | service: delay automatic restart if job is pending | Lennart Poettering | |
2010-11-10 | update fixme | Lennart Poettering | |