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.

can't get eggdrop to stay started

General support and discussion of Eggdrop bots.
Post Reply
d
digacid
Voice
Posts: 2
Joined: Tue Oct 12, 2010 5:55 am

can't get eggdrop to stay started

Post by digacid »

So, i've run eggdrop with -mn and I cannot seem to get it working correctly... It just terminates with no reason after I run it. This is a FreeBSD install from ports.

Ktrace has an unlink followed by a "no such file or directory" near the bottom of it, but this seems to be the only problem I can find. Does anyone have any suggestions?


94329 eggdrop CALL open(0x801451260,O_WRONLY|O_CREAT|O_TRUNC,S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
94329 eggdrop NAMI "/home/acid/eggdrop/bot.chan"
94329 eggdrop RET open 6
94329 eggdrop CALL close(0x6)
94329 eggdrop RET close 0
94329 eggdrop CALL clock_gettime(0xd,0x7fffffffdab0)
94329 eggdrop RET clock_gettime 0
94329 eggdrop CALL write(0x1,0x5592a0,0x66)
94329 eggdrop GIO fd 1 wrote 102 bytes
"[09:11] * STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
"
94329 eggdrop RET write 102/0x66
94329 eggdrop CALL close(0x3)
94329 eggdrop RET close 0
94329 eggdrop CALL close(0x4)
94329 eggdrop RET close 0
94329 eggdrop CALL unlink(0x55bc20)
94329 eggdrop RET unlink -1 errno 2 No such file or directory
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdfc0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdf70)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdf70)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdf70)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdf70)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_BLOCK,0x8006841a0,0x7fffffffdf70)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL sigprocmask(SIG_SETMASK,0x8006841b0,0)
94329 eggdrop RET sigprocmask 0
94329 eggdrop CALL exit(0x1)



*Note, I've double and triple checked my paths... I cannot find any file listed that is not created with permissions of 777.
d
digacid
Voice
Posts: 2
Joined: Tue Oct 12, 2010 5:55 am

Post by digacid »

So turns out when I went back to the default config, this didn't happen. I started back over from scratch and it all works now.
Post Reply