/srv/irclogs.ubuntu.com/2008/07/10/#ubuntu-devel.txt

stgrabercjwatson: http://www.stgraber.org/download/ubuntu/lvmcrypto/00:02
cjwatsonta, looking00:02
cjwatson"Mounted filesystem?", huh00:03
stgraberWhat's weird is that in /dev/mapper I have : sda2_crypt and sda2_cryptp100:03
stgraberIIRC I never had things like _cryptp1 on Hardy and I don't really see what it's00:04
cjwatsonp1 sounds like something treating sda2_crypt as a disk-like block device with one partition00:04
cjwatsonparted has been known to make that kind of mistake in the past although I'm not sure whether it would be the thing creating the device node00:05
kirklandslangasek: https://bugs.launchpad.net/debian/+source/samba/+bug/247087/comments/400:06
ubottuLaunchpad bug 247087 in samba "samba init script status action" [Low,In progress]00:06
kirklandslangasek: i think this is what you suggested00:06
slangasekkirkland: I think what I meant was this:00:16
cjwatsonstgraber: not much to go on in the logs - I'll see if I can reproduce from your test case00:17
slangasek+status="0"00:17
slangasek+NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 2>/dev/null`00:17
slangasek+if [ "$NMBD_DISABLED" != 'Yes' ]; then00:17
slangasek+status_of_proc -p $NMBDPID /usr/sbin/nmbd nmbd || status=$?00:17
slangasek+fi00:17
slangasek+if [ "$RUN_MODE" != "inetd" ]; then00:17
slangasek+status_of_proc -p $SMBDPID /usr/sbin/smbd smbd || status=$?00:17
slangasek fi00:17
slangasek+if [ "$NMBD_DISABLED" == 'Yes' -a "$RUN_MODE" == "inetd" ]; then00:17
slangasek+status="4"00:17
slangasek+fi00:17
slangasekkirkland: i.e., still only check each process if you're supposed to (otherwise status_of_proc will spit out a useless message, no?), and then set the status appropriately at the end if nothing's been done00:18
kirklandslangasek: ah, okay, so keep the checks00:18
kirklandslangasek: and conditionally override status=4, if deemed necessary00:18
slangasekthat's my thought00:19
slangasekyou're allowed to have different ones, of course :)00:19
kirklandslangasek: that certainly makes sense00:19
cjwatsonps [ == ] is a bashism00:20
slangasekerk, yes :)00:20
kirklandslangasek: i'm fixing that too00:20
slangasek<-- tunnel vision again00:21
cjwatsonstgraber: so "physical volume for encryption" for sda2?00:22
stgraberyes00:22
elmowhat's R550 support like in Hardy and/or Intrepid?00:23
stgrabercjwatson: then use it as physical volume for LVM and it'll break when starting LVM configuration00:24
kirklandslangasek: http://launchpadlibrarian.net/15925572/samba.status.debdiff00:25
kirklandslangasek: or, rather: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/247087/comments/500:25
ubottuLaunchpad bug 247087 in samba "samba init script status action" [Low,In progress]00:25
cjwatsonstgraber: it does indeed00:27
slangasekkirkland: looks pretty good to me00:30
kirklandslangasek: *pretty* good????00:31
kirklandslangasek: :-)00:31
kirklandslangasek: shall I send it to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488275 as well?  (cleaning out the changelog bits, of course)?00:31
ubottuDebian bug 488275 in samba "samba and winbind: initscript miss 'status' option" [Wishlist,Open]00:32
slangasekkirkland: I see no bugs at all in the code - I'll give it a B+ ;)00:32
kirklandslangasek: or shall I expect you to handle the Debian side of this?00:32
slangasekkirkland: it would be helpful to me if you would also send it to the Debian side00:32
kirklandslangasek: and what's it going to take to get it to an "A"?00:32
slangasekI would /eventually/ handle it there as well, but it would take longer :)00:32
ion_Cool, i have a time machine. Jul 10 02:27:20 heh dovecot: Time just moved backwards by 1 seconds. I'll sleep now until we're back in present. http://wiki.dovecot.org/TimeMovedBackwards00:33
kirklandslangasek: okay, i'll do that shortly00:33
slangasekkirkland: that's the question, isn't it?  maybe I'm just such a jerk that an A is impossible :)00:33
kirklandslangasek: :-P00:34
kirklandslangasek: couldn't be the case.... you've had patience enough with me so far00:34
kirklandslangasek: okay, i think i'm done with this for the day...  on to Alpha2 iso testing00:37
slangasekok, cheers :)00:41
slangasekkees: hum, you're really sure those rlimit_nice bugs are fixed in 0.99.7.1?  I thought I only saw the fixes for them committed in later upstream versions00:43
cjwatsonslangasek: that's partly what confused me too, I think he meant "fixed in later upstreams and in current Debian"00:47
stgraberogra: around ?00:47
stgraberogra: LTSP install just failed00:47
ogranearly dying, but still somewhat awake00:47
slangasekcjwatson: well, I'm pretty sure I didn't fix it in Debian :)00:47
ograstgraber, known, i didnt have the time yet to check what it is in a VM00:48
stgraberFailed getting release file file:///cdrom/dists/intrepid/Release00:48
ograthere is a bug somewhere, let me check00:48
ograhttps://bugs.launchpad.net/bugs/24661500:48
ubottuLaunchpad bug 246615 in ltsp "LTSP client installation ended abnormally" [Undecided,New]00:48
ogramean00:49
ograi guess we suffer the same issues of d-i unmounting the CD as debian has in lenny00:49
stgraberas ltsp-build-client is started with in-target I guess you should bind mount /cdrom to /target/cdrom00:49
ogracan you check if your CD is mounted at all ?00:49
stgraberCD is mounted in /cdrom00:50
ograyou shouldnt need to bind mount00:50
ograat least you didnt until hardy :)00:50
ograi'll inspect that further by end of the week00:50
stgraberwell /cdrom is fine but /target/cdrom is empty so as ltsp-build-client is start after chrooting to /target it won't be able to read the cd-rom00:51
ograyeah, but d-i used to care before00:51
ograi'd like to inspect that side first00:52
cjwatsonslangasek: ... oh00:52
ograbut surely not today anymore00:52
cjwatsonI thought I'd stopped d-i doing that for our CDs00:52
* ogra had some pretty hard days ... and just managed to fianlly get a working 8.04.1 cmpc release 00:52
ograso i'll just crash now as soon as the upload is through ...00:53
ogracjwatson, it can as well be that ltsp simply runs to late00:54
ograstgraber, the bug above indicates that there are also other errors, i doubt it would even work with CD mounted00:56
cjwatsonoh, yeah, definitely solve problems in order00:57
stgraberogra: I haven't tried ltsp-build-client in Intrepid other than that ISO testing so I don't know what would have happened if it didn't fail with that missing cd-rom error00:58
cjwatsonogra: I don't think it should be too early00:58
cjwatsonstgraber: but it looked like it was the other way round, "Failed getting release file" after the cp error00:58
cjwatsonanyway, can't unpick this and dm-crypt at the same time00:59
ogracjwatson, no hurry, i wont touch it tonight anymore and there are definately more issues00:59
emgentnixternal: Thanks for your vote :)01:09
=== Hobbsee` is now known as Hobbsee
nixternalemgent: no problem, you deserved it!03:02
emgentnixternal: hehe thanks :)03:03
emgentnixternal: solved problem with copy/paste ? :)03:03
nixternalI will shortly by going back to Mutt :)03:18
emgenthehe nice :)03:20
=== davidm_ is now known as davidm
jdongnixternal: ugh I've been stuck using evolution and gmail.com this summer; my job is keeping me so busy I've had no time to configure a muttrc03:33
jdongand it's down to my last straw of patience now03:33
jdongby the way, hi everyone, long time no see. I'm not dead, I just have been swamped with work...03:33
jdong*goes disappear for another 3 weeks*03:33
RAOFjdong: Howdie.  Have fun! :)03:34
jdongbtw, vorian , while I'm here, congrats. You deserve it!03:34
vorianthanks man :)03:35
vorianjdong: don't work too hard03:35
vorianand don't get fired03:35
jdonglol, trying not to. On both counts. but I think that's somehow mutually exclusive03:35
vorianhaha03:35
LaserJockhi jdong03:36
jdonghey LaserJock :)03:36
nixternaljdong: ya, I am using Evolution now for work email and switched my home/personal/ubuntu/kde/debian email to Kontact KDE403:57
nixternalI just hate setting up Mutt again, it takes so long to get down03:57
nixternalEvolution has one good thing, and that is decent Exchange via OWA support, but the rest of it is just garbage03:58
jdongnixternal: yeah the only good thing for me about evolution was that it responds faster than gmail over my weak wifi and was set up in 4 clicks04:00
=== doko_ is now known as doko
=== tritium_ is now known as tritium
orbisviciswhat package tool downloads .dsc files ?05:27
TheMusoorbisvicis: dget05:29
orbisvicisthanks05:29
Awsoonnare we on track for an alpha 2 today?05:35
Awsoonnanyone with insight?05:35
Hobbseeare the ~motu memberships supposed to expire?05:52
orbisviciswhen i need to edit source of a package with patches, i need to create a diff .. is that a diff of my revision with the original, or the original with all the previous patches applied ?06:05
orbisvicisand then drop it into patches06:06
LaserJockHobbsee: how do you mean?06:15
HobbseeLaserJock: as in, am i supposed to ask someone to renew them, or is it deprecated?06:16
LaserJockHobbsee: no, I believe you want to renew it06:17
LaserJockindividual membership in ~ubuntu-dev is what was deprecated06:17
LaserJockin favor of holding ~motu and ~ubuntu-core-dev06:18
Hobbseeoh06:18
* Hobbsee already renewed that one06:18
LaserJock:-)06:19
Awsoonnorbisvicis: when you make your patch, it should generally not require the other patches to be already applied, otherwise you will need to make special notes about what patches need applying first06:22
orbisvicisAwsoonn, that makes life easy. are there any requirements when running diif, say -ruN etc06:26
AwsoonnThat is out of my memory right now06:28
LaserJockI generally use diff -aurN06:29
orbisvicisas long as there isnt a standard i have to adhere to06:30
orbisvicisok, thanks06:30
orbisvicisill patch it tomorrow06:30
dholbachgood morning06:36
Hobbseehey dholbach06:36
Hobbseedholbach: can you renew my membership in ~motu please?06:36
dholbachHobbsee: you should be able to do that yourself - wasn't there a link in the mail?06:37
dholbachI got a mail saying that you already renewed it?06:37
dholbachHobbsee: ^06:38
dholbachHobbsee: expires 2009-07-1706:38
Hobbseedholbach: oh, sorry, ~ubuntu-dev06:38
* Hobbsee got both today06:38
dholbachubuntu-dev you can let expire06:38
dholbachin the end only ubuntu-core-dev and motu will be member of ubuntu-dev06:39
Hobbseeah06:39
LaserJockHobbsee: what I said ;-)06:39
* LaserJock is glad to find he's not totally lost touch :-)06:39
Hobbseeheh06:41
HobbseeLaserJock: i thought we were depreciating the term "motu".  oh well06:43
LaserJockno, I don't think so06:44
LaserJockeventually the Main/Universe split will probably go away, but I think MOTU may even survive that06:44
dholbachsoren, pitti: the kernel boots in kvm now, but X doesn't start (uses 100% CPU)07:04
dholbachX starts with the old kernel though07:08
dholbachand the mouse in KVM only works if I remove the /etc/X11/xorg.conf (on the other hand only 800x600 now)07:08
dholbachintrepid is fun :-)07:08
Awsoonndoes this mean progress for vbox too?07:09
=== dholbach_ is now known as dholbach
dholbachara: just commented on your ldtp patch - let me know once you updated it and I'll take a look at it again :-)07:39
aradholbach: ok, i'll have a look07:39
arathanks07:39
sorendholbach: Figures. :(07:42
dholbach_doko: what do you think about bug 240884?07:44
ubottuLaunchpad bug 240884 in binutils "-g and compiling via assembly fails" [Undecided,Confirmed] https://launchpad.net/bugs/24088407:44
=== dholbach_ is now known as dholbach
dholbachit seems to be important for bug 23717507:44
ubottuLaunchpad bug 237175 in darcs "Please sync darcs 2.0.0-5 (universe) from Debian unstable (main)" [Undecided,In progress] https://launchpad.net/bugs/23717507:44
aradholbach: maybe this is no longer needed anymore. they have release the ldtp 1.2 and the debian maintainer has already fixed the dependency problem. once he uploads the debian pkg we could just sync with it07:51
dholbachara: ah excellent - could you update the bug report once that has happened?07:56
aradholbach: sure, i will :)07:56
dholbachara: gracias!07:57
seb128sbeattie, kees: just read your mail about glib, I just copied the upstream NEWS as usual, it's still using the system pcre, is that an issue for you?08:11
dholbachhi seb12808:11
seb128(not replying to the mail because they are filtering smtp at GUADEC)08:11
seb128hey dholbach08:11
seb128pitti: doh about gtkhtml, can't fix it this week but the updates fix a low priority issue08:12
HellowHello08:15
seb128dholbach: I can have a look at the sponsor queue while you on holidays08:17
dholbachseb128: that'd be awesome!08:18
* dholbach hugs seb08:18
* seb128 hugs dholbach08:18
pittiGood morning08:27
pittidholbach: X doesn't start> try without usplash08:27
pittidholbach: or try blacklisting the 'uvesafb' module08:28
pittiseb128: thanks08:28
seb128pitti: ups, "the update fixes a low priority security issue" it was supposed to be08:29
seb128pitti: I'm a bit annoyed that it was waiting for a week and has been rejected, no big deal I'll upload monday using the right bug number08:29
Hobbseeheya pitti!08:31
seb128hello Hobbsee08:31
Hobbseehey seb128!08:32
tseliotpitti: did you upload the drivers to Intrepid?08:40
superm1pitti, is it possible to yank something out of hardy-updates that is causing some bad breakage for people (but the proper fix is in hardy-proposed waiting to enter hardy-updates)?08:40
pittitseliot: no, shall I?08:41
pittisuperm1: ugh! which package, which bug?08:41
superm1pitti, bug 24393008:41
ubottuLaunchpad bug 243930 in linux-restricted-modules-2.6.24 "restricted driver wl fails to load" [Undecided,Fix committed] https://launchpad.net/bugs/24393008:41
tseliotpitti: you told me that you wanted to include them in time for Alpha 208:42
pittisuperm1: ah, *phew*, that's at least not a grave regression from hardy final, since wl wasn't present at all08:42
pittitseliot: right, I just wasn't sure who would upload them08:42
superm1pitti, well i'd like to understand how it even got introduced though08:42
superm1because there was one lrm upload before it, specifically that touched 'wl'08:42
superm1it must not have been tested08:43
superm1pitti, it is going to break anyone who gets a factory image from dell with a broadcom card though08:43
tseliotpitti: I would be glad if you could do the upload for me08:43
superm1(since the expectation is that the updates are in hardy-updates when they update for the first time)08:44
pittisuperm1: right, it's still bad, no doubt08:44
pittisuperm1: so, the bug got an overwhelming amount of positive feedback08:44
superm1pitti, yeah from what i see08:44
pittisuperm1: I feel we shouldn't wait for 7 days to push it to -updates08:44
superm1i was just made aware of this earlier this evening08:45
superm1pitti, yeah08:45
pittitseliot: sure, I will08:45
tseliotpitti: thanks :-)08:45
pittisuperm1: the diff was trivial (one-liner in Makefile), so it didn't touch anything else than wl08:46
pittisuperm1: I'm going to copy it to -updates now08:46
superm1pitti, wonderful, thanks08:46
superm1pitti, i'll talk to the kernel guys tomorrow about how/why this happened then to make sure it doesnt ever happen in the future08:46
pittisuperm1: thanks, that would be nice08:46
=== ion__ is now known as ion_
tjaaltonstupid, stupid emacs... disabling the splash works only if you set it in your own .emacs08:49
pittihah, sticky branding :)08:50
pittitjaalton: but well, that can certainly be patched :-P08:50
tjaaltonpitti: I bet, but for hardy?-)08:50
pittiPPAs FTW08:50
tjaaltonugh, maybe I'll write a wrapper which uses --no-splash08:51
pittitseliot: nvidia-settings as well? was it tested?08:55
pittitseliot: do I need to change anything in the source or can I just copy it verbatim from your PPA?08:56
tseliotpitti: superm1 told me that he has sponsored nvidia-settings for intrepid: https://edge.launchpad.net/ubuntu/+source/nvidia-settings/1.0+20080304-0ubuntu308:57
tseliotpitti: the rest can be copied as it is08:57
pittiah, nice08:57
tjaaltontseliot: I tried installing another version of nvidia-glx, and X fails to start after that. debugging why08:59
tseliottjaalton: which version?09:00
tseliotI have tried them all (except for 71)09:00
tseliotwhich builds though09:01
tjaaltonI had another version installed, then installed another one and then it fails to start09:01
tseliottjaalton: can you tell me which versions then?09:02
tjaalton173 ->9609:02
tseliottjaalton: what does the /var/log/Xorg.0.log says?09:03
pittitseliot: all copied; some builds started very soon and thus will fail to upload, but I'll care for them (retrying them)09:03
tjaaltontseliot: failsafe.. need to kill that first09:03
pittitseliot: (that was unavoidable due to some soyuz restrictions, sorry)09:03
tseliotpitti: thanks09:03
tseliottjaalton: ok, let me know09:04
tjaaltontseliot: ah, maybe just because the other drivers don't work with 1.5?09:05
tjaaltonundefined symbol09:05
tjaaltonso it fails to load nvidia_drv.so09:05
pittitseliot: hm, bah; can you please check your email and tell me what soyuz complains about?09:05
tseliotpitti: nothing has arrived yet. I'll let you know09:06
tseliottjaalton: does DKMS fail when it tries to build the module?09:06
tjaaltontseliot: no, it's not the kernel module but X driver that fails09:07
tjaaltonthe module loads fine09:07
tseliottjaalton: when did you upload xserver 1.509:08
tseliot?09:08
tjaaltonlast week, but it was usable by tuesday09:08
tjaalton*on tuesday09:08
tseliottjaalton: can you give me the line with the error?09:10
tjaalton(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so09:10
tjaaltondlopen: /usr/lib/xorg/modules/drivers//nvidia_drv.so: undefined symbol: miZeroLineScreenIndex09:10
tjaalton(EE) Failed to load /usr/lib/xorg/modules/drivers//nvidia_drv.so09:10
tjaaltonsee http://www.nabble.com/xorg-server-problem-td15226827.html09:12
tseliottjaalton: the xserver ABI might be the cause of your problem09:13
tjaaltonthat's what I meant09:13
tjaaltonnvidia should release new version of the legacy drivers09:13
tjaaltonversions09:13
tseliottjaalton: read this: http://www.nvnews.net/vbulletin/showpost.php?p=1461694&postcount=409:14
tseliotand this: http://www.nvnews.net/vbulletin/showpost.php?p=1456802&postcount=209:14
tjaaltonfunny that 173 supports it09:14
tjaaltonthose are old posts btw09:15
dokodholbach: -g shouldn't be used both for cc and as09:15
tjaaltonfedora9 shipped with this, so it's not like there was no demand09:15
tseliottjaalton: can you try setting RenderAccel to Off in the Device section of your xorg.conf and starting x with startx -- -ignoreABI09:16
tseliot?09:16
pittitseliot: ah, all built and in NEW now, processing09:17
tjaaltontseliot: ok, a sec09:18
tseliotpitti: good09:18
pittiE: nvidia-glx-71-dev: maintainer-script-calls-init-script-directly postinst:909:18
pittitseliot: hm, they still have an init script?09:19
tseliotpitti: let me check09:19
pittitseliot: hm, seems they don't09:19
tjaaltontseliot: 'Option "RenderAccel" "false"'? Still fails with -ignoreABI09:19
tseliottjaalton: sigh09:21
tseliotpitti: it's true, it calls /etc/init.d/nvidia-glx-71 start in the postinst of the -dev package o_O09:21
tseliotpitti: I'll see if the that init file is called from somewhere else, remove it and repackage the whole thing. I'll let you know09:23
tseliottjaalton: at least 2 packages out of 4 will work...09:23
tjaaltontseliot: yep..09:23
pittitseliot: another nitpick: I don't think that the i386 -kernel-source needs to ship nv-kernel.o.x86_64, and the amd64 one nv-kernel.o09:25
pittitseliot: would save 10 MB in the packages09:25
pittitseliot: ok, NEWed09:26
tseliotpitti: I'll look into that too09:27
dholbachdoko: do you think you could follow up on the bug report about that?09:28
gphi09:45
gpall my systems in office started behaving strangely around 8 pm ist09:46
gpall services super slow in lan09:46
gpbut if i ssh my local computer by ip it takes lot of time09:46
beunogp, this is *still* the wrong channel to ask for support09:47
gptomm if its now fixed I will be blamed09:47
Hobbseesupport in #ubuntu, no?09:47
Hobbseebeuno: wasn't this guy here last night, asking for support?09:47
beunoHobbsee, he was  :)    and good evening to you09:47
Hobbseebeuno: evening :)09:48
gpyeah but the problem presists09:48
beunogp, well, this being the wrong channel to ask for support still persists09:48
gpoks09:48
beunoyou should head to #ubuntu, or try mailing lists/forums09:48
gpi hope its not  bug in ubuntu or something09:49
=== dholbach_ is now known as dholbach
gpits happens in 100% ubuntu network in office09:49
* beuno sighs09:49
gpwindows box was working fine09:50
Hobbseeand, again, it's still the wrong channel.09:50
gpok bye09:50
Hobbseeand you won't get support here.09:50
=== popey_ is now known as poepy
=== poepy is now known as popey
RAOFGiven that nvidia discussion up there, I'd like to jump on the tail end:  I'm going to need to update xserver-xgl, since mesa no longer builds one of it's build-deps.09:52
RAOFWhile I'm at it, I'd like to blacklist all the drivers that running Xgl no longer makes sense for.  This essentially means: every driver but the 7-series nvidia driver.09:53
tseliotpitti: see if the new source looks better09:55
HobbseeRAOF: pre or post alpha?09:55
RAOFHobbsee: Post alpha.09:55
tjaaltonRAOF: woo!09:55
Hobbseeah, right09:55
RAOFtjaalton: No.  It'd be "Woo" if I was saying "Please remove xserver-xgl from the archives" :)09:55
tjaaltonRAOF: hehe :)09:55
Hobbseeoh, -xgl.  that's that universe crack anyway, isn't it?09:56
RAOFDamn straight.09:56
gp#unbuntu == newbeee ??09:56
RAOFI can at least minimise the accidental damage, though, with only one minor problem: how do you detect the old'n'crusty driver?09:56
Hobbseegp: #ubuntu == support channel.09:56
gphehehehe09:56
RAOFHm... alternatively I suppose I could check for t_f_p, and refuse to start if t_f_p is available.09:57
RAOFNow that I think of it, that seems a much better idea.  Test for the feature, not the driver version!09:57
gpi better ask google for support then09:58
RAOFI wonder if there's been a xgl commit in the last, say, 12 months...09:58
savvashow do you apply debdiffs?09:59
RAOFOooh, a mere 4 months ago!09:59
RAOFOh, and it looks like it doesn't misreport it's xrandr version anymore.  Joy!10:00
RAOFsavvas: With 'patch'10:00
dholbachemgent: congratulations!10:01
savvasRAOF: patch < file.debdiff ?10:01
nekostarsup all ^^10:01
RAOFsavvas: Pretty much.  You may want -p0 or -p1 or something.10:01
savvashm.. ok, i'll read about that, thanks10:01
RAOFsavvas: But debdiffs are just a normal, everyday diff.10:01
nekostari've an honest non-fanboy question. do the group of you here consider hardy a truely successful release? compair say to edgy or fiesty10:02
tjaaltonnekostar: wrong place for that10:02
nekostartjaalton i was just curious as to how basic this is all gonna get is all tjaalton10:03
nekostaras i'm just walking in ;)10:03
Hobbseenekostar: they're all successful.10:04
Hobbseeat least, have been so far.10:04
nekostari would differ as to hardy and feisty, but apparently thats offtopic.10:05
nekostaranyway how does this work? i've not participated here before, sorry.10:05
RAOFYup.  On-topic for #ubuntu-devel currently is: nvidia driver fun, bitching about Xgl, and... stuff.10:05
RAOF:)10:05
Hobbseenekostar: as you'll see in the /topic, it's a channel to discuss development of ubuntu.  it's not a soapbox.10:05
nekostarheh sup RAOF ;)10:05
nekostarHobbsee lets not fight today, i'm just not in it. i've already looked in the topic, thus the back to business question.... RAOF thanx.10:06
savvasRAOF: and if the patch involves a directory renaming (package version change) it does that automatically?10:07
RAOFtjaalton: There's nothing which replaces mesa-swx11-source, is there?10:07
tjaaltonRAOF: nope.. does it still need that for something?10:07
RAOFtjaalton: Yes.  Xgl symlinks mesa source into its build tree.10:07
tjaaltonyuck10:07
RAOFHell, yes.10:07
RAOFI think Suse still use it.  I don't know how; it's never been released, and has had about 20 commits in the last year.10:09
RAOFMaintained by that famous recluse, David Reveman.  Maybe they've got some private repository where Xgl doesn't suck.10:09
tjaaltonvnc4 is another user of mesa-swx11-source10:10
tjaaltonand probably just as painful to migrate10:10
RAOFWhy does vnc include mesa sources??10:11
tjaaltonit includes xorg sources too, so why not?-)10:11
RAOFHeh.10:11
RAOFMan, that must be fun to maintain.10:12
_max_anyone happen to know what ubuntu 8.04 uses under the hood of "remote desktop"10:12
emgentdholbach: big thanks :)10:12
nekostar_max_ vnc via vino?10:12
soren_max_: In terms of...?10:12
_max_well i used the gui, set a password, worked fine,.. some jackass at work wanted another password since he cant memorize more than 1 pass, so i changed pass, and now neither of the passwords (old or new) works to login.10:13
* gnomefreak not seeing nvidia fun :(10:13
_max_i couldn't find the daemon it was using so i rebooted the machine, and now the service doesn't even seem to have started.10:13
_max_ssh works so wanna edit config via ssh and restart daemon.10:13
tjaaltonsheesh, the debian version of vnc4 still has xfree4.3.0 in it10:15
RAOFSurely there have been some security holes found in that?10:15
tjaaltonbut our version is not any better, with xserver-1.0.210:15
asacRAOF: did you test gnash?10:16
RAOFasac: Yes.  It works, except for video.10:16
asacRAOF: yeah. same here. not sure, but the crash looks gstreamer related10:17
RAOFasac: Also, our flashplugin alternatives system is weird.10:17
asacpitti: could you let in nspr/nss SRU that fix regression introduced by current -proposed package (#245122)?10:18
asacpitti: i attacted the diffs on top of current -proposed packages to that bug10:18
asacpitti: ok, the current langpacks in ppa look good for proposed too10:19
asacArneGoetje: ^^10:19
pittiasac: thanks, will do10:20
pittinice10:20
asacRAOF: the alternative system is dumb yes.10:22
_max_okey "vino" seems really easy to setup, when it works.10:25
tjaaltonRAOF: the reason why vnc4 build-deps on mesa source is that the old xorg-server it includes needed that.. sigh, I'll try to update vnc410:25
_max_but trying to fiddle with it when it doesn't works is a friggin nightmware10:25
_max_*mare10:25
RAOFtjaalton: Rock on!10:25
RAOFMan, the brokenness exposed by a simple change :)10:25
tjaaltonyeah :)10:27
RAOFIs there any chance of the mesa-source package making a comeback?10:27
RAOFOr should I be exploring different options?10:27
tjaaltoncould be, need to ask the debian guys10:27
tjaaltondrop xserver-xgl?-)10:28
* RAOF can just see and apt-get source command as a part of xserver-xgl's new get-orig-source target :)10:28
RAOFThat'd be very nice, yes.  But there's still some hardware that it's useful on, and I don't particularly want to break that.10:29
gnomefreakdoesnt new ati drivers fix the -xgl issue AFAIK that was the last one to be fixed10:29
tjaaltonRAOF: you mentioned some nvidia chips? the blob doesn't work?10:30
RAOFgnomefreak: No.  nvidia-glx-legacy (or whatever it's called now) doesn't have t_f_p, and never will.10:30
RAOFI hear we have _yet another_ nvidia blob?10:30
gnomefreakah yeah they wouldnt change it now i forgot legacy10:30
tjaaltonyes, -173. -177 will drop support for GF510:30
RAOFThey're obviously aiming for the "most annoying to support" award of 2008.10:30
gnomefreakgf5 as in like 5200 5500?10:31
tjaaltonyes10:31
gnomefreakcrap10:31
gnomefreaki have 5200 :(10:31
RAOFgnomefreak: You've dropped of the "currently supported list"? :)10:31
RAOFHah.10:31
tjaaltonRAOF: ok, so the new nvidia-glx-71 doesn't work with t_f_p10:31
RAOFMan, they're not even ancient.10:31
tjaaltongnomefreak: we have maybe 200 machines (on linux) with 520010:32
gnomefreaki have 310:32
gnomefreakso this means i wont be using -173 or -177?10:33
tjaaltongnomefreak: -173 works10:33
tjaaltonthe last one10:33
gnomefreakah cool10:33
RAOFAt least when AMD drop support they're dropping support for cards with good open-source support.10:34
RAOFUuur.10:34
gnomefreakshould i bother with the PPA builds of nvidia or are we looking at a fix soon?10:35
tjaaltongnomefreak: they are in NEW10:35
gnomefreakah sweet thanks10:35
pittiemgent: oh, welcome to the MOTU ranks!10:37
emgentpitti: thanks :)10:44
pittignomefreak, tjaalton: no, I NEWed them an hour ago, they should appear on archive.u.c. in about 10 minutes10:51
tseliotpitti: did you have a look at the ubuntu4 revision?10:51
pittitseliot: not yet, sorry10:52
tseliotpitti: or are you referring to ubuntu3?10:52
tseliotah, ok10:52
pittiubuntu3 is in the archive for now10:52
pittiI'll look at ubuntu4 after finishing SRU processing10:52
tseliotpitti: by the way the init file would be called only if it existed. The postinst of nvidia-glx-ver removes it10:53
tseliotit's all fixed in ubuntu410:53
pittinice, thanks10:53
jordicrimsun: ping?10:55
nekostarpong?10:56
nekostaroo 51000 msec response... lively day ;)10:56
=== cprov is now known as cprov-lunch
pittitseliot: hm, isn't kernel.o.x86_64 needed on amd64?11:19
pittitseliot: seems it's now gone from both i386 and amd64?11:19
tseliotpitti: ok, but nv-kernel.o is there right?11:22
pittitseliot: right11:22
pittiwell, it should be anyway, I just read the source debdiff, haven't checked the binaries11:23
tseliotpitti: that file will be taken from either the 32bit or the 64bit folder according to arch11:23
pitti+       #cp $(CURDIR)/$(dirname_x86_64)/usr/src/nv/nv-kernel.o $(CURDIR)/debian/temp/modules/nvidia-kernel/nv/nv-kernel.o.x86_64 || true11:23
tseliotpitti: the name of the file has to be nv-kernel.o11:23
pittitseliot: I meant that11:23
pittitseliot: shouldn't that be enclosed in some "if [ "`uname -m`" = ... ]" like test?11:23
tseliotpitti: it takes the name of the folder from the upstream_info11:24
tseliotwhich tests the arch11:24
tseliotpitti: it does something like if [ "$DEB_BUILD_ARCH" = "amd64" ] ; then11:25
pittitseliot: ah, nice11:25
tseliotDIRNAME=NVIDIA-Linux-x86_64-${RELEASE}-pkg211:25
tseliotpitti: by the way, I have almost finished the kernel postinst.d hook11:26
pittinice, you made debconf work for that?11:26
tseliotpitti: debconf is called from a shell script /etc/kernel/postinst.d11:27
slytherinarchive-admins: Please clear xml-commons-external from NEW to allow review of an update of batik. :-)11:27
tseliotpitti: the template is filled out according to the output of my Python script11:28
tseliotpitti: it works well :-) I'll send you the code ASAP11:28
CaponettaHi11:36
Caponettacan someone help me. Im tryign to contact the developers of Moblin. Ive got ideas and i want to help and learn.11:37
ln-don't forget to use apostrophes.11:37
cjwatsonCaponetta: #ubuntu-mobile11:37
ograCaponetta, #ubuntu-mobile would probably be the better channel for his11:37
CaponettaOk thank you11:38
Caponettaand ln i am pressing the apostraphe key its not showing..11:39
ln-i bet you are pressing the wrong key...11:39
ln-nevermind11:39
ograpunctuation is overrated anyway :)11:40
sorenI've got a /dev/mapper/1ATA_ST3250620AS_6QE1D4GB2... Where might that be coming from?11:43
sorenOh, I know. Never mind.11:44
=== giskard_ is now known as giskard
pittitseliot: copied12:04
tseliotpitti: thanks a lot12:04
pittitseliot: you deserve the thanks :)12:04
pittitseliot: I see one major problem ATM: the -modalias packages are in multiverse, too, ATM12:05
pittitseliot: so until we move everything to restricted, we can't ship/install them by default12:05
pittitseliot: I put them into multiverse for now, due to alpha-2 freeze and everything12:05
tseliotpitti: ah, ok12:05
pittibut after alpha-2, l-r-m should just stop building nvidia-glx* and we can drop those and move the new ones into restricted12:06
pittitseliot: can we talk about jockey/modalias/nvidia-glx-XXX integration at some point next week?12:06
tseliotpitti: sure. In the meantime, have a look at this: http://albertomilone.com/updater.png12:07
norsettotseliot: do you know anything about dkms failing to build ati modules in intrepid?12:07
pittitseliot: rocking!12:07
tseliotnorsetto: it might depend on either the kernel (2.6.26) or on the new xserver ABI12:08
tseliotpitti: I'll send you the package later12:08
* tseliot goes to lunch12:08
norsettotseliot: don't eat too many orecchiette ...12:09
tseliotnorsetto: ok, spaghetti then :-P12:09
tseliotlater12:09
norsettotseliot: hmmm, which reminds me that its lunch time for me too ;-)12:09
pittimmm pasta12:12
asacpitti: will the langpacks go to intrepid directly?12:13
pittiasac: we don't build intrepid packs yet, since we don't have Rosetta exports yet12:13
asacpitti: right. just wondered if you copy the -proposed upload to intrepid12:13
pittiasac: yes, we can do that12:14
asacgreat12:14
pittiwell, hm, not any more actually12:14
asacoh no :(12:14
pittisince intrepid got fresh builds, due to the recommends->suggests changes12:14
asacok. i think intrepid users have then to chew an untranslated firefox for ... not sure how long :)12:14
pittitseliot: the modalias lists don't have a package name ATM; so I need to fix that in jockey itself to use the modalias file name? tricky, but doable12:15
norsettoasac: so, is there life after death?12:15
pittiasac: hm, works fine for German, at least; is it special, or are the intrepid packs just recent enough?12:15
asacpitti: no ... ill upload 3.0.1 today ... which will disable the langpacks for you12:16
pittiah12:16
asacpitti: the new langpacks mitigate that in future12:16
pittiasac: ABI breakage?12:16
asaci wasnt just brave enough to open up maxVersion in the 3.0.0 upload12:16
pittiin the 2.0 and 1.5 eras, older langpacks worked well with newer versions12:16
asacpitti: no. i intentionally kept 3.0 as maxVersio nin last upload because i feared that mozilla might change strings12:16
asacthe new langpacks have 3.0.*12:17
pittiah, ok12:17
asac(which is why i needed those in the first place)12:17
pittiasac: hm, "today"> keep alpha-2 in mind12:17
asacpitti: hmm12:17
pittimight not be entirely suitable at this point12:17
impi226hi... i am here because i want to take part in the development of ubuntu... but i don't know how to start... is there anyone here who can give me a good starting point?12:17
asacpitti: when are images done?12:18
pittiimpi226: https://wiki.ubuntu.com/ContributeToUbuntu is a good starting point IMHO, with a wide range of things you can help with12:18
norsettoimpi226: https://wiki.ubuntu.com/MOTU/GettingStarted is a good starting point12:18
pittiimpi226: if you are particualrly interested in package development, you should give #ubuntu-motu a visit12:18
impi226i already read this articles12:19
pittigreat!12:19
norsettoimpi226: so, what is the problem? Perhaps we should move to #ubuntu-motu since that channel is more appropriate12:19
asacnorsetto: you mean life after mplayer?12:20
impi226but okay12:20
norsettoasac: lol12:20
asacnorsetto: i'll do them in the same batch that I'll do the debian security uploads12:20
asacwhich should happen really soon :/12:20
asacgiven that i manage to unbreak my etch/sid chroots12:21
norsettoasac: ok, I think you haven't read my last email yet then :-)12:21
asacnorsetto: when send?12:21
norsettoasac: Monday 16:46:0412:21
asaci should have read that by now12:22
asaclet me check12:22
asacnorsetto: Jul 2 is last mail i got12:24
* norsetto hopes this is not another joke :-(12:25
asacI'd love so say that its a joke, but i dont see that mail12:25
norsettoasac: ok, I'll resend it, you gave me once another email address but I think I lost that, do you mind giving it to me again?12:27
norsettoasac: anyhow, in a nutshell the question was: for mplayerplug-in and gecko-mediaplayer, should we make the transition to xulrunner-1.9 for intrepid (and break things for 1.8 based browsers) or not?12:29
asacnorsetto: ill have to think about it12:33
norsettoasac: I can imagine ;-) danke!12:33
slytherinarchive-admins: Please clear xml-commons-external from NEW to allow review of an update of batik. :-)12:34
asacnorsetto: we can use 1.8 as as long as its still in intrepid12:37
norsettoasac: ok, makes sense to me13:19
asacnorsetto: do you build depend on iceape-dev in debian?13:19
norsettoasac: yes13:20
asacfine13:24
norsettoasac: to be clear, the packages as they are build and work out of the box in both ubuntu and debian, there is no ubuntu specific bit which needs to be added to the debian packages13:39
asacok good13:49
asacnorsetto: not even flip build-depends?13:49
norsettoasac: nope :-) We are luky that libxul-dev is no more in Debian13:50
asacnorsetto: hmm. how do the build-depends look like?13:50
norsettoasac: for gecko-mediaplayer? libxul-dev | iceape-dev13:51
asacnorsetto: i guess that will fail on the buildds13:52
asaci think buildds dont try fallback build-depends13:53
asacat least i had a similar issue with enigmail13:53
norsettoasac: will it? It works on my unstable pbuilder13:53
norsettoasac: what? They just look for the first one and if not found bail out? Why bother with the fallbacks then!?!?13:53
cjwatsonDebian and Ubuntu differ in this respect13:54
asacnorsetto: as far as i understand its because the buildd cannot tell whether the primary build-depend is missing intentionally or if it should just wait for it13:54
cjwatsonDebian doesn't try fallback build-dependencies; Ubuntu does13:54
cjwatson(IIRC, anyway)13:54
asaccjwatson: ubuntu does?13:54
cjwatsonthis is because in Ubuntu's case the fallback one might be in universe and there might be a working one in main13:55
asacnorsetto: if so, flip them ... e.g. make libxul-dev secondary13:55
norsettocjwatson, asac: oh gosh (/me bump his head against the wall)13:55
cjwatson(now lamont will turn up and tell me I have hideously misremembered)13:55
asacok cool. i can then do enigmail in this way too ;)13:55
lamonthuh!??13:55
* norsetto bump Deb and Ian heads against the wall too13:55
pittiit definitively did that in the past, and allowed us to sync some packages and avoid a pointless delta13:55
pittinot sure whether it's still true, though13:55
pittibut it worked for stuff like "b-deps: links | elinks"13:56
asaccjwatson: even if its wrong, you gave us hope for a while :). which is a good thing.13:56
cjwatsonyay, a successful invocation13:56
norsettoasac: we can't reverse, or it will use iceape-dev in Ubuntu too as a build-dep13:56
asacnorsetto: we dont have iceape-dev13:56
asacnorsetto: if we had that, we wont have a problem at all13:56
lamontcjwatson: debian always only tries the first one.  this uber-perl-hacker I know (thanks cjwatson) wrote a nice sbuild patch to try all of them for existance and take one if found, specifically because of main build-dep: universe | main13:56
norsettoasac: last I checked, we did have it !?13:56
asacnorsetto: i think only in gutsy13:56
norsettoasac: iceape-dev | 1.1.9+nobinonly-0ubuntu1 | intrepid/universe | all13:57
asacnorsetto: oh. so it came back ;)13:57
asacfine13:57
lamontcjwatson: so yes, you misremembered :-p13:57
asacnorsetto: hmm. thats a transitional package for seamonkey13:57
asacnorsetto: we have to fix seamonkey first, before we can use that13:58
cjwatsonlamont: erm, I did? that matches the description I gave above13:58
cjwatsonand I was about to say "yay, I remembered correctly"13:58
asacdamn13:58
asacquite a short time of happiness ;)13:58
cjwatsonexcept I meant to say "in Ubuntu's case the primary one might be in universe but there might be a working fallback one in main"13:58
sorencjwatson: FYI: https://lists.ubuntu.com/archives/kernel-team/2008-July/002701.html  <--- Fixes Intrepid guests in kvm.13:59
cjwatsonooh, thanks!14:00
* soren bows14:00
sorenHappy to be of service.14:01
lamontcjwatson: right.14:02
lamontso yeah, you remember.14:03
tmmoyerI am trying to do some custom work with the installer, and was wondering if anyone could tell me what I need to add to /etc/apt/sources.list to be able to fetch packages like finish-install and other udebs used by the installer?14:13
Lrrrtmmoyer: lemme see14:14
Lrrrtmmoyer: If you do apt-cache showsrc finish-install, do you get any output?14:16
tjaaltonasac: shouldn't ff3 read a site-wide config from /etc/ff-3.0/pref/*14:16
tmmoyerLrrr: yes it does show the information for finish-install14:16
asactjaalton: it should14:17
tjaaltonasac: also, ff3 doesn't seem to use /usr/share/ubuntu-artwork/home/*index.html anymore14:17
Lrrrtmmoyer: the you can fetch the source to it, so you don't need to add anything particular in your sources.list14:17
asactjaalton: install ubufox to get the best homepage experience14:17
tjaaltonasac: is there a way to debug the startup?14:17
asactjaalton: the startup`14:17
asac?14:17
asacis there a bug?14:18
Lrrrtmmoyer: But installer development is done through launchpad.  You can fetch the last version of the individial installer packages there.14:18
tjaaltonasac: ubufox is installed.. I'll check it out. startup meaning that what it loads on startup14:18
asactjaalton: 1st. check that the default home page is really the default ;)14:18
asacin preferences -> Content (iirc)14:18
cjwatsontmmoyer: regular 'apt-get source' will work; actually installing udebs on a normal system is a very bad idea14:18
asacerr, Main :)14:19
cjwatsontmmoyer: http://wiki.ubuntu.com/InstallerDevelopment14:19
tmmoyercjwatson: I'm not installing them on my system, I am getting the source and modifying some of the packages14:19
tjaaltonasac: yes, it shows the ubufox page, but I'd like to change that :)14:19
cjwatsontmmoyer: right, so Lrrr's answer is correct, i.e. "nothing"14:19
tmmoyerLrrr: Since I am customizing to a specific release, I would prefer to use the same packages as are already being used by the installer14:20
asactjaalton: then whats the problem?14:20
cjwatsontmmoyer: so if you have the appropriate deb-src lines for that release then you'll be just fine14:20
tmmoyercjwatson: thanks14:20
tjaaltonasac: system wide..14:20
asacgood point ;)14:21
asactjaalton: what you could do is introducing a locked pref14:21
asactjaalton: that should prevent it from being overwritten14:22
tjaaltonasac: the problem is that users should be able to change it. we used to have a locked pref because there was no alternative, until I noticed the ubuntu-artwork stuff14:23
ScottKslangasek: Debian claims to have fixed Bug 138189 - Should that wait until after alpha2 or do you want a fix nowish?14:23
ubottuLaunchpad bug 138189 in pykdeextensions "application tries to dlopen /usr/lib/libpython2.5.so (only found in the -dev package) " [Medium,Confirmed] https://launchpad.net/bugs/13818914:23
asactjaalton: ill think about the options14:25
tjaaltonasac: cool, thanks14:25
lamontdear firefox.  if I switch to a different tab while you're fetching a page, I really _DO_NOT_WANT_ you to automatically yank me away from what I'm doing to visually smack me in the face with the finally-fetched web page.  I'll get back to it, honest.14:26
lamontno love14:26
liwlamont, firefox does that? ugh14:26
lamontyeah.14:26
lamontlaggy links for the los14:26
lamonts14:26
tedgI hate that too.  Epiphany.14:26
liwtedg, hmm, my epiphany doesn't do that14:27
tedgNow that FF redid their search bar to make it more like Epiphany it's one of the biggest reasons I still use Epiphany.14:27
tjaaltonasac: maybe I can modify ubuntu-mods.js and distribute it14:28
=== ember_ is now known as ember
asactjaalton: we should add preferences for "other" homepages in ubufox imo14:29
asacso admins can add their ubufox.online.homepage and ubufox.offline.homepage and ubufox.always.offline settings in /etc/14:29
tjaaltonasac: ok, that would be nice14:30
asacthe other thing is that firefoxs load order should not do 1. package, 2. /etc/ 3. extensions, 4. profile, but 1. package, 2. extensions, 3. /etc/, 4. profile14:30
tjaaltonyeah...14:30
asaci think thats a bug - which might be not-so-easy to fix14:30
asactjaalton: #24728114:35
tjaaltonasac: ok, so actually, it _did_ load my file from /etc/ff-3.0/pref, but only those settings that hasn't been set by ubufox :)14:38
norsettoasac: ok, we now have iceape-dev only as a b-d for gecko-mediaplayer (a small delta for us but a big leap for humankind, etc. etc.)14:38
asactjaalton: yeah. thats what the bug is about ;)14:38
asacnorsetto: does it build with iceape-dev?14:38
asacnorsetto: and more important: does it work in xulrunner-1.9 still14:39
norsettoasap: in Debian you mean, or in Ubuntu?14:39
norsettoasap?14:39
tjaaltonasac: ok, so I'll change what I can in ubuntu-mods.js14:39
tjaaltondirectly14:39
norsettoasac: in Debian you mean, or in Ubuntu?14:39
norsettoasac: it builds in both, but we don't want to build with that in Ubuntu, we will have to change it everytime14:40
asacnorsetto: in ubuntu14:40
asacnorsetto: we want to build with that in the end14:40
asacnorsetto: i think it just doesnt work atm14:40
asacnorsetto: please confirm that it breaks in xulrunner-1.9 if build with current iceape-dev14:41
norsettoasac: to builds it builds, I know because I tested that already, I can check to see if the plugin works with firefox-3.014:41
asactjaalton: maybe we should fix firefox extension manager to read a syspref directory for every extension as well14:43
asacthat might be simple14:43
asactjaalton: for now you can dump a link ZZsystem-config.js to your /etc/firefox-3.0/pref/myprefs.js in the ubufox defaults/preferences directory14:44
asactjaalton: does that help?14:44
norsettoasac: back to square 0, with latest iceape-dev in intrepid it doesn't even build, I could try to see if I can patch the configure stuff14:45
tjaaltonasac: ok, I'll try14:45
asacnorsetto: ok. makes sense. I will take that into account when i fix seamonkey14:45
asacnorsetto: so for now we have to change the build-depends i guess14:46
norsettoasac: so far yes, everything else should still be cool for Debian14:46
tjaaltonasac: yeah, that works :)14:47
asactjaalton: good14:47
norsettoasac: its looking for iceape-plugin.pc and iceape-xpcom.pc14:48
asacnorsetto: yes. i think we will ship compatibility links in the iceape-dev package14:51
=== smarter_ is now known as smarter
norsettoasac: hmmm, there is something fishy in there, there was a check for seamonkey already, but was misspelled as seamokey, but even correcting that it still doesn't find the .pc files14:57
asacnorsetto: strange14:57
norsettoasac: ahhh, I see why, libnspr-dev its not a depends of seamonkey-dev14:58
asacnorsetto: add libnspr4-dev then. shouldnt hurt in debian14:59
norsettoasac: yes, its already dragged in by iceape-dev in any case for them15:00
norsettoasac: ok, now it fails because it doesn't find the xpidl compiler15:04
asacnorsetto: hmm. yeah. i think we need libxul-dev until i fix seamonkey to ship the complete sdk15:07
norsettoasac: yes, alas there is no xpidl in seamonkey-dev15:08
sladenwhat's Agostino Russo's latest IRC nick?15:10
evandsladen: xivulon15:12
norsettoasac: I'm just amazed at how you guys can manage to keep a brain sane with all this iceape/seamonkey/firefox/xulrunner/xulrunner-1.9 stuff15:15
wereHamsterHardy doesn't use xorg autoconfiguration, and uses the xkb keyboard driver. Are there any plans to change that in the next release?15:22
Kanohi, what is scrollkeeper and why does it take ages when i install some packages while registering documents with scrollkeeper?15:28
wereHamsterKano: have you tried asking google?15:29
persiaKano: Insufficient implementation of dpkg-triggers15:29
Kanopersia: when will it be fixed?15:30
persiaKano: Sometime after someone builds a working trigger for scrollkeeper, and submits patches for all packages that use scrollkeeper.15:30
Kanopersia: how to disable that man-db trigger15:35
ograpersia, upstream works on a scrollkeeper replacement i was told15:36
ograso with a little luck scrollkeeper will die soon :)15:37
kirklandcjwatson: could have you a look at the patch for https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/247103 at your earliest convenience?15:37
ubottuLaunchpad bug 247103 in openssh "ssh init script should support the 'status' action" [Wishlist,In progress]15:37
persiaogra: Excellent news!15:38
ograpersia, http://live.gnome.org/Yelp/Spoon15:39
ografor reference15:39
persiahttp://rarian.freedesktop.org/15:40
seb128what is the discussion about?15:40
ograseb128, just a question about scrollkeeper slowness15:41
seb128alright15:41
seb128we will switch in intrepid soon15:42
ograyay15:42
seb128not this week though, I'm busy at GUADEC15:42
ograbah, slacker15:42
ogra:)15:42
ograhow is istanbul ?15:43
seb128great15:43
seb128the weather is a bit too hot during the day though15:43
Hobbseehow hot?15:43
seb128over 30°C15:44
seb128which is probably nothing for you15:44
StevenKCan we swap?15:44
Hobbseeyummy!15:44
Hobbseethat's still reasonably warm.  people here would be complaining at that sort of temperature.15:44
* Hobbsee would actually be warm at that temperature, though :P15:44
seb128on holidays that's alright15:44
LrrrI'd complain.  It is humid?15:45
seb12862% humidity apparently15:45
seb128looking quickly on a weather website15:46
Hobbseeouch.15:46
Lrrrthat's less than where I live can deliver.15:46
seb128alright, enough IRC for now, see you later15:48
ograseb128, enjoy :)15:49
cjwatsonstgraber: fix for your encrypted LVM bug in progress16:05
cjwatsonstgraber: did you file a bug for it? (if you didn't, don't worry, just want to know so I can close it)16:05
cjwatsonhmm, except that it created /dev/mapper/system-root and then randomly removed it. odd16:10
Hobbseestrange.  since when does networking not work in an intrepid chroot?16:10
Hobbsee(when the host does)16:10
sorenWhat doesn't work?16:11
Hobbseeapt-get update16:11
StevenKHow doesn't it work?16:11
Hobbsee(if you're meaning me)16:11
sorenHobbsee: I did.16:11
StevenKHobbsee: Perhaps /etc/resolv.conf didn't get copied?16:11
HobbseeErr http://ppa.launchpad.net intrepid Release.gpg16:11
Hobbsee  Could not resolve 'ppa.launchpad.net'16:11
sorenHobbsee: Do you have a resolv.conf in there?16:11
HobbseeStevenK: it was working when i last booted there...16:11
sorenThat's what they all say.16:11
StevenKHeh16:12
Hobbseeyes, it's blank.16:12
Hobbsee# generated by NetworkManager, do not edit!16:12
ograStevenK, since whne does it get copied automatically ?16:12
StevenKWhich would explain why it can't resolve names ... :-)16:12
sorenUnblank it.16:12
Hobbseeapart from ^16:12
StevenKogra: I thought debootstrap did that ...16:12
* ogra definately never had a resolv.conf in the ltsp chroots16:12
sorenNope.16:12
ograi have a plugin in the chroot builder for that16:12
Hobbseeoh, so if n/m's not running on the system, it all falls over and dies?  great.16:12
sorenHow do you get into the chroot?16:13
sorenpbuilder, schroot or just plain chroot?16:13
Hobbseechroot16:13
* Hobbsee copies the host system version in. there we are.16:13
cjwatsonStevenK: yes, it does16:14
cjwatson        conditional_cp /etc/resolv.conf "$TARGET"16:14
StevenKHah, I win.16:14
StevenK:-P16:14
ogracjwatson, hmm ? how do i trigger that ?16:14
ograits not done by default for me16:14
ograand never was16:14
* ogra would love to drop that plugin from ltsp16:15
cjwatson(since forever, I think)16:15
ograhmm16:15
cjwatsonit's done by default. perhaps when debootstrap runs for you /etc/resolv.conf doesn't exist16:16
ograltsp-build-client by defalt uses network packages ...16:16
ograso indeed it exists on the server i run it on16:16
cjwatsonin d-i, you run ltsp-build-client chrooted into /target, yes?16:16
Hobbseecjwatson: if you're talking to me, i doubt that's the case, as this is a proper intrepid system, on another partition16:16
cjwatsonat one point in the past, /etc/resolv.conf wasn't copied by that point16:17
cjwatsonHobbsee: was talking to ogra16:17
Hobbseecjwatson: ah, sorry.  couldn't tlel.16:17
ogracjwatson, yes, but i'm talking about a normal manual run of ltsp-build-client16:17
cjwatsonHobbsee: in your case it looks like NM was confused at the time16:17
ograi see that function should also copy /etc/hostname16:17
ograwhich definately doesnt happen either here16:17
* soren concurs16:18
cjwatsonogra: afraid I don't know, you'll have to dig into it16:18
ograyeah, just looking at the code ...16:18
ograbut all we do is call debootstrap ... no special stuff there16:18
* cjwatson suggests set -x in debootstrap16:18
ograhmm, its run from first_stage_install and i acually have all changes that function does ...16:19
ograintresting ... in my development chroots its actually correct, just not in ltsp client chroots16:21
* soren tries a vm-builder run with sh -x debootstrap16:21
ograogra@osiris:~/Devel/ltsp$ grep debootstrap ltsp-trunk/server/plugins/ltsp-build-client/Ubuntu/010-debootstrap16:22
ogra        debootstrap $DEBOOTSTRAPOPTS --arch $ARCH $DIST $ROOT $MIRROR16:22
ograDEBOOTSTRAPOPTS is usually empty ....16:22
* ogra scratches head16:22
stgrabercjwatson: hi, no I didn't file a bug for it, just reported it as a failed for Manual partitioning on the ISO tracker.16:39
=== Tonio__ is now known as Tonio_
orbisviciswhen patches are numbered 000 to 030, etc does that mean anything when i create my patch, 031 ?16:44
cjwatsonorbisvicis: it's just ordering, that's all16:51
orbisviciscjwatson, i still patch my changes against the original /sources/file.c ?16:52
tseliotdoes anybody know who approves the messages in the ubuntu-devel mailing list?16:53
cjwatsonorbisvicis: depends on the patch system16:53
cjwatsonorbisvicis: with dpatch, for instance, you should read the documentation for dpatch-edit-patch and use it16:53
cjwatsontseliot: me and others. Why?16:53
ograorbisvicis, use a patch tool like dpatch-edit-patch or wahtever your package uses ... it might be that other patches touched the file before16:54
orbisvicisogra, thats what i worried about16:54
orbisvicishoweverm i only see 30 patches, no config files for anypatch systems16:54
tseliotcjwatson: I sent a message to the mailing list to add useful information on the drivers in Intrepid but I received as a reply that it's a moderated list16:54
cjwatsontseliot: that is correct16:55
cjwatsonorbisvicis: https://wiki.ubuntu.com/MOTU/School/PatchingSources16:55
evandapproved16:55
cjwatsontseliot: there is no need to ask about moderation - we're pretty well on top of the queue16:56
cjwatsonit's generally processed several times per working day16:56
orbisviciscjwatson, ty. any links like that for pbuilder ?16:56
cjwatsonorbisvicis: the wiki has an excellent search feature16:57
tseliotevand: thanks16:57
cjwatson(sorry, apparently I should have pointed to https://wiki.ubuntu.com/PackagingGuide/PatchSystems instead)16:57
tseliotcjwatson: sorry, it was my 1st message in the mailing list16:57
orbisviciscjwatson, id like to know why pdebuilder doesnt need to be root to build a package when the base dir is /var/cache/pbuilder and owned by root. and how i can tell the difference between fakeroot and other files17:00
cjwatsonorbisvicis: the only reason root is required to build a package is to get file ownerships right, and fakeroot simulates enough stuff to allow that to work without root. Most uses of pbuilder only *read* the base tarball from /var/cache/pbuilder and unpack it elsewhere; they don't write to /var/cache/pbuilder.17:01
cjwatsonorbisvicis: please take further questions like this to #ubuntu-motu17:02
orbisviciscjwatson, thanks17:03
slangasekScottK: 138189> better after alpha2; how was it fixed in Debian?17:39
ScottKslangasek: Changed the name of the .so that it links to.  I swear I tried the same thing and it didn't work.17:40
slangasekScottK: as in, libpython2.5.so -> libpython2.5.so.1.0?17:40
ScottKYes.17:41
slangasekthat is the right fix, but kde-guidance still has to be rebuilt after the change is made in pykdeextensions17:41
ScottKYes.17:41
ScottKAlso need to drop the libpythonize-dev dependency too (I think that was it, I have notes).17:41
ScottKslangasek: We are close to dropping the KDE front ends for that package (for KDE4 alternatives).  Once the KDE specific stuff is gone, I intend to rename the source package to not have kde in the name.17:43
slangasekso did the Debian maintainers do anything about ensuring smooth upgrades? (conflicts with old versions of kde-guidance?)17:46
ScottKNo.  We're ahead of them in the transition.  For guidance-power-manager (which was ported to KDE4 and is in a separate package) we've done that.17:46
ScottKFor the display stuff, it's yet to be done.17:46
ScottKDebian will get this fun post-Lenny.17:47
alex-weejin light of the recent mails on devel-discuss, i filed this bug with the "regression" tag18:01
alex-weejhttps://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/24733518:01
ubottuLaunchpad bug 247335 in linux-meta "S3 suspend sometimes fails" [Undecided,New]18:01
alex-weejdid i do it right?18:01
cjwatsonhttp://people.ubuntu.com/~cjwatson/ubuntu-policy/ - work in progress18:15
sorencjwatson: Interesting.18:21
sorencjwatson: We talked about renaming Vcs- headers to XS-Debian-Vcs- a while back... Will that be mentioned?18:22
cjwatsonXS-Original- actually18:23
cjwatsonlike XSBC-Original-Maintainer18:23
cjwatsonVcs-* isn't mentioned yet, so I'm unsure about doing that18:24
sorencjwatson: Sure?18:25
cjwatsonBTW, for those who weren't in the UDS session, the plan is to get something vaguely right and then open it up for group maintenance, so you send a patch to ubuntu-devel, get somebody to second it, then get it applied18:25
* soren looks for the thread on the ml..18:25
cjwatson<cjwatson@sarantium ~/src/ubuntu/debian-policy/debian-policy>$ grep -i vcs policy.sgml18:25
cjwatson<cjwatson@sarantium ~/src/ubuntu/debian-policy/debian-policy>$18:25
sorenOh, they're not even mentioned in Debian's..18:25
cjwatsonthere is a changelog entry mentioning adding Vcs-Browser and Vcs-Git, but it's talking about the debian-policy package's own control file18:26
norsettosoren: they are in the maintainers guide IIRC18:26
sorenhttps://lists.ubuntu.com/archives/ubuntu-devel/2007-March/023366.html You suggested it yourself, and mdz seconded it... I've been renaming them to XS-Vcs-Debian myself. :/18:26
soren"it" being using "Debian" rather than "Original".18:27
cjwatsonhmm, yeah18:27
cjwatsonI don't seem to have adopted that myself yet, but fair point18:27
sorenIt's worth considering.18:28
cjwatsonXS-Vcs-Debian definitely seems irregular, should be XS-Debian-Vcs if anything18:28
sorenDid I say XS-Vcs-Debian? That was certainly a mistake if I did.18:29
cjwatsonthe only major thing in UbuntuPackagingChanges that I haven't applied yet is the LSB init script stuff18:29
* soren wanders off to the store..18:29
BenCis there a param to pass on the kernel command line to tell the livecd which xorg driver to use?19:00
ograyou could boot in commandline mode and fiddle with the config19:01
ograit has a textmode option iirc19:01
hwildewhere is the src for the /sbin/init  binary ?19:02
=== dpm_ is now known as dpm
ograhwilde, totally depends on your distro ;)19:03
ografor recent fedora and ubuntu its in upstart ... for others likely in some sysv-init package19:04
hwildewhy is it called upstart this is so confusing19:05
ograhwilde, whoops ignore that19:05
ograi thought i was in #ltsp :)19:05
ograits indeed in upstart :)19:05
hwildelol19:06
hwildeI usually am in ltsp too19:06
hwildejust not right now19:06
ograits called like that because its creator picked that name ... its a new concept and that the binary is called init is just for compatibility reasons i guess19:06
ograif you dont do that all apps relying on it to be called like that will have to be patched19:07
hwildeok so umm I have the src now19:07
lagaeg the kernel ;)19:07
ogra(i.e. if you would call it /sbin/upstart instead)19:08
hwildeupstart-0.3.919:08
hwildebut where is the src for /sbin/init19:08
hwildeoh maybe in the init directory19:08
hwildeman... rough day19:09
ogra:)19:09
hwildeok now here is what I don't understand19:09
hwildeif /sbin/init calls /etc/init.d/rc.local19:09
hwildewhere is rc.local referenced in the upstart src ??19:10
james_whwilde: see /etc/rc2.d/S99rc.local19:11
hwildejames_w, ok fair enough, but what calls /etc/rc2.d/S99rc.local19:13
ograhwilde, init is dumb, it just walks the rc dir of the initlevel19:14
hwildeso init runs through every file in /etc/rc2.d19:14
hwilde/etc/rc2.d/S99rc.local calls /etc/init.d/rc.local19:14
ograwhat exactly are you trying ?19:14
hwildeand /etc/init.d/rc.local calls /etc/rc.local ?19:15
hwildeI'm just trying to unravel the boot sequence19:15
ograright, if /etc/rc.local is executable the initscript calls it19:15
=== cprov-lunch is now known as cprov
cjwatson/etc/rc2.d/S99rc.local *is* /etc/init.d/rc.local (symlink), it doesn't call it19:28
cjwatson/etc/init.d/rc walks through the runlevel directory19:29
ograah right19:29
cjwatson/etc/event.d/rc[0-6] calls /etc/init.d/rc19:29
cjwatsonupstart reads /etc/event.d/* natively19:29
ogranot init on its own19:29
cjwatsonhowever, it might be less confusing to walk through that the other way round if you're trying to understand the boot sequence: rather than taking a script and trying to figure out what calls it, start from init and figure out what it calls19:30
hwildeexcept init doesn't really exist, it's called upstart19:33
hwildeand it doesn't actually reference anything, it walks through the entire /etc/rcX.d directory19:33
hwildeand those files doesn't actually exist, they are simlinks19:33
hwildeother than that it's really straightforward19:33
cjwatsonnothing there is especially non-straightforward19:35
cjwatsonpackages often provide binaries that are not identical to the name of the source package19:35
cjwatsonwalking through directories is completely standard for extensible programs19:35
cjwatsonsymlinks are trivial Unix functionality19:35
cjwatsonyou only find it difficult to unpick because you're working from the bottom up :)19:36
cjwatsondon't do that, and it will be easier19:36
hwildethe real problem is some noob copied /etc/rc.local to /etc/init.d/rc.local19:39
hwildethen things didn't work the way they expected19:39
hwildethen they started editing things19:39
ograyay, fun19:39
hwildenow I have to untangle it19:39
hwildebut i'm not even sure how it was supposed to be in the first place19:39
hwildenever had to look into that bc i've never messed it up19:39
ograreinstalling initscripts should give you the original /etc/init.d/rc.local back ...19:40
cjwatsonerr19:41
ogranot ?19:41
cjwatsononly if you use the dpkg --force-confnew option19:41
cjwatsonit's a conffile - you only get a resolution prompt if it has changed on both sides19:41
cjwatsonpersonally, if I didn't know the tools inside out, I would find another system running the same version of Ubuntu and 'diff -ru' the two /etc directories19:42
ogrameh, indeed19:42
cjwatsonthen you will be able to see the differences in files you know got clobbered, and undo them19:43
cjwatson(DO NOT JUST BLAT A NEW /etc OVER THE OLD ONE)19:43
sbeattieBTW, is there a way to get dpkg to report which files are marked as conffiles?19:43
cjwatsonthey're all in Conffiles: fields in the status file19:44
pittisbeattie: dpkg -s <packagename> shows them for a particular package19:44
cjwatson'dpkg -s' on a given package name will show them19:44
cjwatsonsnap19:44
pittisbeattie: /var/lib/dpkg/status has a list of all known ones, too19:44
sbeattieah, there we are. Thanks pitti and cjwatson19:44
cjwatsonrather than reading /var/lib/dpkg/status directly, install dctrl-tools and run: grep-status -sPackage,Conffiles -rFConffiles .19:45
cjwatsonthat'll show everything19:45
cjwatson(the dot at the end is part of the command, not a full stop)19:46
sbeattieah, regex for any char19:47
Lrrrbzr shelve is fiiine19:47
cjwatsonway ahead of you :-): http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2006-01-09-bzr-shelve.html19:48
LrrrI'm a Mercurial guy.19:48
Lrrrhg record sucks a bit compared to that.19:49
sbeattieLrrr: do you use mqueues?19:50
Lrrrsbeattie: Not really.19:51
cjwatsonthe problem with 'hg record' (and the similar 'darcs record') is that you end up committing something that has never existed in isolation, and therefore by definition cannot have been tested in isolation, in your working tree19:51
Lrrrsbeattie: I've used it though.19:51
Lrrrsbeattie: But I see you might mean that you can use mq in way similar to shelve.  If so, you are probably right.19:52
sbeattieWell, maybe.19:52
sbeattieI'm a longtime quilt user and found shelves counterintuitive, though the hunk-by-hunk nature of shelve is nice.19:53
sbeattiebut I haven't tried the bzr loom plugin yet, either.19:54
LrrrMy discovery of hg record is rather recent, so I have not grown use to anything yet.19:54
pittispeaking about bzr, "bzr rebase" FTW, too20:08
Lrrrbzr has so much nice things but still feels slower than Mercurial20:13
slytherinasac: is xulrunner-1.9-dev supposed to libxul-dev?20:22
Lrrrcjwatson: Germinate question again.  I want to manager 2 distributions sharing seed names in a single meta-package.  Is there some kind of way to make the seed outputs not overwrite each other or do I need to patch germinate again?20:26
asacslytherin: ?20:29
geserasac: add a "replace" to his question20:30
slytherinasac: I was trying to merge classpath from debian. Debian doesn't have xulrunner-1.9-dev yet so the package compiles fine there. When I replace libxul-dev with xulrunner-1.9-dev the gcjwebplugin fails to build. Reason seems to be that plugin related header files are in wrong path.20:31
Amaranthanyone know what the heck is going on with xorg? something broke compiz20:44
kirklandSo I'm writing an MIR for a source package that produces multiple binaries, of which the *only* one I actually need in main is the library/headers one20:46
kirklandCan I propose that only that binary package be promoted to main?20:46
asacslytherin: doesnt debian have xulrunner-dev instead?20:48
slytherinkirkland: why do you want it that way?20:48
kirklandslytherin: b/c i only need the library as a build dependency for another MIR.  the other binary packages have daemons, open network ports, etc.20:48
_MMA_slytherin: Because like he said he only cares about 1 of the binaries.20:49
_MMA_gah. too late.20:49
cjwatsonLrrr: I'd just run germinate-update-metapackage twice in two different temporary directories20:50
cjwatsonor maybe not even temporary20:50
slytherinasac: yes, didn't see it. But the problem remains that headers files nsIPlugin*.h are in path /usr/include/xulrunner-1.9/unstable/ instead of /usr/include/xulrunner-1.9/stable/ in case of xulrunner*-dev20:51
cjwatsone.g. (cd ubuntu && germinate-update-metapackage --bzr); (cd kubuntu && germinate-update-metapackage --bzr) and then use ubuntu/desktop-* and kubuntu/desktop-* as sources for substvars20:52
cjwatsonkirkland: yes, you may, although the source package will go into main20:52
Lrrrcjwatson: Oh I think I see what you mean thank you.20:55
ScottKkirkland: I just did that for sendmail so I could get libmilter-dev into Main.20:56
asacslytherin: well. you need to use libxul-unstable.pc to get unstable headers.  doesnt debian use that?20:58
slytherinasac: AFAIK, classpath is still using libxul-dev as build depends. It hasn't been ported to build with xulrunner*-dev20:59
Lrrrcjwatson: no, not really, I need to run it from the root of the package source tree so I can't have seperate directories21:00
cjwatsonLrrr: why do you need to run it from the root?21:01
cjwatsonoh, debian/control check21:01
cjwatsonhow about I add an --output-directory option21:01
asacslytherin: not sure what classpath does. maybe the port would just use libxul-unstable.pc21:02
Lrrrcjwatson: well, yeah, that would suit me, but do you want me to add it since it's not immediately useful to you?21:03
cjwatsonwell, I'd already started, but you can if you like ...21:04
cjwatson(go for it)21:04
cjwatsoncalc: the installer should now let you enter raw byte values by suffixing 'B'21:05
slytherinasac: classpath looks for pkg-config in following order, mozilla-plugin, firefox-plugin, xulrunner-plugin, mozilla-firefox-plugin, seamonkey-plugin, iceape-plugin. So the first one it finds is I guess mozilla-plugin which doesn't include path for unstable directory.21:06
Amaranthcan any of you confirm bug 24708821:06
ubottuLaunchpad bug 247088 in compiz-fusion-plugins-main "expo allows bypass of screensaver" [Undecided,New] https://launchpad.net/bugs/24708821:06
cjwatsonso '2147483648B' == 2G(i)B21:06
cjwatsonshould at least help work around problems even though it's not all the way there yet21:06
asacslytherin: mozilla-plugin is just basic plugin api. nsIPlugin should be xpcom are there tests for mozilla-xpcom?21:07
Lrrrgood python practice for meee21:07
slytherinasac: No, there are -xpcom tests for everything else except mozilla21:09
_MMA_Amaranth: I can't here.21:09
kirklandcjwatson: good, thanks.  i've tried to indicate such in https://wiki.ubuntu.com/MainInclusionReportTrousers21:09
asacslytherin: huh? whatelse would require xpcom if not mozilla?21:10
asacor do you mean firefox-xpcom etc.?21:10
slytherinasac: yes, the tests are like firefox-plugin, firefox-xpcom, then next xulrunner-plugin, xulrunner-xpcom etc.21:11
_MMA_Amaranth: I can't reproduce any way I try. I'm always asked for my password.21:13
slytherinasac: leave it now. It is midnight for me. I will try to debug tomorrow.21:13
Amaranth_MMA_: same here21:13
Amaranthdunno what is going on there21:13
_MMA_Amaranth: I actually *tried* to do this about 6 months ago. No luck then either.21:14
_MMA_Amaranth: Tried to bypass a locked screen with various Compiz effects that is.21:16
cjwatsonkirkland: should be fine21:17
kirklandcjwatson: thanks.21:17
cjwatsonkirkland: (remove question marks when you've answered questions, e.g. "vigorous ?" -> "vigorous")21:17
kirklandcjwatson: okay21:17
kirklandcjwatson: fwiw, i think the particular build dependency in question is not necessary.  i've email the debian maintainer about softening it.21:18
kirklandcjwatson: so that particular MIR may be null and void21:18
cjwatsonI didn't look at the report all that hard :)21:18
Amaranth_MMA_: did you bind a plain mouse button to expo?21:19
Amaranth_MMA_: so just hitting button 3 will activate it21:20
kirklandcjwatson: ;-)  btw, did you catch my ping earlier about an openssh-server init script patch?21:20
cjwatsonkirkland: uploaded a few minutes ago ...21:21
_MMA_Amaranth: Oh. I see. I mis-read that. I tried with keybindings and screenedges.21:21
kirklandcjwatson: ah, nice.21:21
Amaranth_MMA_: I remember trying this when we had a hack in compiz to prevent such things but now that we rely on the X server it may have broken21:21
kirklandcjwatson: shall I open a Debian bug after the  updated library function makes it into Debian?21:21
Amaranthand I'm on OS X right now so...21:22
_MMA_Amaranth: Ok. Tried with button3 on 2 boxes. 1 Intel, the other nVidia. No dice. Asks for password.21:25
cjwatsonkirkland: no need, I sync from time to time anyway21:25
kirklandcjwatson: cool, thanks.21:25
Amaranth_MMA_: did you make the password dialog pop up then try to activate expo or try to activate expo and it popped up the password dialog instead?21:26
_MMA_Both21:26
Amaranth_MMA_: alright, thanks21:27
kirklandslangasek: I think that only leaves the init script patch for samba awaiting sponsorship/upload (bug #247087)  ;-)21:27
ubottuLaunchpad bug 247087 in samba "samba init script status action" [Low,In progress] https://launchpad.net/bugs/24708721:27
slangasekkirkland: after the alpha, yes. :)21:34
kirklandslangasek: ah, gotcha ;-)21:34
Lrrrcjwatson: I've pushed the change to my personnal Germinate branch.  There is 2 or 3 changesets you might want to see there too but nothing that important.21:40
kirklandis it possible within launchpad to set a bug as a blocker for another bug?22:03
pittikirkland: no, it isn't22:03
kirklandhrm22:04
=== asac_ is now known as asac
cjwatsonLrrr: where's that?22:27
jcolecan someone enlighten me of why we dont also rebuild mini.iso everytime a new kernel is released -> /ubuntu/dists/hardy/main/installer-i386/current/images/netboot/mini.iso22:49
jcoles/we/ubuntu22:49
jcolelol22:49
jcoleit cannot find the modules for d-i since the kernel is newer22:50
cjwatsonjcole: /ubuntu/dists/hardy-updates/ - enjoy22:50
cjwatsonnote that the kernel is in hardy-updates too22:51
cjwatsonso match them up22:51
jcolecjwatson: i would kiss you, but im both straight and too far from you22:51
cjwatsonperhaps that is just as well ;-)22:52
rgbHello.22:53
rgbA question.  Is it already known that the last update seriously screwed up audio?22:53
slangasekrgb: that's a little vague, but there haven't been any major reports of audio regressions that I'm aware of, no22:55
greg-grgb: to report a new sound bug, see this page: https://wiki.ubuntu.com/DebuggingSoundProblems22:56
greg-gthe section titled "Reporting Sound Bugs" is what you want to follow22:56
rgbNo, I'd rather just know if anyone else has stopped by who also have music and video playback stop after x ammount of seconds.22:57
rgbRanging from 10 to about 25 seconds.22:57
slangasekrgb: no, and since you're the only one so far experiencing it, reporting a bug is the only reliable way to see that it gets fixed; so far, you haven't even said which update this happened with22:58
=== gaurdro_ is now known as MenschenFleisch
rgbThe latest.22:58
slangaseksorry, that means nothing; the latest what?  the latest release, the latest point release, the latest package added to -updates, the latest kernel in intrepid?22:59
slangasekyou'll have to give us a reference point that lets us understand what "latest" means to you23:00
rgbThe latest updates of all the packets, how am I supposed to know what that update is called?  They're all rolling.23:00
rgbToday, last 24 hours, huge ammount of new packets.23:00
greg-grgb: honestly, the best thing to do is to report a bug following the instructions on the page I linked.23:01
rgbI will, it's just that I'm severely pissed since even after completely reinstalling Hardy and then running the updates, it's still fucked.23:01
slangasekok, so you're running hardy; that's a starting point23:02
greg-gSorry for your issues, and that sounds like a bug that should be reported.  however, I am not experiencing the same issue so I can not report it for you.23:03
slangasekdo you have hardy-proposed enabled in your software sources, or only hardy-updates? ("Pre-released updates" vs. "Recommended updates")23:03
Chipzzrgb: not that you're doing so currently, but slight hint: if you want to take out your anger on someone, #ubuntu-devel is not the place to do it23:04
rgbI know, don't worry, I already vented most of my anger.23:04
Chipzzrgb: there have been people who did such things before; as such ;)23:05
rgbLessee, before reinstall I had selected Multiverse and Universe next to the default iirc.23:06
rgbLemme check the standard setting for repositories.23:06
rgbMain, Universe, Restricted and Multiverse are selected by default.23:06
rgbWhich I used since this reinstall.23:06
Chipzzrgb: that shouldn't matter (I think)23:06
rgbChipzz, I can understand.23:06
Chipzzthough you're right that universe and multiverse are not officially supported23:07
rgbHardy-proposed and hardy-backports are not selected under the updates slangasek.23:07
rgbSo Security and Updates only.23:07
stgraberrgb: if you run "aplay /usr/share/sounds/login.wav" from a terminal, do you get any sound ?23:08
slangasekok; there have been some packages moved from hardy-proposed to hardy-updates in the last couple of days, but I don't remember that any of these were sound-related23:09
slangasekthe only one that I guess might be would be the kernel itself23:09
stgraber(just trying to find the package that could have caused the regression)23:09
slangasekhmm, no, that's not recently-moved23:09
stgraberslangasek: -19 was a long time ago IIRC23:09
slangasekright23:09
stgraberany pulse update recently pushed to -updates ?23:09
slangasekno, there have been no pulse updates at all23:09
slangaseknor alsa updates23:09
rgbslangasek: I thought it was the kernal also, so did a bunch of degrades to the oldest version.  No success.23:10
stgraberbah, would have been too easy :)23:10
rgbstgraber: Probably, will test now.23:10
slangasekrgb: really, filing a bug should be your next step; given that there are no obviously-guilty packages that have been updated in the past couple of days, you'll need the help of someone who knows the sound packages closely, and not just people like me trying to guess based on what they see in the archive23:11
crimsuninstead of beating around the bush, run the alsa-info.sh script referenced at wiki/DebuggingSoundProblems.23:11
rgbAtm I cannot play it, but I have a video running in the background for testing purposes.  It keeps dying every random 10 to 30 seconds and continues another (greater) random ammount of seconds later.23:11
_MMA_There was a restricted modules update yesterday. Are the nVidia drivers only for GFX or do they apply to nForce boards as well?23:12
rgbI don't have an nForce board.23:13
_MMA_k23:13
crimsun_MMA_: graphics.23:13
rgbSo that doesn't apply to me.23:13
stgraber_MMA_: AFAIK the nvidia chipset has its drivers in the kernel23:13
_MMA_nm me then. :P23:13
norsettorgb: is that a laptop or you have external speakers?23:13
rgbIt's a desktop.23:14
crimsun(nforce audio is provided by i810_audio, snd-intel8x0, or nvsound - plus the associated ac'97 codec driver, respectively.  Only when dealing with nvsound is it irrelevant.)23:14
rgbConnected to my stereo.23:14
norsettorgb: check your cable then23:14
rgbnorsetto: I can get sound.23:14
rgbI hear sound.23:14
rgbThe problem is the sudden and random stopping.23:15
rgbAnd after a while continuing.23:15
crimsunalso, why is this discussion occurring here?23:15
norsettorgb: you said comes and go, that typically a cable problem23:15
rgbnorsetto: You would think so.  But when also the video stops I doubt it's a cable problem.23:15
rgbAnd I have done nothing about my cabling in months.23:16
norsettorgb: then its not just a sound problem, which is what you have reported so far23:16
rgbAnd seeing as everything worked fine 2 days ago.23:16
rgbPossibly.23:16
rgbBut it also happens in audacious where there's no video.23:16
rgbHence my main hunch was that the sound was destroying everything.23:17
crimsunnice one, but no.23:17
crimsunand if you continue to rant without actually providing useful debugging info, it's pretty futile.23:17
rgbSorry that I'm not able to do everything at once n_n23:18
crimsunagain, multiple have pointed you to the wiki/DebuggingSoundProblems page.  I specifically mentioned the alsa-info.sh bash script that you need to download invoke via bash in a terminal.23:18
alex_mayorgahello all devs, can somebady take a quick look at my last comment on bug #121111 please?23:18
ubottuLaunchpad bug 121111 in linux-source-2.6.22 "Gutsy Tribe 3 CD don't load on Dell Inspiron 1501" [Medium,Fix released] https://launchpad.net/bugs/12111123:18
rgbhttp://pastebin.ca/1068602  <<< Utils script uploaded that.23:18
alex_mayorgaI hadn't renamed the bug, but seem to be recurring on Intrepid alphas, thanks in advance23:18
rgbcrimsun: I had read it, I was already reading the Wiki but did not wish to keep people here waiting too long.  Hence the delay in numerous things.23:19
crimsunrgb: I'm happy to help you in #ubuntu.  This channel isn't appropriate.23:19
rgbI was there, too loud and didn't get through.  Will go there again.23:20
slangasekalex_mayorga: I recommend that you open a new bug; even with the same symptoms and the same workaround, it may not be the same issue anymore, and it's easier for developers to merge two reports that are the same than to winnow out information from two unrelated bugs being reported in the same bug number23:20
alex_mayorgaslangasek, thanks will do23:21
Lrrrcjwatson: lp:~fdgonthier/germinate/fdg23:45

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