mdsloop

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by mdsloop

  1. tmp=$(virsh list --all | grep " vmtest " | awk '{ print $3}')
    if ([ "x$tmp" == "x" ] || [ "x$tmp" != "xrunning" ])
    then
        echo "VM does not exist or is shut down!"
        # Try additional commands here...
    else
        echo "VM is running!"
    fi
    

    code similar to this in hourly schedule.

    • Like 1
  2. i get this error when updating from 2019.10.23 to 2020.06.24

    -----------------
    plugin: updating: parity.check.tuning.plg
    plugin: downloading: https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/archives/parity.check.tuning-2020.06.24.txz ... failed (Invalid URL / Server error response)
    plugin: wget: https://raw.githubusercontent.com/itimpi/parity.check.tuning/master/archives/parity.check.tuning-2020.06.24.txz download failure (Invalid URL / Server error response)
    -----------------

  3. i have same issue...using chrome Version 81.0.4044.129 (Officiel version) (64-bit)
    IE worked...i know. its old.. but i did not have any other then Chrome, Edge and IE installed 🙂

  4. Fan speed is changing speed very often and setting for refresh interval is not working

     

    my fans are switching speed 2 or 3 times a minute.

    and when i go into Fan Auto Control it show as disabled. but running.
    i just did a reinstall of the plugin.

    From log :
    Apr 16 23:11:40 UNRAID autofan: Highest disk temp is 35C, adjusting fan speed from: 70 (27% @ 390rpm) to: OFF (0% @ 356rpm)

    Apr 16 23:12:25 UNRAID autofan: killing autofan process 25151

    Apr 16 23:12:25 UNRAID ool www[25734]: /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan 'start'

    Apr 16 23:12:25 UNRAID autofan: autofan process ID 22862 started, To terminate it, type: autofan -q -c /sys/devices/platform/nct6775.656/hwmon/hwmon2/pwm2 -f /sys/devices/platform/nct6775.656/hwmon/hwmon2/fan2_input

    Apr 16 23:12:31 UNRAID autofan: Highest disk temp is 35C, adjusting fan speed from: FULL (100% @ 355rpm) to: OFF (0% @ 363rpm)

    Apr 16 23:14:24 UNRAID autofan: killing autofan process 22862 Apr 16 23:14:33 UNRAID ool www[25734]: /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan 'start'

    keep repeating itself.

    i have tried detected "Minimum PWM value:" and setting it lower like 50.
    its  really anoying to hear fans ramp up and down all the time...  

     

    But great work... really like Unraid and all the work you guys do.
    i have run Dynamix System Autofan for over a year on this system now.. first time i have had issues.

  5. i have testet lancache on several games on steam and can confirm 10x my internet download speeds when a game is in cache.

    however i cannot see the files in cache folder unless i browse from inside unraid GUI. 

    many folders names 0a , 0b etc. with files from 500kb til 1mb with names like 60a856419f0420a152aeac5ae1270d00

    So im very happy..keep up the nice work 🙂

  6. On 1/25/2020 at 1:43 PM, dlandon said:

    If you nave updated the ownCloud Docker and get a message about php 7.3, you are running an older version of ownCloud that is not compatible with php 7.3.  ownCloud 10.3 is compatible with php 7.3 and I have updated the Docker to support ownCloud 10.3 with php 7.3.

     

    In order to get around the php error and update ownCloud, there is a legacy Docker you can use that uses php 7.1 so you can update ownCloud.

     

    Edit your docker template and change the repository to:

    
    dlandon/owncloud-legacy

    This will load a version of the docker with php 7.1.  Perform your update and then change the repository back to:

    
    dlandon/owncloud

    The legacy Docker will not be supported, so be sure to go back to the published Docker.

    i did this exact update and i still get

    :
    This version of ownCloud is not compatible with PHP 7.3
    You are currently running PHP 7.3.15-3+ubuntu18.04.1+deb.sury.org+1.
     

  7. 5 minutes ago, danull said:

     

    I'm using a Sandisk Ultra Fit 3.0 16 GB (in a USB 2.0 port), so can't say I'm feeling great about that after reading your post.    I'm about 2 months in, so far so good...

     

    I have to say it raises an eyebrow to see you buying the same thing over and over.   If mine ever fails I might give it one more chance before moving to another brand.   There is no way I'd suffer 3 failures and try for a 4th with the same model USB drive 😛

    i bought 2 at the same time.... and i heard that the small fit versions was bad..so i bought the larger more expensive ones... and 2 as i like to have one ready if anything happends... 

  8. First Flash died : Sandisk Ultra Fit USB 3.0 32GB
    second Flash died :  : Sandisk Ultra Fit USB 3.0 32GB
    theird Flash died : Sandisk Ultra USB 3.0 32GB
    current Flash : Sandisk Ultra USB 3.0 32GB

    All of them brand new never used for anything else....

    And yes im looking into have a second Licens. 

  9. i have almost 5000 reads and also 4800 writes on my flash and its only 3 days old now... have also had 3 USB Flash die on me this year....
    i tried to run "lsof" on /boot but it only shows 3 open files in /config 1 for bash and 2 for lsof.....

    i have checked all plugins for log settings and i only do flash backup once a week...due to this  usb flash deaths.... 

    but 3 days and almost 5000 reads and also writes.....  

    im no linux expert.... so i must say im giving up...not sure what to do anymore...

    anybody got any idears?

    appriciate any help.  Thx.

  10. On 7/27/2019 at 12:37 AM, woocash said:

    Same problem here. Temporary solution that I came up with is to edit the docker settings and change repository to an older version: "linuxserver/duplicati:v2.0.4.23-2.0.4.23_beta_2019-07-14-ls27"

     

    I performed this and it worked yet again. thx