From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin van Leeuwen Subject: xen 2.0 testing on amd64(32bit mode) runaway modprobe on lvm disk Date: Tue, 30 Aug 2005 15:38:31 +0200 Message-ID: <43146157.3060600@nl.nyklogistics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 [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 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...