Everything posted by 062bel313
-
unraid web ui unresponsive
Before recreating the docker image, I wanted to try to create a different network with parent as br0 (for ipvlan) in one container and use it in other containers. With this configuration it works somehow. If I enable/disable the docker everythig start now. Created main network from pihole container and used the same network in other container as below. pihole: networks: vlan_network: ipv4_address: 192.168.5.110 networks: vlan_network: driver: ipvlan driver_opts: parent: br0 ipam: driver: default config: - subnet: 192.168.5.0/24 ip_range: 192.168.5.0/25 gateway: 192.168.5.1 and other networks: networks: pihole_vlan_network: ipv4_address: 192.168.5.100 networks: pihole_vlan_network: external: true Is this just a fluke or was I doing it wrong before? any insights (to understand). If this fails, I will recreated= docker image as suggested.
-
unraid web ui unresponsive
I think I might have found the issue, but I am not sure how to resolve it. Everytime I do enable/disable docker it doesn't preserve my network, with macvlan as well as ipvlan. Now the id is different, even though I have preserve user defined networks enabled. Am I doing anything wrong?
-
unraid web ui unresponsive
Even with the macvlan, bridging disabled, I am getting the network not found error. switching either to ipvan or macvlan doesn't start up the custom network. All my dockers are custom, all start fine, except the one that are external are not starting up. I think I have all the settings correct. And this is the docker: my custom networks: sample of my docker compose in Portainer: services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:stable" labels: - net.unraid.docker.icon=https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/homeassistant-logo.png - net.unraid.docker.webui=http://192.168.5.100:8123 volumes: - /mnt/user/appdata/home_assistant/config:/config - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro restart: always networks: eth0: ipv4_address: 192.168.5.100 ports: - 8123:8123 networks: eth0: external: true May be I am doing something wrong. Diagnostics also attached if it helps. unraid-diagnostics-20240617-1301.zip
-
unraid web ui unresponsive
Oh looks like that was the issue. No more traces in the logs 😀. I switched to ipvlan, but now when I reboot the docker all my dockers that uses custom network with static IP are not starting. I get this error These are the settings I have in the docker networks I deleted the custom network and recreated again, but getting same issue during the docker start. Anything I am doing wrong? Thank you,
-
unraid web ui unresponsive
Oh got it, I will give it another try with less RAM and run unraid for a while.
-
unraid web ui unresponsive
As suggested, I did memtest. I have two RAM sticks. I did the test again for individual RAMs and all tests are passed. It took long. What I did was after 6 successfull passes I stopped and exchanged the RAM and did memtest again for 6 passes. Is that the process, or should I let it continue? I don't know how many passes it needs to confirm that RAMs are fine. After that I rebooted the machine to unRAID and I see there are trace calls (like before) as attached. Any suggestions?
-
unraid web ui unresponsive
Did a memtest from unraid boot option with both RAM. passed the test for 6 passes.
-
unraid web ui unresponsive
I am back, but server hasn't crashed 🤩..... yet. So I am in an aggressive monitoring mode. I am checking the syslog to see if I encounter any lines with red color or mention of error. I see there is some lines with kernel tainted in CPU 3 with some proccess ID lsof. I have no idea what it means, a quick google and my speculation suggests that the kernel is not in pristine condition. Can you check with your experienced eyes if you see any warnings or errors, that I need to worry? The diagnostics are attached. unraid-diagnostics-20240605-2147.zip
-
unraid web ui unresponsive
Did a chkdsk of a boot drive on a windows machine fixed the read-only issue. I was also able to enable the syslog mirror on the usb drive. Hopefully I will be able to share the diagnostic now if server crashes.
-
unraid web ui unresponsive
in the monitor i see: unraid login: sed: couldn’t open temporary file /boot/config/sedwmnHkH: Read-only file system but this time i was able to login the ui, and i see red notification USB flash drive failure: time Alert[UNRAID] - USB drive is not read-write Cruzer_Fit(sda) does this mean my usb is failing? I will enable syslog server this time.
-
unraid web ui unresponsive
no cli. cannot ssh to the machine. it is headless, may be try to hook the monitor?
-
unraid web ui unresponsive
Unfortunately, when I was planning to enable syslog server, I noticed that the server is not accessible from web UI as well as ssh. I did hard reboot and unraid is seen in the DHCP clients of my router but cannot access webui and ssh. Looks like the server is dead. 😭 What should be my next step, any guidance?
-
unraid web ui unresponsive
I noticed that, so I ran xfs_repair for both disk 2 before and still see that. I could not find lost+found in disk root directory. Am I using the right syntax: xfs_repair -V -L /dev/md2p1 xfs_repair -V -L /dev/md1p1 My server crashed this morning. When checking in the UDM (router), I was not able to see unRAID IP in the clients, but server was running; running in the sense that it had power but was not able to access it via SSH and WebUI. so had to force restart. Not sure what is causing this crash. Here is the diagnostics after the restart, if you can find something. unraid-diagnostics-20240601-1108.zip
-
unraid web ui unresponsive
-
[Plugin] Docker Compose Manager
I get the same but in my router pihole takes the static IP that I assigned here. Can you access the pihole webui? http://192.168.70.102/admin in your case.
-
unraid web ui unresponsive
I checked and disk 2 doesn't have any Lost+Found. Web UI is accessible so far. Some how Parity check ran, may be because there was some issue in reboot. Parity check going about 230MB/sec will take few more hours. Hopefully things will get to normal. 🙂
-
unraid web ui unresponsive
Yes the drive mounted OK. There is no lost+found folder in the root of boot. Is that the location I should check?
-
unraid web ui unresponsive
I was able to go to maintenance mode by rebooting the system to safe mode. I ran >> xfs_repair -v /dev/md2p1. Looks like it cleared reflink flags on inode during Phase 4. Not sure what it meant but the diagnostic in syslog no longer shows any issue. I will keep the system on for few days and see if the issue revisits. I will update again in few days with the progress. Thank you @itimpi
-
[implemented] Feature Request: Automatic chkdsk for USB drive
I was having web ui connection issue and found "May 29 10:37:58 unraid kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck." issue. I checked the flash drive and there is no FSCK files so far. I am running unraid: 6.12.10 in safe mode (right now). Any insights?
-
unraid web ui unresponsive
I am trying to stop the array in maintenance mode from GUI, but the proceed doesn't do anything. Is there option to stop it via SSH?
-
unraid web ui unresponsive
Hello all: my unraid web gui is un responsive. I can log in one time which takes me to Main. After that I cannot do anything, cannot go to different menu like Docker, Dashboard. I can go to Settings and tools to get the diagnostics. Can you point me in the right direction? I have attached the diagnostics from the unraid. Thank you. unraid-diagnostics-20240529-0437.zip
-
[Plugin] Docker Compose Manager
I have that setting on from beginning. And I created networks like this in the docker compose. I am not sure how I created dockernet. I think I used CLI to create that. Anything I am doing wrong? Thank you,
-
[Plugin] Docker Compose Manager
I am not sure how to create persistent docker networks, is there any link I can follow. My issue is also same as @L0rdRaiden. Here are my network settings, if you can quickly see anything wrong. Thank you,
-
[Plugin] Docker Compose Manager
No I do not have any custom script related to dockers. I will give a restart and try to gather the logs for further insights.
-
[Plugin] Docker Compose Manager
Does this mean, I am the only one with this issue? All my docker are turned off on the containers it self. I only have pi-hole auto start on on the docker-compose stack. Not sure what is triggering auto start of all the docker during the restart of unraid server 😞