On Mon, May 20, 2002 at 11:09:18AM +0100, Ben Kennish wrote:
> What is the contents of your /home/vsd/vs directory?

[root@vmail1 root]# ls -l /home/vsd/vs
total 0
lrwxrwxrwx    1 root     root            1 May 15 13:49
vmail1.pacspro.com -> /

> What is the output of running the 'hostname' command?

[root@vmail1 root]# hostname
vmail1.pacspro.com

> What does /etc/hosts contain?

[root@vmail1 root]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               testmail.pacspro.com testmail
localhost.localdomain localhost
192.168.20.131          vmail1.pacspro.com
192.168.20.132          test1.pacspro.com

> Does 'netstat -lt' show your server listening on vsd or svsd port?

[root@vmail1 root]# netstat -lt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 *:800                   *:*
LISTEN
tcp        0      0 *:pop3                  *:*
LISTEN
tcp        0      0 *:ftp                   *:*
LISTEN
tcp        0      0 *:ssh                   *:*
LISTEN
tcp        0      0 *:telnet                *:*
LISTEN
tcp        0      0 *:smtp                  *:*
LISTEN
tcp        0      0 *:vsd                   *:*
LISTEN

> Can you connect with...?
> 
> telnet localhost vsd
> OR
> telnet localhost svsd

[root@vmail1 root]# telnet localhost vsd
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK FreeVSD Virtual Server Administrator testmail.pacspro.com v1.4.9
ready


/usr/local/sbin/vsd is an odd daemon... if I manually start it, it's
running as a local process, not as a system daemon.  I'll put it in
/etc/rc.d/rc.local and restart and see if that makes it act correctly.

-- 
John Oliver                                    http://www.john-oliver.net/
[EMAIL PROTECTED]                    http://www.mrtg-monitoring.com/
------------------------- 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