-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some commands not working #32
Comments
@quarantin here is my kernel info: Linux HOST 5.4.0 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64 x86_64 x86_64 GNU/Linux |
Hi, can you install strace (from an account with sudo access, for example pzstadmin): Run the following command as your pzserver user while the pz server is online and accepting players: Post the file Also it seems your kernel is not from Ubuntu, because the version should be something like: 5.4.0-148-generic |
I didn't changed the kernel, was the one available from the host installation. |
Thanks I'll investigate. Can you also run |
thank you for taking a look! |
I don't see any problem in the logs, except the permission denied for the call to TIOCSTI IOCTL, which probably means that it's been disabled in your kernel by your hosting provider :/ |
Strato in Germany |
Hum, unfortunately I don't read German 😅 |
I sent them a message now, let's hope that they allow me to install a custom ISO. I will post the update here as soon as I get it. |
Perfect. |
Damn, not sure why I read "strado" 😂 |
I wrote it wrong the first time. It's a dedicated server |
I believe this is good news. Most dedicated server hosting providers let you install an OS from an ISO image . FYI this is the ISO image I'm using for testing pzst: |
That looks like an Amazon MSK image, an docker service. I don't know how your provider managed to obtain a docker image off a cloud provider to run on their hardware. Or perhaps your provider is reselling a docker and repackaged it as dedicated server which sounds really shady. It is unlikely you can get TIOCSTI on a container as it is considered a security vulnerability, especially you don't own the docker. You should start looking for another provider, not only because it disallow TIOCSTI but shady for potentially running a docker as dedicated server service. |
It's a VPS actually, not a dedicated server. |
Any news on this? |
Hey! I was trying for the first time your project and some commands were not working for me, for example:
pzserver restart is also not working as well, just give me back an "OK" but no restart.
This is the log:
I was online, but there were no messages nor restart
This is my distro:
Do I need to do something else or missed something maybe?
Update:
using RCON directly I can save/close the server (I'm not sure if you are using the same way with thhe scripts)
The text was updated successfully, but these errors were encountered: