I am new too Eggdrop, and am trying to run this on my Debian server. I have followed the guide on egghelp.org, but I cant get my Eggdrop to save the userfile.
In the config, this is the userfile settings:
set userfile "levelzero.user"
set userfile-perm 0600
This is what the shell says when i run ./eggdrop -m levelzero.conf.
Code: Select all
memorx@embla:~/botdir$ ./eggdrop -m levelzero.conf
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[03:59] --- Loading eggdrop v1.6.18 (Mon Apr 9 2007)
[03:59] Listening at telnet port 3836 (all).
[03:59] Module loaded: dns
[03:59] Module loaded: channels
[03:59] Module loaded: server
[03:59] Module loaded: ctcp
[03:59] Module loaded: irc
[03:59] Module loaded: notes (with lang support)
[03:59] Module loaded: console (with lang support)
[03:59] Module loaded: blowfish
[03:59] Module loaded: uptime
[03:59] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[03:59] use '.help userinfo' for commands.
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg LevelZero hello
This will make the bot recognize you as the master.
[03:59] === LevelZero: 0 channels, 0 users.
* Warning! Could not write pid.LevelZero file!
Launched into the background (pid: 920)
<LevelZero> [03:03] ERROR writing user file.
And when I use ".die" and restart the bot with ./eggdrop levelzero.conf this is what happens:
Code: Select all
memorx@embla:~/botdir$ ./eggdrop levelzero.conf
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[04:14] --- Loading eggdrop v1.6.18 (Mon Apr 9 2007)
[04:14] Listening at telnet port 3837 (all).
[04:14] Module loaded: dns
[04:14] Module loaded: channels
[04:14] Module loaded: server
[04:14] Module loaded: ctcp
[04:14] Module loaded: irc
[04:14] Module loaded: notes (with lang support)
[04:14] Module loaded: console (with lang support)
[04:14] Module loaded: blowfish
[04:14] Module loaded: uptime
[04:14] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[04:14] use '.help userinfo' for commands.
[04:14] * USER FILE NOT FOUND! (try './eggdrop -m levelzero.conf' to make one)
Code: Select all
[04:33] Trying server oslo.no.eu.undernet.org:6667
[04:33] Connected to oslo.no.eu.undernet.org
[04:33] -NOTICE- *** Checking Ident
[04:33] -NOTICE- *** No ident response
[04:33] -NOTICE- on 1 ca 1(4) ft 10(10) tr
[04:34] Introduced to MemorX (*!memorx@193.217.177.*)
[04:34] Bot installation complete, first master is MemorX
[04:34] ERROR writing user file.
[04:34] Notefile unreachable!
[04:34] Notefile unreachable!
All help is apreciated.
[/code]