Jump to content

jpotrz

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by jpotrz

  1. can somebody help me with folder permissions? This is something that has plagued me for years with UnRaid and I'm at my breaking point :)

    In this scenerio, I'm trying to set up a Minecraft server for my kid and I need to copy over his existing /world/ folder to the /appdata/minecraft/servers folder so the minecraft server docker can see it and I can import it. But I can not copy over any files to that folder. I've even tried changing "Minecraft Files" container path in the docker to something outside the /appdata/ folder (I tried an unassigned device for example) and I still can't write files to it.

     

    these are the permissions on the /appdata/minecraft/ folder in question:

     

    drwxrwxrwx 1 nobody users 80 Jun 18 19:23 minecraft/

  2. I'm having some issues getting this set up.

    I installed mySQL as the database server with what I think are the correct parameters.

    After entering everything in Piwigo's initial setup for database configuration I get a "Cannot connect to server" message. Though I'm pretty sure everything in there is right - at least as far as I know.

     

    • Like 1
  3. Well this is a new one for me as my unRaid has been very stable for all the years I've used it. Over the past week or so however, I've been getting daily crashes. The only thing that has changed is I did do some fairly major drive shuffling around - reduced to single parity, replaced remaining parity, replaced 3 array drives with single drive.

     

    I've been getting random crashes, roughly every 24hrs or so it seems since then. What's my course of action here? What log(s) should I be looking at to help diagnose this?

     

    Thanks in advance

  4. I've just started messing with Tdarr, and had some questions in regards to setting up a plug in to do what I'd like it do.

     

    Ideally, I want only English audio streams in my movies (I have a billion .mkvs already). The only problem I see is that in my /movies/ folder there are a handful of Chinese/Japanese movies already where I would want to keep those in the native language (I prefer subs to dubs). So, short of seperating those out of the /movies/ folder, I'll have to resort to just keeping all English, Chinese and Japanese audio streams for mkvs found in /movies/ , correct? If so, is that possible?

     

    On the same note, I really don't need any fancy audio streams - I basically just have a TV and no soundbar/stereo setup. So I'd like to just convert any audio streams to AC3 (I think that should be sufficient?) and save a lot of file size. If so, is that possible as well?

     

    Thanks for you time!

  5. 12 minutes ago, Dissones4U said:

    So how full is too full, two of my four disks are over 93% full? I was considering moving files to my new empty disk and making the disks around 85% full. Is that a waste of time?

    Waste of time.*

     

    I have all my shares set to "fill up" with roughly a 10GB minumum free space. 10 out of 11 disks are at 99% and ~10GB remaining.

    When the 11th disk hits 90%, then I will order a new one. No sense in having free space sitting on disks and for that matter empty disks sitting around doing nothing. I'm not overly concerned about getting every drop of speed out of my drives. Under normal usage (99.99% of the time) nothing comes close to saturating the speed of the drive even at 99% full.

     

    *there are differing thoughts on this though.

  6. Ok I need a little help and excuse my extreme ignorance on how to get this running, please.

    I have a backup .tgz of a MC server.

    I have installed MineOs-node on my unraid server.

    How do I get this .tgz installed and running in MineOs. Babysteps, if you don't mind :)

     

    Thank you in advance

     

    Edit; let me point out I was able to create a NEW server that he could connect to and run around and everything worked fine (as far as I know). I just want to restore this /world/  folder so that he can get back to the progress he had previously.

     

    Edit2: Well, what the heck. I restarted the docker within unRaid and went back to the webgui for MineOS-node. Now the test server I created isn't listed in the gui? The files are still in the /appdata/minecraft/ folder like before. It's just not showing in the gui itself?

     

     

  7. On 8/8/2019 at 9:03 AM, nuhll said:

    Yes, Wildcard also works /mnt/disk*/ is the same file count as i did /mnt/disk1/ /mnt/disk2/ and so on... 

    Seemed to work for me. Was able to identify some files on 2 disks. Using unBalance and "Gather" function to clean them up.

    Also found some files where I just had duplicates but with different names. Just deleted the duplicates directly.

    Is there a switch to only search for certain document types/extension?

     

  8. 7 minutes ago, nuhll said:

    It does compare files.

     

    It does compare what you gave him.

     

    If you tell him /mnt/disk1 /mnt/disk2 and so on, it compares each disk, if you let it run on /mnt/user/ it wont find duplicates on different drives (bc there no exist)

     

    -r does recursive thru all subfolders

     

    It worked, didnt took that long actually, im not sure how delete works, but it does what it should do. (ive read that it asks you at each file if which you want to keep, but theres also a automatic mode in which it lets the latest change alive and delete rest dupes) if i find time to test it, ill post here

     

    bc i dont want to run such a program on my whole array in delete mode without testing first :)

    Hmmmm if I use "/mnt/disk1 /mnt/disk2" it will scan/compare those disks? I can enter multiple paths like that?

     

  9. 1 hour ago, nuhll said:

    I found something easy and cool

    fdupes!

    https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/

     

    You can install it via nerd plugin, currently tryin it on /mnt/disk*/ lets see what it throws out 

    root@Unraid-Server:~# fdupes -r /mnt/disk*/
    Progress [667/509752] 0% 

     

    seems to hang, i try now with each directory specified

    root@Unraid-Server:~# fdupes -r /mnt/disk1/ /mnt/disk2/ and so on.

     

    edit3: It seems liek my system is jsut very slow (only around 40 mb/s) (but im doin currently a partiy rebuild so..) there doesnt seem to be a difference between the disk* and not using * 

     

    If that works, it would be the best option in the world, fast, easy and not too complicated.

    I'm not sure if this is what we're looking for... it's not going to find duplicate physical files across different physical HDDs. This is going to find duplicate files within the logical file structure. (I think)

     

  10. 1 hour ago, nuhll said:

    I found something easy and cool

    fdupes!

    https://www.tecmint.com/fdupes-find-and-delete-duplicate-files-in-linux/

     

    You can install it via nerd plugin, currently tryin it on /mnt/disk*/ lets see what it throws out 

    root@Unraid-Server:~# fdupes -r /mnt/disk*/
    Progress [667/509752] 0% 

     

    seems to hang, i try now with each directory specified

    root@Unraid-Server:~# fdupes -r /mnt/disk1/ /mnt/disk2/ and so on.

     

    edit3: It seems liek my system is jsut very slow (only around 40 mb/s) (but im doin currently a partiy rebuild so..) there doesnt seem to be a difference between the disk* and not using * 

     

    If that works, it would be the best option in the world, fast, easy and not too complicated.

    Interesting. Installed and running as well

     

  11. 2 hours ago, nuhll said:

    yeah i also ahve dozen of duplicates created by unbalance. (it doesnt matter whos fault it is :P) Tried with dupeguru, but this is just .. bad to use.. lets say it thta way. 

     

    Ill try diskover tho.

     

    edit:

    Just puleld it and it doesnt work.  

     

    edit2: Yeah, way to complicated for the thing i want to do, LoL. Need to install elasticsearch and redis (what ever that is)

    Yeah it got too complicated for me too. Seems like there should be an easier solution. I found a script to run, but I'm too stupid to even do that.

     

  12. On 7/11/2019 at 6:46 AM, lymbada said:

    @SpecFroce, I'm not sure how good it will be, but I'm currently adding an app 'dupeGuru' which appears to have a web-base GUI for performing some form of scanning function. It looks promising, hopefully it has the ability to delete all duplicates from a selected folder (which is what I mostly require).

    It seems dupeGuru only looks for logical duplicates. Not physical duplicates on different physical HDDs. I'm still struggling to find an "easy" method in finding these files myself.

     

  13. Trying to get diskover installed and running in unRaid.

    Installed the docker. Installed elasticsearch and redis from Community apps, but when I try to access the diskover webgui, it's unable to load

    If I go to the elasticsearch gui all I get is the following script

     

    {
      "name" : "_8AGSmy",
      "cluster_name" : "docker-cluster",
      "cluster_uuid" : "LMhKmpTERFWLv33avxj9qw",
      "version" : {
        "number" : "6.6.2",
        "build_flavor" : "default",
        "build_type" : "tar",
        "build_hash" : "3bd3e59",
        "build_date" : "2019-03-06T15:16:26.864148Z",
        "build_snapshot" : false,
        "lucene_version" : "7.6.0",
        "minimum_wire_compatibility_version" : "5.6.0",
        "minimum_index_compatibility_version" : "5.0.0"
      },
      "tagline" : "You Know, for Search"
    }

    I have the elasticsearch script added to User Scripts and ran it as well.

    I'm not sure what to put in for the REDIS_HOST or ES_HOST in the diskover setup either

     

    Please be gentle. I'm pretty new at these things, but willing to learn as I go along. Thanks!

     

  14. 20 minutes ago, jbrodriguez said:

    Thanks for your comments, jpotrz  !

     

    There's a docker (diskover), that among other things, finds duplicates

     

    Ohhhh I hadn't heard of that one. 

    I installed it, but can't access the webgui it seems. Guess I gotta figure it out.

    Thanks!

     

  15. 5 hours ago, nuhll said:

    LOL, thanks. I never touched that setting it was set to 512mb. MANY THANKS.


    Ive set it now to 10%.... xD

     

    pretty low standard value nowadays

    LOL yeah. Never saw that option either! Updated and it seems to work perfect! 

    Should have guessed it was already there :P
     

  16. If you stop unBalance midway through it's process, you end up with duplicates of those files it's already moved, correct?

    I queued up 4TB of data to move and that was a mistake. It's been running now for 24hrs and I want to stop it, but it's already copied nearly 2TB of data. If I kill it now, that data is going to be duplicated on 2 drives, right?

     

×
×
  • Create New...