Jump to content

stormense

Members
  • Posts

    71
  • Joined

  • Last visited

Posts posted by stormense

  1. On 4/7/2024 at 9:51 PM, chesh said:

    Renaming the SSL folder and restarting worked for me as well.  Thanks for the tip BinHex

    Not here, no new ssl generated. Unraid: 

    /mnt/user/appdata/binhex-delugevpn/ no new ssl folder

    But downloaded a new ovpn file from Air VPN and then it worked with the old sll folder I backed up .

  2. 22 hours ago, stormense said:

    Answer my self : On Air VPN website go to The Client Arena and generate ovpn-file, in my case AirVPN_Sweden_UDP-443.ovpn, and put it here:

    /mnt/user/appdata/binhex-rtorrentvpn/openvpn

     

    The client start but not the WebUI: ERR_CONNECTION_REFUSED

    End of log: /usr/local/bin/init.sh: line 346: /config/nginx/security/rpc2_pass: No such file or directory

    Can only get the .ovpn file from the generator.

    --------- EDIT--------

    Never mind, I get it to work with Binhex Deluge with same settings, but I like Rutorrent way better.

     

    Quote

     

     

  3. On 8/12/2020 at 9:10 AM, stormense said:

    Cant get air vpn to work with Unraid. I think is the port forwarding and how I put it in editing.

     

    Answer my self : On Air VPN website go to The Client Arena and generate ovpn-file, in my case AirVPN_Sweden_UDP-443.ovpn, and put it here:

    /mnt/user/appdata/binhex-rtorrentvpn/openvpn

     

    The client start but not the WebUI: ERR_CONNECTION_REFUSED

     

  4. No server find on Apple TV, Samsung TV and Shield. Works in Web Browser and Xbox One. The problem was I linked my Plex account to my Google account. Now  I have log out from all and  log in on my Google account instead and it works on all devices except Apple TV 4.

    92Nicze.png

  5. Want to use CA to download a gz file, extract it to TVheadend and change name. I try this Linux command but it fail:

    The first string execute this error:

    wget webblink /mnt/user/appdata/tvheadend/data/: Scheme missing.

     

  6. 23 hours ago, stormense said:

    I don't now why but after last update it takes about 5-20 minutes to log in and everything is slow. I must have done something wrong.  But  I fix it, delete and reinstall but takes one day to scan iptv channels again. 

     

    How do I get EPG to work. Searching in three days now but the info I get is not a step to step. I grab my epg from: epg.SOME-SITE.com/epg/epg.xml.gz. Can't get TVheadend to reed it.

     

    8z8PKAE.png

    Hm, some ting is wrong with the latest update. And on my machine. First I lost the connection to TvHeadOn when sanning channels then after some our Unraid crash and must do a cold reboot. 

    Motherboard:Gigabyte B85M-DS3H

    Processor:Intel® Core™ i5-4690K 

    Memory:16 GB

     

     

     

  7. I don't now why but after last update it takes about 5-20 minutes to log in and everything is slow. I must have done something wrong.  But  I fix it, delete and reinstall but takes one day to scan iptv channels again. 

     

    How do I get EPG to work. Searching in three days now but the info I get is not a step to step. I grab my epg from: epg.SOME-SITE.com/epg/epg.xml.gz. Can't get TVheadend to reed it.

     

    8z8PKAE.png

  8. Ok @Squid: move the crone job to dynamix folder and fix the syntax. But I can't run my test job in terminal and its fine but not with crone.

    55 * * * * rsync -a /mnt/user/UBU/test_bakup_2/ /mnt/disks/192.168.0.50_NetBackup/test_bakup_2/
    57 * * * * rsync -a /mnt/user/UBU/test_bakup_1/ /mnt/disks/192.168.0.50_NetBackup/test_bakup_1/

    (Yes I try with: /usr/bin/rsync -a)

  9. Done some test with two test folders and no luck. Make the file with Nano in: /boot/config/plugins/cronjobs and call it backup.cron and then wrote update_cron in terminal.

    55 * * * * * rsync -av /mnt/user/UBU/test_bakup_2/ /mnt/disks/192.168.0.50_NetBackup/test_bakup_2/ /dev/null
    58 * * * * * rsync -av /mnt/user/UBU/test_bakup_1/ /mnt/disks/192.168.0.50_NetBackup/test_bakup_1/ /dev/null

    4 our from scratch and no succés. I think I do it from Windows because I cant find a simple guide to do this for a beginner. 

  10. I search for it but only find people how talk about the rsync plugin. Here some easy step in command line:

     

    First I mounted my Synology rsync share to Unraid (NFS or SMB don't matter)

     

    Here the Synology NFS premissions settings:

    BqdONlP.png

     

    And here the Unraid mounting settings (/mnt/disks/ip to Synology_NetBackup:
    xnUT0so.png

    Then the command window in Unraid an wrote: rsync OPTIONS (-av) SOURCE (my Unraid Shared folder to sync) DESTINATION (my shared rsync folder on Synology + the name of the shared folder at the end)

    rsync -av /mnt/user/UBU/my_WWW/ /mnt/disks/192.168.0.50_NetBackup/my_WWW/

    Done!

     

    But how can a make a crone job (newer done a crone job) to do it with multiple shared maps an on every night?

    I can do this but I don't now where to put the file och what else...

    # * 1 * * * rsync -av /mnt/user/UBU/MapInShare/ /mnt/disks/192.168.0.50_NetBackup/MapOnSynology/
    
    # ┌───────────── minute (0 - 59)
    # │ ┌───────────── hour (0 - 23)
    # │ │ ┌───────────── day of month (1 - 31)
    # │ │ │ ┌───────────── month (1 - 12)
    # │ │ │ │ ┌───────────── day of week (0 - 6) (Sunday to Saturday;
    # │ │ │ │ │                                       7 is also Sunday on some systems)
    # │ │ │ │ │
    # │ │ │ │ │
    # * * * * *
    
    # Run dayly cron jobs at 0:30:
    30 0 * * 0 rsync -av /mnt/user/UBU/s-Dokument/ /mnt/disks/192.168.0.50_NetBackup/s-Dokument/
    #
    # Run dayly cron jobs at 1:00:
    * 1 * * * rsync -av /mnt/user/UBU/my_WWW/ /mnt/disks/192.168.0.50_NetBackup/my_WWW/
    #
    # Run dayly  cron jobs at 1:30:
    30 1 * * * rsync -av /mnt/user/UBU/Android_OnePlus/ /mnt/disks/192.168.0.50_NetBackup/Android_OnePlus/
    #
    # Run dayly cron jobs at 2:00:
    * 2 * * * rsync -av /mnt/user/UBU/s-Andra_Dokument/ /mnt/disks/192.168.0.50_NetBackup/s-Andra_Dokument/
    #
    # Run dayly cron jobs at 2:30:
    30 2 * * * rsync -av /mnt/user/UBU/s-photo/ /mnt/disks/192.168.0.50_NetBackup/s-photo/
    #
    # Run dayly cron jobs at 3:00:
    * 3 * * *  rsync -av /mnt/user/UBU/video/ /mnt/disks/192.168.0.50_NetBackup/video/
    #
    # Run dayly cron jobs at 3:30:
    30 3 * * * rsync -av /mnt/user/UBU/TV-Share/ /mnt/disks/192.168.0.50_NetBackup/TV-Share/
    #
    # Run dayly cron jobs at 4:00:
    0 4 * * * rsync -av /mnt/user/UBU/Annso/ /mnt/disks/192.168.0.50_NetBackup/Annso/

    Then I got a tips from #Squid to do it with a plugin called Userscript. Here what I do:

     

     

     

    Yes, it work an no need to read the rest below

    Thank you chode_1.thumb.jpg.6a1751a27373b9a6062a06!!!

  11. In Unraid no problem with no password but if I put in one in key 3 I got this:

    # mysql -u root -p
    Enter password: mypassword
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
    #

     

    646UUNh.png

     

    And when try to create a database with root user with no password I get this error:

    MariaDB [(none)]> CREATE USER 'kodi' IDENTIFIED BY 'kodi';
    ERROR 1396 (HY000): Operation CREATE USER failed for 'kodi'@'%'

     

  12. Unraid user

    Is it more people with PIA VPN how not get any WebUi after latest update of this container? If I understand other answer in this thread - it's something wrong with the port forward. Deleted the docker and reinstall but cant get the WebUi .

  13. 5 hours ago, dlandon said:

    Are you using the dlandon Zoneminder Docker?  The template you are showing does not appear to be for this Zoneminder Docker, but the same principals apply.

     

    You can do what you want, but you are not doing it correctly.  Leave the "Directory where events are stored" setting in the Zoneminder configuration to "events".  You set the path where the data is stored in the Docker template.

    Yes I use dlandon Zoneminder:

    nr3.png

    Tanks, it works, was hide under advance settings. Now the cash disk don't run out of space. 

     

    nr4.png

     

    Here a video on my success 

     

     

  14. Where are the records store? Can I give zm a parth in edit and change to store my record in example  Share/ZoneMiner/events/ on my Array?

    nr1.png

     

    EDIT - /mnt/user/ZoneMinder is a share I create in the Array.

    But if the records now are store on the array the problem solved :) 

×
×
  • Create New...