Simon

Members
  • Posts

    147
  • Joined

  • Last visited

Everything posted by Simon

  1. It's just two commands. One to download @ljm42's shell script and another to run it. So really your're trusting @ljm42here 🙂
  2. You should never paste random code from the Internet into your computer without understanding what it does... but that aside, if you open up a terminal and paste in the following line: wget https://gist.githubusercontent.com/ljm42/74800562e59639f0fe1b8d9c317e07ab/raw/387caba4ddd08b78868ba5b0542068202057ee90/fix_docker_client -O /tmp/dockfix.sh; sh /tmp/dockfix.sh Then the fix should be applied until you reboot.
  3. Just found the email with my original key - Apr 26, 2010! Been running the same Atom D510 motherboard from then... until today! I literally just fired up a dual CPU Xeon processor in a Supermicro 24-bay chassis because I want to start running Docker / VMs to consolidate other servers in my house. Looking forward to a new era of rock solid stability.
  4. I've been running a Atom based system since April 2010 and I think it's time for an upgrade... I'm planning to start with the chassis, and want a 24 bay removable drive system as the cheap Roswell case I currently have is a pain to work with. I've been doing some reading and think something like this CSE-846E1-R900B would work but I'd need to swap out the backplane to a BPN-SAS2-846EL1. Can anyone confirm?
  5. 6.6.2 has had no crashes for me in the 3 days 14.5 hours since I updated to it.
  6. Upgraded and will post diagnostics if I get another crash.
  7. After many years of rock solid stability, my Unraid install has started crashing every 5 days with this error. Any ideas on figuring out what's using all my memory? I have 4GB of RAM, no Docker usage but the cache directories plugin running. Diagnostics attached. nas-diagnostics-20180220-0627.zip
  8. I have 4GB of RAM and have been running for years with months of up-time, but this latest version has been causing me problems after a few days of running. Are you seeing anything like this in the logs? Feb 15 03:45:35 NAS nginx: 2018/02/15 03:45:35 [crit] 2796#2796: *504395 pwrite() "/var/lib/nginx/client_body/0000001105" failed (28: No space left on device), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost" Feb 15 03:46:29 NAS emhttpd: error: shcmd_test, 1180: Cannot allocate memory (12): system Feb 15 03:46:59 NAS kernel: php[28283]: segfault at 0 ip 0000000000603e0d sp 00007fff33673170 error 4 in php[400000+74a000] Feb 15 03:48:01 NAS crond[1530]: exit status 1 from user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null Feb 15 03:48:17 NAS nginx: 2018/02/15 03:48:17 [crit] 2796#2796: *504783 pwrite() "/var/lib/nginx/client_body/0000001106" failed (28: No space left on device), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost" Feb 15 03:49:01 NAS crond[1530]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null) Feb 15 03:50:01 NAS crond[1530]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null) Feb 15 03:51:01 NAS crond[1530]: unable to fork (user root /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /Feb 15 04:08:24 NAS rpc.mountd[2727]: Cannot export /mnt/user/Movies, possibly unsupported filesystem or fsid= required Feb 15 04:08:24 NAS rsyslogd: action 'action 0' resumed (module 'builtin:omfile') [v8.29.0 try http://www.rsyslog.com/e/2359 ]
  9. Interesting read. http://blog.ioflood.com/2014/12/20/cloudflare-agrees-disk-performance-is-improved-when-you-get-rid-of-hardware-raid/
  10. http://accessories.dell.com/sna/products/Hard_Drives_Storage/productdetail.aspx?c=ca&l=en&s=dhs&cs=cadhs1&sku=A7013751
  11. Canada link : http://www.newegg.ca/Product/Product.aspx?Item=N82E16822148844&AID=10657534&PID=749547&SID $109.99 + $4.99 shipping
  12. Just did my first disk upgrade for quite a while using this final release. Replaced a 1.5TB WD Green with a 3TB Toshiba. No problems. Pre-cleared the Toshiba twice and then did the swap. Disk rebuilt as expected and the extra capacity shows as it should.
  13. http://www.ncix.ca/products/?sku=76516&promoid=1062
  14. Have you previously seen speeds faster than this? By going through your Windows machine your spinning up a disk on Unraid to read from it, sending it across the network, sending it back again, and writing to disk again twice (once for the copy and once for the parity). That's a lot of overhead. Additionally, depending on how your shares are set-up and how full your disks are, Unraid might actually be reading and writing to the same physical disk, which will cause performance loss as the drive head will be constantly moving from reading / writing. Honestly, if you're moving stuff around Unraid, you're better off doing it directly on the server.
  15. Are you moving them directly on the Unraid server (telnet in, use the mv command) or via a client machine (for example using Windows Explorer)?
  16. Simon

    Status

    Personally I'd be fine with that, but I think one or two folks around here would have a conniption if such a major change got introduced at this point of the release....
  17. Simon

    Status

    Cut Tom some slack, he's been really busy since the NSA decided to use Unraid for the backend of their surveillance systems
  18. Thanks guys, just wanted to be certain it wasn't something I'd done on my server. Looking forward to the update whenever it happens. Yes, me! I get this message when I load up AJAXPLORER. That's the only thing I use the webserver for at the moment. The error doesn't seem to have any effect because AJAXPLORER seems to be working fine. Actually... AJAXPLORER can't access /mnt/user but I don't know whether that's related to this error. simon, i got this error to. but the only thing you can do to fix is to update php. its a problem in the php itselfs. speeding_ant will update php in the next update of simplefeatures
  19. Tom mentioned the logic for finding the key file in this post : http://lime-technology.com/forum/index.php?topic=25250.msg219626#msg219626
  20. Does anyone else have a problem with PHP scripts that try to read from an HTTP source? I get: Here's a test script that I can run from the CLI to reproduce... <?php error_reporting(E_ALL); ini_set("display_errors", 1); $cmdResults = file_get_contents("http://www.google.com"); echo $cmdResults; ?>
  21. The avahi-daemon errors I was see occur when bringing up a VirtualBox hosted WinXP image that is using NAT networking between itself and its host machine that's on the same LAN as Unraid. I'm seeing avahi-daemon errors in 16b that I've never noticed before: Jul 4 09:17:16 NAS avahi-daemon[12356]: Invalid legacy unicast query packet. Jul 4 09:17:16 NAS last message repeated 2 times Jul 4 09:17:16 NAS avahi-daemon[12356]: Received response from host 192.168.0.5 with invalid source port 64742 on interface 'eth0.0' Jul 4 09:17:48 NAS last message repeated 6 times Jul 4 09:19:24 NAS last message repeated 2 times Jul 4 09:34:56 NAS kernel: mdcmd (57): nocheck Jul 4 09:34:56 NAS kernel: md: md_do_sync: got signal, exit... Jul 4 09:34:56 NAS kernel: md: recovery thread sync completion status: -4 Jul 4 09:47:22 NAS avahi-daemon[12356]: Invalid legacy unicast query packet. Jul 4 09:47:23 NAS last message repeated 2 times Jul 4 09:47:23 NAS avahi-daemon[12356]: Received response from host 192.168.0.5 with invalid source port 59314 on interface 'eth0.0' Jul 4 09:47:54 NAS last message repeated 5 times Jul 4 09:49:30 NAS last message repeated 2 times