|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: 111 Connection Refused
Well, I think I fixed it...
As mentioned, I moved the ports in /etc/xen/xend-config.sxp from 8000
(http) and 8001 (events) to 8003 and 8004. I had Shoutcast set up on
this machine, and it was using port 8000, hence the move. I shut off
Shoutcast and moved the ports back to defaults, stopped and started
the services, and 'xm list' now works!
Any clue as to why moving the ports would cause things to break?
Tim
On 7/25/05, Tim Riegler <triegler@xxxxxxxxx> wrote:
> Hello All,
>
> I have searched through the mailing list and can not find anything
> that has helped me to solve my instance of this issue. Here is my
> information:
>
> Gentoo Linux
> Hostname is stalin (sorry for name)
> stalin linux # uname -a
> Linux stalin 2.6.11.10-xen #1 Fri Jul 22 15:31:58 EDT 2005 i686 AMD
> Athlon(tm) XP 2000+ AuthenticAMD GNU/Linux
> dev-lang/python-2.3.5
> xend service started
> xendomains service started
> Moved xend ports from 8000,8001 to 8003,8004 as you can see below:
> stalin ~ # netstat -nptl
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address Foreign Address
> State PID/Program name
> tcp 0 0 0.0.0.0:8002 0.0.0.0:*
> LISTEN 10328/xfrd
> tcp 0 0 127.0.0.1:8003 0.0.0.0:*
> LISTEN 10329/python
> tcp 0 0 127.0.0.1:8004 0.0.0.0:*
> LISTEN 10329/python
> stalin ~ # ps aux |grep xend
> root 10329 0.0 2.9 9936 7604 ? S 11:36 0:00
> python /usr/sbin/xend start
> stalin ~ # cat /var/log/xend-debug.log
> network start bridge=xen-br0 netdev=eth0 antispoof=no
> stalin ~ # cat /var/log/xend.log
> [2005-07-25 11:36:12 xend] INFO (SrvDaemon:610) Xend Daemon started
> [2005-07-25 11:36:12 xend] INFO (XendRoot:112) EVENT> xend.start 0
> No firewall (should xen-br0 have the same IP as eth0?)
>
> This is the error I get:
> stalin linux # xm list
> (111, 'Connection refused')
> Error: Error connecting to xend, is xend running?
>
> I've looked at all 16 messages in the mailing list, and none of them
> have helped.
> Let me know if you need any more information. Thanks in advance =)
>
> Tim
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|