[Bug 76500] Re: doesn't manage local machine

2007-10-09 Thread William Grant
This seems fixed in Gutsy. ** Changed in: xenman (Ubuntu) Status: Confirmed => Fix Released -- doesn't manage local machine https://bugs.launchpad.net/bugs/76500 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 76500] Re: doesn't manage local machine

2007-08-18 Thread Matt Mossholder
Jeff, Not my script, all I did was add /usr/lib/xen to the echo statement... The space might be my fault. I don't remember if I typed it in by hand, or cut and pasted. Thanks for the fix, though... --Matt -- doesn't manage local machine https://bugs.launchpad.net/bugs/76500 You recei

[Bug 76500] Re: doesn't manage local machine

2007-08-18 Thread Jeff Schroeder
Matt, your script doesn't seem to work. Ontop of that, it doesn't check if $1 is set. Ontop of that, you have a space in the PYTHONDIR so it isn't even properly set. Maybe this is better: #!/bin/bash # # Wrapper script to start xenman # if [ $# -eq 1 -a $1 == "--xendir" ]; then echo -n

[Bug 76500] Re: doesn't manage local machine

2007-07-11 Thread Jd
good catch. Now things have explanation. This would need a small patch to better determine the xen env. We can publish the workaround to add localhost with remote=False. Will publish a patch on Convirt/XenMan site soon. thanks for leading this to conclusion. /Jd -- doesn't manage local machine

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Matt Mossholder
...and now that I have sent that... I realize /proc/xen exists in the domUs as well. Perhaps one of the other /proc entries? --Matt -- doesn't manage local machine https://bugs.launchpad.net/bugs/76500 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Matt Mossholder
I come with answers 1. I referenced the unix socket as not being enabled, not the tcp socket. So we're on the same page, it seems. 2. Ubuntu does not use the string "xen" anywhere in the platform.release. For example, on feisty-xen, it is 2.6.19-4-server or 2.6.19-4-generic (for with

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Jd
Hi Matt, This is good find.. that you can start managing stuff :), but we need to do little bit of digging up. Here are some observations : 1. on local machine tcp xmlrpc server should not be required to be enabled. XenMan should use the local interface i.e. unix sockets /var/run/x

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Matt Mossholder
One more on this one... the wrapper in /usr/sbin/xenman is incorrectly setting the xendir variable. It is picking up /usr/lib/xen-ioemu-3.0 as xendir, when it is actually /usr/lib/xen. This, in tern, means that the consoles don't work, as xenconsole can't be located. Here is what the wrapper shou

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Matt Mossholder
I've figured this out... There are two issues: 1) Shipped xend-config.sxp from the xen-utils package does not enable the xend-unix-xmlrpc-server 2) The shipped xenman.conf does not have an entry for localhost included in it. Add the following entry enabled xenman to manage the local system:

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Jd
lets take step by step to narrow this one down. XenMan uses xml-rpc over socket for management. For local node it uses the UNIX socket while for remote it uses the TCP socket through ssh tunneling. What exactly is the behavior from a client perspective ? -- xenman does not start ? -- local

[Bug 76500] Re: doesn't manage local machine

2007-07-09 Thread Matt Mossholder
I can confirm this as well. I have several domU's created with xen- toolsunder feisty which work fine, but for whatever reason, xenman can't manage the local system. I'm more than willing to provide information to get this resolved. Just let me know what you need. --Matt -- doesn't man

Re: [Bug 76500] Re: doesn't manage local machine

2007-05-01 Thread Peter Cordes
On Mon, Apr 30, 2007 at 05:47:02PM -, Jd wrote: > Can u please confirm that you can use Xen with xm command line. There > seems to be some problem with Xen itself. /proc/xen/privcmd seems to be > xc_handle critical for xen operation. Yes, Xen itself worked. I was able to create a couple para

[Bug 76500] Re: doesn't manage local machine

2007-04-30 Thread Jd
Can u please confirm that you can use Xen with xm command line. There seems to be some problem with Xen itself. /proc/xen/privcmd seems to be xc_handle critical for xen operation. -- doesn't manage local machine https://bugs.launchpad.net/bugs/76500 You received this bug notification because you

[Bug 76500] Re: doesn't manage local machine

2007-02-17 Thread John Moser
Confirmed, this also happens with 2.6.17 and 2.6.19 Xen dom0 kernels. Worked in Edgy, upgraded to Feisty and it ceased to work. Tried this multiple times and each time I upgrade to Feisty XenMan ceases functioning. ** Changed in: xenman (Ubuntu) Status: Unconfirmed => Confirmed -- doesn'

[Bug 76500] Re: doesn't manage local machine

2006-12-19 Thread Peter Cordes
I found something in an strace, around line 6940 (57%): 9220 open("/proc/xen/privcmd", O_RDWR) = 7 9220 fcntl(7, F_GETFD) = 0 9220 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 9220 mlock(0x7fea3950, 32) = 0 9220 ioctl(7, SNDCTL_DSP_RESET, 0x7fea38f0) = -1 ENOSYS (Func