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

=== j_ack_ is now known as j_ack
slangaseksuperm1: well, looks like my headset isn't attaching any better with 2.6.27-500:34
stgraberslangasek: is that SCO ?00:37
slangasekstgraber: yes00:37
stgraberok, got some problem with mine as well, haven't tried with today's kernel though00:38
slangasekhmm, I'm getting stack traces in /var/log/syslog that point to an apparmor issue00:38
stgraberattaching using alsa and the alsa-bluez thing (.asoundrc) didn't quite work (I got sound but microphone was crappy) and using btsco just didn't work at all00:38
slangasekbluez-alsa doesn't work at all for me, I get errors trying to connect00:39
stgraberseems to attach correctly here with btsco but I can't make any sound to come through the headset00:43
TheMusosuperm1: I am not keen on updating pulseaudio this close to release.00:43
stgraberdoh, no my btsco seems to have crashed (process is I/O wait ...)00:50
* calc hates LP downtime :\00:51
calci forgot it was currently down and tried to commit00:51
directhexso, who likes the idea of a SRU for gnupg2 for pretty much every currently supported release? :)00:53
ScottKNo.00:54
ScottKWhy?00:54
directhexit may (i repeat, may, am trying to confirm) be the cause of an infuriating problem in *completely* unrelated software00:56
slangasekjdstrand: is there a way that I could bypass apparmor_socket_sendmsg in the kernel without having to rebuild the kernel?  I'm trying to rule out apparmor interaction as the source of some bluetooth problems01:04
sbeattieslangasek: I think you need to add "apparmor.enabled=0" to the kernel boot line01:17
slangaseksbeattie: thanks, testing01:17
sbeattiethat IIRC should cause apparmor to not register its LSM hooks.01:17
slangasekgar01:29
slangasekasac: do you know if anyone, at any point, has ever *tested* the keyfile plugin to NM?  Because it's still uselessly broken for me01:29
superm1TheMuso, i didn't think so.  not a highly critical issue anyhow.  Jaunty will hopefully introduce nice bluetooth headset support then :)02:24
superm1stgraber, ah i don't have any headsets with mics.  i've only used stereo audio with mine (i have bluetooth headphones)02:25
superm1slangasek, that's too bad.  well nonetheless no changes over the bluez 3.x packages currently sitting in intrepid though right?02:26
=== mthaddon changed the topic of #ubuntu-devel to: Intrepid beta released | archive: Feature Freeze | Development of Ubuntu (not support, not application development on Ubuntu) | #ubuntu for support and generaldiscussion for dapper/feisty/gutsy/hardy, #ubuntu+1 for intrepid | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs
slangaseksuperm1: not as far as I can tell, but then, it's not clear to me whether this is a solvable problem with one version over the other...02:33
slangaseksuperm1: I would obviously be a lot more enthusiastic about approving an exception if either version was doing useful things for me :/02:35
stgrabersuperm1: oh, you have stereo headsets using SCO and not A2DP ? (I thought A2DP was done for stereo headsets and supposed to provide a better quality for these)02:56
slangasekI didn't think SCO would even do stereo...?03:19
stgraberslangasek: if it does, I didn't know either :)03:25
dx9s_homehey what talk have you guys had about building kernels with 64GB support (PAE) in 32-bit side???03:33
dx9s_homeand make it offical kernel (instead of people like me, DL the ubuntu patched kernel source and recompiling the kernel with usually one or two option changes)03:34
dx9s_homewas wondering what compatibility issues might pop up if the generic kernel has PAE enabled and what CPU issues it would cause ? ...03:36
persiadx9s_home, PAE requires HW support.  I believe it is enabled in the -server kernel (although I may be mistaken)03:37
dx9s_homeI don't think so.03:38
dx9s_homebut I could be wrong too03:38
dx9s_homecrap  sorry03:38
persiadx9s_home, This is being discussed at http://brainstorm.ubuntu.com/idea/1553/ : you may want to follow the discussion there.03:39
dx9s_homewhat I was going to say before I pressed the wrong button03:39
dx9s_homePAE is available on Pentium PRO and newer cpus.. what if it's enabled and by CHANCE a PAE enabled kernel runs on 486 .... would it crash?03:40
stgraberroot@data:~# cat /boot/config-2.6.24-19-server | grep 64G03:40
stgraberCONFIG_HIGHMEM64G=y03:40
stgraberroot@data:~# cat /boot/config-2.6.24-19-server | grep PAE03:40
stgraberCONFIG_X86_PAE=y03:40
dx9s_homethanks stgraber ... I wasn't sure...03:40
dx9s_homeokay ... yes... "CPU too old" see that now03:42
dx9s_homebut PAE is fairly common now ... (like I said... Pentium Pro and newer Intel CPU's and forget where on AMD side... I don't know about some of the fairly strange x86 CPU's... those might not have PAE yet)03:44
slangasek"Pentium Pro" - that's incorrect03:44
dx9s_homeso for desktop... the only was is to go with custom compiled kernel each time03:44
slangasekthere are lots of newer chips that don't support PAE03:44
dx9s_hometrue03:45
slangasekwell, wikipedia says it's specifically the Pentium Ms that don't support it (heh, figures)03:46
dx9s_homefor some.. the option to go 64-bit native bypasses the need for PAE.. but for those that still want 32-bit kernel (for various reasons, like wine or things like non-64-bit code... from commercial sources [closed source]) ...03:47
stgraberjust install the server kernel, what's the problem with it ?03:48
persiadx9s_home, wine runs on Ubuntu amd64.  There's also support for some third-party 32-bit binaries (read the wiki entry for skype).  Alternately, install the -server kernel.03:48
dx9s_homenot optimized with desktop in mind03:48
slangasekPAE is not a desktop technology03:50
dx9s_homewell a while ago (on my first AMD64).. I did some benchmarks.. and running 32-bit code under a 64-bit kernel (dual mode).. you incur a performance penalty during context switches to-from 32<->64 -bit ... it hurts performance .. but it possible to run both at same time (I know)... I suspect that the new "VT" things helps some03:50
dx9s_homeI know.. but PAE on "desktop" machines is common... (and desktop machines with 4G+ memory is more common)03:51
ajmitchdoesn't PAE itself have some overhead?03:52
dx9s_homesome03:52
dx9s_homeit has memory limits where a "Segment/selector" of memory cannot point to more than 4G at a time03:53
dx9s_homeaka cannot directly point to and "offset" more than 4G for any one memory pointer03:53
persiaajmitch, Indeed it does.03:55
dx9s_homeso . basically I am not making any sense... and will continue to custom compile a PAE kernel for desktop support ... was hoping to convince talking about 32-bit kernels with PAE and optimized for desktop (or perhaps even RT)03:56
persiadx9s_home, You may want to look at linux-rt for the latter.04:04
dx9s_homestill no PAE04:04
superm1stgraber, ah no, my headset does use a2dp, that's right04:10
stgrabersuperm1: ok, would have been stranged otherwise :) so SCO is really broken at the moment ...04:10
superm1stgraber, well i'll rummage around for my old headset for my mobile phone, that should be using sco04:11
persiaI thought btsco was no longer encouraged for use, as a2dp has become sufficiently mature.04:14
stgraberyes, I've been testing with my Logitech HS05. It used to work just fine with .asoundrc in Hardy04:14
stgraberpersia: as I understand it SCO and A2DP are two different bluetooth protocol and far from all devices offer both. (I don't know much about bluetooth though)04:14
dx9s_homestgraber, that sounds correct04:16
johanbrYes, SCO and A2DP are different.04:16
dx9s_homeI have a headphone that provides A2DP and the Hands Free Profile (Moto's S9) ... and that can cause some problems...04:17
johanbrThere are a number of different ways of using SCO. The recommended one seems to be to use the bluez audio service, but last I tried it didn't work all that well.04:18
superm1stgraber, okay so I dug up my mono headset thing i used to use with my mobile.  sco is less attractive than a2dp indeed :(04:32
stgraberhehe :) but I tend to like to use SCO when I want a quick way of doing some skype/twinkle/...04:33
stgraberI like the idea of having the same device for my cell and my lappy04:33
superm1stgraber, well it would be nice if somehow this would segfault or something useful04:33
superm1'ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)' simply isn't useful to me04:33
persiasuperm1, At least it's a hint : what does the BT_GETCAPABILITIES macro do?  Perhaps the device in question doesn't support the target profile?04:35
slangaseksuperm1: it's bluetoothd itself that fails, so there's stuff in the logs; but I haven't been able to make any progress from there04:36
slangasek(and it still fails after disabling apparmor, so the apparmor stack trace is a red herring)04:36
superm1slangasek, my bluetoothd isn't crashing from this at least04:36
superm1slangasek, so you must be pulling yours down harder04:36
slangasekI didn't say it was crashing04:36
slangasekmerely failing04:37
slangasekOct  6 17:57:39 dario bluetoothd[6163]: link_key_request (sba=00:19:7D:E9:26:00, dba=00:1A:0E:02:B7:54)04:37
slangasek^^ that's what I get04:37
slangasekOct  6 17:57:49 dario bluetoothd[6163]: Unable to lock headset04:37
slangasekOct  6 17:57:49 dario bluetoothd[6163]: config failed04:37
slangaseksuperm1: anyway, not to change the subject, but freeze exception granted :)04:38
superm1ah that's more interesting then.  i'll see if i'm seeing simliar04:38
superm1slangasek, okay great.  i'll get things in order to get things uploaded tomorrow04:38
TheMusosuperm1: Please send me the alsa-lib bits. I may have to do another alsa-lib upload, so its easier if I do it all at once.04:41
TheMusosuperm1: if thats ok with you.04:41
superm1TheMuso, there should be a debdiff on that bug04:41
superm1TheMuso, if you want to extract the patch from there04:41
TheMusosuperm1: oh, ok. I'll have a look.04:41
superm1stgraber, interesting, i cleared out /var/lib/bluetooth and repaired.  this time it does register as SCO for me: http://paste.ubuntu.com/54863/04:48
superm1still doesn't play properly, but at least registering the right service this time04:48
savvasjust a quick question, is it normal that gnome is 2.24 and gnome-system-tools is 2.22 in intrepid?05:07
lukehasnonameso is it weird to anyone that when I rsync from a backup to my /home/luke directory, it breaks something to where I can't start any graphical apps? MTI-COOKIE or something error05:09
persialukehasnoname, You probably copied your Xauthority file.05:11
wgrantlukehasnoname: That's not weird if you erase or overwrite .Xauthority, no.05:11
lukehasnonamehmmm <_<05:11
lukehasnoname*adds an --exclude*05:12
lukehasnonameOK, the exclude option is terribly documented05:14
lukehasnonamersync master@192.168.10.100:/home/backup/ /home/luke/ --exclude ~/.wine/ --exclude ~/.Xauthority05:14
lukehasnonamersync master@192.168.10.100: /home/backup/ /home/luke/ --exclude ~/.wine/ --exclude ~/.Xauthority05:14
lukehasnonameIt tells me it's skipping . and doesn't do anythin05:14
StevenKYou probably want rsync -a05:15
lukehasnonameaw hell, yes. I'm tired.05:15
lukehasnonameI usually use -avh05:15
StevenK-avh is good05:15
dx9s_homewhat about removing and recreating the .Xauthority ? or am I missing something (not entirely impossible)05:16
lukehasnonameif I'm doing it over anything more than my local router -avzhe ssh05:16
lukehasnonamedx9s_home: possible05:16
erastNCommander: nexenta-on package which includes full nexenta kernel sources uploaded into hardy repository now, its very initial, so don't expect much... the work will continue05:36
ScottK-laptopNCommander: Any suggestions on http://launchpadlibrarian.net/18275920/buildlog_ubuntu-intrepid-sparc.kdebase-workspace_4:4.1.2-0ubuntu5_FAILEDTOBUILD.txt.gz05:40
ScottK-laptopNCommander: I'm heading to bed, but I'll read the scrollback in ~6 hours.05:41
pittiGood morning06:23
mvohey pitti!06:26
StevenKMorning pitti!06:27
ion_Hi06:28
* pitti hugs the lot06:28
pittimvo: hey Mr. Foundations Team :)06:28
StevenKpitti: Is the NBS list getting updated since the drescher -> cocoplum move?06:29
pittiStevenK: oh, good point; apparently not06:29
* pitti pokes06:29
ion_Anyone feel like sponsoring http://launchpadlibrarian.net/18250664/iconv.debdiff to fix LP #278195? Thanks.06:35
ubottuLaunchpad bug 278195 in gnokii "Incorrect encoding for the synchronized entries" [Undecided,New] https://launchpad.net/bugs/27819506:35
=== cjwatson changed the topic of #ubuntu-devel to: 8.10 beta released | archive: Feature Freeze | Development of Ubuntu (not support, not app development on Ubuntu) | #ubuntu for support and general discussion for dapper-hardy, #ubuntu+1 for intrepid | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs
* cjwatson puts his topic changes from last night back06:47
=== tkamppeter_ is now known as tkamppeter
dholbachpitti: somebody told me that xvfb was unhappy in intrepid - is there a bug filed for it?07:07
pittidholbach: I don't know details, I'm afraid07:08
dholbachOK, thanks07:08
* StevenK notices the foo directory on NBS and looks at pitti 07:09
pittiStevenK: that was my rsync test07:09
StevenKHeh07:09
StevenKdholbach: I've heard that, and have a rebuild pending due to it. Anything you find out I'd be happy to know07:14
dholbachStevenK: alright07:14
NCommanderpitti, you around?08:22
stefanlsdDoes anyone have an idea why my computer insist's of cpu-stepping to minimum (i'm on power).  cpufreq-selector -g performance fixes it, but need to run it manually everytime. running intrepid on a dell vostro 150008:23
RAOFmvo: It seems there's been an compiz upload that doesn't appear in lp:~compiz/ubuntu.  Would you like me to roll that in to bzr?08:44
mvoRAOF: let me check, maybe just a forgoten push?08:45
seb128hey mvo!08:45
mvoRAOF: hm, no. so please add it08:45
mvohey seb12808:45
RAOFOnce that's done, I can add an LP bug number to the XDG_CONFIG_DIRS fix; people are hitting it.08:45
mvoRAOF: ok, cool08:46
mvoRAOF: we should probably branch the tree, I had hoped to get 0.7.8 FFE accepted and the current bzr is based on this08:46
seb128mvo: it didn't get accepted?08:46
mvoseb128: oh, sorry. I'm 18h late, I was granted now08:47
mvo^--- RAOF (bug 273923)08:47
ubottuLaunchpad bug 273923 in compiz "freeze exception for 0.7.8" [Undecided,Confirmed] https://launchpad.net/bugs/27392308:47
* mvo does a little dance08:47
seb128mvo: ah ok, didn't know about that, I was just being curious ;-)08:47
RAOFmvo: Yeah, I noticed that FFe grant :)08:48
RAOFBut, not having core-dev powers... ;)08:48
mvoseb128: took a bit (because of beta freeze in between etc)08:48
seb128mvo: if you upload this one and doesn't fix my keyboard focus issue on workspace switching before intrepid I'll find you ;-)08:48
* seb128 hugs mvo08:48
mvoRAOF: right, just let me know when you are finished with bzr and I do the final upload :)08:49
mvoseb128: *cough*08:49
mvoseb128: I can't remember if we talked about it, but IIRC you reported a bug about it, right?08:51
seb128mvo: I don't think I reported a bug but you said you were getting the issue when being quicker than the animation display08:53
mvoseb128: yes, but not always, I could reproduce it sometimes, but not reliable08:53
RAOFmvo: You might want to clarify what 029_compiz_manager_decoration.patch does; I'm pretty sure it doesn't blacklist an Intel driver, which is what the changelog entry says :)08:53
seb128you need to be quicker ;-)08:53
mvoheh :)08:54
seb128mvo: btw do you know about totem crashing on intrepid intel card when using compiz?08:54
mvoseb128: no, I have a machine that I could test that with though08:54
mvoseb128: its still running hardy, but I guess its a good time to test this anyway08:54
RAOFmvo: I'm not _entirely_ sure what to do here; should I retrospectively alter the changelog, or add a new "whoops" entry to the current log?08:54
seb128mvo: The error was 'BadAlloc (insufficient resources for operation)'.08:55
mvoRAOF: 028_ has "+T="$T 8086:2e02 " # Intel Eaglelake" for me08:56
mvoseb128: hm, sounds like something with exa again :/08:56
RAOFmvo: Yes, but the changelog entry _after_ that talks about 29_compiz_manager08:56
seb128mvo: should I try XAA?08:57
RAOFmvo: Which is removing the starting of the decorator from the script (It's the 0ubuntu12 log entry)08:57
mvoRAOF: hm, I guess retro correcting is ok in this case (if its a obvious typo from me, maybe with a changelog entry about the changelog :)08:58
mvoseb128: do you get the error yourself?08:58
seb128mvo: yes08:58
mvoseb128: aha, cool. please put Xorg.0.log somewhere, I would like to have a look08:58
seb128mvo: http://people.ubuntu.com/~seb128/Xorg.0.log09:00
pittiHi NCommander09:02
NCommanderpitti, think you can tackle a usplash question?09:02
NCommanderpitti, I'm trying to figure out if there has been any recent changes in usplash to make it work while a machine is coming out of hibernation. I somehow got roped into looking at this bug in Debian :-)09:03
pittiNCommander: there haven't been any changes to usplash recently, no09:03
NCommanderDarn. I was hoping it was something non-Debian specific09:03
* NCommander pulls out his hacking toolbelt and dives in to fix it09:03
pittiNCommander: there might have been some in sysvutils in Debian, to integreate *splash more tightly, but we didn't merge for a while09:03
NCommanderI think its an issue with initramfs on Debian09:04
mvoseb128: "  * Disable 01_fix_compiz_video.diff, since it appears to be obsolete09:04
mvo    by now.09:04
mvo ^--- from the xserver-xorg-video-intel changelog. looks like its not quite obsolete by now ;)09:04
NCommanderSince if you kill the usplash commands there, it seemingly resolves the hang09:04
RAOFmvo: Compiz pushed; please check there's no glaring problems :)09:04
seb128mvo: bad xorg guys!09:04
NCommanderpitti, http://img262.imageshack.us/my.php?image=screenshotqi1.png - is that a bug against libpam0g, debian-installer, or something else :-)09:04
mvothanks RAOF!09:05
mvoseb128: hm, is that your machine with the i965?09:06
seb128mvo: yes09:06
pittiNCommander: what does that have to do with usplash?09:06
* mvo scratches his head09:06
pittiNCommander: and what's the bug there? that's a legitimate debconf question?09:06
NCommanderpitti, is it susposed to prompt for restarting services during an inital installation?09:06
NCommanderpitti, oh, that wasn't with usplash, just something that popped up while we were talking09:07
pittiNCommander: oh; no, of course not09:07
StevenKNCommander: My machine does usplash during resume09:07
NCommanderStevenK, Debian?09:07
seb128mvo: I can try rebuild the intel driver using this patch if you want09:07
StevenKNCommander: Of course not09:07
* NCommander falls over09:07
mvoseb128: hm, that patch was for older cards, the i965 should not make a difference, but you could still try it (should be build quickly)09:07
StevenKNCommander: Who's my employer, again? :-P09:07
NCommanderRight, stupid question.09:07
mvoseb128: the patch is still in the series file09:07
seb128mvo: ok will do that09:07
mvoseb128: please also enable 11_textured_video09:08
seb128mvo: both in the same run?09:08
mvoseb128: yes (quicker this way)09:09
mvoRAOF: I updated the changelog again and I think its now good to go09:20
tseliotpitti: can you merge from my jockey-generic branch?09:28
RAOFmvo: Hah!  I obviously need to aptutude update!09:29
seb128re09:29
pittitseliot: hm, didn't you just introduce the Disable dri2 thing because it breaks something else?09:29
mvoRAOF: heh :)09:29
seb128mvo: not good, when stating playing a video the screen turn to whole gray and I had to reboot09:30
tseliotpitti: dri2 was removed by the current Xorg and it breaks nvidia-settings and nvidia-xconfig which share the same parser09:31
pittiah, so we don't need it any more09:31
mvoseb128: *ick*09:31
pittitseliot: removeOption() will not error out if the option doesn't exist?09:31
mvoseb128: that is nasty09:32
seb128pitti: is video playing working under compiz on your laptop?09:32
pittiseb128: trying09:32
tseliotpitti: no, it won't09:32
pittiseb128: yes, both windowed and fullscreen09:33
seb128pitti: hum, ok09:33
pittiseb128: I didn't dist-upgrade today yet, though09:33
* pitti does now09:33
seb128me neither09:33
seb128it's broken for some weeks09:33
pittiVersion: 1:0.7.7+git20080807-0ubuntu1209:33
pittioh, I had noticed that09:34
pitti"I would have", I mean09:34
pittiindeed there's a new compiz today09:34
pittiI was about to reboot to the hardy kernel anyway, I'll test it alongside09:34
mvopitti: you have a i945, right? not a i965?09:36
pittimvo: right09:36
mvoseb128:  it may only affect i965 (but that is useful information for sure)09:36
pittiseb128: oh, btw, I'm running the slightly older -intel driver (ubuntu4), since ubuntu6 is broken for me09:39
* pitti will file a report soon, he just discussed it with tjaalton so far09:39
seb128I'm wondering if anybody looks at the intel bugs09:42
liwmvo, welcome back; system-cleaner 1.10 was uploaded yesterday :)09:42
seb128https://edge.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bugs sorted by new bugs, most of the first page looks like it has not been triaged09:43
mvoliw: sounds like I'm right back in time!09:44
rom1vhi09:47
rom1vis there a chance that this fix would be included in intrepid : https://bugs.launchpad.net/ubuntu/+bug/215876 ?09:48
ubottuLaunchpad bug 215876 in ubuntu "compiz & nvidia-settings" [Undecided,New]09:48
sivangliw: hi09:50
sivangliw: you develop system cleaner ?09:50
liwsivang, yes09:50
Hobbseemvo: perhaps you might add rom1v's fix to your upload09:51
mvoHobbsee: I'm collecting changes currently. what bugnumber is this one?09:52
Hobbsee[19:48] <rom1v> is there a chance that this fix would be included in intrepid : https://bugs.launchpad.net/ubuntu/+bug/215876 ?09:52
=== davmor2 is now known as davmor2_away
ubottuLaunchpad bug 215876 in ubuntu "compiz & nvidia-settings" [Undecided,New]09:52
mvoHobbsee: I have anohter one for firefox that needs to be added as well09:52
mvothanks Hobbsee09:52
Hobbseemvo: you're welcom09:52
Hobbseee09:52
mvorom1v: hello! thanks for your patch. I think this came up before and I was wondering why this is not added to the Xsession.d from the nvidia-settings package?09:53
sivangliw: nice, how do you know which kernel to remove and which one to leave ?09:53
rom1vmvo, do you think it is better to add it to the Xsession.d ?09:54
liwsivan, system-cleaner does not special case kernel packages, so it removes those kernels that are no longer available in the archive09:54
rom1vmaybe, I just make a patch which works, but if you think it should be on another place, feel free :)09:54
mvorom1v: I don't know a great deal about nvidia-settings, but it sounds like this would be useful for metacity users as well (or people running stuff like afterstep etc)09:54
rom1vI think it's only for composite wm09:55
rom1vbut not sure09:55
mvorom1v: aha, thanks. I have a look, thanks09:55
sivangliw: ah I see, thanks09:55
sivangliw: I once created a spec, https://wiki.ubuntu.com/SystemCleanUpTool that's why I'm happy to see that there's already a tool uploaded :)09:57
rom1vmvo: when you have some more details about that, could you comment the bug ?09:57
=== dholbach_ is now known as dholbach
james_wis anyone else noticing evolution sending two copies of emails?10:01
james_wI only have a suspicion so far...10:01
pittijames_w: one for the recipient, one for the NSA?10:02
james_wheh :-)10:02
liwsivang, cool :)10:05
* sivang notices there's now a last-good-boot mechanism in grub, easing solving the left over kernels problem10:11
liwsivang, yup10:11
sivangliw: is there a tool already to remove old kernels ? or to notify when there's a last-good-boot ?10:18
persiasuperm1, stgraber: Re: SCO connectivity: http://marc.info/?l=linux-bluetooth&m=122309203608203&w=2 may be interesting : supposed to be resolved in 4.1110:18
liwsivang, as far as I understand, the new approach to kernel packaging will take care of old kernels in the future, and system-cleaner's orphaned package removal will take care of currently obsolete kernel packages10:19
rom1vmvo: do you think removing the code "# special case handling for dapper upgrades (this runs only once after the upgrade)" in /usr/bin/gnome-wm has a risk?10:20
sivangliw: but can a situation arise where a user boots a kernel from an orphaned kernel package ?10:20
sivangliw: since then removing obsolete kernel packages might do harm10:21
liwsivang, that can happen with any package that system-clenaer thinks is cruft; that's why the user needs to confirm the list10:21
mvorom1v: no, that should be fine now10:22
sivangliw: right10:22
sivangliw: I'm thinking along the lines of huristics similar to the popularity contest, but for actual usage of packages.10:23
sivangliw: (not for kernel packages obviously)10:23
liwsivang, that might be interesting10:23
cjwatsonthat's excessive, system-cleaner should just check the running kernel version (if it doesn't already)10:23
rom1vok, could you take care of it (I'm just a simple user)?10:23
cjwatsonI believe apt-get autoremove already checks that10:23
=== mneptok_ is now known as mneptok
sivangcjwatson: was that addressed to us ? :)10:24
cjwatsonyes10:24
mvoupdate-manager does for sure10:25
sivanghow is packages usage measured?10:25
sivangnot installation, usage.10:25
sivangbtw, big hi(s) mvo , cjwatson10:26
mvohey sivang :)10:26
sivangcjwatson: apt-get autoremove checks the running kernel version?10:27
liwis there still a chance that a Main Inclusion Request for system-cleaner could be approved for intrepid?10:29
loolliw: I don't see it in https://bugs.edge.launchpad.net/~ubuntu-mir10:30
loolliw: Is ubuntu-mir subscribed?10:30
liwlool, I haven't filed one yet, I'm wanting to know if MIRs have any chance of being approved for intrepid or if I'd be wasting everyone's time by writing one (but perhaps asking about that is wasting time)10:31
loolYou're going to have to write anyway, don't you?  :)10:31
liwtrue, I guess :)10:32
* liw goes write one10:32
cjwatsonsivang: that does indeed appear to be what I said, although it's just a memory and I haven't yet found evidence for it10:35
cjwatsonso I may be mistaken10:36
sivangcjwatson: okay10:36
pittiStevenK: http://people.ubuntu.com/~ubuntu-archive/NBS/ is current now10:39
StevenKWoot!10:40
StevenKUgh, it's even bigger now10:44
persiaMost of it is without rdepends though...10:45
=== nm-rocker is now known as asac_
StevenKMost of it is are two kernels, which you can't rely on rdepends for.10:48
Tonio_hi !10:50
pittiStevenK: -4 can be killed, and -5 as soon as d-i moves to -610:50
StevenKWhat about the ports kernel?10:50
StevenKHas d-i moved to 2.6.25-2?10:50
StevenKcjwatson: ^10:50
StevenKseb128: gimp is in main, and libgegl-0.0-dev is in universe10:52
seb128StevenK: you are stating to obvious ;-)10:53
StevenKHeh10:53
seb128StevenK: didrocks is working on writting the required mirs, the gegl one is written, still need the babl one10:53
StevenKWhat is it with library names that sound like random letters10:53
didrocksStevenK: gegl is the new "engine" of gimp10:54
persialibsdfj23c02a ?10:54
StevenKdidrocks: I know10:54
didrocksStevenK: sorry, I was thinking you were speaking about them :-)10:54
cjwatsonStevenK: yes10:55
cjwatson  * Move ports architectures to 2.6.25-2 kernels.10:55
cjwatson  * Move mainline architectures to 2.6.27-5 kernels.10:55
StevenKcjwatson: Excellent, thanks.10:55
StevenKpitti: Okay, binning -4 and -1 kernels10:55
pitti(NB that the kernel is at -6 already)10:55
cjwatsonthey've released -6 ? sigh10:55
StevenKHah10:55
StevenK-meta is still -510:56
pittiThe "ABI spreading like Tribbles" release :)10:56
StevenKHmmm. LRM is still -5, too10:56
=== asac_ is now known as asac
cjwatsonI'll commit the d-i update for -6, but won't upload it until more kernel bits are in10:59
cjwatsonit can't be NBS-removed until l-r-m and -meta are uploaded anyway11:00
StevenKRight.11:00
Riddellpitti: do you know when language packs will be uploaded?11:01
* liw says "whee" in a small voice, having filed his first MIR11:01
pittiRiddell: ArneGoetje is coordinating that now; "soon"11:01
RiddellArneGoetje: very soon would be nice, I have no idea if KDE translations are working11:02
StevenKChug chug chug11:03
* cjwatson deals with 2.6.27-6 binaries in new11:04
StevenKWhich means LRM is probably in DEPWAIT11:05
StevenKseb128: Are gimp-{gnomevfs,libcurl,python} really NBS or are they a side affect of gimp being in DEPWAIT?11:06
cjwatsonyes11:07
BenCcjwatson: is there a linux-meta uploaded already?11:16
BenCcjwatson: I just did an upload for -5 to add -virtual, I don't want it getting lost11:16
StevenKBenC: You uploaded a -5 kernel?11:17
BenCNo, linux-meta11:18
ion_benc: I wonder how to debug LP #278188?11:18
ubottuLaunchpad bug 278188 in linux "irda broken on Thinkpad T23 with 2.6.27-4-generic, works with 2.6.24-16-generic" [Undecided,New] https://launchpad.net/bugs/27818811:18
cjwatsonBenC: well, you can read https://launchpad.net/ubuntu/+source/linux-meta as well as I :-)11:18
cjwatsonBenC: somebody'll need to do an ABI bump following that of course, but I don't see one yet11:19
BenCcjwatson: for some reason I was thinking it would be kept in NEW, but that doesn't happen to linux-meta11:19
cjwatsonindeed11:19
BenCcjwatson: thanks, I follow up with a -6 ABI bump later11:20
cjwatsonyou should be able to see that on https://launchpad.net/ubuntu/intrepid/+queue FWIW11:20
cjwatsonlinux-meta *binaries* are in NEW mind you ...11:20
StevenKDue to -virtual?11:20
cjwatsonyes. processed now11:21
ograasac, hmm, with MN managing static /e/n/i devices we need to make sure dhcp3-sever (and probably dnsmasq) start after NM11:22
ogra*NM11:22
ograat least dhcpd reiles on having an interface available on startup11:22
StevenKCome on cocoplum, go faster.11:23
ograi think atm the debian/rules use default for dh_installinit ... which results in S25 ... NM has S3011:23
ogra(debian/rules of dhcpd)11:24
RAOFSo... should /usr/sbin/NetworkManager again decide to consume 1.4GB RSS, what can I do to debug?11:27
KeybukRAOF: do you know what RSS means?11:27
RAOFI may be using the wrong term.11:28
RAOFThat's the "Resident" column.11:28
Keybukare you sure it's not 1.4 MB? :-)11:29
RAOFVirtual was something like 2.4GB.11:29
Keybukuse massif to identify the memory usage pattern11:29
RAOFYes.  Because loadav was 15, and it didn't manage to switch to a VT, even after 3 minutes of frantic thrashing.11:29
asacogra: dhcp-server?11:30
asacogra: you say now that NM supports system configurations we should see if we can enable any server apps properly?11:30
asachmm11:30
=== Mirv_ is now known as Mirv
StevenKpitti: A *whole* bunch of stuff flushed out11:32
ograasac, no, i say that i currently get a lot of complaints from ltsp users that their dhcpd doesnt start :P11:32
ograasac, dhcpd has a builtin check ... it looks for a static device with an ip and compares this IP to its config, if a subnet declaration is found for one of the running devices it starts up ... thats our default setup11:33
RAOFAha.  Massif is in valgrind.11:33
ograasac, if the device isnt up, which is the case atm, dhcpd just fails to start and doesnt serve anything on such a device11:34
ograasac, even though you plan to switch off managed mode, it will still be possible to turn it on, if people do so, dhcpd needs to start after NM11:34
ograasac, i'm not sure how critical a static IP is for other services, but dhcpd wont work without one11:35
ograso its initscrip needs to start after NM11:35
rom1vmvo: you're right, https://bugs.launchpad.net/ubuntu/+bug/215876 I think it would be better to add this script in Xsession.d (last comment)11:36
ubottuLaunchpad bug 215876 in ubuntu "compiz & nvidia-settings" [Undecided,New]11:36
pittiStevenK: \o/11:38
StevenKpitti: I just counted. 200 binaries11:38
asacogra: why isnt the device up?11:39
asacogra: ifup/ifdown should still bring it up11:39
asaci havent touched that yet11:39
asacogra: i think the problem might have been that NM did down and up the interfaces11:39
asacogra: but that should be fixed since yesterday. you want "unmanaged" mode11:39
bond`pitti: can you have a look at bug #276472?11:41
ubottuLaunchpad bug 276472 in linux "cp -p on CIFS mount does not preserve timestamp" [Undecided,Incomplete] https://launchpad.net/bugs/27647211:41
asacogra: does that match what you want ?11:42
ograasac, right, but users that installed from an alpha have it managed from NM ...11:42
asacogra: yeah. anyway. now it shouldnt happen anymore, which doesnt mean that we shouldnt move dhcp-server to be started after NM (if its possible)11:42
ograasac, also, it is possible that you switch to managed if you want ... we should make sure it works in that case11:42
asacogra: would be nice to have dhcp working without ifupdown11:43
liwusers installing from alphas have a lot of things they need to tweak... but perhaps I can entice someone to write a system-cleaner plugin to clean that up? ;-)11:43
ograasac, you can do that by forcing dhcpd it a specific interface in /etc/defaults, but that omits the selftest and i dont think we want to tinker with defaults11:44
ograjust make sure it doesnt start if no interface is up11:44
ografor which you give a possibility in the current setup11:44
ograits not that hard to move dhcpd's init to S3111:44
ograand we might decide to switch to managed mde in jaunty ... so it would save us one transition ...11:45
ogra*mode11:45
asac_12:44 < ogra> just make sure it doesnt start if no interface is up11:50
asac_12:48 < asac> ogra: so would there be a problem to start dhcp-server later?11:50
asac_12:48 < asac> ogra: NM cannot be started before dbus is up. thats for sure11:50
asac_12:49 < asac> ogra: we could then put some love in the NM init script ... so it waits for a while giving NM a chance to connect11:50
* pitti already sees Keybuk jump at asac "don't sleep in init scripts" :)11:50
asacogra: so would there be a problem to start dhcp-server later?11:51
asacogra: NM cannot be started before dbus is up. thats for sure11:51
asacogra: we could then put some love in the NM init script ... so it waits for a while giving NM a chance to connect11:51
=== asac_ is now known as asac
ograasac, i dont think there would be a prob starting it later11:51
ograthe prob atm is that it will never start if you switch to managed mode11:51
ograand its trivial to solve by moving the initscript to S3111:52
asacogra: coudlnt dhcp server be told to retry through if-up.d scripts?11:52
ograno ide, i guess rewriting its selftest would be a quite big patch11:53
ograwhich is what i think this would involve11:53
asacogra: ;) ... we could just run dhcp-server start in ifup.d and dhcp-server stop in ifdown.d11:53
ograwell, how would that work for people not having NM ?11:54
ograifup would care i guess ?11:54
asacogra: as of now, would dhcp-server break if you run ifdown eth0; wait a bit; ifup eth0 ?11:56
=== Mirv_ is now known as Mirv
=== masACC is now known as maswan
asacogra: or is it just important that the interface is up when dhcp-server initially gets started?11:56
ograif its initscript tries to start inbetween it would break11:56
ograit expects a static iface with IP11:56
ograright11:57
ograthe latter11:57
asacogra: ok, but its just a startup check?11:57
asacogra: so yes, moving dhcp-server back sounds reasonable11:57
asacogra: but:11:57
asacwe either have to make NM init script wait until its online (or some time has passed to give up)11:57
asac_or_11:57
asacwe could make the dhcp-server script do that11:57
asac(e.g. wait a bit in case the interface isnt up yet)11:58
ograwhat does NM do ? if its static it shouldnt wait for anything11:58
asacogra: it starts a daemon. it should connect quite snappy, but still its a race :)11:58
asacand races always come with a risk to be lost :)11:59
ograindeed11:59
asacogra: so better wait for 5 or 10 seconds, testing whether nm-online is true11:59
asacogra: /usr/bin/nm-tool  | grep State:\ connected12:00
ograin a while loop ?12:00
asacogra: for the moment that would be safe. for more sophistication i would need to ship the "nm-online" tool12:01
asacwhich does the looping for a certain timeout for oyu12:01
ograand wrpped with a grep for managed=true12:01
asacogra: if you want to do that, then yes.12:03
ograi'll assemble a mail with that and follow up on your RFC12:03
asacogra: my ifup -a patch would spit out a warning if its "managed"12:03
asac$ ifup -a12:03
asacWARNING: ifup -a is disabled in favour of NetworkManager. Set ifupdown:managed=false in /etc/NetworkManager/nm-system-settings.conf.12:03
ograright, but people might want managed mode for whatever reason ...12:04
ograso to make sure we dont break the world the above seems a sane solution12:04
asacogra: yes. what i am trying to say is that you dont need to parse the conf on your own12:04
asacyou could use ifup to do that (where we have to include a iniparser anyway)12:05
asacogra: but well. in general we agree i think. its just a matter on how to do it12:06
ograwell, reply to the mail once i sent it :) i guess its safer to hold the rest of the discussion on the ML12:06
asac"details" .-Ü12:06
ograyeah12:06
pittiasac: your smiley needs some urgent medical treatment12:06
ion_☺12:07
ograpitti, nah, its a germanized smiley, it uses umlauts :)12:09
asacpitti: i am rambo :)12:09
ograasac, a rambo pirate eh ? looks like you use a oatch over the left eye12:10
ogra*patch12:10
asachehe ;)12:10
asacpitti: any preferred way i should set the status/milestone/importance for 3G hal-info tweaks?12:19
pittiasac: for which kind of bugs?12:19
asacpitti: missing product id12:20
pittithose you'd like to get committed upstream and uploaded to intrepid?12:20
=== davmor2_away is now known as davmor2
asacpitti: typical bug would be #27918212:20
asacpitti: not sure about upstream. we surely want them in intrepid to support as many phones/devices as possible12:20
pittiasac: generally, if you want me to do that, assign it to me; I don't use importance a lot, and milestone is kind of useless now, too, since there's just one left :)12:20
asacpitti: you committed all upstream, so i guess you want to send them upstream12:20
StevenKAhh. pitti langpack'd the i386 builders again.12:20
pittiasac: yep12:21
asacpitti: ok. i will assign those that get filed through me then.12:21
pittiasac: so, subscribing me is fine, or just apply proper patches to hal-info and upload, which I can just take and apply upstream later on12:21
asacoh12:21
asacpitti: ok.12:22
cjwatsonRiddell: has KDE stopped honouring /etc/default/locale? bug 27863412:22
ubottuLaunchpad bug 278634 in ubiquity "[Intrepid Beta] KDE does not use the language selected during install" [Undecided,New] https://launchpad.net/bugs/27863412:22
Riddellcjwatson: I don't know, until we get language packs uploaded that actually contain some translations I can't really test properly12:24
cjwatsonRiddell: it's easy to see in System Settings, even without language packs12:25
=== astralja1a is now known as AstralJava
liwlool, heh, you're on a rampage; thanks for all the bugs12:45
=== kagou is now known as Guest67524
Riddellmvo, ArneGoetje: where does incomplete-language-support-foo get copied to /var/lib/update-notifier/user.d/ ?12:56
=== kagou_ is now known as kagou
=== pedro__ is now known as pedro_
=== philwyett_ is now known as philwyett
siretartseb128: re bug #279398, didn't you say at some point that you wanted to switch gstreamer0.10-ffmpeg to use the internal ffmpeg copy?13:47
ubottuLaunchpad bug 279398 in ffmpeg-debian "nautilus crashed with SIGSEGV requesting properties over ssh" [Medium,New] https://launchpad.net/bugs/27939813:47
seb128siretart: right, but I decided against it, I'm already too busy so I'll just wait for next cycle and the update ffmpeg version13:47
siretartseb128: okay. I reassigned that bug to gstreamer0.10-ffmpeg.13:53
seb128siretart: why?13:54
seb128siretart: gstreamer0.10-ffmpeg uses the system ffmpeg no?13:54
seb128siretart: and libavcodec51: /usr/lib/i686/cmov/libavcodec.so.51 is a libavcodec51 library13:54
siretartseb128: since you are the one who reassigns most of the bugs to ffmpeg-debian; unless I'm given an example file to reproduce, I cannot really do much about it, since I need to reproduce it13:55
siretartseb128: see bugtrail. it seems to me that gstreamer0.10-ffmpeg is passing garbage to libavcodec. garbage in, segfault out13:55
siretartseb128: that's another point: can we please disable apport reports from natilus thumbnailer?13:57
wgrantOr fix the bugs...13:57
seb128siretart: why? we don't get many of those do we?13:57
siretartseb128: most of the crashes are of course somehow valid. however we need an example so that we can forward them to upstream13:58
=== lacqui_ is now known as lacqui
siretartseb128: I have the feeling that most of the reports in ffmpeg where of them. I triaged all of them for now13:58
ScottK-laptopmvo: I have an KDE upgradability question that might need solving in update-manager if you have a moment to discuss.13:59
siretartseb128: but since in almost all cases I had to reject the bug, I think we shouldn't bug users in the first place to submit them to lanchpad13:59
mvoRiddell: IIRC the installer copies that file if it can not get networking (not 100% sure though)13:59
seb128siretart: well, that's true for any crash bug, usually without steps to reproduce a one time bug is not easy to work on13:59
mvoScottK-laptop: sure13:59
seb128siretart: that's not a good reason to reject those though14:00
=== ssweeny_ is now known as ssweeny
=== doko_ is now known as doko
seb128siretart: do you have a stock reply for ffmpeg bugs which points to instruction that we could use when reassigning those? so we would reassigning bugs as incomplete and it's easy to clean those up when there is no reply14:00
ScottK-laptopmvo: We have cases were a package has move from using kde4libs to kde5libs, and so the -dev package now depends on kde5libs-dev, but it's not co-installable with kde4libs-dev (which is still around and valid since we have to support some KDE 3 stuff still).14:01
wtgeeHola...anybody else reported that the timer in sudoku is not working?  I didn't see a bug.14:01
ScottK-laptopmvo: So if someone has, for example, libkdegames-dev installed and upgrades from Hardy, then upgrade will fail because libkdegames-dev in Intrepid needs kde5libs-dev and that can't be installed due to the presence of kde4libs-dev14:02
ScottK-laptopmvo: We can't use replaces because it doesn't actuall.14:03
mvoScottK-laptop: right, you need conflicts in this case it seem. and they clash on the filename namespace?14:03
ScottK-laptopmvo: So I was considering some kind of rule for upgrading kde -dev packages that would allow the KDE libs -dev package to be force upgraded.14:03
ScottK-laptopYes.14:03
mvoScottK-laptop: that sound not optimal for reasons that go beyond upgrading :)14:03
mvoScottK-laptop: I can add code to update-manager that force -dev upgrades for certain packages14:04
ScottK-laptopWell I didn't go back and consider redesigning the packaging at this point.14:04
mvoScottK-laptop: what happens currently? are they held back (not upgraded) or does the upgrader complain that it can not calculate the upgrade?14:04
ScottK-laptopHeld back and not upgraded14:04
* mvo nods14:05
mvoScottK-laptop: ok, if you want such a rule, its trivial for me to add it, especially if there is a pattern or a list of package names14:05
ScottK-laptopSo it'd be if kde5libs-dev is wanted and kde4libs-dev is installed, go ahead and force it.14:05
ScottK-laptopmvo: Does that work or do you need a list of the packages that would depend on it?14:06
kwwiiseb128: so nobody responded about the themes package yet...I am sure we will hear people when we actually split them out, but if nobody has anything to say about it in advance it must not be soo bad14:06
seb128kwwii: right14:06
* Riddell notes it's kdelibs5-dev and kdelibs4-dev14:07
ScottK-laptopRiddell: Thanks.  I swear I was going to double check that.14:07
mvoScottK-laptop: that should be fine, the list would be nice, but I can generate it here too. I will add the packages to my (kubuntu) test system to ensure that the rule work etc :)14:07
ScottK-laptopmvo: Thanks.  Would you like that in the form of a bug?14:07
seb128kwwii: I'll do the change tomorrow, I just wanted to let them some chance to reply before and I'm quite busy today14:08
davmor2mvo: is there a fix in compiz to allow the screensaver to work?14:08
nxvlpitti: hi!14:08
nxvlpitti: would you like to take a look at Bug #279425 please?14:08
ubottuLaunchpad bug 279425 in dbus "please update dbus to 1.2.4" [Undecided,New] https://launchpad.net/bugs/27942514:09
kwwiiseb128: excellent, thanks for the help :-)14:09
pittinxvl: I got the bug mail; will do ASAP14:09
seb128kwwii: you're welcome!14:09
nxvlpitti: thank you!14:09
mvoScottK-laptop: yes, would be good. please give me the bugnumber once its added, its enough if its very short (just the "make update-manager force kdelibs4-dev->kdelib5-dev upgrade")14:10
ScottK-laptopmvo: Will do.14:10
mvodavmor2: could you be a bit more specific (or point me to a bug)? screensaver seems to work for me with compiz14:10
cjwatsonRiddell: mvo is correct; pkgsel and ubiquity do it14:11
rom1vmvo: I don't know if you saw my message, I think you're right : https://bugs.launchpad.net/ubuntu/+bug/215876 (last comment), adding a script to Xsession.d would be better14:11
ubottuLaunchpad bug 215876 in ubuntu "compiz & nvidia-settings" [Undecided,New]14:11
davmor2mvo: bug 25336714:12
ubottuLaunchpad bug 253367 in compiz "Intrepid: Ubuntu screen saver kicks in then switches off again" [Undecided,New] https://launchpad.net/bugs/25336714:12
ogradavmor2, i see that as well on the samsung Q1U14:13
ogra(also intel)14:13
davmor2mvo: screen fades to black as soon as it has gone black it shoots back to desktop again14:13
ograbut dont see it on the laptop ... intel as well14:13
ograits definately dpms misbehaving but i doubt its the intel driver14:13
ogramvo ^^^14:14
ograin cae you need a tester14:14
mvorom1v: yes, I have seen it, thanks! that should probably be reassinged to nvidia-settings at this point so that it is added there. I vaguely remember this came up before, have you looked in the bugreports for nvidia-settings if that was ever discussed?14:14
davmor2mvo: also if I enable the Nvidia binary for my other test desktop and enable compiz same thing again.14:14
mvoScottK-laptop: thanks!14:14
davmor2ogra: disable compiz and it works fine14:15
mvodavmor2: my desktop seems to be fine, let me have a look14:15
ogradavmor2, i'll try14:15
mvoogra: thanks, dpms is a good hint14:15
davmor2mvo: Is there anything I can do to lower it down a bit for you?14:15
* ogra disables compiz on -mobile and waits14:15
mvodavmor2: what video card/driver to you have?14:16
pittinxvl: in fact, it just happens to be next on my list, doing now :)14:17
rom1vmvo: bug 10806014:17
rom1v?14:17
ubottuLaunchpad bug 108060 in nvidia-settings "Custom nvidia-settings changes should be automatically loaded on log in" [Wishlist,Triaged] https://launchpad.net/bugs/10806014:17
nxvlpitti: \o/14:17
pittiseb128, mvo: just for the record, video playback WFM for current compiz, too14:17
seb128pitti: bah14:18
pittinxvl: wrt your diff.gz, I'll augment the changelog with some real change descriptions, if you don't mind?14:18
nxvlpitti: as in the changes added? sounds good to me14:19
siretartseb128: the reason to reject was either - lack of answer or - sorry, was a partially transferred file14:19
mvoexcellent, thanks pitti14:19
siretartseb128: as for stock responses, see http://ffmpeg.org/bugreports.html for bug reporting guidelines14:19
davmor2nvidia 7200 is the one and it's intel in the box I reported from initial I'll get the exact model in a couple of seconds for you14:20
davmor2mvo: ^14:20
=== LucidFox_ is now known as LucidFox
mvodavmor2: what driver is used there -177 ? or a older one?14:20
seb128siretart: ideally ffmpeg should not crash on non incomplete videos14:21
ScottK-laptopmvo: Bug #27962114:21
ubottuLaunchpad bug 279621 in update-manager "make update-manager force kdelibs4-dev->kdelib5-dev upgrade" [Medium,Confirmed] https://launchpad.net/bugs/27962114:21
seb128-non14:21
davmor2mvo: the latest and recommended so I think it is the 17714:21
siretartseb128: true. however without example file, there is no point in even trying to forward such bugs14:21
siretartseb128: that's why I propose to disable apport for thumbnailer crashes14:21
seb128siretart: right, so either we disable apport and will never get a reply or we use stock replies and set those to uncomplete and let a chance to users to provide enough informations to fix an issue14:22
seb128siretart: it's your call as ffmpeg maintainer14:22
mvodavmor2: hrm, I have that too on my desktop14:23
seb128siretart: we can reassign bugs asking for an example using a stock reply appropriate and ask to reopen if the submitter has the informations14:23
mvodavmor2: desktop/laptop or both ? (if you see it on two machines)?14:23
seb128siretart: the number of crashers we get is manageable14:23
mvodavmor2: I also wonder if it might be only affecting new installs (or is this a upgraded machine)?14:23
siretartseb128: okay, then let's try that14:23
seb128siretart: ok good, do we have a stock reply somewhere on the ubuntu wiki for ffmpeg bugs? https://wiki.ubuntu.com/Bugs/Responses lists the common ones14:24
davmor2mvo: New installs (I'm an iso tester) both are desktop14:24
davmor2mvo: intel is an 83945 G/GZ14:24
seb128siretart: ah, there is a "xine-lib and ffmpeg bugs", do the reply looks good enough to you?14:24
siretartwhat's the link? let me check14:25
mvodavmor2: thanks. and it happens only with compiz, not when you disable effects?14:25
davmor2s/83945/82945 sorry14:25
seb128siretart: https://wiki.ubuntu.com/Bugs/Responses#xine-lib%20and%20ffmpeg%20bugs14:25
davmor2mvo: that is correct14:25
davmor2ogra: how about you ^14:25
mvodavmor2: thanks, anything in ~/.xsession-errros when it happens?14:25
ogradavmor2, still waiting for dpms14:26
ogradavmor2, oh now it starts ... one more second14:26
ograyep, seems to work fine with compiz off14:26
siretartseb128: yes. that response should be okay for most cases, I'd think.14:26
ografades properly and doesnt come back14:26
seb128siretart: ok, let's try that then, if that doesn't prove efficient we will just add an apport hook to ignore those14:27
davmor2mvo: http://www.davmor2.co.uk/esys-lshw.html14:29
* Keybuk discovers /sys/dev14:30
davmor2mvo: I'll check ~/.xsession-errors in a second for you14:30
cjwatsonKeybuk: hey, that's kind of handy14:31
Keybukcjwatson: udev upstream just grew a /dev/{block,char}/maj:min -> /dev/node mapping too14:31
Keybukquite a nice round-trip14:32
Keybukif you have a sysfs devpath, read "dev" to get maj:min, and readlink /dev/{block,char}/maj:min to get the device node name14:32
ScottK-laptoppitti: If you have a moment, I could use a bit of advice on how to fix this: http://launchpadlibrarian.net/18194120/Traceback.txt - Should python-dbus do something other than raise an exception here or should Guidance catch the error and ? retry/wait/die14:32
ScottK-laptoppitti: Someone said you were having similar problems with Jockey.14:33
Keybukif you have a /dev path, stat() to get maj:main, and readlink /sys/dev/{block,char}/maj:min to get the sysfs devpath14:33
pittiScottK-laptop: "similar in jockey" only in the sense that I got crash reports about unavailable policykit-kde-agent14:34
pittiScottK-laptop: IMHO python-dbus DTRT here, and guidance should intercept it and die gracefully14:34
pittiScottK-laptop: or just let it die like it does now, the exception message is clear enough (will cause some apport bug spam, though)14:35
ScottK-laptoppitti: Some aspects of Guidance seem to work when hal is missing, so I'll try and see what the most useful direction to go in is.14:35
ScottK-laptoppitti: Thanks.14:35
siretartseb128: thanks14:36
seb128siretart: you're welcome14:36
=== warp10_ is now known as warp10
davmor2mvo: Nothing in ~/.xsession-errors14:42
davmor2mvo: I should say nothing new in ~/.xsession-errors14:43
mvodavmor2: ok, I'm rsyning the current livecd and check if I can reproduce it from it (I don't have a new install atm)14:43
davmor2mvo: the intel card is still doing on the smoketest from yesterday14:46
mvodavmor2: I just tested it on a upgraded intel system and the screensaver is fine there14:50
mvodavmor2: live-cd is next14:50
* StevenK sighs at mit-scheme15:10
StevenKNo fair requiring sysctl changes to build15:11
davmor2mvo: any joy?15:12
mvodavmor2: still burning the disk15:15
davmor2okay cool :)15:15
munkey092092hello?15:17
munkey092092are you interested in stuff you can develop which is not in it?15:18
=== mrpouit is now known as mr_pouit
munkey092092i got a ubuntu some time ago and it said it was completely compatable with windows but not with my 3g modem which installs as a mass storage device and automatically installs a windows driver 2000 xp or viste it is a huawei 3g modem mebbe yous want to know this stuff15:20
munkey092092these modems are 3.6Mb broadband and v cheap15:20
munkey092092huawei E220 hsdpa modem (wireless)15:21
jsgotangcostrange, i have the same modem and it works fine on ubuntu and even debian :-) its already in the kernel15:23
ograKeybuk, meep ... one question about udev rules, ltspfs is synced from debian now, when i packaged it i used to use 080 for the custom rules, from debian it comes in with 050, i happen to remember somewhere in my head that this isnt good numbering16:05
Keybukogra: Debian and Ubuntu use different, incompatible, rule numbering16:06
siretartKeybuk: section 1 says "keep intact all the notices that refer to this License and to the absence of any warranty"16:06
ograright, so 080 was the right one, right ?16:06
ografor custom overriding rules16:06
Keybukdepends what you want to use in the rules16:06
Keybuksiretart: and "give any other recipients of the Program a copy of this License"16:06
Keybuksiretart: section 2 says "You must cause any work that you distribute or publish[...]to be licensed[...]under the terms of this License."16:07
ograKeybuk, http://paste.ubuntu.com/55029/16:07
ograKeybuk, also intesting is that ENV{ID_TYPE} doesnt seem to work16:08
cjwatsonogra: neither 050 nor 080 is correct in Ubuntu - we use two-digit rule numbers. check /etc/udev/rules.d/16:08
cjwatsonand I think Debian tend to use an underscore as a separator too16:08
cjwatsondh_installudev knows about the differences16:09
Keybukogra: reading16:09
siretartKeybuk: which is according to schily also the case here.16:09
ogracjwatson, yeah, the package uses that16:10
ograactually it doesnt set any numbering16:10
ograhmm16:10
siretartKeybuk: please note that he considers cdrtools as a mere collection of more or less independent programs and libraries16:10
Keybukogra: other than ID_TYPE, that can go anyway16:10
Keybukogra: anywhere, sorry16:10
Keybukthough 80 would be where I'd put it16:10
siretartKeybuk: the real tricky point is that we are discussion license compatibility in a pretty complicated case here.16:11
ograright, i think i remember that you suggested that for my package ... i wonder though where dh_installudev gets the 50 from now ... there is no number set at all16:11
Keybuksiretart: I understood his argument to be16:11
Keybukfoo is GPL, source is GPL, binary is GPL16:11
cjwatsonogra: 50 is the default unless you tell it otherwise16:11
ograah16:11
cjwatsonogra: following /etc/udev/rules.d/README16:11
persiaWho knows python python and would like the scheduling in #ubuntu-meeting to work?16:11
Keybukit links to libbar which has source under CDDL, but you can pretend the binary is GPL16:11
Keybukright?16:11
Keybukogra: for ID_TYPE to work, it probably _has_ to be 8016:12
siretartmkisofs source is GPL, binaries of mkisofs are GPL as well.16:12
cjwatsonindeed, this is documented in dh_installudev(1) ...16:12
Keybuksiretart: but mkisofs links to non-GPL libraries?16:12
ograKeybuk, yeah, that was my thought16:12
ograstgraber, ^^^16:12
liwpersia, hm? the bot needs fixing?16:12
stgraberogra: oh, will give that a try16:13
siretartKeybuk: GPL section 2 does only talk about "the Program or any portion of it", not about additional libraries it links to16:13
ogracjwatson, thanks a lot, i'll fix that then16:13
ograstgraber,   80   rules that run programs (but do not load modules)16:13
ograstgraber, from /etc/udev/rules.d/README16:13
persialiw, Indeed.  Google iCal sends a single announcement for recurring events that needs more parsing.  Work in progress is at https://code.edge.launchpad.net/~tsimpson/+junk/Webcal but is stalled.  Help appreciated.16:13
liwpersia, hm, not something I know much about, I'm afraid16:13
persialiw, Awww.16:13
persiaAnyone else?16:14
siretartKeybuk: it does specifcally not use "the whole Program" as elsewere in the text. schily claims that this wording is used here on purpose16:14
liwpersia, I'd be happy to spend a few days learning about iCal, but you'll have to convince cjwatson I should do it :)16:14
persiacjwatson, Can liw fix the bot?16:14
cjwatsonerr, a few days is a bit much16:15
liwindeed16:15
persiapity16:15
cjwatsondoes it really need liw to be an iCal expert, or just a general python hacker? does somebody else already know the necessary iCal stuff?16:15
stgraberogra: rebuilding the squashfs, let's hope it did the trick16:16
* ogra hopes16:16
stdinical is not too complicated, it's the data processing that's mind-melting16:16
stdins/data/date/16:16
liwstdin, in what way?16:17
stdinliw: in iCal you can have a rule where an event repeats on the first Thursday and second Tuesday of the month. working that out properly is, erm, not easy16:18
liwstdin, hmm, I could have a look then; cjwatson, an hour is ok, I hope?16:19
cjwatsonsure16:19
liwtomorrow, then16:19
persialiw, cjwatson: Thank you.16:20
stdinical.py and rrule.py are the guts (uses python-dateutil and included icalendar module)16:20
liwstdin, can you e-mail me (lars@ubuntu.com) how to reproduce the problem so that I can be sure I'm fixing it?16:21
liwstdin, alternatively, will you be around in about 22 hours?16:21
stdinthe google iCal is http://tinyurl.com/6mzmbr, just try parsing it with the ical module16:21
stdin22hours = 14:22 for me, so yeah16:22
stdin(probably anyway)16:22
stdinliw: http://pastebin.com/f4379d83e is a small test run to see what events it sees16:26
liwstdin, thanks! I'll look at it tomorrow, now I need to go celebrate Xmas16:26
liw(with a company that went bankrupt in 2001)16:26
nxvlseb128: can you please take a look at Bug #27339616:43
ubottuLaunchpad bug 273396 in gtkhtml3.14 "Spell check mark everything as wrong" [Low,Confirmed] https://launchpad.net/bugs/27339616:43
seb128nxvl: I'm already building a patched package16:43
seb128nxvl: usually no need to ping on IRC when bugs are fixed we do read the bug mails ;-)16:43
nxvlseb128: oh ok, since i attached a patch inthere16:43
nxvl:P16:43
mvodavmor2: hrm, the livecd does not have a screensaver of course (well, it does, but no locking)16:43
nxvl\o/16:43
seb128nxvl: ah, didn't get this one yet16:43
persiamvo, can't it be locked if one manually forces the setting of the password for the ubuntu account?16:44
nxvlseb128: then IRC was needed16:44
nxvl:D16:44
mvopersia: yeah, I will fiddle a bit16:44
seb128nxvl: yeah ;-)16:44
* nxvl HUGS seb128 16:45
nxvlseb128: if you are preparing and upload please include that, is a really annoying bug16:45
persiamvo, Oops.  My mistake.  casper-bottom/22screensaver disables locking in gconf + kdesktoprc16:46
davmor2mvo: this is just the standard SS the blank screen that comes as standard once installed.  However you get the same thing on Livecd too it still fade during install and on my nvidia it stays blank and on the intel it wakes up16:46
seb128nxvl: oh, already uploaded, when I said I was building a patched package that was to do an upload ;-)16:47
mvopersia: hrm, I enabled it again in gconf and it still won't lock16:47
persiaOdd.  With that unset, and a password for ubuntu, it ought, I'd think.16:48
nxvlseb128: ok, i will update the patch in s bit16:49
mvopersia: it doesn't - oh well16:49
Riddellpersia: what's this?16:49
kwwiiTheMuso, seb128, mvo, pitti...heck, anyone :-) We need to revert the -sounds package16:50
persiaRiddell, Trying to figure out how to lock the screen from the liveCD.16:50
ogramvo, it wont lock if no PW is set16:50
ograkwwii, what id you do ? put a farting sound into gdm ?16:51
mvoogra: hrm, I set one, maybe its lying to me16:52
seb128nxvl: what do you want to update?16:52
nxvlseb128: the patch i attached to that bug report16:53
seb128nxvl: what patch?16:53
ogramvo, hmm, i just know gss and xss were patched to not lock with no pwd when i maintained them ...16:53
ogranot sure how thats done now16:53
seb128nxvl: I've the feeling we have a communication issue there16:53
nxvlseb128: yup16:53
nxvlBug #273396 -> i've attached a patch into it16:54
ubottuLaunchpad bug 273396 in gtkhtml3.14 "Spell check mark everything as wrong" [Low,Fix released] https://launchpad.net/bugs/27339616:54
mvoogra: no luck, I created a different user even16:54
ogradid you unset the gconf key ?16:54
seb128nxvl: and as said before I alread uploaded a patched version, it was building when you pinged me16:54
ograits a system wide one iirc16:54
nxvlseb128: oh! a patch fixing that issue, ok, i thought you were building a one fixing another issue16:55
seb128nxvl: sorry I would have used your debdiff if I had read the bug comment before uploading16:55
nxvlseb128: you were right, communitcation issue16:55
seb128nxvl: we just worked on the same issue around the same time ;-)16:55
nxvlseb128: no problem, i just want that annoying bug fixed16:55
nxvlso16:55
seb128alright16:55
nxvlthank you!16:55
* nxvl HUGS seb128 16:55
* seb128 hugs nxvl16:55
ogramvo, ah, no it has sudo -u $USER ... its a user setting16:56
mvoogra: I toggled the key too, yes16:57
kwwiiogra: haha, no...apparently the sounds are very window-ish (/me has no windows and therefor didn't catch it)17:08
ograwell, the vista sounds were made by robert fripp iirc ...17:08
ograthat would honor us :)17:09
=== stefanlsd__ is now known as stefanlsd
=== mthaddon_ is now known as mthaddon
* calc will be making a new OOo ppa upload today after verifying the build17:40
calcshould only affect ppa users :)17:41
cody-somervillecalc, shouldn't affect anyone ;]17:44
zulslangasek: ping can we get a FFE for drbd8 please?17:48
slangasekzul: that's on the top of my list to look at today17:48
zulslangasek: thanks17:48
evandasac: is it a bug if continuous calls to udevadm trigger; udevadm settle causes this: http://evalicious.com/tmp/udevbug.png17:51
kirklandseb128: hey17:52
kirklandseb128: there's a couple of people complaining about the fact that the ~/Private encrypted mount creates an icon on their desktop17:53
kirklandseb128: i'm wondering if there's an easy way that we could blacklist the ecryptfs ~/Private mount from generating that icon when mounted?17:53
stgraberslangasek: hey, did you have a chance to look at the exceptions for ldm and ltsp ?17:57
slangasekstgraber: not yet, no17:58
=== giskard is now known as giskard_fiketto
=== Ng_ is now known as Ng
seb128kirkland: we could teach gio to ignore those mounts easily18:07
seb128kirkland: we get quite some bugs about unmounting not working on those directory18:08
kirklandseb128: right...  for unmounting to work, it needs to call /usr/sbin/umount.ecryptfs_private18:08
seb128kirkland: is that something which will be standard in intrepid? whoever worked on the spec should have though about nautilus integration from the start18:08
kirklandseb128: well....  i worked on the spec, and specifically intended it for servers18:08
kirklandseb128: but quite a number of people latched onto it as useful for the desktop18:09
seb128ok, fair enough18:09
kirklandseb128: my apologies for lack of nautilus integration, but that's not my strong suit or focus18:09
stgraberogra: fix confirmed to work for ltspfs, do you do the packaging change or do you want me to do it ?18:09
seb128is there easy instructions on how to configure that somewhere?18:09
kirklandseb128: as yourself, run "ecryptfs-setup-private"18:09
kirklandseb128: logout, login18:10
seb128kirkland: that's alright and quite understandable18:10
kirklandseb128: that's pretty much it18:10
kirklandseb128: there's a question in the alternate/server installer that does this for you18:10
kirklandseb128: i don't think cjwatson ever ended up putting it on the desktop installer18:10
kirklandcjwatson: ?18:10
seb128kirkland: ok, I'll give it a try later and see if it's easy to ignore those18:10
kirklandseb128: thanks much18:10
seb128no problem18:10
kirklandseb128: let me know if there's anything i need to do on the ecryptfs-utils side18:10
kirklandseb128: or if you have any questions/problems18:11
seb128ok I will18:11
kirklandseb128: there's a community effort on making a python-gtk gui for it18:11
kirklandseb128: i plan on integrating that in Jaunty18:11
kirklandseb128: too late for Intrepid, i think18:11
seb128right it's late not for this cycle18:11
nxvlseb128: are there plans on including gimp2.6 for intrepid?18:12
cjwatsonkirkland: not as yet18:14
seb128nxvl: it has been uploaded yesterday?18:15
nxvlreally?18:16
nxvlah yes18:16
seb128nxvl: yes, why?18:16
nxvl:D18:16
* nxvl HUGS seb128 18:16
nxvlseb128: i still have 2.4.7 on my sistem18:16
nxvlsystem*18:16
seb128nxvl: it didn't build yet, gegl and babl need to be promoted, mir bugs have been filled and I pinged pitti who said he would have a look today18:17
nxvlohh18:17
nxvlok18:17
* nxvl HUGS seb128 again18:17
seb128;-)18:17
nxvlintrepid desktop will rock!18:17
seb128indeed ;-)18:18
ograstgraber, if you like to18:20
seb128lool: speaking about gimp and gegl I noticed you commented on the bug, the package comes from debian so you should probably ask there18:20
stgraberogra: ok, will do. Won't take long, it's a simple change to the packaging.18:23
ograright, just a change to the dh_installudev line18:23
ograping me for uploadin18:23
ograg18:23
slangasekzul: could you please provide the information requested in https://wiki.ubuntu.com/FreezeExceptionProcess for the drbd FFe?18:26
zulslangasek: yep18:26
nxvlseb128: it looks like the update wasn't the solution (gtkhtml one)18:45
directhexconfirmation from one user that removing gnupg-agent fixes f-spot.18:50
stgraberogra: https://www.stgraber.org/download/ltsp/18:54
james_wdoes anyone know if it's possible to set an inotify watch on a file that doesn't exist yet?18:54
stgraberoh, wrong one :)18:54
stgraberogra: https://www.stgraber.org/download/ubuntu/ltsp/18:54
stgraberthis one should be better18:54
ograstgraber, tsk, buy a proper cert :P18:54
stgraberI did a test build on amd64, package content after that was ok18:55
Davieyjames_w: you can set it on the location, at least18:55
stgraberogra: oh, right you can also use http:// :) and the cert is valid, it's just cacert so you need the cacert root certificate (not default in firefox, unfortunately)18:55
Davieyjames_w: ie, watch for a new file, then react to it via grep or similar18:55
ograi wasnt serious :)18:56
james_wDaviey: you can set it on the parent directory with IN_CREATE, and get notified when a new file appears below it apparently, but the code I am looking at sets it on the file, and I can't determine if that is legal from the documentation.18:56
james_wDaviey: have you seen it set on a non-existent file?18:56
stgraberogra: yeah, well a couple of co-worker were like, you should buy a real certificate, self-signed certificates are bad ... but they didn't realise it's not a self-signed certificate :) it's just a cert authority they don't have.18:56
ograuploaded18:57
stgraberogra: and buying a *.stgraber.org can be quite expensive for basically my website and my webmail :)18:57
Davieyjames_w: pass.. sorry no idea18:57
stgraberogra: cool, thanks18:57
james_wDaviey: never mind, thanks for the help18:57
james_wI guess I should write a test case18:57
ograstgraber, yeah, i know a guy who made millions with that cert stuff :)18:57
stgraberogra: oh, really. I wonder who ? :)18:58
ograhehe18:59
james_wyeah, you can't set an inotify watch on an open file.19:08
james_won a non-existent file I mean.19:08
pittisuperm1: did you send 03_dell_studio.patch (hal-info) to upstream? I didn't see it on the list, but it might have slipped my attention19:13
pittisuperm1: unless there was an objection, I'd just commit it upstream, to get rid of our hal-info patches19:13
superm1pitti, i sent it upstream, and matthew garret commented on it19:14
superm1pitti, he said not to detect specifically on a line of computers unless there is a known conflict19:14
superm1pitti, but i had assumed he committed it as not detecting on that line then19:15
slangaseksuperm1: how's bluez 4.x coming along?19:15
superm1slangasek, i'm doing a retest of SCO stuff on upstream's 4.12, they had claimed it should be working19:16
superm1slangasek, and i'll upload after i make sure it's clean for input things (whether or not sco is)19:16
slangasekok19:16
pittisuperm1: ah, I see, http://lists.freedesktop.org/archives/hal/2008-October/012330.html19:17
pittisuperm1: it's not committed yet19:18
pittisuperm1: oh, sorry, it is; nevermind me19:19
pittisuperm1: argh, my first look was right; it's not committed19:20
pittisuperm1: I got confused, there is this line already:19:20
pitti          <append key="input.keymap.data" type="strlist">e013:f23</append> <!-- FIXME Fn+Left arrow Auto Brightness -->19:20
pittisuperm1: but your's was e00c:f2319:20
slangasekzul: is there an upstream changelog for drbd?  That's probably what's going to be most useful for reviewing19:20
zulslangasek: yeah ill attach it sorry about that19:21
superm1pitti, yeah these newer laptops unfortunately changed that a few of those keys keycodes19:21
slangasekzul: n/p, thaks19:21
slangasekn19:21
pittisuperm1: does the FIXME mean that the e013 is actually invalid, or they apply on older models?19:21
pittisuperm1: do you still have that thread or latest reply, and could bounce it to me? then I can answer without breaking the thread19:21
superm1pitti, it means that it's valid but the key doesn't do anything useful19:21
superm1pitti, yeah i can bounce you into the thread19:22
superm1pitti, on the windows side there is a little "tooltip" that pops up telling you that your keyboards light has been turned off, or  the ambient sensor is adjusted (as though you don't already know), but that's what that keycode is for - if such a thing is added in linux19:23
zulslangasek: done19:25
slangasekthanks19:25
pittisuperm1: got it, thanks19:26
superm1thanks pitti19:26
pittisuperm1: done, and replied; thanks19:31
=== fta_ is now known as fta
loolseb128: Indeed19:44
seb128lool, pitti: anybody of you could look for the babr and gegl mir today or tomorrow?19:47
nxvlseb128: ping20:08
seb128nxvl: hello20:08
seb128nxvl: I tried the fix here, did you restart evolution?20:09
nxvlseb128: yup, i think... :D anyway, i was thinking doesn't evolution need to be rebuilded?20:09
nxvlheh20:09
nxvli just got the update20:10
nxvl:P20:10
seb128nxvl: no, the composer is a gtkhtml widget20:10
nxvlreally?20:10
nxvlisn't it a library?20:10
seb128gtk is a library too and it has widgets20:10
seb128a widget is an object20:11
seb128you can have it in a library20:11
nxvloh!20:11
nxvli need to read more about gnome development20:11
nxvl\o/ it works20:12
* nxvl HUGS seb128 once again20:12
* nxvl is starting to think that he has hug seb128 a lot today20:12
seb128yeah, I was thinking that too ;-)20:12
seb128but good to know that's working!20:12
nxvl:D20:13
digistyl3_anyone familiar with alsa and pulseaudio in intrepid?20:15
superm1slangasek, okay i've dropped bluez itself into NEW.  once it clears through the queue and is in the appropriate component, i'll upload more.20:38
pittisuperm1: ah, already exercising your new superpowahs? :-)20:40
superm1pitti, :)20:41
pittihalp plz! how can I ask git for the equivalenze of "bzr ignored", i. e. display a list of files which aren't tracked?20:44
superm1pitti, 'git status', achieve what you are looking for?20:45
pittinope20:45
pittiit doesn't show me anything, and --help doesn't help either20:45
pittiah, seems "git ls-files -o" does the trick20:47
slangaseksuperm1: ah hrm, bluez is sourceful new?  why do source packages have to change names :(21:05
superm1slangasek, it's because bluez-libs and bluez-utils are one package now21:06
seb128uploading the new bluez stack? good ;-)21:06
slangaseksuperm1: am I going to fail if I try to match the code up by hand for a source check?21:07
superm1slangasek, what does that mean?21:08
slangaseksuperm1: it's in sourceful new, so I have to make sure it's ok for the archive; is it non-trivial to correlate the contents of the new bluez package with the two old packages, if I try shuffling dirs around?21:08
psusiis there a way to have buildd build a private bazaar branch?  like if I want to link a bug report to a test fix package, rather than pbuildering it myself and uploading it as an attachment?21:09
superm1slangasek, yeah it's likely non-trivial, you will get to a state where the directories will correlate, but not necessarily "all" of the content21:09
=== mcasadevall is now known as NCommander
slangaseksuperm1: bluez-audio is being renamed to bluez-alsa (with split contents)?21:19
slangaseksuperm1: I raise this because I'm not clear on what the upgrade path will look like for users who had bluez-* installed in hardy, but not bluetooth; it looks to me like it will regress on upgrade21:41
RAOFpsusi: No.  It's not possible to have a buildd build a _public_ bzr branch.  The best you can do is a PPA.21:52
psusierr, yea... that's what I meant.... personal branch..21:53
psusilike code.launchpad.net/~Phillip Susi/package/branch.... how would I request that?21:54
=== WILLIAN is now known as ramses-sv
superm1slangasek, bluez-utils should pull it in as a transitional package22:06
slangasekok, I suppose that should cover the vast majority of cases22:08
slangasek(accepted, btw, and watching for the binaries)22:08
superm1slangasek, okay great, as soon as binaries clear I'll get the rest of the stuff uploading22:10
slangasektseliot: bug #275977 appears to have an ack from pitti; are you waiting on us for anything else before upload, or do we just need bryce to poke it?22:15
ubottuLaunchpad bug 275977 in gnome-control-center "Setting the Virtual resolution should be easier" [Wishlist,Confirmed] https://launchpad.net/bugs/27597722:15
tseliotslangasek: bryce has just uploaded the packages22:15
slangasekah22:16
tseliotslangasek: thanks for your interest ;)22:16
slangasektseliot: the bug is still open, though?22:16
tseliotslangasek: maybe the other report was closed. Let me check22:17
tseliotslangasek: maybe should set them to fix released manually22:18
tseliotwe22:18
slangasektseliot: please do so, I assume you know what upload fixed it better than I do :)22:19
tseliotslangasek: ok22:19
slangaseksuperm1: these binary packages all have changelog files symlinked to the one in the bluetooth package; that's wrong, the changelogs will be missing unless the user installs bluetooth, which is not a dependency22:20
slangaseksuperm1: is there a "common" package that everything deps on?22:20
slangaseksuperm1: libbluetooth3, probably?22:20
superm1slangasek, most of them libbluetooth3.  this is likely a side effect of cdbs though, nothing I had changed at least.  how do you correct that?22:21
slangasekhmm, this problem didn't exist in bluez-utils before.  Let me have a look at debian/rules, if I can still find it while we're mid-publish22:22
superm1(i'll just do a second upload if it ends up being too late to catch in the first)22:23
directhexi need a FFe for mono. security update.22:23
slangasekdirecthex: bugfixes don't require FFe22:23
directhexoh, good22:24
directhexthen i'll be hunting for a sponsor.22:24
slangaseksuperm1: I don't see anything obvious that explains why this is happening to the changelogs :/22:25
slangasekpitti: do you know what in cdbs would automatically symlink changelogs to the copies in another package?  This is happening in bluez, without a dependency between the packages22:25
slangaseksuperm1: fwiw, I bet if you moved the libbluetooth3 binary package to be the first in debian/control, it would magically work right :-P22:26
slangaseksuperm1: oh, and the description of the bluetooth package should probably not be 'Blueooth support' :-)22:26
superm1slangasek, okie dokie, i'll move it around.  you going to grab it midpublisher, or should I just upload a second update?22:27
slangaseksuperm1: it has to be a second update22:27
superm1slangasek, okay22:28
slangasekthere's no mid-publisher grabbing I can do to make it disappear, I was just grabbing the source to look at :)22:28
superm1slangasek, i'll actually hold off and queue this up in bzr for the end of the week.  upstream has a few bug fixes that they are working on at their development summit22:28
calcOOo 3.0.0~rc4-1ubuntu1 now in the ppa :)22:38
directhexcalc, intrepid ships with 2.4 or a 3.0 rc?22:41
wstcalc: Nice, thanks! Will try them as soon as they have been built!22:41
calcdirecthex: 2.4.122:42
calcdirecthex: 3.0 still isn't released yet, maybe next week though, but is too late to be in intrepid22:42
wstno openoffice3 package in universe or something like that either?22:42
directhexcalc, absolutely fair enough (people are on at me for mono 2.0, so i know i know)22:42
calcwst: building with versioning doesn't work anymore, but we might put it in backports to override 2.4.1, not sure yet22:43
wstah ok thanks22:43
calcdirecthex: hopefully mono is slightly more stable than OOo in the general case though ;-)22:43
calcdirecthex: up until last week they were still finding major blocker bugs22:43
directhexcalc, well, our diff.gz is a little bit smaller, but still full o' patches22:44
* calc bets they will find plenty of major bugs for OOo 3.0 a few weeks after its released22:44
calcdirecthex: heh :)22:44
directhexmono 2.0 only shipped yesterday22:44
calcOOo diff.gz is up to ~ 100MB now22:44
directhexcalc, i noticed22:44
calchmm 95.4MiB for rc422:45
calcdirecthex: ah22:45
wstcalc: do you also want bug reports for these packages anywhere? or are there enough known issues already :-)22:47
calcwst: if you file bugs make sure to use the help->report a bug so that it properly includes apport information22:48
calcwst: but i'm sure there will be plenty of bugs in them, heh22:49
calcwst: it shouldn't be too buggy from a packaging standpoint, but from upstream though it probably is22:49
wsthehe ok we will find out :-)22:49
calcit should be installable in probably ~ 6-10hr22:49
emgentheya22:51
calcemgent: hi22:51
emgentcalc: good morning :)22:52
calcemgent: its 5pm here :)22:53
* calc heads off to clean up his house, will watch irc though22:54
emgenthem.. sorry calc :)22:57
NCommandersuperm1, so I can take it the bluetooth transition is now being uploaded inbulk :-)?23:49
superm1NCommander, well in bulk would be a nice for loop to do it all, i'm double checking each of them locally and submitting patches to appropriate upstreams before i upload each23:50
superm1NCommander, but please do upload the one you touched23:50
NCommandersuperm1, I'm not an MOTU :-)23:50
superm1NCommander, oh. become a MOTU already.23:50
superm1;)23:50
NCommandersuperm1, haven't been in one full release cycle yet23:50
NCommander(DIF jaunty is my application date, the email written, I just need to do the time now)23:51
superm1NCommander, at least feels like you've been with us a while, but that's probably because you're so productive23:51
superm1NCommander, good to hear23:51
NCommandersuperm1, I'm trying to break 50 uploads before intrepid releases :-)23:51
* NCommander hears multiple gunshots from all directions23:51
NCommandersuperm1, I'm finishing my NM application, so my services as a DD will be much more useful until DIF jaunty since I can help do NMUs if necessary to get patches to fly in reverse23:52
superm1NCommander, ah yeah, that's a good point23:52
TheMusosuperm1: Oh you got core-dev? Congrats!!!23:53
bddebianAnd get yelled at by other DDs for NMUing their packages :)23:53
superm1TheMuso, yup, thanks :)23:53
NCommanderbddebian, you obviously saw that bug then :-)23:53
NCommanderThat teachs me to post a debdiff to help someone else23:53
superm1slangasek, it looks like there is a separate SRU bug for nautilus-sendto.  isn't that part of the bluez 4.x 4.x exception?  I'm not sure why it was filed separately23:54
bddebianNCommander: No, it happens to all of us :)23:54
slangaseksuperm1: I didn't file it :)23:54
NCommanderbddebian, yeah well, your AM wasn't CCed for the entire 10 email flame war23:54
superm1slangasek, should I upload it then, or do you/rest of ubuntu-release want to look at it separately then?23:55
slangaseksuperm1: and haven't even looked at it, yet; I guess there are separate upstream changes that someone thinks need blessing?23:55
superm1slangasek, yeah.  didn't realize nhandler_ popped it on a different bug23:56
bddebianNCommander: Who is your AM?23:58
NCommanderbddebian, huggie23:59
bddebianAh23:59

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