Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2003 19:31:06 +0200 (CEST)
From:      Christoph Weber-Fahr <wefa@pizza.nexgo.lab.arcor.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57289: teamspeak-server port is broken in 3 ways
Message-ID:  <200309271731.h8RHV6hj004520@pizza.nexgo.lab.arcor.de>
Resent-Message-ID: <200309271740.h8RHeEcr096595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57289
>Category:       ports
>Synopsis:       teamspeak-server port is broken in 3 ways
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 10:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Weber-Fahr
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pizza.xxx.xx 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #3: Sat Sep 27 01:28:45 GMT 2003 root@pizza.xxx.xx:/usr/src/sys/compile/PIZZA i386

>Description:

the teamspeak_server port has 3 problems:

1. apparently it can not fetch its source files. You have to put 
   them manually to /usr/ports/distfiles
2. the start script is broken . it assumes a user using it to have
   a /bin/sh like shell, and is therefore useless for manual 
   execution on most systems (this is _not_ an issue of simple
   use of another shell for the start script. It uses su -fm and 
   thereby expects the user's login shell to be bourne-like
3. even if you cure this problem, the port doesn't work. There 
   seems to be some problem with the included sql libraries - it 
   complains not beeing able to create any tables on startup.


>How-To-Repeat:

1. [missing tar balls]
	make fetch
2. [kaput startup script]
        have a root user with /bin/csh as login shell
	cd /usr/local/etc/rc.d
	sh temapeak_server.sh start
        (you get an error message about ambigous redirection, since
        the author uses "su -fm -c 'somecommand >/dev/null 2>&1' " )
3. start teampseak server, check log file

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309271731.h8RHV6hj004520>