You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I attempt to define a custom configuration file (as shown in the documentation) the container will refuse to start and instantly crash with this error:
- 131671049818080 [MAIN] locale set to 'C.UTF-8;C;C;C;C;C'
Caught std::exception: filesystem error: cannot create directories: Invalid argument []
I have yet to be able to get it to start though, and the moment I start it without defining a custom configuration it starts just fine.
I have also tried with all of the lms volumes as rw for all users (chmod 777), to no avail.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
well.... this is incredibly embarrassing and honestly quite stupid.
i downloaded the config from the repo and edited it, but somewhere along the line, the config file got wiped and became an empty file....
i redownloaded it and edited it again, and now it works flawlessly.
Apologies again, lol.
Whenever I attempt to define a custom configuration file (as shown in the documentation) the container will refuse to start and instantly crash with this error:
I have tried starting with this command:
and this command:
I have yet to be able to get it to start though, and the moment I start it without defining a custom configuration it starts just fine.
I have also tried with all of the lms volumes as rw for all users (
chmod 777
), to no avail.Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: