LateNight

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by LateNight

  1. I added a new Path for /etc/localtime but my time is still off. yes, add a new Path for /etc/localtime as shown below:
  2. The Query Log time is exactly +5 hours from my actual time (EST). Is there a variable I can set to correct for what I think is the incorrect timezone?
  3. I had the same problem but changed the Network Type from Bridge mode to Host mode I think so! here's all my configuration (it even shows the URL with the unRAID server IP) thanks a lot!
  4. Dynamix Local Master: I've got a strange display issue on the plugins page. See attached picture. Chrome inspect shows: Failed to load resource: the server responded with a status of 404 (File not found). The image does show correctly at the top of the page.
  5. I'm trying to upgrade from 2016.0.01a to 2016.01.02 but receive the following error: plugin: bad file MD5: /boot/config/plugins/dynamix.file.integrity/dynamix.file.integrity.txz
  6. The update to 10586.29 is when I started having problems, odd.
  7. I had the same problem after Windows 10 updated last week. I came across this thread and this in particular: After disabling SMBv2 and SMBv3 on the SMB client in Windows 10 my unRAID machine is no longer hidden.
  8. Attached is the SMART report from my cache drive. I had the SMART error appear then disappear on reboot. The attached screenshot shows the current status. I tried running the SMART extended self-test before rebooting but it hit 90% then never finished (I waited two hours). Thank you for any advice.
  9. I'm showing this in the DDClient log every 20 minutes: Jun 16 00:40:01 DeathStar /USR/SBIN/CRON[24]: (smmsp) CMD (test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp) Jun 16 01:00:01 DeathStar /USR/SBIN/CRON[43]: (smmsp) CMD (test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp) Jun 16 01:17:01 DeathStar /USR/SBIN/CRON[62]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Is it anything to worry about?
  10. ddclient.conf: daemon=300 timeout=10 syslog=yes ssl=yes use=web, web=icanhazip.com protocol=namecheap server=dynamicdns.park-your-domain.com login=*.com password=********** vpn
  11. Capt, I tried your container but get the following error: Starting DDClient WARNING: unable to determine IP address Starting DDClient WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' My ddclient.conf file is pretty basic: protocol=namecheap server=dynamicdns.park-your-domain.com login=***.com password=******** vpn Am I missing anything?
  12. 3.85 GB Cache-only Apps: ddclient plex unifi VPNserver Docker img is on the cache drive but not under appdata.
  13. Has anyone made a docker using the 3.2.7 controller version?
  14. Most of my plugins now show up under Stale Plugins. They still work though.
  15. I used to have a similar problem but changed my default spin down delay to 2 hours.
  16. Upgraded unRAID to 6.0~beta10. OpenVPN Server is no longer listed as a plugin but I can access it in the Settings menu.
  17. I just updated the same way without any issues. It did take a little while and then warned that a server reboot was needed.
  18. In trying to find a problem I was also getting the following error: Line 665: [: ==: unary operator expected Line 665 is if [ $NEWBRIDGING == "yes" ] ; then Should it be if [ "$NEWBRIDGING" == "yes" ] ; then
  19. root 14643 14642 0 00:45 ? 00:00:00 wget http://ipecho.net/plain -O I can again access unRAID after killing that process. Is there an alternative to ipecho?
  20. After updating, if I try to enter into the OpenVPN server settings my unRAID system hangs. I can still access it via PuTTY.