Beiträge von ꧁𓊈𒆜 ƁєηLυє 𒆜𓊉꧂

    Resin Drucker sind was für Cracks... Als Anfänger finger weg davon. Giftig und viel zu aufwändig für Tests.

    Sind was für Cracks? Es kommt immer auf das Usecase drauf an. Ich besitze nen Anycubic Kobra Max (Filament) und ein Phrozen Mighty 8K (Resin). Man kann auch nicht sagen, Drucker XYZ druckt nahtlos und perfekt. Meist ist die Ursache das Material selbst oder der Anwender auf Grund von Unwissenheit. Div. Faktoren sind zB: minderwertiges Filament (Nass/Spröde), bei Resin falsche Belichtungszeit, beschädigte FEP Folie... Und ja, Resin ist nicht grad Gesundheitsfördernt in einen nicht gehärteten Zustand. bekommt man mal ein Tropfen auf die Haut, wird man micht gleich davon sterben. Es kann das Erbgut beeinträchtigen. Jedenfalls nix für die Nähe von Kinder und Haustiere. Meiner steht im Keller und der Raum ist gut belüftet. Meine persönliche Schutzausrüstung besteht nur aus Nitrilhandschuhe. Löse ich das Material von der Druckplatte ab, halte ich halt für paar Sekunden oder öfters in der Minute die Luft an um die Dämpfe nicht einzuatmen.

    Ich will das Panel nicht mehr missen! Einfach genial 🥰

    Genau das hatte ich vermutet... Die Config ist noch völlig standard und nicht angepasst an deine Umgebung. Das musst du schon wie in der verlinkten Anleitung machen.

    Okay, scheinbar gibt es doch nen Problem mit den Unbound Container:


    Code
    2023-11-29T14:15:49.529625647Z [1701267349] unbound[1:0] fatal error: Could not read config file: /opt/unbound/etc/unbound/unbound.conf. Maybe try unbound -dd, it stays on the commandline to see more errors, or unbound-checkconf
    2023-11-29T14:16:49.931575454Z /opt/unbound/etc/unbound/unbound.conf:306: error: cannot open include file '/opt/unbound/etc/unbound/a-records.conf': No such file or directory
    2023-11-29T14:16:49.931616097Z /opt/unbound/etc/unbound/unbound.conf:307: error: cannot open include file '/opt/unbound/etc/unbound/srv-records.conf': No such file or directory
    2023-11-29T14:16:49.931624411Z /opt/unbound/etc/unbound/unbound.conf:313: error: cannot open include file '/opt/unbound/etc/unbound/forward-records.conf': No such file or directory
    2023-11-29T14:16:49.931631582Z read /opt/unbound/etc/unbound/unbound.conf failed: 3 errors in configuration file

    Sry, falsche config!


    /etc/unbound/unbound.conf.d/pi-hole.conf


    Wie sieht das denn aus?

    So ein Verzeichnis besitzte ich nicht! Denk drann, Pi-Hole läuft über einen Docker-Container:


    Code
    benlue@ldap:/mnt/ext-hdd/media/Docker/pi-hole/unbound$ ls -lah
    insgesamt 40K
    drwxr-xr-x 5 root   root   4,0K 10. Mai 2023  .
    drwxr-xr-x 3 root   root   4,0K 10. Mai 2023  ..
    drwxr-xr-x 2 root   root   4,0K 29. Nov 14:41 dev
    -rw-r--r-- 1 root   root     36 10. Mai 2023  .pydio
    drwxr-xr-x 2 root   root   4,0K 10. Mai 2023  root.hints
    -rw-r--r-- 1 root   root    14K  6. Mai 2023  unbound.conf
    drwx------ 2 benlue benlue 4,0K 29. Nov 14:41 var

    was kommt denn raus, wenn du folgendes machst: [...]

    Code
    benlue@ldap:~$ dig @127.0.0.1 -p 5053 google.com
    ;; communications error to 127.0.0.1#5053: connection refused
    ;; communications error to 127.0.0.1#5053: connection refused
    ;; communications error to 127.0.0.1#5053: connection refused
    
    ; <<>> DiG 9.18.19-1~deb12u1-Debian <<>> @127.0.0.1 -p 5053 google.com
    ; (1 server found)
    ;; global options: +cmd
    ;; no servers could be reached

    Meine resolv.conf von der Hostmaschine:


    Btw: systemd-resolved ist nicht mehr installiert!