Hudlite started but not working....cant connect to it.

gcans
Posts: 24
Member Since:
2006-09-27

Im pulling my hair out on this one. I have verified the server is installed and running. But I cant connect to port 6600. I did a netstat -a and the port doesnt even appear to be listening. I am getting these errors in my hud server log :

2008-08-09 19:50:55: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)
2008-08-09 19:50:58: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)
2008-08-09 19:51:01: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)
2008-08-09 19:51:04: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)
2008-08-09 19:51:07: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)
2008-08-09 19:51:10: ircReconnect> IRC reconnect: nick(Relay) pass(password) user(irc2asterisk_relay) ircname(IRC to Asterisk command bot) address(localhost) port(6600) reason(Retry connect)

They just keep coming. What is going on here.

I have yum removed hudlite-server and rebooted and then reinstalled and get the same thing. I am current as of today on all my updates ( linux, asterisk and zaptel).

Bueller....Bueller.......Bueller.....anyone.....Bueller?



SkykingOH
Posts: 9541
Member Since:
2007-12-17
You need to install Hud-lite

You need to install Hud-lite Admin.

--

Scott

aka "Skyking"



gcans
Posts: 24
Member Since:
2006-09-27
Hud-lite is installed......

What part of my post suggested to you that the Hud-lite admin wasnt installed? Just curious. Is there something in the error log that suggests this?



SkykingOH
Posts: 9541
Member Since:
2007-12-17
Yes, you are sending invalid

Yes, you are sending invalid logins from the hudlite client to the ircd server. These passwords are assigned in hud-lite admin.

--

Scott

aka "Skyking"



stechnique
Posts: 733
Member Since:
2008-02-21
Quote: Hud-lite is
Quote:
Hud-lite is installed......

hudlite-server != hud-admin



gcans
Posts: 24
Member Since:
2006-09-27
Ok lets start over here.....

I have hudlite-server installed
I have hudlite admin installed
I have YUM updated everything 3 days ago.

Netstat -a on the Asterisk box which I have both huds installed shows nothing listening on port 6600.

I cant telnet to the box on port 6600 across the local net or even from the asterisk box its self ie telnet 192.168.5.10 6600 or telnet localhost 6600.

I have uninstalled both hudlite-server and hudlite admin and reinstalled and get the same thing.

I know I have the correct client credentials......

User sip304
password from hudadmin

hud server ip and password of password.

The client still wont connect. The reason is because Port 6600 is not responding to requests.



stechnique
Posts: 733
Member Since:
2008-02-21
service ircd start

service ircd start



gcans
Posts: 24
Member Since:
2006-09-27
Did that too.....

Service IRCD start......same thing no connect.



gcans
Posts: 24
Member Since:
2006-09-27
Did that too.....

Service IRCD start......same thing no connect.



SkykingOH
Posts: 9541
Member Since:
2007-12-17
ps -aux | grep ircd
ps -aux | grep ircd

Post output please.

This is what I get on a system with working HUD, the 10.30 is actually my remote VPN connection.

 ~]# netstat -a | grep 6600
tcp        0      0 *:6600                      *:*                         LISTEN
tcp        0      0 maitrix.mai:6600            10.30.1.184:ip-blf          ESTABLISHED
tcp        0      0 trixbox1.localdomain:6600   trixbox1.localdomain:34354  ESTABLISHED
tcp        0      0 trixbox1.localdomain:34354  trixbox1.localdomain:6600   ESTABLISHED

Also please post the output of:

tail /var/log/ircd/ircd.log

Please use the code tags when posting output

--

Scott

aka "Skyking"



gcans
Posts: 24
Member Since:
2006-09-27
To answer your questions:

