[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
4.1.2-rc1 freebsd 5.4 install oddness
- To: hobbit (at) hswn.dk
- Subject: 4.1.2-rc1 freebsd 5.4 install oddness
- From: "Lee J. Imber" <toaster (at) imber.com>
- Date: Wed, 5 Oct 2005 12:30:23 -0400
Hi,
Just downloaded the latest 4.1.2-rc1 and tried installing server on a
FBSD 5.4-RELEASE box.
The daemon is running but a netstat shows that port 1984 is not
listening.
Am I missing something ridiculously simple or is there something else
wrong?
Everything complied great, no errors. Below is info I hope that is
useful.
Thanks,
Lee
lee 17208 0.0 0.2 1312 924 ?? Ss 11:14AM 0:00.09 /usr/
home/lee/Hobbit/server/bin/hobbitlaunch --config=/usr/home/lee/Hobbit/
server/etc/hobbitlaunch.cfg --env=/usr/home/lee/Hobbit/server/etc/ho
> netstat -an | grep LIS
tcp4 0 0 *.587 *.*
LISTEN
tcp4 0 0 *.25 *.*
LISTEN
tcp4 0 0 127.0.0.1.2222 *.*
LISTEN
tcp6 0 0 ::1.2222 *.*
LISTEN
tcp4 0 0 *.3306 *.*
LISTEN
tcp4 0 0 *.110 *.*
LISTEN
tcp4 0 0 *.995 *.*
LISTEN
tcp4 0 0 *.143 *.*
LISTEN
tcp4 0 0 *.993 *.*
LISTEN
tcp46 0 0 *.443 *.*
LISTEN
tcp46 0 0 *.80 *.*
LISTEN
tcp4 0 0 *.22 *.*
LISTEN
tcp6 0 0 *.22 *
> ../server/bin/bb --debug foo.bar.com FOO
2005-10-05 12:20:31 Transport setup is:
2005-10-05 12:20:31 bbdportnumber = 1984
2005-10-05 12:20:31 bbdispproxyhost = NONE
2005-10-05 12:20:31 bbdispproxyport = 0
2005-10-05 12:20:31 Recipient listed as 'foo.bar.com'
2005-10-05 12:20:31 Standard BB protocol on port 1984
2005-10-05 12:20:31 Will connect to address foo.bar.com port 1984
2005-10-05 12:20:31 Connect status is 61
2005-10-05 12:20:31 Could not connect to bbd (at) foo.bar.com:1984 -
Connection refused
2005-10-05 12:20:31 Whoops ! bb failed to send message - Connection
failed
>