-
Notifications
You must be signed in to change notification settings - Fork 242
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
"Error Util.cpp:86: Operation not permitted" error when starting server on 1.1.107 #492
Comments
Sup from October, trying to run 2.0.7. I am also having this same problem (except that now it's line 81 of I created a user and group on the host system,
Note that |
I'm hitting this issue as well, setting up my docker container for the first time for space age. I put my config on my NAS which is network mounted so I don't use the default
I have half a mind to fork this and get rid of the |
I also originally used different host directory. Same result.
As did I, though I don't have time right now, so I would appreciate it. :) I just want a barebones container that has the right libcs, really. I'm kind of surprised that factorio complained about mine, since I thought WheyBags fixed it back in the day to accept very old versions. Maybe that was never an official Factorio thing, though. |
After poking around a bit with the UID injection, and looking at the docker file, it looks like it actually should respect injected group and user ids. And after removing mine, I got different errors:
So it doesn't seem like it's user related. Also just tried with a local drive (not on my NFS mounted drive, which has complications with |
Running into this on my server as well. This is a new install, no previous files. Permissions are correct on the directory.
|
I've got the same issue on Factorio 2.0.8. I've:
I ran the same docker-compose on my local docker-desktop and that is running fine. Am i misunderstanding how to use the factorio user? The server i am trying to run the container on that is failing is Ubuntu 20.04.2
|
I would like to get rid of it too, it is causing a lot of issues for a long time. |
I'm not sure whether this is a host vs container user issue, as i can easily reproduce it by running the image without a volume mount: Output:
I also tried running a different factorio docker image, which also has the same util.cpp error: Output:
|
I managed to get it working! |
I'm getting this same error. I'm not terribly interested in running an "apt-get dist-upgrade" as this server runs a lot more than just my game servers. Edit: For anybody else seeing this, running an "apt-get update" then an "apt-get upgrade" fixed this for me. It's been awhile since I ran those two. |
@Cthanatos FWIW it did not fix it for me. in fact, it caused a lot of troubles as you correctly guessed would happen. |
Just to be clear on anybody else that reads this that doesn't already know - there's a huge difference between |
After updating to 1.1.107, the server is persistently throwing the following message when it attempts to start up. Execution immediately halts once the operation not permitted error is given.
I've completely deleted the entire container's data volume and attempted to start over from scratch, but the same issue arises. The same configuration previously worked for the past several years, I'm not sure what changed here after this update or what operation it's attempting to perform. As it is, I'm unable to run the server at this time.
The text was updated successfully, but these errors were encountered: