Page 1 of 1

[SOLVED] Help to Install and start Linux Server

Posted: Sat Sep 30, 2023 4:47 pm
by noccer
Yo

As the topic says it, i need some help.
In the past it worked so damn well but now i cannot get the ut-server running on linux.

Using this:
https://wiki.unrealadmin.org/Server_Install_linux
The startscript irst told me line 134 and 135 that $0 stop $0 start is not found.
After some step? :D
/ut-server$ ./ucc: 87: exec: ./ucc-bin: not found
While it is there.

Soooo... How to get back to a linux UT server? Debian Bullseye

Code: Select all

dpkg --add-architecture i386
apt update
apt install libc6-i386 libstdc++6:i386
Haha it was too long ago i installed ut servers :D

Re: Help to Install and start Linux Server

Posted: Sat Sep 30, 2023 5:14 pm
by Buggie
Ensure ucc-bin is marked as executable.

You can also look for this script: viewtopic.php?t=15266
It work for sure,

AFAIK it is only one which start automatically at server boot.

Re: Help to Install and start Linux Server

Posted: Sat Sep 30, 2023 9:41 pm
by noccer
Buggie wrote: Sat Sep 30, 2023 5:14 pm Ensure ucc-bin is marked as executable.

You can also look for this script: viewtopic.php?t=15266
It work for sure,

AFAIK it is only one which start automatically at server boot.
It is +x
That is not the problem.

Last one is this:
./uccc: line 71: ./ucc-bin: No such file or directory (i called your script uccc)

Which is the same when using ./ucc.init start

Code: Select all

ut@Debian-bullseye-latest-amd64-base:~/ut-server$ ./ucc.init start
Starting Unreal Tournament: ucc.init
ut@Debian-bullseye-latest-amd64-base:~/ut-server$ ./ucc: 87: exec: ./ucc-bin: not found
In the past it was always running fine, now it is.... not doing it anymore :D


Finally found it....
This was missing when installing:

Code: Select all

dpkg --add-architecture i386
apt update
apt install libc6-i386 libstdc++6:i386

Re: [SOLVED] Help to Install and start Linux Server

Posted: Sun Oct 01, 2023 7:21 am
by Buggie
Yea. Typical Linux.

- not found file - "not found"
- no execute permissions - "not found"
- not found dependency - "not found"
- not installed architecture - "not found"

Will be not surprised if this list not full.

Re: [SOLVED] Help to Install and start Linux Server

Posted: Sun Oct 01, 2023 1:00 pm
by UTPe
hello my friend,
glad to read you again. have you a mind to return playing sniper camping with [EST] team ? are you building a new sniper server for [EST] ?

cheers,
Pietro

Re: [SOLVED] Help to Install and start Linux Server

Posted: Mon Oct 09, 2023 5:31 pm
by noccer
Hey Pietro *.* Thanks.

I set this up for ... setting it up :D You got some hilarious A.A. ideas?^^

Re: Help to Install and start Linux Server

Posted: Mon Oct 09, 2023 5:45 pm
by nickelo
noccer wrote: Sat Sep 30, 2023 9:41 pm
Buggie wrote: Sat Sep 30, 2023 5:14 pm Ensure ucc-bin is marked as executable.

You can also look for this script: viewtopic.php?t=15266
It work for sure,

AFAIK it is only one which start automatically at server boot.
It is +x
That is not the problem.

Last one is this:
./uccc: line 71: ./ucc-bin: No such file or directory (i called your script uccc)

Which is the same when using ./ucc.init start

Code: Select all

ut@Debian-bullseye-latest-amd64-base:~/ut-server$ ./ucc.init start
Starting Unreal Tournament: ucc.init
ut@Debian-bullseye-latest-amd64-base:~/ut-server$ ./ucc: 87: exec: ./ucc-bin: not found
In the past it was always running fine, now it is.... not doing it anymore :D


Finally found it....
This was missing when installing:

Code: Select all

dpkg --add-architecture i386
apt update
apt install libc6-i386 libstdc++6:i386
Why don't you use the 64-bit executable of 469 directly?, simply rename ucc-bin-amd64 in system64 it to ucc-bin and stop using the x86 libraries, the difference probably won't be noticeable much, but 64 has better performance (native support in OS), that's what I do.

Re: [SOLVED] Help to Install and start Linux Server

Posted: Mon Oct 09, 2023 6:42 pm
by UTPe
noccer wrote: Mon Oct 09, 2023 5:31 pm You got some hilarious A.A. ideas?^^
hello Ben,
I could suggest some insane/crazy mods for your new server:

mac10 uzi (DOU version) + relics + nyan cat deemer

Image

