=== macd_ is now known as macd [00:05] philsf: it's a question of the behavior when turning on filesharing for the first time, when packages get auto-installed for you [00:05] so a proper test should involve removing the libpam-smbpass package (I think that's the only one) [00:06] slangasek: I did it, and couldn't reproduce the bug with a guest allowed share [00:06] sec, let me review the bug [00:06] I did purge samba-common and all of its rdepends and logged out to make sure I had a fresh environment, but the shares are in fact created after the installation of samba and libpam-smbpass, and they work without a logout/login cycle. I tried this more than once, in two boxes, both with Hardy. [00:07] philsf: purging samba-common probably doesn't remove you from the sambashare group, if you were previously added to it :) [00:07] NCommander: what's up? [00:08] slangasek: that's probably it, but why isn't the group removed? [00:08] philsf: the second part of the behavior only applies to non-guest shares [00:08] philsf: because removing guests is wrong, generally [00:08] removing guests? or groups? [00:09] cjwatson, any idea what voodoo will be needed to fix the current d-i/ARM builds? [00:09] NCommander: nothing, wait for the current kernel upload to build? [00:10] I already spoke with rtg about it and it looks like he took that into account [00:10] Ah [00:10] Cool [00:25] slangasek: you were right about the group, the package in -proposed works for me. I'm confirming the bug as soon as I test in the second machine [00:25] great, thanks! [00:25] no, thank you. bye [03:45] tkamppeter_, i was wondering. is there a particular reason that "Show printers shared by other systems" isn't enabled by default in the gnome printer tool? === hyperair1 is now known as hyperair === hyperair1 is now known as hyperair === hyperair1 is now known as hyperair [06:09] good morning [06:11] hi dholbach [06:11] hi LaserJock, hi warp10 [06:12] morning dholbach! [06:18] cody-somerville: what do you think about bug 311571? [06:18] Launchpad bug 311571 in gnumeric "gnumeric-doc should be a depends for gnumeric in Xubuntu" [Low,Triaged] https://launchpad.net/bugs/311571 [06:18] I've been somewhat annoyed by that one in the past [06:24] seems kind of odd to have ${Upstream-Version} on Conflicts [07:39] Good morning === tkamppeter_ is now known as tkamppeter [07:49] superm1, "Show printers shared by other systems" isn't enabled in s-c-p because it is not enabled in CUPS. pitti, why do we not enable to accept broadcasted CUPS queues from other machines by default in CUPS? [07:51] superm1: hard to say really, it's full of comments about 180 [07:51] superm1: I don't have a problem with letting 180 move to -updates, since it's completely new [07:51] superm1: but so far I didn't see a clear statement that the new 178 works [07:52] tkamppeter: we discussed that in the past, and the prerequisite for that is to change KDE and GNOME to clearly tell apart automatically detected from manually configured printers in the print dialogs, so that you can't lure someone into using a bad printer (or at least it's more obvious) [07:53] pitti, are bugs reported to KDE and GNOME? [07:54] tkamppeter: not sure, I don't think I filed them [07:54] superm1, ^^^ [07:55] pitti, can you do so, otherwise the developers of the dialogs are not aware of the problem. You must report to GTK and Qt, as they provide the currently used dialogs. [07:56] okay [08:07] pitti, thanks. [08:14] dholbach: thanks for your comment on bug 126988, but I don't understand why that is happening. Revisions 735 to 737 introduce quite substantial changes, and Launchpad shows me them in the web interface. Are you sure you have the right branch? [08:14] Launchpad bug 126988 in gnome-user-docs "Incorrect text to add logout (exit) button" [Low,Confirmed] https://launchpad.net/bugs/126988 [08:15] dholbach: from the diff you've posted, it doesn't look like the package even has the right version number, I bumped it to 2.24.1+svn20090109ubuntu1 in revision 736 [08:16] mdke: my mistake - sorry [08:17] dholbach: ok! No worries [08:17] dholbach: happy 2009 by the way [08:18] mdke: and the same to you :) [08:29] mdke: uploading [08:29] ... which might take a bit of time :) [08:30] dholbach: great, thanks === thekorn_ is now known as thekorn === asac_ is now known as asac === seb128_ is now known as seb128 === foka__ is now known as foka [10:52] hi [10:53] how could i do to redirect a pipe in a socket in both writing and reading ? [10:53] a pipe is one-way only [10:54] whatever you write to it comes out the reading end [10:54] it's not possible to read and write from the same end [10:54] if you want to do that, you need a socket [10:54] in fact i want to do a command like this : cmd1 | cmd2 but cmd1 and cmd2 on two diffrent PC [10:55] cmd1 | ssh otherhost cmd2 ? [10:55] in fact i have to write a bash-lite [10:55] so i can't use ssh [10:55] "have to write"? [10:55] my problem is i don't know how to read on the server from the client [10:55] you're not really explaining what your are trying to do, and I believe what you are trying to do has little to do with Ubuntu development. [10:56] this is sounding a bit like a homework question ... [10:56] yes [10:56] unix homework [10:56] don't ask those here, please. This is a working channel. [10:56] rmcbride: http://www.ecst.csuchico.edu/~beej/guide/ipc/usock.html [10:56] where could i ask it please ? [10:56] rniamo: Try: ##linux. [10:56] rniamo: that really isn't our problem; ask your teacher if you need help [10:57] we're not here to help people pass their CS homework [10:57] (most of us never passed *our* CS homework) :p [10:57] Keybuk: we didn't? [10:57] Speak for yourself [10:57] I know I did [10:57] i passed the fun bits [10:57] i just want some help, sorry if it is the bad chan [10:57] Sockets programming isn't exactly fun, but it is interesting [10:57] rniamo: check out netcat [10:58] StevenK: I find it fun [10:58] rniamo: it does something similar [10:58] netcat ? [10:58] rniamo: yes. Ask Mr. Google [10:58] Keybuk: You wrote a replacement for init, this makes you a masochist. [10:59] my problem is that socket are ok, pipe are ok but not both together [10:59] * directhex ports init to ironpython [10:59] StevenK: I prefer other people to inflict the pain ;) [10:59] cjwatson: Did you follow the jaunty-unr discussion at UDS? [10:59] rniamo: right. netcat communicates via sockets [11:00] my problem is here http://paste.linuxassist.net/169910 [11:00] i would like to add a close(0); dup(cbCmd->sock); [11:00] cjwatson: Essentially, -umpc goes away, and -netbook-remix turns up. I have a uncommited branch in the mobile seeds for this, but it also requires the task name to change, which I recall you saying needs tasksel changes. I looked at tasksel, and I ran away screaming ... [11:02] ugh [11:02] cjwatson: Also, I'd like you to sanity check my commit, because I'd like to grow a ship seed, but the one that is in ubuntu.jaunty is perfectly fine. [11:02] random sleep statements in cron.daily makes Keybuk unhappy [11:22] StevenK: unr> no, I didn't [11:22] StevenK: where's your branch? [11:22] cjwatson: I'm pushing it to a seperate location right now. [11:22] StevenK: tasksel updates are trivial as long as you realise that almost all of the interesting stuff for us is autogenerated by ubuntu-seeds.pl [11:22] and that you *must* *not* *touch* ubuntu-tasks/ by hand [11:23] cjwatson: Yeah, I looked at ubuntu-seeds.pl source and then decided the best step would be to talk to you. :-) [11:28] cjwatson: My branch is at sftp://chinstrap/home/stevenk/mobile.jaunty [11:33] pitti: ping [11:35] can somebody besides pitti tell, why i cannot find a debug package for "mairix"? [11:35] wow [11:36] just applying the "no legacy ptys" change to the kernel config reduces the average pid by ~1000 [11:36] not surprising, but shows just how much we did just for them [11:36] ccm: http://ddebs.ubuntu.com/pool/universe/m/mairix/ [11:36] actually [11:36] by ~2000 [11:36] because I forgot, each legacy pty had two kobjects [11:36] which means two udev processes per kobject per trigger [11:37] we trigger twice [11:38] cjwatson: thank you. is it normal that i cannot install this directly via aptitude? [11:40] ccm: you would have to add an appropriate line to sources.list [11:40] that is normal [11:43] thought I'd that and the dbg package is not listed in packages.ubuntu.com either, but anyway, i can work with the url [11:43] thank you very much [11:44] ccm: what cjwatson said; see https://wiki.ubuntu.com/DebuggingProgramCrash [11:44] for instructions [11:45] packages.ubuntu.com only looks at the main archive [11:45] pitti: hallo mighty pitty \o/, any plans to merge newest debhelper? :) [11:45] debug symbol packages are intentionally in a separate archive [11:46] sebner: by default I'm not chasing any merges any more, unless someone asks me with a good reason :) [11:46] pitti: csharp support for licensecheck \o/ (Asked by me in Debian also) ^^ [11:48] pitti: Oh, I wanted your opinion on bug 312659? [11:48] Launchpad bug 312659 in kfreebsd-5 "Please remove kfreebsd-5 from Jaunty" [Wishlist,Confirmed] https://launchpad.net/bugs/312659 [11:49] "Use the bug subscription, Luke!" :-) [11:49] pitti: we didn't have retracers running for over a month apparently, do you plan to work on those or should I look at that (I'm busy updating GNOME but I can try to have a look this week)? [11:49] StevenK: will look in a minute [11:49] seb128: that's on my TODO list this week (get jaunty retracers up and running, and care for the other ones) [11:49] seb128: yesterday I fixed the client side apport stuff, now I'm ready to work on the server side [11:50] pitti: ok thanks, I will let you do that then, I've lot of catching up to do on GNOME [11:50] * seb128 hugs pitti [11:50] * pitti hugs the Gnominator [11:50] sebner: ok, can do [11:51] pitti: \o/. besides I think there are a lot other cool improvements since there are some versions between actual ubuntu and actual debian version [11:51] StevenK: looks fine to me [11:52] pitti: Yeah, I think it needs to be shot, too, but wanted to check. As well as wondering if the blacklist can deal with wildcards [11:53] StevenK: wildcards> not as far as I know [11:54] I would doubt it [11:55] That's going to be fun to sort out, then. [11:55] I'll remove it and db4.3 tomorrow [11:55] StevenK: why? blacklist is source based [11:56] pitti: Exactly. Just depends how much source packages we're talking [11:56] so you don't need to care about the bazillion binaries [12:05] pitti, well i've got a large variety of hardware (including that machine I brought to UDS) working with 177.82 that i've been using since 177.82 was released. I was one of the original folks affected by it's original bug reported to NV (The long suspends). I'll add a comment to the bug. [12:10] superm1: thanks; so if you give your ok on the bug, and there aren't any reports about regressions, this is good to go [12:10] (sorry if that came through twice, I got disconnected) [12:10] pitti, okay great thanks [12:11] in the future need to make sure these bugs dont get hijacked by new releases so they are easier to discern and track [12:13] tkamppeter: I filed cups bug 3052, which is a prerequisite for changing the gtk/qt print dialogs [12:13] tkamppeter: I just discovered that cups doesn't actually seem to tell locally configured vs. autodetected [12:14] sebner: sid has 7.0.17, jaunty has 7.0.17ubuntu1 ? [12:15] pitti: ARGH. sry. I mean devscripts. sry sry sry [12:15] sebner: ah, ok; I just looked at the experimental debhelper, and that seems a bit delicate to merge [12:17] pitti: heh, don't worry. I'm only interested in devscripts from sid :D [12:17] sebner: that's a rather complicated merge; unless you beat me to it and do it yourself, mind to send me an email about it? I won't do it right now [12:17] or do you want to prepare and test the merge yourself? [12:18] pitti: I'm afraid that I won't have time besides that's stuff for pros like you :) Just do it anytime you have time and passion for it =) [12:20] StevenK: you sure that inheriting from ubuntu.jaunty (rather than platform.jaunty) is a good idea? you've given the live seed different inheritance than it has in ubuntu.jaunty, which is a bit ... interesting [12:20] though I suppose technically feasible [12:20] StevenK: have you run this through germinate to look at the result? [12:21] StevenK: no netbook-remix-dev? [12:21] mobile-dev is dead [12:21] pitti: ping! :) [12:21] Baby: hello [12:21] cjwatson: We don't need it and decided it was time to kill it at UDS. [12:22] ok [12:22] cjwatson: platform.jaunty doesn't have ship. [12:22] pitti: :) [12:22] StevenK: but ubuntu.jaunty's ship inherits from desktop [12:23] cjwatson: I suppose I can drop live from mobile.jaunty's STRUCTURE, and it will sort it out? [12:23] StevenK: did you consider whether you would be better off writing your own ship seed? [12:23] StevenK: do you want live or ship-live? [12:23] I'm not entirely clear on what you actually want, which makes it hard to advise :) [12:24] cjwatson: Oh, right. We want the list of packages that are included as .debs on the Live CDs [12:24] that is NOT ship, it's ship-live [12:24] Which I think is ship-live [12:24] very important to be clear on the distinction [12:24] what do you want in the live filesystem? === racarr_ is now known as racarr [12:25] and do you really want all the stuff that's in ubuntu.jaunty's live and ship-live? [12:25] I wouldn't have thought you'd want ndiswrapper or ISDN utilities, for instance [12:25] Well, from this seed base, either mobile-mid or mobile-netbook-remix plus casper and ubiquity [12:25] nor that you would necessarily want the same language packs [12:26] could a sponsor for main look at bug 254790? It blocks some dietlibc fixes I'd like to upload. [12:26] or even perhaps the same filesystem support [12:26] Launchpad bug 254790 in binutils "strip segfaults on dietlibc-built executables" [Unknown,Fix released] https://launchpad.net/bugs/254790 [12:26] StevenK: it sounds to me as if you should inherit from platform.jaunty and write your own live and ship-live seeds, just as e.g. Kubuntu does [12:26] cjwatson: I said the same thing in the session, and persia talked about threatning to find a MID form-factor device with ISDN. :-) [12:26] otherwise you're going to end up with a bunch of junk you don't want [12:27] and you won't easily be able to control it [12:27] as soon as you want to control it, you're going to end up writing your own live and ship-live seeds anyway [12:27] * StevenK nods [12:27] so you might as well start out that way, I think [12:27] StevenK, I threatened to show you my CF ISDN card that I used on my Zaurus for connectivity for years, rather. [12:27] Yeah, makes sense. [12:28] also, if you need different shipped objects one of which is mobile-mid + live and one of which is mobile-netbook-remix + live, you're going to need two live-a-like seeds (and ship-live-a-like, presumably) [12:28] but you can perhaps worry about that later [12:28] So fix that, commit that, fiddle with mobile-meta and upload it, and then prod you to fix tasksel? [12:28] persia: Woot, two technologies I hate in the same device, Compact Flash and ISDN. [12:29] this is because a seed can only be germinated against a single set of ancestor seeds, and if you germinate live to inherit from netbook-remix and then try to use it with mid, you may well end up with missing dependencies [12:29] StevenK: yes. Note also that your branch doesn't seem to be up to date with current mobile.jaunty [12:30] Mmmmm [12:30] so you'll need to merge into mobile.jaunty rather than just pushing over the top [12:30] cjwatson: It isn't, on purpose [12:30] well that's a bug :) [12:30] don't lose history even if you want to revert it [12:30] cjwatson: Oh, it's from the same base, so it's under control [12:31] fix the things I mentioned and push again, then I can have another look? [12:31] Hm. I unbound, commited and push. Now what do I do ... [12:31] commit and push again? [12:31] (what are you trying to do?) [12:32] Trying to figure out how to resurrect {,ship-}live [12:32] 'vi live' [12:33] or are you trying to make it have the same file-id as the corresponding files in ubuntu.jaunty so that you can merge? that may not be necessary [12:33] I'm trying to get the old files back [12:33] what old files? [12:33] in what branch? [12:34] the live and ship-live seeds haven't been in mobile.jaunty since r1310 [12:34] {,ship}live used to exist in mobile.{intrepid,jaunty} [12:35] Yup, those are what I'm trying to resurrect, since they probably have most of the right content [12:35] so, firstly, you *could* just re-add them afresh; essentially the only thing that will break is merges from ubuntu.jaunty, which are not that important anyway [12:35] however, it is *slightly* more elegant to have them share a file-id I suppose [12:35] bzr revert ship --revision 1310 ? [12:35] Err. --revision=1310 [12:36] Ah, that would be the magic [12:37] oh, that works, I was going to suggest get -r1309 and add --file-ids-from [12:37] but persia's approach is shorter [12:37] also, -r1309 not 1310 (1310 is the revision that removed them) [12:37] Oh, right. [12:37] Also probably want to use the correct filenames. [12:37] Yeah, I remembered that, and s/10/09/ before running [12:37] I did that too [12:38] * StevenK waits for bzr push [12:38] cjwatson: Pushed [12:39] cjwatson: I didn't change what live inherients from, since I'm still unsure about that bit. [12:52] pitti, CUPS is already capable of telling whether a queue is locally defined or picked up from a broadcast. CUPS queues have a CUPS_PRINTER_DISCOVERED bit set then. See /usr/include/cups/cups.h, enumeration cups_ptype_e. [12:53] sure [12:54] cjwatson: udev has the same need [12:54] we load modules, but want to silently succeed as cheaply as possible if the module is a built-in [12:54] apw: http://bazaar.launchpad.net/~ubuntu-core-dev/hw-detect/ubuntu/revision/104, http://bazaar.launchpad.net/~ubuntu-core-dev/mdcfg/ubuntu/revision/1072, and http://bazaar.launchpad.net/~ubuntu-core-dev/partman-md/ubuntu/revision/909 are all bodges around this same problem [12:54] apw: the second and third are sane enough actually, but the first is a good illustration of the difficulty [12:55] (the second and third were patches for real installer bugs TBH; it was using has-the-module-been-loaded-yet as a key for rather too much initialisation code) [12:55] ok so why can't we just modprobe, ignore the result [12:55] and then try and use the functionality and blow up then if its not there? [12:56] the installer tries to support a variety of kernels fairly cleanly, partly because of custom kernels (people do in fact do that quite a bit) and partly because the kernel keeps changing under us :) [12:56] and it's much better to be able to report "this facility is unavailable" rather than "thingummyflop blew up with ENOSYS" [12:56] (or EINVAL more likely I guess) [12:56] right, but is not the test in #3 there actualy a 'do we have the function' [12:57] that should be after an ignored modprobe [12:57] probably best look at #1 instead [12:57] the module_probe function there is a wrapper for something that tries to load the module and otherwise fails with a red-screen [12:57] the difficult bit is telling the difference between "module is built-in" and "module is missing" [12:57] and the bodge is that I've had to incorporate a check for whether the function is present [12:58] right, you've done what i am saying [12:58] which is, frankly, a pig to do sometimes; it's not easily possible for dm-round-robin without actually setting up a hardware round-robin multipath, for instance [12:58] just i think you should probe the modules as well [12:58] and ignore any failure [12:58] so it works either way [12:58] I think that would be a straightforward regression in the installer's ability to report errors [12:58] it would fall over much later with a much more obscure error [12:59] not if you do it like [12:59] if ! dmsetup version; then [12:59] modprobe foo || true [12:59] if ! dmsetup_version; then [12:59] ERROR [12:59] so how do I do that for dm-round-robin please? :) [13:00] (I did look, quite hard) [13:00] well there is an issue [13:00] do you always know the kernel before hand? [13:00] and honestly, all this having to putz about with dmsetup is really clumsy [13:00] doesn't that defeat the object of building in in the first place [13:00] that code used to be 'module_probe dm-mod' [13:00] quick and easy [13:00] if it's more expensive to determine whether something is built-in than to load it as a module ? [13:00] right, I definitely want something as lightweight as possible [13:01] ... [13:01] so does the installer CD know the kernel its built with? [13:01] could we extract the information out of the kernel as we build the CD? [13:01] the installer CD might, but I'm not going to hardcode that knowledge into installer scripts! [13:01] so you _know_ [13:01] some of this code is run in contexts where that is not helpful [13:01] stupid kernel [13:02] it would be *much* *MUCH* better for it to detect; Keybuk's proposed modprobe option is *exactly* what I'm looking for [13:02] but modprobe simply cannot know [13:02] as things stand, either its =y or =n, but i don't know which [13:02] isn't the presence of the driver exposed in /sys? [13:03] also, BTW, it's not a matter of what the installer CD is built with; the installer loads udebs containing kernel modules into memory at runtime [13:03] that is true of some modules, but like crypto, does that appear as a driver? [13:03] the modular ones do [13:03] the non-modular ones *currently* don't [13:04] but we could just go back to building them as modules until that knowledge is available [13:04] though we'd still have the dm problem [13:05] well you may have a case to back those out if we cant get a sensible fix before JJ releases [13:05] one of the good things is that you have blown up now, before it set in stone [13:05] cjwatson: the presence of a driver is exposed [13:05] not the presence of a module [13:05] you don't pass driver names to modprobe [13:05] you pass module names [13:05] apw: indeed [13:06] module aliases may help here to convert back [13:06] Keybuk: I don't see e.g. dm-mod exposed anywhere in /sys [13:06] right, it wouldn't be [13:06] it's a subsystem [13:09] we do build in the config, into the kernel right? [13:10] so we can get it out in theory [13:11] are you thinking of CONFIG_IKCONFIG_PROC? [13:11] after boot, so we can reconstruct /boot/config-* [13:11] we have half of that turned on [13:11] the half that keeps the stuff in the on disk binary image of the kernel [13:11] i believe [13:11] I would echo Keybuk's comment that grepping a text file (kernel-generated or otherwise) for this is going to be slow [13:11] I have an amusing idea ;) [13:12] you could auto-generate a modprobe.d blacklist file [13:12] you could have /sys/config/FEATURE [13:12] present or absent [13:12] cjwatson, the code you have there is running a depmod -a [13:12] so any single additional grep is free by comparison [13:12] apw: who would own the list of config -> module name mappings? [13:13] that's only because it might have just loaded modules. The same consideration does not apply during boot [13:13] er by loaded modules I mean installed some udebs containing modules [13:13] that is also not the case in every installer context in question [13:15] Keybuk, i wonder if that is expressed in the kernel [13:15] apw: it would have to be [13:16] maintaining a kernel config (kernel maintained) to module name (kernel maintained) mapping outside the kernel is not exactly a plan made of awesome [13:17] from the modprobe pov. we simply need a list of module names that we can silently succeed because they have been built-in [13:17] yeah, I'm not keen on having to name the feature in installer code either [13:18] from my POV the config feature name is a kernel implementation detail that might change at any time; the module names are at least a little more persistent than that [13:18] and none of it is obvious in the source [13:19] implementing the "succeed silently" in modprobe is easy [13:19] we just make the module name an empty alias [13:19] the hard part is getting that list [13:19] could that be exported via depmod then [13:19] so modprobe dm-mod would be equilent to just modprobe "" [13:19] ? [13:19] cjwatson: yeah, I'd append it to modules.alias [13:19] the hard part, as apw says, is getting that list [13:20] what if we did a hybrid approach [13:20] you tell us which modules you are using and somehow we work out the config [13:20] options they represent [13:20] apw: from a udev point of view, everything ;) [13:20] apw: that's really tricky in general, that installer code is dynamic, synced/merged from Debian, etc. [13:21] perhaps that could be kept with the config info so it would be kept up to date [13:21] where does the information that goes into modinfo come from? [13:21] cjwatson: the modules themselves [13:21] it's a section in the .ko that depmod reads [13:21] Keybuk: right, but I mean where in the kernel source [13:21] what's the macro that does it [13:21] or struct or whatever [13:21] the module alaises, are complex [13:21] there are some magic programs which mush it about to make them [13:22] from some of the other structures in the kernel [13:22] actually, that's an interesting point, we'd need the modaliases of the modules that are built-in too [13:22] just been looking at it for MMC [13:22] but at least it is in the C files and not just in the Makefiles [13:22] otherwise we'd waste a lot of time [13:22] which means the problem is tractable [13:22] but you can't tell from the foo.c what the .ko is called [13:22] you just need to make MODULE_* do something useful for built-in drivers [13:22] oh, that is only in Makefile? [13:22] bah [13:22] the name of the module is only in the Makefile [13:23] apw: what happens to MODULE_DEVICE_TABLE for the kernel? [13:23] in fact, can you extract MODULE_* at all for built-ins ? [13:23] there is a a script which converts that into specific format MODULE_ALIAS entries [13:23] you'd have to put a section in vmlinuz that's later stripped [13:23] I think [13:23] which are then compiled and linked with the .o to make the .ko [13:24] apw: yeah, but where do they go when you link the .o into built-in.o ? [13:24] hrmm, you mean is there one in vmlinux [13:24] that we are not looking at [13:24] that's what I mean, yes ;) [13:24] when i was looking at depmod (a long time ago) i think it did read and skip vmlinux for most things [13:24] so it might be in there [13:25] __MODULE_INFO is an empty macro for built-ins [13:25] * apw needs a module which is built in [13:25] unix [13:25] right now, the information is not in the .o files that get linked into built-in.o [13:25] but it could be if you mucked about with moduleparam.h [13:25] yeah, so there is no equivalent [13:25] well you'd need to modpost vmlinux too [13:26] well, I didn't think it could be done entirely without kernel changes, certainly [13:26] cjwatson: the other problem is the kernel developers got clever with Make [13:26] but I was wondering if there was a relatively lightweight set of changes possible [13:26] so the only difference between a .ko compile and a .o one is just whether some variable is y or m ;) [13:26] obj-y += something.o [13:26] vs. [13:26] obj-m += something.o [13:26] yeah, I know [13:26] MODULE is defined for obj-m, though [13:27] * Keybuk can't remember where the ko names are defined [13:27] ok lets look at it the other way round [13:27] we have a probe point 'module_init' [13:27] right now when we load one it makes /sysfs/module/ [13:28] perhaps we could hijack that and have a /sys/build-in/ appear [13:28] couldn't we just have a /sys/module/ for built-ins? [13:28] hm, excuse me, baby needs feeding [13:29] I guess you wouldn't do that actually, because the kobjects would be different [13:29] but /sys/built-in/ would be nice [13:31] apw: actually, where *are* module names defined?! [13:31] * apw is looking at that right now [13:31] there is a MODULE define floating about [13:37] actually the specific line obj-$(CONFIG) += foo.ko [13:38] does give you the mapping from CONFIG_foo to foo.ko [13:38] err [13:38] I don't see that line anywhere? [13:38] it's always [13:38] obj-$(CONFIG) += foo.o [13:38] obj-$(CONFIG_DM_DELAY) += dm-delay.o [13:39] yeah that one [13:39] and that _is_ the .ko name [13:39] so the ko name is the name of the first object? [13:39] not the first object, [13:39] all objects [13:39] err [13:39] everything on the right there is a real module [13:39] how does it deal with multiple .o files for one module? [13:39] obj-$(CONFIG_BLK_DEV_DM) += dm-mod.o [13:39] obj-$(CONFIG_HERMES) += orinoco.o hermes.o hermes_dld.o [13:39] dm-mod-objs := dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \ [13:39] dm-ioctl.o dm-io.o dm-kcopyd.o [13:39] via _magic_ [13:40] oh, I see what you mean [13:40] /lib/modules/2.6.27-10-generic/kernel/drivers/net/wireless/hermes.ko [13:40] yeah all of yours there are real places [13:41] s/places/modules [13:44] Keybuk, it is _possible_ we still have a THIS_MODULE, when we are building in [13:44] if so we migth be able to magic up soimething in /sys/ for the module names [13:44] needs some playing ... [13:45] * apw drops to test a kernel [13:51] Sorry, but I don't see why we can't just grab whatever's in obj-y and put that in the blacklist file as Keybuk suggested (stripping the .o extension, of course). [13:51] soren: I'd put it in the alias file [13:52] Right, or that. [13:52] Is the obj-y variable perhaps not global? [13:52] * soren hasn't really quite worked out the details of the kernel's makefile magic yet [13:53] Oh, right, definitely the alias file. [13:55] * soren was still thinking in installer context, but of course we want this in the installed system as well and have it work with different versions of the kernel installed. [14:16] StevenK: as long as you merge into current mobile.jaunty (should end up with the same output) to preserve history, then I think that's fine [14:16] StevenK: I do think you're likely to want to pare down live and ship-live at some point [14:16] StevenK: but otherwise go ahead [14:20] could an archive admin please prioritise the sync of plexus-io (bug #312789) from unstable: it's blocking processing of a host of other syncs for maven support [14:20] Launchpad bug 312789 in ubuntu "Please sync plexus-io 1.0~alpha2-2 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/312789 [14:23] slytherin: done [14:23] yeesh, enough duplicates? :) [14:24] cjwatson: that was due to the bug in requestsync. :-) [14:24] cjwatson: thanks. [14:25] Which release first enabled recommends-by-default? Intrepid or Hardy? [14:26] intrepid [14:26] thanks === ember_ is now known as ember [14:37] Apparantly, I told the update-grub ucf thing the wrong thing at some point, and now my menu.lst is never updated anymore. How am I supposed to fix this? [14:37] I know how I *could*, but how *should* I do it? [14:39] File a bug and then complain a lot? [14:39] Not my style :) [14:40] Right, mine neither, but it seems the most common approach. [14:44] cjwatson: can you please also check the plexus-io binary in queue if you have time? [14:49] slytherin: done [14:50] cjwatson: thanks. Now I can lods of sync requests when I go home. :-) [14:51] soren, do an md5sum, and push that to the ucf md5sum file. [14:51] persia: Seriously? That's what we tell users to do? [14:52] soren, man ucf provides detailed instructions on this procedure. [14:52] persia: As I said: I know how I *could* do it. :) [14:52] In practice it's usually something like md5sum foo.conf > md5sum file. [14:52] Since it's a one-liner, it's been historically easy to put on wiki pages, in IRC, etc. [14:53] soren, Feel free to implement --takeover if you prefer :) [14:55] tkamppeter: oh, cool, thanks; seems that lpstat just does not expose that [15:18] cjwatson: okay, so what action is to be taken with respect to the crypto modules? should that patch be reverted by rtg? [15:19] cjwatson: and they be added to crypto-modules? [15:19] cjwatson: or are we holding out for a magic modprobe option that --succeeds-if-already-built-in ? [15:19] well, that would be my favoured action for now, although if some magic modprobe option is likely to be feasible in the short term then that would be fine [15:19] rtg: what do you think? [15:21] cjwatson: I don't have an issue with restoring crypto as modules, but it seems like this is gonna be a generic issue with the installer, i.e., determining what functionality exists in the kernel v.s. modules. [15:21] its just 3 more modules that have to be installed at boot time [15:21] it is a generic issue, but I think for the sake of expediency I would be happy to work around it elsewhere; it's just that crypto turns out to be rather hard to work around in that kind of way [15:21] apw pointed out that if you're using crypto modules then you're probably going to end up stopping and waiting for a password anyway [15:22] really the only other significant case is dm*, and I've basically already worked around that (albeit with some internal cursing :-) ) [15:22] kirkland: that true? when auto-login is enabled? [15:23] at any rate, I'm not sure the encrypted-filesystem case should be taken as the fast path [15:23] cjwatson: we made the assumption that any file system that is oft used should be built in [15:24] I understand that, just saying that if you're encrypting filesystems then your system is going to take longer to boot anyway [15:25] cjwatson: ok, I'll back out those changes, i.e., crypto-fs, CBC, AES, and (something else, can't remember exactly). [15:27] rtg: is what part true? [15:27] rtg: thanks, much appreciated; that'll relieve some headaches [15:27] kirkland: do you have to pause for a crypto passwd during auto-login? [15:27] rtg: I suspect that the modprobe --ok-if-built-in option is the right long-term answer [15:27] rtg: ebc [15:28] rtg: if you are auto-logging in, on a machine installed on top of lvm+crypt, then yes [15:28] kirkland: how about encrypted /home or Private? [15:29] rtg: you're talking about an encrypted private directory, plus auto-login, you'll get prompted when you open your Private directory [15:29] rtg: encrypted home + auto-login are mutually exclusive [15:29] kirkland: good, thats what I expected :) [15:29] rtg: ie, yes, you will need to enter a password to login to a system with an encrypted home [15:30] cjwatson: okay, so rtg is going to back out cbc, aes, and ecb of kernel builtin's ... who's going to make sure that they simultaneously get pushed to crypto-modules? [15:30] that happens automatically, relax :) [15:30] cjwatson: :-) [15:30] cjwatson: it'll take an hour or 2, but I'll get those changes uploaded today. [15:31] crypto-modules is built by the kernel [15:31] rtg: oh, you will need to make sure they're listed in debian/d-i/modules/crypto-modules in the same commit though [15:31] I also have to remember to get them back into the d-i information [15:31] cjwatson: and what about getting the encrypt-home code in the installer to apt-get install crypto-modules? should i make ecryptfs-utils depend on that? [15:31] kirkland: I already did that [15:31] cjwatson: \o/ [15:32] the only possible change still required is to have user-setup modprobe some things up-front before chrooting [15:32] cjwatson: ah, okay. i will need those 3 modules loaded, before running ecryptfs-setup-private (aes, cbc, ecb) [15:33] is there any circumstance in which it might want different modules? [15:33] pitti, I have a question about a possible Intrepid SRU, where the fix is not a small patch. [15:34] cjwatson: well, ecryptfs support far more ciphers, but the "Ubuntu Encrypted Private" and "Ubuntu Encrypted Home" setups are fairly constrained to aes [15:35] ok, on its way [15:36] and then that should make partman-crypto automatically start working again [15:43] tkamppeter: well, ask :) [15:54] does anyone know the status of multiarch? [15:54] i am continuously kicked in the balls for running 64 bit [15:54] wine needs 32 bit pulseaudio ALSA plugin in order to work properly [15:55] and it's not in ia32-libs [15:55] no status to the best of my knowledge [15:55] * directhex summons Mithrandir [15:55] * alex-weej wonders if it's worth opening a blueprint [15:56] I doubt it [15:56] I mean, you could add to the thousands of blueprints that already exist [15:57] but it won't have any effect on magicking up people to work on it [15:57] of course, but at least it can be tracked better and i wouldn't have to come here asking [15:57] did you do a search for blueprints before asking? [15:58] only if there's only one canonical (ahem) blueprint for it. In reality I suspect there are several already, none of which have their status updated ... [15:58] directhex: i googled. [15:58] nothing [15:58] items not on the roadmap and without developers working on it simply aren't going to have status regularly updated === Kmos_ is now known as Kmos [16:02] pitti, it is bug 314018. The GS 8.63 breaks bold text in PS output of OOo when converting to PDF while printing (/usr/lib/cups/filter/pstopdf. [16:02] Launchpad bug 314018 in ghostscript "print bold in openoffice gives bad output" [High,In progress] https://launchpad.net/bugs/314018 [16:03] pitti, this problem is fixed in Ghostscript 8.64 (release on Feb 1), see http://bugs.ghostscript.com/show_bug.cgi?id=689970 and http://bugs.ghostscript.com/show_bug.cgi?id=690220 [16:03] bugs.ghostscript.com bug 689970 in PDF Writer "major artefacts in pdfwriter output" [Major,Closed: fixed] [16:03] tkamppeter: is this a regression? [16:04] pitti, yes. In Hardy PS never got converted to PDF when printing. [16:05] Unfortunately, the fix is not a simple patch, see http://bugs.ghostscript.com/show_bug.cgi?id=690025#c7 which refers to fixes for the above-mentioned two bugs. [16:05] bugs.ghostscript.com bug 690025 in Printer Driver "pxlmono driver prints some glyphs as squares when the input is PostScript generated by Ghostscript" [Major,New] [16:13] tkamppeter: so it's http://ghostscript.com/pipermail/gs-cvs/2008-November/008772.html and http://ghostscript.com/pipermail/gs-cvs/2008-November/008827.html ? [16:13] tkamppeter: size-wise they are quite big, indeed, but still bearable with lots of testing [16:13] tkamppeter: however, the second patch changes the API/ABI, which worries me [16:13] we shouldn't do that in an SRU === discoflux is now known as afflux [16:19] tseliot: hey, happy new year! [16:20] pitti: happy new year to you ;) [16:20] pitti, and they say that the patches are based on more text rendering improvements. [16:20] tseliot: we will go through the specs in today's desktop team meeting and take a look at what's realistic for Jaunty; would you like to (and do you have time to) join? [16:20] tkamppeter: is there an easier workaround? [16:21] pitti: sure, when/where is it? [16:21] changes to ghostscript have a large regressio npotential [16:21] tseliot: in 9 minutes (1730 CET) in #ubuntu-desktop [16:21] pitti: ok, I'll be there [16:22] great, thanks [16:22] tseliot: you can lurk, I'll ping you when it becomes interesting for you; shouldn't take more than 10 minutes for you [16:22] ok, great === Zic_ is now known as Zic [16:36] pitti, I have done two quick tests with OOo by myself and Bold printing works for me. So the bug seems to occur only with certain fonts (otherwise we must have already received complaints before release of Intrepid). So it seems that the bug is not so severe. [16:43] Riddell: this print dialog http://people.ubuntu.com/~pitti/screenshots/print_dialog_kde.png -- is this Qt, or KDE? [16:44] Riddell: I'd like to file the corresponding Qt/KDE bug for bug 314408 upstream [16:44] Launchpad bug 314408 in gtk+2.0 "Please separate autodetected from locally configured printers" [Wishlist,Triaged] https://launchpad.net/bugs/314408 [16:44] pitti: there's no kde dialogue any more, Qt only [16:44] Riddell: ah, nice, thanks [16:44] pitti, I have found a simple workaround: When one runs "ps2ps" over the faulty PS file and prints (or converts with ps2pdf) the resulting PS file, the output is correct. [16:45] pitti: Qt bugs go to http://trolltech.com/developer/task-tracker [16:45] or ask ThomasZ [16:48] pitti, so one only needs to check whether incoming PostScript is from OOo and if so one massages it with ps2ps, as one already does with incoming PS from encrypted PDFs printed with Adobe Reader. [17:04] bryce: will you upload the patch on bug 181948? [17:04] Launchpad bug 181948 in exim4 "exiqgrep: error on messages w/o size" [Medium,Triaged] https://launchpad.net/bugs/181948 [17:05] dholbach: I can. I reviewed it when we were in freeze so assumed someone would take care of it later [17:07] bryce: rock on! :) [17:07] dholbach: may I answer in german if it's only for you? :) [17:07] sebner: eh? [17:08] dholbach: you sent me a mail today about further questinos [17:08] *questions [17:08] sebner: sure, do it if that's easier for you [17:08] that's fine :) [17:08] thanks in advance [17:08] dholbach: speaking of which... I do my 1-hr sponsorship each week, however post-freeze it is problematic because you can't upload anything [17:08] dholbach: I don't care but since we are both native german speakers ^^ [17:09] dholbach: this last go-around I still did it, but just listed my view on patches even if they couldn't be uploaded at the time [17:09] bryce: I know - I think it's good to state that, unsubscribe the team and assign it to you, so you can upload it in the next cycle [17:09] dholbach: however I wonder if it even makes sense to be doing any sponsorship work post-freeze [17:09] bryce: it very much depends on the case [17:09] if it's important, it should go in [17:09] dholbach: well I'm usually not one to judge importance, since they're almost always non-xorg stuff [17:10] if it has a bunch of duplicates and fixes it, it should go in :) [17:10] a simple string fix can wait for release+1 [17:19] cjwatson: what's $dh{NOSCRIPTS} all about? [17:20] looking at dh_installudev, it seems to have a block to modify preinst/postinst [17:20] but we don't use that do we? [17:21] $dh{NOSCRIPTS} is set when the -n option is used [17:22] and we certainly do use that block, in that it's active - I have no idea whether it does anything useful for us [17:22] the script fragments in question are in autoscripts/ [17:22] and appear to be moving conffiles around [17:23] cf. debhelper 5.0.45 changelog [17:24] right [17:24] but they're moving things in/out of the parent directory of udev [17:25] which is things Debian do, but not us [17:25] might affect sidegrades from old versions of Debian to Ubuntu, but *shrug*. If you want to remove it it's your call. Don't you need similar logic to decide whether to remove or keep files in /etc/udev/rules.d/ anyway though? [17:26] hmm [17:26] looks like it's sidegrade stuff yeah [17:27] * dh_installudev: Install udev rules directly into /etc/udev/rules.d/, not [17:27] using the symlinks. MD has agreed that this is more appropriate for most [17:27] packages. [17:27] matches that changelog entry [17:27] I was thinking of abusing that to handle the automigration yeah ;) [17:28] you could always just extend it; I tend to leave such code there forever [17:28] (but I have the feeling we've had this discussion before ...) [17:29] :D [17:30] well, yes [17:30] as in copying that block a couple more times [17:30] I thought we must have that disabled somehow, but it doesn't look like it [17:30] I can see it in preinsts, etc. === ember_ is now known as ember [17:46] cjwatson: http://people.ubuntu.com/~scott/debhelper_7.0.17ubuntu2.debdiff [17:46] does that look sane? [17:49] pitti, I hav now suggested a workaround to the reporters of bug 314018, but if one uses a printer with the pxlmono Ghostscript driver one gets easily bitten by http://bugs.ghostscript.com/show_bug.cgi?id=690025 then. So the workaround is not perfect. [17:49] bugs.ghostscript.com bug 690025 in Printer Driver "pxlmono driver prints some glyphs as squares when the input is PostScript generated by Ghostscript" [Major,New] [17:49] Launchpad bug 314018 in ghostscript "print bold in openoffice gives bad output" [High,In progress] https://launchpad.net/bugs/314018 [17:51] zul: there was discussion about kde requiring mysql 5.1 in jaunty [17:52] is it on a mailing list somewhere [17:52] Keybuk: substituting the same autoscript twice is a bit unusual and perhaps deserves a comment, but it looks like it should be OK, yes [17:52] not sure what the context for this conversation is but amarok needs mysql 5.1's embedded library [17:53] mathiaz, zul ^^ [17:53] cjwatson: ironically, this means our dh_installudev matches udev upstream ;) [17:53] and Debian's changes everything strangely :p [17:53] heh [17:53] Riddell: we are thinking about upgrading mysql 5.1 for jaunty [17:53] Riddell: right - that's what I remember [17:53] and I so keep typing devmapper when I mean debhelper [17:54] mathiaz: 117 packages will need to be updated for the mysql library [17:54] zul: who's we? I believe server team want 5.0 from UDS conversations [17:54] Riddell: and amarok is targeted for main for jaunty? [17:54] Riddell: correct [17:54] mathiaz: it would be a big blow if it wasn't [17:54] actually, that's not quite right :-/ [17:56] zul: considering that we only want one version of mysql in main, we'll have to decide if we go for 5.1 soon [17:57] mathiaz: im just afraid of things that will break if we do decide to go for 5.1 [18:03] cjwatson: http://people.ubuntu.com/~scott/debhelper_7.0.17ubuntu2.debdiff [18:03] that should be much better [18:05] oh yes, of course it would have to be a different fragment [18:05] that'll remove /etc/udev/rules.d/NN-something.rules if unmodified [18:05] because the package ships /lib/udev/rules.d/NN-something.rules anyway [18:05] Keybuk: you should check $old ne $rule for the postinst substitution [18:06] if modified, it'll leave it - udev handles the override [18:06] ah, good point [18:06] rather than $default [18:06] (which can supersede the $default check, I think) [18:06] I'm struggling to figure out why you're moving it about inside /etc in the postinst [18:06] isn't it directly equivalent? [18:07] because if it was previously using the default, it would be 50-foo.rules [18:07] but would now have /lib/udev/rules.d/40-foo.rules [18:07] not directly equivalent if $dh{PRIORITY} happens to be 50 but not $default [18:07] so it moves the one in /etc to 40-foo.rules to match [18:07] err, if $dh{PRIORITY} is 50, then it'll be 50 across the board [18:07] oh, err, right. I think. ok [18:07] so you don't need to do the move [18:07] you only need to do the move because the default changes [18:08] if you're not using the default, no move is required [18:08] oh, yeah, I see how $default is handled above [18:08] I think that debdiff is fine [18:09] * Keybuk tests on a selection of packages [18:10] tkamppeter: (was in a meeting, will reply in 30 mins) [18:33] hah! [18:34] only two packages in our default install actually use dh_installudev *sigh* [18:35] Keybuk: ahoi! I heard you are responsible for MoM. What's now with new MoM -> DaD progress? [18:35] sebner: I don't know [18:35] nah [18:36] Keybuk: so who knows? ;) [18:36] Adri2000 I guess [18:37] ahah [18:37] Keybuk: he told me to ask you :P [18:38] bug #192972 [18:38] yay loop [18:38] Launchpad bug 192972 in merge-o-matic "Comments support" [Undecided,In progress] https://launchpad.net/bugs/192972 [18:48] Keybuk: is there something I can do to help get the "server support" ? [18:48] Adri2000: well, the basic problem is your patch relies on mod_python [18:48] MoM is an attractive attack vector if it suddenly has server scripting support [18:49] so any script code should be very paranoid and very well audited [18:49] CGI would be inherently nicer [18:52] ok. well if you really want cgi, given that I don't know much about it, if anyone wants to help out with that, it'd be very welcome [18:52] Keybuk: I was going to make pcmciautils use it in this round [18:52] (elmo is disagreeing with me, which goes to show you should never second guess a sysadmin :p) [18:55] Keybuk: who makes the final decision of whether mod_python is ok or not? [18:56] Adri2000: canonical sysadmin, I guess [18:56] I don't think we have a procedure :p [18:57] Keybuk: armwrestle? [18:57] maybe rock-paper-scissors [18:57] or mao [18:58] LaserJock: Chess. [18:58] I think you have to make elmo do his laugh-of-doom [18:59] nah, too easy. [19:00] heh [19:00] well, I'm less concerned about CGI vs mod python, than I am about the generic security issues, and honestly, I think someone with a background in web security needs to look at this [19:00] unless I'm missing something glaring, it does absolutely no filtering on the comments whatsoever [19:07] right [19:20] tkamppeter: only with certain fonts> that's relieving [19:20] Riddell: I filed a bug there, but didn't get an URL, nor does it appear in the search; do these tickets get manual approval? [19:22] tkamppeter: pstops> can this be done in /etc/cups/oopstops.convs, or in the oopstops filter itself? [19:25] tkamppeter: I replied to the bug report, let's discuss it there (I'm sub'ed now) [19:30] pitti: yes they're hidden until someone approves it [19:43] Riddell: ah, ok; thanks [19:50] pitti, are you sure that you have posted into bug 314018? You are subscribed there, but there is no comment from, you. [19:50] Launchpad bug 314018 in ghostscript "print bold in openoffice gives bad output" [High,In progress] https://launchpad.net/bugs/314018 [19:53] tkamppeter: weird -- seems it ate my comment [19:53] tkamppeter: anyway, it was just what I asked here in IRC [19:58] cjwatson: do you have time for few more syncs? === bluesmoke_ is now known as bluesmoke [20:00] pitti, I have answered to bug 314018. [20:00] Launchpad bug 314018 in ghostscript "print bold in openoffice gives bad output" [High,In progress] https://launchpad.net/bugs/314018 [20:01] tkamppeter: ah, thanks; well, if it's easier to implement in pstopdf, I'm okay with it; I looked at the diff, and it looked quite focussed [20:02] pitti, my only problem with it is that it breaks pxlmono/pxlcolor: http://bugs.ghostscript.com/show_bug.cgi?id=690025 [20:02] bugs.ghostscript.com bug 690025 in Printer Driver "pxlmono driver prints some glyphs as squares when the input is PostScript generated by Ghostscript" [Major,New] [20:03] tkamppeter: ah, right, I remember; if it actually breaks existing things, it doesn't qualify for an SRU [20:03] if it's too hard to fix, we should probably just leave it alone in intrepid and just fix it properly in jaunyt [20:03] it's not the worst bug in the world [20:04] kirkland: do you think you can have ecryptfs-desktop-ui drafted by the end of the week? do you think it's a realistic target for jaunty? [20:04] kirkland: (I wonder if I should put it as a jaunty goal) [20:06] pitti: hey [20:06] happy new year, Dustin! [20:06] pitti: same to you! [20:06] pitti: hmm, i can draft the to-do doc by the end of the week [20:06] pitti: dendrobates- doesn't want me working on ecryptfs for this cycle, though [20:07] pitti: so what i have been doing on ecryptfs has mostly been above and beyond [20:07] pitti: normal job responsibilities [20:07] pitti: dendrobates- has sort of asked kees/jdstrand/mdeslaur (securtiy people) to do ecryptfs maintenance [20:08] pitti: and for the desktop team to do the ui aspects [20:08] okay [20:08] just asking because you are currently set as the drafter for this spec [20:08] pitti: right [20:08] pitti: i'll draft the design doc by end of week [20:08] pitti: and you can size it [20:08] pitti: fair? [20:09] kirkland: do you think drafting the spec is something that this community person would do as well? [20:09] kirkland: absolutely [20:09] ah, Michael [20:09] pitti: michael rooney, you mean? [20:09] right [20:09] pitti: perhaps, though I don't mind doing it, especially if it needs to be done asap. [20:11] kirkland: if you could do the drafting (with the knowledge about what's possible to do), and I'll do some refinement (wrt. desktop integration), that would be great [20:11] pitti: sounds fine, i can do that [20:12] * pitti hugs kirkland, thanks [20:13] * kirkland high fives pitti o/*\o [20:23] Riddell: I set some tentative priorities to the kubuntu specs; please feel free to fix (or yell at me to change it) [20:26] elmo: well, you were right, there is at least one leak where one could easily put its own html/javascript/whatever code on the page that would be intrepreted :p [20:28] elmo and Keybuk : I'm going to fix that (among other things) and push it to my bzr branch [20:35] good night everyone [20:35] gute nacht pitti. === RainCT_ is now known as RainCT [21:18] Can any of the archive admins please process sync bugs 314470 314487 314505? [21:18] Launchpad bug 314470 in ubuntu "Please sync plexus-containers 1.0~beta2-2 (universe) from Debian unstable (main)." [Wishlist,Confirmed] https://launchpad.net/bugs/314470 [21:59] i am getting an assembler segfault during compile which suggests that the assembler uses a different version of libopcodes than which is being linked against. [21:59] and the version of libopcodes on my system is suspciously new. /usr/lib/libopcodes-2.18.93.20081009.so [22:00] http://gcc.gnu.org/ml/gcc-help/2009-01/msg00047.html [22:00] can someone run a test for me to see if this is ubuntu? [22:01] pecl install channel://pecl.php.net/svn-0.5.0 would do it [22:13] i was kicked from #ubuntu for asking someone to help me troubleshoot this [22:14] its potentially a serious issue - not appreciated [22:14] aib: Try asking in #ubuntu-ops. [22:18] hi guys can i may ask you if its planned to bring back the jackd audio output plugin to the xine-lib package [22:20] ghostcube: unlikely, xine is in main, jack is in universe [22:20] hmm Riddell yeah but it i sneeded on kde4 to get jackd to the phonon backend sources to use it with the kde apps [22:21] is there any repackaged version you know of ? with jackd support in ppa ? [22:23] ghostcube: This is also an issue with other packages wanting to work with jack which exist in main. Until the source package of jack-audio-connectino-kit is in main, nothing in main can be built against it. [22:24] gah jack-audio-connection-kit [22:24] ui [22:26] ok :( bye guys [22:27] hm. what sort of times is dholbach about? [22:27] I have an extra box lying around that I'd like to install jaunty on. Alpha 2 or daily build? [22:29] kirkland: re: bug #243205, do you have any objections to me doing the new merge (0.9.0)? [22:29] Launchpad bug 243205 in mythtv-status "Merge mythtv-status 0.8.1-2 from Debian(Unstable)" [Undecided,Confirmed] https://launchpad.net/bugs/243205 [22:29] jnjackins: Probably start with alpha 2 and then upgrade. [22:29] Laney: you're welcome to do the merge, but i'd recommend using update-motd to publish that status [22:29] Laney: it's better suited to publish mythtv-status [22:30] kirkland: I know nothing about that [22:30] directhex: dholbach is usually around business hours (little earlier) European time [22:30] Laney: i've been meaning to talk to the upstream maintainer about it [22:30] Laney: if you'd like to talk to upstream about that, bonus points! [22:30] do any other distros have update-motd? [22:31] Laney: not that i know of [22:31] LaserJock, right, k. i've cornered meebey, and he's up for a developer week session [22:36] kirkland: you here? [22:37] blizzkid: hi [22:38] kirkland: hi, sorry to bother you, but I read your challenge, and I tried it, but every time I try to decrypt the file, I get the message "bad key". Is that because of a wrong passphrase? Or am I missing something else? [22:38] blizzkid: this isn't the proper place for this [22:38] can I msg you? [22:38] blizzkid: sure === Seeker`_ is now known as Seeker`` === Seeker`` is now known as Seeker` [23:00] I posted https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-December/006560.html, but there's been no reply. Should I just be patient? Repost to ubuntu-devel@? Somewhere else? [23:02] maxb: the list of packages would have been useful [23:02] https://launchpad.net/~ubuntu-cruft-busters [23:03] you can subscribe that team to the bugs [23:04] maxb: if you can write a script which generates a report based on Sources and Packages files from a local archive mirror, I'd be happy to integrate that into the archive team's pool of such reports [23:04] then we would clean them up frequently [23:06] aha. Now I know what to do with bugs to flag them for the attention of the appropriate people, I shall start filing them [23:07] maxb: seriously I'd rather that we could get this into people.ubuntu.com/~ubuntu-archive and *not* file bugs [23:08] bugs are a more heavyweight way to process this kind of thing than a one-page report that we can just run down [23:08] they will take more ~ubuntu-archive effort and delay other things [23:08] a one-page report would be so much better, as this is a real problem I know [23:09] A fair proportion of the outdates are FTBFSes - those probably ought to be bugs, no? [23:10] oh, sure, if there's actually a source change to be made [23:10] Most of the rest are Packages-arch-specific related [23:11] but if the problem is that the packages need to be removed, I would prefer that those were not filed as bugs [23:11] * cjwatson -> bed [23:22] Is there anything special I should know about making a script suitable for people.ubuntu.com/~ubuntu-archive ? Or should I just leave it set up to download the data from a mirror, and leave it up to the archive admins to tweak it to run on people.ubuntu.com/~ubuntu-archive ? [23:23] crimsun: Yeah we could, would it not make things distorted etc for users who are not affected by bug 275998 [23:24] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/275998/+text)