#
# ps aux | grep ircd
root 7179 0.0 0.0 3888 668 pts/0 R+ 18:30 0:00 grep ircd
# tail /var/log/ircd/ircd.log
[2008/3/13 04.53] Module m_kill.so [version: $Revision: 33 $] loaded at 0xb3b000
[2008/3/13 04.53] Module m_message.so [version: $Revision: 454 $] loaded at 0x326000
[2008/3/13 04.53] Module m_mode.so [version: $Revision: 33 $] loaded at 0x32b000
[2008/3/13 04.53] Module m_nick.so [version: $Revision: 222 $] loaded at 0xe2b000
[2008/3/13 04.53] Module m_part.so [version: $Revision: 454 $] loaded at 0x32e000
[2008/3/13 04.53] Module m_quit.so [version: $Revision: 465 $] loaded at 0x58c000
[2008/3/13 04.53] Module m_server.so [version: $Revision: 33 $] loaded at 0x682000
[2008/3/13 04.53] Module m_sjoin.so [version: $Revision: 33 $] loaded at 0x3c4000
[2008/3/13 04.53] Module m_squit.so [version: $Revision: 33 $] loaded at 0xb4d000
[2008/3/13 04.53] Server Ready

There is a real problem here......



gcans
Posts: 24
Member Since:
2006-09-27
I forgot the netstat output.....

#netstat -a | grep 6600
#

Nothing.....

hud server and admin are both installed but not listening on 6600

What is going on here?



SkykingOH
Posts: 9541
Member Since:
2007-12-17
First, you failed the test,

First, you failed the test, what part of in bold type "use the code tags" did you not understand.

We, the folks that help out here are so sick of looking at output that is difficult to read.

I formatted my post properly for you, can't you show the same courtesy?????

Now that I have all that off my chest, obviouslly ircd is not starting.

I would open two putty session and tail the messages file 'tail /var/log/mesages -f' in one window while trying 'service ircd stop' 'service ircd start' in the other window and see why it is failing at startup.

--

Scott

aka "Skyking"



gcans
Posts: 24
Member Since:
2006-09-27
No dice

Tailing the message log is of no use as IRCD is pooched.....

#service ircd status
# ircd dead but subsys locked

Does anyone no how I can fix ircd?



eeknz
Posts: 173
Member Since:
2006-08-13
I had something similar

I've got two 2.6 boxes giving me some HUD problems. While I don't know what's going on yet, I do know that if I go to Webmin and do a stop / start of the HUD server, the clients all connect again.
I wonder if doing this will help you at all. Perhaps we have the same problem.



edward.schaden
Posts: 12
Member Since:
2008-07-11
Hello, I will up this old

Hello, I will up this old topic but I have some bugs here about the ircd.

I´ve followed ur steps but when I use the comm "service ircd status" it says that is an unknown service!

It´s an old running server, and it´s kinda fragile. I can´t make big moves on him.

what can I do to solve the problem, i will show u the ircd log

Quote:
[2008/2/8 14.11] Module m_message.so [version: $Revision: 454 $] loaded at 0xab1000
[2008/2/8 14.11] Module m_mode.so [version: $Revision: 33 $] loaded at 0x3a8000
[2008/2/8 14.11] Module m_nick.so [version: $Revision: 222 $] loaded at 0xb97000
[2008/2/8 14.11] Module m_part.so [version: $Revision: 454 $] loaded at 0xad7000
[2008/2/8 14.11] Module m_quit.so [version: $Revision: 465 $] loaded at 0x410000
[2008/2/8 14.11] Module m_server.so [version: $Revision: 33 $] loaded at 0x47e000
[2008/2/8 14.11] Module m_sjoin.so [version: $Revision: 33 $] loaded at 0x905000
[2008/2/8 14.11] Module m_squit.so [version: $Revision: 33 $] loaded at 0x3ac000
[2008/2/8 14.11] Server Ready
[2008/2/8 14.39] Server Terminating: received signal SIGTERM


mrs2r
Posts: 6
Member Since:
2008-11-18
Same problem trixbox ce 2.6.1.13 new install new Dell 1950 III

