pbear

Members
  • Posts

    54
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

1451 profile views

pbear's Achievements

Rookie

Rookie (2/14)

7

Reputation

  1. Hello, About the docker Dozzle, Even when we change the env variable WebUI for another value, the daemon still listens to 8080. This env. variable is by default in the template.
  2. Problem solved with the new v6.12.6 indeed 👍 Thanks for your work.
  3. I confirm this v6.12.6 solved the ipv6 problem I had since v6.12.4 , the sshd now listen well on every ip \o/ Thank you for this release, have a nice day everybody.
  4. Hello, Well, I already did send my diagnostics file to the support by email, had opened a thread and even opened a thread on discord. The only answer I got was from the support (email) who adviced me to wait for the next release. Anyway I updated my thread with extra infos and a new diganostic file. Thanks,
  5. So I had downgraded to 6.12.3. But now that the v6.12.5 is out I tried it: the ipv6 works with the docker. But I still can't connect to the server itself, the ssd still does not listen to ipv6. ⚡ root@unraid:~# netstat -tulpn | grep 22 LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=31080,fd=3)) I tried restarting the /rc.sshd script and it populates my ssh_config like that: ListenAddress 10.0.2.2 # br0 ListenAddress 192.168.12.2 # br1 ListenAddress 0 # which is wierd , IMHO. I don't know this "0" And there should be one line "ListenAdress ::" I believe. The script gives a error message when restarting: "/etc/rc.d/rc.library.source: line 74: printf: 0xmetric: invalid hex number" ⚡ root@unraid:~# sed -n '73,74p' /etc/rc.d/rc.library.source [[ -n $b ]] && d= a=${a%$f*}${f}$(for q in ${b//./ }; do printf "$d%03x" "0x$q"; d=.; done) [[ -z $m ]] && echo $a || echo $a/$m Could be a syntax error in this other script ? unraid-diagnostics-20231129-1955.zip
  6. As I already had with 6.12.4, I cannot connect to my unraid server through his ipv6. I had downgraded to 6.12.3 until now for this reason (among others). ⚡ root@unraid # ss -tlpn | grep :22 tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=24054,fd=3)) I don't know why it doesn't listen on [::]:22 Any idea ? (But with this version, unlike v6.12.4, the ipv6 works with my docker containers.)
  7. @aglyons I did a rollback because my ipv6 didn't work at all since I upgraded to 6.12.4. I contacted the support and their answer is to wait another release, indeed. But when I came back to 6.12.3 I also had to switch back to macvlan because with IPVLan all my containers have the same Mac address and my ubiquiti UDM isn't able to detect them as "separate clients". So I couldn't route them individually anymore (because they don't appear in the drop menu in the interface of the UDM). Did you find a solution ?
  8. Hello, As I got no answer, I ended up contacting the support. But as I said I also have trouble with ipv6 on the unraid itself (with the sshd not listening anymore on the ipv6).
  9. Hello, After I upgraded to v6.12.4, it looks like my ipv6 does not work correctly anymore. First I couldn't ssh my server because the ssh doesn't listen to ipv6 anymore, only ipv4: root@unraid:~# netstat -tulpn | grep 22 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 7411/sshd: /usr/sbi Second, the ipv6 is not available for docker containers. The ipv6 subnet doesn't appear in the EDIT view of the containers. So I had to remove it from each of them to be able to start them. My docker network type is ipvlan. My config is the following: Also, I have a error message: I believe it's not related to ipv6 but it also appeared with the last update. What can I do ? KR,
  10. I see that the template already set a limit to 12G. Isn't it another container that gobbles up all the RAM ?
  11. Hello, I got the alert message again. **Out Of Memory errors detected on your server** I have 4 VM running, using a total of 20G on the 64G available. I have around 32 docker containers running, is it too much ? I join the diagnostic file form today. Could it be analysed ? Thanks, unraid-diagnostics-20230820-0944.zip
  12. Ok, nothing special on the diagnostic file ? I'll update this thread if this happens again.
  13. Did something change with a recent update ? I cannot connect to the web interface anymore. I checked through the console, and no deamon are listening on 8080 (or 9090) anymore: Do I have to do something ? KR,
  14. Hello, Today in the report of the plugin Fix Common Problems, I see: * **Out Of Memory errors detected on your server** So could you check why ? I join my diagnostic report file. For now: Yesterday evening, as we were watching a movie through Appletv4k (Plex) and the unraid server (Plex container), the Plex server suddently crashed. It came back by itself after ~1 minute. Maybe there is a link between both events. Thank you, unraid-diagnostics-20230813-1908.zip
  15. Hello, I see the same error messages in my libvirt logs: 2023-04-21 05:06:45.301+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error 2023-04-21 05:16:47.245+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error 2023-04-21 05:26:49.130+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error 2023-04-21 05:36:51.072+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error 2023-04-21 05:46:52.946+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error 2023-04-21 05:56:54.872+0000: 11094: error : virNetSocketReadWire:1791 : End of file while reading data: Input/output error Also, when I reboot my unraid server I receive an email about an error: Event: VM Autostart disabled Subject: vfio-bind-error Description: VM Autostart disabled due to vfio-bind error Importance: alert I'm not sure that both events are related.