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.
bkulaga
Voice
Posts: 8 Joined: Sun May 27, 2007 12:48 am
Post
by bkulaga » Mon May 28, 2007 9:34 pm
[12:50] * CAN'T WRITE TO TEMP DIR
ok so after many diffrent errors, i finally get this one...
i did everythin i edit my config file, i ran make install, EVERYTHING
when i run ./configure -m Aten53.conf (my config) everything goes well but i get the error showed above.
so.. if someone would be helpfull and tell me what i did wrong..
YooHoo
Owner
Posts: 939 Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast
Post
by YooHoo » Mon May 28, 2007 9:47 pm
Code: Select all
# Set here a place to store temporary files.
set temp-path "/tmp"
make sure this is set correctly
DragnLord
Owner
Posts: 711 Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA
Post
by DragnLord » Mon May 28, 2007 11:07 pm
create a tmp directory within the eggdrop installation (example: $HOME/eggdrop/tmp) and use
in the configuration file, this is a guaranteed fix for shells that do not have write access to /tmp
bkulaga
Voice
Posts: 8 Joined: Sun May 27, 2007 12:48 am
Post
by bkulaga » Tue May 29, 2007 6:29 pm
Thank you!!
Solved