i have centos 5.1 x64 dom0 and i386 domu windows 2003 gplpv drivers installed but shutdownmon does not connecting to kernel driver line "handle = CreateFile(@"\\.\XenShutdown"," succesfully executes next line "FileStream fs = new FileStream(handle, FileAccess.Read);" stops what i must do with this? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> i have centos 5.1 x64 dom0 and i386 domu windows 2003 > gplpv drivers installed but shutdownmon does not connecting to kernel > driver > > line "handle = CreateFile(@"\\.\XenShutdown"," succesfully executes > next line "FileStream fs = new FileStream(handle, FileAccess.Read);"stops Stops and does nothing, or stops with an exception? Can you see what the value of ''handle'' is? Also what version of the PV drivers are you running? James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Feb 1, 2008 1:20 PM, James Harper <james.harper@bendigoit.com.au> wrote:> > i have centos 5.1 x64 dom0 and i386 domu windows 2003 > > gplpv drivers installed but shutdownmon does not connecting to kernel > > driver > > > > line "handle = CreateFile(@"\\.\XenShutdown"," succesfully executes > > next line "FileStream fs = new FileStream(handle, FileAccess.Read);" > stops > > Stops and does nothing, or stops with an exception? Can you see what the > value of ''handle'' is? > > Also what version of the PV drivers are you running? > > Jamesstops and does nothing version 061 handle value "Microsoft.Win32.SafeHandles.SafeFileHandle" _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > stops and does nothing > version 061 > handle value "Microsoft.Win32.SafeHandles.SafeFileHandle" >Hmmm... ''xm shutdown'' doesn''t appear to work anymore. I guess I broke it. I''ll try and fix it for the next release, as soon as I get xenvbd working properly on all combinations (32 or 64) of Dom0 and DomU. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users