ftocc

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

gcans
Posts: 19
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: 3560
Member Since:
2007-12-17
You need to install Hud-lite

You need to install Hud-lite Admin.

--

Scott

aka "Skyking"



gcans
Posts: 19
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: 3560
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: 309
Member Since:
2008-02-21
Quote: Hud-lite is
Quote:
Hud-lite is installed......

hudlite-server != hud-admin



gcans
Posts: 19
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: 309
Member Since:
2008-02-21
service ircd start

service ircd start



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

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



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

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



SkykingOH
Posts: 3560
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: 19
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: 19
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: 3560
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: 19
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: 110
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: 10
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


Comment viewing options

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