/srv/irclogs.ubuntu.com/2010/08/16/#ubuntu-kernel.txt

pwpHello02:55
pwpIs anyone here?02:55
RAOF!ask02:58
ubot2Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)02:58
RAOFHm.  With an added side order of “It's about 3AM in England where much of the kernel team are”03:00
ikepanhcor it is still weekend for west coast of US?03:05
bdrunghttps://wiki.ubuntu.com/Kernel/Dev/UKMLPatchSubmission says: "After you push your changes to your remote git tree use git request-pull to generate a pull request". I have no remote git tree for the kernel. Where should I push it?03:10
bdrunghere's the patch that I want to get included: http://pastebin.com/6qrs71kt03:11
RAOFbdrung: You probably want to git-send-email that, rather than to generate a pull request.03:12
ikepanhcbdrung: if you dont have a public git server, just post the patch on mailing list03:13
bdrungdo you have a git-send-email command example for me?03:13
RAOF“git send-email --to=xorg-devel@lists.x.org HEAD~1” - sends the last commit to xorg-devel@lists.x.org03:14
bdrungis it enough to ask to apply the patch also to lucid?03:14
ikepanhchttps://wiki.ubuntu.com/KernelTeam/KernelSimpleGuide#Sending your patch to mail list03:14
ikepanhcI need to update the wiki someday...03:17
bdrungikepanhc: are the params mention in https://wiki.ubuntu.com/KernelTeam/KernelSimpleGuide#Sending safe to use?03:18
ikepanhcbdrung: for one patch, yes. for patches, maybe not03:18
bdrungikepanhc: i haven't msmtp installed.03:19
mjg59ikepanhc: Off-topic, but do the docs you have for the VPC2004 interface include the rfkill interface?03:19
mjg59I'd really prefer that the driver not use the direct EC setting calls03:19
ikepanhcbdrung: you can install it03:20
ikepanhcmjg59: yes. can you tell me why you not prefer that?03:20
bdrungikepanhc: hm, now i have to configure it...03:21
mjg59ikepanhc: I may have been unclear. I was ok with dwmw2's code because reverse engineering the VPC2004 calls didn't seem straightforward, but I'd prefer that ideapad driver use methods that are under the VPC device rather than explicitly calling functions under _SB03:21
mjg59ikepanhc: So your one seems fine, except for it not supporting rfkill :)03:22
ikepanhcmjg59: oh, there are two acpi method in VPC2004 that help writing to ec register, I will use the method not ec_write()03:23
ikepanhcmjg59: the doc tells me I shall use the acpi method to access ec register03:23
mjg59ikepanhc: Argh, sorry, I'm confusing everything now03:25
mjg59ikepanhc: David Woodhouse was using \_SB_.GECN03:25
mjg59Whereas I suspect he should be using something that's within the VPC device03:25
ikepanhcmjg59: yes, but only s10-3 has  GECN, but other ideapads not03:26
mjg59Exactly03:26
mjg59So if you know how to control the radios using the VPC methods, it'd be a huge help if you could implement that so we don't have it relying on the GECN method03:26
ikepanhcmjg59: yes, there are two method within VPC2004 that we can read/write two ec registers03:26
mjg59ikepanhc: Right. If those can be used to control the radio, that would be awesome.03:27
ikepanhcmjg59: they can :)03:27
mjg59ikepanhc: Awesome. If you could write the code to do so, that would be even better :)03:27
ikepanhcmjg59: that's my plan03:28
mjg59Great03:28
bdrungikepanhc: i defeated msmtp, the mail is send.03:34
ikepanhcIIRC I spent almost one day on msmtp when first time use it03:35
bdrunggoogle was my friend03:36
bdrungtime to go to bed...03:36
ikepanhcbdrung: good night03:36
MTecknologySo 2.6.36-rc1 is finally here. AppArmor support is now in mainline. :D04:42
* apw yawns09:02
* smb slurps some more coffee09:02
cooloneymoring apw and smb 09:03
smbcooloney, morning09:03
RAOFMorning all.09:05
JFo:-P09:06
* JFo longs for the sleep that should have been last night09:06
JFomorning cooloney 09:06
JFomorning RAOF 09:06
smbJFo, Sounds like you could be ultra-wake later on the call09:06
* RAOF wonders if many people are worried about the “conflicting fb, removing generic driver” messages in dmesg.09:07
cooloneyJFo and RAOF morning guys09:07
JFosmb, no call today09:07
smbJFo, Ah ok09:08
JFoI should have sent e-mail, but it is likely that it didn't get out09:08
smbOh right, you are away09:08
smbIn the "wrong" tz09:08
JFowas having issues with my mail :(09:08
JFoor the right one :)09:08
smbHeh, yeah09:08
smbWhat happened to Friday? Not that I would have been any prepared09:08
JFoI forgot about it09:09
JFonaturally09:09
JFoplus it took forever to get my glasses from the store09:09
JFoso I would have been extremely late anyway had I remembered09:09
ikepanhcnew installer for maverick looks interesting - asking infomation and copy file in the same time10:06
apwyeeks10:06
amitkikepanhc: I should try it out. I've alway wondered why I can't play tic-tac-toe during an install :)10:13
ikepanhcamitk: give the machine ethernet connection - seems will install fail if no connection10:14
ikepanhcah, installer do not ask me the computer name..10:18
=== amitk is now known as amitk-afk
=== yofel_ is now known as yofel
ericm_apw, how debian.mvl-dove/d-i/kernel-versions is generated?10:58
=== ericm_ is now known as ericm
apwericm, fdr clean generates it10:58
ericmapw, it looks like a package list - where's the list generated?10:59
apwericm, kernel-versions is generated from kernel-versions.in in the debian/rules file11:00
ericmapw, ah - I see11:01
ericmapw, so what are the purpose of those debian.mvl-dove/d-i/exclude-* files?11:01
ericmthe modules listed will be excluded from the udeb for installer?11:01
apwthey adjust which debian-installer .udebs are generated as compared to the 'default' list11:02
ericmapw, but the file name is prefixed with 'exclude' ??11:03
apwyes, they 'adjust' the list, in this case negativly11:03
ericmapw, so they 'adjust' the list by removing those .udebs from the 'default' list?11:04
apwyep11:04
ericmapw, got you11:04
bdrungmy lirc patch mail doesn't appear on https://lists.ubuntu.com/archives/kernel-team/2010-August/thread.html - do you received the mail?11:07
xamparti have 2.6.32-24-server. when i try to create lvm-snapshot, it hangs. known bugs concerning this kind of behavior?11:17
apwsmb, ok the LBM package change looks ok, but it does imply that the meta packages are updated, which tim is not wanting to do11:19
apw  You likely do not want to install this package directly. Instead, install11:19
apw  the linux-backports-modules-compat-wireless-2.6.34-generic meta-package, which will ensure11:19
apwthats the note on the 34 package, but there is no linux-backports-modules-compat-wireless-2.6.34-generic meta package currently11:19
smbapw, Ok, I will need to make that consistent before I push out things11:21
apwwell its not really a show stopper and can be corrected as a second patch if he decides not to fix meta i guess11:21
smbYeah, I'd do it as separate update to the initial ones11:22
apwso yeah i'll ack the LBM update, and leave comments on the meta11:22
smbok, ta11:22
apwsmb, done11:24
smbcool11:24
=== amitk-afk is now known as amitk
xampartgetting http://pastebin.com/WQ8xLSwH when trying to lvcreate and system hangs. using 2.6.32-24-server. need fix.12:16
smbHm, had no reports yet that this would affect lvcreate. Is snapshot involved?12:19
xampartyes12:21
smbOk. There is a fix. Trying to find where kernels with that might be12:21
smbNormal proposed updates are waiting on finalizing the point release. You might try -25 kernels from: https://launchpad.net/~kernel-ppa/+archive/pre-proposed12:25
xampartsmb: assuming that when normal updates are released, they get installed when doing update && safe-upgrade?12:27
smbNormal updates should always supersede pre-proposed. So when you remove the source to the ppa later you will come back to the normal updates kernels12:29
apwlool, have you filed a bug already for the purge issue?12:39
loolapw: Yes, it's the last one on my list12:39
loolLP #61859112:39
ubot2Launchpad bug 618591 in linux (Ubuntu) "Leaves modules.devname and modules.softdep behind in /lib/modules (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/61859112:39
bdrungi send a lirc patch mail (lirc - Fix Hauppauge TV Card is detected as Leadtek IR) but it doesn't appear on https://lists.ubuntu.com/archives/kernel-team/2010-August/thread.html - Can a kernel-team subscriber check if he/she got the mail?12:54
JFobdrung, when did you send it?12:56
JFoI don't see it12:56
bdrung8 hours ago12:57
JFoyeah, I don't see it12:57
bdrungJFo: ok, i have sent it manually now. do you get it and is the format still correct?13:02
JFobdrung, one moment... I will check13:02
bdrungups, my signature was added13:03
JFostill not seeing it bdrung but it takes a while for me to get things on occasion13:05
JFoI'll check again after lunch :)13:05
bdrungthanks13:05
diwicJFo, you have an automated script that ask people to try mainline kernels.13:29
diwicJFo, I'm wondering whether that is the best test option13:29
diwicJFo, I usually ask people to test the c-o-d builds instead13:30
diwicJFo, this is all about kernel-sound bugs, of course13:31
apwdiwic, which c-o-d builds do you ask them to test?13:32
diwicapw, https://wiki.ubuntu.com/Audio/InstallingLinuxAlsaDriverModules13:32
apwJFo, its possible we should be asking for those as well for 'sound' bugs13:33
bdrungJFo: ok13:35
bdrungthis time the mail is in the log13:35
JFobdrung, now I see 2 of them13:40
JFodiwic, I ask them to test mainline so we can bisect what upstream stable has versus what we have in development13:41
JFoare the items in the link you provided different from those 2?13:41
* JFo checks the link13:42
bdrungJFo: strange... both appeared on https://lists.ubuntu.com/archives/kernel-team/2010-August/thread.html13:42
bdrungJFo: you can use one for maverick and the other for lucid ;)13:42
diwicJFo, I don't think we have much delta sound-wise so I don't know if that makes sense13:43
diwicJFo, or, it does make sense, but question is if anything else makes even more sense13:43
JFobdrung, looks like one has a PGP sig and the other does not... only difference between them that I see13:43
bdrungJFo: yes - it's the same. it applied on both :)13:44
JFo:)13:44
JFodiwic, I am open to suggestion if you think it is useful enough13:44
diwicJFo, right, so I'm asking users to try c-o-d to know if upstream has fixed the bug (or hardware enabled...) recently.  13:45
diwicJFo, and this is possible because c-o-d builds are relatively stable 13:46
diwicJFo, Takashi does a good job in keeping them fairly stable, but of course, that could change.13:46
apwdiwic, i assume those packages are de-installable also ... so not the end o fthe world13:47
diwicapw, yes, they are as uninstallable as <random other package> 13:47
apwdiwic, on a related note, that page could do with updating with "uninstall instructions" for those who don't know how packages work13:48
apwi believe there is a 'ppa-purge' thing you can use13:48
diwicapw, sounds interesting. Yeah, I guess updating those pages falls on me now13:48
apw:)13:49
apwwell as you know that that one exists, and are the one pointing to it, you are uniquly qualified to check it13:49
diwicapw, it's on my TODO list13:51
apwhttp://bigbrovar.aoizora.org/index.php/2010/01/10/how-to-safely-remove-ppa-repository-from-ubuntu/13:55
apwdiwic, ^^ seems to document it13:55
diwicapw, cool13:57
diwicapw, hmm, seems like you have to install that from another ppa 13:58
apwyeah not so cool.  sounds like something which should be moved to the apt-add-repository package13:59
diwicapw, my thought exactly13:59
apwdiwic, seems the package is at least an official package from lucid14:07
diwicapw, good enough, but merging into add-repo would be even better14:09
diwicapw, from maverick, unfortunately14:27
apwdiwic, yeah seems to be in -backports only on lucid14:28
diwicaha14:28
apwbut as its an LTS, i am thinking that might be short-sighted14:28
diwicapw, how to you easiest check what releases have a particular package?14:28
apweither rmadison <package> or i use the 'versions' page14:29
apwhttps://edge.launchpad.net/ubuntu/+source/ppa-purge14:29
apwsmb, so the pre-proposed build of LBM seems to have made its way into the PPA ok14:31
apwi therefore declare LBM support working in cod14:31
smbYes. Saw that a bit ago. Ok, wfm14:31
diwicapw, hmm, I use http://packages.ubuntu.com/ppa-purge , but that one shows no results.14:31
apwdiwic, never used that one14:32
* diwic notices that a rmadison search on google results in, excepts for the correct ones, also "A vintage 1969 Mercedes", "A chill individual"14:34
diwicand a few others14:34
apwdiwic, heh ... well the service itself is called madison14:53
apwthe cmdline app is rmadison14:54
diwicapw, anyway, I added uninstalling without removing the ppa for now.14:55
apwdiwic, sounds good14:55
apwi'd say if its well documented, adding it in jfo's call in the bug is appropriate14:56
KE1HAsri to both you guys, know your very busy atm, but Im testing 10.04.1 ISO's, is there a fix for the Intel i855 chipset black screen issue in this release ?14:58
KE1HABother*14:58
JFoapw, I agree. It can't help bug be beneficial14:58
diwicapw, JFo, I'd like if we would replace "test mainline builds" with this. Testing mainline wouldn't give me/us much more information    14:59
diwiccompared to the additional effort 14:59
apwin principle we should be doing whatever the area expert recommends we ask for ... imo14:59
diwicof the user14:59
JFoapw, indeed15:00
* diwic looks around for an area expert... ;-)15:00
* JFo looks pointedly at diwic 15:00
JFo:)15:00
diwic"Audio area expert",  that might be something for a business card. 15:01
JFoI'll check and see what will be needed to get this going along with bjf as he is expert on the scripts. It may be simple, but if it is not then we shall put it in the todo for later15:01
JForather a bit later15:01
JFonot just later15:01
diwicSure, it's nothing urgent.15:01
apwi think we get a sound tag from apport 15:01
diwicThere aren't that many kernel-sound bugs anyway, as most of them go to alsa-driver15:01
JFoapw, we do15:02
apwso perhaps we can be conditional on that15:02
JFooh yes, that is the plan15:03
bjfJFo, diwic, i've read the scrollback and can't really tell what you'd like changed in the arsenal scripts, can you educate me15:05
diwicbjf, if the linux bug is a sound bug, change "please test mainline build" to "please test takashi's c-o-d"15:05
diwicbjf, I think that makes more sense, what do you think?15:09
bjfdiwic, i'm staring at the auto reply messages now15:13
bjfdiwic, i'm going to send the file that contains the text to you and JFo, it should be trivial to change the text15:13
diwicbjf, btw, I saw the c-o-d builds ftbfs today but I believe that is fixed by Takashi so tomorrow's one will work15:14
bjfdiwic, was it the i386?15:14
JFobjf, this needs to only be for the 'kernel-sound' tagged bugs. Do we do a specific message for those now?15:14
JFosorry for the late response, I'm in a meeting. :-/15:15
bjfJFo, there are sound specific messages in the message file, and I _think_ we use them15:15
JFook cool15:15
diwicbjf, yes, it was an old isa driver which was not enabled in amd64 15:15
* JFo needs to look over the script again15:15
diwicbjf, so the error only occurred on i38615:15
apwsconklin, is there a dead-give-away to knowing if a machine is an aarandale15:25
sconklinapw: cking would probably know which bits in the processor ID give it away15:26
apwsconklin, he is off for two weeks, so you are in the frame as expert :)15:27
sconklinhmm. let me check15:27
sconklinapw i7's all are I'm just not sure about any other IDs15:28
diwicbjf, so I saw arsenal_reply.py you sent me, and I think the test_upstream reply needs to be split in two, one for sound bugs and one for non-sound-bugs15:30
sconklinas well as i5 5xx aparently. I'll look for something more definitive15:30
apwsconklin, isn't there a known issue with aarrondale in gneeral with suspend not working15:30
apwsmb, ^^15:30
apwwhere you use something like nolapic or nohpet can help15:31
sconklinWell, there were several I think, and some have been fixed by cking. But I don't know what they are.15:31
bjfdiwic, did you see the "sound_bug" and "alsa_old_bug" entries?15:31
diwicbjf, yeah perhaps change the text in those as well 15:31
smbapw, hm, I am a bit out of context. There were probably various things. Including incorrect timer irq override...15:32
bjfdiwic, I accept patches :-)15:32
apwsmb, i am scrabbling without contxt myself, but i did think we had a slew of issues with suspend/resume on those puppies15:32
apwand i thought we were fixing them by quirking15:33
sconklinapw http://www.cpu-world.com/Cores/Arrandale.html15:33
apwsconklin, ta15:33
sconklinfor IDs15:33
smbapw, Hm yeah. Wasn't there tsc jumps after resume....15:34
* smb tries to remember how that could be quirked15:34
apwsmb, yeah that period .... wern't some of the expidited patches for that sort of thing?15:34
smbThere was something... to handle warps... somewhere...15:35
apwsmb, you wouldn't be able to find that one for me would you15:35
* smb tries15:35
sconklinhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/53237415:36
ubot2Ubuntu bug 532374 in linux (Ubuntu Lucid) (and 3 other projects) "Lenovo Thinkpads with Core i5 and i7 suspend/resume (with kernel oops) once then fail horribly on next suspend (affects: 58) (dups: 4) (heat: 229)" [Critical,Invalid]15:36
sconklinhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/47710615:39
ubot2Ubuntu bug 477106 in linux (Ubuntu) "[regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware (affects: 147) (dups: 25) (heat: 539)" [Medium,In progress]15:39
diwicbjf, bug #596882 is an example where I should have preferred c-o-d testing, but the text is neither alsa_old_bug or sound_bug, but test_upstream15:41
ubot2Launchpad bug 596882 in linux (Fedora) (and 1 other project) "[ALC888] No Sound - used a clean Install of Maverick 10.10 (affects: 5) (heat: 88)" [Undecided,New] https://launchpad.net/bugs/59688215:41
bjfdiwic, that's more than a text change, i'd have to look at why that text string was being applied and "fix" the logic to use one of the sound text messages instead15:43
diwicbjf, exactly, so I could probably give you a text (which someone with native English language could proofread), but I don't know anything about the logic behind.15:45
bjfdiwic, ack, I was hoping it was just a text change15:45
apwpgraner, which model is your lenovo?15:46
pgranerapw, t41015:50
apwpgraner, ta, not that then15:51
JFoI have a t410s15:59
JFothe S is for Special ;)16:00
smbRather Small16:00
smbIts the netbooks16:01
JFoif it is on i7 then I have a desktop at the house I can test on when I get home16:02
smbI would guess the Sxx are rather atom based16:02
Kanohi, when is .36-rc1 in mainline16:31
apwKano, normally a few hours after release, its queued ... 16:33
Kanook16:36
apwKano in fact it didn't build, and won't as its broken16:37
GrueMasterJFo: Bug 618738.  Anything else I need to add?17:12
* JFo looks17:19
Sarvattapw: is disabling comedi so mainline post 1685e633b396b0f3dabbc9fa5d65dfefe6435250 builds an option? 17:25
* Sarvatt doesn't know how much of a pain in the butt that is with the build infrastructure17:26
apwSarvatt, depends if they have fixed it up stream already i guess17:26
apwthere is no simple way to turn it off in an automated way17:26
GrueMasterbut without comedi, there won't be any humour.17:26
apwarf17:27
tgardnerSarvatt, the easiest way is to comment out the line in drivers/staging/Makefile 17:30
apwi suspect he wants it in the mainline archive17:30
SarvattI dont see any fixes in any of the staging trees or on the lists :(17:30
tgardnerapw, ah, you might have to add some hackage in yuor mainline build scripts.17:31
apwtgardner, i can fix the -rc1 build, but its not obvious how one automates fixing that other than always turning off COMEDI17:31
apwtgardner, and it sounds like it might be more than comedi17:31
tgardnerapw, well, shuold we bother building staging for mainline?17:32
apwtgardner, we do use a fair number of the drivers in released kerenls, so not enabling staging drops those and renders the kernels useless for some users17:32
Sarvattit'd be a shame not to since stuff like nouveau is still in there17:33
apwand there i was just thinking of some of the wireless drivers ... 17:33
apwhrm ... what a pain thats going to be17:36
Sarvatthow about just allowing arbitrary patches and disabling it in one?17:39
apwwell i can do that, but how do i know when to drop it17:40
apwits not a technology issue as much a maintenance issue17:40
Sarvattcheck to see if drivers/staging/comedi/drivers/das08_cs.c has changed before patching? next time it's updated it'll probably be fixed17:42
apwsee now thats not an arbiray patch, thats a patch with a really complex trigger17:42
* Sarvatt adds http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=rss;f=drivers/staging/comedi/drivers/das08_cs.c to his rss feed to tell you when its fixed?17:44
pgranersmb, can you  look into https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/405544   There's some evidence that it /may/ be kernel related, but I need your opinion.17:44
ubot2Ubuntu bug 405544 in linux (Ubuntu Lucid) (and 4 other projects) "Kernel does not recognize blank optical media (affects: 87) (dups: 13) (heat: 404)" [Undecided,New]17:44
smbpgraner, I could but atm I am a bit covered by multiple layers of things. how critical is it17:48
pgranersmb, not critical, sometime next week when you have some spare cycles, or kick it to one of your minions either way not critical at all17:49
Sarvatti set up an email alert for the rss feed for that file in git17:49
apwSarvatt, heh thanks17:51
smbpgraner, ok I add it to my list then and see who when 17:51
pgranersmb, cool this was a request from robbiew, so if you have any questions that are foundations related you can ping him17:52
smback17:52
tgardnerapw, do you know how I can tell if ureadahead has done its job correctly? I've a patch proposed in https://bugs.edge.launchpad.net/bugs/491943, but I'm not sure if it just doesn't paper over the problem.18:01
ubot2Ubuntu bug 491943 in ureadahead (Ubuntu) (and 2 other projects) "Kernel trace buffer should be set to less unrealistic value (affects: 16) (dups: 2) (heat: 88)" [High,In progress]18:01
apwtgardner, you could dump the pack it generates before and after the change and see if they are similar ?18:02
apwtgardner, there is a textual dump option18:02
tgardnerapw, k, I'll try that18:03
apwsmb, that bug that robbiew is referring, its not clear that the kernel errors there are meaningful, in that somone is opening the drive to identify the contents and there is blank disk in there so block 0 is missing wihch its reading to acertain itstype ... and the last comment shows it being recognised at a udev level as a blank disk18:04
apwsmb, and my machine recognises blank cd's and asks to write to them18:05
apwpgraner, ^^18:05
robbiewapw: yeah...and the fact that k3B works18:05
apwthat too18:05
apwwhats the default cd writer in gnome, as thats waking up for me18:06
robbiewI think nautilus has some sort of basic feature for it18:06
robbiewbut brasero is the default app18:06
smbwell it might be something related to ioctls that the drive does. there have been fw issues on drives as well18:06
apwand the bug is a usless dogpile started when karmic was in development18:07
smbapw, We might chat about it tomorrow if that is still a question by then18:07
robbiewapw: I'm only interested in Lucid...I declined the others18:07
robbiew(Maverick and Karmic)18:08
apwyep, but the info in the bug is mostly older, as always18:08
apwrobbiew, works with brasero here ... though its a terrible app to understand and not the one that comes up by default18:10
robbiewapw: yeah...as the bug says, some people don't see it...probably hardware related18:11
apwso we should really close the bug and get everyone seeing it to file a bug with their h/w info18:12
robbiewapw: works for me18:12
apwor perhaps as we don't know its a kernel bug, or indeed h/w related in fact, perhaps get them to open bugs each against linux and add the numbers to that original bug ... hrm18:15
smbapw, ogasawara Does Maverick already use an orig.tar.gz 18:33
apwsmb, it should by now in theory18:34
apwsmb, but it doesn't look like it does18:35
apwwe should get the 2.6.35 virgin tarball from linus for the next upload18:35
smbapw, Ok, that answers my next question18:36
apwthats what we've done for the previous releases, as anyone can get that from linus too18:37
smbBecause I was remembered that back in Hardy it was not a virgin release but sort of a virgin stable 18:37
apwcnd, you may need to encourage them to come talk ...18:48
* tgardner lunches19:09
* smb drops into a hole19:35
* jjohansen -> lunch20:31
* ogasawara lunch21:36
cndapw, cjwatson says the balls in your court, regarding the radeon gfxpayload issues21:38
cndhave fun with it :)21:38
apwdeep joy21:40
akgranerjjohansen, give me 10 minutes (if the Ubuntu User site doesn't kick me out *again*) - the AppArmor stuff will be up - I'll drop you a link in just a few - Thanks again!!!21:58
akgranerjjohansen, here is the link to your interview - http://www.ubuntu-user.com/Online/Blogs/Amber-Graner-You-in-Ubuntu/AppArmor-makes-it-into-the-2.6.36-Upstream-Kernel22:35
akgranerThanks!22:35
jjohansenakgraner: thanks, for putting it together22:39
MTecknologyakgraner: The sucky thing is that it seems with the addition of apparmor - ecryptfs is breaking23:00
jjohansenMTecknology: how/where? pointers please23:01
jdstranduhh, not here23:01
jdstrandI use both extensively every day23:02
jjohansenjdstrand: well its not like it hasn't happened in the past so I would like to make sure we are on top of it23:02
MTecknologyI'm pulling it up23:03
jdstrandjjohansen: oh absolutely, I just meant I've not seen it and more info is needed23:03
=== sconklin is now known as sconklin-gone
=== bjf is now known as bjf[afk]
jjohansenjdstrand: right I haven't seen the breakage either, but then thats always the way for me.  Otherwise I would have fixed the bug before the code got pushed :)23:06
MTecknologyjjohansen: When I log in I do ls -l I see d????????? ? ?      ?      ?        ? Desktop23:06
MTecknologyAlso  ls: cannot access Desktop: No such file or directory23:07
jjohansenheh?  Your shell outputs that?23:07
MTecknologyyup23:07
jjohansenMTecknology: do you have AppArmor rejects in your logs?23:08
MTecknologyjjohansen: <date/name> kernel: apparmor_parser[372]: segfault at 0 ip 00007f075a1ac5d6 sp 00007fff44310868 sd error 4 in libc-2.11.1.so[7f075a1a07f000+17a000]23:11
jjohansenMTecknology: strange? are there any other apparmor messages around that?  From the error I would say its completely user space.  This means that the loaded policy may be looser than what was intended but definitely not tighter23:14
MTecknologyjjohansen: there's two about the same but that's it23:15
jjohansenhrmm, can you run >sudo /etc/init.d/apparmor restart23:15
jjohansenand tell me if those errors show up in your logs23:16
MTecknologyjjohansen: errors are just output by restart..23:16
jjohansenwhat type of errors?23:16
MTecknologyxargs: /sbin/apparmor_parser: terminated by signal 1123:16
jjohansenMTecknology: what kernel are you running?23:16
MTecknologycat: /sys/kernel/security/apparmor/profiles: so such file or directory23:17
MTecknologyv2.6.36-rc123:17
jjohansenright23:17
jjohansenSo you need to wait for the updated tools23:17
MTecknologyoh..23:17
jjohansenBasically what is upstream is not fully compatible without some additional patches23:18
jjohansenFor example the profiles virtual file went away as it is not very sysfs like23:18
jjohansenMTecknology: I am working on a wiki page explaining the details23:19
MTecknologyjjohansen: Please send me a link when you get that wiki up23:20
jjohansenMTecknology: will do23:20
MTecknologyjjohansen: anything I could do now - like disable the apparmor module?23:22
jjohansenMTecknology: you can do that if you would like.  You can pass apparmor=0 as a kernel command line parameter and then user space should even try to load policy23:23
MTecknologyjjohansen: Where would I set that in grub2? That thing is still a confusing beast for me23:26
MTecknologyjjohansen: heh.. look at grub.cfg instead and it gets easier :P23:31
MTecknologyExcept what I did didn't work - I just added it to the kernel line23:31
MTecknologyI suppose I should run off though23:32
=== kentb is now known as kentb_out
=== kamalmostafa is now known as kamal

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