0x602 Network Error Ark is broke #59
-
`Update state (0x11) preallocating, progress: 99.76 (17963936604 / 18006952591) Connecting anonymously to Steam Public...OK As you can see i am following the install process then at the end of it the install fails and spits out a network error. I have run this 12 times. I am also using the default configuration. So either the latest ark is broke, the steam server is cutting out or you have shipped a buggy image. Everywhere online i see others have encountered same error except they didn't wait 2 hours of installing ark to encounter it. And no there are no permission problems. ------- Update 21/04/2022 23:00 --------- Just going to add i don't have a full disk, i have 94TB free with a total of 155TB. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Not an issue with lgsm, converting to discussion. |
Beta Was this translation helpful? Give feedback.
-
Tested with my pr, installed arkserver in 5-6 minutes. So at least its not on ark/steam side, and like already noted doesn't look like an lgsm issue. lgsm is just invoking steamcmd and it fails during this invocation. |
Beta Was this translation helpful? Give feedback.
-
I found the problem, and it's todo with how docker manages the disk. |
Beta Was this translation helpful? Give feedback.
I found the problem, and it's todo with how docker manages the disk.
The volume that stores my docker daemon is only 30GB big and i usually use a external cifs volume mount for my containers. For some reason docker has trouble working with permissions on cifs mounts and so even though looking at the permissions on the client, it's a different story for the server. Essentially the container was being told it has the right permissions but the way docker handled the cifs mount meant it didn't really have the permissions the container needed.
This was proven when i decided to instead run the container on my windows docker daemon as it is built differently to the normal docker daemon to work w…