-
[Plugin] Swapfile for 6.9.1
Thanks for your insights. The goal is to prevent oom with swapiness really low, i'll try just to see!
-
milouz started following [Support] binhex - UrBackup , [Plugin] Swapfile for 6.9.1 and unable to get webui working, 404 error
-
[Plugin] Swapfile for 6.9.1
hi @primeval_god, my cache pool is in zfs, so i start looking for an alternative solution and ended up reading this blog post : https://blog.nerdcruft.net/2017/02/06/linux-swap-over-loopback-devices/ so, I have written a small bash script to implement this using user script plugin: #!/bin/bash # Chemin du fichier de swap SWAP_FILE="/mnt/cache_nvme/system/swapfile" # Taille du swap en Mo SWAP_SIZE=4096 # 4 Go # Vérifier si le fichier de swap existe, sinon le créer if [ ! -f "$SWAP_FILE" ]; then echo "Création du fichier de swap..." dd if=/dev/zero of="$SWAP_FILE" bs=1M count=$SWAP_SIZE chmod 600 "$SWAP_FILE" fi # Trouver un loopback disponible LOOP_DEVICE=$(losetup -f) # Associer le fichier de swap au loopback losetup "$LOOP_DEVICE" "$SWAP_FILE" # Formater en swap mkswap "$LOOP_DEVICE" # Activer le swap swapon "$LOOP_DEVICE" # Régler le swappiness SWAPINESS=42 echo $SWAPINESS > /proc/sys/vm/swappiness echo "Swap activé sur $LOOP_DEVICE avec une taille de $SWAP_SIZE Mo et un swappiness de $SWAPINESS." if it can help you to implement a workaround for your plugin with zfs...
-
unable to get webui working, 404 error
Ok, I think I understood what happend. I had a traefik instance on my swarm, when I first join the swarm with unraid it wasn't running. I started it later on, but didn't notice the webui wasn't accesible at this time. Traefik messed up Ports 80 and 443 port on unraid host. rookie mistake... thanks for your help @JorgeB.
-
unable to get webui working, 404 error
ok, so stock install works, then adding docker config doesn't. I had join my swarm with unraid, which seemed working fine for several days until now. Removing it from my swarm seems to solve my problem. Not sure what is the link between joining a swarm and not having access webui though. we'll see if the problem come back...
-
unable to get webui working, 404 error
so, i copied back files from flash backup using this: https://docs.unraid.net/unraid-os/getting-started/manual-install-method/ no luck, still no webui. in safe mode, i got ERR_CONNECTION_REFUSED in chrome and i suspect the array is not starting
-
unable to get webui working, 404 error
I tried to use unraid usb creator to recreate my flash drive but i got "MISSING GUID" on the key i'm already using... does it mean it is dying?
-
unable to get webui working, 404 error
Thanks for the link. I was unaware of the diagnostics command to use with cli! nas-diagnostics-20240911-1021.zip
-
unable to get webui working, 404 error
Hi, when navigating to http://localip i get redirected to https://localip and get a "404 page not found" error message. by searching in forum i ended up deleting certs in /boot/config/ssl/certs, but a new one appear after reboot. I can't access the webui which is quite annoying. everything else seems to work fine. any idea?
-
[PLUGIN] mergerFS for UNRAID (Support Topic)
May I ask you what is the prupose of using mergerfs on unraid?
-
Dynamix File Integrity plugin
is there any news on that? What can I do to make the plugin automatically calculate hash for new files that where moved by the mover from cache to array? is it possible to make the plugin calculate hash for file even if it is on cache and not on the array? I discovered that I have a lot of files without blake3 hashes despite '"Automatically protect new and modified files" option is enabled.
-
[Plugin] Tailscale
Thanks for your help. I'll try to ask tailscale also. nas-diagnostics-20230609-2323.zip
-
[Plugin] Tailscale
My logs are full of this kind of line: Jun 9 15:47:12 NAS tailscaled: 2023/06/09 15:47:07 wg: [rNaiD] - Failed to send handshake initiation: peer's node key has expired all my devices on my tailscale network have valid key and my unRAID server has Expiry disabled what does these errors mean?
-
[Support] binhex - UrBackup
Hi @binhex, I made my own docker image in order to get btrfs snapshot working corectly, it seems you need the user to run urbacksrv to be urbackup, ie do not change USER="urbackup" at the end of /etc/default/urbackupsrv, instead I use entrypoint.sh for re-writing uid and gid to map urbackup and nobody. feel free to give it a try if you want. entrypoint.sh Dockerfile
-
[Support] binhex - qBittorrentVPN
@binhex similar problem here using mullvad and 4.4.5-2-01. resolve by using 4.4.5-1-01 instead.
-
[Support] binhex - qBittorrentVPN
Hi! I'm facing a strange issue. in fact, i have a custom docker network supporting ipv6. radarr, sonarr and others are able to talk to each other using container name instead of ip, but binhex-qbittorrentvpn is unreachable. ping binhex-qbittorrentvpn from radarr and sonarr give me Addresse unreachable, unless I explicitly ask for ipv4 ping. even stranger, ping work briefly when I restart qbittorrent container... Any advise?
milouz
Members
-
Joined
-
Last visited