[error] Unable to create file 'tmp/***.commands.dll': P
[error] Unable to create file 'tmp/***.commands.dll': P
Anyone able to advise on overcoming this error?
the *** means a different name / file each time.
Also end says "Permission Denied".
3.2.2 = Version
Windows
Thoughts = Appreciated
the *** means a different name / file each time.
Also end says "Permission Denied".
3.2.2 = Version
Windows
Thoughts = Appreciated
You did a normal install, didn't move the unrealircd directory or something around etc?
If not, then it still sounds as permissions....
Do you run unreal as a service? If so, make sure the SYSTEM user can also read/write in that directory.
If all of that still didn't work, you can try tracing down the error with something like FileMon :p.
If not, then it still sounds as permissions....
Do you run unreal as a service? If so, make sure the SYSTEM user can also read/write in that directory.
If all of that still didn't work, you can try tracing down the error with something like FileMon :p.
lol sorry Syzop.... had a long day and was tired.Syzop wrote:You did a normal install, didn't move the unrealircd directory or something around etc?
If not, then it still sounds as permissions....
Do you run unreal as a service? If so, make sure the SYSTEM user can also read/write in that directory.
If all of that still didn't work, you can try tracing down the error with something like FileMon :p.
im running unreal as a program not a service (checked proccesses and it anit showing as a service. shows my userid on pc as in use for that proggie)
ill attempt that link in a few days and get back to here if i dont have any luck
Just because you are logged in as the Admin doesn't mean you have read/write access to everything.
I'm running XP Pro and Unreal3.2.2 and it works perfectly. All I did was installed, copied my old config file over and started it.
I'm running XP Pro and Unreal3.2.2 and it works perfectly. All I did was installed, copied my old config file over and started it.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
by your previous statement I was understanding you thought you have full read/write access just because your the admin. I'm simply saying that's not true.John{C} wrote:Yeah i wasn't trying to say it gives me full access. I was just trying to figure out if there was a bug regarding XP or whatever to help the next person who has this prob.
Glad yours works!
Ok, next ..... lol
Also, since you only the 2nd person to report this I doubt it's an XP bug. (This is why I said mine worked, wasn't to impress you.)
3rd, you should check the permissions to ensure that you do indeed have permissons to the tmp/ directory because that's exactly what "Permission Denied" means ... the user trying to run/access the file/directory don't have sufficient access.
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ
I agree with everything you are saying katsklaw. The only thing diff that i can see is i'm using home and not pro, but that shouldn't really be an issue. I really don't think it's an XP bug as i know a lot of people use Unreal on XP. I'll try a quick setup on one of my XP Pro machines over the next few days if needs be to make sure.
Thanks for your input thus far...
Thanks for your input thus far...
Ok its seems Syzop and myself have found a solution to this problem. It works for me so hopefully anyone else with this issue with be able to sort it. It is as the error says to do with permissions.
Initially we checked the 'cacls' which looked like this (on my machine anyway):
> C:\Program Files\Unreal3.2>cacls tmp
> C:\Program Files\Unreal3.2\tmp BUILTIN\Users:R
> BUILTIN\Users:(OI)(CI)(IO)(special
> access:)
> GENERIC_READ
>
> GENERIC_EXECUTE
>
> BUILTIN\Administrators:F
> BUILTIN\Administrators:(OI)(CI)(IO)F
> NT AUTHORITY\SYSTEM:F
> NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
> MYCOMP\User:F
> CREATOR OWNER:(OI)(CI)(IO)F
Ok thats all fine, :F gives you full control to the file, but it still didn't work.
The way we sorted it ws by setting: cacls tmp /G EVERYONE:F
Hope this helps and thanks Syzop for all the help!
Initially we checked the 'cacls' which looked like this (on my machine anyway):
> C:\Program Files\Unreal3.2>cacls tmp
> C:\Program Files\Unreal3.2\tmp BUILTIN\Users:R
> BUILTIN\Users:(OI)(CI)(IO)(special
> access:)
> GENERIC_READ
>
> GENERIC_EXECUTE
>
> BUILTIN\Administrators:F
> BUILTIN\Administrators:(OI)(CI)(IO)F
> NT AUTHORITY\SYSTEM:F
> NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
> MYCOMP\User:F
> CREATOR OWNER:(OI)(CI)(IO)F
Ok thats all fine, :F gives you full control to the file, but it still didn't work.
The way we sorted it ws by setting: cacls tmp /G EVERYONE:F
Hope this helps and thanks Syzop for all the help!
Do you realize that this command grants Full Control to Everyone? Meaning that anyone capable of logging in to your machine is permitted to read, modify, and delete files in the folder, and even modify the permissions? Since you seem to have it working with that, I strongly suggest that you narrow down those permissions as much as possible.John{C} wrote:The way we sorted it ws by setting: cacls tmp /G EVERYONE:F