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.
General support and discussion of Eggdrop bots.
-
mardi_soir
- Voice
- Posts: 2
- Joined: Fri Jun 15, 2007 9:16 am
Post
by mardi_soir »
hello
i get this message
[15:00] Writing user file...
[15:00] ERROR writing channel file.
it is eggdrop v1.6.18+SSL, on FreeBSD 6.2-STABLE.
i run eggdrop from a user account
it seems to works fine exept this ..
here my eggdrop dir >
Code: Select all
ls -R eggdrop/
eggdrop.conf logs scripts userfile userfile~bak
eggdrop/logs:
chan.log chan2.log
chan.log.yesterday chan2.log.yesterday
eggdrop/scripts:
README.news news.tcl stats
news notice_a_la_connection.tcl
eggdrop/scripts/news:
eggdrop/scripts/stats:
PIPE3.GIF PIPE4.GIF statwww3.02.tcl
[mardi_soir@globule ~]$
thanks for help
-
rosc2112
- Revered One
- Posts: 1454
- Joined: Sun Feb 19, 2006 8:36 pm
- Location: Northeast Pennsylvania
Post
by rosc2112 »
Likely a permission problem.. '.set errorInfo' should give more details (check the faq if you don't have '.set' enabled.)
-
nml375
- Revered One
- Posts: 2860
- Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 »
Since this is not a tcl-error, errorInfo will not hold any relative information.
But basically, there's three posibilities:
- You've chosen a location for your channel-file where you do not have write permissions
- There already exists a file with that path/name, but you don't have write permissions (similar, but not identical to 1.)
- You've run out of filespace quota
You'll need to post your config settings regarding channelfile for us to be able to have any better guesses at your problem.
NML_375
-
mardi_soir
- Voice
- Posts: 2
- Joined: Fri Jun 15, 2007 9:16 am
Post
by mardi_soir »
thanks seems to be fine now ..
in the config file .. i did not set a absolute path ..
with an absolute pass to a correct location with right permissions it seems to work ..
thanks nml375 and rosc2112