Hi All,
I've been wracking my brain trying to get around this issue but I
haven't had any luck yet....
Here's my setup:
ConVirt .8.2 running inside a Centos 5.1 xen environment. -- local
host runs fine after adding a default section to convirt.conf and the
use_3_0_api=true flag.
Xen 3.2 server running in a gentoo machine Xen is up and going no
problems there--
When I attempt to add the remote host (via tcp or ssl) I receive a
popup saying "Connect node <private fqdn> 111Connection refused"
The odd thing is, I see in the paramiko log that it did connect and
opened /etc/convirt.conf.
Copies of paramiko.log and my xend-config are below.
Thanks for any insight!
-Trey
----------------------
paramiko.log------------------------------------------------
DEB [20080417-12:57:41.109] thr=1 paramiko.transport: starting
thread (client mode): 0xB79CBD4CL
INF [20080417-12:57:41.113] thr=1 paramiko.transport: Connected
(version 2.0, client OpenSSH_4.7)
DEB [20080417-12:57:41.116] thr=1 paramiko.transport: kex algos:
['diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-
exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-
sha1'] server key:['ssh-rsa', 'ssh-dss'] client encrypt:['aes128-cbc',
'3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'arcfour128', 'arcfour256',
'arcfour', 'aes192-cbc', 'aes256-cbc', '[EMAIL PROTECTED]',
'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] server encrypt:['aes128-
cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'arcfour128',
'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '[EMAIL PROTECTED]
', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5',
'hmac-sha1', '[EMAIL PROTECTED]', 'hmac-ripemd160', '[EMAIL PROTECTED]
', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', '[EMAIL
PROTECTED]
', 'hmac-ripemd160', '[EMAIL PROTECTED]', 'hmac-sha1-96',
'hmac-md5-96'] client compress:['none', '[EMAIL PROTECTED]'] server
compress:['none', '[EMAIL PROTECTED]'] client lang:[''] server lang:
[''] kex follows?False
DEB [20080417-12:57:41.117] thr=1 paramiko.transport: Ciphers
agreed: local=aes128-cbc, remote=aes128-cbc
DEB [20080417-12:57:41.117] thr=1 paramiko.transport: using kex
diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local
aes128-cbc, remote aes128-cbc; mac: local hmac-sha1, remote hmac-sha1;
compression: local none, remote none
DEB [20080417-12:57:41.280] thr=1 paramiko.transport: Switch to new
keys ...
DEB [20080417-12:57:43.888] thr=2 paramiko.transport: starting
thread (client mode): 0xB79CBEACL
INF [20080417-12:57:43.889] thr=2 paramiko.transport: Connected
(version 2.0, client OpenSSH_4.7)
DEB [20080417-12:57:43.913] thr=2 paramiko.transport: kex algos:
['diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-
exchange-sha1', 'diffie-hellman-group14-sha1', 'diffie-hellman-group1-
sha1'] server key:['ssh-rsa', 'ssh-dss'] client encrypt:['aes128-cbc',
'3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'arcfour128', 'arcfour256',
'arcfour', 'aes192-cbc', 'aes256-cbc', '[EMAIL PROTECTED]',
'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] server encrypt:['aes128-
cbc', '3des-cbc', 'blowfish-cbc', 'cast128-cbc', 'arcfour128',
'arcfour256', 'arcfour', 'aes192-cbc', 'aes256-cbc', '[EMAIL PROTECTED]
', 'aes128-ctr', 'aes192-ctr', 'aes256-ctr'] client mac:['hmac-md5',
'hmac-sha1', '[EMAIL PROTECTED]', 'hmac-ripemd160', '[EMAIL PROTECTED]
', 'hmac-sha1-96', 'hmac-md5-96'] server mac:['hmac-md5', 'hmac-sha1', '[EMAIL
PROTECTED]
', 'hmac-ripemd160', '[EMAIL PROTECTED]', 'hmac-sha1-96',
'hmac-md5-96'] client compress:['none', '[EMAIL PROTECTED]'] server
compress:['none', '[EMAIL PROTECTED]'] client lang:[''] server lang:
[''] kex follows?False
DEB [20080417-12:57:43.913] thr=2 paramiko.transport: Ciphers
agreed: local=aes128-cbc, remote=aes128-cbc
DEB [20080417-12:57:43.914] thr=2 paramiko.transport: using kex
diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local
aes128-cbc, remote aes128-cbc; mac: local hmac-sha1, remote hmac-sha1;
compression: local none, remote none
DEB [20080417-12:57:44.138] thr=2 paramiko.transport: Switch to new
keys ...
DEB [20080417-12:57:44.185] thr=2 paramiko.transport: userauth is OK
INF [20080417-12:57:44.188] thr=2 paramiko.transport: Authentication
type (password) not permitted.
DEB [20080417-12:57:44.189] thr=2 paramiko.transport: Allowed
methods: ['publickey', 'keyboard-interactive']
DEB [20080417-12:57:44.211] thr=2 paramiko.transport: userauth is OK
INF [20080417-12:57:44.221] thr=2 paramiko.transport: Authentication
(keyboard-interactive) successful!
DEB [20080417-12:57:44.230] thr=3 paramiko.transport.1: Max packet
in: 34816 bytes
DEB [20080417-12:57:44.233] thr=2 paramiko.transport.1: Max packet
out: 32768 bytes
INF [20080417-12:57:44.233] thr=2 paramiko.transport: Secsh channel
1 opened.
DEB [20080417-12:57:44.239] thr=2 paramiko.transport.1: Sesch
channel 1 request ok
INF [20080417-12:57:44.243] thr=3 paramiko.transport.1.sftp: Opened
sftp connection (server version 3)
DEB [20080417-12:57:44.243] thr=3 paramiko.transport.1.sftp: lstat('/
etc/convirt.conf')
DEB [20080417-12:57:44.250] thr=3 paramiko.transport.1.sftp: stat('/
etc/convirt.conf')
DEB [20080417-12:57:44.261] thr=3 paramiko.transport.1.sftp: open('/
etc/convirt.conf', 'r')
DEB [20080417-12:57:44.265] thr=3 paramiko.transport.1.sftp: open('/
etc/convirt.conf', 'r') -> 00000000
DEB [20080417-12:57:44.281] thr=3 paramiko.transport.1.sftp:
close(00000000)
DEB [20080417-12:57:44.285] thr=3 paramiko.transport.1.sftp: open('/
etc/convirt.conf', 'r')
DEB [20080417-12:57:44.289] thr=3 paramiko.transport.1.sftp: open('/
etc/convirt.conf', 'r') -> 00000000
DEB [20080417-12:57:44.298] thr=3 paramiko.transport.1.sftp:
close(00000000)
INF [20080417-12:57:44.337] thr=3 paramiko.transport.1.sftp: sftp
session closed.
DEB [20080417-12:57:44.338] thr=3 paramiko.transport.1: EOF sent (1)
DEB [20080417-12:57:44.342] thr=2 paramiko.transport: Ignoring
message for dead channel 1
DEB [20080417-12:57:44.343] thr=2 paramiko.transport: Ignoring
message for dead channel 1
DEB [20080417-12:57:44.344] thr=2 paramiko.transport: Ignoring
message for dead channel 1
DEB [20080417-12:57:46.871] thr=2 paramiko.transport: EOF in
transport thread
--------------------------------------------------------------------------------------------------
xend-config.xsp: (minus the fluff)
(logfile /var/log/xen/xend.log)
(loglevel DEBUG)
(xend-tcp-xmlrpc-server yes)
(xend-unix-xmlrpc-server yes)
(xend-tcp-xmlrpc-server-address '<private fqdn>')
(xend-tcp-xmlrpc-server-port 8006)
(xend-relocation-server yes)
(xend-relocation-port 8002)
(xend-relocation-address '<private fqdn>')
(xend-relocation-hosts-allow '')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 128)
(dom0-cpus 0)
(vncpasswd '')
On Apr 16, 2008, at 2:35 PM, xenman-users-
[EMAIL PROTECTED] wrote:
> Welcome to the [email protected] mailing list!
> Welcome to the XenMan users mailing list. This list exists to allow
> you to post any questions, feedback, suggestions or feature requests
> pertaining to the use and further development of XenMan.
>
> Please be assured that the xenman developers watch this list very
> intently and are looking forward to hearing from the user community.
>
> To post to this list, send your email to:
>
> [email protected]
>
> General information about the mailing list is at:
>
> https://lists.sourceforge.net/lists/listinfo/xenman-users
>
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
>
> https://lists.sourceforge.net/lists/options/xenman-users/trey%40metaweb.com
>
>
> You can also make such adjustments via email by sending a message to:
>
> [EMAIL PROTECTED]
>
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
>
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe. It is:
>
> trey0131
>
> Normally, Mailman will remind you of your lists.sourceforge.net
> mailing list passwords once every month, although you can disable this
> if you prefer. This reminder will also include instructions on how to
> unsubscribe or change your account options. There is also a button on
> your options page that will email your current password to you.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
XenMan-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xenman-users