PDA

View Full Version : Moving TeamSpeak


ThorGoLucky
27-06-2006, 23:27
Hi, I need to move my TeamSpeak_RC2 directory to a different partition. I did a recursive copy and updated the permissions...

mkdir /var/TeamSpeak_RC2
cp -r /usr/sbin/TeamSpeak_RC2/* /var/TeamSpeak_RC2
chown -R teamspeak /var/TeamSpeak2_RC2
chgrp -R teamspeak /var/TeamSpeak2_RC2
chmod -R 700 /var/TeamSpeak2_RC2

The server starts okay, but nobody can login and I cannot login as the superadmin. I checked the mysql ts2_clients table and it still has the user records.

Any suggestions? Thanks!

ThorGoLucky
28-06-2006, 02:54
Ah-ha, for some reason the mysql configuration was missing from server.ini

All is well.