Subject: Re: -current broken due to kernfs changes
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Juan RP <juan@xtrarom.org>
List: port-xen
Date: 05/23/2005 21:36:00
On Mon, 23 May 2005 21:32:27 +0200
Manuel Bouyer <bouyer@antioche.eu.org> wrote:

> The only issue I've noticed here is:
>    601 python2.3 CALL  open(0xbd7da8fd,6,0xbfbfded8)
>    601 python2.3 NAMI  "/dev/xenevt"
>    601 python2.3 RET   open -1 errno 2 No such file or directory
> 
> It looks like you're missing this device on this system, run 'MAKEDEV
> xen' in /dev/ and try again.

[juan@Mandylion][~]> ls -l /dev/xen*
crw-------  1 root  wheel  143, 0 Apr  5 02:08 /dev/xencons
crw-------  1 root  wheel  141, 0 Apr  5 02:08 /dev/xenevt
[juan@Mandylion][~]>

As I said, it works when using a kernel without those changes.