Hello, What is the actual hostname of this machine?
hostname is reporting: vmail1.pacspro.com, yet /etc/hosts believes its: testmail.pacspro.com (on the lo line), and freeVSD believes its: testmail.pacspro.com (from the +OK freeVSD prompt). What to do next? I'm presuming that you want the box to answer as vmail1.pacspro.com so you'll need to either remove the testmail.pacspro.com from the lo line in /etc/hosts or place vmail1.pacspro.com in front of it. You may also need to rename the <VirtualServer testmail.pacspro.com> declaration in [/usr/local]/etc/vsd/vsd.conf to <VirtualServer vmail1.pacspro.com>. freeVSD will only allow you to start creating virtual servers using vmail1.pacspro.com when the +OK freeVSD prompt says its vmail1.pacspro.com, and there is a VirtualServer entry for vmail1.pacspro.com. HTH, Damion. John Oliver wrote: > 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. > ------------------------- 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 -----------------------------------------------------------------------------
