* [ANNOUNCEMENT] Xen 4.8 RC2
@ 2016-10-12 10:52 Wei Liu
2016-10-12 13:13 ` [BUG] ANNOUNCEMENT] " Juergen Schinker
0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2016-10-12 10:52 UTC (permalink / raw)
To: xen-devel, xen-users, xen-announce; +Cc: Wei Liu
Hi all
Xen 4.8 RC2 is tagged. You can check that out from xen.git:
git://xenbits.xen.org/xen.git 4.8.0-rc2
For you convenience, please find tarball and signature at:
https://downloads.xenproject.org/release/xen/4.8.0-rc2/
Please send bug reports and test reports to
xen-devel@lists.xenproject.org. When sending reports, please CC relevant
maintainers and me (wei.liu2@citrix.com).
Thanks
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] ANNOUNCEMENT] Xen 4.8 RC2
2016-10-12 10:52 [ANNOUNCEMENT] Xen 4.8 RC2 Wei Liu
@ 2016-10-12 13:13 ` Juergen Schinker
2016-10-12 13:17 ` Wei Liu
0 siblings, 1 reply; 5+ messages in thread
From: Juergen Schinker @ 2016-10-12 13:13 UTC (permalink / raw)
To: Wei Liu, xen-devel
I use systemd and openvswitch
release : 4.7.0-1-amd64
version : #1 SMP Debian 4.7.5-1 (2016-09-26)
machine : x86_64
nr_cpus : 4
max_cpu_id : 3
nr_nodes : 1
cores_per_socket : 2
threads_per_core : 2
cpu_mhz : 2312
hw_caps : bfebfbff:28100800:00000000:00007f00:77bae3ff:00000000:00000001:00000281
virt_caps : hvm hvm_directio
total_memory : 32711
free_memory : 0
sharing_freed_memory : 0
sharing_used_memory : 0
outstanding_claims : 0
free_cpus : 0
ii gcc-6 6.2.0-5
booting hypervizor pass
creating VM fail version for 4.8 toolkit hasn't been found amd hangs
booting VM fail hangs
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] ANNOUNCEMENT] Xen 4.8 RC2
2016-10-12 13:13 ` [BUG] ANNOUNCEMENT] " Juergen Schinker
@ 2016-10-12 13:17 ` Wei Liu
2016-10-12 13:29 ` Juergen Schinker
0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2016-10-12 13:17 UTC (permalink / raw)
To: Juergen Schinker; +Cc: Wei Liu, xen-devel
On Wed, Oct 12, 2016 at 02:13:57PM +0100, Juergen Schinker wrote:
> I use systemd and openvswitch
>
>
> release : 4.7.0-1-amd64
But this shows 4.7.0-1. Maybe you didn't install Xen properly? Please
make sure all residuals from previous releases are gone.
Also please start a new thread when reporting issues. We have a template
for that in
https://wiki.xenproject.org/wiki/Xen_4.8_RC_test_instructions
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] ANNOUNCEMENT] Xen 4.8 RC2
2016-10-12 13:17 ` Wei Liu
@ 2016-10-12 13:29 ` Juergen Schinker
2016-10-12 13:45 ` Wei Liu
0 siblings, 1 reply; 5+ messages in thread
From: Juergen Schinker @ 2016-10-12 13:29 UTC (permalink / raw)
To: Wei Liu, xen-devel
that is the live kernel
Linux xen 4.7.0-1-amd64 #1 SMP Debian 4.7.5-1 (2016-09-26) x86_64 GNU/Linux
I have to boot a stable xen version to use my machine again which is 4.6
I only use one machine - that's why i use Virtualization....
I start every major app with its own ded VM and have Xorg on the host and redirect ssh from the VM
J
----- On 12 Oct, 2016, at 13:17, Wei Liu wei.liu2@citrix.com wrote:
> But this shows 4.7.0-1. Maybe you didn't install Xen properly? Please
> make sure all residuals from previous releases are gone.
>
> Also please start a new thread when reporting issues. We have a template
> for that in
>
> https://wiki.xenproject.org/wiki/Xen_4.8_RC_test_instructions
>
> Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [BUG] ANNOUNCEMENT] Xen 4.8 RC2
2016-10-12 13:29 ` Juergen Schinker
@ 2016-10-12 13:45 ` Wei Liu
0 siblings, 0 replies; 5+ messages in thread
From: Wei Liu @ 2016-10-12 13:45 UTC (permalink / raw)
To: Juergen Schinker; +Cc: Wei Liu, xen-devel
On Wed, Oct 12, 2016 at 02:29:51PM +0100, Juergen Schinker wrote:
>
> that is the live kernel
> Linux xen 4.7.0-1-amd64 #1 SMP Debian 4.7.5-1 (2016-09-26) x86_64 GNU/Linux
>
Oh, right. Sorry I missed that.
>
> I have to boot a stable xen version to use my machine again which is 4.6
>
Then there is probably a version mismatch between your tools and
hypervisor.
You can boot into the new hypervsior, use LD_PRELOAD and / or LD_PATH to
specify the new libraries and invoke the new xl via absolute path.
LD_PRELOAD=/path/to/libraries /path/to/xl
But if you haven't tried this before, the easiest thing to do is to
uninstall 4.6 and install 4.8. But I understand that might not be
feasible for you.
Wei.
> I only use one machine - that's why i use Virtualization....
>
> I start every major app with its own ded VM and have Xorg on the host and redirect ssh from the VM
>
> J
>
>
> ----- On 12 Oct, 2016, at 13:17, Wei Liu wei.liu2@citrix.com wrote:
>
> > But this shows 4.7.0-1. Maybe you didn't install Xen properly? Please
> > make sure all residuals from previous releases are gone.
> >
> > Also please start a new thread when reporting issues. We have a template
> > for that in
> >
> > https://wiki.xenproject.org/wiki/Xen_4.8_RC_test_instructions
> >
> > Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-10-12 13:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 10:52 [ANNOUNCEMENT] Xen 4.8 RC2 Wei Liu
2016-10-12 13:13 ` [BUG] ANNOUNCEMENT] " Juergen Schinker
2016-10-12 13:17 ` Wei Liu
2016-10-12 13:29 ` Juergen Schinker
2016-10-12 13:45 ` Wei Liu
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).