/srv/irclogs.ubuntu.com/2010/11/29/#ubuntu-kernel.txt

Darxusvirtuald: In most cases just initiating a normal shutdown would be great.  00:40
JanCctrl-alt-del still does a normal shutdown when you're in a console AFAIK00:44
JanCand doing a normal shutdown with alt+sysrq is impossible00:45
RAOFWhen you're hitting the alt+sysrq keys you're clearly in a situation where userspace isn't able to shutdown cleanly anyway.00:46
JanCRAOF: there are still people who use alt+sysrq to "log out"...   ;)00:47
* RAOF feels safe in declaring them outside the target audience :{00:48
ohsixuhhh00:48
JanCRAOF: they are mostly people following wrong advice00:49
JanCbut I agree we don't need to change sysrq behaviour for them  ;)00:50
DarxusWhy can't the kernel initiate a normal shutdown in response to an alt-sysrq combination?00:55
ohsixbesides being a key only a kernel hacker should really know about? you can also assign stuff to ctrl-alt-delete00:56
JanCDarxus: how would the kernel know what to do to do a normal shutdown?00:57
MTecknologyIn bug 673366, wouldn't the file descriptor limit be per process and not per user?01:41
ubot2Launchpad bug 673366 in nginx (Ubuntu) "default settings are dangerous (affects: 1) (heat: 8)" [Undecided,New] https://launchpad.net/bugs/67336601:41
RAOFYes, AFAIK the file descriptor limit is per-process.01:43
ohsixnginx should probably get a ratelimit if it can generate messages that fast, regardless of the content01:44
RAOFNote that raising the file descriptor limit for nginx may expose vulnerabilities if nginx isn't coded for it.01:44
ohsixand only moves the goalposts, the log spamming problem would still exist01:45
ohsix/me peanut gallery01:46
MTecknologyRAOF: the default is 1024 - the reporter was saying that it's too high01:49
RAOFNo, the reporter was saying that the number of workers spawned is too high.01:49
MTecknologyoh01:50
MTecknologyRAOF: the default is 1..01:50
MTecknologyafaik...01:51
RAOFRight.  However, nginx will almost certainly have stdin, stdout, and stderr open which are 3 fds.01:51
MTecknologyoh- I lied, it's 401:51
RAOF4 workers by default?01:51
RAOFHow about worker_connections?01:52
MTecknology102401:52
RAOFWhich is probably at least 3 too high.01:52
MTecknology1021?01:53
RAOF(stdin, stderr, stdout)01:53
MTecknologyoh01:53
RAOFPossibly; it could be using other things which claim an fd.01:53
MTecknologydefault could maybe just be dropped to something like 1010 or something a tiny bit lower?01:54
RAOFIt'd probably be worth checking the code.01:55
RAOFAlso, as ohsix says, it should probably have a ratelimit *regardless*01:55
MTecknologyI'll do that - and fire an email off to the mailing list01:55
MTecknologyand mention the rate limit01:55
MTecknologythanks :)01:56
=== yofel_ is now known as yofel
DarxusIs the kernel not capable of doing the equivalent of "telinit 6"?04:15
ohsixit's as capable of doing that as it is spawning init, or the hotplug program04:17
DarxusSo what's the problem with the kernel starting a normal reboot in respons to an alt-sysrq key sequence?04:17
ohsixwhats the problem with it doign all sorts of things that are out of the scope of what alt-sysrq exists for04:18
ohsixyou could use it to turn on a keyboard mode that played an octave of beeps on the pc speaker with the top row of keys04:18
DarxusIf there was a single alt-sysrq key to do a clean reboot, I would not have had two hard drives crash from power cycling recently.  When ctrl-alt-del wasn't working.04:20
ohsixtheres no such thing as a clean reboot in the situations alt-sysrq is for, you only hope it can sync drives04:20
DarxusIt's a hell of a lot cleaner than just shutting power off.04:21
DarxusEnough that I wouldn't have lost over 2TB of data.04:21
ohsixit's also best effort04:21
ohsixbest effort isn't a guarantee that your scenario would have turned out any different04:22
ohsixits pretty wild to lose a whole volume though04:22
DarxusBut it is very likely that it would have.04:22
ohsixhow04:22
DarxusYeah, I did.  I've got the dmesg output showing the hard drive freaking out if you're interested.04:22
DarxusWhat do you mean how?04:22
DarxusAll processes would've been killed, and the disk would've been unmounted, so the heads wouldn't have been hovering over the platters when power got yanked.04:23
ohsixi'm interested04:23
ohsixpower yanking? yikes04:23
DarxusEffectively.  I had to hold the power button in for 4 seconds.04:24
DarxusIf ctrl-alt-del always worked when alt-sysrq did, that would be great.  But since it doesn't I think there should be a single key sequence the average person can be expected to know when their system hangs.04:25
ohsixtheres an ideal and controllable situation where ctrl-alt-del can work, and a hairy ugly failure scenario where alt-sysrq might be able to do something for you; it's really not the place for it04:29
virtualdyou know gnome pulls up the restart dialog when you press ctrl-alt-del and waits 60 seconds before rebooting, so if it's just a gpu hang you might have to wait for that04:30
ohsixdid the platters get eaten or did it seize? if not, what filesystem; theres so little you can do to prompt losing everything, and testdisk will save you from most of the simple mistakes (changing partition table)04:30
ohsixi've only seen one gpu hang, and lots of compositor hangs; either way i could switch to another tty and shutdown normally04:31
virtualdi don't think i can tell the difference04:33
ohsixonly time i've lost data was when some seagate spindles seized on some raid drives, and that sucked (same lot, and they failed within 24 hours of eachother, it was bizarre)04:34
DarxusThis is the full output from dmesg, when I booted to a rescue disk:04:34
Darxushttp://www.chaosreigns.com/500gb.2010-11-27.dmesg04:34
DarxusThe good stuff is toward the end:04:35
Darxus[  184.352364] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed04:35
ohsixvirtuald: well, xorg's log will have some info if it knows the gpu hanged, you can look in /proc/`pidof compositor`/wchan and see if a compositor has hung04:35
Darxusfsck gave some kind of error after running for a while, asking if I wanted to ignore the fact that it couldn't read anything.04:35
ohsixDarxus: ah you ran out of spare sectors04:35
ohsixpalimpsest can warn you about smart errors, the spare/reallocated sector count is one of the counters04:36
ohsixhow did 500gb turn into 2tb?04:36
Darxusohsix: It sounds like you should be able to recover some data from that?  That data, fortunately, I had backups of.  It was the other ~1.5tb that was all in one subdirectory that vanished that I didn't have backed up.  Got no errors on that one.04:36
ohsixwhat filesystem?04:37
DarxusThe 500gb was ext3, the 2tb disk that lost a ~1.5tb directory was ext4.04:37
ohsixwas that before or after ext4 moved from experimental04:38
DarxusIt was within the last few days, running ubuntu maverick.04:38
ohsixcurious04:38
ohsixdo you still have the volume around?04:39
DarxusNo.04:39
virtualdohsix: saved, thank you :>04:39
ohsixcan't recover the stuff then :]04:39
DarxusI rann extundelete on it and got nothing.  04:39
ohsixvirtuald: xorg detecting gpu hangs can miss a real lockup a bunch, you can look at /proc/`pidof X`/wchan and see if X itself is blocked in the driver & hung too04:40
ohsixDarxus: any weird mount options? did you have an old fstab that didn't force data=ordered?04:41
virtualdok i'll do that next time04:41
ohsixvirtuald: the ubuntu (+kernel team) wiki has a bunch of info for troubleshooting stuff like that :]04:42
Darxusohsix: No weird mount options.04:43
virtualdohsix: i always forget about that when it happens04:43
ohsixDarxus: there were some data loss things with ext4 and some settings that ubuntu used; i dunno how recently they changed it but it was recent04:52
=== saispo_ is now known as saispo
ZdraMorning :)08:25
Zdracould someone please reopen that bug? https://bugs.launchpad.net/ubuntu/+source/linux/+bug/66294608:26
ubot2Launchpad bug 662946 in linux (Ubuntu Maverick) (and 2 other projects) "linux kernel 2.6.35 slows down the whole system because of kslowdxxx processes (affects: 35) (dups: 2) (heat: 196)" [Medium,Fix released]08:26
Zdrano fix was ever released for that, dunno why someone reported he doesn't see the bug anymore, but that's a lie :)08:26
apwZdra, done ... if you are affected can you test the natty kernel which is meant to have the fix so we can progress the issue ?08:44
Zdraapw, yep that's on my todo list, but can't promise when I'll be able to test it08:45
Zdraapw, thanks :)08:45
apwZdra, good enough, as the bug is incomplete it will expire if noone tests09:04
apwhttp://people.canonical.com/~platform/workitems/natty/u/stefan-bader-canonical-natty-alpha-2.html09:26
jjohansenhttps://wiki.ubuntu.com/LucidReleaseSchedule10:15
=== jjohansen is now known as jj-afk
=== doko__ is now known as doko
ogra_ac_apw, hrm11:53
apwogra_ac_, ?11:53
ogra_ac_The following packages have unmet dependencies:11:53
ogra_ac_ linux-headers-omap : Depends: linux-headers-2.6.35-22-omap but it is not installable11:53
ogra_ac_can we do something about that (temporary at least ) for A1 ?11:53
apwogra_ac_, that issue must have been in there since the archive opened for natty11:54
ogra_ac_it breaks omap4 builds (sillyness: all armel headers are installed by default on all armel images, we have only subarch matching for removing the unwanted ones at the end of the build)11:54
ogra_ac_apw, it hasnt 11:54
ogra_ac_its there since the 19th 11:54
ogra_ac_not sure why11:54
apwarchive must have purged the headers at that time11:55
ogra_ac_yeah11:55
ogra_ac_something along these lines11:55
apwsome warning might have been nice11:55
ogra_ac_also cooloney seem to have started testing linaro kernels on omap311:55
apwogra_ac_, i asked him to as i wasn't seeing any other testing going on11:55
ogra_ac_apw, GrueMaster_ is supposed to do some, but was traveling and on vacation last week11:56
ogra_ac_expect some test results this week11:56
apwogra_ac_, i am unsure what i can do about this missing header right now11:56
apwthe package it was made form is gone11:56
ogra_ac_cant you remove it temporary from the meta =11:56
ogra_ac_?11:56
apwso its just cause its in meta you are finding it ?11:56
ogra_ac_cooloney's comments smelled like linaro kernel wouldnt work so well11:57
ogra_ac_meta still tries to pull in a non existing packge11:57
ogra_ac_so i would expect that to go away if you drop that dep11:57
apwogra_ac_, so what package are you starting from to pull all these in11:57
ogra_ac_headers should be enough to make omap4 build11:57
apwas if i drop the package, you'll just have the old one11:58
apwogra_ac_, yeah in fact the meta package doesn't have omap and hasn't for any upload to natty11:58
ogra_ac_weird11:58
ogra_ac_where does linux-headers-omap come from then ?11:59
apwogra_ac_, how do you find it11:59
apwas in how does the scripting find it11:59
ogra_ac_it just installs the ubuntu-minimal and ubuntu-netbook tasks 12:00
ogra_ac_must come from somewhere in there12:00
apwprobabally the installer then ?12:00
apwno perhaps not12:00
apwhrm12:00
apwthey must be holding the binaries live in the archive12:00
ogra_ac_well, the issue is that linux-headers-omap exists 12:00
ogra_ac_yeah12:01
apwi don't think i have control over that12:01
ogra_ac_yeah, i pinged in #ubuntu-devel12:01
ogra_ac_theoretically it should be an NBS package12:01
ogra_ac_if no source builds it12:01
apwnot sure it will fix you though as i suspec tthat the dep will just move up one level12:02
apwso removing or not removing the package is unlikely to 12:02
apwhelp any12:02
ogra_ac_up one level ?12:02
ogra_ac_that should be the highest one12:02
sosaitedDoes anyone know if kernel 2.6.37-rc2 for maverick has i/o scheduling improvements over 26.35?12:10
* apw doesn't know of any specific ones, but has seen better overall balance due to the scheduler magic changes13:17
smbBut unlikely the magic autogroup patch13:20
tgardnerapw: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/61059713:32
ubot2Launchpad bug 610597 in linux (Ubuntu) "ecryptfs can orphan mounts after host file system is removed (affects: 1) (heat: 30)" [Medium,In progress]13:32
tgardnerapw, https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/34487813:34
ubot2Launchpad bug 344878 in linux (Ubuntu) (and 2 other projects) "file name to long when creating new file (ecryptfs_lookup: lookup_one_len() returned [-36] on lower_dentry) (affects: 48) (dups: 5) (heat: 264)" [Undecided,In progress]13:34
diwicsmb, black art of in-comprehensive programming book? :-)14:07
smbdiwic, Definitively! :)14:07
diwicsmb, well, that's in the zone between quirking and coding14:08
diwicsmb, what is a DAC node should really be autodetected, but unfortunately, the HDA driver does not work that way, leaving us into quirking every time a new hw shows up14:10
smbdiwic, I tend to agree. Just looking at a patch that returns 0x25 instead of other numbers and increments an array by one at some other place is hard to put somewhere when looking at it.14:10
diwicsmb, yeah, without more context than diff -u shows, it doesn't say much really 14:11
smbRight, especially the bigger array, as there is nothing in the patch itself that links this to the changed number.14:12
diwicsmb, so ALC887 has five DACs which does not fit in an array of four14:13
smbdiwic, Ok, and presumably 0x25 encodes the number of DACs 14:13
diwicsmb, 0x25 is the index of the fifth DAC node14:14
diwicor if it was 0x2614:14
diwicone is the mixer node, the other is the DAC node14:14
smbdiwic, You see my point of the black art book. ;-)14:14
diwicsmb, yeah, and all these things should be detected, because it is easily detectable14:15
smbJust not enough people with enough time to completely rewrite the driver I guess14:15
diwicsmb, something like that, the hard part is to avoid regressions for broken, now quirked, hardware 14:17
* smb feel his head spinning14:18
=== akgraner` is now known as akgraner
apwhttp://lkml.org/lkml/2010/11/26/32914:37
andreolihi, not sure if this has already been reported; I just downloaded latest Ubuntu kernel from git (the maverick repository) and the last changelog entry seems borked15:04
andreoliit says UBUNTU: Ubuntu-2.6.32-23.40; shouldn't it be UBUNTU: Ubuntu-2.6.35-23.40?15:04
bjf__andersk, correct15:05
apwandreoli, yes it is textually borked in that version, the changelog is correct and later versions are sorted15:05
andreoliah ok15:05
=== bjf__ is now known as bjf
andreoliand does this break the debian/rules insertchanges script, anyway? I guess so 15:05
apwtgardner, you have one patch which needs review in the ubuntu delta:   1. UBUNTU: Sony laptop: Some Sony Vaia laptops do not enable wwan power by default15:06
andreolican I enter debian/changelogs manually?15:06
apwtgardner, wonder if you could cast an eye over it15:06
tgardnerapw, will do15:06
bjfandreoli, yes you can, the script is just for convenience 15:06
andreolithx :-)15:07
smbandreoli, if you want a similar layout: "git log <range of commits>|./debian/scripts/misc/git-ubuntu-log" produces it to stdout15:09
apwandreoli, yes it breaks insertchanges, but i beleive the latest versions in -proposed is later anyhow isn't it ?15:09
albatrosHi all15:09
apwamitk, i think it was originally you who asked us to include arjan's patch for powertop.  where did you find those recomendations?  I want to make sure what we are carrying is still relevant15:10
albatrosI wondered what I can do to get a solution for bug 676644 into the distribution15:10
ubot2Launchpad bug 676644 in linux (Ubuntu) "sata-via: read errors, slowdowns with VIA VT6420 (affects: 1) (heat: 469)" [Undecided,New] https://launchpad.net/bugs/67664415:10
apwalbatros, do you know of a fix for the issue ?15:10
andreoliI am actually working on 0bc5a231f5ac5b6081d8f906917a31d9f3643af7 UBUNTU: Ubuntu-2.6.32-23.4015:11
albatrosI suppose a patch was proposed for the linux kernel https://patchwork.kernel.org/patch/323272/15:11
andreolithx I'll apply it15:12
albatrosUnfortunately I do not have a lot of experience patching ubuntu-kernels, and I do not have a lot of time, but if I could somehow help...15:12
apwalbatros, what release are you experienceing this on 15:12
albatros10.1015:13
albatros2.6.35-23-generic-pae #40-Ubuntu15:13
* apw sees if that patch will apply there15:13
apwalbatros, could you get an lspci -nnvv attached to the bug please15:14
albatrosno problem apw, just a minute15:14
albatrosapw: I have attached the output of lspci -nnvv to the bug15:17
apwalbatros, thanks15:18
smbapw, Looks like some extension of a magic quirk I saw before. Not sure that is already upstream15:19
apwsmb, an updated version is in linus' tree15:19
smbapw, Sounds reasonable then15:19
apwalbatros, it seems to apply ok, so i'll build you some test kernels15:20
smbapw, At least I believe the first part has been on stable15:20
apwsmb, i expect the other will come that way to othen15:20
apwbut getting some testing on it is a good thing (tm), and if it passes I'll recommend it there too15:21
albatrosIf I can be of any help testing a kernel, I'll be happy to15:21
smbapw, Right, it may need some hinting if it is not already submitted with the cc15:21
apwalbatros, be about an hourh15:21
tgardnerapw, that patchworks fix appears to have morphed into b1353e4f40f6179ab26a3bb1b2e1fe29ffe534f515:22
apwtgardner, ack that is the one i cherry-picked15:22
albatrosPlease forgive my ignorance, what are you talking about :P15:22
apwalbatros, the fix you mentioned from peterz was actually superceeded by a very similar fix from someone else15:23
apwalbatros, and so we want to test the one which ended up in linus' tree, the one which will be in the next release from him15:23
albatrosok, thanks15:23
andreolithx guys, worked like a charm15:25
=== dannf` is now known as dannf
albatrosapw: just a question, if I want to test the patched kernel, where can I get it?16:16
=== jj-afk is now known as jjohansen
apwalbatros, i'll let you know once it is uploaded, its doing that now16:27
apwX crashing on me 4 times in an hour and making me restart the push has not helped the speed of upload, nor my mood16:27
albatrosOK great apw, will it be in the testing repository or somewhere else?16:27
apwi'll shove a URL in the bug as soon as its up16:27
albatrostoo bad apw, don't let it get to you ;)16:28
albatrosI wish you luck and thank you16:28
albatrosif the errors i reported disappear i will report it in the bugreport16:28
apwalbatros, let me know either way if you test it, in the bug16:28
albatrosyes of course16:29
apwtgardner, other than the X issues i am seeing, this natty kernel +200line patch is magnificent16:32
tgardnerapw, you mean the galbraith SID patch?16:33
apwtgardner, indeed, the behaviour of the machine under high disk load is so much better, and i don't really quite get how the patch helps that, but it does16:34
apwno more grey windows, no more "getting coffee cause i ran git rebase"16:34
tgardnerapw, I think it round-robins cgroups, and all processes/threads within a SID are in one cgroup.16:34
apwyep, but how that helps with disk use, i don't know16:35
apwor are you saying we are getting disk round robin as well16:35
apwanyhow, under load the machine is slow, not useless16:35
tgardnerapw, dunno why I/O is better.16:35
apwalbatros, ok directions in the bug16:47
amitkapw: the patch recommendation was in the powertop git tree. git://gitorious.org/meego-developer-tools/powertop.git17:44
apwamitk, thanks17:46
apwcnd, hey ... 17:48
cndapw, hey17:49
apwcnd, you have a blueprint, with no work items17:50
cndapw, yeah, I saw17:50
cndapw, it's not against the kernel, right?17:50
cndit's against the mt team?17:50
apwits owned by you, so i see it17:50
apwand you are mine :)17:51
cndheh17:51
cndfor better or worse, the MT team hasn't gotten around to setting work items yet17:51
apwwell how useless is that, we are past feature definition so you cannot add any new ones17:52
=== GrueMaster_ is now known as GrueMaster
apwsconklin, i sub'd you to a bug about a disk issue, and cannot find it anymore, can you see it in your email18:16
sconklinapw, I cleaned all those out and deleted them this morning18:17
sconklinall my subscribed bugs18:17
sconklinlooking on launchpad18:18
sconklinapw: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/682652 this one?18:20
ubot2Launchpad bug 682652 in linux (Ubuntu) "linux-image-2.6.32-25-generic-pae upgrade yields ata errors (affects: 1) (heat: 8)" [Undecided,New]18:20
=== xfaf is now known as zul
apwsconklin, yeah thats the one thanks18:20
apwsconklin, so thats not the same as the issue i am poking at, a nice little regression-updates there for you :)18:29
sconklinapw: yes, thanks18:32
* tgardner --> lunch19:13
jjohansenapw, smb: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/67110319:23
ubot2Launchpad bug 671103 in cloud-init (Ubuntu Lucid) (and 1 other project) "backport grub-legacy-ec2 from maverick to lucid (affects: 2) (heat: 20)" [High,Fix committed]19:23
apwjjohansen, ?19:24
jjohansenapw: this basically means we need to add lucid-ec2 to mavrick -virtual in the transition table19:24
apwjjohansen, didn't i already add that one?19:24
smbjjohansen, that means sru a transition for something out...19:25
* smb thinks its too late to think of that19:25
jjohansenapw: I said we could ignore that one because you can't install kernels on lucid ec219:25
apwjjohansen, do you mean to the documentation ?  it is there already19:26
jjohansenbut it appears the plan is to fix that19:26
smbBut probably means to have it in place for the l to m update19:26
smbI mean P19:26
jjohansenapw: yeah19:26
apwjjohansen, ok so you mean we might need a real transitional package19:26
apwfor maverick for that flavour 19:26
jjohansenyep19:26
apwok thanks19:26
apwjjohansen, actually think we need a bug for that19:26
jjohansenapw: okay /me and smoser will take care of it19:27
apwjjohansen, if you get me the bug number it is easy work19:27
smbapw, To move them from linux-ec2 to linux. But I wonder whether that is applying to maverick...19:27
apwto move them from linux-image-ec2 to linux-image-virtual19:28
smbapw, yeah, ok 19:28
apwyep, for maverick, as you cannot upgrade to natty direct, thats against the law19:28
smoserit probably should apply to maverick19:28
smbJust not sure that there has been any sru to a transitional package19:29
smoserso its not that big of a deal19:29
smoserheres why:19:29
apwsconklin, you have a bunch of outstanding items for natty-alpha-1 and am wondering if they are going to make it19:29
smoserec2 images have -virtual and -ec2 kernels installed19:29
apwsmb, i suspect there never has, but i suspect it is demonstrably low risk19:29
smoserupgrade from lucid -> maverick -> p* will get the -virtual updated and it will be newer than the -ec2 . legacy-grub-ec2 will select that kernel to boot19:29
sconklinapw: looking19:29
smoserif someone had purged the -virtual kernel, then they'd not get any updates19:30
apwsconklin, note i have done half of 'document officially supported flavours on a per release basis and who is responsible for those (eg ti etc)' specifically the supported flavours bit (see Kernel/Dev/Flavours)19:30
smbapw, No I don't think technically there is. I am usually rather surprised by the policy issues in those cases19:30
sconklinapw: saw that19:30
apwsmb, indeed,19:31
lamontNov 29 11:05:52 rover3 kernel: [14054.882140] intel ips 0000:00:1f.6: MCP power or thermal limit exceeded <-- do I care about these?  (new laptop)19:31
jjohansensmoser: hrmm, so no transitional package needed unless they have purged -virtual, I think I can live with that19:31
jjohansenthat is just not having a transitional package19:31
smoserbut i guess we might as well put a transitional package in place for natty19:32
apwlamont, it would depend how often they are coming out19:32
smblamont, Sounds a bit scary. Though as the driver is new I am not sure whether how bad it is19:32
smoserthat would fix the lucid -> maverick -> natty -> orchid -> plain path19:33
apwlamont, that implies either cpu or gpu was allowed to turbo for a little too long19:33
lamont5+ hours, 359 occurances in kern.log19:33
jjohansenapw: not necessarilly other components could trip the thermal warning, if the laptop has poor cooling19:34
lamontit's not doing any heavy crunching, so I'd expect it to be reasonably quiescent19:34
jjohansenlamont: what type of disk?  7200+ laptop drives tend to run hotter and can trip up thermals19:35
lamontthe fan is nice and quiet, though. :(19:35
ogasawaralamont: http://lkml.org/lkml/2010/8/26/471 - I think it's the driver just being overzealous with it's reporting19:35
lamont500GB sata drive19:35
apwlamont, i am not sure i would expect it to be out of spec enough to fire the fans19:35
lamonthow does one find the rotational speed for a drive?19:35
apwhdparm i think has it19:35
apwsconklin, i am not sure you haven't done some of these, the documentation one for the process for instance19:36
sconklinapw: is there a plce I can see all my tasks without drilling through the blueprints?19:37
apwhttp://people.canonical.com/~platform/workitems/natty/canonical-kernel-team-natty-alpha-1.html19:37
apwsconklin, ^^ is the natty ones ... search for your launchpad id19:37
apw(twice)19:37
apwsconklintodohardware-kernel-n-stable-process-reviewEssentialboiler plate text for bug closure on failure to verify19:38
apwhardware-kernel-n-stable-process-reviewEssentialprovide a document that describes the process, bug tracking, and which tests are being performed, etc19:38
apwhardware-kernel-n-stable-process-reviewEssentialprocess to add the bug to the changelog manually during release process19:38
apwhardware-kernel-n-version-and-flavoursMediumdocument officially supported flavours on a per release basis and who is responsible for those (eg ti etc)19:38
apwoh that worked _so_ well, thanks xchat19:38
sconklinyeah found them19:38
apwthese are alll links from the Kernel BurnDown section19:38
apwof https://wiki.ubuntu.com/KernelTeam/ReleaseStatus/Natty19:39
apwsconklin, ^^19:39
lamontogasawara: interesting thread - thanks for the pointer19:40
sconklinapw: well, the documentation is fairly complete and reflects the process as it stands now, but the item calls for "which tests" and that's being provided by cert and QA. I'm comfortable calling that complete if you are, as we're maintaining it in parallel with decision making19:41
apwsconklin, works for me19:41
sconklinI'll update that one19:41
sconklinapw: we've already reverted fixes for failure to verify and updated the bugs, so you could argue that I19:43
sconklinI've defined the boilerplate19:43
sconklinalthough it's not recorded except in the bugs19:43
sconklinI'm going to flag that Done also19:43
apwi say copy that to a wiki page, and call it done19:44
sconklinapw: I'll put it in a section on the previously linked wiki page19:44
apwsounds good19:44
apwalbatros, did you test that kernel yet ?19:44
* smb ducks to avoid the whip cracking all around19:45
apwsmb, _you_ i can get to tommorrow19:47
smbapw, that is what _you_ think :)19:48
apwsmb, don't delude me now, i might come after you _now_ otherwise19:48
* smb cannot hear apw19:48
jdstrandapw: hi! I'm looking at bug #507148, but you gave maverick kernels for a bug in lucid19:52
ubot2Launchpad bug 507148 in xserver-xorg-video-ati (Ubuntu Lucid) (and 4 other projects) "[lucid] desktop runs out of video memory on ATI Radeon Mobility 7500 (affects: 8) (heat: 46)" [High,Invalid] https://launchpad.net/bugs/50714819:52
albatrosapw: bug 676644 appears to have been fixed19:53
ubot2Launchpad bug 676644 in linux (Ubuntu) "sata-via: read errors, slowdowns with VIA VT6420 (affects: 1) (heat: 6)" [High,In progress] https://launchpad.net/bugs/67664419:53
jdstrandapw: in other words, mdeslaur and I reported the problem back in the lucid cycle, and I followed up on it a lot and it was fixed in lucid. was the regression on lucid or maverick?19:53
albatrosI have tested the interface/disk combination, I could not recreate it with the method that had never failed before19:54
albatros(reading a few gigabytes at high speed)19:54
albatrosI will continue to watch it if it really does not reoccur19:55
jdstrandapw: based on http://bugs.freedesktop.org/show_bug.cgi?id=26302#c27, it looks like a problem on the lucid kernel. would you mind making lucid kernels available for testing?19:57
ubot2Freedesktop bug 26302 in Driver/Radeon "[M7 LW] desktop runs out of video memory on ATI Radeon Mobility 7500" [Major,Resolved: fixed]19:57
jdstrandapw: acutally, it seems both lucid and maverick, but a lucid kernel would be most appreciated, and I could confirm whether or not reverting/going with upstream causes a regression on lucid release20:03
ogasawarasconklin, bjf: I'm gonna push the 2.6.32.26+drm33.11 stable patch set (plus the 2 additional kvm patches ben mentioned to avoid a regression) to Lucid master-next.20:05
bjfogasawara, wfm20:05
sconklinogasawara: ack +120:05
sconklinapw: I've documented and flagged as DONE all the ones except the flavours item you started20:10
apwsconklin, cool20:11
* jjohansen lunches20:13
sconklinapw: your flavours page is NOT this one, correct? https://wiki.ubuntu.com/Kernel/Dev/TopicBranches20:21
ogasawarais it me, or is the Karmic ec2 branch showing it hasn't been updated for 5 months?!  that doesn't seem right.20:38
smb-nxNot sure. I had to push something...20:40
sconklinogasawara: fetching to look20:41
ogasawarait looks like the latest tag was pushed (Ubuntu-2.6.31-307.21), but the branch doesn't seem to match20:43
smbogasawara, Yeah odd20:44
tgardnerogasawara, checkout the tag, then push HEAD20:44
smbI thought I had that before and had pushed it... Or was that Lucid20:44
* jdstrand uploaded 2.6.31-307.22/karmic and 2.6.32-310.21/lucid to the secppa a little while ago20:45
ogasawarajdstrand: cool, I'll get out git repos to match then.20:45
jdstrandogasawara: they aren't published yet, so if things need to be fixed, we can still do it20:46
sconklinogasawara: what tgardner said20:46
ogasawarajdstrand: just trying to get our git repo in order, nothing for you to worry about, proceed with the publishing.20:47
jdstrandogasawara: ack20:47
ogasawarasconklin: I'm just gonna wait for the official publication and then fix it up.20:47
sconklinthat's fine20:47
smbogasawara, Yeah the fix is that. Just wondering what and where I pushed now...20:48
sconklinIt's all in there, just not on the branch20:48
smbogasawara, You can push to the last published tag20:48
smbI mean check it out and push it over ec220:48
ogasawarasmb: what you pushed to zinc looks good to me, it's just the official repo that looked off20:48
smbogasawara, Thats the thing. I thought I had pushed something to the official repo. (like it needs now)20:49
smbHeck if I would know what20:49
ogasawaraheh20:49
smbIt was one of the ec2s20:49
ogasawaraprobably lucid20:49
smbYeah, probably20:50
* ogasawara lunch21:27
smosersmb, so did you want me to separate out the issues in 66949621:31
smoseri dont think we ended up creating new ones for what was probably separate issues21:32
=== jepler- is now known as jepler
* smb-nx might remember if he knew what bug 669496 was again21:33
ubot2Launchpad bug 669496 in linux (Ubuntu) "natty fails ec2 boot on i386 or t1.micro (affects: 1) (heat: 133)" [Critical,Confirmed] https://launchpad.net/bugs/66949621:33
smb-nxSmoser21:33
smosernx ? nomachine ?21:34
smb-nxDarn. No nexus one21:34
smb-nxMeaning I am not really working21:34
smb-nxJohn wanted to try something21:35
smoser:) funny.21:36
smoserthats fine. i just wanted to make sure you weren't expecting something from me21:36
smb-nxsmoser: no. Not really for the moment21:37

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