David D.

Results 35 comments of David D.

> Can you check within the diun container that the secret file exists and is not empty? > > ``` > docker compose exec diun cat /run/secrets/smtp_username > ``` Sorry...

> This is an issue with the docker container. Backup does need some changes made to work better with the container. however in general I recommend using 3rd party tools...

I created another instance & set the SERVERFILES ENV variable ``` services: lgsm-test: image: gameservermanagers/gameserver:pz # https://github.com/GameServerManagers/docker-gameserver container_name: lgsm-test environment: - LGSM_SERVERFILES=/data/serverfiles volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./:/data ports:...

I ended up rolling my own, for now. Again, I did redirect, via CONFIG-LGSM, the BACKUP location so it too existed in the /DATA folder. ``` ## Backup Directory backupdir="${HOME}/backup"...

Can confirm the same: 1) Ping == OK 2) Verbose CURL == **FAILURE** [_curl -v http://ip-api.com/json_] ``` * Trying 0.0.0.0:80... * connect to 0.0.0.0 port 80 failed: Connection refused *...

> Can you verify If you or your host hast some sort of firewall enabled? The last case was solved by disabling some firewall rules. Good call. Yes, I'm running...

> Are you able to connect to your server using "recent servers"? I noticed serverlist only works if you set the correct publicip & publicport in the gameserver config file...

> I would suggest backing up the mounted directory on the host and not using the backup command in the docker container. But some thought needs to go in the...

> Looks like this might be related to this [issue](https://github.com/GameServerManagers/LinuxGSM/issues/4222) Good catch. Does look like it. *Edit* I did hand-jam the fix noted later in that thread & generating the...

> I found a solution that worked for me in this post by @blacky14 [kylemanna/docker-openvpn#39 (comment)](https://github.com/kylemanna/docker-openvpn/issues/39#issuecomment-158498935) > > One option was to run as privileged, another was: > > 1....