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.

Eggdrop refuses to make/save userfile

General support and discussion of Eggdrop bots.
Post Reply
M
MemorX
Voice
Posts: 1
Joined: Sun Apr 08, 2007 9:04 pm

Eggdrop refuses to make/save userfile

Post by MemorX »

Hi,

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)
I then "register" with the bot, and all is well, but when I try to save the userfile using ".save" the bot answers:

<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)

I also tried the ./eggdrop -ntm levelzero.conf command, and it gave this result:

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!

Does anyone know why my eggdrop refuses to create, write or save its userfile?

All help is apreciated.

[/code]
Last edited by MemorX on Sun Apr 08, 2007 9:38 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Your Eggdrop is not being able to edit/create files, check the permissions on your shell/box. (A forum search is helpful as well)
Post Reply