- Jul 01, 2016
-
-
Martin Pitt authored
-
Martin Pitt authored
This works around libaudit1 recently gaining a new dependency against that library (#828991). We have no influence on that ourselves. This fixes the FTBFS in the meantime.
-
Felipe Sateler authored
Backported from upstream master. Adjust insserv and fsckd patches for this build-system change. Add shlibs.local for libsystemd-shared.
-
Martin Pitt authored
Apply all upstream patches before debian/, to unbreak upstream builds.
-
- Jun 30, 2016
-
-
Martin Pitt authored
Sync test/networkd-test.py with current upstream master, and remove our debian/tests/networkd copy.
-
Martin Pitt authored
debian/extra/rules/73-usb-net-by-mac.rules: Disable when /etc/udev/rules.d/80-net-setup-link.rules is a symlink to /dev/null To be consistent with the documented way to disable ifnames. Closes: #824491 LP: #1593379
-
Martin Pitt authored
-
- Jun 29, 2016
-
-
Martin Pitt authored
-
Martin Pitt authored
-
Martin Pitt authored
-
Martin Pitt authored
-
Martin Pitt authored
Add debian/extra/units/systemd-resolved.service.d/resolvconf.conf to tell resolvconf about resolved's builtin DNS server on 127.0.0.53. With that, DNS servers picked up via networkd are respected when using resolvconf, and software like Chrome that does not do NSS (libnss-resolve) still gets proper DNS resolution. Drop the brittle and ugly systemd-networkd-resolvconf-update.{path,service} hack instead.
-
Martin Pitt authored
Backported from upstream master, together with a few depending patches.
-
Martin Pitt authored
-
Martin Pitt authored
Patch cherry-picked from upstream master.
-
Martin Pitt authored
This provides compatibility with clients that don't use NSS but do DNS queries directly, such as Chrome. Patches cherry-picked from upstream master.
-
Martin Pitt authored
This regression seems to have been fixed now.
-
- Jun 27, 2016
-
-
Martin Pitt authored
This hopefully reduces the chance of seeing some half-written signatures.
-
Martin Pitt authored
Patch cherry-picked from upstream master.
-
Martin Pitt authored
Patch cherry-picked from upstream master. LP: #1587489
-
- Jun 24, 2016
-
-
Martin Pitt authored
-
Martin Pitt authored
Patches cherry-picked from upstream trunk.
-
- Jun 23, 2016
-
-
Martin Pitt authored
Nested QEMU on i386 causes testbed hangs on Ubuntu's cloud infrastructure, which is the only place where these actually run.
-
Martin Pitt authored
Some tests fail on platforms without QEMU at the moment due to https://github.com/systemd/systemd/pull/3587. Blacklist these for now if QEMU is not available.
-
Martin Pitt authored
This avoids printing a wrong one on failure.
-
- Jun 22, 2016
-
-
Martin Pitt authored
Those run on Ubuntu 16.04 LTS which does not yet have libidn moved to /lib.
-
Martin Pitt authored
Some tests fail on ppc64el at the moment; only get their logs, don't fail the entire autopkgtest there.
-
Laurent Bigonville authored
Closes: #814528
-
Martin Pitt authored
This restores compatibility with the original SysV int RAMTMP defaults. Patch cherry-picked from upstream master. Closes: #826377
-
- Jun 21, 2016
-
-
Martin Pitt authored
-
Martin Pitt authored
The upstream tests currently only support i386 and amd64 in QEMU, and we do not want to run for foreign architectures, so there is no point installing qemu-system-x86 on non-x86.
-
Martin Pitt authored
The start time apparently does not appear in the ExecStart= property any more. Query ActiveEnterTimestampMonotonic instead, which is a more "official" property. Also change is_active_unit() to allow easier debugging.
-
Michael Biebl authored
Testing for the return code alone is not sufficient as we need to differentiate between "generated" and "enabled" services. Closes: #825981
-
Martin Pitt authored
For using in rkt. Do not ship the corresponding unit and sysusers.d/ files yet, as these need some Debianization and an autopkgtest. Closes: #823322
-
Martin Pitt authored
Also adjust the path to the SELinux pp binary in test/TEST-06-SELINUX/test.sh.
-
Martin Pitt authored
This runs the test/TEST* upstream integration tests in QEMU and nspawn. We need to modify test-functions a bit: We don't want to run this against a built source tree (which we don't even have for a distro test run), but against the installed packages. Skip TEST-06-SELINUX for now as this does not work in Ubuntu (even after install policycoreutils): The test expects a /usr/libexec/selinux/hll/pp file which does not exist.
-
- Jun 20, 2016
-
-
Felipe Sateler authored
Add policykit-1 to Suggests. It is used to allow unprivileged users to execute certain commands. (Closes: #827756)
-
- Jun 17, 2016
-
-
Martin Pitt authored
This avoids async processing of free'd transactions. Patch taken from upstream master. Re-enable DNSSEC by default. Closes: #817210 LP: #1587727, #1587740, #1587762, #1587740
-
- Jun 16, 2016
-
-
Martin Pitt authored
This avoids installing the automake shell wrapper after https://github.com/systemd/systemd/pull/3516 lands.
-
- Jun 14, 2016
-
-
Martin Pitt authored
debian/extra/init-functions.d/40-systemd: Do not call systemctl daemon-reload if the script is called as user reportbug currently does that to determine $is_upstart. Also make sure that daemon-reload will not invoke polkit.
-