edgd1er

Results 42 comments of edgd1er

To troubleshoot start problems I 've added in dockerfile ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 1 ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=30000 You could set theese in docker-compose env. On a RPI3, I still have S6-rc time out...

Hello, I've had the problem on a system where I needed specif uid and gid to write files to filesystem. Here is the code I've put in cont-init.d as 05-changer-uid-gid.sh...

@nixmomo, I run pihole on openmediavault system which has ACL set, I had to set uids/gids according to the host. What I can say, databases were in read only, and...

@nixmomo , Could you test with local storage as I suspect your problem may be due to nfs filesystem rights ? I'm new to nfs and I remember having problems...

this link: https://serverfault.com/questions/240897/how-to-properly-set-permissions-for-nfs-folder-permission-denied-on-mounting-en may give you some hints on how to tackle right permissions on nfs. uid/gid must match between the containers and the nfs server. if not, ,anonuid=1000,anongid=1000 may...

sur la machine hote as tu des messages a propos du pl2303 ? ``` [407410.983772] usb 1-1.5: pl2303 converter now attached to ttyUSB0 [407460.939724] pl2303 1-1.5:1.0: pl2303_vendor_write - failed to...

Pour docker,j'ai une solution mais qui n'a été testée qu'avec une seule zigate. Context: parfois ma zigate disparait puis revient avec un autre nom (USB1-> USB2), USB1 étant vérrouillé par...

@KiwiHC16 , Il est possible de faire ce type de gestion avec git. - conservation des fichiers différents ou ajouter par l'utilisateur: git reset --soft origin/master - récupération des fichiers...

seems to me that your vpn provider is unstable and/or your connection. Either you have ping timeout or handshake errors. check your vpn configuration with the vpn's support. if possible...

> Salut @edgd1er Je vois que tu n'es pas sur la derniere beta et certains points que je vois dans les logs sont differents maintenant. Ca t'ennuies de mettre à...