radwimp

Members
  • Posts

    10
  • Joined

  • Last visited

radwimp's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 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. 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. Got it, thanks. Works perfectly again.
  5. 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?
  6. 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?
  7. Like: Ability to keep data even if there are multiple drive failure, losing whole arrays in other RAID configs is always a pain. Want: Snapshots!
  8. This worked for me, had no issues on 1809 but I had to update to the latest Windows version and ran into this issue. Thanks.
  9. Is there an easy way to reset the Web UI? Somehow on my iPad the lower portion Tabs can't be moved and are hidden. Thanks.