Everything posted by ySkNight
-
My machine unexpectedly crash for 3 times for past 3 days
Does memtest same as run as a basic NAS for test hardware issue? I am currently running memtest ongoing 21hours, no crash yet.. Previously I ran it for 25hrs and no crash either. Memtest only use some hardware? like hard drive will not get connect / supply power?
-
My machine unexpectedly crash for 3 times for past 3 days
What I have done so far. -updated to latest BIOS -change Power Supply Idle Control to "typical current idle" -remove GPU -run 24hrs memtest with 5 pass no error -replaced ethernet cable -start unRAID with safe mode without plugin -docker custom network type from "macvlan" to "ipvlan" -disable docker disable VM -removed all docker reinstall some of the docker. -change ethernet port(my machine has 2 ethernet port) -Replace USB Flash So far, I haven't pass 30hours mark. It always freeze before 24hrs mark. Next I'm going to -run another memtest for 48hrs to make sure isn't hardware related issue. any other suggestions on what could be the issue?
-
My machine unexpectedly crash for 3 times for past 3 days
I'm still crash somehow. From the log I have this Aug 30 13:07:00 Night kernel: br-5362b0a0424e: port 3(vethd82bb6c) entered blocking state Aug 30 13:07:00 Night kernel: br-5362b0a0424e: port 3(vethd82bb6c) entered forwarding state What does this mean? I have attached the syslog. syslog-192.168.3.190.log
-
My machine unexpectedly crash for 3 times for past 3 days
I have just change the BIOS and updated to latest BIOS Firmware as well. Going to close monitor my machine. Thank you!
-
My machine unexpectedly crash for 3 times for past 3 days
I don't know why and first my zfs pool showing one of the drive has too many error, I tried "zpool repair" couple time and it always resulted too many error, today I replaced the drive and resilver took about 10hours, 4 hours later, my machine was unaccessible again. I have to restart the machine again. Now it work again. anybody able to find out what's the problem? Hardware? software? Thanks in advance night-diagnostics-20250820-2012.zip
-
[Support] Paperless-ngx Docker
Is possible to disable login and using Authelia as primary login method? Is this still possible on this docker container? github edit: After some digging Paperless-ng provided soluctions HTTP_REMOTE_USER basically add a boolean to docker templates and mark key as "HTTP_REMOTE_USER" value as "true"
-
pfSense on VM unable to get VLAN to working
Hello, I've been trying to get VLAN working on this setup for weeks now, no luck. I've followed SpaceInvaderOne's pfSense video setup and everything working as intended. Topology of my setup is FiOS ONT WAN > unRAID Physic NIC passthru pfSense VM igb0 as WAN > igb1 as LAN to a uniFI switch(US-24-250w). I've also followed Lawrence Systems on YouTube for VLAN setup with pfsense and unifi switch. I can't get VLAN working at all. Does anybody faced same problem and able to help me out? https://imgur.com/a/sPSKWSs The DHCP doesn't hand out IP, and device that plug in to the port that changed to VLAN 69 doesnt have internet Thanks in advance
-
[Support] Unbound
@kutzilla Yes, # A Record #local-data: "somecomputer.local. A 192.168.1.1" #local-data: "unraid. A 192.168.3.190" # PTR Record #local-data-ptr: "192.168.1.1 somecomputer.local." #local-data-ptr: "192.168.3.190 unraid." This is my a-records.conf it didn't work for me. Also even if it work how do you config a services or docker that has port number? eg 192.168.1.10:8000?
-
[Support] Unbound
Can you provide step on how to create custom DNS Records for your local network? What' I've done is add a PTR record on the config but it doesn't resolve it # A Record #local-data: "somecomputer.local. A 192.168.1.1" # PTR Record #local-data-ptr: "192.168.1.1 somecomputer.local." #local-data-ptr: "192.168.1.190 tenseven.local." I thought you need to remove the hash symbol, but after I saved the file, unbound won't start after a restart due to the file missing/incorrect.
-
[Support] Unbound
How to configure it so I can resolve local hostname, Example, If I would like to access one of my docker container "home-assistant-core" I would like to enter homeassistant/ on browser to direct to the dashboard instead of 192.168.x.x:8123 I've seen the a-record.conf, but it doesn't work for me. Any help would be appreciated