Posts Tagged ‘Beta’

Teamspeak 3 Server: instance check error

December 20th, 2009 by Andreas - Posted in Linux, Server

Teamspeak 3 Beta1 is out and there are some problems running it under Linux. I wrote a step by step howto to set up a ts3 server on linux.

HowTo:

First you have to create a user which runs the ts3 server (root is a bad idea):

useradd ts3

After this change to the user and move to his home directory:

su ts3
cd ~

Download and extract the Teamspeak 3 server (this is the 64bit version):

wget http://ftp.4players.de/pub/hosted/ts3/releases/beta-1/teamspeak3-server_linux-amd64-3.0.0-beta1.tar.gz
tar zxvf teamspeak3-server_linux-amd64-3.0.0-beta1.tar.gz

Now move to the extracted folder and start the Teamspeak 3 server:

cd teamspeak3-server_linux-amd64
./ts3server_linux_amd64 &

Write down the user name and password which is shown on the screen for server admin rights. The first log file under /logs in the ts3 server folder contains the admin token. This token can be used once to register a user with admin rights.

Problems:

2009-12-20 10:49:39.852960|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta1 [Build: 9366]
2009-12-20 10:49:39.890852|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
2009-12-20 10:49:39.891284|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.4
2009-12-20 10:49:39.971083|WARNING |Accounting    |   | Unable to find valid license key, falling back to limited functionality
2009-12-20 10:49:40.312599|ERROR   |Accounting    |   | failed to register accounting service
2009-12-20 10:49:40.318183|ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: instance check error

If you are not able to start the ts3 server (after you started is with root rights or with another users), empty the /tmp server. Teamspeak 3 creates a lock file to check if the service runs.

[strace error information]
...
unlink("/tmp/7gbhujb54g8z9hu43jre8")    = -1 EPERM (Operation not permitted)
open("/tmp/7gbhujb54g8z9hu43jre8", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0777) = -1 EEXIST (File exists)
...

Tags: , , , , , ,
1 Stars2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Miranda IM – DotnineEdition v1.72 & 2.03 (Beta) released

June 3rd, 2009 by Andreas - Posted in Miranda IM

Two new versions of Miranda IM – DotnineEdition are released. Both versions will fix a problem with embedded youtube links which can cause a reset.

You have to uninstall the old version of Miranda IM – DotnineEdition (beta or stable) and reinstall the new version. There is no need to install a new database you can use your old one. The new database has only some presets for the new smileyadd plugin (only in beta release).

Fix:
- Plugin emoticons is replaced by smileyadd

Download: http://miranda.dotninesoft.de/.


Tags: , , , , , , ,
1 Stars2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Miranda IM – DotnineEdition v2.02 (Beta) released

June 2nd, 2009 by Andreas - Posted in Miranda IM

A new version of Miranda IM – DotnineEdition (Beta) is released.

This version uses the new Miranda IM Core 0.8.0 Preview Release #2 which fixes a critical bug in file transfers that was introduced in preview release 1. Plugins are also updated to their newest version.

Download at http://miranda.dotninesoft.de/.


Tags: , , , , , , ,
1 Stars2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Miranda IM – DotnineEdition v1.71 & 2.01 (Beta) released

May 21st, 2009 by Andreas - Posted in Miranda IM

Two new versions of Miranda IM – DotnineEdition are released.

Release v1.71:
- The installer will now remember previous installer selections

Beta v2.01:
- Updated to Miranda IM Core 0.8.0 (alpha) build #34
- Updated several plugins
- Added twitter protocol
- Changed database
- The installer will now remember previous installer selections

Also the screen shot on the page is also updated to show the new beta v2.01.

Download: http://miranda.dotninesoft.de/.


Tags: , , , , ,
1 Stars2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...