PDA

View Full Version : Can't patch or ECE UT2004


Curlydave
October 14th, 2005, 08:40 PM
I just got UT2k4 set up on breezy and have the ece bonus pack and patch. I opened them up in a root browser, and went to unzip them into the ut2k4 folder. It appears to unzip ok, but at the end of both of them it says error overwriting to folder:X for all of the folders, and they end up not installed. What's up? I can't play online without these.

Here's what it looks like:

mv: cannot overwrite directory `/usr/local/games/ut2004/Textures'
mv: cannot overwrite directory `/usr/local/games/ut2004/System'
mv: cannot overwrite directory `/usr/local/games/ut2004/StaticMeshes'
mv: cannot overwrite directory `/usr/local/games/ut2004/Sounds'
mv: cannot overwrite directory `/usr/local/games/ut2004/Maps'
mv: cannot overwrite directory `/usr/local/games/ut2004/Manual'
mv: cannot overwrite directory `/usr/local/games/ut2004/Help'
mv: cannot overwrite directory `/usr/local/games/ut2004/Animations'

Harleen
October 14th, 2005, 10:07 PM
It seems you don't have write privileges on these files. Usually only root is allowed to write outside /home. So you should simply prepend 'sudo' before your unzip command.

xeta
October 15th, 2005, 01:55 AM
Curly please let us know if this is working for you now. (It helps people find fixed)

Curlydave
October 15th, 2005, 03:31 PM
I didn't use a command. I used Archive Manager run from a roote browser.

Harleen
October 16th, 2005, 04:08 AM
I don't know this archive manager, but if it was running as root this should have worked. Maybe you should extract the files to a folder in your home directory first and copy them manually as root afterwards. That shouldn't make any difference, but you may see a more useful message, why the copy fails.

Curlydave
October 16th, 2005, 02:04 PM
I don't know this archive manager, but if it was running as root this should have worked. Maybe you should extract the files to a folder in your home directory first and copy them manually as root afterwards. That shouldn't make any difference, but you may see a more useful message, why the copy fails.

That would probably work, but it's a pain in the *** sorta. I guess I'll have to do that.