Jump to content

radwimp

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by radwimp

  1. 26 minutes ago, itimpi said:

    There was a bug reported in the plugin that could cause this but I thought it was now fixed.   Are you sure you are on the latest version of the plugin?

    Oh, my bad. I was on the version just previous. I'll update. This was a minor bug, or would my data be weird since the array was trying to turn off? Thanks.

  2. Is there a setting that has the mover run when shutting down the array? because I was trying to turn off my server but the mover started when pressing stop and is moving everything now... is this a new setting or something? I don't recall this happening before.

     

    syslog:

    May 15 15:52:34 Unraid emhttpd: shcmd (7093746): rm -f /etc/avahi/services/smb.service
    May 15 15:52:34 Unraid emhttpd: Stopping mover...
    May 15 15:52:34 Unraid emhttpd: shcmd (7093748): /usr/local/sbin/mover stop
    May 15 15:52:34 Unraid root: Starting Mover
    May 15 15:52:34 Unraid root: Forcing turbo write on
    May 15 15:52:34 Unraid kernel: mdcmd (107): set md_write_method 1
    May 15 15:52:34 Unraid kernel: 
    May 15 15:52:34 Unraid root: ionice -c 2 -n 0 nice -n 0 /usr/local/sbin/mover.old 
    May 15 15:52:34 Unraid root: mover: started

     

  3. On 6/29/2020 at 2:56 AM, skois said:

    Go to custom location, for path put "/" without quotes and edit this location with this code

    Sent from my Mi 10 Pro using Tapatalk
     

    IMG_20200629_105532.jpg

    Is it possible to get this working on LetsEncrypt conf file too?

     

    edit: figured it out for anyone else who might want to theme:

     

    create a file called whatever (I used theme-park.conf and add it into the letsencrypt nginx folder

    edit it to add these lines:

        proxy_hide_header   "x-webkit-csp";
        proxy_hide_header   "content-security-policy";
        proxy_set_header Accept-Encoding "";
        sub_filter
        '</head>'
        '<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/space-gray.css">
        </head>';
        sub_filter_once on;

    then just add this line to your qbittorrent conf in the first "location / {" area

     

           include /config/nginx/theme-park.conf;

    done!

  4. So I updated to the version released today and it's asking for some kind of membarrier system call to be set, and not loading any of my tabs. Is there a way to solve this?

     

    edit: so after reading the new docs, do I just make it a privileged container and also add --security-opt seccomp=unconfined to extra parameters? is shm 2g still required as well?

  5. Is there a guide to get e-mail notifications working for fail2ban in this docker? Got it all setup correcting and it bans, but can't quite figure out how to properly setup emails. Tried following this guide, but it doesn't seem to work. Getting "sendmail: can't connect to remote host (127.0.0.1): Connection refused" so I'm not inputting the e-mail info into the right place, it's trying to send to root@localhost etc etc. Which file should this be going into, right into the sendmail-whois.local and not the jail file like the guide said?

×
×
  • Create New...