- 25 Jun, 2014 1 commit
-
-
Martin Pitt authored
kmod is too fast and then sg races with sd, causing the latter to not see SCSI disks. Closes: #752591, #752605
-
- 24 Jun, 2014 4 commits
-
-
Michael Biebl authored
-
Ansgar Burchardt authored
/lib/lsb/init-functions.d/40-systemd unconditionally uses "set +e; set +u". This can change the behavior of init scripts that use "set -e" and/or "set -u". Change the systemd integration to not rely on "set +e" or "set +u" but instead work correctly in all cases by catching all commands that might fail. Closes: #751472
-
Michael Biebl authored
- Use DefaultDependencies=no in ifup@.service so the service can be started as early as possible. - Create the ifupdown runtime directory in ifup@.service as we can no longer rely on the networking service to do that for us. - Don't stop ifup@.service on shutdown but let the networking service take care of stopping all hotplugged interfaces. - Only start ifup@.service for interfaces configured as allow-hotplug.
-
Michael Biebl authored
This makes them usable under sysvinit as PID 1 without requiring any symlinks.
-
- 23 Jun, 2014 5 commits
-
-
Michael Biebl authored
This avoids /sbin/init going missing when switching from systemd-sysv to sysvinit. While at it, add a Replaces: upstart. Closes: #751589
-
Michael Biebl authored
since this breaks dist-upgrades from wheezy when switching from sysvinit to systemd-sysv as default init. While downgrading the Pre-Depends in sysvinit would have been an alternative, dropping the Conflicts and only keeping the Replaces was deemed the lesser evil. Closes: #748355
-
Michael Biebl authored
-
Michael Biebl authored
-
Michael Biebl authored
Closes: #746351
-
- 16 May, 2014 1 commit
-
-
Michael Stapelberg authored
Closes: #747741
-
- 30 Apr, 2014 1 commit
-
-
Martin Pitt authored
-
- 29 Apr, 2014 2 commits
-
-
Martin Pitt authored
Patches backported from current upstream. LP: #1313522
-
Martin Pitt authored
-
- 28 Apr, 2014 2 commits
-
-
Michael Biebl authored
See 6b3ad962
-
Martin Pitt authored
That patch is more general and will go away when we move to newer upstream versions.
-
- 27 Apr, 2014 5 commits
-
-
Martin Pitt authored
-
Michael Biebl authored
-
Martin Pitt authored
This avoids future diff noise when removing, cherry-picking, and merging patches. From now on, always use "gbp-pq export --no-patch-numbers" to update them.
-
Martin Pitt authored
On Dell PowerEdge systems, the iDRAC7 and later support a USB Virtual NIC for management. Name this interface "idrac" to avoid confusion with "real" network interfaces.
-
Martin Pitt authored
LP: #1207705
-
- 26 Apr, 2014 19 commits
-
-
Martin Pitt authored
-
Martin Pitt authored
-
Martin Pitt authored
This is necessary for unprivileged LXC containers.
-
Martin Pitt authored
-
Michael Biebl authored
-
Marco d'Itri authored
The systemd package should not change kernel policies, at least until it will become the only supported init system.
-
Martin Pitt authored
This covers smoke-testing logind, hostnamed, timedated, localed, and a compile/link/run test against libsystemd-login-dev.
-
Martin Pitt authored
-
Marco d'Itri authored
They are created by write_net_rules in early boot and need to be copied to the root file system once it has been remounted read/write.
-
Martin Pitt authored
It's obsolete with devtmpfs (which is required now), and doesn't run with systemd or upstart anyway.
-
Martin Pitt authored
-
Michael Biebl authored
when migrating the TMPTIME setting from /etc/default/rcS. Fix up existing broken configurations. Closes: #738862
-
Marco d'Itri authored
-
Marco d'Itri authored
-
Michael Biebl authored
Parse /etc/insserv.conf.d content and /etc/insserv.conf and generate systemd unit drop-in files to add corresponding dependencies. Also ship targets for the Debian specific $x-display-manager and $mail-transport-agent system facilities. Closes: #690892
-
Marco d'Itri authored
-
Michael Stapelberg authored
Packages that need logind functionality should depend on libpam-systemd.
-
Michael Stapelberg authored
Closes: #742724
-
Marco d'Itri authored
The rule which set group floppy for all removable devices has been removed in the cleanup.
-