Any updates on this?

Just installed hudlite-server and tbm-hudadmin, client can not connect. Server has been restarted several times since.

netstat -a does not show the server listening on 6600.

# service ircd status
ircd: unrecognized service

Should I uninstall hudlite-server and try installing again? If so, how?



mrs2r
Posts: 6
Member Since:
2008-11-18
UPDATE I upgraded to

UPDATE

I upgraded to hudlite-server version 2 using the package, restarted the server, and HUD clients are now able to connect.



akamarinos
Posts: 2
Member Since:
2008-11-20
SkykingOH thanx very

SkykingOH

thanx very much
you really helped me a lot



SkykingOH
Posts: 9541
Member Since:
2007-12-17
Um - You're welcome, however

Um - You're welcome, however it does not appear that I did anything.

--

Scott

aka "Skyking"



TKowalewski
Posts: 1
Member Since:
2009-09-29
how I fixed my hudlite issue

I had a similar problem: hud server was officially running, though no connection on port 6600 was possible. I found out that the ircd-configfile /etc/ircd/ircd.conf was only readable by root and so the ircd refused to start.

Fixed permissions and it started working.



rbescalicas
Posts: 10
Member Since:
2009-03-21
Trixbox ce 2.8.0 Hudlite client wont connect to hud server

My Hudclient configuration:

Extension:
Username: sip8000
Passwrod: from hudlite admin

Advance Settings:
Server Name: My trixbox IP address xxx.xxx.xxx.xxx
Server Password: My trixbox password
Server Port: 6600
Login timeout:30
Relogin pause: 5
Park pause 9000

[trixbox1.localdomain ~]# netstat -a |grep 6600

tcp 0 0 *:6600 *:* LISTEN
tcp 0 0 trixbox1.localdomain:50129 trixbox1.localdomain:6600 ESTABLISHED
tcp 0 0 trixbox1.localdomain:6600 trixbox1.localdomain:50129 ESTABLISHED
unix 3 [ ] STREAM CONNECTED 6600

[trixbox1.localdomain ~]# service ircd status
ircd (pid 2207) is running...

[trixbox1.localdomain ~]# tail /var/log/ircd/ircd.log

[2009/11/27 07.05] Module m_message.so [version: $Revision: 454 $] loaded at 0x3a4000
[2009/11/27 07.05] Module m_mode.so [version: $Revision: 33 $] loaded at 0xca1000
[2009/11/27 07.05] Module m_nick.so [version: $Revision: 222 $] loaded at 0x312000
[2009/11/27 07.05] Module m_part.so [version: $Revision: 454 $] loaded at 0x544000
[2009/11/27 07.05] Module m_quit.so [version: $Revision: 465 $] loaded at 0x156000
[2009/11/27 07.05] Module m_server.so [version: $Revision: 33 $] loaded at 0xc91000
[2009/11/27 07.05] Module m_sjoin.so [version: $Revision: 33 $] loaded at 0xaef000
[2009/11/27 07.05] Module m_squit.so [version: $Revision: 33 $] loaded at 0x158000
[2009/11/27 07.05] Server Ready
[2009/11/27 07.24] System clock is running backwards - (1259277896

It seems my services working fine... but i can't still connect my hudclient to my hudserver.. any suggestion.????? tnx..
rbe



stasghar
Posts: 1
Member Since:
2007-10-26
Hudlite client is connected but extension are showing offline

Hi,
I have TB 2.6.1.3. Hudlite server is running as well hudlite client is also connected but all extensions are showing offline. I am getting following error.

socketError> attempting reconnect to asterisk in 5 seconds
2009-12-31 16:28:53: socketError> Could not keep/initiate a connection with the asterisk mananger interface. Client socket encountered read error 104: Connection reset by peer. Is Aserisk running? Is HUD and your Asterisk manager interface configured properly?

Anyone can help me?

Regards



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.