This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

stats.mod and livestats: Cannot open listening socket for ht

Discussion of Eggdrop's code and module programming in C.
Post Reply
s
strcat
Voice
Posts: 2
Joined: Wed Jun 23, 2010 9:08 am

stats.mod and livestats: Cannot open listening socket for ht

Post by strcat »

Hi,
ii've installed eggdrop v1.6.19+ctcpfix and stats.mod v1.4.0.dev20 and it works (means !top10, !stat, .. works without any problems). But livestats wont work

Code: Select all

$ ./eggdrop
Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[04:46] --- Loading eggdrop v1.6.19+ctcpfix (Fri Jun 25 2010)
[04:46] Listening at telnet port 3334 (all).
[04:46] Modul geladen: blowfish
[04:46] Modul geladen: dns
[04:46] Modul geladen: channels
[04:46] Modul geladen: server
[04:46] Modul geladen: ctcp
[04:46] Modul geladen: irc
[04:46] Modul geladen: transfer         (mit Sprach-Unterstuetzung)
[04:46] Modul geladen: notes            (mit Sprach-Unterstuetzung)
[04:46] Modul geladen: console          (mit Sprach-Unterstuetzung)
[04:46] Modul geladen: uptime
[04:46] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[04:46] use '.help userinfo' for commands.
[04:46] Filmzitatescript von DiaVoluS geladen und entsichert!
[04:46] incith-acronym-r128: loaded.
[04:46] Stats.mod v1.4.0 dev20 loaded.
[04:46] Modul geladen: stats
[04:46] Loading language "en" from language/stats.en.lang...
[04:46] Loading language "de" from language/stats.de.lang...
[04:46] ERROR! Cannot open listening socket for httpd!
[04:46] Loading template 'root' from 'templates/stats/classic/root.tpl'...
[04:46] Loading template 'navbar' from 'templates/stats/classic/navbar.tpl'...
[04:46] Loading template 'top' from 'templates/stats/classic/top.tpl'...
[04:46] Loading template 'toptable' from 'templates/stats/classic/toptable.tpl'...
[04:46] Loading template 'custom_top' from 'templates/stats/classic/custom_top.tpl'...
[04:46] Loading template 'chan' from 'templates/stats/classic/chan.tpl'...
[04:46] Loading template '404' from 'templates/stats/classic/404.tpl'...
[04:46] Loading template 'misc' from 'templates/stats/classic/misc.tpl'...
[04:46] Loading template 'channel_load' from 'templates/stats/classic/channel_load.tpl'...
[04:46] Loading template 'topics' from 'templates/stats/classic/topics.tpl'...
[04:46] Loading template 'urls' from 'templates/stats/classic/urls.tpl'...
[04:46] Loading template 'hosts' from 'templates/stats/classic/hosts.tpl'...
[04:46] Loading template 'kicks' from 'templates/stats/classic/kicks.tpl'...
[04:46] Loading template 'wordstats' from 'templates/stats/classic/wordstats.tpl'...
[04:46] Loading template 'facts' from 'templates/stats/classic/facts.tpl'...
[04:46] Loading template 'userlist' from 'templates/stats/classic/userlist.tpl'...
[04:46] Loading template 'user' from 'templates/stats/classic/user.tpl'...
[04:46] Loading template 'onchan' from 'templates/stats/classic/onchan.tpl'...
[04:46] Loading template 'graphs' from 'templates/stats/classic/graphs.tpl'...
[04:46] Loading template 'credits' from 'templates/stats/classic/credits.tpl'...
[04:46] Loading template 'userlogin' from 'templates/stats/classic/userlogin.tpl'...
[04:46] Loading template 'usersettings' from 'templates/stats/classic/usersettings.tpl'...
[04:46] ERROR parsing parameters: missing '"'! (New Password" --)
[04:46] Loading template 'login_error' from 'templates/stats/classic/loginerror.tpl'...
[04:46] Loading template 'password_emailed' from 'templates/stats/classic/password_emailed.tpl'...
[04:46] Loading language "en" from templates/stats/classic/classic.en.lang...
[04:46] Loading language "de" from templates/stats/classic/classic.de.lang...
[04:46] Userfile loaded, unpacking...
[04:46] === foobabe: 2 channels, 2 users.
Launched into the background  (pid: 22132)
I think the problem is [04:46] ERROR! Cannot open listening socket for httpd! but i've no idea who i can fix it.
My stats.conf can be found at http://pastebin.com/z9TgameZ

TIA
Christian
s
strcat
Voice
Posts: 2
Joined: Wed Jun 23, 2010 9:08 am

Post by strcat »

PEBKAC! stats.mod was allready listening on :8033. A "kill -9 oldeggdrop-pid", "kill active-aggdrop-pid" and "./eggdrop" resolve this problem.
Post Reply