TS3 server on s390x arch?

Wolfie

Active Member
Sep 12, 2015
69
5
80
Is possible to run TS3server on s390x arch? System is RHEL 7.2 (I don't know how to bypass subscription on RHEL official, need help so I can use yum update && yum upgrade).... It says "Cannot execute binary file".....

What shoul I do so I can use TS3 or anything else on that VPS?
 

iAndrewGG

Member
Mar 9, 2016
34
4
40
Afaik yum commands don't work on RHEL? Why don't you just change the OS of the machine to something like Ubuntu or CentOS?
 
Last edited:

Wolfie

Active Member
Sep 12, 2015
69
5
80
This would be so usefull if Icould have the DVD..... This is, I repeat, VPS :) Or, could I use wget (RHEL DVD.iso) for mounting?
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
Check the comments on that post....

S.Aziz says:
March 12, 2016 at 9:37 pm


To mount an ISO file:
mount -t iso9660 -o loop [iso_file_location] [mount_point]

exp:
mount -t iso9660 -o loop /home/aziz/rhel-server-7.0-x86_64-dvd.iso /mnt/cdrom/
If you have the .iso file
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
If it really is a different achitecture.. so.. neither x86 nor x64 or ARM ... you would need to recompile it to that arch.. so no.. it wont run on there.. i never heard about s390x
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Good, but, what I have to do to run any binary file?
Teamspeak 3 is buildt on the x86 instruction set. With out the source code you will not be able to run the server or client on a diffrent instruction set
 

Wolfie

Active Member
Sep 12, 2015
69
5
80
Well, does anybody have the source code of TS3, so I cld try recomiling? :)
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
thats just a stupid question.
Yeah... Id like to think about how cool that would be... opening Visual studio and just like.. double clicking and getting
Code:
MIN_CLIENT_DESKTOP_VERSION
MIN_CLIENT_MOBILE_VERSION
}
and just removing the minimum version for the mobile clients.. that would be awesome
 
Last edited:

Wolfie

Active Member
Sep 12, 2015
69
5
80
But this is about client, not the server, but, in every case I undersood what you wanted to me :) Maybe some day will be possible such decompiling....... :)
 

Wolfie

Active Member
Sep 12, 2015
69
5
80
Afaik yum commands don't work on RHEL? Why don't you just change the OS of the machine to something like Ubuntu or CentOS?


Well, for 7 years I'm in the Linux's waters ;) It would be soooooo easy if I could reinstall that VPS...... Actually, it's a cloud, based on RHEL 7.2/s390x arch. I cannot contact any kind of administration, bcs the panel doesn't have that option.... Tried to contact official support, but they don't speak english/german/etc..... :/
 
Top