/srv/irclogs.ubuntu.com/2013/06/03/#ubuntu-kernel.txt

infinityzequence: Your upload had a single bit-flip.  The git repo on github is fine, but there was a single bitflip on your hard drive (or in RAM when building the package).01:29
infinityzequence: I'm going to re-upload directly to the kernel PPA from git once I've tested it builds locally.  You might want to check your hardware.01:29
shadeslayerapw: I see, follow up question, would linux and linux-meta be enough if I upload a saucy kernel to the raring pocket of a PPA?02:56
shadeslayeror do I need to backport more things?02:56
shadeslayer( I've test built both those packages in a pbuilder, they built fine )02:56
infinityzequence: All fixed up now.03:56
zequenceinfinity: ok, thanks. I don't think I mentioned to anyone I had moved the git repos to a project on github, but I guess you found out on your own. 03:59
zequencethis HD is only about 2 years old. I've only twice had problems with git repos on another HD, but never on this one. But, I guess one bit is all that it takes to screw it up.03:59
zequencenot that it was a problem with the git repo, only that is how I've noticed corruption in the past04:00
zequencemight be smart to test locally before uploading I guess04:01
shadeslayerodd, I can't even get debuild to spit out the right files :S04:06
infinityzequence: If you're doing it on a consumer-grade PC or laptop without ECC RAM, the bitflip could just be a normal consequence of using a computer, it might not be dying hardware.05:21
infinityzequence: Still worth a check, though.05:21
infinityzequence: (And if that file's corrupt in your local checkout, you'll want to re-clone, or at least replace the corrupt file)05:21
=== tjaalton_ is now known as tjaalton
infinityzequence: Anyhow, it's all in -proposed now, and ready for the binaries to be tested whenever.05:22
ohsixif it managed to make it to software, dmesg and smart should show something, too05:22
zequenceinfinity: right. ECC. Well, I'm not running server hardware here, but I should probably look at enhancing security a bit :)05:38
zequenceohsix: dmesg didn't show anything.05:43
zequenceI just realized these are the same memory sticks though. I should probably check them05:43
zequence(..the same sticks as when I had problems on another machine)05:44
infinityohsix: How would dmesg know about a bit flip in non-ECC RAM?05:44
ohsixit wouldn't, nor a miswrite to the disk, but there are a lot more likely things to have happened than a random bit flip05:45
ohsixunless you're at 40000 feet ;]05:45
infinityRandom bitflips are more common than people think.05:45
ohsixor near an alpha source05:45
infinityIf only cking was around to cite the source he quoted last time this came up.05:45
infinityBut background radiation leads to a lore more flips than people assume.05:46
ohsixhttp://www.jedec.org/sites/default/files/docs/jesd89a.pdf probably way more than you want to know about what jedec has to say about testing for soft errors05:47
ohsixeven if they were 1000x more likely than people think, it'd still be less than other sources of errors that you can check first :p05:48
infinityWell, I did point out that failing RAM or a failing disk were worth checking for.05:48
infinityBut it's not worth tearing one's hair out looking for failing hardware that isn't, either.  Cosmic rays happen.05:49
ohsixheh05:49
ohsixconsumer hard drive uncorrectable bit error rates are only 10e-14, you can check the smart test logs and the status for raw read error rate/reallocated ector count and be pretty confident that it's not it05:52
ohsixthere's a paper somewhere where google gathered statistics on soft errors in all the ECC/registered dram they used05:53
ohsixif you look to see specifically what DRAM is on your memory widgets you can get the jedec measured numbers for the geometry from the vendor ;D05:54
infinityohsix: Ahh, yes, it was Google's study I was thinking of.06:02
infinity"Our first observation is that memory errors are not rare06:02
infinityevents. About a third of all machines in the fleet experience06:02
infinityat least one memory error per year (see column CE Incid.06:02
infinity%) and the average number of correctable errors per year06:02
infinityis over 22,000"06:02
ohsixyup06:03
ohsixin the aggregate, they leave all the details about what you could infer from a single module out, pretty much; aside from the table that shows a breakdown between ddr1/2/306:04
infinityNow, to be fair, on a non-ECC machine, the most common results of a bit-flip will be either "you don't notice", "you get a segfault", or "your system crashes", but an unlucky write it possible.06:04
infinitys/it/is/06:04
ohsixif you have a petabyte of ram and you average it across the number of dimms you have ;]06:05
infinityGiven how little of what gets shuffled around in RAM ever ends up on disk, "you don't notice" (or, you notice, but it's some random character corrupted on screen, etc) is probably the most common result.06:06
infinityAnd most people would forget seeing such a thing once a year, if they saw it at all.06:06
ohsixyou can't really ignore the die size and sheer quantity of them when assessing if it's likely to happen to you, like i said; you need to get the specific DRAM datasheet to look for the soft error rate, they're all 'jedec' standard parts, but they have very different ratings for soft error rates depending on geometry and layout06:06
ohsixlets not forget that a harddrive has dram in it06:06
ohsixso you get the double whammy! :p06:07
ohsixthough with new ssd's and the scsi stuff for end to end integrity you can know a lot about even that, if you need to (*cough* commercial)06:08
=== fmasi_afk is now known as fmasi
shadeslayeranyone around to help out a bit? if I do pull-lp-source linux , modify the changelog to build against raring and then run debuild -S -sd , there is no .dsc file to sign08:09
shadeslayerand hence dput fails08:09
shadeslayerI don't quite understand what's going wrong 08:09
hyperairread the error messages08:10
apwshadeslayer, well presumably the build fails, so can you pastebin the whole debuild -S output08:10
shadeslayerapw: huh? the build works fine pbuilder08:10
apwshadeslayer, probabally it is probabally because you have not said -nc and do not have the build-deps installed 08:11
shadeslayerhyperair: but a .changes file is generated08:11
shadeslayerhm08:11
apwshadeslayer, just because debuild is dumb, doesn't mean it worked08:11
shadeslayerheh, okay08:11
* shadeslayer will try with -nc08:11
hyperairodd, i didn't think that .changes would be generated.08:13
shadeslayerapw: and I just need linux and linx-meta08:13
shadeslayerroght?08:13
shadeslayer*right08:13
apwshadeslayer, 'need' is a difficult word, some releases have lbm as well depending08:14
hyperairwasn't there some script that automatically installs the build-deps of a source package?08:14
hyperairi keep forgetting, since i just throw the entire thing into sbuild08:14
shadeslayer-nc seems to have done the trick08:15
shadeslayerapw: lbm?08:18
shadeslayerah08:18
shadeslayerlinux-backports-modules08:18
shadeslayerapw: anything else?08:20
apwshadeslayer, not that i can think of right now08:23
shadeslayerok08:23
shadeslayerthx08:24
apwshadeslayer, though can't you just pocket copy the source if all you are doing is rebuilding it08:24
shadeslayeroh08:24
shadeslayerI don't see a LP option to do that08:24
apwshadeslayer, cirtainly it can be done, it is possible you cannot pull from the main archive without using the archive tools thingy08:26
shadeslayerwell, yeah, I know it can be done, I just don't see a way to do it from the web interface :)08:27
apwshadeslayer, i think you might have to use copy-package08:30
shadeslayeryep, looking at that08:31
shadeslayerthough .. does it do a no rebuild copy08:31
shadeslayerah no, there's a separate option for that08:32
shadeslayerodd08:39
shadeslayerapw: gives me a key error on 'saucy' http://paste.kde.org/757184/08:39
infinityshadeslayer: You want "-s saucy", not "-d"... Distribution in that context is "ubuntu" or "debian".08:42
infinityshadeslayer: And --to-suite instead of --to-distribution, too.08:43
shadeslayeroh08:43
infinityshadeslayer: And no need to mention component at all, since PPAs have no concept of them anyway.08:43
shadeslayeryeah08:43
shadeslayerhurray, thanks alot :)08:44
infinity(And do you really want to rebuild it?  A copy-with-binaries would be much friendlier on the buildds, if the goal is just to have the saucy kernel in a raring PPA)08:44
shadeslayerinfinity: too late :(08:47
shadeslayerplus buildds seem pretty empty08:47
infinityshadeslayer: Not too late if it isn't building.  You could delete it and re-copy.  But, you can always copy better next time. :)08:47
shadeslayerinfinity: newb question, but won't different gcc versions affect the build?08:48
infinityshadeslayer: In theory.  In practice, upstream tries really hard to make that not true.08:48
infinityshadeslayer: But since the kernel we build in the primary archive is the one that gets heavily QAed, it's generally in your best interest not to rebuild your own, IMO.08:48
infinityBetter to share the bugs that millions of people have than share a weird new bug with 20 PPA users.08:49
shadeslayerinfinity: yeah, I can understand, however a derivative *really really* wants the 3.9 kernel since the 3.8 one is causing kernel panics for them08:51
infinityshadeslayer: Sure, just arguing against rebuilding, that's all.  But, as you say, a bit too late, since it's already building.08:52
infinityshadeslayer: Are their panics reproducible in a way that one could bisect with them?08:52
infinity(And is there a bug filed?)08:52
shadeslayerwell, they said that their issues go away on 3.908:53
shadeslayerbut I'll ask if it's possible for them to file a bug08:53
infinitySure, and that's cool for them, but we're still supporting 3.8 for 8 months, would be nice to fix it. ;)08:53
shadeslayer*nod*08:54
shadeslayerI also haven't heard back on bug 1171940 even though I supplied all the info :(08:57
ubot2Launchpad bug 1171940 in linux (Ubuntu) "vgaswitcheroo on the Macbook Pro 8,2" [Medium,Confirmed] https://launchpad.net/bugs/117194008:57
shadeslayerpatch wasn't there on 3.9.1 ... haven't checked after that 08:57
apwshadeslayer, have you any idea just how many open bugs we have on the kernel?09:09
apwshadeslayer, have you tested that patch and confirmed it fixes the issue ?09:12
apwie are you going by more than the description of the patch09:13
shadeslayerapw: yes, I've tested it and it does indeed fix the issue10:28
apwshadeslayer, it would be helpful to put that in the bug, as it was not clear to me10:29
shadeslayercan do10:29
=== fmasi is now known as fmasi_afk
* ppisati -> out for lunch11:32
=== fmasi_afk is now known as fmasi
apwhenrix, sconklin, bjf[afk], i am just playing with the cve-autotriager to sort out the issues with "-proposed kernels which never released" versions begin included12:03
apwso you may want to ignore it for a bit, as i suspect it will be slapping things about for a bit12:03
henrixapw: ack, thanks12:03
=== ara_ is now known as ara
* henrix will be out for a bit13:41
=== bjf[afk] is now known as bjf
=== ogra_ is now known as ogra
* ppisati goes out for a bit16:50
ograhmm, where do i find the git tree for linux-grouper ?16:55
ograseatching on kernel.u.c doesnt reveal anything regarding grouper 16:55
ogra(same for maguro)16:55
ckingogra, http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-saucy.git;a=shortlog;h=refs/heads/grouper perhaps is what you want?17:12
ograperfect, thanks 17:12
* ogra tries to find out why that one doesnt boot with flipped container (natively into an ubuntu rootfs) 17:13
ogramaguro works flawless ... i'm wondering if its a kernel config issue17:13
apwogra, they are all in saucy18:49
apwogra, most likley, it is very hard to get them the same with them all being random versions18:50
ograapw, i only want to see the config, not start a download orgy18:50
ogra:P18:50
apwit is in /boot on the device18:50
ograit isnt 18:51
ograwe dont have the package installe on the images18:51
ogra*installed18:51
apwogra, then you'll need either the binary package which has it in, or your'll need the source18:54
ograyes18:54
ograor just look at git with a browser18:54
=== fmasi is now known as fmasi_afk
jonoogasawara, hey21:39
jonoI just saw on G+ that someone got bitten by https://bugs.launchpad.net/ubuntu/+source/linux/+bug/79808621:39
ubot2Ubuntu bug 798086 in linux (Ubuntu) "Occasional "The disk drive for /dev/mapper/cryptswap1 is not ready yet or not present" on system startup" [Medium,Confirmed]21:39
jonoit seems to be a few years old, would you folks mind taking a look into it?\21:39
ogasawarajono: sure, I'll ask jsalisbury to follow up21:43
jonothanks ogasawara21:43
=== bjf is now known as bjf[afk]
=== kentb is now known as kentb-out
jsalisburyjono, ogasawara I'll take a look at that bug23:42
jonothanks jsalisbury23:48
jsalisburyjono, np.  If possible, can you also email me the g+ link23:49
jonojsalisbury, https://plus.google.com/u/1/117353980479250980339/posts/TFneH4qPrik23:49
jsalisburyjono, thanks23:49
jonoif you could hop on that thread and follow up that would be great23:49
jonojust shows we care :-)23:49
jsalisburyjono, done.  and we do care ;-)  23:53
jonothanks jsalisbury :-)23:55

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