Results 1 to 15 of 18
Thread: [SOLVED] beta 15 server crash
-
18-01-2010, 21:36 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY, USA
- Posts
- 14
[SOLVED] beta 15 server crash
The server starts up for a few seconds, then just closes. Here are the contents of the log:
How can I fix this issue?Code:2010-01-18 21:31:51.078125|INFO |ServerLibPriv | | Server Version: 3.0.0-beta15 [Build: 9884] 2010-01-18 21:31:51.093750|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, (c)TeamSpeak Systems GmbH 2010-01-18 21:31:51.093750|INFO |DatabaseQuery | | dbPlugin version: 3.6.21 2010-01-18 21:31:51.109375|INFO |DatabaseQuery | | checking database integrity 2010-01-18 21:31:52.875000|INFO |Accounting | | Licensing Information 2010-01-18 21:31:52.937500|INFO |Accounting | | type : Non-profit 2010-01-18 21:31:53.062500|INFO |Accounting | | starting date : Wed Dec 23 18:00:00 2009 2010-01-18 21:31:53.187500|INFO |Accounting | | ending date : Thu Dec 23 18:00:00 2010 2010-01-18 21:31:53.437500|INFO |Accounting | | max virtualservers: 10 2010-01-18 21:31:53.531250|INFO |Accounting | | max slots : 512 2010-01-18 21:31:54.093750|CRITICAL|PermissionMgr | | SERVERINSTANCE_TEMPLATE_SERVERADMIN_GROUP points to an not available sgid: 3
-
18-01-2010, 22:20 #2
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
-
18-01-2010, 22:42 #3
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY, USA
- Posts
- 14
Crap.
Can anyone be so kind as to give me a nice little SQL query that'll restore the server admin template group?, or both template groups for that matter.
-
19-01-2010, 03:51 #4
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY, USA
- Posts
- 14
Well, got it fixed. Turns out I had to export the sqlite database into an sql file, reinstall the server, and run a query of all the INSERT lines into the newly created database. That sucked, and I will never delete group templates again.
-
19-01-2010, 07:54 #5
-= TeamSpeak Addict =-
- Join Date
- Dec 2007
- Location
- Austria,Linz
- Posts
- 220
Have you deleted the old database?, or have you imported the new database into the old ?
-
19-01-2010, 13:31 #6
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY, USA
- Posts
- 14
imported the old into the new
-
20-01-2010, 08:04 #7
-= TeamSpeak Addict =-
- Join Date
- Dec 2007
- Location
- Austria,Linz
- Posts
- 220
with sqliteman ?
-
20-01-2010, 19:07 #8
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- NY, USA
- Posts
- 14
sqlitebrowser
I had to export the old to an sql file, then go through it with notepad and delete every line that wasn't an INSERT line.
Then, open the new ts database in sqlitebrowser, go over to the SQL query tab, and past all the code that's in that edited sql file.
-
21-01-2010, 00:52 #9
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Utah
- Posts
- 114
Can someone help me fix this using mysql?
I have a .sql of my database and of a new install database. What sql command do I need to run to fix the missing groups?
-
21-01-2010, 01:07 #10
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2004
- Location
- RF
- Posts
- 1,693
If you already have new database created by b15 server, just import server data from a backup SQL. (I.e. don't delete/create tables)
-
21-01-2010, 01:17 #11
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Utah
- Posts
- 114
When I try to upload the edited sql I get this error.
Code:Error SQL query: -- -------------------------------------------------------- -- -- Table structure for table `bindings` -- -- -- Dumping data for table `bindings` -- INSERT INTO `bindings` ( `binding_id` , `ip` , `type` ) VALUES ( 1, '0.0.0.0', 0 ) , ( 2, '0.0.0.0', 1 ) , ( 3, '0.0.0.0', 2 ) ; MySQL said: Documentation #1062 - Duplicate entry '1' for key 'PRIMARY'
-
21-01-2010, 01:29 #12
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Portugal
- Posts
- 506
I got that also when doing some tests converting sqlite database in mysql. I solved that by removing all the "DROP" and "CREATE" lines in the SQL file (so, all but all the INSERT lines) and cleaning all the tables (not deleting), with "TRUNCATE" command ("truncate table 'tablename';").
-
21-01-2010, 01:41 #13
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Utah
- Posts
- 114
Isn't there a way of adding the missing groups to my existing database?
This entire merging thing isn't working very well for me..
-
21-01-2010, 01:50 #14
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Utah
- Posts
- 114
I got my channels back by deleting the channels and channel permissions tables in my database, importing those from the good database. That's good enough for me. I don't need the rest of the server group permissions or other changes.
Would doing this with the channels cause any problems?
EDIT: This didn't save any permissions per channel.Last edited by xcalibur; 21-01-2010 at 02:07.
-
21-01-2010, 14:36 #15
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2004
- Location
- RF
- Posts
- 1,693
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Linux server startup script!
By mancert in forum Linux / FreeBSDReplies: 159Last Post: 24-09-2011, 16:51 -
TS3 server - initial install issues - please add comments here
By mrwoo in forum WindowsReplies: 1Last Post: 13-05-2010, 02:46 -
Server Issue's When PC Reboots
By gokub27 in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 14-09-2006, 21:32 -
TS2 Linux Server per webscript starten
By -OSAMBA-Michel in forum [TeamSpeak 2] Server SupportReplies: 17Last Post: 16-09-2005, 13:08 -
Scheisse habe QDSL alles geht nur keine REG
By Creeper in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 29-08-2002, 09:06



