Page 1 of 1

Error

Posted: Sun Oct 29, 2006 9:46 pm
by Stead
When I try to load Unreal, I get this error:

Code: Select all

* Loading IRCd configuration ..
[error] Unable to create file 'tmp/9264737D.commands.dll': Permission denied
* unrealircd.conf:40: loadmodule modules/commands.dll: failed to load: The specified module could not be found.
 
[error] IRCd configuration failed to load
I believe I figured out the problem, though. The tmp file is set to read-only which I think is the problem. But whenever I unset the read-only and try to load Unrealirc, the tmp file automatically sets itself back to read-only. Any suggestions?

Posted: Sun Oct 29, 2006 10:41 pm
by Jason
Isn't tmp supposed to be a folder, not a file?

Posted: Mon Oct 30, 2006 12:19 am
by SpaceDoG
yes /tmp is supposed to be a directory not a file.

Posted: Mon Oct 30, 2006 2:46 am
by Stead
Where the arrow is pointed is what I'm referring to:
http://img146.imageshack.us/img146/4647/tmpai2.png

Posted: Mon Oct 30, 2006 3:20 am
by SpaceDoG
right click my computer, properties, advanced, environment variables. Make sure TEMP and TMP are both there and that the directory for each exists.

Posted: Mon Oct 30, 2006 3:25 am
by Stead
Both exist. Well both have the same directory.

Posted: Mon Oct 30, 2006 3:43 am
by SpaceDoG
Are you trying to run it as an admin or regular user?

Posted: Mon Oct 30, 2006 3:56 am
by Stead
Regular, but I am the admin

Posted: Mon Oct 30, 2006 12:41 pm
by Syzop
Make sure the 'tmp' directory is writable by the user running the ircd. In fact, make sure the 'Unreal3.2' directory is writable by the user running the ircd ;P.

(the TMP/TEMP env. vars are unused btw)

Posted: Mon Oct 30, 2006 1:07 pm
by SpaceDoG
Well the easiest thing to do would be to run it as an admin correct? Right click Unreal.exe while holding down the shift key. click "Run-as" and put the administrator name/password in there.

Posted: Mon Oct 30, 2006 7:38 pm
by Jason
The proper directory is ./tmp, not /tmp. Windows doesn't even have a /tmp.

Posted: Tue Oct 31, 2006 5:52 am
by Ron2K
This is a tad off-topic, but when I was playing around with the beta of Windows Vista, I got the exact same thing - even with admin privileges. Something to investigate for when everyone upgrades.

Posted: Wed Nov 01, 2006 9:38 pm
by Stead
The entire UnRealIrcd file is set to read only, but also whenever I try to unset that, it automatically resets to read only.