Can't update my Teamspeak 3 Server

Status
Not open for further replies.

Anda

Explorer
Joined
Aug 12, 2015
Messages
63
Hey,

I installed TeamSpeak 3 like that guy here (https://forums.freenas.org/index.php?threads/how-to-install-teamspeak-3-server-into-a-jail.16900/).

I wanted to update now my Server with these commands:

portsnap fetch update

cd /usr/ports/audio/teamspeak3-server/

make deinstall
make reinstall

But then it tells me this: http://puu.sh/oZTB6/793b0d481b.png

root@TS3Server:/ # portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found.
Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done.
Ports tree hasn't changed since last snapshot.
No updates needed.
Ports tree is already up to date.
root@TS3Server:/ #
root@TS3Server:/ # cd /usr/ports/audio/teamspeak3-server/
root@TS3Server:/usr/ports/audio/teamspeak3-server #
root@TS3Server:/usr/ports/audio/teamspeak3-server # make deinstall
"/usr/ports/Mk/bsd.port.mk", line 1166: UNAME_r (10.3-RELEASE) and OSVERSION (90
3000) do not agree on major version number.
root@TS3Server:/usr/ports/audio/teamspeak3-server # make reinstall
root@TS3Server:/usr/ports/audio/teamspeak3-server #


How can I fix that?


Sincerly, TrueTFZ
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
That's not how you update things.

Get portmaster. It's in /usr/ports/ports-mgmt/portmaster.

Once it's installed, do your portsnap fetch update, then do "portmaster teamspeak3-server" or "portmaster -a" to do everything.
 

Anda

Explorer
Joined
Aug 12, 2015
Messages
63
Hey,
i tried to install it but it's still tell me that.

root@TS3Server:/usr/ports/ports-mgmt/portmaster # make clean install
"/usr/ports/Mk/bsd.port.mk", line 1166: UNAME_r (10.3-RELEASE) and OSVERSION (90
3000) do not agree on major version number.
root@TS3Server:/usr/ports/ports-mgmt/portmaster #
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630

Anda

Explorer
Joined
Aug 12, 2015
Messages
63
Im on the latest 9.10.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Im on the latest 9.10.
Yeah I'm having a tough time understanding what still is, and is not, a problem with the jails. Perhaps @jkh will care to weigh in.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Yeah I'm having a tough time understanding what still is, and is not, a problem with the jails. Perhaps @jkh will care to weigh in.
I haven't followed it closely, but I think that it's now supposed to just work (tm)? Some official word on this (or thorough volunteer work) would be nice.
 

maglin

Patron
Joined
Jun 20, 2015
Messages
299
Did you do a
Portsnap fetch update
First?

If you have never fetched your portsnap you need to run

Portsnap fetch extract

Hope this helps you.


Sent from my iPhone using Tapatalk
 
Status
Not open for further replies.
Top