* ACM in xen-4.12 doesn't work?
@ 2012-07-03 9:19 Allan Chen
2012-07-03 9:38 ` Fwd: " Allan Chen
0 siblings, 1 reply; 5+ messages in thread
From: Allan Chen @ 2012-07-03 9:19 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 364 bytes --]
Hi,all
xen: 4.1.2
dom0 linux: centos 3.1.10 #1 SMP Tue Jun 26 17:13:57 EDT 2012 x86_64
x86_64 x86_64 GNU/Linux
I enabled ACM and install xen-4.1.2 correctly, dom0 can also boot
successfully, but if i use command xm create to create a domU, dom0 reboots.
Does xen-4.1.2 support ACM, or how can i solve this bug?
please help me.
many thanks !
[-- Attachment #1.2: Type: text/html, Size: 493 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Fwd: ACM in xen-4.12 doesn't work?
2012-07-03 9:19 ACM in xen-4.12 doesn't work? Allan Chen
@ 2012-07-03 9:38 ` Allan Chen
2012-07-03 9:54 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Allan Chen @ 2012-07-03 9:38 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 364 bytes --]
Hi,all
xen: 4.1.2
dom0 linux: centos 3.1.10 #1 SMP Tue Jun 26 17:13:57 EDT 2012 x86_64
x86_64 x86_64 GNU/Linux
I enabled ACM and install xen-4.1.2 correctly, dom0 can also boot
successfully, but if i use command xm create to create a domU, dom0 reboots.
Does xen-4.1.2 support ACM, or how can i solve this bug?
please help me.
many thanks !
[-- Attachment #1.2: Type: text/html, Size: 536 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: ACM in xen-4.12 doesn't work?
2012-07-03 9:38 ` Fwd: " Allan Chen
@ 2012-07-03 9:54 ` Ian Campbell
2012-07-04 10:05 ` Allan Chen
0 siblings, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2012-07-03 9:54 UTC (permalink / raw)
To: Allan Chen; +Cc: xen-devel@lists.xen.org
On Tue, 2012-07-03 at 10:38 +0100, Allan Chen wrote:
>
> Hi,all
> xen: 4.1.2
> dom0 linux: centos 3.1.10 #1 SMP Tue Jun 26 17:13:57 EDT 2012
> x86_64 x86_64 x86_64 GNU/Linux
>
>
> I enabled ACM and install xen-4.1.2 correctly, dom0 can also boot
> successfully, but if i use command xm create to create a domU, dom0
> reboots.
>
> Does xen-4.1.2 support ACM, or how can i solve this bug?
I don't know about 4.1 but ACM has been removed from 4.2 so it will
become unsupported in the future. In reality it had been unmaintained
for some time before that so I wouldn't be surprised if it was broken in
4.1 as well.
Given that I don't know how worthwhile it is to spend time
diagnosing/fixing ACM in 4.1, but in any case you would need to supply
console logs and the like before any progress could be made. Please see
http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen for guidance on the
sort of information which a good bug report should contain.
Perhaps you should consider transitioning to FLASK which remains
supported?
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: ACM in xen-4.12 doesn't work?
2012-07-03 9:54 ` Ian Campbell
@ 2012-07-04 10:05 ` Allan Chen
2012-07-04 10:15 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Allan Chen @ 2012-07-04 10:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 1253 bytes --]
Could you tell which version supports ACM correctly?
many thanks!
On Tue, Jul 3, 2012 at 5:54 AM, Ian Campbell <Ian.Campbell@citrix.com>wrote:
> On Tue, 2012-07-03 at 10:38 +0100, Allan Chen wrote:
> >
> > Hi,all
> > xen: 4.1.2
> > dom0 linux: centos 3.1.10 #1 SMP Tue Jun 26 17:13:57 EDT 2012
> > x86_64 x86_64 x86_64 GNU/Linux
> >
> >
> > I enabled ACM and install xen-4.1.2 correctly, dom0 can also boot
> > successfully, but if i use command xm create to create a domU, dom0
> > reboots.
> >
> > Does xen-4.1.2 support ACM, or how can i solve this bug?
>
> I don't know about 4.1 but ACM has been removed from 4.2 so it will
> become unsupported in the future. In reality it had been unmaintained
> for some time before that so I wouldn't be surprised if it was broken in
> 4.1 as well.
>
> Given that I don't know how worthwhile it is to spend time
> diagnosing/fixing ACM in 4.1, but in any case you would need to supply
> console logs and the like before any progress could be made. Please see
> http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen for guidance on the
> sort of information which a good bug report should contain.
>
> Perhaps you should consider transitioning to FLASK which remains
> supported?
>
> Ian.
>
>
>
[-- Attachment #1.2: Type: text/html, Size: 1878 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: ACM in xen-4.12 doesn't work?
2012-07-04 10:05 ` Allan Chen
@ 2012-07-04 10:15 ` Ian Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2012-07-04 10:15 UTC (permalink / raw)
To: Allan Chen; +Cc: xen-devel@lists.xen.org
Please don't top post. It makes it hard to flow the flow of a
conversation.
On Wed, 2012-07-04 at 11:05 +0100, Allan Chen wrote:
> Could you tell which version supports ACM correctly?
I'm afraid I don't know.
Given that it has been already been removed from unstable due to being
unmaintained for quite a long time I would recommend you not deploy new
systems using it even if you find an old version which happens to work.
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-04 10:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 9:19 ACM in xen-4.12 doesn't work? Allan Chen
2012-07-03 9:38 ` Fwd: " Allan Chen
2012-07-03 9:54 ` Ian Campbell
2012-07-04 10:05 ` Allan Chen
2012-07-04 10:15 ` Ian Campbell
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).