Jump to content

Juanzilla

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Juanzilla

  1. 10 minutes ago, jsavargas said:

     

    I have found where it performed that action, we will correct it

     

     

    Thanks a lot

     

    I also tested that, this do not happen when you restart the server. Meaning that, once you install Nerdtools the packages will be deleted but, if you upload the packages files AFTER you installed packages will remain even if you restart the server.

  2. Hello and thank you for release this new plugin.

    I have installed it and for some reason, all the txz packages that I put it manually on my /boot/extra directore were deleted. 

    I checked the .plg code and i noticed these lines:

     

    <!--
    The 'remove' script.
    -->
    <FILE Run="/bin/bash" Method="remove">
    <INLINE>
    
    removepkg &plgPATH;/&plgNAME;.txz
    rm -rf &emhttp;
    rm -f &plgPATH;/&plgNAME;.txz
    
    removepkg /boot/extra/*_nerdtools.txz 1>/dev/null
    rm -f /boot/exta/*_nerdtools.txz 1>/dev/null
    
    echo ""
    echo "-----------------------------------------------------------"
    echo " &name; has been removed."
    echo " Copyright 2022, &author;"
    echo " Credits, based on NerdPack plugin of dmacias72, eschultz"		
    echo " Version: &version;"
    echo "-----------------------------------------------------------"
    echo ""
    </INLINE>
    </FILE>

     

    Does this means that every time that the nerdtools upgrade or run all the packages that were not installed by this pluggin are gonna be deleted?

    If this is true, I will have to copy/paste my own apps with every nerdpack upgrade? I understand that a workarround would be rename my own packages with the "_nerdtools.txz" name but... I would prefer to avoid doing weird things on my server....

  3. 1 hour ago, AK2K19 said:

    Yeah, i did legacy mode. Not sure if the MB supports or even knows uefi. Maybe i have to switch to a stick instead of a card reader?

    Yes, absolutly. As Jonathanm says, you need a devices with a GUID for the license.
    And if you can, buy a first party usb, like sandisk or similar. 8 gigs should be more then enough.

  4. Did you try to boot the USB en legacy mode? I do not know that MOBO in details but, usually you can choose to but in UEFI mode or in Legacy. In my particular case, UEFI do not work properly and I have to boot it in Legacy.

  5. 7 hours ago, jonathanm said:

    If that share is cache:yes, it's going to happen again. To force data to stay on the cache and NOT move to the array, you want cache:prefer

    Actualy, I selected the "cache:only" option. That way, the docker's files are never gonna move to the storage disk. The dropback to this is that, all the files are not going to be protected by the parity disk. To solve that I scheduled an rsync task to move the files to the /mnt/user0/backup share directory.

     

    Again, thanks for your help!

     

    Juanzilla.

     

     

  6. Ok.... after hours of fighting this thing I finally solve de issue.

     

    basically the solutions was to remove the Nextcloud docker. Erase every last one of the app files using the cli. Erase the share folder also using the CLI.

     

    Create a new share forcing it to use the SSd/Cache. Re-install nextcloud and do it all over again.

    That solve the issue.

     

    Thanks a lot everyone!

     

    Juanzilla.

  7. You are right. I let that info out because I did not think that was relevant. The original question was about I/O querys.

    But you are right. Sorry for that. I attached the files this time:

    tower-diagnostics-20190429-2209.zip

    imagen.thumb.png.229cfd84bb1f907d50b62ed3e30034ca.png

     

    again, thanks for your time and patience.

     

    BTW, I spin down the drives and clean the statistics for this screenshot (the original screenshot shows what I really want to show). This is just for show the chache drive.

  8. Hello, Im new with Unraid but not so new on the linux world. Also im from Latino America so, I want to apologize for my grammar in advance.

    Back to the point.

    As I say before, Im new with Unraid. Im testing it on my main hardware. The thing is that, I have 4 HDDs (1 for partity and 3 for storage). Because Im not using the server all the time I set up a spin down after 30 minutes. After some days I notice that for some reason, all the drives spin down except for the hdd2 and the parirty drive. After restart the statistics and spin down manually i could see that the read and write of this two hdds start to increace.

     

    I unistall almost all of the plugins and use the cli to launch the IOSTAT command (included in the nerdpack plugin) but I can not see who is doing this I/O requests to this hdds devices.

     

    How can I find the services or process that is making this I/O requests?

     

    update1:

     

    This is what Im seeinng:


    imagen.thumb.png.64f073c694f47124eba6e0e09bb434c3.png 

     

    Thanks in advance!

    Juanzilla

×
×
  • Create New...