- 02 Sep, 2016 6 commits
-
-
Michael Biebl authored
* Order systemd-user-sessions.service after nss-user-lookup.target. We should not allow logins before NIS/LDAP users are available. * Order systemd-user-sessions.service after network.target. That way we can be sure that local users are logged out and SSH sessions are ended cleanly before the network is shut down when the system goes down.
-
Michael Biebl authored
Use ConditionPathExists=/dev/tty0, the same check as in getty@.service, to determine whether we have a functional VC subsystem and we should start any gettys. Closes: #824779
-
Michael Biebl authored
Avoids repeated unsuccessful start attempts of agetty inside (docker) containers. Closes: #829537
-
Michael Biebl authored
The systemd.resource-control man page had references to /cgroups/ which moved to /cgroup-v1/. Closes: #819970
-
Michael Biebl authored
Otherwise a disabled event source can get swapped with an enabled one and cause a severe sd-event malfunction, breaking the event loop. Closes: #789796
-
Michael Biebl authored
Closes: #828006
-
- 01 Jul, 2016 1 commit
-
-
Michael Biebl authored
This ensures that services are properly killed after a given timeout. Closes: #813702
-
- 03 Mar, 2016 3 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
Do not fail when modifying an existing link. Closes: #813696
-
Michael Biebl authored
Otherwise we break booting with dracut which uses systemd inside the initramfs. Closes: #810748
-
- 27 Jan, 2016 1 commit
-
-
Michael Biebl authored
Don't call addgroup with --quiet, so that if the "input" group already exists as a non-system group you get a sensible error message. Some broken tutorials forget the --system option. Do the same when creating the systemd-journal group. Closes: #769948 LP: #1455956 Closes: #762275
-
- 16 Jan, 2016 1 commit
-
-
Michael Biebl authored
This avoids that swap devices are being stopped prematurely during shutdown. Closes: #805133
-
- 09 Jan, 2016 1 commit
-
-
Martin Pitt authored
Prevents future upgrade failures with versioned Breaks: to udev like De-configuring udev (228-2ubuntu1) ... /var/lib/dpkg/info/udev.prerm called with unknown argument 'deconfigure' dpkg: error processing archive /home/ubuntu/./lvm2_2.02.133-1ubuntu1_amd64.deb (--unpack): subprocess installed pre-removal script returned error exit status 1
-
- 16 Nov, 2015 6 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
via RequestBroadcast=. This is a backport from upstream which doesn't change the default setting. Closes: #797894
-
Michael Biebl authored
Closes: #793477
-
Michael Biebl authored
Otherwise, every daylight saving time change or time zone change by travelling will make the time jump, and the local time might jump backwards which creates unsolvable problems with file timestamps. Closes: #759319
-
Michael Biebl authored
Closes: #802897
-
Michael Biebl authored
Closes: #787758
-
- 29 Aug, 2015 4 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
-
Michael Biebl authored
Some kernel modules, like mptsas, can take longer then 30s to load so udevd kills the (hanging) worker responsible for loading the module. Increase timeout from 30s to 180s to workaround this issue. Thanks Faidon Liambotis. Closes: #787191
-
Michael Biebl authored
The .pc files of the compat libraries declare a strictly versioned dependency on libsystemd.pc, so reflect that in the package dependencies as well. Closes: #794290
-
- 12 Jun, 2015 1 commit
-
-
Michael Biebl authored
In v215 they are always added to resolv.conf as fallback entries even when DNS servers were acquired from systemd-networkd. Closes: #787731
-
- 26 May, 2015 2 commits
-
-
Martin Pitt authored
-
Martin Pitt authored
-
- 21 May, 2015 1 commit
-
-
Martin Pitt authored
To make this work with busybox grep. Thanks Faidon Liambotis! Closes: #765577
-
- 08 May, 2015 1 commit
-
-
Martin Pitt authored
This leads to problems like bash not being able to write its history, mosh not saving its state, and similar failed cleanup actions. LP: #1448259
-
- 17 Apr, 2015 4 commits
-
-
Michael Biebl authored
have_ask_password contains negative error values which have to be negated when being passed to strerror().
-
Martin Pitt authored
-
Martin Pitt authored
Improve commit bf0b11 to fail on invalid offset= values. It's too dangerous to ignore in this case. Also fix a changelog typo.
-
Michael Biebl authored
This reverts commit 6b8b9448. The actual 215-17 upload didn't contain this commit, so revert it for now.
-
- 16 Apr, 2015 2 commits
-
-
Michael Biebl authored
have_ask_password contains negative error values which have to be negated when being passed to strerror().
-
Martin Pitt authored
Closes: #751707 LP: #953875
-
- 13 Apr, 2015 3 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
Newer versions of initramfs-tools already fsck and mount / and /usr in the initramfs. Skip the filesystem check in this case. This makes fstab-generator-don-t-rely-on-usr-being-mounted-in-t.patch obsolete, so remove it. Closes: #782522
-
Michael Biebl authored
This should make password prompts without plymouth more usable. Closes: #765013
-
- 12 Apr, 2015 1 commit
-
-
Martin Pitt authored
-
- 11 Apr, 2015 1 commit
-
-
Christian Seiler authored
Closes: #782377
-
- 09 Apr, 2015 1 commit
-
-
Martin Pitt authored
-