Komisches Problem: Hatte heute zwei kurze Stromausfälle hintereinander. (Nicht meine Schuld!)
Jetzt tut mein WLAN nicht mehr. Das habe ich auf einem NAS mit Debian eingerichtet. Hostapd tut, was nicht tut ist dnsmasq. Beim Aufruf von
Code: Alles auswählen
systemctl status dnsmasq.service
Code: Alles auswählen
dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-05-08 12:48:53 CEST; 31min ago
Process: 347 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
Process: 362 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=5)
Mai 08 12:48:52 rappelkiste systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Mai 08 12:48:52 rappelkiste dnsmasq[347]: dnsmasq: Syntaxprüfung OK.
Mai 08 12:48:53 rappelkiste dnsmasq[362]: dnsmasq: Kann auf Pfad /etc/resolv.conf nicht zugreifen: Veraltete Dateizugriffsnummer (file handle)
Mai 08 12:48:53 rappelkiste dnsmasq[362]: Kann auf Pfad /etc/resolv.conf nicht zugreifen: Veraltete Dateizugriffsnummer (file handle)
Mai 08 12:48:53 rappelkiste dnsmasq[362]: Start fehlgeschlagen
Mai 08 12:48:53 rappelkiste systemd[1]: dnsmasq.service: Control process exited, code=exited, status=5/NOTINSTALLED
Mai 08 12:48:53 rappelkiste systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
Mai 08 12:48:53 rappelkiste systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.
Daraufhin wollte ich mir die Datei resolv.conf nochmal genauer anschauen:
Code: Alles auswählen
# ls /etc/resolv.conf -al
ls: Zugriff auf '/etc/resolv.conf' nicht möglich: Veraltete Dateizugriffsnummer (file handle)
Code: Alles auswählen
# rm /etc/resolv.conf
rm: das Entfernen von '/etc/resolv.conf' ist nicht möglich: Veraltete Dateizugriffsnummer (file handle)