Everything posted by Kilrah
-
Unraid WebUI File Browser automatically overwriting files with same name during move operation
I've been able to reproduce it with the move operation between 2 shares on the same drive, destination is exclusive source is not, did not further test whether that matters.
-
Corrupt XFS filesystem
Filesystem corruption is often a sign of hardware issues like bad RAM.
-
[Support] binhex - qBittorrentVPN
Nope, Wireguard is its own thing, not linked to OpenVPN.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
What's the script? Does it unmount at the end? If the drive is disconnected without unmounting you'll get the "reboot" next time you connect it.
-
[Support] knex666 - Nextcloud
Add ":30" the the repository line, run it to upgrade to 30, then remove to go to 31.
-
see this in logs at the same time every night
Need to install the "Dynamix Schedules" plugin to see/edit those.
-
[Support] binhex - qBittorrentVPN
Assuming you're talking of the template system, the default value just becomes the set value on a fresh template install if nothing else is specified and isn't used again afterwards.
-
[Support] binhex - qBittorrentVPN
You probably reinstalled from Previous Apps, carrying over your bad config instead of starting with a fresh template. You've changed WEBUI_PORT, there should be no reason to change it from the default 8080. You've changed both sides of the webui port map, only the editable one should be changed, the container port must match the WEBUI_PORT.
-
Turbo write
The plugin simply toggles the reconstruct write setting based on its config.
-
if I'm using the virtio for a VM, can I use Intel quick sync in other rockers? trying to work out a bug here.
With that CPU you should be able to use gvt-g
-
[SOLVED] kernel: BTRFS error: bdev /dev/sdi1 errs: wr 0, rd 62020, flush 0, corrupt 0, gen 0
You didn't give diagnostics but an incomplete syslog, so the initial point isn't shown. But usually it's filesystem corruption rather than an issue with the drive itself, btrfs corruption is usually due to RAM problems so running a memtest would be a good idea.
-
[SOLVED] Adding storage to binhex-official-windows container
You have to either delete the recovery partition or use 3rd party tools to move it to the end so the free space is contiguous.
-
[SOLVED] Adding storage to binhex-official-windows container
You have to expand the partition within the VM, Windows Disk management. That's the same for any VM.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
-
Docker image disk utilization of 100%
With a few containers it's easy to fill the default 20GB these days. I would increase it by 20GB, not more at a time as too much is just wasted space on your precious SSDs. Also would warn a bit earlier if the image filling up is due to a configuration error.
-
Jellyfin Docker SQLite "unable to open database file" - a.k.a. Help with General File Permission in Unraid
Required appdata permissions vary by container so the only "best practice" is to never touch them or access appdata via SMB. Check that file's perms looks right compared to others in that container's appdata. But it could also mean the file is corrupted.
-
after adding one Disk to unraid it wont boot because USB isnt SDA anymore ?
Wouldn't get stuck in the middle of the unraid boot process if it wasn't booting from the unraid drive.
-
after adding one Disk to unraid it wont boot because USB isnt SDA anymore ?
How many disks? Connected how? What unraid version? Could be this if you're on 7.0.0 or have more than 16 drives that appear as sdX.
-
To many Volumes unused
Yeah you can docker volume prune -a Or select/delete in portainer.
-
Can I Run Unraid on MiniPC using UNAS Pro as storage?
No reason it wouldn't work, now as to performance/reliability you'll need to experiment.
-
Missing License Key
Only put the highest tier, looks like you upgraded at some point so get rid of that Basic.key, it's no longer needed. But if the drive won't mount it's probably failing and needing replacement.
-
[Plugin] Appdata.Backup
Files may change in the middle of the backup and result in an inconsistent/useless backup. If they don't start it sounds like there may be dependencies on others so you should probably use the group feature. Or handle stopping in your scripts.
-
Question: on which port are you running your unRAID web interface?
Multiple reasons to change ports like wanting to run a reverse proxy on Host so it can access all containers without needing Host Access to Custom Networks enabled, and no issues changing it whatsoever.
-
Question: on which port are you running your unRAID web interface?
Can be anything really, doesn't matter.
-
[Support] kilrah/dolibarr
Yes, this kind of variable is typically "what should be used in generated links".