Hello,

> On attempting vs_details I got the same "Read timeout" as with vs_create
> On attempting to set up debugging I found there is no entry for VSD in my
> host's xinetd.conf  Shouldn't have have been taken care of in the
> vsd_install.pl script?

Yes it should have. It should also have created a log file in /etc/vsd recording 
the operations performed during the install. I'd be greatful if you could send 
me a copy just to see what else has been missed.

Are there any other entries in /etc/xinetd.conf, or does it just contain the 
defaults section? vsd-install should have created a 'virtualised' entries for 
each of the services available in a virtual server. If not they'll need to be added:

service <name>
{
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = root
         server          = /usr/sbin/virtuald
         server_args     = <path to service binary> <server args>
}


HTH
Damion.

------------------------- The freeVSD Support List --------------------------
Subscribe:   mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives:    http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------

Reply via email to