[*] HUDlite

Paul root at nizon.ca
Thu Jun 7 16:31:00 CDT 2007


I haven't had it "flood out" on IRC but if you used hybrid ircd look in
/etc/ircd-hybrid/ircd.conf for this:
class {
        /* name: the name of the class.  classes are text now */
        name = "users";

Down a few lines you'll find
sendq = something;

Make that bigger.
Also find:
throttle_time = something;

make it throttle_time = 0;

That might fix your flood issues.




-----Original Message-----
From: asterisk-bounces at muug.mb.ca [mailto:asterisk-bounces at muug.mb.ca] On
Behalf Of John Lange
Sent: Thursday, June 07, 2007 2:25 PM
To: asterisk at muug.mb.ca
Subject: RE: [*] HUDlite

On Wed, 2007-06-06 at 17:10 -0500, Paul wrote:
> Try ./hudlite-server -debug2

Hey thanks! I was able to sort out the various problems.

And yes, most of them are perl module related. HUD requries many more
perl dependencies than what are listed in the docs.

But the bigger problem is the packaging. It uses a "perl2exe" to turn
the perl into a binary (so they can keep the source code secret). The
problem is this also wraps perl into it using whatever the settings were
on the machine where it was created including the all important @INC
variable.

So its keeps looking for /usr/lib/perl5/5.8.5 but all my stuff is
in /usr/lib/perl5/5.8.8.

About a dozen symlinks later I was able to get it to start.

Now a new problem. hudlite-server keeps flooding itself off IRC.

But I'll post that question to MUUG.

John

> It should produce some more info, probably more perl stuff (which is the
> problem I had).
> 
> -----Original Message-----
> From: asterisk-bounces at muug.mb.ca [mailto:asterisk-bounces at muug.mb.ca] On
> Behalf Of John Lange
> Sent: Wednesday, June 06, 2007 2:58 PM
> To: Asterisk SIG
> Subject: [*] HUDlite
> 
> HUD lite looked quite impressive but so far my experience has been that
> you had better use it with Trixbox because otherwise its basically not
> possible to get it running on a stand-alone installation.
> 
> As mentioned at the meeting it requires hudlite-server. hudlite-server
> isn't really available other than as a CentOS rpm that appears to be in
> an early beta state. I could not get it run under SUSE.
> 
> I managed to satisfy the perl modules it needed and install the IRC
> server(??!?) but now it just runs and dies without logging or reporting
> any errors.
> 
> I did an "strace" and found its looking for a mystery
> "/var/adm/bin/astwatch.pl" which doesn't exist but there is no way to
> know if this is the fatal problem.
> 
> All I know for sure is it never gets to the point where it tries to
> connect to asterisk or the IRC server.
> 
> In addition to all the above problems there is no current documentation
> and the perl code is not open source and is in binary form so no hope of
> debugging.
> 
> I'm tempted to do a trixbox install in an attempt to learn what it
> requires to run but that seems like too much effort.
> 
> If anyone has any suggestions let me know.
> 
> John
> 
> _______________________________________________
> Asterisk mailing list
> Asterisk at muug.mb.ca
> http://www.muug.mb.ca/mailman/listinfo/asterisk
> 
> _______________________________________________
> Asterisk mailing list
> Asterisk at muug.mb.ca
> http://www.muug.mb.ca/mailman/listinfo/asterisk
> 
-- 
John Lange
Epic Information Solutions
p: (204) 975 7113

_______________________________________________
Asterisk mailing list
Asterisk at muug.mb.ca
http://www.muug.mb.ca/mailman/listinfo/asterisk



More information about the Asterisk mailing list