WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Re: fc7 installation with Rinse

To: "Steve Kemp" <steve@xxxxxxxxxxxx>, "Mattia Martinello" <mattia@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: fc7 installation with Rinse
From: "Itamar Reis Peixoto" <itamar@xxxxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 12:49:32 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 23 Aug 2007 08:58:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <46CDA262.5080904@xxxxxxxxxxxxxxxxxxxx> <20070823151940.GA25395@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
this is more comestic

for i in console null zero ; do MAKEDEV -d /mnt/dev -x $i ; done

--------------------

Itamar Reis Peixoto

e-mail/msn: itamar@xxxxxxxxxxxxxxxx
skype: itamarjp
icq: 81053601
+55 34 3238 3845
+55 11 4063 5033
----- Original Message ----- From: "Steve Kemp" <steve@xxxxxxxxxxxx>
To: "Mattia Martinello" <mattia@xxxxxxxxxxxxxxxxxxxx>
Cc: <xen-users@xxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 23, 2007 12:19 PM
Subject: [Xen-users] Re: fc7 installation with Rinse


On Thu Aug 23, 2007 at 17:06:10 +0200, Mattia Martinello wrote:

The system was installed without any problem, but the /dev directory is empty.
Why? How I can create the devices in /dev with Rinse?

 Mount the partition, then run:

   cd dev && MAKEDEV console
   cd dev && MAKEDEV generic
   cd dev && MAKEDEV null
   cd dev && MAKEDEV zero

 That should do the job.  Let me know if it does and I'll look
at seeing if there is a bug somewhere ...

Steve
--

_______________________________________________
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

<Prev in Thread] Current Thread [Next in Thread>