/srv/irclogs.ubuntu.com/2017/04/25/#ubuntu-server.txt

drabhi02:12
drabI'm trying to practice and document a host swap/hd replacement in case of failure02:12
drabas I have it, I run lssci to get the list of devices with the wwn (which is labeled on the tray)02:13
drabmake sure it matches which device and then run " echo 1 > /sys/block/$dev/device/delete"02:13
drabwhich I was under the impression was sufficient to tell the kernel that device was gonna and therefore could be removed from the machine safely02:14
drabhowever tailing syslog and pulling the drive after the above results in some stacktracer and quite a few angry messages02:14
drabI get the same messages if I skip the echo 1 /device deletion btw02:14
drabwhat gives? is there a better way under which the kernel isn't going to be angry at me or is the above "correct"?02:15
drabafter the echo the device was gone from lsscsi btw and not seen by the system02:15
naccdrab: probably worth pastebining the exact messages after the delete and then the errors you see later02:15
drabnacc: yeah, thought of that, here it goes: http://dpaste.com/31EAD5R02:19
naccdrab: is this an actualy hotpluggable device (using kernel level hotplug)?02:22
naccdrab: if so, then you might need to use the right interface to hotunplug it02:22
naccdrab: it seems like the sas layer is still doing something when you pulled the disk02:23
naccdrab: done for the day, but i can help debug tmrw, maybe02:23
sarnoldI'd sort of expect an mdadm command of some sort, similar to zpool replace or zpool offline02:24
drabsarnold: yeah, there's offline/detach02:34
drabbut those disks aren't in the pool yet02:34
drabnacc: thanks man, was reading through some google pages, will ping you again tmoz if I don't figure it out before I fall off02:35
drabthis is a hotswap tray on a server with a HGST drive that should support that no problem, plugged into a SAS backplane02:35
drabnot sure about kernel level hotplug02:36
sarnolddrab: do report back what you find out. I haven't tried pulling any my drives yet. :)02:36
drabthat said tho, these drives aren't part of the pool yet, just dealing with the basics first, then will repeat in ZFS02:36
sarnolduntil today I've always assumed zpool replace or zpool offline would do the trick, hehe02:36
drabwas trying to get a baseline for drives going in and out before doing it with zfs02:37
drabsarnold: yeah that I simulated actually, I had found a link where the guy was testing all of that with 5 USB keys in a raidz2, which is what I have02:38
drabbut in that case I just yanked the keys out :P02:38
drabthe good news is that it all worked fine02:38
drabbut I didn't want to risk as much on actual data/disks02:38
drabso was trying to do it properly telling the kernel about it etc02:38
sarnold:)02:38
drabso far it's still mad at me...02:39
drabsarnold: my understanding is that the simple replace is ok if you have spare bays and the new drive is already in, the replace will resilver the new drive and then remove the damaged one02:47
drabhowever in a situation like mine, with 4 bays all taken, afaics you need to offline and detach the drive first, put the new drive in and attach that to the pool and the resilver will kick off02:48
drabno replace command02:48
drabbut I'll confirm once I'm through02:48
=== tanuki_ is now known as tanuki
cpaelzergood morning05:38
cpaelzernacc: updated the page, thanks for starting it05:42
roelofHello, I wanted to filter my mail on the mailserver. So I followed this tutorial : https://help.ubuntu.com/lts/serverguide/mail-filtering.html05:43
roelofbut when I send a mail I do not see the spam and viruschecking headers05:44
roelofhere is my amavis/15-content-filter :  http://paste.ubuntu/2445248505:45
cpaelzermissing a .com I think http://paste.ubuntu.com/24452485/05:45
roelofand here is my amavis/20-debian-defaults05:45
roelofand here is my amavis/20-debian-defaults : http://paste.ubuntu.com/2445248905:46
roelofand here is my amavis/50-users : http://paste.ubuntu.com/2445249205:47
roelofand my master.cf from postfix :  http://paste.ubuntu.com/2445250005:48
roelofmy hostname is ubuntu05:48
roelofand my mailname is example.com05:49
roelofanyone a idea why the spam and virusheaders are not included05:49
roelofcpaelzer:  thanks, I forget that part05:50
cpaelzerroelof: I'm clearly not an expert on this, but two questions to hopefully slightly help05:51
cpaelzerroelof: did you try to lower the barrier of $sa_tag_level_deflt so that mroe things are tagged05:51
cpaelzerroelof: ah also, does it not work for sending, receiving or both?05:51
cpaelzerroelof: and finally there is a troubleshooting section in your first doc link05:52
roelofcpaelzer:  I did not change the barrier05:52
cpaelzerroelof: mostly about rising verbosity and checking the logs05:52
cpaelzerroelof: so you could increase log of amavis, clamav and postfix05:52
cpaelzerroelof: then restart all services05:52
cpaelzerroelof: then drive a test and parse your logs05:53
cpaelzerI'd hope that there is some indication in there05:53
roelofcpaelzer:  I did send a testmail with the xmail package and look at the recieved mails and did not see the headers05:53
cpaelzerroelof: since you are not seeing any headers I'd especially check the logs if there was something failing when initializing05:53
roelofcpaelzer:  oke, next step finding out how to lower the barrrier and finding out how I can rise the verbosity05:54
roelofand of course reading a lot of logs05:54
cpaelzerroelof: both steps are described in the mail filtering page you linked05:55
cpaelzerroelof: it has rising amavis/clamav on the page and a link to postfix logging05:55
cpaelzerdown in the troubleshooting section05:55
cpaelzerlowering the limit to be tagged is on the same page05:55
cpaelzerroelof: there are also some more hints for troubleshooting at https://help.ubuntu.com/community/PostfixAmavisNew#Troubleshooting05:56
rchavikroelof, this https://www.mail-archive.com/amavis-user@lists.sourceforge.net/msg02182.html worked for me05:58
rchavikduh, i see that cpaelzer has already pointed that out.05:58
roelofchanged it , now restarting all the services06:03
roelofDoes it make any difference in what order they are restarted06:03
cpaelzerroelof: yes in this case unfortunately yes06:03
cpaelzerroelof: the last troubleshooting link listed the recommended order06:03
cpaelzerroelof: I'm not sure how important it is, but since there is an order listed I'd follow for now06:04
roelofcpaelzer:  I followed all the links but I cannot find the order :(06:06
roeloffound it06:07
roelofnope, increasing the limit does not do the trick06:10
cpaelzerroelof: :-/, then you are down to check the logs06:10
cpaelzerdoing so now can work if there is something obvious06:10
cpaelzerif not, you can still increase the log levels06:11
cpaelzerroelof: since logs can have a lot of red herrings I'd tail -f on them and then06:11
cpaelzerroelof: step1 restart your services one by one and check if there are errors06:11
cpaelzerroelof: step2: do your testmail and see if all services at least process something06:11
rchaviki had to lower the barrier to make headers appear (not increase)06:12
roelofsorry I mean lower. the value was 2 and is now -10006:12
rchavikok06:13
roelofWhen I restart the services I do not see any errrors06:13
roelofand when I send a test-email I see this : http://paste.ubuntu.com/2445258306:14
roelofso I see headers but no spam or virus headers06:15
roelofso now time to increase the log levels06:15
roelofchips. I think the problem is I think there is no text in the body06:24
roelofI use crtl-d to say that  I want to go to the next field and I see then a empty body message06:24
roelofso there is nothing to scan06:24
roelofback to the bsd-mailx function how to solve this one06:25
roelofnope, also making a body does not solve it06:28
roelofwhen I look at the mail.log both seems to be working. I see some things about amavis and about spamassassin06:34
roelofthe only thing that bothers me is that it looks like the body is still empty :  using 353/353 'body-0' compliled rules06:36
roelofnothing wierd in the logs except the body-0 compiled rules thing06:38
roelofcpaelzer:  can it be a problem that the hostname is different from the mail-name ?06:38
roelofLogging does not help to solve this one :(06:53
roelofanyone a idea how to solve this ?07:02
sarnoldwhen logs don't work my next took is strace07:03
sarnoldstrace -f -o /tmp/logs -p `pidof whatever` -- and then you've got fun reading07:04
roelofsarnold:  strace with mail sending ?07:04
sarnoldI didn't say it's _fun_ :)07:04
sarnoldbut the only way anything gets done is by interacting with system calls. so you've got something to work with when logs fail you.07:05
roeloffirst I have to find the pid of postfix, spamassisin and amavis07:05
=== miczac_ is now known as miczac
lordievaderGood morning07:58
mynameistrevorph.archive.ubuntu.com is not working right now08:09
mynameistrevorcan someone help me, ph.archive.ubuntu.com is down10:11
TafThornemynameistrevor: ph.archive.ubuntu.com is up for me.  What is your problem?10:20
TafThorneI mean that in the sense of what error message are you seeing from what application, not in the sense of being sarky.10:22
mynameistrevoryesterday, when i'm updating the apt cache, update process stuck when it attempts to get updates from ph.archive.ubuntu.com, which is hosted by pregi.net. i tried to ping it but it dosen't respond at that time, then i pinged their ftp server and nothing happens. i've also tried to email them, but gmail said that the server isn't responding10:26
ikoniaping is not a test10:29
ikoniaview the repo in a browser, see if it's aailable10:29
ikoniaavailable10:29
ikonialooks like it's responding fine10:30
ikoniaso you've sent someone an email saying it's not working, when it is10:30
mynameistrevori send an email to pregi.net and gmail sent me an email that their email servers is not responding10:34
ikoniawhat ?10:35
mybalzitchmynameistrevor: so find a new mirror10:36
mynameistrevormybalzitch: i tried to switch to the main servers10:36
TafThorneSo does `apt-get update` work after you changed to the main servers, rather than the cache?10:37
mynameistrevoryes10:37
TafThorneSo does this solve your issue?10:38
mynameistrevoryes10:38
ikoniathe mirror is working fine10:40
ikoniathere is no need to change10:40
mynameistrevorikonia: as of now, philippine servers are now up; they're down yesterday10:44
ikoniaso why are you telling us about it10:44
ikoniathey went down, they are back, what's the problem10:45
stevenmorning guys, is there a way to configure autoremove's amount of kept kernels?10:47
stevenmy u1604 keeps 3 kernels atm which bloats /boot and breaks my updates when a new kernel ships.10:47
stevenso I'd  rather set the number of kept kernels to two than resizing partitions10:48
ikoniahow big is /boot ?10:51
steven236M  153M   71M  69% /boot10:59
stevenso 236mib11:00
ikonia236 meg is quite small in general11:00
stevenI didnt change it tbh, I just went with stock recommendations on this machine11:00
stevenwhich was a silly idea in hinsight lol11:00
ikonianot at all11:01
ikoniaif in doubt you'd assume the installer will guide you11:01
stevenwell it was, cos now my sys breaks on updates (well it doesnt really break, but I'll have to manually fix it)11:01
stevenbut yeah, setting the kept kernels to only 2 would fix it11:02
stevenI just can't find the confiugration file and /etc/apt/conf.d/autoremove-kernels is a autogenerated file so I shouldnt touch it either11:02
ikoniato be honest, I thought ubuntu got rid of the n+2 kernel model and just assumed autoclean would do it11:02
stevenmaybe they did post 1604 :D11:03
ikoniaI don't know - I assumed to be honest based on some of the behaviour I'd seen11:04
stevenI dont have snap either11:05
stevenwhich was introduced in 1604, too. right?11:05
ikoniaI don't use snap11:06
ikoniaI don't agree with the concept11:07
stevenI dont either but canonical ofc forces you to use it11:07
stevenuntil they realize that no one wants it and discontinue it again. but thats not for another 5 years11:08
ikoniacanonical don't force you to use snap11:08
stevenah yeah? then try to use livepatch without it :)11:08
ikoniaerrr that doesn't make sense11:09
ikoniaof course that has to be a dependency of it11:09
stevenreally?11:09
ikoniayou're using a process that would depend on it and complaining that you have to use it....how would you expect it to work11:09
stevenhow does it depend on it tho?11:09
ikoniait moves selfcontained objects11:10
stevenmaybe its a bit of a technical question but how does a package format of sorts is a requirement to patch my kernel?11:10
stevenwhy can't they just allow me to install the live patch app using apt?11:10
ikoniaI don't think the actual "live patch" process depends on it11:10
stevenI didnt say that, but to use it I have to install the app which I can only install using snap :)11:11
stevenso the only way to get this feature is for me to use snap. ofc they dont force me to use it. I could simply not use that service11:12
=== JanC_ is now known as JanC
cpaelzerTafThorne: would you be able and willing to do the proposed verification on bug 163051612:33
ubottubug 1630516 in One Hundred Papercuts "Logrotate doesn't clean old system logs, allowing them to fill the disk" [Critical,Triaged] https://launchpad.net/bugs/163051612:33
* cpaelzer sounds like a flight attendent12:33
* drab hopes this channel is not overbooked14:10
ikonia?14:14
drabikonia: bad async irc joke... i ignore parts/join so when I logged in last thing I saw was "* cpaelzer sounds like a flight attendent"14:15
drabre recent united overbooked flight and the guy dragged out14:15
TafThornecpae;zer: I can give it a go14:36
TafThorneRight I have got things setup as per https://wiki.ubuntu.com/Testing/EnableProposed I shall now give installing the package and running over the test case a go.14:46
axisyshow do I find out all the changes will be made by a package install without installing it?15:04
TafThorne-s15:06
TafThornefor Simulate?15:06
TafThorneAccording to `man apt-get` all commands can have:15:07
TafThornehttps://wiki.ubuntu.com/Testing/EnableProposed15:07
TafThorne-s, --simulate, --just-print, --dry-run, --recon, --no-act15:07
naccsadly, `man apt` doesn't list those ... i wonder why15:08
TafThorneso `apt-get install -s <pacakge_name>` should show you what would happen.15:08
TafThorneBecause apt is a simpler tool than apt-get ?15:08
TafThorneMy copies on the man page say things like `install, remove, purge (apt-get(8))` which I guess is tring to hint that if you want to know what is relaly happening read the apt-get manual.15:09
naccTafThorne: apt is meant to be (long-term, imu) a frontend replacement for apt15:10
naccwith saner defaults, less surprise to end-user15:10
TafThorneIt says at the start of the apt man page "Much like apt itself, its manpage is intended as an end user interface and as such only mentions the most used commands and options partly to not duplicate information in multiple places andpartly to avoid overwhelming readers with a cornucopia of options and details."15:10
naccit also is possible apt supports -s or --dry-run and doesn't document it15:10
naccsigh15:10
TafThorneSo yes.  Sounds like it supports it but does not wish to confuse Mr Simple User by mentioning simulations.15:13
naccTafThorne: ack15:13
TafThornenacc: `$ apt install -s chromium-bsu` works for me.  Enjoy!15:14
naccTafThorne: cool, thanks for checking15:14
TafThornenacc: No problem.  Nice for me to have a question on here I could answer for a change.15:15
naccTafThorne: :)15:15
axisysthanks!15:16
TafThorneaxisys: You are welcome.15:19
drabhey nacc , if and when you have time and are inclined to do so, I didn't manage to figure out what to do about those disks last night16:05
drabI always get that angry kernel stacktrace16:05
naccdrab: ok16:06
ahasenackoh boy16:25
naccdrab: so ... does your SAS enclosure support hotswap? or are these directly into your mobo?16:26
drabnacc: it's a supermicro server, x9drw, with a SAS backplane powered by an LSI controller. the disks are plugged into the backplane and the whole thing is configured in AHCI16:56
naccdrab: does the backplane support hotplugging?17:02
drabnacc: don't all sas backplanes do that? from what I read all SAS/SATA basically supports hotplug these days17:09
naccdrab: probably they *should* but i'm sure vendors sucks17:10
drabas long as it's set to AHCI mode you should be able to pull out drives and back in no prob, but maybe I'm wrong17:10
nacc*suck :)17:10
drabheh17:10
drabfair enough17:10
naccdrab: i'm trying to figure out where this is happening in the kernel17:10
drabok, I checked the manual and I don't see any specific mention of "hotplugging", but maybe there's another keyword17:10
drabhttp://www.supermicro.com/manuals/other/BPN-SAS-815TQ.pdf17:11
drabthat's the backplan for ref17:11
naccdrab: so i think what you're seeing is two things17:12
drabnacc: ok, this suggestes it does17:12
naccdrab: delete removes the disk itself17:12
drabhttps://www.supermicro.com/products/chassis/1U/815/SC815TQ-R500CB17:12
naccdrab: the error you are getting is the sas driver itself noticing a device was removed17:12
drabthat's a chassis which says it has hot swap bays and uses the above as a backplane17:12
naccand of course the sysfs entry for that device is gone17:13
naccso i think it's ano rdering thing17:13
naccyou should tell the backplane to 'offline' the device first17:13
nacci'm looking if you can :)17:13
nacce.g., the megaraid sas driver has a hotplug routine17:14
drabI see, I don't think I've come across instructions like that when I was researching hotswap, will google again some more17:14
naccdrab: it might be a quirk of the controller -- the only hotswapping i've ever done has either been explicit (via a hotplug driver and commands) or fully hidden from the kernel via a controller17:16
naccdrab: this appears tob e somewhere between the two :)17:16
naccdrab: you're on 16.04?17:17
naccdrab: i *think* you can suspend the lldd17:18
drabnacc: yeah I'm on xenial17:22
drablldd?17:22
drablink level device driver?17:22
naccdrab: yeah17:23
naccdrab: have you tried the hwe kernel? (i see 4.4 in your messages earlier)17:23
naccdrab: https://patchwork.kernel.org/patch/9410939/17:25
naccdrab: fwiw, those backtraces are just warnings, i think they are non-fatal and can be ignored17:28
drabnacc: I have not tried the hwe kernel, I'll give it a gom thanks17:29
naccdrab: np, it might not be fixed there either, but looks like that discussion is relevant17:30
drabnacc: and yeah, from 1Kfeet evreything seemed to work, I didn't see data loss etc, just the stacktrace looked worrisome17:30
drabthanks for your time and support, much appreciated17:30
naccdrab: np, i agree, i think the device deletion should mean the disk is removed17:32
naccdrab: i would only be worried about queue flushing, but since you're removing the disk altogether, that shoudnl't be relevant17:33
naccand the raid consistency checks should catch it on rebuild, presumig you're using raid17:33
drabnacc: yeah those disks are part of a zfspool17:35
drabwell, some, others are in a mdadm raid617:35
naccdrab: yeah ok, then you've got a separate data consistency assertion17:36
ahasenackrbasak: https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1611816/comments/16 verified yakkety and added verification-done-yakkety, shall I remove verification-needed?17:56
ubottuLaunchpad bug 1611816 in cifs-utils (Ubuntu Yakkety) "pam_cifscreds.so not supplied in package" [Medium,Fix committed]17:56
rbasakahasenack: KSP? I like it :)17:58
ahasenackrbasak: hah17:58
rbasakahasenack: yes, you can remove verification-needed. Thanks!17:58
rbasakI'll follow up on my actual SRU day tomorrow :)17:58
ahasenackdone17:59
ahasenackwe don't add verification-done (without an ubuntu release suffix) anymore, right?17:59
ahasenackrbasak: as a brain break I might try i386 too later, just to be sure the path where the module is installed is correct18:00
rbasakwe don't add verification-done> we talked about it. I'm not sure the SRU team concluded anything apart from that changing policy would be nice. But no problem if you're more specific and never use it.18:01
=== JanC_ is now known as JanC
naccpowersj: should we have a blueprint task to get rid of src:tomcat7?18:37
naccpowersj: looks to be held by davmail18:37
powersjnacc: sure! it is just source at this point18:37
naccpowersj: there's a binary dep on another package from the same18:37
powersjah18:38
naccdavmail depends on libservlet3.0-java18:38
nacc(syncd from debian)18:39
DhizUserThouhey18:56
Aisonwhere do the guest-* accounts come from?!?19:04
AisonI had 10 of them19:04
sarnoldthe "Guest Session" button in lightdm and the little gear icon in the upper right corner19:05
CodeMouse92__Where does user-level cron log?19:16
CodeMouse92__That is, the cron if you just run 'crontab -e' as the non-root user19:16
* nacc thought all cron was logged via syslog 'cron'19:18
sarnoldit sends you email with stdout and stderr19:18
naccand then there are the mails19:18
CodeMouse92__Hm, yeah, okay...so...no mail.19:18
CodeMouse92__That is, via running 'mail'19:18
CodeMouse92__And I see plenty of stuff in syslog, but nothing from the user-level cron, only the system-level cron, which is why I wonder19:19
naccCodeMouse92__: ah you might be right19:19
am55you need to make your own log file for user cron jobs as part of the job20:23
Aisonsarnold, is it possible to disable this guest session?20:54
pjcrownI need a fresh set of eyes. With ufw enabled, mailserver receives no emails, see iptables http://paste.ubuntu.com/24455883/  With ufw disabled, all works, see iptables http://paste.ubuntu.com/24455884/21:00
ikoniapjcrown: I explained this to you21:03
ikoniain #ubuntu21:03
ikoniayou have an iptables rule that is dropping all mail traffic21:03
ikoniaI even gave you the rule21:03
pjcrownikonia: I didn't believe that f2b-postfix-sasl was the problem; however, I removed f2b-postfix-sasl from the rules.  Even without that rule it doesn't work.  I showed you http://paste.ubuntu.com/24456141/21:04
ikoniapjcrown: where do all these rules come from21:05
pjcrowniptables -L21:05
ikoniano, I mean who created them21:05
tomreynf2b would point to fail2ban21:06
pjcrownfail2ban created a few; ufw creates the rest.21:06
ikoniathere are some odd ones though21:06
ikoniasuch as drop all21:06
ikoniapjcrown: drop your firewall rules, and build them up to the ones you need21:07
ikoniathere appear to be an odd source of rules there21:07
pjcrownikonia: throwing everything out and trying to build from scratch won't work for me.21:07
ikoniawhy21:08
ikoniayou've just said with the firewall clean it works21:08
ikoniaand you've got some odd rules in there21:08
ikoniaso actually just build them to the ones you need21:08
ikoniaeg: do an "allow" on what you want, then a deny all21:08
ikoniarather than the complex interaction you have now21:08
pjcrownSo, you are saying don't use fail2ban and ufw?21:09
ikoniano21:09
ikoniare-read what I said21:09
pjcrownI installed a clean server. I installed fail2ban and selected postfix-sasl, ssh, and dovecot-pop3imap.  I saved 5 application profiles into ufw and enabled it.  Everything worked for 2 years even through updates.  Something changed yesterday - something was updated, now it doesn't work.21:12
ikoniaso build up your rules then21:13
ikoniafor example, you've get netbios-ns in there - I suspect you're not running a netbios name service21:13
ikoniawhy is that there ?21:13
ikonia(just as an example)21:13
pjcrownikonia: I just wanted to know if something stood out.  And, no where is netbios-ns listed in any of the tables I posted.21:16
ikonia(just as an example)ufw-skip-to-policy-input  udp  --  anywhere             anywhere             udp dpt:netbios-ns21:20
ikoniapowersj: many things stand out, such as the drop all policy21:21
ikoniathe "evil_ips"21:21
ikoniamany things stand out as odd and possible conflicts21:21
ikoniahence why I said build up what you need rather than this odd set21:21
ikoniaI don't think you've read your rules clearly or you've lost focus if you couldn't see the netbios line I used as an example21:22
ikoniaahhh missed the rage quit21:24
jgehey all, anyone recommend a good file integrity tool in ubuntu?21:42
jgeI've used AIDE in the past, but not sure if that's still around/supported21:42
jgeOSSEC is an option but seems a little too much for simple file checking21:42
jgesomeone also suggested OSQUERY but eww21:43
jgewhy would I turn my OS into a big relational db21:43
jgejust to do file integrity checks..21:44
jgeeven with their FIN module loaded it's still got limitations21:44
drabjge: don22:04
drabwhups22:04
drabwas saying, don't do this stuff anymore, but back then my vote went to samhain22:04
drablooks like it's still maintained, last release date was april 2016, so not horrible, don't expect it to change too much anyway22:05
drabhttp://www.la-samhna.de/samhain22:05
drabbut yeah, ime it was ossec, aide, tripware and samhain22:05
drabthere's also afick22:06
drabbbl22:06
sarnoldAison: i'd expect if you removed lightdm it'd be gone22:07
Aisonsarnold, i need lightdm, but maybe I can disable guest stuff :P22:10
drabAison: you can disable the guest account if that's whta you mean (don't have backlog)22:33
drabgrep guest /etc/lightdm/lightdm.conf22:34
draballow-guest=false22:34
drabthat's all there is22:34
Aisondrab, thx23:17
drabcan anybody confirm stuff like this: https://forums.servethehome.com/index.php?threads/sas-drives-with-high-ecc-corrected-errors.6960/23:35
drabthis links is basically saying that lots of ECC errors on reads on seagate drives are ok...23:36
drabseems dubious23:36
drabRead errors corrected by ECC counter in SMART, that is what I'm looking at23:36
drabthese seagate drives look ... well... not good...\23:37
sarnoldseems sketchy23:42

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!