From: Ian Campbell <ian.campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>, ian.jackson@eu.citrix.com
Subject: Re: [PATCH OSSTEST v2 04/11] Force sysvinit with Jessie
Date: Mon, 15 Jun 2015 16:40:13 +0100 [thread overview]
Message-ID: <1434382813.13744.26.camel@citrix.com> (raw)
In-Reply-To: <1434375399-19107-5-git-send-email-wei.liu2@citrix.com>
On Mon, 2015-06-15 at 14:36 +0100, Wei Liu wrote:
> From: Ian Campbell <ian.campbell@citrix.com>
>
> Systemd has some issues:
>
> 1. It doesn't honor osstest-confirm-booted service, which breaks
> ts-leak-check.
> 2. It kills the ssh connection before 'init 6' has a chance
> return, which breaks ts-host-reboot.
>
> Fall back to SysV init for now.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> [wei: rewrite commit message and code comment]
Those are fine by me, thanks.
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
> Osstest/Debian.pm | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
> index c26f88e..fa94210 100644
> --- a/Osstest/Debian.pm
> +++ b/Osstest/Debian.pm
> @@ -903,6 +903,18 @@ in-target update-initramfs -u -k all
> END
> }
>
> + # Systemd has some issues:
> + # 1. it doesn't honor osstest-confirm-booted service,
> + # which breaks ts-leak-check.
> + # 2. it kills the ssh connection before 'init 6' has a chance
> + # return, which breaks ts-host-reboot.
> + # Fall back to SysV init for now.
> + if ( $ho->{Suite} =~ /jessie/ ) {
> + preseed_hook_command($ho, 'late_command', $sfx, <<END)
> +in-target apt-get install -y sysvinit-core
> +END
> + }
> +
> my @extra_packages = ();
> push(@extra_packages, "u-boot-tools") if $ho->{Flags}{'need-uboot-bootscr'};
>
next prev parent reply other threads:[~2015-06-15 16:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 13:36 [PATCH OSSTEST v2 00/11] Upgrade to Debian Jessie Wei Liu
2015-06-15 13:36 ` [PATCH OSSTEST v2 01/11] More flexible handling of need-kernel-deb-$flavour host flag Wei Liu
2015-06-15 16:09 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 02/11] mg-debian-installer-update: updates to better handle Jessie onwards Wei Liu
2015-06-15 16:12 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 03/11] mg-debian-installer-update: Also collect DTBs for standard kernels Wei Liu
2015-06-15 16:14 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 04/11] Force sysvinit with Jessie Wei Liu
2015-06-15 15:40 ` Ian Campbell [this message]
2015-06-15 15:48 ` Ian Jackson
2015-06-15 15:57 ` Wei Liu
2015-06-15 16:03 ` Ian Jackson
2015-06-15 16:15 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 05/11] Debian.pm: install grub to default device Wei Liu
2015-06-15 16:15 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 06/11] Cope with Jessie's d-i vg name Wei Liu
2015-06-15 16:19 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 07/11] Debian: grub2: Allow submenu and menuentry items to be indented Wei Liu
2015-06-15 16:19 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 08/11] ts-xen-build-prep: install libnl-route-3-dev on Jessie Wei Liu
2015-06-15 16:19 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 09/11] ts-xen-build-prep: install libc6-dev-i386 for jessie Wei Liu
2015-06-15 16:21 ` Ian Jackson
2015-06-15 16:33 ` Wei Liu
2015-06-15 13:36 ` [PATCH OSSTEST v2 10/11] ts-xen-install: install libnl-route-3-200 " Wei Liu
2015-06-15 16:23 ` Ian Jackson
2015-06-15 13:36 ` [PATCH OSSTEST v2 11/11] ts-kernel-build: enable CONFIG_FHANDLE Wei Liu
2015-06-15 16:24 ` 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=1434382813.13744.26.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@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.