[Bug 196945] audio/teamspeak3-server: file input/output error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 20 19:05:55 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196945

            Bug ID: 196945
           Summary: audio/teamspeak3-server: file input/output error
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: adam.gabrys at live.com
                CC: hirner at bitfire.at
             Flags: maintainer-feedback?(hirner at bitfire.at)
                CC: hirner at bitfire.at

Created attachment 151918
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151918&action=edit
Client logs

Hi,
I cannot open File Browser from client.

Environment:
 uname -a
   FreeBSD hostname 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11
21:02:49 UTC 2014     root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC
 amd64

 pkg version -v | grep teamspeak
   teamspeak3-server-3.0.11,1         =   up-to-date with index

 cat /etc/rc.conf | grep teamspeak
   teamspeak_enable="YES"

 TeamSpeak Client 3.0.16 (04-08-2014 15:42:43) Windows 8.1 x64


Logs:
  root at ftp:/var/db/teamspeak # sudo -u teamspeak
/usr/local/libexec/teamspeak_server
dbsqlpath=/usr/local/share/teamspeak/server/sql/ inifile=/
  2015-01-20 18:48:53.438734|INFO    |ServerLibPriv |   | TeamSpeak 3 Server
3.0.11 (2014-09-29 15:33:46)
  2015-01-20 18:48:53.441273|INFO    |ServerLibPriv |   | SystemInformation:
FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 2
  2015-01-20 18:48:53.457090|INFO    |DatabaseQuery |   | dbPlugin name:   
SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
  2015-01-20 18:48:53.458370|INFO    |DatabaseQuery |   | dbPlugin version:
3.6.21
  2015-01-20 18:48:53.462739|INFO    |DatabaseQuery |   | checking database
integrity (may take a while)
  2015-01-20 18:48:53.709241|WARNING |Accounting    |   | Unable to find valid
license key, falling back to limited functionality
  2015-01-20 18:49:00.309634|INFO    |              |   | Puzzle precompute
time: 6482
  2015-01-20 18:49:00.310902|INFO    |FileManager   |   | listening on
0.0.0.0:30033
  2015-01-20 18:49:00.459904|INFO    |VirtualServer |  1| listening on
0.0.0.0:9987
  2015-01-20 18:49:00.460872|INFO    |CIDRManager   |   | updated
query_ip_whitelist ips: 127.0.0.1,
  2015-01-20 18:49:00.462662|INFO    |Query         |   | listening on
0.0.0.0:10011
  2015-01-20 18:49:03.956803|INFO    |VirtualServerBase|  1| client connected
'agabrys'(id:109) from XXX.XXX.XXX.XXX:64282
  2015-01-20 18:49:19.891924|ERROR   |FileListManager|   | caught exception
getting filelist(exists) for 'files/virtualserver_1/channel_25/':
locale::facet::_S_create_c_locale name not valid
  2015-01-20 18:49:20.753620|ERROR   |FileListManager|   | caught exception
getting filelist(exists) for 'files/virtualserver_1/channel_25/':
locale::facet::_S_create_c_locale name not valid

I found a similar problem on the forum TeamSpeak:
http://forum.teamspeak.com/showthread.php/107260-file-input-output-error

Solution:
 append line
   export LC_ALL="C"
 under
   load_rc_config $name
 in file
   /usr/local/etc/rc.d/teamspeak

solved the problem

Best regards,
   Adam Gabryś

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list