Search found 108 matches

by Hazz
Sat Jul 02, 2011 12:47 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Ok I'll do that when the servers are less busy.

Thanks.

Could you still tell me what you did with the permissions to get the updater to work? Would be helpful for mine and others future reference.
by Hazz
Sat Jul 02, 2011 5:48 am
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Thanks. Updating seems to be working now.

What permissions/groups did you set to the server files?

I have an FTP setup to the game server files so I can easily update plugins, but now I can't write files via FTP.
by Hazz
Fri Jul 01, 2011 5:19 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Yep, I set all the game files to the permissions I listed above.
by Hazz
Fri Jul 01, 2011 1:08 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

What file?

I've set the game server files and the /var/www/Steam folder/files to the following:

chgrp -R www-data /serverpath
chmod -R g+rwx /serverpath
by Hazz
Fri Jul 01, 2011 4:32 am
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

The definition ID is 1. That means it isn't running in remote mode right?
by Hazz
Thu Jun 30, 2011 4:20 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

I'm not sure whether the monitor is running in remote mode. It shouldn't be as I'm running just one dedicated box. How can I verify whether the monitor is running in remote mode or not?
by Hazz
Thu Jun 30, 2011 9:44 am
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

What do you mean exactly?

I'm simply clicking the update button in the panel while the server is offline.
by Hazz
Wed Jun 29, 2011 5:04 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Ok, I applied the following permissions/group to my game install: chgrp -R www-data /serverpath chmod -R g+rwx /serverpath And I get the following now when updating via the panel: Checking bootstrapper version ... Updating Installation Updating 'Team Fortress 2 Content' from version 251 to version 2...
by Hazz
Fri Jun 24, 2011 10:12 am
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Tried adding the actual directory, still not working. It does update the servers partially and the update process finishes like it usually would. Doing it through command line works fine. Am I suppose to put anything in the /var/www/Steam folder? EDIT: Found something else. When updating through the...
by Hazz
Sat Jun 18, 2011 5:05 am
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Re: Updating HL2

Code: Select all

-command update -game tf -dir . -verify_all
Tried it with and without the -verify_all
by Hazz
Fri Jun 17, 2011 6:13 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 24
Views: 14192

Updating HL2

Ok, it appears it isn't working correctly. The update runs ok after doing those group permission changes Masher. However the update tool via the panel always says the installation is up to date, I've double checked all the paths to the server files and they are fine. When running the update tool wit...
by Hazz
Fri Jun 10, 2011 8:21 am
Forum: UGCC Support
Topic: Linux TS3
Replies: 3
Views: 3505

Re: Linux TS3

Working, thanks. :D

Think you need to update the part about changing the query permissions, looks like it has changed with the recent TS3 updates.
by Hazz
Fri Jun 10, 2011 8:04 am
Forum: UGCC Support
Topic: Linux TS3
Replies: 3
Views: 3505

Re: Linux TS3

Ok thanks, I'll give that a go. :)
by Hazz
Thu Jun 09, 2011 6:18 pm
Forum: UGCC Support
Topic: Linux TS3
Replies: 3
Views: 3505

Linux TS3

Having some trouble getting TS3 to run through UGCC on Ubuntu. (Just moved from Windows so new to Linux)

What start up script do I use?

What else do I need to do?
by Hazz
Thu Jun 09, 2011 6:08 pm
Forum: UGCC Support
Topic: Updating HL2
Replies: 7
Views: 5470

Re: Updating HL2

I did some testing, and after doing the following it worked from scratch. Before doing this, I was getting the exact same behavior you had reported. I removed /var/www/Steam and /var/www/.steam before each test to be doubly sure. Hope it helps. chgrp -R www-data /var/www chmod -R g+rw /var/www Work...