From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Brad Smith <brad@comstyle.com>
Cc: Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>,
Alex Benn_e <alex.bennee@linaro.org>,
Philippe Mathieu-Daud_ <philmd@linaro.org>,
Thomas Huth <thuth@redhat.com>,
Wainer dos Santos Moschetta <wainersm@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH v2] tests/vm: update openbsd image to 7.6
Date: Mon, 21 Oct 2024 10:27:23 +0100 [thread overview]
Message-ID: <ZxYee2xa-VJjOQSV@redhat.com> (raw)
In-Reply-To: <ZwtmfVlWgFRF9G8W@humpty.home.comstyle.com>
On Sun, Oct 13, 2024 at 02:19:41AM -0400, Brad Smith wrote:
> tests/vm: update openbsd image to 7.6
>
> Remove tomli as Python has been updated to 3.11.
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
> ---
> tests/vm/openbsd | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 49cab08782..dfd11c93f0 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -22,8 +22,8 @@ class OpenBSDVM(basevm.BaseVM):
> name = "openbsd"
> arch = "x86_64"
>
> - link = "https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/install75.iso"
> - csum = "034435c6e27405d5a7fafb058162943c194eb793dafdc412c08d49bb56b3892a"
> + link = "https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso"
> + csum = "60cba8cb391b50bba8fa10fc768bd0529636f5345d82133c93e22c798d8e5269"
> size = "20G"
> pkgs = [
> # tools
> @@ -32,7 +32,6 @@ class OpenBSDVM(basevm.BaseVM):
> "pkgconf",
> "bzip2", "xz",
> "ninja",
> - "py3-tomli",
>
> # gnu tools
> "bash",
> @@ -160,6 +159,7 @@ class OpenBSDVM(basevm.BaseVM):
>
> self.print_step("Installation started now, this will take a while")
> self.console_wait_send("Location of sets", "done\n")
> + self.console_wait_send("Time appears wrong. Set to", "\n")
Have you any idea why this line has suddenly become neccessary ?
Without your patch, I'm seeing OpenBSD VM installs fail with the existing
'install75.iso' image, with the error matching this line
con recv: Time appears wrong. Set to 'Mon Oct 21 04:07:03 UTC 2024'? [yes]
The OpenBSD installer can't have changed behind our back, because we've
recorded the original ISO image checksum.
So I'm wondering what other thing has changed to suddenly make this
"Time appears wrong" message appear ? Have we accidentally broken
something in QEMU ?
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2024-10-21 9:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-13 6:19 [PATCH v2] tests/vm: update openbsd image to 7.6 Brad Smith
2024-10-21 9:27 ` Daniel P. Berrangé [this message]
2024-10-21 9:58 ` Brad Smith
2024-10-21 10:49 ` Thomas Huth
2024-10-21 11:05 ` Daniel P. Berrangé
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=ZxYee2xa-VJjOQSV@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=brad@comstyle.com \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).