From matt at ucc.asn.au Fri Aug 7 22:58:07 2015 From: matt at ucc.asn.au (Matt Johnston) Date: Fri, 7 Aug 2015 22:58:07 +0800 Subject: [tech] Sogo behaving badly (on Mussel) In-Reply-To: References: Message-ID: <20150807145807.GC32725@ucc.gu.uwa.edu.au> I think I've got sogo working again. The cause of the logs/memory seems to be using ABI incompatible libraries for SSL LDAP. It was calling accept() on a /dev/urandom file descriptor! James found it earlier http://www.sogo.nu/bugs/view.php?id=3211 Possibly Debian don't link to OpenSSL because of license conflicts with GNUStep or something. Removing the encryption lines from the config fixes it: mussel:/home/other/calendar/GNUstep/Defaults# diff gnustepdefaultsbackup-matt .GNUstepDefaults 57,58d56 < encryption < SSL 66c64 < 636 --- > 389 In the process I upgraded to the current nightly sogo deb - no idea if it improves anything, I've now commented out both lines in apt sources.list anyway. I also found I had to remove my entry in the postgresql table, otherwise I just got a page that said object not found: Matt => Calendar Fixed with delete from sogo_user_profile where c_uid = 'matt'; and my calendar/address book seem intact. Can someone try if their login works? We might need to empty the sogo_user_profile table. Matt On Mon, Jul 27, 2015 at 09:00:19AM +0800, David Adam wrote: > SoGo is doing a great job of a) filling the disk with logs and b) mapping > all the memory on the system. > > I'm not too familiar with the internals of the OOM killer but for whatever > reason it wasn't triggering. This made it hard to be certain what was > going on because I got lots of: > > root at mussel ~# df -h > Could not create child process - exiting > fork: Cannot allocate memory > mussel:~# service sogo stop > -bash: fork: Cannot allocate memory > mussel:~# cat /proc/meminfo > -bash: fork: Cannot allocate memory > mussel:~# cd /proc > mussel:/proc# ls > -bash: fork: Cannot allocate memory > > When I saw this happen the other day I managed to get top running which > showed Sogo using most of the memory. > > The logs are full of: > sogod[25376] Problem posting notification: > NAME:NSMallocException REASON:Default zone has run out of memory > INFO:(null) > > I killed process 25376 and everything came back properly. Then I ran > `logrotate -f /etc/logrotate.d/sogo` to compress the 2.0GB log file and > now we have some free space. > > The remaining sogo process was still trying to eat a fair bit of RAM: > 23244 sogo 20 0 980m 929m 720 S 0 23.0 1:54.53 sogod > > I've left sogo stopped for now. Perhaps someone who actually uses it could > try rolling back to the last version, or put it under ulimit or something? > > [DAA] > zanchey@ > _______________________________________________ > List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech > > Unsubscribe here: http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/matt%40ucc.gu.uwa.edu.au From matt at ucc.asn.au Sat Aug 15 10:20:11 2015 From: matt at ucc.asn.au (Matt Johnston) Date: Sat, 15 Aug 2015 10:20:11 +0800 Subject: [tech] Murasoi dropouts In-Reply-To: References: Message-ID: <20150815022011.GE32725@ucc.gu.uwa.edu.au> Since this is all still broken, shall I just order 2x cheap gigabit NICs for murasoi? $15 http://www.mwave.com.au/product/tplink-tg3468-gigabit-pci-express-network-adapter-aa38208 $2.50 http://www.mwave.com.au/product/tplink-tllpbtg3468-low-profile-bracket-for-tg3468-ab55234 rtl8168b chip, should be fine in Linux with rtl8169 driver I guess. Matt On Fri, Jun 26, 2015 at 09:39:12AM +0800, James Andrewartha wrote: > If you've been paying close attention, you may have noticed that murasoi's > network is dropping occasionally. dmesg shows: > > [Fri Jun 26 07:48:25 2015] e1000 0000:01:01.0 eth0: Detected Tx Unit Hang > Tx Queue <0> > TDH > TDT <2e> > next_to_use <2e> > next_to_clean
> buffer_info[next_to_clean] > time_stamp <10b250914> > next_to_watch > jiffies <10b2513b2> > next_to_watch.status <0> > [Fri Jun 26 07:48:25 2015] e1000 0000:01:01.0 eth0: Reset adapter > [Fri Jun 26 07:48:29 2015] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > > Some quick googling returns > http://blog.bradiceanu.net/2010/11/28/netdev-watchdog-eth0-transmit-timed-out/ > which suggests building a more recent version of the e1000 driver (which > is 8.0.35 vs 3.16's 7.3.21-k8-NAPI) and setting in modprobe.d: > > options e1000 ignore_64bit_dma=1 > > Further discussion is happening in #ucc > > -- > # TRS-80 trs80(a)ucc.gu.uwa.edu.au #/ "Otherwise Bub here will do \ > # UCC Wheel Member http://trs80.ucc.asn.au/ #| what squirrels do best | > [ "There's nobody getting rich writing ]| -- Collect and hide your | > [ software that I know of" -- Bill Gates, 1980 ]\ nuts." -- Acid Reflux #231 / > _______________________________________________ > List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech > > Unsubscribe here: http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/matt%40ucc.gu.uwa.edu.au From tpg at ucc.asn.au Mon Aug 17 15:11:13 2015 From: tpg at ucc.asn.au (John Hodge) Date: Mon, 17 Aug 2015 15:11:13 +0800 Subject: [tech] Shelving cleanup - Stuff to throw out Message-ID: <55D18911.4040408@ucc.asn.au> Gozz has just done a bit of an audit of the shelves in the clubroom (becuase guild want us to clean up the boxes in the corridor) Things identifed to be thrown out: - 10/100 switchess (there's stacks of them) - AP Thin clients (same as we were running outside) - Tape drive (with unopened tapes) - 4MB 486 laptop (already marked to throw out) - Lots of pre-pentinum 4 processors (VIA, Celleron, P2, etc) - 4x 55L boxes of old software, mostly from the MacII era - MORE IEC cables and powerpacks. From zanchey at ucc.gu.uwa.edu.au Tue Aug 18 10:41:33 2015 From: zanchey at ucc.gu.uwa.edu.au (David Adam) Date: Tue, 18 Aug 2015 10:41:33 +0800 (AWST) Subject: [tech] Shelving cleanup - Stuff to throw out In-Reply-To: <55D18911.4040408@ucc.asn.au> References: <55D18911.4040408@ucc.asn.au> Message-ID: On Mon, 17 Aug 2015, John Hodge wrote: > Gozz has just done a bit of an audit of the shelves in the clubroom > (becuase guild want us to clean up the boxes in the corridor) > > Things identifed to be thrown out: > - 10/100 switchess (there's stacks of them) > - AP Thin clients (same as we were running outside) > - Tape drive (with unopened tapes) > - 4MB 486 laptop (already marked to throw out) > - Lots of pre-pentinum 4 processors (VIA, Celleron, P2, etc) > - 4x 55L boxes of old software, mostly from the MacII era > - MORE IEC cables and powerpacks. Is it worth Freecyling/Gumtreeing things? I know it's a total pain to manage and I certainly can't volunteer, but it seems ridiculous to put all these in the skip. [DAA] From zarquin at ucc.gu.uwa.edu.au Tue Aug 18 10:51:27 2015 From: zarquin at ucc.gu.uwa.edu.au (Alwyn Nixon-Lloyd) Date: Tue, 18 Aug 2015 10:51:27 +0800 (AWST) Subject: [tech] Shelving cleanup - Stuff to throw out In-Reply-To: References: <55D18911.4040408@ucc.asn.au> Message-ID: >> - 4x 55L boxes of old software, mostly from the MacII era On that list, this potentially is the most valuable, but also the most annoying. Are they just random floppies and CDs? [zar] From gozzarda at ucc.asn.au Tue Aug 18 11:06:37 2015 From: gozzarda at ucc.asn.au (gozzarda at ucc.asn.au) Date: Tue, 18 Aug 2015 11:06:37 +0800 Subject: [tech] Shelving cleanup - Stuff to throw out In-Reply-To: References: <55D18911.4040408@ucc.asn.au> Message-ID: <20be10cfe0e120f642f366520a30dc50@ucc.asn.au> We already have some interest from members on various items. At this point the only stuff that looks like it might actually get thrown out is the readily replaceable stuff that we already have stocks of, like the IEC cables and power packs. The thin clients may also go, unless someone wants them, but I classify those as replaceable as we could easily get some raspberry pis or NUCs or something for pretty cheap. Similarly the 10/100 switches take up huge amounts of space, we have a stock of gigabit switches, and we could replace them easily with new gigabit switches if need be. The purpose of this email was basically to announce that the club needs to throw out something by the end of this week. I have decided that our old paper archives from our foundation are probably worth more to us than some second-had 10/100 switches. Cheers, Gozz On 2015-08-18 10:41, David Adam wrote: > On Mon, 17 Aug 2015, John Hodge wrote: >> Gozz has just done a bit of an audit of the shelves in the clubroom >> (becuase guild want us to clean up the boxes in the corridor) >> >> Things identifed to be thrown out: >> - 10/100 switchess (there's stacks of them) >> - AP Thin clients (same as we were running outside) >> - Tape drive (with unopened tapes) >> - 4MB 486 laptop (already marked to throw out) >> - Lots of pre-pentinum 4 processors (VIA, Celleron, P2, etc) >> - 4x 55L boxes of old software, mostly from the MacII era >> - MORE IEC cables and powerpacks. > > Is it worth Freecyling/Gumtreeing things? I know it's a total pain to > manage and I certainly can't volunteer, but it seems ridiculous to put > all > these in the skip. > > [DAA] > _______________________________________________ > List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech > > Unsubscribe here: > http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/gozzarda%40ucc.gu.uwa.edu.au From gozzarda at ucc.asn.au Tue Aug 18 11:15:00 2015 From: gozzarda at ucc.asn.au (gozzarda at ucc.asn.au) Date: Tue, 18 Aug 2015 11:15:00 +0800 Subject: [tech] Shelving cleanup - Stuff to throw out In-Reply-To: References: <55D18911.4040408@ucc.asn.au> Message-ID: <913c1659fc12586c6aa6cc93c268a3b6@ucc.asn.au> Firstly, that was an error on my part, the 4th box was actually vending machine parts we probably want to keep. A couple of members have already expressed interest in the software, and are willing to take the whole lot off our hands and sort it. I can't believe very much of it will be very valuable, but this is why I wanted to contact tech at . I don't have a full list of the software, but I could find nothing of immediate worth as far as I could identify. There was a whole bunch of stuff for the Apple II, a copy of MacWrite, a copy of Matlab for SunOS (on a data tape) that a member has expressed interest in, a nearly-full set of Adobe software, still in plastic, for Mac, from 2004 (acrobat 6, etc), and a copy of Borland C 2.0. There was also some MS-DOS manuals and a copy of "Windows for Systems" (iirc) on 12 3.5 inch floppies. I am taking care not to list anything irreplacable or important, but worst case we can buy new copies of most of this relatively easily. On 2015-08-18 10:51, Alwyn Nixon-Lloyd wrote: >>> - 4x 55L boxes of old software, mostly from the MacII era > > On that list, this potentially is the most valuable, but also the most > annoying. > > Are they just random floppies and CDs? > > [zar] > _______________________________________________ > List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech > > Unsubscribe here: > http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/gozzarda%40ucc.gu.uwa.edu.au From gozzarda at ucc.asn.au Tue Aug 18 20:05:33 2015 From: gozzarda at ucc.asn.au (gozzarda at ucc.asn.au) Date: Tue, 18 Aug 2015 20:05:33 +0800 Subject: [tech] Fwd: Re: Stuff thrown out from the clubroom In-Reply-To: References: <9b8e77c7ba979d6bf8a8dc58169fcce2@ucc.asn.au> <463a97bc6b145a8414805561f1f3afb2@ucc.asn.au> Message-ID: Hi all, Delan and Brock kindly took the time to do a full inventory of the stuff I am wanting to get rid of (minus tape reader, HP thin clients, and 10/100 switches). They are also more than happy to take any and all of it off our hands. Unless I get an email before 5pm Wednesday with reason why we should keep some of this, I am going to let them have whatever they like. Cheers, Gozz Bearer of the LART 2015 ? Software ? ? Connectix Virtual PC for Windows (CD-ROM) ? Macromedia ColdFusion MX 7 (CD-ROM) ? Qualcomm Eudora Pro 2.1.3 for Macintosh (3.5?) ? Sun Solaris 10 for SPARC (DVD-ROM) ? Mac OS X Server 1.2 (CD-ROM) ? Adobe Photoshop Elements 2.0 (CD-ROM) ? Novell Personal NetWare (3.5?) ? Macromedia Director 6 Multimedia Studio (no media) ? Tseng Labs MegaEva/1024 VGA-Sync (5.25?) ? IBM Personal Computer Hardware Reference Library (book) ? Microsoft MS-DOS 3.2C (5.25?) ? Blank 2007 UCC membership card ? Borland Turbo C 2.0 for IBM and DOS (5.25?) ? Adobe Acrobat 6.0 Standard for Macintosh (CD-ROM) ? Sorenson Video 2 Quicktime Codec (CD-ROM) ? Sorenson Broadcaster: Live Streaming for QuickTime (CD-ROM) ? Apple Inter?Poll Network Administrator?s Utility (3.5?) ? Apple Macintosh MacTerminal (sealed box 3.5?) ? Apple Final Cut Pro 1.2.5 (no media) ? Adobe InDesign 1.5 for Macintosh (CD-ROM) ? Apple Chinese Language Kit for Mac OS 7 (3.5? and CD-ROM) ? Microsoft Visual C++ 1.5 for Windows (CD-ROM) ? Trend Micro InterScan VirusWall for the Sun Netra (sealed box) ? Apple DVD Studio Pro 3 (DVD-ROM and CD-ROM) ? Terran Interactive Media Cleaner Pro 4 for Macintosh (CD-ROM) ? Terran Interactive Media Cleaner 5 Upgrade (CD-ROM) ? Microsoft MS-DOS 6.20 Upgrade (3.5?) ? IBM OS/2 2.1 Installation Guide (no media) ? XTree Gold 2.5 for DOS (5.25? and 3.5?) ? Apple Macintosh MacWrite (sealed box) ? Microsoft WfW & MS-DOS (mostly sealed box 3.5? with COA) ? Microsoft Windows & MS-DOS User?s Guide (sealed with COA) ? AppleShare 4.0 (CD-ROM and 3.5?) ? Protel Schematic (5.25? with DB-25 DRM dongle) ? The MathWorks Distribution Kit with MATLAB 4.1 for the Sun (QIC tape) ? Microsoft FoxBASE+ 2.01 for Macintosh (3.5?) ? Microsoft MS-DOS 6.22 Concise User?s Guide (book) ? CPUs ? ? (11) Intel Celeron 1.2 GHz (2001, PGA370, SL6C8) ? (3) Intel Celeron 1.3 GHz (2001, PGA370, SL6C7) ? (3) Intel Celeron 2 GHz (2002, PGA478, SL6VR) ? Intel Pentium 4 2.8 GHz (2001, PGA478, SL6WJ) ? Intel Celeron D 2.8 GHz (2004, PGA478, SL8HM) ? Intel Pentium 4 3.0 GHz (BX80546PG3000ESL7PM, HSF only) ? (2) Intel Pentium 4 2.8 GHz (2001, PGA478, SL6PF) ? (2) Intel Celeron M 1.5 GHz (2004, ?PGA479, SL8MM) ? (4) VIA C3 866 MHz (2001, PGA370, 133 MHz ? 6.5) ? VIA C3 933 MHz (2001, PGA370, 133 MHz ? 7.0) ? (2) VIA C3 1.0 GHz (2001, PGA370, 133 MHz ? 7.5, 1.45 V) ? (2) VIA C3 1.0 GHz (2001, PGA370, 100 MHz ? 10.0) ? Other ? ? Compaq Concerto 2840A (80486SL at 25 MHz, 4 MiB RAM) From zanchey at ucc.gu.uwa.edu.au Wed Aug 19 15:18:27 2015 From: zanchey at ucc.gu.uwa.edu.au (David Adam) Date: Wed, 19 Aug 2015 15:18:27 +0800 (AWST) Subject: [tech] Murasoi dropouts In-Reply-To: <20150815022011.GE32725@ucc.gu.uwa.edu.au> References: <20150815022011.GE32725@ucc.gu.uwa.edu.au> Message-ID: On Sat, 15 Aug 2015, Matt Johnston wrote: > Since this is all still broken, shall I just order 2x cheap > gigabit NICs for murasoi? > > $15 http://www.mwave.com.au/product/tplink-tg3468-gigabit-pci-express-network-adapter-aa38208 > $2.50 http://www.mwave.com.au/product/tplink-tllpbtg3468-low-profile-bracket-for-tg3468-ab55234 > > rtl8168b chip, should be fine in Linux with rtl8169 driver I guess. Sounds good to me. We can probably get away with just one; the eth1 interface seems fine. [DAA] From mjpomery at ucc.asn.au Wed Aug 19 18:07:39 2015 From: mjpomery at ucc.asn.au (Mitchell Pomery) Date: Wed, 19 Aug 2015 18:07:39 +0800 (AWST) Subject: [tech] Murasoi dropouts In-Reply-To: References: <20150815022011.GE32725@ucc.gu.uwa.edu.au> Message-ID: We budgetted $50 for it at the committee meeting Monday, so for sure we should get some. Are you going to order them [MSH]? Regards, Mitchell Pomery OCM and IPP 2015 UCC President 2014 OCM 2013 On Wed, 19 Aug 2015, David Adam wrote: > On Sat, 15 Aug 2015, Matt Johnston wrote: >> Since this is all still broken, shall I just order 2x cheap >> gigabit NICs for murasoi? >> >> $15 http://www.mwave.com.au/product/tplink-tg3468-gigabit-pci-express-network-adapter-aa38208 >> $2.50 http://www.mwave.com.au/product/tplink-tllpbtg3468-low-profile-bracket-for-tg3468-ab55234 >> >> rtl8168b chip, should be fine in Linux with rtl8169 driver I guess. > > Sounds good to me. We can probably get away with just one; the eth1 > interface seems fine. > > [DAA] > _______________________________________________ > List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech > > Unsubscribe here: http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/bobgeorge33%40ucc.asn.au > From matt at ucc.asn.au Wed Aug 19 18:28:53 2015 From: matt at ucc.asn.au (Matt Johnston) Date: Wed, 19 Aug 2015 18:28:53 +0800 Subject: [tech] Murasoi dropouts In-Reply-To: References: <20150815022011.GE32725@ucc.gu.uwa.edu.au> Message-ID: <6408D059-ED28-40F2-B498-0648EB13FA2A@ucc.asn.au> Yeah will do, I'll order 2. Maybe 2 the same, maybe 2 different ones! On 19 August 2015 18:07:39 GMT+08:00, Mitchell Pomery wrote: >We budgetted $50 for it at the committee meeting Monday, so for sure we > >should get some. > >Are you going to order them [MSH]? > >Regards, >Mitchell Pomery > >OCM and IPP 2015 >UCC President 2014 >OCM 2013 > > >On Wed, 19 Aug 2015, David Adam wrote: > >> On Sat, 15 Aug 2015, Matt Johnston wrote: >>> Since this is all still broken, shall I just order 2x cheap >>> gigabit NICs for murasoi? >>> >>> $15 >http://www.mwave.com.au/product/tplink-tg3468-gigabit-pci-express-network-adapter-aa38208 >>> $2.50 >http://www.mwave.com.au/product/tplink-tllpbtg3468-low-profile-bracket-for-tg3468-ab55234 >>> >>> rtl8168b chip, should be fine in Linux with rtl8169 driver I guess. >> >> Sounds good to me. We can probably get away with just one; the eth1 >> interface seems fine. >> >> [DAA] >> _______________________________________________ >> List Archives: http://lists.ucc.gu.uwa.edu.au/pipermail/tech >> >> Unsubscribe here: >http://lists.ucc.gu.uwa.edu.au/mailman/options/tech/bobgeorge33%40ucc.asn.au >> From root at heathred.ucc.gu.uwa.edu.au Thu Aug 20 08:21:40 2015 From: root at heathred.ucc.gu.uwa.edu.au (root) Date: Thu, 20 Aug 2015 08:21:40 +0800 Subject: [tech] SMART error (Health) detected on host: heathred Message-ID: This message was generated by the smartd daemon running on: host name: heathred DNS domain: ucc.gu.uwa.edu.au The following warning/error was logged by the smartd daemon: Device: /dev/sde [SAT], FAILED SMART self-check. BACK UP DATA NOW! Device info: Corsair Force 3 SSD, S/N:12126500000008951830, WWN:0-000000-000000000, FW:1.3.3, 120 GB For details see host's SYSLOG. You can also use the smartctl utility for further investigation. Another message will be sent in 24 hours if the problem persists. From jmeerjt11 at hotmail.com Mon Aug 24 10:57:15 2015 From: jmeerjt11 at hotmail.com (Jordan Meerwald) Date: Mon, 24 Aug 2015 10:57:15 +0800 Subject: [tech] New clubroom peripherals Message-ID: Hi all, We are looking at buying new keyboards, monitors, mice and speakers for all clubroom machines that need them, does anyone have any recommendations? We are looking for: Mice - ambidextrous, around $50-$70, Steelseries Sensei Raw and Razer Deathadder are good options. These are the first priority as we have several dying mice currently in use. Keyboards - mechanical, either Das or Ducky has been requested, preferably a quieter switch for Windows machines Speakers - more of the cheap Gigabyte ones we currently have are fine Screens - replacing the burned in Samsung ones, the Dell U2412M (current version of the ones on the linux machines) are $370+ which is probably too expensive. $300 or less, 22-24 inch, 1080p with a portrait-to-landscape pivoting stand, and somewhere to attach the security cable bolts to is what we're looking for. 16:10 is a bonus but most are too expensive. The Dell P2414H is a good example of what we want. Thanks [JDN] Treasurer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ucc.gu.uwa.edu.au/pipermail/tech/attachments/20150824/fada1bcb/attachment.htm From oxinabox at ucc.asn.au Mon Aug 24 15:39:31 2015 From: oxinabox at ucc.asn.au (Frames) Date: Mon, 24 Aug 2015 15:39:31 +0800 Subject: [tech] New clubroom peripherals In-Reply-To: References: Message-ID: <55DACA33.3060905@ucc.asn.au> On 24/08/2015 10:57 AM, Jordan Meerwald wrote: > > Hi all, > > We are looking at buying new keyboards, monitors, mice and speakers > for all clubroom machines that need them, does anyone have any > recommendations? > > We are looking for: > > Mice ? ambidextrous, around $50-$70, Steelseries Sensei Raw and Razer > Deathadder are good options. These are the first priority as we have > several dying mice currently in use. > Last time we bought mice (or maybe the time before that), about 2 years ago, we did a ask around. No-one who is actually left-handed cares about ambidextrous mice. Pretty much everyone just uses mouse with off hand. Most mice that are not ambidexerious are still very useable with left hand anyway -- they just have a thumb indent or a slight change to the shape. Those that are not are will be not worth having for other reasons (eg crazy gamer-macro mouse) If you look at our logitec mice, they are not truely ambidexerious. Don't le ambidextrous constrain you. (We did the ask around because almost all the ambidextrous ones available at the time were really crap) > Keyboards ? mechanical, either Das or Ducky has been requested, > preferably a quieter switch for Windows machines > I continue to request something with buckling springs. We can shift a quiet one from one of the linux machines to windows. -- [*OX] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ucc.gu.uwa.edu.au/pipermail/tech/attachments/20150824/9d3b17c8/attachment.htm From root at ucc.gu.uwa.edu.au Fri Aug 28 02:03:57 2015 From: root at ucc.gu.uwa.edu.au (root) Date: Fri, 28 Aug 2015 02:03:57 +0800 (AWST) Subject: [tech] SMART error (CurrentPendingSector) detected on host: mollitz Message-ID: <20150827180357.414E63E054@mollitz.ucc.gu.uwa.edu.au> This message was generated by the smartd daemon running on: host name: mollitz DNS domain: ucc.gu.uwa.edu.au The following warning/error was logged by the smartd daemon: Device: /dev/sda [megaraid_disk_00] [SAT], 1 Currently unreadable (pending) sectors Device info: WDC WD2002FAEX-007BA0, S/N:WD-WMAY05264300, WWN:5-0014ee-25c4d4e4f, FW:05.01D05, 2.00 TB For details see host's SYSLOG. You can also use the smartctl utility for further investigation. Another message will be sent in 24 hours if the problem persists.