- 10 Aug, 2013 3 commits
-
-
Ondrej Balaz authored
Signed-off-by:
Ondrej Balaz <blami@blami.net>
-
Michael Stapelberg authored
-
Michael Stapelberg authored
-
- 09 Aug, 2013 3 commits
-
-
Michael Stapelberg authored
I.e. make systemctl enable rsyslog work (previously, only systemctl enable rsyslog.service)
-
Michael Biebl authored
otherwise the property is set for all devices.
-
Michael Biebl authored
The /bin/sh symlink typically points to dash, which is a very basic and not very comfortable shell. Since bash is an essential package and thus always available, use that as debug-shell instead.
-
- 08 Aug, 2013 2 commits
-
-
Michael Stapelberg authored
…by adding an [Install] section to tmp.mount and removing the local-fs.target.wants symlink. Users can use “systemctl enable tmp.mount” to enable mounting /tmp after the next reboot and “systemctl start tmp.mount” to get /tmp mounted as tmpfs right now (beware, files currently in /tmp will not be visible anymore afterwards).
-
Michael Stapelberg authored
-
- 03 Aug, 2013 1 commit
-
-
Daniel Schaal authored
This gives the output of systemd-delta, systemctl dump and the contents of /var/lib/systemd/deb-systemd-helper-enabled. Print the udev database for udev. Closes: #711245
-
- 30 Jul, 2013 2 commits
-
-
Michael Biebl authored
The /lib/init/rw directory is gone since wheezy, so talking about that in README.Debian is likely to be more confusing then helpful.
-
Michael Biebl authored
-
- 29 Jul, 2013 1 commit
-
-
Michael Stapelberg authored
-
- 28 Jul, 2013 1 commit
-
-
Michael Stapelberg authored
-
- 25 Jul, 2013 1 commit
-
-
Michael Biebl authored
Debian doesn't have /sbin/sushell, so use /bin/sh in debug-shell.service.
-
- 24 Jul, 2013 10 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
-
Michael Biebl authored
-
Michael Biebl authored
The CreateSession D-Bus API of systemd-logind changed between v44 and v204 [1]. As result, newer versions of libpam-systemd fail to register a new session if they talk to the old systemd-logind process. Restarting systemd-logind.service when upgrading from v44 means we will lose existing sessions, but as wheezy still has ConsoleKit as default, this shouldn't matter that much. Closes: #717403 [1] https://bugs.freedesktop.org/show_bug.cgi?id=67131
-
Michael Biebl authored
Since other packages now depend on the systemd packages, make all packages Priority: optional, with the exception of udev and libudev1, which remain Priority: important, and systemd-sysv, which remains Priority: extra due to the conflict with sysvinit. Closes: #717365
-
Michael Biebl authored
The udev-acl tool was removed from udev in version 182 and added to consolekit. The Breaks ensures that a recent enough version of consolekit is installed which is shipping this tool. While we will switch to logind for dynamic device ACLs, this will ensure a smooth upgrade path in the mean time. Closes: #717385
-
Michael Biebl authored
No further changes.
-
Michael Biebl authored
This ensures that ifdown is run when the device is removed and the service is stopped. Closes: #660861, #703033 We eventually should rework that and instead of calling systemctl in net.agent, start the service directly from the udev rule via ENV{SYSTEMD_WANTS}.
-
Michael Biebl authored
Upstream has removed support for a configurable UDEV_ROOT in udev 176 when devtmpfs became mandatory. We already removed this from the SysV init script in commit dbad4c2a.
-
Michael Biebl authored
Since we are using "set -e", adding "exit 0" at the end of the script is superfluous.
-
- 23 Jul, 2013 1 commit
-
-
Michael Stapelberg authored
In commit 6a1547f1 we switched from our own firmware agent to the upstream one, but forgot to install 50-firmware.rules in the initramfs and the udev-udeb package.
-
- 22 Jul, 2013 1 commit
-
-
Tom Gundersen authored
Without this, tmpfiles-setpu-dev would be re-run if any other service, which pulls in basic.target, was started after setup-dev was finished and before basic.target was active.
-
- 21 Jul, 2013 5 commits
-
-
Michael Biebl authored
-
Daniel Schaal authored
-
Michael Biebl authored
They haven't been used by update-rc.d for a while and generate a warning now.
-
Daniel Schaal authored
This compiles the files from /usr/lib/systemd/catalog into a binary database, which is used by journalctl to provide additional information for log entries. journalctl only uses the binary database in /var/lib/systemd/catalog/database. Call journalctl --update-catalog in systemd.postinst and when triggered by dpkg to update the Message Catalog database. Also add systemd.postrm to remove the database on purge. See http://www.freedesktop.org/wiki/Software/systemd/catalog/
-
-
- 18 Jul, 2013 9 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
-
Michael Stapelberg authored
-
Michael Stapelberg authored
-
Michael Biebl authored
This reverts commit 97595710. Since we are keeping the old persistent network interface naming for now, and make the new naming scheme [1] explictly opt-in [2], re-apply this old hack to make the renaming less likely to fail. [1] http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ [2] d5051f76
-
Michael Stapelberg authored
See the commit contents for a comment.
-
Michael Biebl authored
-
Michael Biebl authored
Run udevadm hwdb --update automatically whenever a packages drops a file in that directory.
-
Michael Biebl authored
and cleanup the hwdb.bin file on purge.
-