/srv/irclogs.ubuntu.com/2010/06/21/#ubuntu-kernel.txt

SangeethHello all!.. I am willing to join this team... Could someone guide me please....04:55
SangeethCould someone help me join this team???05:01
SangeethI had been included in this team by Tim Gardner... What's my next step?..05:06
ikepanhceh wiki.ubuntu.com no response....05:08
ikepanhcSangeeth: you may take a look at https://wiki.ubuntu.com/Kernel/ (but no response for me right now)05:09
ikepanhcSangeeth: if you have any interesting idea, you may discuss here or on kernel-team mailing list, or discuss with anyone here :)05:10
ikepanhcSangeeth: or propose any patch you think it will make Ubuntu Kernel better on kernel-team mailing list05:11
* ikepanhc leaves a while for lunch05:12
SangeethI had been included in this team... Could some one explain me what's my next step...05:18
SangeethSomebody interested... A little guidance needed here...05:29
JanCSangeeth: do you have kernel development experience?05:37
SangeethNo... But i do have some knowledge on Kernel structure and working...05:38
SangeethJanC : No... But i do have some knowledge on Kernel structure and working...05:39
JanCwell, I don't have any experience like that, but you might want to look at kernel-related bugs on launchpad about things that don't work, and see if you can find a solution (and of course propose that solution then)05:41
SangeethBut, even I see some bugs, they are all completely strange to me... I need someone to guide me through the initial steps... I'm good at C , C++....05:42
achianghttp://kernelnewbies.org/05:43
JanCthe easiest bugs are those that already have a fix elsewhere, that way you can get used to how the kernel team works05:43
JanCand maybe achiang can help you some more  ☺05:44
achiangno, sorry, i've used up my help allocation for tonight. ;)05:45
achiang22:45 here, and i'm winding down for bed.05:45
achiangSangeeth: but yeah, start at kernel newbies, and see how far you get05:45
JanCachiang: meh, it's 6h45 here, so you're early to go to bed  :P05:46
JanC(okay, I don't have to get up early)05:46
achiangSangeeth: actually, the suggested path to becoming a kernel developer is to get linux working perfectly on every piece of hardware that you own05:47
Sangeethachiang : What is Kernel Newbies and where could i find it...05:47
achiangSangeeth: um, did you see the url i posted about 9 lines up?05:47
Sangeethachiang : Ya... It's there...05:47
achiangso go read it?05:48
JanCthere might be some ubuntu-kernel specific stuff too (not sure if there is a "bite-sized" or "papercut" or similar tag in LP for the kernel?)05:48
Sangeethachiang : Ok... It will be good if i am assigned with some minimal bugs in launchad... Could i get some help from you???05:49
achiangSangeeth: what is it exactly you're trying to do?05:49
JanCSangeeth: maybe check on https://wiki.ubuntu.com/Kernel/ if there is a specific tag for that05:49
Sangeethachiang : I'm new to the open source community and I would like to get involved in the Kernel, the core area, than the other areas of ubuntu... But i have no idea, where to start...05:51
jk-Sangeeth: please read what JanC and achiang have wrote already, it is good advice.05:51
Sangeethachiang : I'm good at C, C++... Will that be helpful in Kernel Development or Mod...05:52
JanCexcept the wiki seems to be down  ;-)05:52
JanCSangeeth: the kernel is in C (no C++ allowed)05:52
SangeethJanC : Ya... :) But, no problem... I found it via cached pages of Google...05:52
macoJanC: hehe which is why i still never got around to learning C++ 05:53
macoand the wiki's not flat-out down05:53
SangeethJanC : Ok... Got it... C... Then what is my next step... 05:53
macoit's going in and out05:53
achiangSangeeth: like i said: start by reading every page on http://kernelnewbies.org . second, get linux working perfectly on every piece of hardware you own. once you do those two steps, you'll have a much better idea of other places you can help contribute05:53
Sangeethmaco : :-))05:53
* maco should read that site at some point05:54
macoactually should read it soon for that matter05:54
* ikepanhc is back and reading05:54
Sangeethachiang : What is the second you are mentioning??? I couldn't get it...05:55
achiangSangeeth: if you own a laptop (or other computer), then make sure every piece of hardware is functional. make sure things like suspend/resume work. etc.05:56
Sangeethachiang : Ok... What do you mean by suspend/resume???05:57
JanCachiang: "linux" already works on all hardware I own, that's exactly why I bought the hardware to begin with, so I hope Sangeeth has more "luck"...  ;-)05:57
achiangJanC: if you ask extremely broad questions, you get extremely broad answers. :-/05:57
Sangeethachiang : The page you gave me is about the general Linux Kernel... Isn't the Ubuntu Kernel a bit extended/modified from the Linux kernel???05:58
JanCSangeeth: you might want to learn to work with 'git' if you want to see the difference05:59
achiangSangeeth: there are more similarities than there are differences.06:00
SangeethJanc : achiang : Please tell me the first step exactly to learn the Kernel of Ubuntu... Is it the Kernel Newbies...06:01
* achiang is getting trolled?06:01
JanCAFAIK most changes are things like newer drivers06:01
JanCfor ALSA & wireless & such06:02
ikepanhcSangeeth: I will suggest in two ways - try to build a kernel with debian/rules command and be good in git06:02
SangeethJanc : Ok.... Could you lead me to a simple bug, where i could learn, what actually is happening and what is to be done....06:03
jk-achiang: perhaps?06:03
Sangeethikepanhc : Build?! I'm a perfect rookie... By the way, GIT? For what it is used?06:04
JanCSangeeth: okay, start with learning get then (it's the version control system used for the kernel source code)06:05
JanCs/get/git/06:05
achiangjk-: maybe some AI researcher unleashed a new turing machine onto freenode06:05
ikepanhcSangeeth: Ubuntu is based on debian, and you need to install a kernel image in debian command, so you need to know how to use debian/rules to build your kernel image06:05
SangeethJanC : ok... What is a version control system and what is the command you gave me?.. Should you use it at terminal???06:06
* ikepanhc agrees with JanC06:06
Sangeethikepanhc : Could you explain it still simply...06:07
ikepanhcSangeeth: well, start from git: http://en.wikipedia.org/wiki/Git_%28software%2906:07
JanCSangeeth: there are some good introductions to git, and I would be surprised if they aren't linked somewhere from kernelnewbies and/or from the Ubuntu kernel wiki06:07
Sangeethikepanhc : Thanks...06:08
SangeethJanC : No worries.... I'm about to try wikipedia...06:08
Sangeethikepanhc : Ok about GIT... But what did you said in your first point??? Some Kernel image, debian commands??? What are they???06:09
ikepanhcSangeeth: you can have git on your Ubuntu, just simply type: sudo apt-get install git-core06:10
Sangeethikepanhc : Thanks...06:10
Sangeethikepanhc : After I studied about GIT and other Kernel basics, to get involved in kernel dev or mod of ubuntu, where should i go...06:11
ikepanhcSangeeth: the best way to stay on this channel and subscribe kernel team mailing list06:12
Sangeethikepanhc : Will i be assigned any bugs or modules of projects, by the team leader in launchpad???06:12
Sangeethikepanhc : I had already subscribed and got a few audio bugs??? I was wondering, how could i give a solution....06:13
ikepanhcSangeeth: you will not, but you can assign bugs you are interested to yourself06:13
ikepanhcSangeeth: if you have a solution, you may try to post the git commit on mailing list, or to LKML06:14
Sangeeth:( :( :(06:14
SangeethWhat is LKML???06:14
JanCLinux Kernel Mailing List06:14
ikepanhclinux kernel mailing list, the mail list for upstream kernel06:14
JanCif you subscribe to that, be prepared to get between 150 & 500 mails / day  ;)06:15
SangeethJanC : Ya... I already got 5... But, what should i do to solve them??? All are ALSA bugs...06:16
achiangSangeeth: i'll say this one more time. you are asking questions that are ALREADY ANSWERED in http://kernelnewbies.org . that page provides much of the background information that you seek about kernel development. once you become more familiar with the entire process, the ubuntu-specific portions will become much more clear to you. as it is, right now, you are just wasting multiple people's time.06:16
Sangeethikepanhc : Is the git-core, you said, is enough or should i have to install some other things???06:17
ikepanhcSangeeth: its more then enough06:17
JanCSangeeth: well, you can check if that bug is fixed in upstream ALSA, or ask the person reporting the bug to try out a more recent kernel (there are .deb packages for that in a place listed on the kernel wiki)06:17
Sangeethachiang : I'm sorry... As you describe, i'm a newbie and interested a lot on Ubuntu and its kernel... Sorry again...06:18
JanCSangeeth: don't worry, it just needs a lot of work & time to learn everything  ;)06:19
SangeethJanC : Ok... But, how could i contribute to that bug???06:19
SangeethJanC : like solving the bug???06:19
ikepanhcthe wiki seems back: https://wiki.ubuntu.com/Kernel/Dev06:19
achiangSangeeth: yes, i understand that. we were all newbies once. everyone goes through this same process. that is exactly the reason why the community created that web page. so please do read it, and it will explain quite a bit06:19
ikepanhcSangeeth: this is the major knowledge base of the kernel team, but start from the kernelnewbies.org will be a better idea06:20
SangeethJanC : A friend of mine is working on drizzle and uploading weekly patches assigned by his mentor... How could i be possibly able to contribute like the same to Ubuntu Kernel team...06:21
JanCSangeeth: following everything discussed here & on the mailing list for some time might help too06:21
JanCSangeeth: I'm not sure there are mentors who have much time  :-/06:21
SangeethJanC : His mentor actually is one of the developers of that project...06:22
JanCalthough many people will be happy to answer specific questions06:22
SangeethJanC : Isn't there any such projects undergoing in Ubuntu Kernel division???06:22
JanCSangeeth: in theory, that should be kernel-newbies  ;)06:24
SangeethJanC : What are you exactly working at in the ubuntu kernel???06:24
JanCalthough in many cases, the best people to ask questions are the developers of the particular driver or kernel subsystem you're working on06:25
SangeethJanC : Whether you all in the team, divide the tasks between you or take up your own ideas and develop a patch???06:25
JanCSangeeth: i'm not, I've just been following kernel development (remember I said I didn't have real experience with kernel development?)06:27
SangeethJanC : Ok... Have you done any patches or fixed some bugs???06:27
JanCnot in the kernel06:28
SangeethJanC : In what else then???06:28
JanCSangeeth: some small things in GParted, for example, but really, that's not really related to the kernel  ;)06:30
SangeethJanC : Ok... I know c, c++.. Is there anyways i could involve in dev/ patch dev of any apps or someother things...06:32
Sangeethikepanhc : Installed git through terminal... What's my next step??06:33
ikepanhcSangeeth: well, https://wiki.ubuntu.com/Kernel/Dev gives you lots of information06:34
Sangeethikepanhc : Ok... Thanks...06:35
JanCSangeeth: for things probably not related to the kernel, the patch review team might be a good place to start, I'm sure nigelb or some other person in #ubuntu-reviews could help you with that06:35
SangeethJanC   Achiang  ikepanhc  : Thanks a lot for all your info... I gained some knowledge about how to start with my expedition on Ubuntu Kernel.... Thanks a lot, once again...:)  :)  :)06:37
orangeyhello all!06:49
orangeyI'm trying to compile a new kernel06:49
orangeyand I'm doing it with: sudo make -C /usr/src/linux-headers-`uname -r`  M=`pwd`06:49
orangeyhowever, it will NOT compile this new file!06:50
orangeyit DOES compile properly all the OLD files, though06:50
jk-orangey: you added a new file? or changed an existing one?06:51
orangeyadded a new one06:51
orangeyusb_wwan.c06:51
jk-did you update the Makefile too then?06:51
orangeyyes06:52
orangeyI've updated every makefile I can find06:52
jk-you only need to update one06:52
orangeywell, I updated two : )06:52
orangeyone in the headers directory06:52
orangeyand one in the directory I was working in06:52
orangeyif I were to get it to only compile this ONE file (it truly compiles every other one), I think I'd be home free06:56
orangeythoughts?06:58
krautmoin07:56
* apw yawns08:29
* smb yawns back08:29
* cooloney yawned 6 hrs ago08:30
apwheh08:30
smbNo way to win this08:30
cooloneylol08:30
apwyay emergency budget day ... say goodbye to income08:30
cooloneyhow's going, folks08:30
jk-emergency budget day?08:31
smbapw, Your MPs neet new things?08:31
apwyeah we are broke, time to suck those with money harder to fix it08:31
smbHeh, ours suck those with not so much money. Probably hoping they cannot afford to retaliate08:33
* smb waves to cking 09:06
* cking waves to all09:06
jk-hey cking09:07
ckingjk-, howdy do09:10
* jk- is lost in a forest of topic branches09:11
* apw does not like the sound of that09:11
jk-apw: s'ok, I won't be asking you to merge them :D09:12
jk-I need a 'git replant' - like rebase, but move a set of sub-branches to a later commit09:13
apwjk-, heh sounds handy09:15
jk-should've taken that graph theory unit at university :D09:18
smbapw, Do you know were to find entry information to JFo's community bug days? I only seem to find quite old pages.09:32
apwsmb, hrm no i've not remembered seeing any output regarding bug days recently09:33
smbjk-, I got a rebase branch script but it might be too much geared towards releasing...09:33
smbapw, Hmmm, ok. So maybe I point people asking me about contributing directly to his ... backside09:33
apwsmb, heheh yeah something like that09:35
=== cking_ is now known as cking
RAOFapw: Yo!  I'm looking at your WIs on http://tinyurl.com/24yqzyw - have you looked at them, and I want to discuss whether you think it still makes sense to do them.10:16
apwRAOF, yo ...  have been meaning to talk to you about those, last i looked the patches were all over the place10:17
apwhave they settled down?10:17
RAOFI don't think they're moving much any more, but I think that's in part because they're slightly dead.10:19
apwhrm, thats not good.  if they are dead do they do us any good any more?10:20
apwthese were sorting out the regressed i8xx platforms iirc10:20
RAOFNot all the regressed i8xx platforms, actually - there's a similar bug for i845 and i865 that I don't think the patch addresses.10:22
apwi suspect i am vague enough that i am reliant on your oppinion10:22
RAOFFor Maverick I've got the help of an intel dev to just plain re-add the EXA acceleration stuff which isn't reliant on the AGP interface working properly (which it doesn't on the i8xx stuff).10:24
apwheh, did they recently remove that?10:24
RAOFNo - ages ago.  In 2.9 I think, which we've carried since Karmic.10:25
RAOFThese i8xx problems weren't a regression in _Lucid_ , except as compared to Hardy :)10:25
apwahh i see ... so do you think we'll get them back in Maverick, i assume not, NN perhaps ?10:27
RAOFI'm confident we'll get a usable -intel driver that doesn't use GEM for those cards in Maverick, yes.10:28
apwi sense you are suggesting these patches are not worth persuiing ?10:28
apwcirtainly any work i don't have to do is a bonus for me10:28
RAOF:)10:28
RAOFIt might be nice for Lucid to have the v9 patch via an SRU, but I understand if that's hugely scary.  I don't think that we need to carry it for Maverick.10:30
RAOFAnd by “nice” I guess I mean “in the land of unicorns and unlimited kernel-team manpower”.10:30
hyperairlol10:31
apwRAOF, i have a note here which says "major pre-requisites" when i looked at it ... hmmm10:31
RAOFHm.  Dinner time!10:31
RAOFapw: That might have something to do with the patch splitting the intel-agp modules into different pieces.10:32
* apw drops offline for a bit10:42
apwRAOF, yeah there was some re-jigging for sure in there11:17
=== cking_ is now known as cking
abogani2What should be effetc of the "do_common_headers_indep" option?13:01
apwabogani2, it defines whether the 'flavour independant headers' are generated in the binary-indep pass on i386 or in an architecture specific pass13:06
tseliotapw: does it hurt if I do "debian/rules updateconfigs" after changing the code?14:24
tseliotmjg59: BTW the patch works, a bug in grub2 prevented me from using acpi_osi=\"!Windows 2009\". The video switch key works fine with my patch now14:26
mjg59Ha14:26
mjg59Ok, excellent14:26
mjg59Want to send it upstream?14:26
ckingtseliot, what was wrong with grub2?14:27
mjg59cking: It eats the quote marks14:27
tseliotmjg59: sure, I'm bugging Alex about that too. Where should I send it? (of course I'll give credit to both of you guys for your help)14:28
ckingdoh14:28
tseliotcking: yes, that's the problem14:28
tgardnerapw, this is quite a handy reference: http://book.git-scm.com/index.html, I didn't realize it existed.14:28
smbtseliot, When you did not change any options it should not hurt. But you can check afterwards with git status to see if it has. The stuff in debian.master/configs should be unchanged14:28
mjg59tseliot: drm-devel@lists.freedesktop.org14:30
mjg59tseliot: You'll need to send it with a Signed-off-by: line. See the SubmittingPatches doc in the kernel source.14:30
tseliotsmb: ah, ok. I was only asked about external firmware support when I ran that command (and I pressed Enter)14:30
tseliotmjg59: ah, drm-devel, not dri-devel?14:31
smbtseliot, If you get asked then it likely changed something.14:31
mjg59tseliot: Sorry, dri-devel, yeah14:31
tseliotsmb: that's what I thought14:32
tseliotmjg59: ok, I'll send it there then, thanks again for your help. It's been a good learning experience for me14:32
tseliotmjg59: does this commit comment look good to you? http://pastebin.ubuntu.com/452930/14:37
mjg59Yeah, sounds fine14:39
tseliotgood14:43
mpoirierogra ?15:18
JFobjf, you around?16:08
bjfJFo, yup16:09
JFojust saw the tag kernel-workflow. what is that?16:09
bjfJFo, not me16:09
JFohmmm16:09
bjfJFo, going hunting in the scripts16:10
JFolooks like the new script added it16:10
JFoBug 59203916:10
ubot2Launchpad bug 592039 in linux (Ubuntu) "Please enable vmware-balloon driver in kernel config (affects: 1) (heat: 387)" [Undecided,New] https://launchpad.net/bugs/59203916:10
JFoerr rather process-new16:10
bjfJFo, i just grep'd the scripts on my system and didn't find that string16:11
JFointeresting16:11
* JFo digs16:11
bjfJFo, i'm pulling down a new version16:12
JFok16:12
bjfJFo, not found16:14
JFovery odd16:14
JFobecause it is saying it was added by me along with a kj-triage16:14
JFowhich means it is a script doing it16:14
* JFo digs further16:14
bjfJFo, we do look for a "workflow" tag but we don't add one16:15
JFovery odd16:15
bjfJFo, grep your scripts for it16:15
JFoI am16:15
JFonone have it16:16
ogasawaraaight, dudes we need a status check for A2 work items (ie will they be done or not in time for the milestone)16:26
ogasawaraapw: review the i8xx patch ?16:27
ogasawaraapw: produce a PPA for the i8xx patch to allow testing?16:27
ogasawaraapw: enable linux-tools for mainline builds16:27
ogasawaraapw: help abogani mockup -preempt derivative for universe?16:27
ogasawaraapw: Address assigned set of Ubuntu Patches?16:28
ogasawaraapw: evaluate union-mount as a replacement for AUFS?16:28
ogasawaraapw: investigate whether upstream would accept mounting /proc and /sys automatically ?16:28
ogasawaraapw: I imagine some of those can be pushed to A3 as they're not A2 release critical16:28
apwogasawara, yeah let me get at the list and push some out16:28
ogasawaraapw: sweet, thanks16:29
ogasawaracking: Investigate situation with Intel graphics drivers on EFI? Will we be able to mark that work item complete by A2?16:29
ogasawaracnd: LP: 333990 : [Karmic]Please enable PCI express ASPM (powersave) (pm-utils-powersave-policy) ?16:30
ogasawaracnd: seems you're working on that bug, think the fix will land in pm-utils by A2?16:30
ogasawarabug 33399016:30
ubot2Launchpad bug 333990 in linux-2.6 (Debian) (and 4 other projects) "[Karmic]Please enable PCI express ASPM (powersave) (affects: 3) (heat: 28)" [Unknown,Unknown] https://launchpad.net/bugs/33399016:30
ogasawarahrm, no bot16:30
ogasawaramanjo: blacklist old firewire stack & enable new stack ?16:30
ogasawaramanjo: add basic tests to kernel-qa to test new firewire stack.16:31
ogasawaramanjo: how's the firewire stack changes coming?16:31
cndogasawara: for the ASPM bug, the fix will come in the form of a new version of pm-utils16:31
cndthe new version was just released this weekend16:31
ogasawaracnd: cool16:31
cndas soon as debian packages it, we can copy it over16:31
cndbut I don't know if that will be before A216:31
tgardnercnd, debian sync is done on thursday, so likely not16:32
ogasawaracnd: sounds like it's on it's way, so we can push to A3 if we have to16:32
cndat the same time, we will have to deprecate pm-utils-powersave-policy16:32
Q-FUNKapw: about bug #241307 why did you unsubscribe yourself?  Plenty of info was provided to track the source of the issue, down to a specific release with the exact diff.16:32
ubot2Launchpad bug 241307 in linux (Ubuntu Hardy) (and 1 other project) "[Geode SC] [DBE60] kernels >= 2.6.22 fail to boot [A20 interrupt] (affects: 5) (heat: 32)" [High,New] https://launchpad.net/bugs/24130716:32
ogasawaraJFo: your work items for the firewire stack are likely dependent on it being enabled in time for A2, so I might retarget those to A316:33
apwQ-FUNK, i unsubscribed myself because I didn't have time to work on the 159 bugs I had ended up subscribed to, it was giving a false impression i was working on them and preventing anyone else in the team looking at them16:33
JFoogasawara, sounds good :)16:33
JFothanks for letting me know 16:34
Q-FUNKapw: ok. fair enough.  it's just that it becomes rather frustrating to file bugs, get involved in tracking down the cause and not see the bug acted upon.16:34
JFoogasawara, are those on a blueprint somewhere?16:34
ogasawaraJFo: https://blueprints.edge.launchpad.net/ubuntu/+spec/kernel-maverick-firewire-stack16:35
JFothank you :)16:35
apwQ-FUNK, i cannot disagree with you there, i block unsubscribed to bugs I had not touched for months, there was no thought involved16:35
Q-FUNKapw: understood. :)  my comment mostly was about how some bugs simply never get acted upon.16:36
apwQ-FUNK, though the last commentary i can see in there says that commenting out some code used to work but doesn't16:36
apwanymore, so its not clear we have a real fix in there16:36
Q-FUNKapw: right, because there's been more drastic changes to that code since then, so we can no longer revert a specific commit.16:37
Q-FUNKapw: which is only predictible.  the longer it takes to react to a bug, the higher the probabilities that upstream furhters hacks the code to a point where reacting becomes a PITA.16:38
apwQ-FUNK, indeed sadly.. not having such a beast makes it hard to debug16:38
apwQ-FUNK, i think i replied to you on another of your bugs just a sec ago, completley unrelated, about /proc/config.gz16:39
Q-FUNKapw: yes, you did and I responded. :)16:39
apwsmb, you got a hardy install ?  can you check your /boot/configs-* are full configs for me16:40
apwQ-FUNK, cirtainly all the ones  I have access to here are complete16:41
Q-FUNKogasawara: I noticed that you added a task to the libc6 blueprint.  is this about merging the NOPL patch?16:41
smbapw, I got one. Give me a min to boot up16:41
ogasawaraQ-FUNK: we're not quite sure what that work item will entail as the spec/blueprint it not yet written, ie i'm blocked16:42
apwsmb, the ones on chinstrap look to be complete16:42
Q-FUNKogasawara: I'm rather worried to find that i686-only libc6 binaries have already been pushed and approved, despite a lack of complete paper trail.16:42
ogasawaraQ-FUNK: you probably want to take it up with doko as it's his spec16:43
Q-FUNKogasawara: I did. his response wasn't too cooperative.16:43
ogasawaraQ-FUNK: not sure what you'd like me to do about it?16:44
smbapw, There is lots of stuff in there. Anything that would indicate not-full configs?16:44
Q-FUNKogasawara: since one of the possible solutions seems to be to merge a kernel patch to emulate the mission CPU instruction, I think that this is something that you could affect?16:44
mjg59A kernel patch that's been rejected by upstream16:45
Q-FUNKmjg59: without much of any justification, at that.16:45
=== ericm_ is now known as ericm-Zzz
ogasawaraQ-FUNK: possibly, but until I see them make that request I'm not going to act on it16:45
apwas in a patch to emulate CMOV or whatever ?16:46
Q-FUNKogasawara: noted.16:46
Q-FUNKto emulate NOPL16:46
apwpresumably they said, just compile your kernel for i586, and rejected it16:46
Q-FUNKhttp://marc.info/?l=linux-kernel&m=126748102722641&w=216:47
mjg59apw: Upstream doesn't want single-issue emulation16:48
mjg59They want a more generic framework16:48
Q-FUNKit's a chicken and egg case. either fix gcc to stop using NOPL with -m686, fix libc6 to produce finer optimization that won't break support for Geode, or patch the kernel to emulate the missing instruction.  16:48
apwahh the perfection argument16:48
Q-FUNKright now, everyone is throwing the baby around.16:49
mjg59It's not actually gcc that's the issue - it's binutils16:49
Q-FUNKupon initial reading, it indeed seemed to be GAS.  now, I'm not so sure.16:50
Q-FUNKthese guys have encountered the same issue and have a whole thread about it:  https://bugzilla.redhat.com/show_bug.cgi?id=57983816:50
ubot2bugzilla.redhat.com bug 579838 in glibc "glibc not compatible with AMD Geode LX" [Medium,Assigned]16:50
Q-FUNKthe plethora of related discussions this bug links to is fascinating.16:51
ccheneyis jjohansen working today?16:54
ogasawarajjohansen: I was just doing a quick status check for A2 work items, just want to get some quick updates from you if the following will be done by A2:16:59
ogasawarajjohansen: update compatibility patch for old kernel interface (kernel-maverick-apparmor)16:59
ogasawarajjohansen: sync distro apparmor to upstreaming version of apparmor (kernel-maverick-apparmor)17:00
ogasawarajjohansen: Refresh Xen patchset and get xen version of EC2 kernel working in Maverick (kernel-maverick-pv-ops-ec2-kernel )17:00
jjohansenogasawara: You'll get the Xen patchset today I've got some testing and cleanup todo17:00
jjohansenogasawara: and then I will finish up the AA testing and you should get the rebase tomorrow17:01
ogasawarajjohansen: cool17:02
=== cking is now known as cking-afk
JFotgardner, http://qa.ubuntu.com/reports/jfo/kernel-Top50.html17:06
=== cking-afk is now known as cking
sconklinsmb: http://people.canonical.com/~sconklin/radeon_flicker/17:29
sconklinsmb: for some of these, it is also reported that booting with radeon.new_pll=0 solves the issue17:30
sconklinsmb: so please  try the test kernel and the boot option, but not both together17:30
smbsconklin, Ok, made note of both and will try maybe tomorrow17:31
sconklinsmb: thank you17:31
manjocking, around ? 17:50
ckingmanjo, still around dude17:50
manjocking UEFI Banter ?17:51
manjocking,  UEFI Banter ?17:51
ckingmanjo, hold on a sec.. firing up17:52
manjocking, can you hear me ? 17:53
ckingnope - can you hear me?17:54
manjoyes17:54
manjolet me check my audio settings17:54
manjos**t its broke17:54
ckingurgh17:55
manjook anyway17:55
manjothe current ISO does not boot 17:55
manjoit shows the initial splash and then a blinking cursor 17:55
manjocking, any thoughts ? 17:55
ckingurm, did any previous ISO boot?17:56
manjoyes from previous week17:56
manjothe iso I tried on sat also had the same issue17:57
ckingmanjo, which ISO image is this17:57
cking?17:57
manjoamd6417:57
ckingok - and when did you download it?17:57
manjowith grub-efi17:57
manjothis am17:57
manjothis iso is suppsed to have the new installer changes17:58
ckinglemme download and see17:58
manjobut you don't have uefi do you ? 17:58
ckingmeanwhile can you roll back to a previous version and do the install manually17:58
ckingmanjo, I have VirtualBox17:59
manjocking, ah17:59
ckinggonna take me 12 mins to download it17:59
ckingmanjo, when did install changes land?18:00
manjocking, I believe this weekend/this morning 18:00
ckingmanjo, where are you now locale-wise?18:01
manjocking, still in TX will catch a plane this afternoon 18:01
ckingmanjo, you think this is specific to the ISO image changes with the installer?18:02
manjocking, no not sure 18:03
ckingmanjo, today's ISO may not fit on a 700MB CD-ROM, so that may be an issue18:04
manjocking, no I stripped off some packages like openoffice to make it fit, 18:14
manjomy iso is 633 only18:14
manjocking, once I boot the live CD is there any way of telling what my grub env settings are ? the grub tool to modify env block does not list anything 18:16
ckingmanjo, not sure what you mean by "env block"?18:17
manjogrubenv 18:18
manjoGRUB Environment Block18:19
* cking looks on google...18:21
apwhttp://tools.ietf.org/html/draft-ietf-softwire-ipv6-6rd-1018:23
JFo<-lunch18:24
ckingmanjo, hrm, downloaded and got it to boot in my system. Dunno why it hangs on your box18:30
ckinglemme do a full install an see what's cooking18:32
manjocking, this is with efi grub ? 18:32
ckingdoing an EUFI install now18:32
manjocking, let me download the iso again... May be zsync corrupted my iso... 18:34
ckingmaybe, hard to tell at this point18:34
ckingmd5sum is your friend18:34
ckingmanjo, you tested it on the box I sent you?18:52
manjoyes18:52
ckingurm, well, maybe worth booting with acpi=off if you see these issues again on real H/W 18:53
ckingif that fails, revert back to plan B - karmic and hand install 18:54
manjocking, I have a maverick based iso that boots, just that the recent iso does not boot for some reason18:55
manjothe recent iso has 2.6.35 kernel and the new installer 18:56
ckingmanjo, well, maybe asking cjwatson - he's got H/W very recently so things may change very rapidly over the next few days18:56
manjocking, I suspect it is a grub issue so building another iso with hacked grub env options 18:56
ckingmanjo, unless one installs on the older ISO, updates the kernel and then see's it die - that will show if it's the kernel or not18:58
* tgardner lunches19:04
JFoapw, are you waiting for me on something for permissions on the kernel-ppa for the testing dir??19:21
JFoif that sentence makes any sense19:21
apwJFo, nope, i have it prototyped and 'working' just not written it up and passed it over to you and bjf19:21
JFoah, cool19:22
jjohansen-> Lunch19:29
bjftgardner, ?20:14
tgardnerbjf, ?20:18
ogasawaraogasawara@tangerine:~$ mkdir maverick-amd6420:21
ogasawaramkdir: cannot create directory `maverick-amd64': Permission denied20:21
ogasawaratgardner, bjf: ^^?20:21
tgardnerogin $HOME ?20:21
tgardnerogasawara, in $HOME ?20:22
ogasawaratgardner: yep20:22
bjfogasawara, all home dirs owned by root20:22
tgardnerI guess that makes sense since they are all root.root20:22
JFoX/20:22
tgardnerogasawara, gimme a bit....20:22
ogasawaratgardner: thanks20:23
bjftgardner, hmm, was saying that on mumble but I guess my mumble session is busted20:24
JFoapw, if you are still around, mind commenting on bug 53864820:25
ubot2Launchpad bug 538648 in xserver-xorg-video-intel (Ubuntu) (and 2 other projects) "[Intel GM45] Irregular sync flashes on 8086:2a42 (Needs i915.powersave quirk) (affects: 63) (dups: 6) (heat: 392)" [Medium,Invalid] https://launchpad.net/bugs/53864820:26
JFoapparently a test kernel you gave them does the trick20:26
tgardnerogasawara, try now20:26
ogasawaratgardner: works now, thanks20:27
* ogasawara lunch20:37
JFoogasawara, when you return from lunch :) bug 58943920:44
ubot2Launchpad bug 589439 in linux (Ubuntu) "configuration gotchas with Maverick 2.6.35 kernel... (affects: 1) (heat: 10)" [Medium,Triaged] https://launchpad.net/bugs/58943920:44
JFolooks interesting to you20:44
JFohopefully20:44
JFocnd, you around?20:57
cndyep20:58
JFocould you take a quick look at bug 57978321:01
JFocnd ^21:02
ubot2Launchpad bug 579783 in linux-firmware-nonfree (Ubuntu) "Hauppauge hvr-2200 firmware not included (affects: 2) (heat: 95)" [Undecided,Triaged] https://launchpad.net/bugs/57978321:02
cndJFo: yep21:02
JFothanks :)21:02
cndI periodically get to the firmware bugs21:02
JFocool21:02
JFobjf, do you still want bug 279102 assigned to you?21:04
ubot2Launchpad bug 279102 in linux (Ubuntu) (and 1 other project) "Unreliable network connection with B44 driver (affects: 17) (dups: 3) (heat: 134)" [Medium,Triaged] https://launchpad.net/bugs/27910221:04
bjfJFo, no, i made it unassigned21:06
JFocool21:06
JFojust wanted to check :)21:06
JFotgardner, you still around?21:44
JFolooks like we have a problem in the kernel-ppa21:45
JFohttp://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2010-06-09-maverick/21:45
tgardnerJFo, for  FEW MORE MINUTES21:45
tgardneropps21:45
JFowe aren't building an image-21:45
JFoheh21:45
JFono problem21:45
JFohuh21:45
JFostrike that21:45
JFolooks like we failed to build a few images21:45
JFothe mavericks failed to build image debs from the 5th to the 10th21:46
JFofrom what I see21:46
tgardnerJFo, send apw an email. he's the most familiar with his cod infrastructure21:47
JFok, will do21:47
JFojust wanted to tell someone :)21:47
apwogasawara, are you running your -4 kernel on any intel graphics h/w ?  seeing some nasty flashing here22:05
ogasawaraapw: I've had it running here on my hp-mini all intel, but not noticing any flashing22:08
bjfapw, works fine for me22:08
ogasawaraapw: let me update it to the latest bits in the archive22:08
apwogasawara, was seeing flashes of black full screen as it were, seems ok when it is being used22:08
gauravhello, i am using thinkpad x201, i have to boot into ubuntu by adding '915.modeset xforcevesa nomodeset' in the grub menu while booting. I was told to enable thinkpad acpid module and recompile the kernel.23:03
jjohansen-> walk23:07
=== sconklin is now known as sconklin-gone

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