Kilrah
Members
-
Joined
-
Last visited
-
Currently
Viewing Topic: Introducing Apprise-Go: Universal Notifications in a Single Binary
Solutions
-
Kilrah's post in Docker directory was marked as the answerNope, you have to wipe it and recreate on the new drive.
Image is easy to move, folder can't be moved as it makes use of filesystem featrues that won't survive a simple copy.
Also it seems the drive you want it on is zfs, folder on zfs drives is known to be problematic and break often/cause server crashes. Switch back to image if you want your Docker system on a zfs drive.
-
Kilrah's post in VM: Unable to resize vdisk (.vmdk file) was marked as the answerqemu-img can't resize a vmdk, would need to convert or use vmware to resize.
Maybe best to download the qcow2 version (labelled for proxmox) or raw img version instead.
-
Kilrah's post in User "root" umbennenen was marked as the answerWeil es einfach nicht möglich ist.
-
Kilrah's post in how to delete a docker stack was marked as the answerClick on the gear next to the stack name.
-
Kilrah's post in From my Win 11 PC how to add Unraid array as a network Drive. was marked as the answerhttps://docs.unraid.net/unraid-os/manual/shares/network-access/#access-permissions-at-share-level
-
Kilrah's post in Can anyone explain this Error? Double IP? was marked as the answerKnown
-
Kilrah's post in Nginx Proxy Manager Proxy Host does not forward request to port # was marked as the answerDon't use 127.0.0.1, that's be the local address of the container. Use the actual network IP of where the service is running.
-
Kilrah's post in Server crashes within 1min of using jellyfin was marked as the answerDiags are just after boot so don't show any error, but that looks like filesystem corruption, Check filesystem
-
Kilrah's post in btrfs cache pool - system/docker/btrfs/subvolumes - takes up a lot of space ~70gb (11 Containers). was marked as the answerIf you used du it's simply inaccurate due to the way layers work, it'll end up counting the same thing many times over.
-
Kilrah's post in Moving files between Mint KVM and Unraid host was marked as the answerIf you want to use 9p you have to manually mount the share from command line or fstab.
NFS also needs some manual care... easiest is probably smb.
-
Kilrah's post in binhex-qbittorentvpn setup was marked as the answerSee the support thread for that container, latest version is broken.
-
Kilrah's post in Why can't I change my account password? was marked as the answerhttps://account.unraid.net/
-
Kilrah's post in Question about Unraid and Docker versioning for self hosted repository was marked as the answerWorks just fine here with the registry container on bridge.
I do have it reverse proxied with SSL though.
-
-
Kilrah's post in New server - docker way to much memory was marked as the answerYou have Docker set to use a folder so that essentially reflects the used space on the drive your system share is on.
-
Kilrah's post in Unable to change https/SSL port without losing access to Unraid webGUI was marked as the answerIt gives that container its own IP on your network with all ports available as a result.
-
Kilrah's post in user/: Transport endpoint is not connected was marked as the answerReboot.
-
Kilrah's post in Upgrading from 6.1 was marked as the answerThat's 8 years old, doubt you can still upgrade automatically.
I'd screenshot the main page with disk assignments, backup the entire flash drive, redo an install with the creator and restore the config folder, but I'd also expect some stuff to be broken afterwards, so much has changed since.
Also make sure your hardware is able to run the current version, particularly RAM.
-
Kilrah's post in Everything is showing as protected. Default docker appdata location is not a cache-only share. was marked as the answerYou can set it to primary Cache, secondary array, mover goes array->cache, shutdown the docker service and run the mover.
-
Kilrah's post in Parity Disk - 52 errors, or not? was marked as the answerSMART log does show uncorrectable errors at the locations unraid couldn't read, so yeah that's a bad disk.
What's on the parity drive is indeed just garbage that means nothing in an array with >2 drives.
-
Kilrah's post in Error with license key was marked as the answerCopy the license file from a previous usb backup into the config folder, redownload it from your email link, or from unraid connect if you linked with that
-
Kilrah's post in Unassigned Devices Plugin Greyed Out Reboot was marked as the answerWhat?!
But yeah, reboot is the official solution. Usually doing a manual unmount of the stale mountpoint in the terminal works to avoid it. If you do a 'mount' to list mounts you should see it in /mnt/disks and be able to 'umount' it.
-
Kilrah's post in ZFS Mirror to new 2 Disk Array was marked as the answerThe data is mirrored (maybe not necessarily 1:1 on the exact same drive bits?) and metadata will differ since zfs knows it is supposed to be a 2-drive pool, is able to know a disk is missing and which. If you put that in the array the single data drive might mount but as a degraded 2-drive pool.
-
Kilrah's post in Blacklisted USB-stick was marked as the answerIt has nothing to do with the machine, only the usb drive. The one you originally used would have been blacklisted when you transferred the license, but new ones shouldn't.
Possible your location could be selling fake Sandisk sticks, it's the brand that's the most counterfeited in the field. Try another brand.
-
Kilrah's post in Mover not working was marked as the answerLooks like you have the Mover Tuning plugin installed, it being not/improperly configured is a common cause of "mover not working" issues. Check settings/remove it if you don't need it.