hrv231

Members
  • Posts

    52
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hrv231's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. Hello, I'm still having a problem with the plugin, when the docker compose has a mix of bridge networks and macvlan networks. Docker compose: services: qbit: image: linuxserver/qbittorrent:latest restart: unless-stopped environment: - UMASK=000 - PUID=99 - PGID=100 - TZ=America/Los_Angeles - WEBUI_PORT=8090 - TCP_PORT_6881=6881 - UDP_PORT_6881=6881 ports: - 6881:6881 - 6881:6881/udp - 8090:8090 volumes: - /mnt/user/appdata/qbittorrent:/config:rw,slave - /mnt/user/qb-completed:/completed:rw,slave - /mnt/user/qb-incomplete:/incomplete:rw,slave networks: eth0: ipv4_address: 10.10.30.90 jackett: image: linuxserver/jackett //reduced info network_mode: bridge radarr: image: linuxserver/radarr //reduced info network_mode: bridge depends_on: - qbit - jackett sonarr: image: linuxserver/sonarr //reduced info network_mode: bridge depends_on: - qbit - jackett networks: eth0: external: true name: eth0 This is what the GUI shows: As you can see, the docker that is supposed to have the real ip, is not showing that IP, and for some reason unknown to me, it shows the same IP as one of the dockers from the same "docker compose" Is someone else seeing the same error?
  2. Thank you. So.. you just use it like that?
  3. I didn't name it, it is the one by default when you turn off bridging and binding.
  4. Hello, I just want to check if this is normal in this plugin? I'm running a normal docker compose to test the plugin. Each of my services are running like this, example: graylog: networks: eth0: ipv4_address: 10.10.10.20 networks: eth0: external: true name: eth0 The Docker tab doesn't show the name of my network, instead it shows the id of it. I'm using macvlan, "no bridge" and "no bonding" root@Tower:~# docker network inspect eth0 [ { "Name": "eth0", "Id": "a38b1ae9bf3865b59f1c58c33308a3885528d2d57241ed44fe812caa63aae6d3", "Created": "2023-11-18T17:02:18.576907217-08:00", "Scope": "local", "Driver": "macvlan", "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ {
  5. Thank you @dlandon I removed those packages and had to upgrade from 6.9.2 to 6.11.0 It is a big jump, but the plugin is working now. Now to check all the other plugins...
  6. Hello, Reading the NerdPack thread, users are recommending to put your packages inside /boot/extra and uninstall NerdPack since it is not going to be working on version 6.11. I did this, and put on my /boot/extra the following files: glib2-2.46.2-x86_64-2.txz glibc-2.33-x86_64-5.txz perl-5.34.0-x86_64-1.txz Rebooted and I see that perl was installed and my Auto Fan plugin works fine. The File Activity on the other hand stopped working, giving this error: Sep 25 20:37:47 Tower ool www[4948]: /usr/local/emhttp/plugins/file.activity/scripts/rc.file.activity 'update' Sep 25 20:37:47 Tower file.activity: Stopping File Activity Sep 25 20:37:47 Tower file.activity: File Activity is not running Sep 25 20:37:47 Tower file.activity: Starting File Activity Sep 25 20:37:47 Tower atd[8547]: PAM unable to dlopen(/lib64/security/pam_unix.so): /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /lib64/libpthread.so.0) Sep 25 20:37:47 Tower atd[8547]: PAM adding faulty module: /lib64/security/pam_unix.so Sep 25 20:37:47 Tower kernel: atd[8547]: segfault at 0 ip 000014cb08ca2899 sp 00007fff79fbb5f0 error 4 in libpthread-2.33.so[14cb08ca2000+f000] Sep 25 20:37:47 Tower kernel: Code: 00 48 c7 82 e8 02 00 00 e0 ff ff ff b8 11 01 00 00 66 48 0f 6e c7 66 0f 6c c0 0f 11 82 d8 02 00 00 0f 05 48 8b 05 27 57 01 00 <48> 8b 00 64 48 89 04 25 98 06 00 00 0f b6 05 5c 5a 01 00 64 88 04 Sep 25 20:37:51 Tower ool www[3881]: /usr/local/emhttp/plugins/file.activity/scripts/rc.file.activity 'start' Sep 25 20:37:51 Tower file.activity: Starting File Activity Sep 25 20:37:51 Tower atd[8834]: PAM unable to dlopen(/lib64/security/pam_unix.so): /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /lib64/libpthread.so.0) Sep 25 20:37:51 Tower atd[8834]: PAM adding faulty module: /lib64/security/pam_unix.so Sep 25 20:37:51 Tower kernel: atd[8834]: segfault at 0 ip 000014cb08ca2899 sp 00007fff79fbb5f0 error 4 in libpthread-2.33.so[14cb08ca2000+f000] Sep 25 20:37:51 Tower kernel: Code: 00 48 c7 82 e8 02 00 00 e0 ff ff ff b8 11 01 00 00 66 48 0f 6e c7 66 0f 6c c0 0f 11 82 d8 02 00 00 0f 05 48 8b 05 27 57 01 00 <48> 8b 00 64 48 89 04 25 98 06 00 00 0f b6 05 5c 5a 01 00 64 88 04 Sep 25 20:37:59 Tower emhttpd: cmd: /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin checkall Sep 25 20:38:00 Tower kernel: vethfc91575: renamed from eth0 Sep 25 20:38:00 Tower kernel: eth0: renamed from vethacb0ddf Sep 25 20:38:22 Tower ool www[4948]: /usr/local/emhttp/plugins/file.activity/scripts/rc.file.activity 'start' Sep 25 20:38:22 Tower file.activity: Starting File Activity Sep 25 20:38:22 Tower atd[10530]: PAM unable to dlopen(/lib64/security/pam_unix.so): /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /lib64/libpthread.so.0) Sep 25 20:38:22 Tower atd[10530]: PAM adding faulty module: /lib64/security/pam_unix.so Can the Author of the plugin make it work with glibc version 2.33, it seems the plugin works with version 2.32, but when I try to put v2.32 on the boot/extra, the GUI never comes up. Please let me know if you need more info from me. I'm still running 6.9.2 Thanks.
  7. Hello, I'm clearing a new USB WD drive with the docker, but in my case I didn't put any "-c #" for more than 1 cycle. I wonder if there is a way after the clear and postread is done, that I can run again the script to do only the preread and postread option, or only preread option but twice, in order to stress-test the drive before shucking it. Unless there is no reason to it? Please let me know. Thanks.
  8. I rearrange the dockers, none of my dockers run their network through another container, generally each docker has its own IP, all dockers on the same network.
  9. @Squid thanks for taking the time. Yes, I do have a user script where I run it every hour to update the libraries, so thank you, I think that was it. What do you think about the first issue, the one where not all the docker starts?
  10. Hello, As the subject says, I have seen this issue several times even before I upgraded from 6.8.3 to 6.9.2, where when I click Start All, dockers tab, not all the dockers start. The good thing is that the dockers who doesn't start are the ones who I generally don't use. I can click over there and manually start them, and they all work fine, it is just strange that not all starts. The other issue I have and it might be related is that as soon as I Start the Array, 2 dockers starts automatically, even though I don't have any of my dockers to "autostart", the weird thing is that these 2 dockers are from the same image, in my case they are PhotoPrism, but I have 2. I don't know what to check on this, the config looks fine for me. Thanks.
  11. I'll prefer to do a mover button and schedule per "cache"
  12. Safe mode shows the same thing related to Parity Tuning. I decided to install it again, and thankfully it shows the error. Unfortunately the System Temp options is something else that is not working.