* xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk
@ 2005-08-30 13:38 Robin van Leeuwen
2005-09-05 0:01 ` Rusty Russell
0 siblings, 1 reply; 3+ messages in thread
From: Robin van Leeuwen @ 2005-08-30 13:38 UTC (permalink / raw)
To: xen-devel
Hi,
I'm trying to get Xen 2.0 testing running on my amd64 (32 bit mode, debian
3.1 i386 sarge installed)
and i'm stuck on using a lvm partition as hda1. I'm getting the following
message during boot of domU:
--------
...
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 120k freed
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
-------
and then it hangs. My xend.log shows:
---------
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:720) init_domain>
Created domain=2 name=samba-ha memory=128
[2005-08-30 15:31:21 xend] INFO (console:94) Created console id=14
domain=2 port=9602
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:1130) Creating vbd
dom=2 uname=phy:/dev/xen/samba-ha
[2005-08-30 15:31:21 xend] DEBUG (blkif:155) Connecting blkif
<BlkifBackendInterface 2 0>
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:1107) Creating vif
dom=2 vif=0 mac=aa:00:00:11:32:d4
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.console.create [14, 2, 9602]
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT> xend.domain.create
['samba-ha', '2']
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.domain.unpause ['samba-ha', '2']
[2005-08-30 15:31:21 xend] INFO (console:44) Console connected 14
127.0.0.1 40210
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.console.connect [14, '127.0.0.1', 40210]
[2005-08-30 15:31:21 xend] DEBUG (blkif:203) Connecting blkif to event
channel <BlkifBackendInterface 2 0> ports=15:3
------------
But this appears in my logs before my domU hangs...
I also tried it with xen2.0 stable but i got the same results...
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk
2005-08-30 13:38 xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk Robin van Leeuwen
@ 2005-09-05 0:01 ` Rusty Russell
0 siblings, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2005-09-05 0:01 UTC (permalink / raw)
To: Robin van Leeuwen; +Cc: xen-devel
On Tue, 2005-08-30 at 15:38 +0200, Robin van Leeuwen wrote:
> Hi,
>
> I'm trying to get Xen 2.0 testing running on my amd64 (32 bit mode, debian
> 3.1 i386 sarge installed)
> and i'm stuck on using a lvm partition as hda1. I'm getting the following
> message during boot of domU:
>
> --------
> ...
> kjournald starting. Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly.
> Freeing unused kernel memory: 120k freed
> request_module: runaway loop modprobe binfmt-464c
This is trying to exec /sbin/init (a 32-bit binary), but your kernel
doesn't handle 32-bit binaries. It tries to modprobe binftm-464c, but
modprobe is a 32-bit binary...
Now, this is a guess: did you turn CONFIG_IA32_EMULATION off?
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
^ permalink raw reply [flat|nested] 3+ messages in thread
* xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk
@ 2005-08-30 14:00 Robin van Leeuwen
0 siblings, 0 replies; 3+ messages in thread
From: Robin van Leeuwen @ 2005-08-30 14:00 UTC (permalink / raw)
To: xen-devel
Hi,
I'm trying to get Xen 2.0 testing running on my amd64 (32 bit mode, debian
3.1 i386 sarge installed)
and i'm stuck on using a lvm partition as hda1. I'm getting the following
message during boot of domU:
--------
...
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 120k freed
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
-------
and then it hangs. My xend.log shows:
---------
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:720) init_domain>
Created domain=2 name=samba-ha memory=128
[2005-08-30 15:31:21 xend] INFO (console:94) Created console id=14
domain=2 port=9602
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:1130) Creating vbd
dom=2 uname=phy:/dev/xen/samba-ha
[2005-08-30 15:31:21 xend] DEBUG (blkif:155) Connecting blkif
<BlkifBackendInterface 2 0>
[2005-08-30 15:31:21 xend] DEBUG (XendDomainInfo:1107) Creating vif
dom=2 vif=0 mac=aa:00:00:11:32:d4
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.console.create [14, 2, 9602]
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT> xend.domain.create
['samba-ha', '2']
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.domain.unpause ['samba-ha', '2']
[2005-08-30 15:31:21 xend] INFO (console:44) Console connected 14
127.0.0.1 40210
[2005-08-30 15:31:21 xend] INFO (XendRoot:113) EVENT>
xend.console.connect [14, '127.0.0.1', 40210]
[2005-08-30 15:31:21 xend] DEBUG (blkif:203) Connecting blkif to event
channel <BlkifBackendInterface 2 0> ports=15:3
------------
But this appears in my logs before my domU hangs...
I also tried it with xen2.0 stable but i got the same results...
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-09-05 0:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 13:38 xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk Robin van Leeuwen
2005-09-05 0:01 ` Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2005-08-30 14:00 Robin van Leeuwen
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.