[12:25] oh this is weird... cron just stopped working. [12:26] at 7:45 cron jobs ran, but I had things scheduled for 8 and 8:02 and they didn't run. [12:29] oh shit... 7:52 syslog stopped too. [12:29] ugh... ROFS [13:01] jrwren: Oof [13:01] hardware issue? [15:21] maybe. hope that disk isn't failing. [18:08] Well failing is at least still better than failed. [18:19] How a guy brought fiber to a rural area West of Ann Arbor (with video) - https://news.ycombinator.com/item?id=24424910 [18:55] reboot and an fsck seems to have fixed it. YAY [19:00] woo woo [19:01] might want to do a smart test on it just to be sure [19:02] I think I have regular alarms for that on all my disks. [19:02] I did a defrag on a 2TB drive, only to find that it was having issues [19:02] yeah, smartd is running [19:02] Good deal [19:03] I mean, SMART is generally a lying tool, but it's a good way to check between between last gasp and completely screwed [19:04] `for i in /dev/sd? ; do sudo smartctl -H $i ; done` wow, some of htem don't respond to smart commands... maybe the USB interface is eating the commands. [19:04] smart doesn't work over USB iirc [19:04] so weird. [19:04] you'd think ATA commands are ATA commands. [19:04] You've been around long enough to know that's never true. [19:05] :) [19:05] Some weenie saves $.005 on a die by not implementing anything other than the bare minimum to make something read and write data [19:06] yup [19:06] so sad