doctortt

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by doctortt

  1. Hi, it's the new year and the MakeMKV docker has stopped working. It was working a few days ago. Please see screenshot below.
  2. quick question - how stable is this plugin?
  3. Hi, I'm using the openvpn docker. Based on the log below, am I having issues with connecting to my VPN service provider? Error: ipv4: FIB table does not exist. Dump terminated + exec sg vpn -c 'openvpn --cd /vpn --config /vpn/vpn.ovpn --script-security 2 --redirect-gateway def1 --auth-user-pass /vpn/vpn.auth ' ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- 2023-09-09 20:19:28 DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 2023-09-09 20:19:28 WARNING: file '/vpn/vpn.auth' is group or others accessible 2023-09-09 20:19:28 OpenVPN 2.6.3 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] 2023-09-09 20:19:28 library versions: OpenSSL 3.0.9 30 May 2023, LZO 2.10 2023-09-09 20:19:28 DCO version: N/A 2023-09-09 20:19:28 TCP/UDP: Preserving recently used remote address: [AF_INET]146.70.137.122:1195 2023-09-09 20:19:28 UDPv4 link local: (not bound) 2023-09-09 20:19:28 UDPv4 link remote: [AF_INET]146.70.137.122:1195 2023-09-09 20:19:28 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this 2023-09-09 20:19:29 [server] Peer Connection Initiated with [AF_INET]xxx.xx.xxx.xxx:1195 2023-09-09 20:19:30 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results 2023-09-09 20:19:30 TUN/TAP device tun0 opened 2023-09-09 20:19:30 net_iface_mtu_set: mtu 1500 for tun0 2023-09-09 20:19:30 net_iface_up: set tun0 up 2023-09-09 20:19:30 net_addr_ptp_v4_add: 10.33.0.6 peer 10.33.0.5 dev tun0 2023-09-09 20:19:30 Initialization Sequence Completed
  4. Ok thanks. I did this and it fixed the issue.
  5. This Krusader app is so confusing. See the screenshot. Why is Krusader showing 28.6GB when I'm 100% certain that this path has like 10 TERABYTES available? The share below is a dataset on a ZFS POOL. This wrong capacity is preventing me from copying a batch of files in excess of 28.6GB.
  6. This Krusader app is so confusing. See the screenshot. Why is Krusader showing 28.6GB when I'm 100% certain that this path has like 10 TERABYTES available? The share below is a dataset on a ZFS POOL. This wrong capacity is preventing me from copying a batch of files in excess of 28.6GB.
  7. See log full log below. I really don't want any OPTIONAL components to be loaded. If they were called OPTIONAL, no reasons they should be loaded by default even if they were not specified in the docker template. I keep on getting those healthy and unhealthy status in log, and it's very annoying. If that's the case, I might just go ahead to use the openvpn docker directly - something simple and straight forward. ``` ├── OpenVPN version: 2.5 | ├── User: [set] | ├── Password: [set] | ├── Ciphers: [aes-128-cbc] | ├── Auth: sha256 | ├── Network interface: tun0 | ├── Run OpenVPN as: no | └── Verbosity level: 1 ├── DNS settings: | ├── DNS server address to use: 127.0.0.1 | ├── Keep existing nameserver(s): no | └── DNS over TLS settings: | ├── Enabled: yes | ├── Update period: every 24h0m0s | ├── Unbound settings: | | ├── Authoritative servers: | | | └── cloudflare | | ├── Caching: yes | | ├── IPv6: no | | ├── Verbosity level: 1 | | ├── Verbosity details level: 0 | | ├── Validation log level: 0 | | ├── System user: root | | └── Allowed networks: | | ├── 0.0.0.0/0 | | └── ::/0 | └── DNS filtering settings: | ├── Block malicious: yes | ├── Block ads: no | ├── Block surveillance: no | └── Blocked IP networks: | ├── 127.0.0.1/8 | ├── 10.0.0.0/8 | ├── 172.16.0.0/12 | ├── 192.168.0.0/16 | ├── 169.254.0.0/16 | ├── ::1/128 | ├── fc00::/7 | ├── fe80::/10 | ├── ::ffff:127.0.0.1/104 | ├── ::ffff:10.0.0.0/104 | ├── ::ffff:169.254.0.0/112 | ├── ::ffff:172.16.0.0/108 | └── ::ffff:192.168.0.0/112 ├── Firewall settings: | ├── Enabled: yes | └── Outbound subnets: | └── 192.168.1.0/24 ├── Log settings: | └── Log level: INFO ├── Health settings: | ├── Server listening address: 127.0.0.1:9999 | ├── Target address: cloudflare.com:443 | ├── Duration to wait after success: 5s | ├── Read header timeout: 100ms | ├── Read timeout: 500ms | └── VPN wait durations: | ├── Initial duration: 6s | └── Additional duration: 5s ├── Shadowsocks server settings: | └── Enabled: no ├── HTTP proxy settings: | └── Enabled: no ├── Control server settings: | ├── Listening address: :8000 | └── Logging: yes ├── OS Alpine settings: | ├── Process UID: 1000 | ├── Process GID: 1000 | └── Timezone: america/new_york ├── Public IP settings: | ├── Fetching: every 12h0m0s | └── IP file path: /tmp/gluetun/ip └── Version settings: └── Enabled: yes ```
  8. I will post the logs later. How do I get rid of those health check? They seem unnecessary to me and I thought removing the OPTIONAL components in the docker template would get rid of the health check, but that's not the case. I just feel that Gluetun overall over-complicates things. VPN should just be light weight - no reason to default many unnecessary components.
  9. I deleted all those optional health check components in the docker template, but when I started the Gluetun docker, those health settings came back. See screenshot please.
  10. Thank you - I tested it and understand how it works now. Thanks
  11. @ich777 Can luckybackup create incremental backups like this? https://linuxconfig.org/how-to-create-incremental-backups-using-rsync-on-linux
  12. The health check in Gluetun is so annoying. I keep on getting unhealthy constantly. I looked up on Github and tried several things. None of them work and my log keeps on flip flopping between unhealthy and healthy. I use openvpn within Gluetun. With that, Im thinking if I should just ditch Gluetun and use openvpn docker instead to make things more simple. The docker template on Community Application comes with so many variables; can someone please tell me which variables I can just remove them from the template?
  13. I tried this before my initial post and that didn't work as well. Has anyone else here gotten a GPU to work in photoprism?
  14. Yes, I have ```--runtime=nvidia``` in Photoprism. Jellyfin, Plex, Frigate, etc. all work fine with GPU passthrough. Photoprism does have documentation, but just not documentation surroudning on facial recognition.
  15. Noted, I will look into this more.
  16. 1) Has anyone gotten Photoprism to work with an Nividia GPU? I opened a github case but the Photoprism team kept on saying it's my issue on Unraid WHEN I got the same gpu to work on Jellyfin, Plex, Frigate, etc. The contributors just stopped helping at all. I added all these attributes/variables in Photoprism as well as adding the nvidia runtime command. I could start Photoprism without any issue at all, but the app wasn't using the Gpu for anything. Can someone provide me with some insights? 2) Secondly, has anyone gotten Photoprism's facial recognition with tensorflow to work? Again, I opened a github case and the Photoprism team offered NO help, no documentation, no nothing. They just pointed me to go to their website to look at tensorflow. But, what is the point when it offers no documentation to get it to work?
  17. Can someone please confirm whether you could manually turn on the fans on a founder edition gpu with nvidia-smi? The default fan curve in vbios works, but the fans don't kick in until the temperature gets high, so I'm exploring the possibility to turn on the gpu fan manually.
  18. Thanks. I can confirm that this issue has been resolved in the latest version of the plug-in.
  19. Absolutely no luck at all. I posted the question on Netadata's github for some time and nobody responded, not even the Netdata team. Unbelievable. I also tried to ask on discord and nobody knows. I'm very surprised that for those who use netdata, they don't even care about monitoring hdd temp?
  20. I don't see Corsair RMx is supported. Can someone please confirm? Thanks
  21. I'm on 6.12 rc6 and I have an alder lake igpu and an nvidia gpu. I tried to move gpu tiles around on the dashboard. After I hit the lock icon to lock the dashboard and then hit refesh, the order of gpu tiles reverts back to the previous state. Any clues?
  22. Thank you so much. I see that 535.43.02 is now available on RC6 and I installed it - much appreciate it for making it available. Yes, ``` nvidia-persistenced``` is what I needed. It's only when the driver is loaded (either linux version or windows version), then the default vbios fan curve will come into effect.
  23. Yes, I'm on 6.12 rc6. I'm a new Unraid user from Truenas Scale and I need ZFS so that's why I went with 6.12 rc6. I guess I will have to wait for Lime to make 6.12 stable in order to have the latest Nvidia driver. The reason I'm asking for the latest driver because I notice the 535.43.02 has a long list of issues fixed and I have a 4060ti founder edition (came out not long ago) installed in my Unraid box. I have been researching on the fan behavior of my 4060ti FE and I just wanted to have the latest driver package to cross out any driver related issue but understanding that fan behaviors are driven by the default vbios. To provide more context, I learned from the official Nvidia forum that Founder Editions in general don't have advanced cooling like the AIBs, as a result, the fans of FE cards including my 4060ti run at 30% constant by default at all time and this cannot be changed. The issue Im experiencing is that the fans dont ramp up to higher % and it stays at 30%. I did another test by passing through the gpu to a vm and was able to make the fans to ramp up to higher than 30% using a custom fan curve with msi afterburner , but as you know, once the vm / afterburner is shut, the custom fan curve setting goes away.
  24. May I request the author make driver version 535.43.02 available (released on May 30, 2023)? Thanks