"linux builds are broken for now"
-
Was just making a Dockerfile to make the hosting of servers on all operating systems easier. To find out it wasn't working when doing $cat ./plutonium. and seeing the message "linux builds are broken for now"
As this user noted:
bashy said in Help with "./Plutonium: cannot execute binary file: Exec format error":Well done could have at least echoed it.
As is this is currently it is not POSIX complaint. And in all cases very confusing for users.
Keep in mind there is also still references to this way of installation in this guide https://forum.plutonium.pw/topic/586/headless-plutonium-iw5-linux-server-setup
Is there any development thread discussing this, as maybe if I have the time I can help out?
Kind regards,
Floris
-
Where are you keeping the dockerfile?
I'd love to contribute to making it and using it when it is made. -
Eldor is planning on making an official docker image at some point. But no ETA yet.
-
Cuddlefluffs said in "linux builds are broken for now":
Where are you keeping the dockerfile?
I'd love to contribute to making it and using it when it is made.either gitlab or github. Since there is no linux compatibility anymore i'd have to setup linux as the docker guest and within that qemu+kvm(windows guest) and have that run the actual server.
The alternative is kinda hard to automate at the moment because to use wine to host a server you need to have a desktop envirment setup, which is nearly the same amount of overhead.The server I self-host doesn't really have the overhead to run windows in addition the the services i'm already running on it (Nextcloud, mumble, webhosting, seedbox etc)
So until linux build are working again i'm not really motivated to figure out how to automate all of that.If I do i'll make sure to post a link to the repo in this thread.
-
RedetermineFPS FYI the Linux installer does not install a Linux build of the server. There is only a .exe to run for all platforms.
-
bashy there is no linux installer we only support windows right now but if people get it to work on linux then that is no problem for us but as of right now we only officially support windows 10
-
What worked for me was copying the Plutonium folder on my PC on my VPS in
/home/resxt/.wine/drive_c/users/resxt/Local Settings/Application Data/Plutonium
but yeah a Docker image would be great -
I'm interested in hosting on my debian or ubuntu server as well. Any news in this regard?
I'll try the workaround proposed by Resxt in the meantime, but I have to admit I'm new to the whole wine thing.