...or other nyan mods:
Nyan Cat Deemer Arena + Super Sheep mod
Nyan Cat Deemer Arena Terrorist Edition mod (it's a bad day to make black humor jokes but satire doesn't stop)
(both are private unreleased mods)

Image
(this a poster for an old event on ISC sniper server lol...)

...or sniper camping with zombies (beacause of this I'll be banned lifetime from sniper community lol)

cheers,
Pietro

Re: Help to Install and start Linux Server

Posted: Sun Oct 15, 2023 8:44 am
by noccer
nickelo wrote: Mon Oct 09, 2023 5:45 pm
Why don't you use the 64-bit executable of 469 directly?, simply rename ucc-bin-amd64 in system64 it to ucc-bin and stop using the x86 libraries, the difference probably won't be noticeable much, but 64 has better performance (native support in OS), that's what I do.
Simply said:
I can´t get it to run, so far.

I am trying to, but the said server is just a 436, now i am trying to make another with 469, however, it does not start at all.

Re: Help to Install and start Linux Server

Posted: Sun Oct 15, 2023 10:09 am
by nickelo
noccer wrote: Sun Oct 15, 2023 8:44 am
nickelo wrote: Mon Oct 09, 2023 5:45 pm
Why don't you use the 64-bit executable of 469 directly?, simply rename ucc-bin-amd64 in system64 it to ucc-bin and stop using the x86 libraries, the difference probably won't be noticeable much, but 64 has better performance (native support in OS), that's what I do.
Simply said:
I can´t get it to run, so far.

I am trying to, but the said server is just a 436, now i am trying to make another with 469, however, it does not start at all.
If it's worth anything, I use Ubuntu server, there are versions of Linux that are very limited in terms of performance and sometimes things don't work.

I use version 469 without problems, I followed the old installation instructions that come here:

https://wiki.unrealadmin.org/Server_Install_linux

And then I simply extracted version 469 there, the "system64" folder, I don't know if it would be appropriate, I copied it to "system" and renamed ucc-bin-amd64 to ucc-bin, so that the old scprits work well.

Make sure you give the files executable rights and use ./ before the name of the executable if you call it from the same directory, these are basic Linux things but even experts forget... asu.sh creates the form to call the server at startup, see how it does it, create a task in cron and that's it!!

Linux is where UT99 works best, both as a server and for playing, I try to use it from Windows, but I always end up with Linux... where it performs better and the graphics look better, even if I have a good machine.

If you have any questions, tell me and I'll help you.

Re: [SOLVED] Help to Install and start Linux Server

Posted: Sun Oct 15, 2023 10:19 am
by noccer
working now lol :D

It was copying System64 conents to System ^^

Re: [SOLVED] Help to Install and start Linux Server

Posted: Sun Oct 15, 2023 10:37 am
by nickelo
noccer wrote: Sun Oct 15, 2023 10:19 am working now lol :D

It was copying System64 conents to System ^^
Congratulations, the thing is that I think the developers leave that folder there to be copied, because the 32-bits libraries will not get along well with the 64-bits.

For what it's worth, I don't even have a graphical interface on the server, I simply installed the webmin web interface and I manage it, upload maps, etc... from there, comfortably from a browser. That's the good thing about Linux, with a simple PC from 15 years ago you can set up a good server, and now thanks to the good community, even with low resources RaspBerrry Pi (I have to try it).

From webmin it is easy, for example, setup cron services autostart or install Apache to serve maps or mods that you install, compressing them the old-fashioned way in "uz" format, I use it and it loads everything like a shot, up to 20 MB maps.

If you still have doubts, you know ;)

Re: [SOLVED] Help to Install and start Linux Server

Posted: Wed Oct 18, 2023 8:43 pm
by noccer
I used webmin in the past for doing web stuff, never used it for cronjobs for games, only webserver related, i think. no idea what i eer used it for.
Damn, long time ago i used it at all.

Re: [SOLVED] Help to Install and start Linux Server

Posted: Thu Oct 19, 2023 5:18 pm
by nickelo
noccer wrote: Wed Oct 18, 2023 8:43 pm I used webmin in the past for doing web stuff, never used it for cronjobs for games, only webserver related, i think. no idea what i eer used it for.
Damn, long time ago i used it at all.

Well, you would use it mainly to manage Apache and MySQL databases, but in general it allows you to touch everything on a remote server, without connecting via remote desktop or console.

Re: [SOLVED] Help to Install and start Linux Server

Posted: Fri Oct 20, 2023 1:37 pm
by noccer
nickelo wrote: Thu Oct 19, 2023 5:18 pm

use it mainly to manage Apache and MySQL databases, .
[/quote]

Yeah, that was it.