|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xm save gets connection refused
Output from netstat -lpn
tcp 0 0 0.0.0.0:8002 0.0.0.0:*
LISTEN 1528/python
Output from ps axuf
root 1528 0.0 4.0 17772 5208 ? S Mar29 0:00 \_
python /usr/sbin/xend start
Looks like xend is not running? But then it's weird that other xm
commands work.. Strange!
Alexander Stielau wrote:
Am Mi, Apr 05, 2006 at 03:17:00 +0200 schrieb Alexander Stielau:
Xen 2.0.7,
Kernel 2.6.11.12-xen0,
host and node os: debian 3.1
I don't understand, how xm comunicates with xend.
The problem:
xm save webcool /tmp/foo.xen
,--------
| Error: errors: Connection was refused by other side: 111: Connection refused.
`--------
Nobody any idea?
Any other xm-commands working fine.
I traced the xend too, looks for me like it searches for an application listening on 8002.
,--------
| connect(22, {sa_family=AF_INET, sin_port=htons(8002), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 ECONNREFUSED (Connection refused)
`--------
What should listen on 8002?
Aleks
_______________________________________________
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
|
|
|
|
|