Jump to content

superderpbro

Members
  • Posts

    272
  • Joined

  • Last visited

Posts posted by superderpbro

  1. Pressing xmrig support takes me here. Trying it out and I cant seem to get it working.. Do I need to add a port or something?

     

    Z6hLil2.thumb.png.3d91aac23060f8811ac303e5db9368d8.png

     

    I think I got it going now.. but im getting [2021-03-31 17:23:56.731] msr FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW .. Any way to fix this?

  2. Been using this for a while and curious. What happens when a file is renamed? Does it change the hash or make a new one? How does it know the difference between a file name change or say a text file edit and file corruption (since the hash would change if you edited a txt file)? 

     

    Thanks :P

  3. Hello, I've had this small problem for quite some time but never tried to figure it out. When Sonarr creates a directory in my TV share i am unable to delete or add anything to it. I can delete if i go into MC and use that to delete stuff. But say tonight i wanted to drag season 3 of The Walking Dead into the The Walking Dead.. i cannot because Sonarr originally created that folder. Any ideas?

  4. 12 hours ago, Quiks said:

     

    I figured this out.

     

    Allow popups on the site in your browser and it will load the interface. I'm not sure how it loads as a popup, but it's working lol

    Popups are already allowed :/

     

    EDIT: Hmm.. It works if i manually type in http://192.168.1.2:8080/ .. But not if i access the webui from unraid's webui.

    • Upvote 1
  5. 11 hours ago, ljm42 said:

     

    You're on the right track with cron, but I don't understand what curl or k.wdt.io has to do with the xfs_fsr command. The easiest way to do cron jobs on unRAID is with the "CA User Scripts" plugin.

     

    https://crontab.guru  Cronjobs can fail! Monitor your important cronjob by pasting the following snippet at the end of the crontab entry. Make sure to replace the <placeholders> with your email address and some name for your cronjob.

     && curl -sm 30 k.wdt.io/<email-address>/<cronjob-name>?c=5_4_*_*_*

    Should your cron job fail or not even start, you will receive an alert email.

     

    9 hours ago, gilahacker said:
    
    Cron format:
    
    # .---------------- minute (0 - 59)
    # |  .------------- hour (0 - 23)
    # |  |  .---------- day of month (1 - 31)
    # |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
    # |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
    # |  |  |  |  |
    # *  *  *  *  * user-name command to be executed
    

    For 0 0 * * 1,3,5 it would run at midnight every Monday, Wednesday, and Friday.

    https://crontab.guru is great for figuring out cron schedules. But, as @ljm42 said, you might want to use the CA User Scripts plugin instead.

     

    Yup that was the goal.

     

    Thanks guys i will check out user scripts.

     

    EDIT: Ran it for only 6 hours.

     

    RoMy0RB.png

     

    oNSolEx.png

     

    :)

  6. Am i at least on the right track to get this to run every few days for a couple hours? 

     

    Jragzfm.png

     

    Please be kind... i have almost no idea what i am doing hehehe :/:D 

     

    EDIT: 0 0 * * 1,3,5 xfs_fsr -v && curl -sm 30 k.wdt.io/<[email protected]>/<xfs_fsr>?c=0_0_*_*_1,3,5 .. i mean't. Probably still very wrong haha. Not sure if the < > stay around the email and name or not.. :/

×
×
  • Create New...