All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 18/38] buster: Deinstall the "systemd" package
Date: Tue, 19 May 2020 20:02:10 +0100	[thread overview]
Message-ID: <20200519190230.29519-19-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <20200519190230.29519-1-ian.jackson@eu.citrix.com>

This installs a pam rule which causes logins to hang.  It also seems
to cause some kind of udev wedge.

We are using sysvinit so this package is not desirable.  Empirically,
removing it makes the system work.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 Osstest/Debian.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 0958d080..cd8b2de0 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -842,6 +842,7 @@ sub preseed_base ($$$;@) {
     if ( $suite !~ /squeeze|wheezy/ ) {
        preseed_hook_command($ho, 'late_command', $sfx, <<END)
 in-target apt-get install -y sysvinit-core
+in-target apt-get remove -y systemd
 END
     }
 
-- 
2.20.1



  parent reply	other threads:[~2020-05-19 19:10 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 19:01 [OSSTEST PATCH 00/38] Upgrade most hosts/guests to buster Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 01/38] ts-logs-capture: Cope if xl shutdown leaves domain running for a bit Ian Jackson
2020-05-28 15:30   ` Jason Andryuk
2020-05-28 15:36     ` Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 02/38] ts-xen-build-prep: Install rsync Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 03/38] lvcreate argments: pass --yes -Z y -W y Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 04/38] TestSupport: allow more time for apt Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 05/38] Booting: Use `--' rather than `---' to introduce host cmdline Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 06/38] di_installcmdline_core: Pass locale on d-i command line Ian Jackson
2020-05-19 19:01 ` [OSSTEST PATCH 07/38] setupboot_grub2: Drop $submenu variable Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 08/38] ts-leak-check: Ignore buster's udevd too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 09/38] Bodge systemd random seed arrangements Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 10/38] Debian guests: Write systemd random seed file Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 11/38] ts-debian-di-install: Provide guest with more RAM Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 12/38] Debian: preseed: use priority= alias Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 13/38] Debian: Specify `priority=critical' rather than locale Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 14/38] Honour 'LinuxSerialConsole <suite>' host property Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 15/38] buster: make-hosts-flight: Add to possible suites for hosts flight Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 16/38] buster: Extend grub2 uefi no install workaround Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 17/38] buster: ts-host-install: Extend net.ifnames workaround Ian Jackson
2020-05-19 19:02 ` Ian Jackson [this message]
2020-05-19 19:02 ` [OSSTEST PATCH 19/38] buster: preseed partman-auto-lvm/guided_size Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 20/38] buster: ts-host-install: NTP not honoured bug remains Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 21/38] buster: Extend ARM clock workaround Ian Jackson
2020-05-20 11:24   ` Julien Grall
2020-05-19 19:02 ` [OSSTEST PATCH 22/38] buster: Extend guest bootloader workaround Ian Jackson
2020-05-20 11:26   ` Julien Grall
2020-05-20 14:57     ` Ian Jackson
2020-05-28 13:14       ` Julien Grall
2020-05-28 14:53         ` Ian Jackson
2020-05-28 15:11           ` Julien Grall
2020-05-28 15:41             ` Ian Jackson
2020-05-29  7:13               ` Julien Grall
2020-05-19 19:02 ` [OSSTEST PATCH 23/38] Honour DebianImageFile_SUITE_ARCH Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 24/38] buster: Specify DebianImageFile_SUITE_ARCH Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 25/38] 20_linux_xen: Copy Debian buster version into our initramfs area Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 26/38] 20_linux_xen: Adhoc template substitution Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 27/38] 20_linux_xen: Ignore xenpolicy and config files too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 28/38] 20_linux_xen: Support Xen Security Modules (XSM/FLASK) Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 29/38] mg-debian-installer-update: support overlay-intramfs-SUITE Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 30/38] overlay-initrd-buster/sbin/reopen-console: Copy from Debian Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 31/38] overlay-initrd-buster/sbin/reopen-console: Fix #932416 Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 32/38] buster: chiark-scripts: Install a new version on buster too Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 33/38] buster: Provide TftpDiVersion Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 34/38] buster: grub, arm64: extend chainloading workaround Ian Jackson
2020-05-20 11:36   ` Julien Grall
2020-05-20 14:57     ` Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 35/38] buster: setupboot_grub2: Note what files exist in /boot Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 36/38] buster: setupboot_grub2: Handle missing policy file bug Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 37/38] buster: Extend workaround for dhcpd EROFS bug Ian Jackson
2020-05-19 19:02 ` [OSSTEST PATCH 38/38] buster: Switch to Debian buster as the default suite Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200519190230.29519-19-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.