Ja, taucht wieder auf:
Feb 23 13:39:19 dnsmasq[55]: failed to create inotify for /etc/pihole/hosts: No space left on device
Feb 23 13:52:40 dnsmasq[54]: failed to create inotify for /etc/pihole/hosts: No space left on device
Ja, taucht wieder auf:
Feb 23 13:39:19 dnsmasq[55]: failed to create inotify for /etc/pihole/hosts: No space left on device
Feb 23 13:52:40 dnsmasq[54]: failed to create inotify for /etc/pihole/hosts: No space left on device
Was geben folgende Kommandos zurĂŒck:
cat /proc/sys/fs/inotify/max_user_watches
sudo sysctl fs.inotify
sudo lsof | grep inotify | wc -l
raspberry-homeserver:/# cat /proc/sys/fs/inotify/max_user_watches
63463
/# sudo sysctl fs.inotify
fs.inotify.max_queued_events = 16384
fs.inotify.max_user_instances = 128
fs.inotify.max_user_watches = 63463
/# sudo lsof | grep inotify | wc -l
0
Auch da sieht's nicht nach einem Engpass aus.
Mir gehen langsam die ErklÀrungsansÀtze aus.
Vielleicht fehlen dem Container unter Portainer die passenden Rechte.
Versuch mal, den Container abzurÀumen und ohne FTL_CMD: 'no-daemon'
, dafĂŒr aber mit explizit gesetzten CAPs zu starten.
Trotzdem tausend Dank fĂŒr die UnterstĂŒtzung bisher.
Wenn ich FTL_CMD weglasse (egal ob beim bestehenden Container oder einem neuen Container), wird der Parameter automatisch mit no-daemon erzeugt (taucht in allen FĂ€llen wieder in Portainer unter Environment auf)
Die CAPs habe ich explizit gesetzt, leider ohne Unterschied.
Ok, dann versuchen wir's noch ohne DNSMASQ_USER
und noch mit
DNSMASQ_USER=root
Ohne DNSMASQ_USER wird einfach beim nÀchsten Start wieder pihole as DNSMASQ_USER gesetzt.
DNSMASQ_USER = root
scheint aber die Lösung zu sein
; <<>> DiG 9.10.6 <<>> monitor.raspberry.home @192.168.2.20
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29578
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;monitor.raspberry.home. IN A
;; ANSWER SECTION:
monitor.raspberry.home. 0 IN A 192.168.2.20
;; Query time: 1 msec
;; SERVER: 192.168.2.20#53(192.168.2.20)
;; WHEN: Sun Feb 23 15:30:17 CET 2025
;; MSG SIZE rcvd: 67
Ich werde das die nĂ€chsten Tage noch beobachten, aber jetzt schonmal vielen vielen lieben Dank fĂŒr die Hilfe!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.