cambriancatalyst

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by cambriancatalyst

  1. Not sure what changed but my logs are being flooded with the following all of a sudden: Jan 2 23:57:12 Tower avahi-daemon[4533]: Registering new address record for 192.168.1.2 on bond0.IPv4. Jan 2 23:57:32 Tower avahi-daemon[4533]: Host name conflict, retrying with Tower-213 Jan 2 23:57:32 Tower avahi-daemon[4533]: Registering new address record for 192.168.1.2 on bond0.IPv4. Jan 2 23:57:52 Tower avahi-daemon[4533]: Host name conflict, retrying with Tower-214 I did some googling and found the following thread which suggests running the following `lsof -i -P -n | grep 5353` to identify what is using avahi-daemon service. When I do the following I get the results below: root@Tower:~# lsof -i -P -n | grep 5353 lsof: no pwd entry for UID 105 lsof: no pwd entry for UID 105 homebridg 431 root 36u IPv4 11114528 0t0 UDP *:5353 homebridg 431 root 37u IPv4 11114531 0t0 UDP *:5353 homebridg 431 root 38u IPv4 11114534 0t0 UDP *:5353 homebridg 431 root 39u IPv4 11114537 0t0 UDP *:5353 homebridg 431 root 41u IPv4 11095682 0t0 UDP *:5353 avahi-dae 4533 avahi 14u IPv4 5688774 0t0 UDP *:5353 python3 24788 root 13u IPv4 72963 0t0 UDP *:5353 node 26312 root 31u IPv4 64934 0t0 UDP *:5353 node 26312 root 32u IPv4 64935 0t0 UDP *:5353 lsof: no pwd entry for UID 105 lsof: no pwd entry for UID 105 avahi-dae 27626 105 10u IPv4 65043 0t0 UDP *:5353 I have attached my diagnostics. Would anyone be able to help with this issue? Thank you so much and Happy New Year!! tower-diagnostics-20240103-0001.zip
  2. @Tydell you are a gentleman and a scholar. I had given up. I’ll give this a try after work today. Thank you very very much!!
  3. Hi, this was working for the longest time and, at some point, it broke in my environment. Have tried re-pulling the image, redoing the config, host vs. bridge network modes, and rebuilding the DB but for some reason the container just finds itself in a constant state of restart. Here is what is getting run after I apply the docker template. Does this look right? Is there anything else I can attempt to troubleshoot? Any help or suggestions you can provide are very much appreciated. Thank you ``` docker run -d --name='invidious' --net='br0' --ip='192.168.1.27' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="invidious" -e 'TCP_PORT_3000'='3000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/invidious.png' -v '/mnt/user/appdata/invidious/config/':'/invidious/config':'rw' --restart=always 'quay.io/invidious/invidious' 69cd5458af0048cac4b74a1fda58a1652db5971dbb3199bbe07518db4de227b1 ```
  4. Getting this as well in same situation, 6.11.5 with my Win 10 VM Edit: Setting PCIe ACS override to downstream fixed for me
  5. Bump because still having this issue and would like to omit the specific process from the log, if possible. Thank you to anyone willing to engage
  6. Tried with SSH and got same behavior. Should I just do an unclean restart at this point? Any help is greatly appreciated
  7. CLI hangs and server seems to still be working normally and not rebooting
  8. No error, the UI just hangs. If I refresh I'm brought back to Main page
  9. Would modifying /etc/rsyslog.d/01-blocklist.conf to include a line for my repeating bluetooth output work? Can anyone at least answer this post with any additional information at all? Anyone?
  10. Unable to reboot or shutdown from UI in Safari or Firefox. Any help is appreciated. See diagnostic attached. tower-diagnostics-20230519-0640.zip
  11. So I would like to replicate the solution posted here but am unable to find syslog.conf. Is rsyslog.conf the equivalent in the higher OS versions?
  12. Bump, any help is appreciated if possible
  13. Hi all, I am using bluez to passthrough a usb dongle for use in home assistant docker container. It's working just fine except for one issue where my syslog is constantly filling with the following error. "bluetoothd[1419]: src/adv_monitor.c:btd_adv_monitor_offload_supported() Manager is NULL, get offload support failed" Does anyone know if there's a way to prevent this from getting logged since it doesn't seem to be negatively impacting my use case? Thanks very much
  14. Bump. please lmk if I can provide more info to help troubleshoot this. Thank you
  15. Greetings all, I have been experiencing some weird docker behavior over the past couple of weeks. The following two behaviors are consistently recurring: 1. Upon server reboot, my docker containers are unable to connect to the internet until I restart them. This happens consistently and a restart always fixes the issue 2. Certain docker containers are displaying "not available" for image updates. They are all from different repos/providers (linuxserver/hotio/etc). Please see diagnostic, attached. Let me know if I can provide any additional info to help troubleshoot. Thank you! tower-diagnostics-20230510-1454.zip
  16. You’re amazing!! and LOL at the Safari comment. It sucks but it’s the easiest way to sync tabs between my devices so I tolerate it. Thank you so much. I hope you’re liking your new device, sans Safari!
  17. It’s a less than year old M1 mac mini. It’s the fastest machine I own other than maybe my server. Its strange because this just started pretty randomly, everything worked fine on the same machine using the same browser for like 10+ months. Maybe Apple changed something behind the scenes with tab groups or something else. Anywho, I appreciate your response. Lmk if there’s any way I can help and enjoy your iMac!
  18. Hey there, still experiencing this behavior. Is there any info I can provide to help replicate or troubleshoot? Seems to be hanging on the exec.php but that's all I know thus far
  19. Hi, yes. Firefox works just fine. Interesting... I guess this is a bug in safari. I apologize, should've checked that first. Bummer that I can't use safari but I'll live. Thanks again!
  20. When the app tab freezes I get the following prompt from safari: "This webpage and one other page are not responding, so loading cannot be stopped. Do you want to force reload this page and "/usr/local/emhttp/webGui/scripts/run_cmd tail -f -n 90 /var/log/syslog (Tower):?"
  21. I noticed that if I reboot and go directly to the App tab it works fine. It starts exhibiting the same behavior after I've checked for docker updates. Does this information help with troubleshooting?