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.

wow, i am unlucky

General support and discussion of Eggdrop bots.
Post Reply
b
bkulaga
Voice
Posts: 8
Joined: Sun May 27, 2007 12:48 am

wow, i am unlucky

Post by bkulaga »

[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..
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Code: Select all

# Set here a place to store temporary files.
set temp-path "/tmp"
make sure this is set correctly
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

create a tmp directory within the eggdrop installation (example: $HOME/eggdrop/tmp) and use

Code: Select all

set temp-path "tmp/"
in the configuration file, this is a guaranteed fix for shells that do not have write access to /tmp
b
bkulaga
Voice
Posts: 8
Joined: Sun May 27, 2007 12:48 am

Fixed

Post by bkulaga »

Thank you!!
Solved
Post Reply