[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] /bin/sh: can't access tty; job control turned off
- To: david.corral@xxxxxxxxxxxxxxxxx
- From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
- Date: Fri, 8 Feb 2008 18:12:14 +0530
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 08 Feb 2008 04:42:49 -0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=kq+1OwFRQQeSbfZzy5C6n1xhIsErhLryFgda0a8G/orcvGYoewsKx/FZEiEBKHynMP0QyT0nRXOl8hNZ4r2EroLDkIWMN9wOEb8Hq4g0NNf2pqfq5ALbMIfxdVlfPrZzPO/FLEb8HG2avRMHUKekZlihE1BKe1LsygWpCn+EvpY=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Modify yr config file slightly and try.
root = '/dev/sda1 ro' disk = [ 'file:/home/xen/domains/debian/disk.img,sda1,w', 'file:/home/xen/domains/debian/swap.img,sda2,w']
On Feb 8, 2008 6:00 PM, < david.corral@xxxxxxxxxxxxxxxxx> wrote:
After creating the domu, and using xm console, this is what I get:
mount: Mounting /root/dev on /dev./static/dev/failed: No such file or directory Done. mount: Mounting /sys on /root/sys failed: No such file or directory
mount: Mounting /proc on /root/proc failed: No such file or directory Target filesystem doesn't hae /sbin/init
/bin/sh: can't access tty; job control turned off"
fdisk -l on the dom0, this is what I get:
/dev/cciss/c0d0p1 (/boot) /dev/cciss/c0d0p2 (swap) /dev/cciss/c0d0p3 (/)
Guess the problem comes from this 2 lines:
root = '/dev/sda1 ro' disk = [ 'file:/home/xen/domains/debian/disk.img,/dev/sda1,w',
'file:/home/xen/domains/debian/swap.img,/dev/sda2,w']
this is the default configuration I got after creating the domu.
Any idea?
_______________________________________________ Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|