/srv/irclogs.ubuntu.com/2008/06/05/#ubuntu-devel.txt

calcis there a way to break a rules run via a command, eg exit 1 or something?00:11
calcif it finds a problem to force the build to fail?00:11
Keybukcalc: as in debian/rules ?00:13
calcKeybuk: yea00:29
calcso i guess something to throw an error for a makefile00:29
Keybukcalc: then yes, you can just exit 100:29
calcok thanks :)00:30
calci didn't know if there was a more correct way to do it00:30
emgentheya00:30
calcemgent: hi00:30
emgentcalc: heya :)00:30
calci'm adding a test to make sure i stop forgetting to apply the Desktop renaming patches for OOo00:31
calcforcing it to kill the build if i do :)00:31
emgenthard work for OOo :ç00:32
Keybukcalc: at the beginning of the build, I assume? :p00:35
calcyea00:36
Keybukyou wouldn't want to wait a week to find out00:39
nixternalmneptok: 1 hour 15 minutes, come and get your membership!00:45
nixternalcgrega1: 1 hour and 10 minutes until membership meeting!00:49
nixternalawalton__: same for you ^^ 1 hour 10 minutes00:49
cgrega1nixternal: Yep.....00:53
awalton__nixternal, thanks.00:53
nixternalno prob00:54
daxro1Hey all00:55
daxro1Is there know problem with  Intel 82801G (ICH7 Family) HDA Controller (rev 02), it was working on a fresh install upgraded and now it fails , I have asked in #ubuntu but no answers , so off topic not funny00:57
daxro12.24.16 used to work not after update to 2.24.1800:58
daxro1Its a sony laptop , also suffering from the acpi problem00:58
mneptoknixternal: yeah, i will if i can00:59
ffmAny idea when we'll get FXrc(1|2) in proposed?01:13
Picifx?01:14
sladenrc?01:16
ffmPici: Firefox.01:16
daxro1I think the problem is the sony-pi module01:16
ffmPici: release candidate 1/201:16
Piciffm: RC1 is in proposed.01:16
Piciffm: Also, someone just asked that on the sounder list, and got the reply that its undergoing testing, but may make it to -updates next week01:18
ffmPici: not on my mirror...01:18
ffmPici: cool.01:18
Piciffm: I am not a developer, but I know that not all the repositories have proposed, I had to move to the main server to get those01:19
mouzI'm learning about packaging and I'm reading developer pages. Now I see a package (motion) not having 'ubuntu' in the version string in the changelog file. Is that wrong? Or is that right for some kind of packages? I asked on #ubuntu but there was no answer.01:33
TheMusomouz: If the changelog file has the word unstable next to the version number, this means that the package was imported from Debian.01:35
TheMusoWhereever possible we use packages directly synced from Debian.01:35
pwnguinits much easier that way ;)01:36
mouzIs that an automated procedure then?01:36
mouzTheMuso / pwnguin : so if there's something wrong with the package, and I want to do something about it: contact upstream?01:38
pwnguinyou know how dns works?01:39
TheMusomouz: If the fix can be made in Debian, yes is better to do it there, or even upstream from Debian if its not specific to Debian/Ubuntu packaging.01:39
pwnguinmouz: start with ubuntu and work your way up; make sure it's not specific to ubuntu before pestering any upstreams ;)01:40
pwnguinnobody likes hearing their openssl is broke when it's just debian and those who branched from them :_01:41
mouzpwnguin: I think I need to create a debian environment: I *think* it is a problem upstream, but I'm not 100% sure.01:41
pwnguinthats the challenge I run into. it seems silly to file bugs against debian without actually testing on a debian platform01:43
ScottKpwnguin: That or knowing enough about Debian/Ubuntu differences to know if testing on Ubuntu is sufficient (it often is).01:45
ScottKVirtual machines are easy enough to set up that testing on Debian isn't so hard.01:45
mouzScottK: would you have a suggestion what virtual machine?01:46
pwnguinmostly i stick to the fun stuff -- x toys and the kernel01:46
* ScottK hands pwnguin https://help.ubuntu.com/community/KVM01:47
pwnguinoh that sounds like oodles of fun01:48
pwnguinfortunately, neither of my machines appears to support it01:49
pwnguinScottK: besides which, the kernel doesnt come from debian :P01:49
ScottKIf it's kernel, then it definitely doesn't go to Debian.01:50
pwnguinthat reminds me, im supposed to rebuild and test something for the sdchi guy01:50
ScottKpwnguin: https://help.ubuntu.com/community/VirtualBox is also good.01:51
* wgrant uses a chroot in most cases.01:51
pwnguinmouz: at any rate, you've got a couple vm suggestions now01:51
mouzyes. thanks TheMuso, pwnguin, ScottK: I now can proceed :)01:52
wgrantOoh, new policy.01:52
ScottKwgrant: Yes?01:52
ajmitchwgrant: where?01:52
wgrantThere hasn't been a big new one in a while.01:53
wgrantajmitch: debian-devel-announce.01:53
ajmitchah01:53
ajmitchnothing too major01:55
calchow do i test for return code in a debian/rules file?01:56
calceg:01:56
wgrantNo, looks like formalisation of lots of common practices.01:56
calchttp://pastebin.ubuntu.com/17048/01:56
calcthe echo $? seems to return 'ooo-build/configure'01:57
calcinstead of the return code01:57
slangasekbecause you have to escape the $ character in makefiles by doubling it01:57
calcah so $$? ?01:57
slangasekyes01:57
calcok thanks :)01:58
pwnguinheh01:58
pwnguinso there wasnt a Homepage field before today?01:58
wgrantNot in policy.01:59
calcgreat that fixed the code to properly fail now :)02:02
ScottKpwnguin: In Debian policy tends to define current practice, not lead it.02:06
calcliw: ping02:19
iwksehi, i'm testing on some themes with usplash and with one strace shows a series of vm86old(0xb7d1cc8c)                     = -1 ENOSYS (Function not implemented)02:51
iwksewhat have to do usplash with vm86old?02:51
pwnguinvideo routines i think02:55
pwnguinif you check out the dependency chain of usplash, it goes to libx86, which is used to make "real mode" calls, probably to write to video hardware02:57
iwkseyes..02:57
iwksethere's a comment in lrmi.c about it02:58
iwkseused to syscall 11302:59
TheMusoAnybody got an idea whats going on here? This is building in an intrepid chroot: http://www.pastebin.ca/1039152 The function where the problem lies is here: http://www.pastebin.ca/1039154 The bits/socket.h file gets included at the top of the c file in question.03:14
StevenKTheMuso: My guess is the C compiler can't figure out the length of ucred, perhaps the header file that the typedef'd struct is defined in needs to be shifted down03:18
TheMusoStevenK: Yeah worth a shot, thanks for the idea.03:19
=== asac_ is now known as asac
TheMusoNo good it seems. The fun part is that the file in question has code in it for at least Linux/Unix and Mingw32/Windows.03:38
TheMusoSo the include can't really be moved further down, if only a few lines, which makes no difference.03:38
TheMusoAs there are tons of #ifdefs etc.03:39
StevenKTheMuso: Run the code through gcc -E (the pre-compiler) to see if you can resolve the struct by hand?03:40
TheMusoStevenK: Ok.03:41
StevenKTheMuso: That advice might send you over here with a bat03:42
TheMusoStevenK: I don't know about that, it gives me something new to learn about at least. :)03:43
mdomschpitti, superm1, ping re dkms03:47
superm1hi mdomsch03:48
superm1what's up?03:48
mdomschsuperm1, #23735803:48
superm1bug 23735803:48
ubottuLaunchpad bug 237358 in dkms "dkms_autoinstaller does not support install with --force" [Undecided,New] https://launchpad.net/bugs/23735803:48
mdomschI'm confused03:48
superm1so i suppose it depends on how it was dkmsified03:49
mdomschsay I have linxux-2.6.24-14.xx-generic installed03:49
mdomschand they bump the ABI03:49
superm1but in any case, AUTOINSTALL=yes should handle this fine03:49
mdomschso new linux-2.6.24-15.xx-generic gets installed03:49
mdomschwhy wouldn't dkms autoinstall "just work" - why would --force be needed?03:50
mdomschand if it's _not_ an ABI bump03:50
mdomschso -14.xx -> .14.yy03:50
superm1i think we need to see martin post his package here to see a little better what the situation is03:50
mdomschunless /lib/modules/2.6.24-14-generic gets deleted then re-created03:50
mdomschyeah, ok03:51
* mdomsch adds a note to the bug03:51
superm1pitti, can you post it to a bzr branch and link it to the bug?03:51
superm1honestly i still haven't used any of the mkdeb framework for doing dkms packages03:52
superm1i still feel comfortable doing them by hand03:52
superm1i should start using mkdeb instead03:52
mdomschand improve mkdeb then03:53
mdomschI put it together based on how we did it with RPMs03:53
mdomschnot that I'm 100% happy with that - but it's worked fine for several years now03:53
superm1well i'm not happy with the idea of storing a tgz inside the deb for the source stuff03:54
superm1it seems unnecessary03:54
superm1the deb itself can just house usr/src/blah-version03:54
superm1that's mostly why i've done then by hand03:54
mdomschthat came about because of a marketing requirement (much as I hated it) to be able to have source-less packages03:55
mdomschfor a few big customers who were scared that "bad things could happen" if they even had the source03:55
mdomschI haven't heard that concern in quite a few years now though03:55
superm1well sourceless packages are still possible without putting the tgz stuff in there, just take usr/src/ out of debian/install03:56
superm1i'll sit down with you over lunch one day and you can explain to me more why it was like that03:57
superm1and what's feasible to change03:57
mdomschmost of it's feasible to change :-)03:57
mdomschespecially on ubuntu03:57
mdomschas so few packages exist that have used mkdeb yet03:58
mdomschI'm completely open to any better way to do packaging03:58
ion_It would be kind of nice if the chunk of common code in dkms’ mkdeb postinst file were in a file provided by dkms and the postinst just sourced it.04:02
superm1yeah that's a nice idea04:04
mdomschion_, agreed04:04
impulzehm04:06
impulzecould i make a proposal somewhere? ;p04:06
impulzei'm currently setting up crypted root for a friend of mine and i created a hook which can be used to decrypt key-files with gpg04:06
impulzeseems to work pretty good though04:06
encryptzare there any scripts run against the vanilla kernel to remove binary blobs, etc?05:07
encryptzas debian does on there kernels?05:07
encryptzif so, where can i find them? i'm looking to compile my own kernel05:08
TheMusoHrm seems the dmsetup command doesn't like the -18 kernel.05:46
TheMusoGive me a sec and I'll get output.05:46
TheMusoThis is what I get with sudo dmsetup info, this is with 2.6.24-18-generic on amd64. http://www.pastebin.ca/103922705:49
TheMusomeh I  didn't have the damn driver loaded.05:50
* TheMuso slaps himself.05:50
* StevenK was about to ask ....05:50
dokoslangasek, pitti: time to move tcl8.5 and tk8.5 to main?06:07
pittiGood morning06:10
pittidoko: yes, think so06:10
ScottKpitti: Do you plan on continuing to use guidance-backends for jockey?  If so, is there a way I can talk you out of it?06:11
pittiScottK: I'm happy to switch to something else; what would be better?06:11
pittiScottK: (I saw your scrollback)06:11
ScottKtseliot is writing a new one.06:11
pittiScottK: right, I was going to look at that one06:11
ScottKFundamentally I xorg.conf parsing is on the way out.06:12
ScottKI/I think06:12
ScottKMy goal is to kill Guidance as dead a possible in Intrepid.06:12
ScottKMythbuntu is the only other user and they'll follow your lead.06:12
pittisuperm1: I'll give some more details on the bug06:13
* ScottK notes the time in the US and decides to head for bed.06:13
superm1pitti, if at all possible, can you publish a branch?06:13
superm1it's be best to be able to experiment with the issue first hand06:13
pittisuperm1: I don't have one ATM, but I can post my dkms.conf generation script, and the tarball06:14
superm1okay06:14
superm1thanks06:14
pittisuperm1: odd, I thought I described the problem quite clearly06:14
superm1yeah but it shouldn't be happening06:14
superm1so something seems fishy about it06:14
pittisuperm1: well, then dkms shouldn't provide the --force option for install at all06:15
pittiand just implicitly assume it, or so06:15
superm1well it shouldn't be needing to force though is the thing06:15
pittieither we need it in both places, or not at all06:15
pittisuperm1: but how can it not?06:15
superm1it should be able to just "install" without the force06:15
superm1that's what dkms_autoinstaller is supposed to take care of06:15
pittisuperm1: I can't avoid the improperly versioned modules06:15
pittiI need the kmods from my package, and they need to replace the ones from linux-generic, even without having a new modversion06:16
superm1right06:16
superm1so if you use AUTOINSTALL=yes06:16
superm1instead of AUTOINSTALL=smart06:16
pittithus I need install --force06:16
superm1then they should take precendence without the force06:16
pittisuperm1: I don't use smart06:16
pittisuperm1: it's not a matter of precedence06:17
pittisuperm1: it's a matter of the installation failing, since the 'version sanity check' barfs and aborts06:17
superm1oh hmm06:17
pittionce I --force it through, it works just fine06:17
superm1okay well post what you can here, i'll experiment when i get into the office in the morning and sort out a solution with matt06:18
pitti(what's "smart", BTW? it's not documented)06:18
pittisuperm1: right, I will; thanks!06:18
pittisuperm1: oh, for bug06:19
pittibug 21895506:19
ubottuLaunchpad bug 218955 in lirc "upgrade to hardy breaks lirc 0.8.3pre1 kernel modules" [Undecided,Fix committed] https://launchpad.net/bugs/21895506:19
pittisuperm1: you need sponsoring?06:19
superm1yes06:19
pitti'kay, will do06:19
superm1great thanks :)06:19
pittisuperm1: for intrepid, is there a source pkg? or is it all in bzr, I just checkout and debuild?06:21
superm1pitti, for intrepid grab the orig.tar.gz from lirc.org, and then debian/ is in bzr06:21
superm1i haven't added a get-orig-source rule because it's very rare that upstream actually does releases, it's mostly been snapshots of different varieties06:22
superm1hm so i thought AUTOINSTALL=smart was supported, but maybe i'm mixing something else up with it06:24
pittigrep smart /usr/sbin/dkms doesn't give anything, neither in the manpage06:24
superm1yeah that's what i was checking too06:24
superm1i'll have to check with the colleague of mine who was referencing it in the first place tomorrow06:25
pittiargh, /me radiates hate to that silly sf.net thing where you click on a .tar.gz link and it just saves a html page06:26
pittiasac: which of the two epy's with identical changelogs should I accept for SRU?06:29
pittisuperm1: ok, all done06:32
pittiKeybuk: argh sysvinit argh; still no luck, apt refuses to upgrade over it06:34
MithrandirKeybuk: I'm around now06:36
moquistogra: if you could take a look at my latest upload I'll appreciate it: http://revu.ubuntuwire.com/details.py?package=moodle06:40
pittiasac: ah, the bug report makes it clear06:53
Hobbsee_afternoon06:59
liwcalc, pong06:59
TheMusoAfternoon Hobbsee_.07:01
Hobbsee_TheMuso!07:03
Hobbsee_how goes it?07:03
TheMusoHobbsee_: Not too bad. Yourself?07:05
Hobbsee_TheMuso: uni's almost over for the semester.  \o/07:05
TheMusoHobbsee_: Awesome.07:05
RAOFHobbsee_: Yeah.  This is good.  Less tutorialising, more writing up.07:06
RAOFOh.  Wait. :(07:06
StevenKRAOF: Less students ...07:06
pwnguinjeebus, not done in june?07:06
pwnguini guess its winter down there07:06
RAOFStevenK: Yeah, that's actually nice.  Lower average wait time for coffeee!07:07
RAOFI seem to have shipped Hobart winter weather up to Sydney, though.07:08
StevenKYes, you bastard.07:08
StevenK:-P07:08
RAOFWell, except for the fact that the temperature is roughly double what it would be in Hobart :P07:09
RAOFHere's an interesting question: do we want to sync nouveau from debian experimental?07:09
RAOFActually, now that I think of it, the answer is 'hell, no!'.07:10
pwnguinaww07:10
* persia trusts RAOFs decision, but doesn't understand it: surely only very few would install such a thing07:10
RAOFpwnguin: Sorry.  I don't want to maintain the 3d stack, thanks :P07:10
RAOFpersia: That's what _you_ think.  It's in experimental because it needs a git-snapshot of libdrm.  rdepend of * :)07:11
RAOFFor values of07:11
persiaRAOF: And this is why I trust you for all things nouveau: you actually have the answers :)07:11
RAOFfor values of * equal to anything X or 3d related.07:12
pwnguini didnt kno debian had gallium in experimental07:12
Hobbsee_RAOF: hah.07:12
RAOFIt's possible that libdrm will see a release before Intrepid freeze; if so, I'll be asking to sync nouveau.07:12
RAOFpwnguin: It doesn't.07:12
Hobbsee_RAOF: don't you have to mark the exams too?07:12
pwnguinthen whats this 3d stack07:13
RAOFpwnguin: libdrm contains the kernel modules and associated library for the direct rendering manager.07:13
pwnguinwhich doesn't have 3d in particular07:14
RAOFThe 3d stack (or, technically, the usermode 3d DRI drivers) depend on libdrm, as does X.07:14
pwnguinright07:14
RAOFAlmost all X drivers (aka DDX) do *not* require a drm component; nouveau does, because it's entirely new and all drivers are moving towards having a drm component.07:14
pwnguinRAOF: i think we've talked about this before07:15
RAOFProbably. :)07:15
pwnguini can certainly understand not wanting to handle libdrm207:15
pwnguinas part of ubuntu07:15
pwnguinjust thought it was wierd that you called it the 3d stack07:15
RAOFIt's the very bottom of the 3d stack :)07:15
RAOFIt also happens to not be entirely about 3d.07:16
pwnguincomputer stacks grow down ;)07:16
Mithrandirdepends on the architecture.07:17
pwnguinactually, the next time someone decides to tell me that counting from 0 makes sense in C, i'll ask em to draw a stack07:17
pwnguintake that "its more intuitive because its how the hardware works"07:18
RAOFArrays are a lie in C anyway.07:19
pwnguinoh?07:19
RAOFarray[foo] <=> *(array + foo)07:19
pwnguinyes...07:20
pwnguinim not sure thats a "lie"07:20
RAOFIt is.  There is no "Array".  There's just a bunch of bytes, and a pointer to the bottom.07:20
RAOFOr top.07:20
RAOFOr, anywhere, really.07:20
Mithrandiralso array[foo] == foo[array]07:21
pwnguinso what exactly is an array, do you think?07:21
* StevenK is reminded of "There is no spoon"07:21
pwnguinMithrandir: you'd have to have a pretty lenient typing to pull that off07:21
RAOFI'd say an array is an object that contains a fixed number of indexable subobjects.07:22
RAOFThis makes it impossible for C to have an array, except by convention.07:22
pwnguinit's all convention07:22
RAOFOnly in C.07:23
pwnguinjust some conventions are enforced by runtime and compilers ;)07:23
RAOFRight.  There is no gravity, it's just a convention the universe enforces :P07:24
pwnguinwell, computer programmers are designers of systems; in a sense, we're determining whether gravity exists or not07:24
RAOFThat's probably enough semantics for now.  Is python-gnome2-extras installable yet?07:24
RAOFOr should I actually ask to have various things deliberately rebuilt, rather than waiting for new versions to provoke a rebuild.07:25
Mithrandirpwnguin: http://rafb.net/p/bKyL9r10.html compiles fine without warnings with gcc -Wall07:26
tjaaltonRAOF: what about the kernel modules, those should be updated too?07:26
pittimvo: CRACK ATTACK! https://wiki.ubuntu.com/IntrepidImprovedLinuxMeta07:30
* wgrant wonders why we are letting X servers loose.07:34
mvogood morning pitti07:36
* mvo read07:36
Hobbsee_wgrant: chain them up!07:36
Hobbsee_mvo: no, you can't play crack attack.07:36
RAOFtjaalton: Updated in what way?  The libdrm-snapshot in experimental provides a drm-modules-source package for module-assistant.07:36
=== nijaba` is now known as nijaba
tjaaltonRAOF: oh, ok07:37
RAOFFor Ubuntu I suppose I could look into DKMS, but it's not really a priority.07:38
tjaaltonright, and if 2.3.1 is enough, we should be able to pull the needed bits in the kernel07:38
tjaaltonunless the nouveau guys are constantly changing/breaking things ;)07:39
RAOFI think it's been a while since the last drm/DDX incompatibility.07:40
tjaaltonthat's good07:40
pwnguinif they werent breaking things, wouldnt it be time to put drm into mainline kernels/07:40
RAOFNo; they're waiting for the great GPU memory manager wars to decay enough to have safe levels of radiation I think.07:41
tjaaltonpwnguin: it already is, but the stable version is 18 months old07:41
pwnguinMithrandir: does that snipped work out on a 64bit platform?07:41
dholbachgood morning07:41
tjaaltonmorning, dj holbach ;)07:42
dholbachhiya tjaalton :)07:42
RAOFIf worst came to the worst, we could posibly push the nouveau drm module into linux-ubuntu-modules.07:42
tjaaltonRAOF: I still have some optimism left ;)07:43
liwtjaalton, hi there07:46
mvohey dholbach07:46
tjaaltonRAOF: how closely have you been following The Great Memomy Manager Wars?07:46
tjaaltonliw: howdy07:46
dholbachhey mv07:46
dholbachmvo :)07:46
RAOFtjaalton: Not very much.  I basically trawled the archives a week or two ago for the burning remains.07:47
tjaaltonRAOF: I mean, it's like redhat/tungsten are doing a lot of ttm stuff lately..07:47
tjaaltonand isn't jesse barnes an intel guy? he's been doing that too07:48
tjaaltonso it's "only" anholt and keithp doing GEM07:48
RAOFThat's not an uninfluential "only", though.07:48
pittimvo: hm, the removal of aptitude, libept0, and tasksel in intrepid (in favor of new apt) is your bug, not related to my sysvutils mess, right?07:49
tjaaltonRAOF: hence the quotes ;)07:49
RAOFWhere's that list gone, again?  I feel the need to catch up ;)07:49
pwnguinwell, if intel can't decide what they want07:49
tjaaltondri-devel07:50
RAOFAaaah, of course.07:50
tjaaltonthe thread died a while ago07:50
pwnguindo you really want to place a bet?07:50
tjaaltonapparently r6xx docs are about to be released07:50
pwnguinMithrandir: well, you've convinced me. there are no arrays in C. just collective delusions07:52
mvopitti: possible, I need to check, I think I didn't break the abi, I will investigate07:53
\shmoins08:10
pittisoren: when you merge dnsmasq, can you please stop using "multiuser" for update-rc.d? It's deprecated; please use sth. like "update-rc.d dnsmasq start 20 2 3 4 5 . stop 80 1"; this change can then be sent to Debian, too08:11
pittisoren: that's our only change (LSB init script is in Debian now), so if they adopt it, we can sync again08:11
Mithrandirpwnguin: 64-bit> yes, that's all I have those days.08:11
pittisoren: same for rsync08:13
siretartpitti: you like the game 'crack attack'? ;)08:17
pittisiretart: it's all StevenK's fault08:17
pwnguin<-- pwns at crack-attack08:18
dholbachwoohoo - crack-attack!08:18
dholbachso what are the high-scores in here? :)08:18
pwnguini had a high score of 2500 or so. donno if that's subject to inflation08:18
StevenK7000 or so ...08:19
RAOFjml pwns me at crack attack.08:19
dholbachholy cow!08:19
pwnguinit's all in the first few minutes08:20
pwnguinget a huge combo at the start, and you can chain it while garbage transforms08:20
* dholbach realises that he's not going to win this contest and goes back to work ;-)08:21
StevenKpwnguin: When my machine stops running something CPU intensive, I'll play you :-P08:25
pwnguinheh08:25
pwnguin7000 seems unreal08:25
StevenKLike most high scores, it can't be easily replicated08:26
pwnguinstill, its like 20 standard deviations away from my average08:27
StevenKWhat's your average?08:27
pwnguinsomewhere in the 2000's08:27
* StevenK mostly plays the Medium AI08:27
pwnguinhuh08:28
pwnguini usually play none08:28
StevenKpwnguin: Yeah. None means no AI. Try Medium08:29
pwnguinthats not a score08:29
StevenKNope, since it simulates a network game08:29
asacpitti: sorrry. cant you see the which was uploaded later ... otherwise the one with the smaller sized diff.gz :)08:31
asacbut isnt that important. the first one just contain an ununsed patch ;)08:31
pwnguinStevenK: if you want a real challenge i have a set of colorfilters you can try ;)08:31
seb128hey asac, thanks for fixing epiphany-browser ;*)08:32
StevenKpwnguin: Try None set to Xtreme :-P08:32
asacseb128: yeah ... another night thing. let me know if download is now as fixed as you want it ;)08:33
asacpitti: did you accept midbrowser?08:34
asacthanks08:34
asacpitti: ok. have updated mails to be sure ... please let midbrowser in ;)08:37
pittiasac: I got the right one (with the smaller patch), yes08:38
pittiasac: mid> not yet, will do in a bit08:38
asacgracias08:40
sorenpitti: Was update-rc.d's multiuser option's deprecation announced somewhere? I seem to have missed it :(08:48
pittisoren: I just sent a mail to u-d-a@08:49
pittisoren: I thought it would just affect 5 packages, but it's some more (26), thus I wrote an announcement now08:50
Hobbsee_dholbach: you beat my hy score.08:53
Hobbsee_if that makes you feel any better.08:53
sorenpitti: Ah, ok. The TearDown wiki page should probably be changed, too.08:55
pittisoren: right, I'll do that once the announcement hits the ML archive08:55
* soren hugs pitti08:56
Hobbsee_dholbach: (the latency in reply is due to the failing of the connection via wet string)08:57
pittiargh, my mail queue is stuck08:57
pittipiware.de [213.9.79.162] 25 (smtp) : No route to host08:57
pittiWTF??08:57
soren$ nc 213.9.79.162 2508:57
soren220 box79162.elkhouse.de ESMTP Postfix (Debian/GNU)08:57
sorenwfm08:58
pittiright, and it works for other ports, too08:58
pitti*#$(#$* ISP08:58
Hobbsee_pitti: come to the land of wet string!08:58
dholbachHobbsee_: StevenK seems to be the master of crack-attack :)08:58
Hobbsee_(90% packet loss here for you!)08:58
Hobbsee_dholbach: yes, seems so.  then i should never play him.08:59
StevenKpitti: Your ISP is now blocking outgoing port 25?08:59
* Hobbsee_ is not so much a fan of getting belted into the ground.08:59
pittithere they go09:00
\shpitti, you need a reliable mail provider? ;)09:04
pitti\sh: my server is fine09:04
pitti\sh: I need a reliable ISP09:04
\shpitti, who is it for you? :)09:05
pitti\sh: http://www.fbn-dd.de/09:08
\shpitti, use hosteurope or hetzner or someone else...those isp you can kick if they do something really stupid :)09:10
pitti-ENODSL09:10
pittisoren: changed Teardown wiki now09:10
pitti\sh: again: I can't get DSL here09:11
pitti\sh: two years ago they built a shiny VDSL node in the vicinity (to handle the fiber lines here), but now there are no ports left09:11
\shpitti, grmpf...mv pitti /dev/bw/au+rhein ; install -m 755 /usr/bin/cable /home/pitti/House ; convert pitti_sadness pitti_happyness09:13
pitti:)09:14
=== tkamppeter_ is now known as tkamppeter
=== fta_ is now known as fta
\shhmmm...09:51
\shwhat is the default "make -j" counter inside the ubuntu build system?09:52
Mithrandir109:52
\shhmm09:52
asacpitti: do you need any infos for midbrowser?10:17
asacthe build was pre-QAed from https://edge.launchpad.net/~ubuntu-mobile/+archive10:18
\shany sane way to set global makeflags , without using the env?10:19
pittiasac: no, should be fine; just accepted10:19
pitti\sh: in the new world, "CFLAGS=-O3 dpkg-buildpackage", IIRC10:20
asacpitti: rock! ... hope thats it for this run ;) thanks for your great work on this10:20
pittihm, not sure whether this has already been implemented...10:20
\shpitti, well, i was more thinking about a global conf file for this...but reading Dpkg::BuildOptions is just using ENV..grmpf I need to set it globally inside a chroot10:20
asacplease us -Os ;)10:21
pitti\sh: you can install hardening-wrapper and modify it accordingly10:21
\shpitti, or misusing /etc/environment10:22
\shI just need to find a sane way to use all of the cores here10:24
pittiTheMuso: can you please give me a quick heads-up about what will still happen to pulseaudio/alsa in hardy for 8.04.1?10:25
pittiTheMuso: Steve and I need to know what we're still blocking on10:25
asacpitti: btw, i am currently pushing moblin drop the whole xulrunner sources from their archive/tarball .. and do all their development against system xulrunner. So lets hope that in future the tarball will be smaller and thus easier for you to review10:32
pittiTheMuso, jdong: can doko/I please get your yay or nay on bug 237083?10:32
ubottuLaunchpad bug 237083 in openjdk-6 "openjdk-6 SRU for hardy" [Undecided,New] https://launchpad.net/bugs/23708310:32
dokoohh, that's universe ...10:32
pittiKeybuk: hm, seems I don't have the power to set the status of duplicate specs to invalid; can you proxy some for me, or can I get it somehow?10:45
pittiKeybuk: (guest-account, guest-login, and proper-guest-login-on-ubuntu-with-no-password should become obsolete, and gdm-guest-login should be the master spec)10:46
sistpoty|workbryce: thanks for x11-common. kvm works with it, but uses only 800x600 as virtual screen now (probably because the defaults for the monitor vertrefresh/horizsync don't allow a higher resolution)10:54
\shWTF? make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.10:54
hungerWhich version of the telepathy spec will the connection managers shipped by intrepid support (telepathy-gabble et al)?10:56
\shwhen passing -jN to usr/bin/sbuild for dpkg-buildpackage...regarding changelog, dpkg-buildpackage should know about -j10:56
* hunger wants to update decibel to a version that will work well with (k)ubuntu.10:57
DktrKranzpitti, doko: regarding bug 237083, is there any available test case to check if proposed update is good?11:06
ubottuLaunchpad bug 237083 in openjdk-6 "openjdk-6 SRU for hardy" [Undecided,New] https://launchpad.net/bugs/23708311:06
DktrKranzchanges seems quite heavy11:07
dokoDktrKranz: what else do you expect from a new source drop?11:12
dokoDktrKranz: please look at the upstream changelog for a hint what did change11:15
DktrKranzdoko: sure. I'll have a look in a couple of hours, when I come back home. If it is a blocker for you, I can look at it right now.11:16
dokono, looking at it today would be nice11:17
DktrKranzok, then. I'll review code and try to isolate some test cases to help testing process. thanks.11:18
pittiseb128: I copied gtk-vnc, too, and reopen bug 20622711:20
ubottuLaunchpad bug 206227 in gtk-vnc "vinagre fails to connect" [High,Fix committed] https://launchpad.net/bugs/20622711:20
seb128pitti: ah, good, thanks11:20
seb128pitti: libgnomeui can probably be moved too11:21
pittiseb128: hm, evo-exchange has no feedback yet11:21
seb128pitti: the fixes are not easy to try because those are random crashers which have no testcases11:21
pittiseb128: right; I'll add some comments and do some explicit testing11:22
ograand you likely need an exchange setup11:22
ogra:)11:22
seb128pitti: seems that exchange was quite broken, I doubt the update will be a regression11:22
seb128and there was not so many changes11:22
MezHmm - would cowdancer be valid for main? It'd make using it a lot easier (it requires itself to be installed under it's chroots to be used... which, because pbuilder is setup only to use main as a default - means cowbuilder cant create ubuntu chroots by default)11:30
TheMusopitti: The only thing I have really been able to prepare to be fixed is bug 221673 which is a 2-pronged SRU for alsa-lib and alsa-plugins. The flash stuff is somewhat out of our hands till flash 10 goes final.11:35
ubottuLaunchpad bug 221673 in alsa-plugins "ALSA failing with PulseAudio in Hardy" [Undecided,In progress] https://launchpad.net/bugs/22167311:35
jdstrandArneGoetje: what is the proper way to disable 'Ctrl-space' and SCIM? I don't see it in the preferences (I could be blind though)11:38
TheMusodoko: ACK for 237083.11:40
pittiseb128: I take it bug 18783 is fixed in hardy?11:45
ubottuLaunchpad bug 18783 in nautilus "Nautilus Properties incorrectly totals sizes of hardlinked files" [Medium,Fix committed] https://launchpad.net/bugs/1878311:45
pittiseb128: erm, I mean, in Intrepid? in 2.23?11:45
seb128pitti: yes11:46
pittiseb128: cool; I just verified the rest, this can go, too11:46
seb128cool11:46
ArneGoetjejdstrand: language-selector: uncheck support for complex scripts.11:52
jdstrandArneGoetje: thanks!11:53
persiaArneGoetje: Is there a way to turn it off, and still let one of the other Triggers (e.g. Hankaku/Zenkaku) activate it?11:54
persia(where it means "Ctrl-space" and "SCIM" respectively)11:54
ArneGoetjepersia: scim-setup11:55
ArneGoetjepersia: after changing the Hotkeys, you'll need to restart your X session (i.e. logout and relogin) to get the changes into effect.11:56
persiaArneGoetje: Aha.  It's the logging out that caught me.  Thanks :)11:57
pittiTheMuso: right; I was especially concerned about the skipping11:59
pittiTheMuso: which we thought would be worked around with increasing frame sizes; but if it can be patched properly in alsa, so much the better :)11:59
TheMusopitti: Thats not for the skipping.12:00
TheMusopitti: I uploaded a modified pulse to my PPA, some users said it helped, some said it didn't. However, more users are saying -18 kernel is helping more than anything else.12:00
TheMusoThats still up in the air unfortunately.12:00
pittiok12:00
pittiTheMuso: but -18 didn't change anything there, did it? it's just a security update12:00
pittiTheMuso: -19 changes a ton, though12:00
* pitti -> lunch, bbl12:01
TheMusopitti: Right, maybe the users who said it helped skipped 17.12:01
pittiTheMuso: ok; please subscribe ubuntu-sru to that bug once you are sufficiently confident; we should get it to -proposed for wider-spread testing ASAP12:01
pittiTheMuso: thanks!12:02
TheMusopitti: If I had a reliable fix, I would.12:02
Hobbseeso, upgrade to intrepid.  good idea?  bad idea?  insane idea?12:30
persiaHobbsee: http://people.ubuntu.com/~ubuntu-archive/NBS/libperl5.8 might bite you.  Check the rest of NBS as well12:31
Hobbseepersia: hmmm12:32
Hobbseeoh, lovely12:32
Hobbseeeven stuff like aptitude doesn't install, for some reason12:32
ograwho uses that anyway12:32
Hobbseeyeah, well.12:33
persiaHobbsee: Therefore, everyone should upgrade right now :)12:33
ograits just dselect with some extra unctions12:33
ogra*functions12:33
Hobbseeit's more just a matter of wanting to keep the metapackages installed, so i don't miss packages.12:33
persiaogra: I thought dselect was gone, so now we have to use aptitude12:35
ograi still see it in the archive12:35
RAOFHobbsee: This is Intrepid here, right now.  Now that upstart isn't broken, you might be able to upgrade :)12:36
ogra(not that i'D use either)12:36
HobbseeRAOF: heh12:36
* Hobbsee looks for a cd12:36
RAOF?12:37
persiaogra: Thanks!  I thought it was lost forever.12:37
ogra:)12:37
Hobbseeway cool.  this one already has a pre-burnt copy.12:37
RAOFOooh.  I wonder if my shiny new initramfs will actually unlock my crypt device next time I boot?12:38
RAOFIt's always fun to find out :)12:38
\shinfinity, ping sbuild + dpkg-buildpackage -jN + why is it failing for me with N>1 but not with -j1? :)12:53
\shinfinity, sorry...-j2 and N>212:54
=== davmor2 is now known as davmor2_dinner
lamontpitti: submission port is more love than 25...13:02
pittilamont: hm?13:16
lamontMTAs now listen on two ports, you see.13:17
ScottKpitti: Port 25 blocking is pretty common these days.13:17
lamontgenerally13:17
pittiright, I have it listen to 2525, too, and I use that now13:17
lamontsubmission      587/tcp                         # Submission [RFC2476]13:17
ScottK587 is the standardized port13:17
pittiI had just used 25 at home until this morning13:17
pittiaah13:17
metaHi all, sorri if this is the wrong channel, but in #kubuntu/#ubuntu nobody knews the ansver for me as i see. So if i remember well, the livecds mounts automatically the local harddrives. My question is, what is this script's name?13:18
Nafallo25, 465 and 587 :-)13:18
Nafallothree ports :-P13:18
* ScottK hands Nafallo a cookie for completeness13:18
pittiScottK: I think the point of that exercise (for hotel rooms/my #$# ISP) is to *not* use standardized ports :)13:18
ScottKpitti: I've only run into a customer having port 587 redirected once.13:19
Nafalloyay! cookie :-)13:19
ScottKFor your ISP, blocking anything but port 25 makes no sense for anti-spam measures as all they should do it block direct communication to remote MTAs.  Mail submission agents should be fine.13:19
ScottKNafallo: 465 is only needed if you're required to care about older Outlook versions and Outlook Express.13:20
NafalloSSL standard port :-)13:20
Nafalloand force TLS on 25, for clients ;-)13:20
pittimy postfix uses 465 for smtp/ssl13:21
ScottKThat's actually a bit of a misnomer.13:21
ScottKPort 465 is smtps (wrapped port) SSL.  Port 587 is STARTTLS based and could be either SSL or TLS.13:22
ScottKThe only major mail clients I know of that didn't support the STARTTLS method are Outlook (until 2007 version) and OE.13:22
guysoft42mvo, hello :) , are you here?13:24
mvoguysoft42: yes13:27
guysoft42mvo, i was wondering, if its possible to make the updater install extra packages from the ubuntu repository13:27
mvoguysoft42: it is possible, what is your use-case for this?13:28
guysoft42mvo, well i wanted to install a few packages we need in our release, for instance i need python-urlgrabber there, and a few other things13:29
mvoguysoft42: the easiest way is probably to add a "yourDistroNameQuirks(self)" function to DistUpgradeCache.py and run "self["pkgs1]".markinstall()" there in a loop13:31
guysoft42mvo,  i guess ill just add it to my wrapper script.. i just thought you might have hidden something there :)13:43
=== devfil is now known as dfiloni
=== dfiloni is now known as devfil
Keybukpitti: I seem to vaguely remember that I've had this problem before ;)13:57
Keybukwhich is why I never merged the package names13:57
guysoft42mvo, ah.. i was just looking how to use python-apt, when i saw you are a developer in that too. so i guess i have now questions to you as a developer as that13:57
pittiKeybuk: if that alluded to sysvutils, I fixed it now13:57
mvoguysoft42: sure, I'm in a meeting right now, but I will answer when I'm back13:58
Keybukpitti: how did you fix it?13:58
pittiKeybuk: drop the conflicts:, just rely on the replaces:13:58
pittiKeybuk: that should be fine AFAICS13:59
Keybukpitti: you may also want to upload an empty sysvutils package that's not Essential13:59
guysoft42mvo, ok, when shall i bug you then?13:59
Keybukthat way you can remove it in jazzy13:59
pittino other way to fix the pre-depends/conflicts loop13:59
ograoh wow13:59
pittiKeybuk: the first merge had that already13:59
* ogra looks at Keybuk 13:59
Keybukah ok, missed that :)13:59
ograyou recycled an old ltsp spec for gdm-guest-login ?13:59
ografunny :)14:00
pittiogra: well, I'm about to; if I'd ever get to actually writing it14:00
ograpitti, highvoltage will love you :)14:00
ograhe drafted that originally (in paris i think)14:00
hungerAnyone from the telepathy team around?14:03
zSoilworkerdo you have a question about it?14:03
hungerzSoilworker: Yeap.14:04
zSoilworkerthen no.14:04
hungerzSoilworker: Damn:-/14:04
hungerMithrandir: Which telepathy spec version will be supported in intrepid?14:05
NilbusHello, I'm the president of NCSU LUG.  We've decided that we want to contribute to Ubuntu this summer as a special project.  We'd like to squash some bugs and contribute in other various ways. From reading the wiki, it looks like we ought to find a mentor and work under a MOTU.14:05
Nilbusis that right?14:05
zSoilworkerYes, it is.14:06
Nilbusgreat14:06
persiaNilbus: You don't need a specific mentor.  Just start from the wiki, and ask questions in #ubuntu-motu and #ubuntu-bugs, as appropriate.14:06
dholbachNilbus: I'd suggest you check out https://wiki.ubuntu.com/HelpingWithBugs and https://wiki.ubuntu.com/MOTU/GettingStarted14:06
Mithrandirhunger: unsure; bigon might know.14:08
hungerbigon: Which telepathy spec version will be supported in intrepid?14:08
hungerMithrandir: Thanks!14:08
hungerMithrandir: I'd like to update decibel to work well with the telepathy stuff in intrepid, but that damn spec keeps changing all the time.14:09
Robot101well, you could ask us what we're planning to change and when :)14:10
Robot101we could even make a recommendation of which spec version to aim for14:10
Robot101when is intrepid?14:10
* lamont would still like to know why his hardy box has no ck-sessions14:10
lamontRobot101: 8.1014:11
Robot101more specifically, when is the UVF?14:11
hungerRobot101: I do not really care about the spec version, but about the binaries shipped. Those will probably differ from what the spec says anyway.14:11
Robot101well, I can comment on that too14:12
Robot101hunger: which bits concern you?14:16
hungerRobot101: Currently some of the CMs just coredump. They used to work a couple of weeks back. I need to debug that, but I do not want to waste time on debugging random versions;-)14:17
Robot101hunger: hrm... they work here... :) when do they crash?14:18
Robot101I'd not have expected spec changed to cause crashes in CMs14:18
Robot101if they do we're doing something very wrong :D14:18
hungerRobot101: gabble does coredump right after the first message is delivered. It could be something decibel specific, have not really looked into it yet.14:19
hungerRobot101: I have some reports that other CMs behave similarly, but I have not verified that.14:19
Robot101first incoming, or outgoing?14:20
hungerIncoming.14:20
hungerRobot101: I'll look into it once I find some time to do it and have some idea which CM versions will see some wider exposure;-)14:21
Riddellzul: mysql is blocking kde 4 getting installed, any chance of a fix for that i386 fail to build?14:27
zulRiddell: yes its on my plate for today14:29
Riddellgreat14:29
Keybukso, I was chatting to an über-scientist friend of mine last night14:34
Keybukand for no readily apparent reason, we ended up briefly discussing the whole kilobyte vs. kibibyte thing14:35
Keybukand he expressed surprise it was considered a problem14:35
Keybukpointing out something that had never occurred to me before14:35
Keybuka byte cannot ever be an SI unit, and powers of 10 are inherently irrelevant for them14:35
KeybukSI units aren't just able to be multiplied, they must also be able to be divided14:36
Keybuka tenth of a byte is a nonsense unit14:36
Keybukas would be a millibyte, nanobyte, etc.14:36
Keybukbytes are only usefully divisible by powers of 214:37
Keybukso must therefore also be multipled by powers of 214:37
seb128Keybuk: stop chatting there and look at #ubuntu-meeting ;-)14:37
Hobbseethis isn't fair.14:40
Hobbseei'm still on hardy, and gnome is broken.14:40
Hobbseethis machine doesn't even know about intrepid yet :(14:40
stgraberHobbsee: maybe this computer only like unstable softwares and crash with stable ones ? :)14:41
Hobbseestgraber: actually, i think this laptop hates getting gnome of any kind installed at all.14:41
Hobbseestgraber: i actually haven't had to have a war with the installer this time, which is new.14:42
Hobbseeand i suspect that my gnome is broken due to part of an upgrade done14:42
stgraberHobbsee: what's broken ?14:42
Hobbseestgraber: gnome-panel - undefined symbol error14:42
* Hobbsee wills the update to go faster.14:43
seb128Hobbsee: what version do you use? what symbol?14:44
Hobbseeseb128: don't worry, i'm hoping it'll go away in a minute.  i'm just amused.14:45
seb128Hobbsee: I'm not really amused, what symbol?14:45
seb128Hobbsee: and what are you doing?14:45
seb128Hobbsee: !!!14:46
ion_keybuk: A lot of people use millibits. Also grambits. “This video is 20mb in size”, “I have a 200gb hard drive”. :-)14:46
ograseb128, she's upgradng to intrepid and half way through14:47
Hobbseeogra: it appears that this is actually a pre-release hardy to an hardy_updates, but essentially, yes.14:47
seb128ogra: ah, pfiou ;-)14:47
ograseb128, nothing to be concerned about on your side14:47
Hobbseeseb128: if i thought you'd broken something, i'd yell directly at you.14:48
Hobbseeseb128: so if i don't yell at you in the next 5 mins or so, you're OK.  if i do, then you have done something bad.14:48
seb128Hobbsee: well, you mention undefined symbol during upgrade which is still a bit weird14:48
Keybukion_: bit isn't divisible either :p14:48
Hobbseeseb128: yeah, i'm not sure you're supposed to restart X during an upgrade.14:48
seb128Hobbsee: no, you are supposed to use update-manager ;-)14:49
ion_keybuk: But at least we have grambits, thanks to the VWBS technology.14:49
Hobbseeseb128: oh yeah.  i did use that a few times.14:49
Hobbseeseb128: that tends to annoy me, in how it always persists in stealing focus.14:49
seb128Hobbsee: but in fact you should not get undefined symbols, the library should be unpacked first14:49
seb128Hobbsee: it should not display any dialog once it has started downloading and installing things14:50
Hobbseefor a dist upgrade, or the standard upgrader?14:50
seb128any upgrade14:50
seb128maybe there is a depends not strict enough14:50
seb128that's why I'm asking what symbol error you get14:50
Hobbseeah.  unsure, tbh.  i can't seem to get a terminal inside x, due to the lack of gnome-panel.14:51
jkvdwho is on bash14:51
seb128right click on the desktop and create a launcher there ;-)14:52
Hobbseeno right click menu, either.14:52
seb128so nautilus doesn't start either14:52
* Hobbsee is not that dumb.14:52
Hobbseeyeah, i don't think so14:52
seb128you can switch to a vt and look to .xsession-errors14:52
Hobbseemmm14:52
=== mib_n8vzx1 is now known as gaurdro
Hobbseeseb128: you're in luck :)15:09
seb128?15:09
Hobbseeseb128: it all works, when the update finished.15:10
seb128good ;-)15:10
Hobbseeahhh, lovely X.15:11
MacSlowmvo, pitti, seb128: regarding the three patched packages (libgksu, gnome-screensaver, gnome-session) sporting "blinged up" dialogs... I've tested them on GeForce/i965/R200 now on compiz (with and without blur) and metacity (with and without compositor)15:12
pittiyay bling!15:12
MacSlowmvo, pitti, seb128: always works never crashes :)15:12
ograMacSlow, from a classmatePC POV ... is ram usage affected without composite ?15:13
MacSlowmvo, pitti, seb128: pending (and also wanting your feedback) is to use the currently used gradient nor no gradient (uses theme-colors)... also waiting for some artistic feedback from kwwii15:13
ion_macslow: Screenshots, please? :-) I saw the WIP version, but what does the current thing look like?15:14
MacSlowogra, if there is not composite the old look will be used15:14
ogragood :)15:14
ograi need to run my gnome in 100M :)15:14
ograevery byte counts15:14
MacSlowion_, http://people.ubuntu.com/~mmueller/with-or-without.png15:16
MacSlowion_, the nasty "outter frame" of the GtkEntry is fixable (I've something locally here), but for large scale deployment of that some things in gtk+ and the used themes need to be fixed first.15:17
calcliw: ponfg15:21
calcliw: er pong15:21
ion_macslow: The gradient is quite nice, but i’d rather it were brighter. Perhaps the normal background color on average.15:29
pittiMacSlow: I prefer the slightly brighter version, better contrast15:29
Hobbseeargh.15:29
Hobbseenow, i need to upgrade xargs first, right?15:29
Hobbseeer, findutils15:29
Hobbseeyep, that's done it.15:30
ion_macslow: Also, is the text intentionally not black?15:30
MacSlowion_, that's my theme (murrine)15:30
cgreganmvo: Thanks for all of your help with VM builder and UME!15:31
pittitkamppeter: how can I get the ieee-1284 device ID of connected printers again? didn't that work with lpinfo -v somehow?15:41
ffm /part15:41
pittitkamppeter: cups has an API function backendGetDeviceID(), but that's inconvenient to call from a Python program15:43
pittitkamppeter: ah, nevermind me; lpinfo -l -v DTRT15:50
=== lamont` is now known as lamont_
=== lamont_ is now known as lamont__
=== lamont__ is now known as lamont
Hobbseeubuntu is depressingly dull at times.  there was only one piece of breakage in that hardy--> intrepid upgrade.15:56
emgentember: ping15:56
Hobbseei'm sure it should break my X, not boot, or something along those lines.15:56
Hobbseeor break apt15:56
persiaHobbsee: If you really want that, it can be arranged, but you might have to select some alternate packages...15:57
emgentember: is good ask first to work in some packages...15:57
emgentember: ASK to last uploader. remember please.15:58
ograHobbsee, or give one of us ssh access ... we can quickly mees up your system remotely15:58
asacogra: my classmate hangs easily15:58
Hobbseeogra: *grin*15:58
asaclike starting firefox -> hang15:58
ograasac, doing what ?15:58
ograhmm15:58
ograwhich image ? the latest ?15:58
asacits the final hardy version i installed month ago15:58
asacogra: no idea15:58
ograwell, likely15:58
asaci dont track your releases15:59
highvoltageogra: what did pitti do?15:59
ograi didnt build any images after that15:59
ograweird15:59
highvoltageah, gdm-guest-login :-D15:59
ograasac, the prob is that the HW is deprecated :P15:59
asacogra: thats bad. so should i downgrade to gutsy?15:59
ograthe 1.0 is out of production16:00
asacdo you have a gutsy image with ffox 3?16:00
ograno16:00
ograi dont have a usable gutsy image at all16:00
asacogra: so there is no usable image?16:00
ograand i havent seen such stuff on the hardy image16:00
ogradid you upgarde yours ?16:00
Hobbseeoh, nice.  there is something else broken.  vim-gtk.16:00
asacogra: i dont think so ... i think i upgraded to get the latest fixes as you suggested at some point16:01
asacbut that was about the release time16:01
ograhmm16:02
ograwhat does the dskspace say ?16:02
ogra*disk16:02
asachave to boot again16:02
asacwas completely frozen16:02
ograthats really odd16:02
ograworks fine here16:02
asacogra: unionfs is 100%16:03
asacis that the rw disk?16:03
ograthats fine16:03
ograerr, wait16:03
ogralemme check16:04
asacrunning apt-get clean now16:04
asacto seee16:04
asacogra: / is mounted on that16:04
ograright16:04
ograand you should actually see some free space16:04
ogragimme a sec to boot mine16:05
ograunionfs should have about 300M free16:06
ograand /var about 15016:06
ograplus ~ 400M for /home16:06
asacogra: / has 366m used ans 2.5m free16:07
ograwell, thats the reason for your lockup then16:07
ograi'D love to know what fils it16:08
ogra*fills16:08
asacwhere the hell do i get the 300m from?16:08
ograthe cow partition16:08
asaci had  initrd.img.bak file for whatever reason16:08
asacbut that didnt help much16:08
ograsquashfs and cow get merged in unionfs16:08
ograno16:08
\shogra, you have cows on your partition? wasn't apt-get moo enough?16:08
ogra /boot is separate to enable kernel updates16:08
* \sh should go home after fighting with php crack16:09
asacogra: i dont see any boot partition here16:09
asacogra: /usr occupies 1.8G16:09
ograit gets bind mounted secretly by the initramfs16:09
* ogra runs du -hcs /usr ... might take a while 16:10
ogra1.7 here16:10
ograseems you installed any additional stuff that ate up your disk16:10
asaci dont think it did16:10
asacis there an initial package list so i can get back to defaulss16:11
asac?16:11
ograyou could wipe /home and the /cow partition16:11
asaci have no /cow16:12
=== cgregan is now known as cgregan_
asacwhy would i want to wipe home? there is space on that one16:12
ograwell, wipe /cow then, you need to boot from an external device for that16:12
ograits hidden by default16:13
ograasac, cat /proc/mounts16:13
asacogra: what is /cow ... why is it on there if its not used?16:13
ograto see the real world :)16:13
ograthere is some hidden move and bind mounting going on16:14
asacstill dont understand what cow is16:14
asacand whatfor that exists16:14
ograa copy on write filesystem16:14
asacill reinstall this thing, but i am sure that i didnt install anything new16:14
ograsquashfs is readonly16:14
=== cgregan_ is now known as cgregan
ograto get it into a writable state you use a copy on write partition and merge that through unionfs with the squashfs image16:15
asachmm ook ... anyay i think classmate desktop should have been much more sripped down ;)16:15
ograall data written will end up on the cow device16:15
asacok so it gets bigger16:15
ograwill happen16:15
asacbecause of diffs?16:15
ogra?16:15
ograthe system on the cmpc has exactly 300M writable space16:16
asacwell ... if we have a ro fs and the diffs on top of that in cow, the space consumption increases over time without actually having more data16:16
ograand intel insisting that i put oo.o back in will cost another 10016:16
asacogra: yes, because you never changed anything in /cow :)16:16
ograwell, i dont install apps16:16
asacdo one upgrade and /cow will fill up the 30016:16
asacimo it makes no sense to allow writing at all then16:17
ograthe device does only security updates16:17
asacsure ... but still each ffox update brings 70m16:17
ogra-updates updates need to come rolled in new images16:17
ograright thats why we will re-roll regular images with security and -updates packages16:17
asacogra: why not just distribute a live-usb stick and use the in-device disk just for data?16:18
ograthats the limitation of this compressed fs design16:18
asac:)16:18
ograwell, lets see16:18
ograapparently i'm not allowed/supposed to work on that level anyway anymore16:19
asacsure16:19
ograthe netbook image will heal the world i was told :P16:19
kirklandpitti: you there?16:19
asacogra: still ... any hint how i can use your platform and put fluxbuntu on that?16:19
ograre-roll the image :)16:19
asacogra: netbook is still your business, isnt it?16:20
kirklandpitti: i think we're talking past one another on Bug #23529416:20
ubottuLaunchpad bug 235294 in apache2 "[SRU] apache2 mpm-worker segmentation fault." [Undecided,Confirmed] https://launchpad.net/bugs/23529416:20
pittikirkland: highvoltage16:21
pittikirkland: hi, I mean16:21
kirklandkirkland: :-)  hey martin.... so....16:21
kirklandpitti: i agree with you, that Debian Unstable hasn't taken that fix16:22
highvoltagepitti: me!16:22
kirklandpitti: when I wrote "This fix is upstream in Apache2..." I meant upstream = apache.org16:22
kirklandpitti: and that a sync/merge by Debian to an updated apache.org Apache2 would be desirable16:23
pittihi highvoltage :)16:24
pittikirkland: aah, ok16:24
highvoltagehey pitti :)16:24
kirklandpitti: what do you mean by "close the intrepid task"?16:25
pittikirkland: well, get it fixed in intrepid16:26
pittisince that's a requirement of SRU16:26
kirklandpitti: oh, right, okay, i can do that16:26
kirklandpitti: sorry, i misunderstood, i'll do that today16:26
pittikirkland: well, it's not *that* urgent, but I was wondering about the path to get it fixed16:27
kirklandpitti: well, i was sort of hoping that debian unstable would sync with apache.org's latest apache, and we'd merge that expediently16:29
kirklandpitti: which has the fixes in it16:29
kirklandpitti: but if that hasn't happened by now, i'll cherry pick and port the fix to intrepid16:29
pittikirkland: my primary concern with this is that we don't accitentally forget about the bug and ship intrepid with bugs which we fixed in SRUs for earlier releases16:33
pittikirkland: if it's more convenient to just wait for a new debian release, then making sure that they know about it (bug report?) and milestoning the bug for intrepid beta will work, too16:33
kirklandpitti: gotcha, can do16:34
zulpitti: once 8.04.1 I was going to go through the list for server related packages and make sure our patches are applied for intrepid16:38
mlindcalc: is there going to be another build for openoffice for hardy-proposed as openoffice.org-voikko needs a rebuild against the current version (bug #236248) ?16:39
ubottuLaunchpad bug 236248 in openoffice.org-voikko "Rebuild openoffice.org-voikko for the 2.4.1 upload of openoffice.org" [High,Confirmed] https://launchpad.net/bugs/23624816:39
calcmlind: yep, next week16:40
tkamppeterpitti, is  backendGetDeviceID() not also available via python-cups somehow?16:40
calcmlind: the final release of 2.4.1 is june 1016:40
pittitkamppeter: might be too, yes16:40
mlindcalc: cool, probably makes sense to wait then16:41
MacSlowmvo, for 8.04.1 what release-target needs to be in the changelog for a package? just "hardy"?16:48
persiaMacSlow: hardy-proposed, typically, as it would be an SRU, typically.16:50
mvoMacSlow: what persia said, hardy-proposed16:50
mvoMacSlow: also we could push it into a PPA first and blog about it or somesuch16:50
MacSlowmvo, I'll go for the PPA then16:51
=== ogra_ is now known as ogra
slangasekMacSlow, mvo: uhm, what's this that's being pushed to a PPA that you still think to target for 8.04.1?17:11
MacSlowslangasek, just background-UI tweaks like http://people.ubuntu.com/~mmueller/with-or-without.png17:12
MacSlowhttp://people.ubuntu.com/~mmueller/logout-rgba.png17:13
MacSlowminus the brushed-metal17:13
MacSlowslangasek, and for the gnome-screensaver unlock17:13
slangasekok; why would this go through a PPA first?17:13
MacSlowslangasek, testing is the main reason17:14
slangasek-proposed is for testing17:14
slangasekand you have to go through -proposed anyway, even if you do a PPA first17:14
MacSlowslangasek, although I tested it on my i965- and GeForce-systems with compiz (with and without blur) and metacity (with and without compositor)17:14
slangasek... and the window for getting changes into 8.04.1 is closing :-)17:14
MacSlowslangasek, I know that's why I don't sleep since tuesday17:15
slangasekheh17:15
MacSlowit's impressive how well coke still works on me17:16
* Hobbsee hands MacSlow a caffeine drip17:16
MacSlowcoke like in softdrink... just to avoid any wrong conclusion here :)17:16
cody-somervilleMacSlow, ;]17:17
Hobbseesure sure17:17
MacSlowhey cody-somerville17:17
cody-somervilleHeya17:17
=== nicolai_ is now known as Kopfgeldjaeger
=== mthaddon_ is now known as mthaddon
infinity\sh: -ETOOVAGUE... What's failing, how, and how is this something I did? :)18:16
KeybukMithrandir: I was wondering how we ejected the Live CD before calling reboot18:19
Keybuksince reboot is on the CD18:19
Mithrandirwe try to cache everything by cat-ing it to /dev/null and then forcefully eject it, iirc.18:19
* slangasek giggles madly18:20
KeybukI know18:20
MithrandirI blame Kamion18:20
* danshearer is away: blah18:20
Mithrandirdanshearer: please turn off public away.18:20
Mithrandircan we patch that "feature" of xchat?18:21
KeybukI'm arguing with Jeremy Katz who would like /sbin/reboot to call eject() :p18:21
* danshearer has found the switch; thanks18:21
Mithrandirdanshearer: thanks! :-)18:21
Keybukapparently Fedora have always just crossed their fingers and hoped the CD didn't eject _too_fast_ :)18:21
mario_limonciellKeybuk, in "all" cases?  I would hate to have my drives eject everytime i'd reboot :P18:21
MithrandirKeybuk: that would make me very unhappy when I'm installing a server from CD.  And what Mario says.18:22
KeybukI agree18:22
Keybukthus the "arguing"18:22
KeybukI kinda want to get rid of /sbin/reboot entirely18:22
Keybukexcept as a handy wrapper to shutdown18:22
slangasekI want eject to reboot my system18:22
Keybukslangasek: eject /sys/power18:22
slangasekhaha18:23
Mithrandirthat'd be an awesome easter egg.18:23
Keybukdrag the computer in the trash </mac os>18:23
=== Adri2000_ is now known as Adri2000
keeshm, so what's the magic for dealing with the sysvutils update?18:31
keesdist-upgrade is complaining18:31
zulslangasek: any idea why openldap2.4.9 would be rejected in hardy-proposed the email Im getting back is the md5sums are mismatched but they look fine to me18:34
slangasekzul: what's the exact wording of the error message?18:34
zulslangasek: "MD5 sum of uploaded file does not match existing file in archive18:35
zulFiles specified in DSC are broken or missing, skipping package unpack verification."18:35
zulI did a debuild -S -sa18:36
slangasekzul: that means the openldap orig.tar.gz you've just tried to upload doesn't match the one already in the archive for intrepid18:36
zulbut its for hardy-proposed though18:36
zulso I could just do a 1.1 and then do a debuild -S ?18:37
slangasekit doesn't matter what it's for, you're not allowed to have two orig.tar.gz files in the archive with the same name and different checksums18:38
zulah ok18:38
slangasekyou need to grab the orig.tar.gz from intrepid and work from that18:38
zulgotcha18:38
larsutkamppeter: Mike will not put my patch into CUPS 1.4, so it might not be there for intrepid ... he didn't say why, though18:38
geserkees: it should be fixed in sysvinit 2.86.ds1-56ubuntu3, see bug #23727618:47
ubottuLaunchpad bug 237276 in sysvinit "hardy->intrepid upgrade fails because of sysvinit pre-depends loop" [High,Fix released] https://launchpad.net/bugs/23727618:47
keesgeser: ah-ha, my archive sync must not be done.  thanks.18:47
keesor... it ran out of space.  oops18:49
lamontslangasek: coreutils offends me18:56
slangasek...18:56
lamontbug #23769918:58
ubottuLaunchpad bug 237699 in linux "hppa kernels need to have *FS_XATTR turned on" [Undecided,New] https://launchpad.net/bugs/23769918:58
lamontslangasek: syscall (correctly) returns EOPNOTSUPP, ls decides that it should mention this, and builds fail.19:02
slangasekheh19:02
tkamppeterlarsu, Mike simply closed the STR? Or what did he do?19:04
tkamppeterlarsu, seems that CUPS is already feature-frozen, seems better if you make a patch for system-config-printer (there I have upstream upload rights).19:06
larsutkamppeter: no, he said he didn't look at the patch yet, but it definitely won't be in before 1.519:07
tkamppeterlarsu, for me it looks like he generally does not accept new features any more.19:07
tkamppeterpitti, are you still there?19:07
larsutkamppeter: that's probably it ...19:08
larsutkamppeter: what did you have in mind for system-config-printer?19:09
tkamppeterlarsu, pitti, it seems that we must convince Mike to return to support the custom options with an Intrepid which fully supports them.19:09
tkamppeterlarsu, letting s-c-p support the custom options, letting the Common Printing Dialog support them and so making printer manufacturers using them ...19:10
larsutkamppeter: can't we just apply the patch for intrepid?19:10
tkamppeterlarsu, let's simply do that, if pitti has nothing against it.19:11
tkamppeterI can upload into the CUPS SVN of Debian and also directly upload CUPS into the Ubuntu archives, but pitti is also working on the maintainership of CUPS ...19:12
tkamppeterWith the patch in Intrepid it will get intensively tested and so Mike will probably take it into 1.5 when custom options have turned standard and I am on the way to hammer them into LSB stone ...19:14
larsutkamppeter: great!19:15
=== azeem_ is now known as azeem
Davieysmurf: ping, are you free for a PM?20:28
philwyettpedro_: You have just marked my bug report https://bugs.launchpad.net/ubuntu/+source/gnome-applets/+bug/237478 as invalid stating it is in our bug system. OK I will naturally assume that means gnome bugzilla, but when you mark invalid like this could you supply a link to the relevant bug in your system so others or myself can track it please.20:29
ubottuLaunchpad bug 237478 in gnome-applets "Deleted Items Panel Applet does not appear in Hardy + Updates also + Proposed  2008/06/04 (dup-of: 49594)" [Undecided,Invalid]20:29
ubottuLaunchpad bug 49594 in libbonobo "Bonobo-activation-server sometimes is not killed after session restart, leading to many unexpected problems" [Undecided,New]20:29
seb128philwyett: no we don't do that20:31
pedro_philwyett: you can fin the dup number at the top of your report btw20:32
seb128or not always20:32
pedro_s/fin/find20:32
philwyettseb128: Just reading it now.20:32
seb128philwyett: searching for the exact number can easily take some minutes, it's one time looking for you, if we do that for every duplicate we spend the bug searching for numbers for other people and don't get any work done20:33
seb128philwyett: searching for the exact number can easily take some minutes, it's one time looking for you, if we do that for every duplicate we spend the day searching numbers for other people and don't get any work done20:34
philwyettseb128: That's fine and understandable.20:34
pwnguinheh20:35
seb128philwyett: anyway in this case pedro find the number so it marked it as duplicate correctly20:35
seb128but we sometime close bugs when we know it's a duplicate but can't find easily the number20:36
pwnguinwhat i hate is finding stuff closed as a dup but not actually having a dup20:36
seb128pwnguin: feel free to search the number for people who file duplicates and fix those bugs ;-)20:36
pwnguin?20:37
seb128pwnguin: if you don't like bugs closed as dup but not having a dup number you can search for one and update the bug20:38
philwyettseb128: Thanks to pedro_ for marking the dup. It gives me a good idea this is not going to be a quick fix.20:38
pwnguinseb128: I do fix bugs. and it helps a great deal when dups are marked in LP, since there's more people to talk with for info20:39
seb128pwnguin: often those bugs don't need informations20:39
seb128philwyett: the duplicate number is probably wrong if you really rebooted20:40
pwnguinit just saddens me a bit to see people with tens of thousands of related bugs yet too busy to find the duplicates20:40
seb128philwyett: the other bug is about issue after login out and login in again20:40
=== radio|work is now known as brandon|work
philwyettseb128: Yes there are some differences.20:41
seb128philwyett: to be honest your bug is over one page of description, which is just too much, we get hundred of bugs every day, short descriptions and clear description make the job much easier20:42
philwyettseb128: Well, I get it if they are short and sweet and get it if they are verbose - Can't win. :-)20:43
seb128philwyett: if I understand correctly your bug, it's simply "the trash applet count is not updated correctly"?20:43
philwyettLooks like something like that.20:44
seb128philwyett: what doesn't help is that your use wrong words, I guess that "Deleted Items Applet" is the trash icon for you?20:44
seb128philwyett: also describing several issues in a same bug doesn't work correctly20:45
seb128philwyett: is your user directory on nfs or similar?20:46
philwyettseb128: The 'About' for the bin in the bottom right hand corner of the bottom panel is 'Deleted Items Applet'. So that what I use.20:46
philwyettseb128: This is a laptop and is a default install. I don't use nfs.20:47
seb128and the file is on your local ubuntu directory?20:47
philwyettYes20:47
seb128also you didn't change the icon theme?20:48
philwyettChanged nothing, install then update. No settings changes at all.20:48
seb128ok, dunno then, but the bug is of no use now since you reinstalled and you can't provide required details20:48
seb128dunno about the icon issue20:49
seb128the refresh count not updated seems to be a monitor issue20:49
seb128the context menu being active is yet another bug and a duplicate20:49
=== mkrufky is now known as mkrufky-away
seb128some hints for next bugs you report:20:49
seb128- try to have a short and clear description20:49
seb128- describe easy steps to trigger the issue if you can20:50
seb128- don't list several issues on the same bug20:50
seb128if you look at the gnome-applets bugs there is several bugs about the icon and count not updating correctly20:50
philwyettseb128: OK, will do.20:51
seb128bug #34247 for example20:51
ubottuLaunchpad bug 34247 in gnome-applets "Trash always empty." [Medium,Confirmed] https://launchpad.net/bugs/3424720:51
philwyettseb128: Search time is also an issue for me. Have customers too deal with. Will try to dig for dups the next bug I report.20:52
seb128understable, that's an issue for the bug triagers too ;-)20:53
philwyett:-)20:53
pwnguini kinda wish lp had a public dataset to train bayesian dupefinders on20:58
pwnguinnot sure if bayesian is really what is called for20:58
pwnguinbut some kind of intelligent search20:58
seb128it does have some intelligent dups listing20:59
seb128it lists bugs which have a title similar to the one you try to open when you create a bug20:59
pwnguindo we have any way currently to evaluate how well that works?21:00
seb128not that I know21:00
emgentSecurity Meeting now on #ubuntu-meeting21:02
Ngdo we think seahorse gpg key password prompts appearing behind other windows is a bug in compiz or seahorse?21:03
seb128Ng: we don't use seahorse but gnome-keyring by default and the focus goes correctly to the entry on my installations21:05
seb128so if you use seahorse I would say it's a seahorse issue21:05
persiaNg: I use seahorse, and it works properly for me, but I don't use compiz.21:06
Ngseb128: hmm, even though seahorse is in ubuntu-desktop?21:07
seb128Ng: seahorse manages the keys but doesn't ask for gpg passwords21:07
Ngthings like enigmail seem to be making it do so, because it acts as a gpg agent, but I'm prepared to believe that's my personal setup somehow :)21:08
seb128or I'm being confused again21:08
seb128wait21:08
Ng(it actually seems to conflict with gnupg-agent, even though the packages don't conflict - if I have both running, neither works)21:08
seb128gnome-keyring asks for ssh passphrases21:08
seb128you are right, seahorse still do gpg21:09
seb128ok, so I'm using it and compiz and I've no focus issue21:09
seb128the dialog decoration is color in a way which would indicate the dialog doesn't get the focus but it's on the first plan and it gets whatever I'm typing21:09
Nghrm21:09
seb128s/color/colored21:10
Ngit steals keyboard input here, doesn't get focus and doesn't get raised21:10
Ngi have some compiz window matching rules though, which might be confusing things21:10
seb128right, try using a stock compiz config to see if that makes a difference21:11
persiaNg: That sounds like a bug in the matching rules.21:11
Ngthey're supposed to just be putting things on specific workspaces, but maybe I have a z-axis specified/implied somehow21:11
Ngon the subject of the gpg agent stuff - would it be reasonable to have seahorse conflict with gnupg-agent? either that or have the Xsession.d scripts be aware of each other so two agents don't try and start up21:12
seb128Ng: http://packages.qa.debian.org/s/seahorse/news/20080511T014704Z.html21:13
=== nijaba` is now known as nijaba
Ngaha21:14
MithrandirNg: possibly if seahorse was demoted to recommends of u-d21:14
seb128Ng: I think the "only start it for GNOME" is how debian addressed the issue21:14
Mithrandirgpg-agent does stuff that seahorse doesn't, though.21:15
Nghmm21:15
ogracan anyone explain why ports.u.c doesnt use the same paths as archive.u.c ?21:29
ograi.e. it doesnt use ubuntu/dists but only /dists21:29
ogralooks quite inconsistent21:29
infinityHrm?21:30
infinity"archive.ubuntu.com/ubuntu hardy main" versus "ports.ubuntu.com/ubuntu-ports hardy main" ... What's wrong with that?21:31
ograhttp://ports.ubuntu.com/dists/ vs http://archive.ubuntu.com/ubuntu/dists/21:31
ograubuntu-ports ?21:31
ograah21:31
ograhmm21:32
infinity(Okay, so ubuntu-ports is an apache redirect back to / but whatever)21:32
ograyeah21:32
infinityThe canonical URI is /ubuntu-ports/ not /21:32
ogranot really visible21:32
ograwell, i'm playing with UME builder and it actually uses http://ports.ubuntu.com/ubuntu21:33
ograwhich indeed doesnt work21:33
persias/UME builder/simple-mobile-builder/21:38
=== mkrufky-away is now known as mkrufky
ograright21:41
=== radio|work` is now known as brandon|work
YokoZarHmm, I'm having a problem with Planet Ubuntu (it's not publishing my posts, but the settings I gave it seem fine).  Who can I talk to about that?22:34
persiaYokoZar: You might ask for direction in #ubuntu.  It's really crowded, but has a wider cross-section of the community.22:43
sorenYokoZar: I just checked...22:44
sorenThe URL you put in config.ini only has one post in it, which is from April 1st.22:44
YokoZarsoren: Weird, I just made one today, and if I click the link on the right side of the page I can see it22:45
sorenhttp://yokozar.livejournal.com/data/rss?tag=ubuntu <--- See for yourself.22:45
YokoZarsoren: to me it looks like I made one today on june 6th22:46
YokoZarWhich is very very odd22:46
sorenYokoZar: I don't know livejournal, but perhaps you can see it, because you're logged in as yourself, but the rest of us don't because it's not properly published?22:47
YokoZarI didn't think rss feeds could use logins22:47
YokoZarBut a security settings problem would certainly explain it22:47
sorenYokoZar: RSS feeds are carried over http. You can do whatever you want :)22:54
YokoZarWhoa.  Open up top and go to System->Preferences->Appearence23:01
YokoZarIt's worse than that, you can't change the wallpaper from that dialog by clicking either23:10
=== Riddelll is now known as Riddell
=== gaurdro_ is now known as gaurdro
=== fta_ is now known as fta

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