kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
243 stars 58 forks source link

.setup command not working #40

Closed baracoder closed 4 years ago

baracoder commented 4 years ago

I get a working server from starting the image, but the .setup chat command does not work. It looks like the plugins are not loaded. Is there any additional configuration required to enable the plugins?

baracoder commented 4 years ago

I got it to work. This is somehow related to how the persistent volume is mounted. I will dig deeper and report back

baracoder commented 4 years ago

It has to do with the fuse filesystem mergerfs, which I use. The issue is similar to https://github.com/trapexit/mergerfs/issues/463 It works, when the volume is on a disk directly. I will have to experiment with mount flags to get it working on the merged filesystem.