Urban Terror Forums: [Dedicated servers] New updater - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

[Dedicated servers] New updater Rate Topic: -----


#2 User is offline   Nikki Icon

  • Account: nikki
  • Main tag: diRf!
  • Country:
  • Joined: 17-April 12
  • Posts: 427

Posted 21 April 2013 - 08:57 PM

Alright, 1 full run-through and it worked on the first try. Thanks for the fix.

#3 User is offline   Spiki Icon

  •   clan leader   
  • Account: spiki
  • Main tag: [b00bs]
  • Country:
  • Joined: 28-February 10
  • Posts: 43

Posted 21 April 2013 - 11:10 PM

I already updated last night with the old updater... but thanks 4 the fix.
I am lucker. no skills at all. ask anyone

I sell frozen jogurt which i call frogurt.

www.b00bs-clan.com .::. youtube.com/b00bsclan .::. [b00bs] TV / Twitch .::. twitter.com/b00bsclan @b00bsclan .::. www.b00bs-clan.com/servers 13 UrT 4.1 + 12 UrT 4.2

#4 User is offline   Runamuk Icon

  • Account: runamuk
  • Joined: 28-February 10
  • Posts: 238

Posted 22 April 2013 - 07:54 PM

I get this error when running this on Ubuntu 10.10

./UrTUpdater_Ded.i386: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./UrTUpdater_Ded.i386)


Any advice? Ia32-libs is installed.

#5 User is offline   Nikki Icon

  • Account: nikki
  • Main tag: diRf!
  • Country:
  • Joined: 17-April 12
  • Posts: 427

Posted 22 April 2013 - 10:50 PM

I had the same issue with Debian and my bash history is quite sloppy...I'll pick through it later and post the steps. It wasn't an ia32-libs problem either as I had that installed as well.

This post has been edited by Nikki: 22 April 2013 - 10:51 PM


bullet_loaderAdvertisement

#6 User is offline   Runamuk Icon

  • Account: runamuk
  • Joined: 28-February 10
  • Posts: 238

Posted 22 April 2013 - 11:38 PM

View PostNikki, on 22 April 2013 - 10:50 PM, said:

I had the same issue with Debian and my bash history is quite sloppy...I'll pick through it later and post the steps. It wasn't an ia32-libs problem either as I had that installed as well.


Never let your bash get sloppy! Alright, I look forward to seeing your fix. I didn't spend a lot of time on it today but from I could tell it could be compiled to work better on all systems. The fixes I did see weren't really feasible for my system at this time. Looking forward to your post.

#7 User is offline   Nikki Icon

  • Account: nikki
  • Main tag: diRf!
  • Country:
  • Joined: 17-April 12
  • Posts: 427

Posted 23 April 2013 - 01:41 AM

View PostRunamuk, on 22 April 2013 - 11:38 PM, said:

Never let your bash get sloppy! Alright, I look forward to seeing your fix. I didn't spend a lot of time on it today but from I could tell it could be compiled to work better on all systems. The fixes I did see weren't really feasible for my system at this time. Looking forward to your post.


lol Considering I'm still learning, everything I touch gets FUBARd. :P

Last night I went back and forth between different forums/suggestions/etc but I just tested a couple steps on another server and all I seemed to have to do was


apt-get update
apt-get upgrade
(still wasn't showing the right version needed)
apt-get install libstdc++6 (this was previously installed, I reinstalled it. I'm assuming you already have it installed as well)

Previous output:
root@fubar:~# strings /usr/lib/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

After:
root@fubar:~# strings /usr/lib/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.4
GLIBC_2.3.2
GLIBC_2.3.4
GLIBCXX_DEBUG_MESSAGE_LENGTH


On the other server, I had gone through the steps with adding the repository listed on a couple forums blah blah but this is all I seemed to need on my other test server so hopefully it works.


Or if someone had an easier fix (although this isn't too bad), let me know. I need all the help i can get. :)

This post has been edited by Nikki: 23 April 2013 - 02:36 AM


#8 User is offline   escapedturkey Icon

Posted 24 April 2013 - 11:24 PM

This will help if you run CentOS:

http://www.linuxques...85/#post4744262

The .deb file is a later version but the instructions remain the same.

I am getting the following error:

Downloading: Quake3-UrT-Ded.exedownload corrupted

#9 User is offline   Nikki Icon

  • Account: nikki
  • Main tag: diRf!
  • Country:
  • Joined: 17-April 12
  • Posts: 427

Posted 25 April 2013 - 01:17 AM

View Postescapedturkey, on 24 April 2013 - 11:24 PM, said:

Downloading: Quake3-UrT-Ded.exedownload corrupted


Just run the updater again. I was having this issue with the old updater (having to run it 8-9 times for it to fully download files). This new one fixed my problem on Debian...haven't seen much other input from others though.



#10 User is offline   escapedturkey Icon

Posted 25 April 2013 - 05:35 PM

Are there any particular ports that need to be opened specifically for the updater? Or rather, what ports does the updater use?

  • (4 Pages)
  • +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Sponsored link
https://www.urbanterror.info/members/donate/


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942