/srv/irclogs.ubuntu.com/2008/03/22/#ubuntu-devel.txt

slomoslangasek: ok, mono should now build again (not my fault, was broken before :P ) on x86 and friends... could you care for give-backs of gnome-desktop-sharp2 and everything else that failed because of broken mono dependencies after things are working again? :)00:04
slangasekslomo: you need a buildd admin for that00:05
slomodoko: ^--- :)00:07
dokoslomo: what is "everything else"?00:08
dokowill do that tomorrow, if you could give some list00:08
slomodoko: nothing else it seems... well, if i find something else i'll tell you. i thought f-spot or mono-tools could've failed too but they're fortunately still on dep-wait00:10
slomodoko: so that's only gnome-desktop-sharp200:10
cody-somervilleThere might be a possible regression occurring with Hardy.00:12
cody-somervilleA few people have said that network-manage has quit working after the latest updates00:12
slangaseknope, it quit working after the previousupdates00:13
slangasekit works again with the latest updates00:13
cody-somervilleOkay00:13
cody-somervilleSo Bug #204897 is Fix released?00:13
ubotuLaunchpad bug 204897 in network-manager "[hardy] Network manager causes CPU load to go to 100%" [Undecided,New] https://launchpad.net/bugs/20489700:13
slangasekyes00:15
pwnguingood to know00:17
=== Pici` is now known as Pici
sectechMy network manager just crashed and came back with a dup from bug #8511300:26
ubotuLaunchpad bug 85113 in network-manager "[apport] NetworkManager crashed with signal 5 in main()" [High,Fix released] https://launchpad.net/bugs/8511300:26
ScottKsectech: That's correct.  The problem is in hal.  There's a new package that's been built and should show up on a mirror near you soon.00:32
sectechThere was a second update released for it00:32
sectechok00:32
sectechWas your fix  0.5.11~rc2-1ubuntu200:34
sectech?00:34
sectechwhoops... hal  0.5.11~rc2-1ubuntu200:34
sectechbecause that was the one that caused the report.... The version before was the one with the original regression00:35
slangaseksectech: how have you determined that it's a duplicate of bug #85113?  I don't see that any new bugs have been marked as duplicates of that00:58
ubotuLaunchpad bug 85113 in network-manager "[apport] NetworkManager crashed with signal 5 in main()" [High,Fix released] https://launchpad.net/bugs/8511300:58
slangasekand if it's not a duplicate, we probably need more information (such as a current backtrace) to track it down01:00
posingaspopularhey all, im trying to open the source for _gobject.so, under/var/lib/python-support/python2.5/gtk-2.0/gobject, and when i run 'sudo gcc _gobject.so' i get a bunch of compiler errors01:13
posingaspopularhow can i open it to actually read/edit the file though01:13
slangaseksorry, you're trying to do what?  the source is in the source package, not in /var/lib/python-support01:16
posingaspopularhmm okay, where do i get the actual source then?01:16
posingaspopularsorry im new to this01:16
slangasekapt-get source python-gobject01:16
slangasekbut what do you plan to do with the source?01:17
posingaspopularunable to find source package01:17
posingaspopularim looking at a bug right now01:17
slangasekthen you need to add the right deb-src lines to your /etc/apt/sources.list01:17
posingaspopularwhich ones?01:19
slangasekyou need a deb-src line for "main", corresponding to the deb lines for your mirror01:20
cody-somervilleposingaspopular, Applications > System > Software Sources01:20
cody-somervilleposingaspopular, Check off the source repositories01:21
posingaspopularthanks cody01:21
slangasekITYM  System -> Administration -> Software Sources01:21
posingaspopulareither way, im running kde :P01:23
posingaspopularhttp://paste.ubuntu-nl.org/60485/01:30
posingaspopularit's not working01:30
slangaseksudo apt-get update; sudo apt-get source python-gobject01:31
slangasekis this about the "PySignal_SetWakeupFd" error in your blog?01:31
posingaspopularyea01:31
posingaspopularhere are my sources list: http://paste.ubuntu-nl.org/60486/01:31
slangasekwhich version of python-gobject do you have installed?  The current version doesn't appear to reference that symbol.01:32
keescookmjg59: solved the libx86 issues.01:32
posingaspopularhmm how do i check01:32
slangasekapt-cache policy python-gobject01:33
mjg59keescook: Really?01:34
keescookmjg59: yup.01:34
mjg59keescook: Please don't tell me it was just an updated x86emu :)01:34
keescookyup01:34
mjg59Gah. Misery.01:34
posingaspopularversion 2.1.4-201:34
keescookI extracted your patches (that took most of the time) and applied the updated x86emu01:34
mjg59keescook: Well, update it and win :)01:34
mjg59s/update/upload/01:34
keescookmjg59: yup, doing final packaging now.01:35
mjg59Ah well01:35
keescookmjg59: I basically have 3 patches I extracted: 1 appears to be an ancient version of the inline asm calls, which I have left unapplied.01:35
mjg59I blame cpuid01:35
keescookcpuid or rdtsc01:35
keescook1 is the process memory patch01:36
mjg59Hm. Yeah.01:36
keescookand the other (the real nasty one that took me so long to find) was the "exit when CS==0 IP==0"01:36
slangasekkeescook: is "solved the libx86 issues" as momentous as it sounds? :)01:36
keescookwhy is that in our x86emu but not upstream?01:36
keescookslangasek: yeah, bug 14762301:36
slangasekw00t01:37
slangasekposingaspopular: 2.1.4-2 is not the current version; can you upgrade to 2.1.4-2ubuntu1 and see if that fixes it?01:37
slangasek(I believe that it does)01:38
mjg59keescook: Thanks for dealing with that!01:44
keescookmjg59: you bet, it was kind of fun.  ironically, my friend's EDID-lacking BIOS still eludes me.01:45
keescookmjg59: any thoughts on the extracted patches?  I'd like to understand the CS==0 IP==0 one at least01:45
mjg59keescook: Oh! I think that's just to make sure that when we return, we immediately bail01:47
keescookmjg59: without that, upslash freaks out pretty badly.  I'm curious why the lack of that difference isn't an issue for xorg01:48
mjg59keescook: Yeah, not sure off-hand.01:48
posingaspopularit works!01:48
posingaspopularthanks slangasek01:49
mjg59keescook: But the aim is certainly to ensure that there's a halt instruction when it exits01:49
keescookslangasek: the debdiff for libx86 is rather sizeable -- should I just shove it in anyway?01:49
slangasekkeescook: is it all bugfixes? :)01:49
keescookslangasek: in theory :)01:50
slangasekheh01:50
slangasekkeescook: let's run it through an FFe so we know what we're getting01:50
keescookI think people will scream loudly if there is a regression in it.  but at the very least, it should fix nvidia and possibly other cards.01:50
slangasekright, but the people hitting the regression might not scream at just the right time01:51
keescookslangasek: okay.  worst-case I can extract just the cpuid/rdtsc instruction additions.01:51
slangasekposingaspopular: no problem01:52
sistpotykeescook: the 8000er problem? \o/ feel free to abuse me as guinea pig ;)01:52
keescooksistpoty: sweet.  I'll throw it in a PPA01:53
sistpotykeescook: source is fine for me as well ;)01:53
mjg59slangasek: It's basically entirely addition of emulated opcodes01:53
mjg59slangasek: I can't see any issue with it01:53
keescooksistpoty: I'll have a debdiff up shortly01:53
sistpoty:)01:53
keescookmjg59: well, I could extract _just_ those bits -- but since xorg was so different, this is actually a full refresh01:54
slangasekmjg59: what does it currently do with opcodes it doesn't know how to emulate?01:54
keescookaborts.  :P01:54
slangasekok, push it :)01:54
keescookslangasek: err, no FFe?01:55
* keescook is hovering over "submit bug report" button01:56
slangasekkeescook: if the new code is just adding emulated opcodes, and unemulated opcodes cause an abort, I don't see how this can be a regression01:57
slangasekso I'm fine with that being uploaded without an FFe01:57
keescookslangasek: I would agree, if that's what I've got packaged presently.  what I have at the moment is a full refresh, which includes other fixes, re-arranged headers, etc.01:57
slangasekok, then go ahead and click submit and we'll look at it in more detail :)01:58
flipstarhi, are there plans to integrate dmraid into the installer?02:01
keescookslangasek, sistpoty: FFe for libx86 is 20493602:04
slangasekcody-somerville: is there any sort of timeline for getting the xubuntu alternate CDs tested for release as a beta/02:05
cody-somervillewell02:08
cody-somervilleSorry, the big bus that brings the testers is late.02:09
* cody-somerville shrugs.02:09
cody-somervilleslangasek, Unfortunately, I can't give any sort of timeline since I can't predict who is willing to volunteer to test and when.02:10
* sistpoty tests, brb02:10
cody-somervilleI'll send an e-mail off to xubuntu-devel to see if I can round up some people who aren't on IRC02:10
slangasekok02:11
slangasekshall I just hold off on xubuntu daily rebuilds in the meantime?  (since turning them on means that these images may be aged out)02:12
slangasekoh, these images have the broken hal, does that affect anything on xubuntu?02:12
sectechslangasek,  The crash reporter stated it was a duplicate bug... I'm going to reboot to see if I can reproduce the problem, I'll try and provide more information if it happens again02:13
sectechone minute02:13
cody-somervilleWe use network-manager02:13
jonohas anyone had any network manager breakage when upgrading to the beta?02:13
slangasekjono: it was a post-beta breakage, should be fixed now in hal -1ubuntu202:14
slangasekjono: if not, we need more info, because it's fixed for some people02:14
jonoslangasek: ok, dist-upgrading now02:15
slangasekcody-somerville: ok, then let me reroll the images /again/, so you get a working n-m :)02:15
slangaseksectech: quick reboot, how's it look?02:16
sectechI just rebooted but was unable to reproduce the error from network-manager.   It looks like everything is okay02:16
slangaseksectech: ok, thanks :)02:16
sectechthank you for the quick fix :)02:16
slangasekif it does show up again, please file a bug report; even if it gets marked as a duplicate, it may still give us new information (such as version numbers, etc)02:17
sectechokay sounds good02:17
=== foka__ is now known as foka_
keescookoh, whoops -- I had two checkouts of xorg...02:18
mjg59slangasek: In principle, it gives a failure. However, I suspect that cpuid was giving it something that gave /an/ answer, just not one that made sense to the BIOS02:20
jonoslangasek: have some pretty significant b0rkage here02:25
sistpotykeescook: works for me \o/... however there's quite some flickering in usplash and tty1 contains lots of assembly now02:25
jonoslangasek: firstly, I have two kernels -12 and -14 - I need -14 to even see my wireless interfaces, and NetworkManager allows me to manually set the wireless interface but can't enable it02:25
jonoalso, the -12 kernel is booting as the default instead of the -14 which seems odd02:26
sistpotykeescook: also unrelated (since my update of today), my monitor says no signal, when having usplash not installed02:26
sistpotys/update/upgrade/02:26
keescooksistpoty: can you capture the output?  I was missing an options in the previous debdiff.  Can you try the new one?02:27
keescooks/an options/an instruction/02:28
sistpotykeescook: sure02:28
sistpoty(give me a sec)02:28
jonoare these network manager issues known with the beta?02:31
sistpotykeescook: is there any log where the output might be stored? (if not, I've just taken a photo *g*)02:32
keescookphoto works -- you can also just run "usplash -c -v" manually as root and capture stdout/stderr02:32
keescookslangasek: I've extracted just the new instructions from upstream, not the whole mess of everything.  this fixes it too -- however, an interesting side effect (that sistpoty has already seen) is that switching to a console vt ... doesn't work.  it needs to do a POST, it seems.02:34
keescookslangasek: (at least on gutsy)02:35
jonook I have to get to bed02:35
jononight all02:35
sistpotygn8 jono02:36
keescookmjg59: possible regression is putting the video card in a _worse_ state.  :P02:36
sistpotykeescook: http://www.potyra.de/vt1.photo.jpg02:40
keescookhrm, fun.02:41
* keescook goes looking for where he missed the debug output02:41
keescooksistpoty: I've got yet-another-patch to try (same bug).  This one is a minimal debdiff with only the new opcodes.02:41
sistpotykeescook: ok, rebuilding02:42
sistpotykeescook, slangasek: should I add my findings to the bug report for documentation, or should I rather not clutter it?02:44
sistpoty(as /me dislikes cluttered FFe's for universe *g*)02:45
keescooksistpoty: if the 3rd one behaves the same, then document it.  I'll invalid the FFe if the third one fixes it sanely for you.02:45
sistpotyok02:45
sistpotybrb ;)02:46
keescookaaaah, upstream changes made debug sane, and thunk.c still had it enabled.02:48
* keescook holds his breath02:49
sistpotykeescook: 3rd one still works, but tty1 is cluttered with assembly as well02:49
keescooksistpoty: okay, I think I tracked down the cause of the clutter, but I'm curious why I don't see it on my system.  :P02:50
sistpotykeescook: should usplash display some text? (the first one did, but I was bitten by a fsck then)02:50
sistpotyheh02:50
keescooksistpoty: not unless you have "quiet" removed from your boot arguments02:51
sistpotyah, k02:51
sistpotykeescook: if it helps, I've got a "VGA compatible controller: nVidia Corporation GeForce 8500 GT (rev a1) (prog-if 00 [VGA controller])" (amd64x2, not too sure what's interesting from cpuinfo ;)02:53
keescookmostly I'm just scratching my head over why I don't get debug output on my system.02:54
keescookoh!02:55
sistpotykeescook: hm.. I've installed the kubuntu usplash thingy, and am running kdm02:55
sistpoty(and I'm usually one day behind with updates, since I use a german mirror)02:55
keescookyeah, it's all self-contained in libx86 -- it's just weird.02:56
keescooksistpoty: what were you saying earlier about "no video signal" ?02:57
sistpotykeescook: if I don't have usplash installed, I don't get a video signal until kdm starts (since an earlier upgrade from this afternoon already, so I guess it's unrelated to libx86)02:57
sistpotymight be just, that my monitor doesn't support a specific mode though02:58
keescooksistpoty: hm, i'm seeing an identical situation in my test system -- once x starts, I can't switch to a vt03:00
keescookor, I can, it's just "no video signal"03:00
keescookhmpf03:00
sistpotykeescook: no, once X starts, I *can* switch to a VT when not having usplash installed, but not before that03:02
keescooksistpoty: and if you have usplash installed, you can switch to/from X okay?03:02
keescook(this may be simple an issue with the gutsy nvidia driver -- my test machine isn't hardy)03:03
sistpotykeescook: yes, seems like it doesn't matter if I have usplash installed for that behaviour03:03
keescookokay, then I don't think there's a regression.  now, the spewing of asm instructions to your console -- is it actually visible?03:03
keescook(during boot?)03:04
sistpotykeescook: not during boot, only when switching to it afterwards03:04
keescookokay, that sounds something we can fix later.  ;)03:04
sistpotyyes, right now it's still a big improvement.. (and interestingly, when usplash starts, I can see text on my monitor, so I guess switching to tty's would work then, in contrast to not having usplash installed ;)03:05
keescookhahah true03:06
superm1what's this big regression that you've been working on exactly keescook ?03:06
keescookslangasek: okay, sounds like the minimal "only new instructions plus fixes for busted ones" patch is sane.03:06
keescooksuperm1: bug 147623 (not a regression, but missing usplash on 64bit nvidia)03:07
superm1ah03:07
keescookslangasek: okay to upload it?03:07
keescookslangasek: based on your earlier "I'm okay with only new opcodes", I'll upload it (and mark the FFe invalid -- I'll upload that bundle for intrepid)03:11
j1mcslangasek: do you have an ETA on when cody somerville's re-rolled xubuntu-alternate ISO may be ready?04:15
YokoZarCould someone please retag this bug to much higher priority than low?  It resulted in data loss for me: https://bugs.edge.launchpad.net/ubuntu/+source/gnome-utils/+bug/19412704:22
ubotuLaunchpad bug 194127 in gnome-utils "gnome-screenshot closes when chosing not to overwrite an existing file" [Unknown,Confirmed]04:22
* ScottK2 looks04:23
ScottK2YokoZar: Please comment to that effect in the bug.04:24
YokoZarI lost my screenshot as a result, since the window had changed04:24
YokoZarSure.  It's sort of in the first comment though04:24
YokoZarScottK2: how do I get triage permissions, btw?04:25
ScottK2I think you have to be a member of one of the bug triage teams.  MOTU will get it for you or you can talk to bdmurray in #ubuntu-bugs if you don't have to wait.04:26
YokoZarI'll wait a bit then to see if this MOTU thing happens :)  I guess being an Ubuntu member doesn't give it by default.04:27
ScottK2No.  IIRC it's ubuntu-qa you have to be in.04:38
ScottK2YokoZar: Is this a regression do you think?04:39
mjg59keescook: Yeah, make sure the debug enabling code doesn't end up in the distro :)04:50
mjg59keescook: Any text output should be fatal in the non-debug build...04:50
YokoZarScottK2: no I think this bug has been that way since gutsy at least...probably earlier04:57
ScottK2OK.  I made it medium.  If it'd been a regression I'd have gone for high.04:58
mneptokmay the next month not require a more empty ban list. amen.05:09
pwnguinwhat?05:10
pwnguinthat very closely skirts "double negative" territory05:10
mneptokas all good religion does.05:12
sudobashyeah i didnt follow that but its cool that you are removing bans05:18
sudobashremove mine from Ubuntu and Ubuntu-ops05:18
sudobashplease05:20
mneptokhe leaves after i try to find the op that banned him.05:26
mneptokhrmf. children. ALL OF YOU OFF MY LAWN!05:27
* LaserJock streaks across mneptok's yard05:27
* mneptok waves his fist impotently, in bermuda shorts and black dress socks05:28
slangasekthey have pills now to help with fist impotence, you know05:29
slangasekor "fistile dysfunction", as they say in the biz05:30
mneptokAND STAY OFF!05:30
slangasekheh05:30
* mneptok goes back to his stories and gin05:30
mneptokok, no i don't05:31
keescookmjg59: that's the part I don't understand -- the diff between what I uploaded and what was already uploaded contains no changes to debugging.  (perhaps sistpoty was already using a debug-enabled one?)05:45
keescookmjg59: I haven't seen the output in my tests.05:45
keescookmjg59: btw, doesn't an update of libx86 require a update-initramfs run?05:49
keescook(I could just version-bump usplash....)05:49
=== hunger_t is now known as hunger
* pwnguin has a question about deb tarballs versus the .diff08:14
pwnguinif you upgrade a package to a new svn revision from upstream, does that go in as a new tarball or a large .diff?08:15
cqwhere is the transition from the debian to ubuntu archives controlled, i.e. which debian packages make it over and which don't?08:16
pwnguincq: partly, its a matter of the schedule. new packages can come in up until the appropriate freeze, after which there's only exceptional circumstances allowed. but i imagine you're curious about the automated part08:18
cqno, actually the process... do you take stable or testing, and then freeze it for a release, and rinse, lather, repeat?08:18
pwnguinyou're close08:19
pwnguinthe process is branch unstable where appropriate08:19
pwnguinthen try to stablize that code with various freezes08:19
pwnguinduring that time bugs are filed, patches are applied, etc08:21
cqok. so the changes between 7.10 and 8.04 are a whole bunch, depending on what got taken and frozen08:22
pwnguincan be08:22
pwnguinand in whole, absolutely different08:22
pwnguinif no changes come in in six months, that's either  a pretty stable program or a pretty stagnant one08:23
cqand how do kubuntu and ubunto differ, kubuntu sits on ubuntu with a different installer and KDE, or is there more?08:25
pwnguinat this junction, kubuntu is a set of packages and an installer within ubuntu repos, no different than say ubuntu-server08:25
pwnguinoriginally, it was a small community formed in protest to the decision to select gnome formally ;)08:26
cqlol ... the usual free software discussions :)08:29
pwnguinright, and the usual free software response: more software :)08:29
cqisn't it possible to make ubuntu a subset of debian the way kubuntu is a set of packages?08:30
cqor is the process to get stuff into debian too long, or is ubunto too different in installation?08:31
pwnguinubuntu orginated as a fork of debian for many reasons, and this is starting to veer away from -devel related topics08:32
cqI'm just interested in teh technical ones, not the political ones...08:32
cqpolitics takes too much time :)08:32
pwnguinwell08:32
pwnguinheh, precisely08:32
cqi mean, ubuntu feeds stuff back upstream to debian as far as I know08:33
pwnguinthe basic problem with debian that I, having no formal relationship or status within Ubuntu, is that debian is slow and adversarial08:34
pwnguinrather than attempt to change from within, i think ubuntu has set forth a few good examples of how to do things better socially08:35
cqman what a lot of distributions... just looking at what distributions are around.08:36
pwnguintheres a lot of different kinds of people out there08:36
pwnguincq: as an example of the difficulties with merging ubuntu back, imagine a scenario where you'l like a patch included as an ubuntu developer, but the debian developer who owns the package disagrees08:38
pwnguinyou can go further upstream08:38
cqjust leaves me wondering where linux would be with 50% less distributions...08:39
pwnguinit'd be without a flagship USB drive distro, and a ps3 distro, and a build from scratch distro, and a handicap accessible distro, and a forensics distro08:40
pwnguinand a live cd distro08:40
cq...but probably a lot closer to the desktop08:41
cqi guess the splinter experiments are necessary to show the big ones what to integrate08:41
pwnguinthats a pretty huge sacrifice08:41
cqyeah08:42
pwnguinif you look at the millions apple's spent in the name of marketshare, i'd say throwing all that away in the name of unity is silly.08:42
slomo_doko: when you're back you could give-back gnome-desktop-sharp2 where it failed, i.e. sparc and powerpc and ia6408:42
superm1the splinter experiments are appropriate for some corner cases though.  it's the ones that try to re-invent the window and have a better "desktop" OS that hurt08:42
pwnguinheh, there should be some disclosure here08:43
pwnguinsuperm1 works on mythbuntu ;)08:43
superm1hehe :)08:43
pwnguinspeaking of which, i demand joystick support!08:43
superm1well but i mean all our development happens in ubuntu though, so we don't do too much harm08:43
superm1its in08:43
persiasuperm1: If you get joystick support, could you also do remote control support for games?08:44
cqthat's what I  mean though, if you get a good base that's configurable, then you need less splinters and the whole thingmoves faster08:44
superm1well joystick support works, remote control support in games is a challenge to be honest though08:44
superm1depends on how you have your remote configured if it would be even considered to be possible at this point08:45
persiaHow did you do joystick support?  Separate driver support, or merge of Lirc and /dev/input ?08:45
cqif all you do is change package groups etc. and feed everything back, great.08:45
pwnguinhonestly, i havent tested joystick support since the backport08:45
superm1persia, the joystick support works off a normal X input device08:45
superm1well not even X08:45
superm1just /dev/jsX08:45
superm1should have said08:46
pwnguincq: ubuntu distinguishes itself from debian by embracing, rather than hiding, from users, and predictable release cycles08:46
persiaAh, but lirc is still separate?  That's what I thought, and was wildly excited for a brief period.08:46
superm1yeah lirc is still separate.  quite the little bastard kid too08:46
pwnguinpersonally, i'd just as soon use a wiimote08:47
superm1i'm hopefully going to try to triage a bunch of its offspring bugs tomorrow08:47
superm1not enough buttons on it to be useful08:47
persiaAlways good to prune the orchard :)08:47
cqdoes ubuntu run on all the systems debian runs on? or is it more focused on the core PC systems08:47
pwnguincq: oh, debian still has more arch ports08:47
pwnguinpersia: how many buttons would you need to be useful?08:48
persiapwnguin: I have four input devices with over 100, and I'm still not happy :p (but I think you didn't mean to ask me)08:48
superm1pwnguin, you mean to direct that at me ?08:49
pwnguinah, yes08:49
superm1pwnguin, 2x vol, 2x chan, play/pause, stop,ff,rr,skip+,skip-, esc08:49
pwnguin2x volume?08:49
superm1vol+/vol-08:49
superm1stop and esc can be combined08:50
superm1so that's 10 buttons to be useful for me08:50
superm1well and up/down/left/right of course08:50
superm114 :)08:50
persia10?  I count 11 (or 15)08:50
pwnguinthe wiimote itself has 11 plus extensions08:50
superm1play/pause is one08:50
superm1pwnguin, but they're hardly intuitive however you spin it08:51
pwnguinhome = esc seems reasonable08:51
persiaAh.  Right.08:51
superm1okay so arrows = arrows, +/- = either vol +/-, 1/2 is chan+/-, but then you still have all the skips08:52
superm1and the play pause08:52
cqhttp://distrowatch.com/dwres.php?resource=major seems like a good distro comparison08:52
pwnguinwhat are the arrows for?08:52
superm1menus08:52
pwnguinshouldnt that be seperate?08:52
superm1you mean external controller?08:53
pwnguinno, i mean, menu controls seperate from mplayer controls ;)08:53
superm1oh i'm saying mythtv controls, not mplayer controls08:53
pwnguinwell, im still using mplayer for playback08:54
pwnguinno tvtuner08:54
superm1with 0.21, the internal player is fairly nice.  don't necessarily need to call an external player for stuff08:54
pwnguinwhat do the arrows do with the internal player?08:55
superm1large skips08:55
superm1and if you hit menu to choose menu stuff08:55
pwnguini think you could define a set of contexts wherein 10 or 11 buttons would work08:56
pwnguinbut right now, wminput needs work first08:56
superm1i see.  well if you come up with a good layout, i'll pair one of my wiimotes and give it a shot some day08:57
superm1:)08:57
pwnguinno need to pair08:57
pwnguinjust turn off the wii and hit 1+208:57
superm1its a standard BT device?08:57
pwnguinyea08:57
superm1it doesnt need to pair?08:57
pwnguinyou can tell it to be promiscous08:58
superm1oh neat08:58
superm1well that's far more useful then08:58
superm1i didn't like the idea of having to pair back and forth between the two08:58
pwnguinlemme have a look at my current binding08:59
pwnguinit's not the greatest08:59
pwnguinbut it passes for navigation so far08:59
superm1well i can't test until at least early next week anyhow.  my little usb/bt adapter for pc is in the office09:00
pwnguinthe thing to watch out for is that wminput doesn't set lights09:00
pwnguinor disconnect on long idle sessions09:00
pwnguinor handle multiple wiimotes readily yet. and it seems to crash on daemon mode for me on the mythbox09:01
pwnguinbut not on my desktop09:01
pwnguini guess what im saying is patches welcome ;)09:01
superm1hehe09:02
cqcannot remove /var/lib/apt/lists/lock: read only filesystem  huh??09:33
cqI have one huge partition, and it's mounted RO for some reason... any ideas?09:34
slangasekcheck dmesg for signs of a kernel problem09:34
slangasek(kernel/disk)09:35
cqargh.09:35
cqhad that yesterday. "attempt to access beyond end of device".  just did a clean reintsall, still there09:35
cqmemory check was OK... ran that yesterday too09:36
cqwould a fsck solve that problem, or is that a disk or other hardware problem?09:37
TomaszDpitti, langpack update? Please?09:40
slangasekcq: I don't know; "attempt to access beyond end of device" could mean that the filesystem and the partition table don't agree about the size of the disk09:41
slangasekit could mean your hardware has problems accessing very large disks, if this is a new disk?09:42
slangasek(in an old system)09:42
cqhm. system is a few years old, not sure how old, disk is 30GB and newer.09:52
cqfujitsu siemens amilo k 760009:52
cqwould reinstalling to a smaller partition, say 8gb help?09:56
cqand use the other one as a user partition?09:57
pwnguinfg09:57
YokoZarDo packages pushed to ppa have to have source in tar.gz format, or can I have orig.tar.bz2?09:58
cqor how can I test if the HD works with the machine?09:59
persiaYokoZar: You may get a better answer to that in #launchpad09:59
YokoZarpersia: do you know of any source restrictions for officially uploaded packages?10:00
persiaI know almost nothing about launchpad internals10:00
pittiTomaszD: tonight we'll get the latest Rosetta export, and tomorrow early morning the cronjob will build and upload them10:04
TomaszDpitti, ok10:04
pittimjg59: ah, that sounds easy enough; thanks10:04
=== DktrKran12 is now known as DktrKranz2
FestorHi all10:35
FestorDoes anyone know why the command update-mozilla-firefox-chrome is not available in beta 4 of firefox 3?10:35
FestorI am in the beta of Hardy now10:35
pittislangasek: thanks for cleaning up after me (hal)10:35
dokognome-desktop-sharp2 given back10:47
dokoslomo_: ^^^10:47
slomo_thanks :)10:47
slomo_slangasek: if you're awake, can you get the gnome-desktop-sharp2 binary packages accepted from binary NEW? they're finally built on all archs and two packages from main are waiting for it (or more specific libgtkhtml3.16-cil)10:57
FestorIs there anyone ...?10:58
slomo_pitti: or you? :)10:58
pittislomo_: me?10:59
pittiah10:59
pittilooking10:59
slomo_you can move gtkhtml3.8 out of main afterwards iirc10:59
pittiyay11:00
pittislomo_: hm, why didn't it build on i386?11:01
pittiNEW only has sparc, ia64, and powerpc11:01
slomo_pitti:   buildlog_ubuntu-hardy-i386.gnome-desktop-sharp2_2.20.1-2ubuntu2_FULLYBUILT.txt.gz11:01
slomo_it has :)11:01
slomo_but that was last night11:01
pittiah, they are already NEWed11:03
slomo_pitti: oh, since when? because f-spot, mono-tools and gnome-rdp are still on dep-wait (hm, MANUALDEPWAIT it says, does this need manual intervention?)11:04
pittihm, pretty weird actually11:04
pittihttps://edge.launchpad.net/ubuntu/+source/gnome-desktop-sharp2/2.20.1-2ubuntu2 shows them as DONE11:05
pittibut they are not in the archive11:05
pittislomo_: accepted the ports arches from NEW11:07
pittislomo_: I see the .deb on drescher, though; maybe it was just NEWed some 30 minutes ago, and currently being published11:08
slomo_ok11:08
=== asac_ is now known as asac
loolCool, gold released11:39
loolhttp://sourceware.org/ml/binutils/2008-03/msg00162.html11:39
* Hobbsee looks for when uds starts12:42
Hobbseeoh, may, 2 months away12:43
zulhey Hobbsee12:52
Hobbseehi zul12:53
Festorjdong, are you here?12:55
delfickhello. I just tried compiling this here https://bugs.launchpad.net/ubuntu/hardy/+source/sane-backends-extras/1.0.18.12 (released an hour ago) and got these errors http://paste.ubuntu-nl.org/60522/12:55
_MMA_Hmm....On the SANE subject, I cannot open any of the devices seen buy it. Tells me they're all busy. Grr...13:12
stgrabermy network scanner worked fine last I tried, but the server which it's attached to isn't running hardy only clients are13:18
_MMA_stgraber: Yeah. I bought a 8 year old flatbed because I knew it fully worked. Worked under Hardy 2 days ago. Not today. :( Everything that I can pick through the SANE dialog wont. Webcam either.13:20
mjg59keescook: Hm. Yeah, I guess so.13:33
=== evalles is now known as effie_jayx
slomo_doko: about libffi... what's the -dev package exactly called? pygobject b-d on libffi-dev, is that fine? if so you can request binNMUs for pygobject, totem and rhythmbox at least (the last two dep-wait on the binNMU of pygobject)15:10
dokoslomo_: hmm, well, yes, hope somebody does ...15:11
slomo_doko: so... libffi-dev 3.0.4-1 is the new thing?15:12
dokoslomo_: yes15:13
slomo_doko: ok, so that essentially means: pygobject binNMU and binNMU of all rdepends of pygobject that depend on libffi4... good15:15
dokoslomo_: how is this ubuntu related? ;-p15:19
slomo_doko: not at all, but you're here ;)15:19
ion_seb128: Oh dear. The archive backend in gvfs would have been sooo awesome. I take it there's absolutely no way to get libarchive to main?15:26
seb128ion_: what are you speaking about?15:28
seb128ion_: did you read the "for now" in the changelog entry?15:29
seb128ion_: there is no such hurry that I should start annoying people during a weekend and holidays to get libarchive promoted right now, that will wait for next week15:30
ion_seb128: Alright15:36
seb128ion_: you are welcome to write the mir bug if you want to get it quickly though ;-)15:38
ion_No hurry, just something that would be really nice to have, perhaps even as a default unpacker.15:39
seb128ion_: the code is really new and not tested, I doubt than making it the default for anything now would be a good idea15:42
ion_Ok15:42
seb128ion_: we will likely use it to allow to browse iso for examples which is is not possible right now but that's about it15:42
ScottK2doko: Is the python component of gnome-menus really significant enough to warrant it being in Pythoneers?  I seem to get a lot of non-Python bugmail on that package (being a KDE user, I really don't know anything about that package).16:01
dokoScottK: maybe not, but I've still a report about it pending in python-central16:02
ScottK2OK.  Just thought I'd mention it.16:02
* ScottK2 finds it somewhat distracting, but I ignore enough bugmail as it is, I little more isn't a major burden.16:03
slomo_doko: the mono-CPPFLAGS issue is fixed in svn now btw :)16:03
doko\o/16:03
=== TheImp is now known as TheInfinity
slomo_slangasek: present for you, mono-tools builds now too :)17:02
jonohey17:07
jonohas anyone had any network manager problems with the beta?17:07
stgraberjono: like eating all your CPU ?17:17
jonostgraber: networking brokewn17:18
jonomy wirless interface doesnt seem to work anymore17:18
stgraberthere was a problem with NM entering an infinite loop when starting wireless but that was yesterday and was fixed by the new hal17:19
stgraberso your issue is probably another bug17:19
jonoalso - there seems to be two kernels on my system and the older one is booting17:20
jonoany idea about that?17:20
superm1jono, somehow a -386 and a -generic?17:20
jonosuperm1: I have versins -12 and -1417:21
superm1oh17:21
stgraberAFAIK only -12 isn't complete yet (miss the module packages)17:22
jonoso I should use -12?17:22
jonowerm17:22
jono-14?17:22
stgrabererk, I meant -1417:22
stgraberso you should use -1217:22
superm1i dont see a -14 in apt.  is it 2.6.24-14-generic?17:23
jonoso I should use -12?17:23
stgrabersuperm1: I don't see it either on amd64 but saw linux-source uploaded last week17:23
superm1ah17:23
jonook, let me test -12 again17:25
jonoits odd - I see three Wired network interfaces17:26
jonono wireless interfaces17:26
jonoI have this thing called wlan0_rename17:27
jonoany idea what that is?17:27
seb128that's the one you should be using17:28
jonoseb128: it says eth0 ad eth1 have no wireless extensions17:28
seb128use the wlan0_rename17:28
seb128it's udev doing the renaming or something17:29
jonobut in the NM manual config - it lists Wired connecton, Wired connecton, wired connection and Point to point connection17:29
jonoseb128: any idea what it could be?17:31
seb128no17:31
jonook, will file a bug17:31
mbtHeya... does anyone know if there is a reason that the "bitchx" package is missing from Hardy?17:31
johanbrjono: Sounds like an old udev bug (that I thought was fixed?).17:31
jonojohanbr: any way I can check?17:32
johanbrjono: You can try moving /etc/udev/rules.d/70-persistent-net.rules out of the way. It should be regenerated, and if you're lucky that'll fix your bug.17:33
johanbrDo you have a Broadcom card, by any chance?17:33
jononopew17:34
=== cjwatson_ is now known as cjwatson
jonojohanbr: so I need to reboot after moiving that udev rule?17:38
johanbryes17:38
jonook doing so17:38
jonolets see if this works17:38
* _MMA_ is having a issue with SANE between Alhpa6 and Beta where SANE tells me all my devices are busy. I don't know if it's a SANE or underlying system issue. :-/17:40
jonojohanbr: no change17:40
johanbrjono: Okay, then it may be a bug slightly different from the one I was thinking of, but one that manifests itself in the same way.17:42
johanbrCan you connect with the wlan0_rename interface?17:42
jonojohanbr: let me try17:44
jononope, and I now have no option to Enable Wirless since I renamed that udev rule17:45
johanbrjono: But it did regenerate the file? Maybe you should move the old one back in any case. And file a bug, I guess.17:51
jonojohanbr: it did re-generate it17:51
jonowill move it back17:51
jonohmm in gutsy I needed a restricted driver for this card17:52
jonobut it is not listed in restricted manager here17:52
johanbrWhat kind of card is it?17:52
jononot sure - its the intel card in the Dell XPS133017:52
jonosorry, the M133017:53
johanbrThat's normal, I think it uses the iwl driver now.17:53
jonoright17:53
jonojohanbr: see https://bugs.edge.launchpad.net/ubuntu/+bug/20521517:55
ubotuLaunchpad bug 205215 in ubuntu "Wireless networking broken in Network Manager" [Undecided,New]17:55
jonoahh :)17:56
johanbrjono: Discovered something?17:56
jonono17:56
jonojust ubutu showing my bug description :)17:56
johanbrjono: Can you attach the output of "ifconfig -a" and "iwconfig" to the bug?17:59
jonook - one sec, will need to put it on a usb keyring18:00
=== Pici` is now known as Pici
jonojohanbr: ok, bug updated - https://bugs.edge.launchpad.net/ubuntu/+bug/20521518:05
ubotuLaunchpad bug 205215 in ubuntu "Wireless networking broken in Network Manager" [Undecided,New]18:05
johanbrjono: Alright. Looks like wlan0_rename is your real wlan interface and eth1 is the master interface that goes along with it. This is probably caused by a bug in the udev scripts.18:07
jonojohanbr: right18:07
jonojohanbr: is there anything else I can do to help fix this?18:08
johanbrjono: Maybe also attach the contents of 70-persistent-net.rules. I'm not sure why you can't connect, though. This bug should just be cosmetic.18:09
jonojohanbr: will do, what do you mean by cosmetic?18:10
johanbrThat apart from your interfaces having weird names, it shouldn't hurt anything.18:10
johanbrYour connection problem may be a separate issue.18:11
jonoright18:11
jonojohanbr: see https://bugs.edge.launchpad.net/ubuntu/+bug/205215 no18:17
jononow18:17
ubotuLaunchpad bug 205215 in ubuntu "Wireless networking broken in Network Manager" [Undecided,New]18:17
jonoadded the udev bits18:18
jonoand some details of the network card18:18
xhakerjono: bug 205215 i've just commented18:35
ubotuLaunchpad bug 205215 in ubuntu "Wireless networking broken in Network Manager" [Undecided,New] https://launchpad.net/bugs/20521518:35
xhakerjono: you also do not need a restricted driver since the driver for 3945 no longer needs the binary only daemon from the previous driver ipw394518:37
jonoxhaker: will try editing the file now18:41
xhakerjono: it should work after that, but someone needs to do some migration script18:43
nosrednaekimhey, is there someone here who is familiar with the system-config-printer code?18:58
=== kylem_ is now known as kylem
slangasekpitti: no problem :)19:03
slangasekslomo_: mono-tools> nice, thanks :)19:03
slangasekjono: there is no 2.6.24-14 kernel in the archive, what exactly are the kernel versions you're seeing on your machine?19:06
ion_Wow, sabdfl has apparently been funding GEGL development. Awesome.19:10
sebbarhi, is there a reason why xv isn't in the repositories?19:17
sistpotysebbar: imo it was removed from unstable ages ago, so we followed debian there19:21
sebbarsistpoty: hm that's a pity, I think it still has quite a user base (at least it's the standard tool at my university...)19:23
=== sdh_ is now known as sdh
mjg59There were distribution issues19:24
sistpotydoko: can you give back hslogger on sparc? Thanks!19:42
dokosistpoty: done19:44
sistpotythanks!19:44
=== astro76_ is now known as astro76
lagaslangasek: can you enlighten me how to tell d-i (or whatever is responsible on the alternate disks) to install a udeb?20:19
slangaseklaga: is this a udeb that you're including on a CD?20:29
lagaslangasek: yes.20:29
slangaseklaga: do you want it installed unconditionally?20:29
lagaslangasek: no.. only when the users chooses it in gfxboot. we've already got the part in place (copied from LTSP). that's our current preseed: http://www.pastebin.ca/95311320:31
laga(although i have noticed that mythbuntu-client-builder/run is the wrong template name, maybe it'll work automagically once it's fixed? i have *no clue* how d-i works)20:31
slangaseklaga: hmm, that's more complicated than I was thinking20:35
lagaslangasek: i think LTSP is doing the same with ltsp-client-builder. i just dont know how they do it20:36
slangasekI don't either20:36
lagai'll have to bug ogra then..20:37
superm1well maybe at least get the template fixed right now20:37
superm1and see if that resolves it20:37
slangasekI would be inclined to just make the udeb a priority: standard udeb, and give it a postinst that only triggers based on the preseeded values20:37
lagaslangasek: okay. and how do you make it so it gets installed?21:40
slangaseklaga: if it's to be installed unconditionally, you can do that just by setting the udeb package priority right21:53
slangaseki.e., Priority: standard21:53
bigondoes somebody know who is in charge for calling external thumbnailers on gnome? nautilus?21:59
sistpotydoko: I guess you don't have a quick fix to the build failure of atlas on i386 as well (https://launchpad.net/ubuntu/+source/atlas/3.6.0-21.1ubuntu2/+build/510163)... If not, I'll upload a version, which simply doesn't bail out on failed tests, though I know that's not fixing the real bug :(22:02
sistpoty(of course any good advice would be highly appreciated as well ;)22:04
dokosistpoty: I don't care that much, of course if you could get a working 3.8 into hardy, that would be even better22:05
dokobut kmap already tried, it's non-trivial22:06
sistpotydoko: I doubt I have the skills to do so... atlas is a beast for me22:06
dokonot just for you22:07
lamontdo we still support 486 machines, or is pentium the new bottom-class machine?22:08
sistpotyheh22:08
dokolamont: yeah, we should drop that for hardy+122:12
lamontdoko: meh.22:12
lamontthey're still nice machines...22:12
lamontand fast with no fans :-)22:12
dokolamont: and please fix gcj for hppa ;-p22:13
* lamont tries to remember which of the languages he doesn't know is implemented by gcj22:14
sistpotylamont: do 486 machines exist with enough mem to actually install hardy? I know that p5 exist with large mem, but 486?22:14
slangasekI was going to joke that it was the "GNU compiler for Japanese", but then I remembered22:15
Nafalloslangasek: not that big difference or what? ;-)22:15
slangasekNafallo: that fails the "that lamont doesn't know" criterion22:16
lamontslangasek: heh22:16
Nafallo:-)22:16
lamontsistpoty: nfc.  I think I have one out in the shed - maybe I'll give it a go22:16
lamontminimal install, of course.22:17
ion_What's a typical amount of memory for a "high-end" 486 box? 32 MiB? I think that should be enough for hardy (that is, ubuntu-{minimal,standard} installed)22:17
dokono, we should just have 686 as the default for hardy+122:17
Nafallodoko: agreed22:17
dokoanything else should be built as an embedded target22:17
lamontit's also possible that gcj is one of the packages blocked on waiting for debian to switch over to nptl so that enough people care that the (alleged) bugs in hppa's nptl impl get sorted.22:17
ion_At least 64 MiB is far more than enough. :-) (Running on a laptop with 64 MiB of RAM right now)22:17
sistpotyion_: I tried imo dapper once with an 8mb laptop. I stopped, after locales generation wasn't finished after a night ;)22:18
ion_Hehe22:18
lamontdoko: what I need is a small and simple test program that reliably fails.  gcj doesn't fit the "small and simple" criteria.22:20
dokolamont: a HelloWorld.java does fail22:21
lamontalso not exactly "small and simple" once it drags in the jre.22:23
dokolamont: yeah, but apparently *this* is the problem. the testsuite itself looks ok22:28
lamontdoko: there should be a porter machine for hppa sometime soonish22:29
dokolamont: that would be cool, although I do offer my A500 to everyone who wants to have access22:30
lamontcool22:30
ion_My brain has been hardwired to expand "A500" as "Amiga 500".22:30
dokoyour brain is likely to fail ...22:31
lamontion_: doko has that m68k hppa emulator running there22:32
ion_lamont: :-)22:33
* lamont undertakes to understand why gnome-screensaver needs to have read access to /var/lib/misc/shadow.db when 'db' is present in nsswitch.conf22:33
dokoI refuse to setup this beast on amd64 as well ,-p22:33
lamontbecause, well, that's stupid22:33
lamontand making gnome-screensaver run sgid shadow doesn't help, since it politely throws away all its privs, or some such22:39
jdongah, beautiful bug22:46
jdongnetworkmanager CPU-spins connecting to a WPA2 network22:47
* lamont ultimately just files bug 20534523:12
ubotuLaunchpad bug 205345 in gnome-screensaver "if passwords are in nss 'db', gnome-screensaver requires world read access to shadow.db" [Undecided,New] https://launchpad.net/bugs/20534523:12

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