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.

/tmp dir problems (dir already changed )

Old posts that have not been replied to for several years.
Locked
g
g-sus23

/tmp dir problems (dir already changed )

Post by g-sus23 »

i have changed the tmp dir to the directory /home/username/tmp;
the dir is chmodded to 777 and the bot still always stops with the errormessage "CAN'T write to tmp dir"
tried other dirs , but always the same error , i am clueless , anyone ideas ?
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: /tmp dir problems (dir already changed )

Post by bobjuh »

g-sus23 wrote:i have changed the tmp dir to the directory /home/username/tmp;
the dir is chmodded to 777 and the bot still always stops with the errormessage "CAN'T write to tmp dir"
tried other dirs , but always the same error , i am clueless , anyone ideas ?
Or the dir isn't there or it had something to do with rights.
g
g-sus23

...

Post by g-sus23 »

The directory is there and accessible for everyone ...
here the configfile ...

set mod-path "modules/"
set help-path "help/"
set text-path "text/"

set temp-path "/home/test/tmp"

loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish

# Start configuring here.
g
g-sus23

Problem solved

Post by g-sus23 »

problem solved,
filesystem was damaged
Locked