Hi there
I have just setup my first trixbox ever. Very cool :)
Anyway, I am having some issue connecting the HUDLite Client. Basically, it will continue to try and connect, but always times out.
This is what I have done so far:
* I have installed hudlite-server v.1.4.32-2
* I have installed tbm-hudadmin v.2.6.1.0-5
* I configure the HUD software on my desktop to connect to extension 200 using:
Username: sip200
Password: (a nice random one in the HUD admin)
Server IP: 10.0.11.33 (The Trixbox Address)
Password: password (Because I read during my troubleshooting research that this was the default server password for HUD)
Server Port: 6600
I then wondered if the server was listening for port 6600
[trixbox1.ait.local hud]# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:6600 *:* LISTEN
I then jumped onto my Windows Desktop CMD:
telnet 10.0.11.33 6600
:HUDserver NOTICE AUTH :*** Looking up your hostname...
:HUDserver NOTICE AUTH :*** Checking Ident
:HUDserver NOTICE AUTH :*** Couldn't look up your hostname
:HUDserver NOTICE AUTH :*** No Ident response
Then a look at ircd....
[trixbox1.ait.local hud]# ps -aux | grep ircd
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
ircd 2207 0.0 0.5 15036 10944 ? Ss Sep13 0:00 ircd
root 29626 0.0 0.0 3896 660 pts/0 S+ 20:56 0:00 grep ircd
[trixbox1.ait.local hud]#
[trixbox1.ait.local ~]# ps aux | grep hud
root 8866 0.0 2.4 57136 51708 ? SNs Sep13 1:34 /usr/local/fonality/hud/hudlite-server
root 29447 0.0 0.0 3896 660 pts/0 S+ 20:42 0:00 grep hud
[trixbox1.ait.local ~]# ls /usr/local/fonality/hud
conf hudlite-server logs
[trixbox1.ait.local ~]# ps awx | grep astwatch
29460 pts/0 S+ 0:00 grep astwatch
[trixbox1.ait.local ~]# cd /usr/local/fonality/hud ; nice -n 19 ./hudlite-server `cat auth.cfg`
cat: auth.cfg: No such file or directory
sh: lsof: command not found
[trixbox1.ait.local hud]# ps awx | grep ircd
2207 ? Ss 0:00 ircd
29482 pts/0 S+ 0:00 grep ircd
[trixbox1.ait.local hud]# nice -n 19 ./hudlite-server.new `cat auth.cfg`
cat: auth.cfg: No such file or directory
nice: ./hudlite-server.new: No such file or directory
[trixbox1.ait.local hud]# tail /var/log/ircd/ircd.log
[2008/9/13 13.58] Module m_message.so [version: $Revision: 454 $] loaded at 0x152000
[2008/9/13 13.58] Module m_mode.so [version: $Revision: 33 $] loaded at 0x157000
[2008/9/13 13.58] Module m_nick.so [version: $Revision: 222 $] loaded at 0x15a000
[2008/9/13 13.58] Module m_part.so [version: $Revision: 454 $] loaded at 0x15e000
[2008/9/13 13.58] Module m_quit.so [version: $Revision: 465 $] loaded at 0x189000
[2008/9/13 13.58] Module m_server.so [version: $Revision: 33 $] loaded at 0x160000
[2008/9/13 13.58] Module m_sjoin.so [version: $Revision: 33 $] loaded at 0xfae000
[2008/9/13 13.58] Module m_squit.so [version: $Revision: 33 $] loaded at 0x164000
[2008/9/13 13.58] Server Ready
[2008/9/13 14.23] System clock is running backwards - (1221272622
[trixbox1.ait.local hud]#
I then ran tail /var/log/messages -f whilst starting and stoping ircd in another session
[trixbox1.ait.local ~]# tail /var/log/messages -f
Sep 15 20:06:39 trixbox1 ntpd[2017]: synchronized to 218.185.224.6, stratum 2
Sep 15 20:22:37 trixbox1 NET[27777]: /sbin/dhclient-script : updated /etc/resolv.conf
Sep 15 20:22:39 trixbox1 kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep 15 20:22:44 trixbox1 kernel: tg3: eth0: Link is up at 1000 Mbps, full duplex.
Sep 15 20:22:44 trixbox1 kernel: tg3: eth0: Flow control is on for TX and on for RX.
Sep 15 20:22:44 trixbox1 kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sep 15 20:23:37 trixbox1 kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep 15 20:23:39 trixbox1 kernel: tg3: eth0: Link is up at 1000 Mbps, full duplex.
Sep 15 20:23:39 trixbox1 kernel: tg3: eth0: Flow control is on for TX and on for RX.
Sep 15 20:23:39 trixbox1 kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Im at a loss because throughout all of this HUDLite still wont connect.... Any suggestions on how I can get this to work?
p.s, yes I have restarted my computer and the server a few times...
Appreciate your help
Daryl

Member Since:
2008-09-15