Everything posted by remotevisitor
-
Weird behavior when moving files between disks (empty space not reclaimed?)
The most likely reason I can see for this behaviour is that some program have the files open (for reading or writing). When you are moving the files to another disk using krusader this deletes the directory entry (so from your perspective the files no longer exists on the disk), but the actual space occupied by the file is not released until all programs that have the file open release their file handles on the file. This is standard Linux behaviour.
-
I am selling my Server, am i able to transfer my licence to the new owners name
First IANAL but the link to the EU ruling peaked my curiosity. While the ruling covered the sale of the license to a 3rd party, I believe the ruling didn’t cover transferring "support and maintenance". So in the Unraid case, it is possible that replacement license keys and upgrade rights do not transfer to the 3rd party purchaser.
-
Some files not exported in SMB share after updating to 6.10
Possibly a bug in samba for previously allowing access which has been fixed in the latest version.
-
Some files not exported in SMB share after updating to 6.10
Permissions on the directory don’t look correct, in order to enter a directory it should have the x (eXecute) permission.
-
Mover not moving files (File already exsists)
Try find /mnt/disk* -name "Everest*" and see what it reports.
-
Parity check causes Plex to become unusable
Use the Parity Check Tuning Plugin to schedule the check to only run when you aren’t streaming from plex (eg overnight).
-
Selling my license
In the past we have had reports on the forum of people "selling" on an Unraid system to another person. Sometime later, when the next release comes out, the buyer finds they cannot upgrade because the flash drive for their system has been blacklisted. The seller had used the mechanism for transferring the license to another flash drive which blacklists the flash drive that was sold.
-
Selling my license
See "No Key Transfers" in https://unraid.net/policies
-
What is writing to my Unraid USB drive [Solved]
I would try turning off the docker and VM service and see if it stops. Then at least you know it is something to do with them. if it still continues, try booting in Safe mode from the Unraid boot menu, which will not load any plugins. See if it now stops. if at any stage it stops it will then be a case of working through enabling your plugins/dockers/VMs to find which one is the cause. this number of writes to the flash drive is certainly not normal.
-
What is writing to my Unraid USB drive [Solved]
Does seam a bit strange . how about trying ‘lsof +D /boot’ to see what has any open files on the flash.
-
What is writing to my Unraid USB drive [Solved]
I would do an ‘ls -ltR /boot’ and look at the output to see what files have recently been changed to see if that gives any idea what might be writing to the flash drive
-
[Plugin] Parity Check Tuning
Did your problem go away with the latest version of the plug-in, or did your problem persist?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Request for the addition of ‘spell’. I tend to use it when I need to bulk check text files for obvious spelling errors.
-
Dynamix WireGuard VPN
This only appears if you are ‘Advanced’ mode rather than ‘Basic’. Took me a while to find the delete the first time I wanted to do this.
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Have a read of this issue (towards the end there is a mention of a possible workaround) ...
-
[Plugin] CA User Scripts
You are correct, just remove the "-R" option when using the "mv" command.
-
[Plugin] CA User Scripts
The command you want to add to the script is: cp -R /mnt/disks/DELUGETorrents/Seedbox_Downloads/* /mnt/disks/DELUGETorrents/Sonarr_Pickup/ When you want to move the files rather than copy them change the "cp" to "mv".
-
Any way to permanently acknowledge SMART errors?
Click on the SMART status entry on the dashboard for the disk in question and select the Acknowledge option. CRC entries are never actually reset back to zero, but if the value changes again you will be warned. if you are already doing this, then you may have some issue saving the saved state back to the flash drive.
-
Touching dates - please a plugin for this (or help me make a script?)
How about: find /mnt/user/yourfolder -type f -mtime -0 -print
-
Install 'bc' command on Unraid
Install the "nerd pack" plugin using Community Applications. Then in Settings there should be a new Nerd Pack setting which allows you to select additional commands, and bc is in the list.
-
Partially solved: Files in SMB shares can't be read by some programs under Windows
Is there any difference between the permissions/owner/group of the directory which has the problem files and one which does not? Does the directory name (and any parent directory names) have any special characters in them?
-
Drive Pull - No Data Found - 5TB Missing
Haven’t tried it myself, but as already mentioned should be readable by virtually any Linux distribution, so install one in a VM on your windows system and mount the USB disk in the VM, then share it via SMB for access from your windows system. In fact, although Unraid is not officially supported in VMs it does work, so you could probably install a trial version of unRaid in a VM and then using the Unassigned Devices plugin to mount the USB disk and share it. This is definitely all something worth testing prior to any emergency with data you can afford to lose in case you do anything wrong.
-
[Support] Djoss - HandBrake
Have a look at the Unmanic docker ....
-
[Plugin] Mover Tuning
You probably have to give the full path to the command, eg /usr/local/sbin/mover stop
-
change unraid web interface port
That command line option hasn’t been supported for some time. instead go to Settings -> Identification -> Management Access and change it there.