=== dendro-afk is now known as dendrobates === steve|m1 is now known as steve|m === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === echidnaman is now known as JontheEchidna === alf_ is now known as alf__ === amitk is now known as amitk-afk [07:17] good morning [07:45] good morning [07:56] dholbach: hey [07:56] dholbach: you are part of the Server Team right? [07:56] g: no, I'm not [07:57] oh okay :) [07:57] dholbach: sorry, I'd just thought your name had come up in the meeting minutes [07:58] I'd be a bit surprised - I hope they didn't assign me work while I wasn't there :) [08:17] hi. Could you tell me how a package deletes menu files as my package don't delete them [08:22] hey [08:23] What rule does tell to the debuilt how exactly my packaged shoul be removed [08:23] should [08:26] dholbach: haha sorry, obviously I've got names confused (or a more possible case, I am completely confused about everything :) [08:28] G: no worries :) [08:35] Good morning [08:35] Guten Morgen pitti [08:36] mr_pouit: great to hear, thanks [08:36] hey geser, good morning [08:37] people, to delete menu files I should write postrm file, will I? === almaisan-away is now known as al-maisan === amitk-afk is now known as amitk [09:39] рудз [09:40] help [09:40] need advise about build deb. postrm script [09:44] No one alive [09:48] Besogon: you don't need to remove files from a package in maintainer scripts [09:49] uninstalling a package will remove all files that it ships [09:50] pitti: Hi, just saw your comments on usb-modeswitch. Thanks for the investigation, I wrongly assumed udev versions in Debian and Ubuntu were close. [09:52] pitti: is it possible to get a fix in udev by adopting Debian's patch or would you prefer to get an Ubuntu-specifically updated usb-modeswitch ? [09:52] pitti, I'm trying to build a package and install some menu file [09:53] also as deinstall them [09:53] the deb package can install menu files using makefile but not uninstall them [09:53] which script should I use to do that [09:53] 10:47 < pitti> uninstalling a package will remove all files that it ships [09:53] pitti, [09:54] postrm or prerm [09:54] 10:47 < pitti> Besogon: you don't need to remove files from a package in maintainer scripts [09:56] OdyX: both sid and Maverick have udev 161 [09:56] azeem_, so how can I do that in other way. *.menu and *.desktop files aren't deleted bu dpkg. [09:56] OdyX: how does Debian modify udev to make this work? [09:57] pitti: there is a patch that adds that /lib/udev/hotplug.functions [09:57] Besogon: then this would be a bug in dpkg [09:57] (in Debian) [09:57] Besogon: they are shipped in the .deb? [09:57] OdyX: ah, I see; that's what provides wait_for_file() [09:57] exactly === tkamppeter__ is now known as tkamppeter [09:58] pitti, hi [09:58] azeem_, no. But they are being installed indeed. I used a manual https://wiki.ubuntu.com/PackagingGuide/Complete [09:58] how are they installed? [09:58] hey tkamppeter, how are you? [09:58] azeem_, debuild utility [09:59] debuild builds .debs [09:59] azeem_, give me a secon [09:59] d [09:59] either they are shipped in the .deb, or they are somehow installed at install time [09:59] pitti, fine. [09:59] pitti: I am considering "conditional patching" based on dpkg-vendor, but a fix in udev is cleaner (for me) :-) [09:59] Besogon: maybe they are not shipped, and the files you have on your harddisk are from a previous manual install [10:00] OdyX: how does upstream usb-modeswitch handle that? hotplug.functions isn't something that upstream could rely on? [10:00] pitti: it does not, it uses the wait_for_file function "inline" [10:01] OdyX: and you don't want to just use that in usb-modeswitch? [10:01] pitti: I am at fault on that bug, because I wanted to play smart and avoid code duplication by using Debian's functions. [10:01] pitti: nah, on Debian it's a code duplication. [10:01] OdyX: well, it's not really "at fault" [10:01] azeem_, no. I tryed to install and uninstall the files some times. This files are installed but they are not shown in dpkg -L and not deleted [10:01] OdyX: I don't mind much adding that file to our udev package [10:01] azeem_, http://pastebin.com/1cPmJssS [10:01] azeem_, this is my makefile [10:02] pitti, I can reduce the default installation by another 18 MB, replacing the Foomatic data in /usr/share/foomatic by another compressed PPD package. [10:02] pitti: AFAIK, alsa-utils uses it too (hence patched in Ubuntu) [10:02] tkamppeter: niice! [10:02] pitti: or I can do conditional patching (almost done now ;-) ) [10:02] Besogon: then they are likely from a manual install and not a packaging issue [10:02] azeem_, all after string 19 are not shown in deb [10:02] OdyX: nah, if this breaks several packages, I'll just add it to our udev [10:02] seems easier than playing catch-up [10:03] Here’s an inotify-based wait-for-file, but in its current incarnation it requires the directory in which the file is supposed to appear to exist. http://github.com/ion1/wait-for-file [10:03] pitti, main disadvantage is that the package foomatic-db will take 2 hours to build on my box (generate all PPDs and then compress them). [10:03] ion: Debian's udev's wait_for_file is useful at boot time, to wait on /usr to be mounted e.g. [10:03] pitti, but this will not be a problem for the end user. [10:04] azeem_, what is a manual install? [10:04] tkamppeter: why are you generating the PPDs again ? didn't we decided to get rid of the prebuilt ones ? [10:04] Besogon: running "make install" as root [10:04] outside of debuild [10:04] with /usr as prefix === azeem_ is now known as azeem [10:05] OdyX: hm, which bug # was that again? [10:06] OdyX, I am looking into making Foomatic faster and less space-consuming. So I have tested building all PPDs and compressing them with pyppd, as the XMLs take space and the listing of all PPDs via "lpinfo -m" is slow. [10:06] OdyX: so we'll reassing that to udev and I'll ship the file in udev; sounds ok? [10:07] OdyX: bug 625110 is most likely a dupe? [10:07] Launchpad bug 625110 in usb-modeswitch (Ubuntu) "usb-modeswitch 1.1.4 doesn't switch any device" [Undecided,Confirmed] https://launchpad.net/bugs/625110 [10:07] azeem_, ok. Now I've looked through the alacarte and found none of this files. Now I'm making sudo debuild [10:08] OdyX: nevermind, got the bug mail [10:08] pitti: fixing that in udev seems very fine to me. Thanks in advance ! [10:08] OdyX, my plans are adding a binary package named foomatic-db-compressed-ppds to the foomatic-db source package keeping all other binary packages. The distro can then decide to use foomatic-db-engine plus foomatic-db OR foomatic-db-compressed-ppds. [10:08] OdyX: ok, great! [10:09] OdyX, note also that foomatic-db-compressed-ppds will NOT contain foomatic-rip. [10:09] tkamppeter: so that would be a re-introduction of foomatic-filters-ppds we had before, right ? [10:11] azeem, in tmmfortran-1.0/debian I don't see menufiles. [10:11] Besogon: I don't have time to look into this, sorry [10:11] azeem, pity [10:11] OdyX, not really, as foomatic-rip will not be contained in the package. [10:12] Who can help me with makefile and building deb file [10:13] OdyX, my former abolishing of foomatic-filters-ppds was the huge waste of space of uncompressed or individually gzipped PPD files. I completely underestimated the great compression potential of pyppd, which was not ready that time. [10:16] aha I undestand [10:17] OdyX, using foomatic-db-compressed-ppds instead of foomatic-db and foomatic-db-engine saves 18 MB on an installed system (great for live CDs) and listing all Foomatic PPDs gets vastly faster, even faster than serving the Foomatic database from MySQL. [10:18] tkamppeter: nice. === bilalakhtar_ is now known as bilalakhtar === ivoks_away is now known as ivoks [11:29] hey. I return [11:29] back [11:29] Why a package I made don't copy a file in etc directory? [11:30] I see it file in the list dpkg -L [11:31] But actually the one wasn't copied [11:31] What does it mean? [11:33] It’s so bright and vivid. It’s almost starting to look like a triple rainbow. === diwic is now known as diwic_afk === MacSlow is now known as MacSlow|lunch === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann === dholbach_ is now known as dholbach [13:04] Hello, could someone approve: LP #626711 [13:04] Launchpad bug 626711 in sl-modem (Ubuntu) "Sync sl-modem 2.9.11~20100718-2 (restricted) from Debian unstable (non-free)" [Wishlist,New] https://launchpad.net/bugs/626711 === asac_ is now known as asac [13:29] AnAnt: done [13:30] pitti: thanks [13:30] pitti: & thanks for texlive-bin too === MacSlow|lunch is now known as MacSlow === diwic_afk is now known as diwic === xfaf is now known as zul [13:52] pitti: hey man, I'm trying to run apport-collect [13:53] pitti: but I'm a beta tester, so I get edge [13:53] pitti: and as a result, an ncurses login screen [13:53] pitti: but I can't continue in the ncurses view, once I enter my email/pass [13:53] pitti: any clues, hints, etc.? or is this a known bug? [13:54] oubiwann: ncurses login? that's new [13:54] oubiwann: last time I had this, it just opened a page in my browser [13:54] oubiwann: oh, are you in a chroot or something without firefox? [13:54] oubiwann: ncurses login screen> that's w3m or so? [13:54] pitti: ssh connection, yeah [13:55] pitti: yeah, looks like it... maybe links/lynx [13:55] oubiwann: then it's better to open the URL that it prints out locally [13:59] oubiwann, there is a bug about LP login not working with w3m iirc (dont ask me about the bug # though) [13:59] ogra_cmpc: sweet, thanks [14:05] hi folks, i'm having an odd problem updating one of my early maverick machines and i'm wondering 1) if this is a bug worth reporting/investigating; 2) what's the safest way to fix the problem [14:07] i have both libgirepository1.0-0 and -1 installed apparently. the former has a [!] icon in synaptic (not sure exactly what that means). apt-get, update-mgr, and landscape all fail to update the machine because of this. if i explicitly mark the -0 for reinstallation, apt wants to remove a *ton* of packages, which i'd rather not let it do ;) [14:08] libgirepository1.0-0 is deprecated [14:08] nothing should depends on it [14:08] seb128: yep, you see my problem :) it appears as though a ton of things do depend on it [14:09] doubteful [14:09] sudo apt-get remove libgirepository1.0-0 [14:09] what does that want to do? [14:10] seb128: hmm, it looks like it just wants to remove that one package. [14:10] see ;-) [14:10] dunno why update-manager would fail on that [14:10] seb128: u-m, landscape, *and* synaptic ;) [14:10] what does apt-get dist-upgrade say? [14:11] nothing to do [14:11] let's see what u-m says now [14:12] what version of libgirepository1.0-0 did you have? [14:12] seb128: it was 0.6.something iirc. seems like doing the manual removal has made at least u-m and synaptic happy again [14:13] seb128: i need to reboot that machine and then we'll see if landscape is happy to [14:14] very odd though; i was sure i tried an apt-get remove and saw tons of other removals. maybe it was apt-get install --reinstall tho. seb128 thanks [14:14] np [14:22] OdyX, ping === dendrobates is now known as dendro-afk [14:28] tkamppeter: pong === dendro-afk is now known as dendrobates [14:29] OdyX, was there ever a foomatic-db package in Debian which provided the foomatic-filters-ppds package? [14:30] tkamppeter: Lenny (current stable) has f-f-ppds, built from src:foomatic-filters-ppds. Squeeze had foomatic-filters-ppds built from foomatic-db-engine and now ships it as a "dummy" package [14:32] OdyX, I am looking into pre-building the PPDs from the build of foomatic-db without duplicating upstream source code and without modifying foomatic-db-engine upstream. [14:33] tkamppeter: then you need to B-D on foomatic-filters, right ? [14:33] OdyX, looks like that I have to build foomatic-db-compressed-ppds out of the foomatic-db-engine build then. [14:34] OdyX, foomatic-filters is never needed to pre-build the PPDs. [14:34] tkamppeter: you may want to take a look at the git history of foomatic-db-engine [14:35] http://git.debian.org/?p=collab-maint/foomatic-db-engine.git;a=commitdiff;h=2254476 [14:35] OdyX, problem is that a foomatic-db-engine installed into the system by BD can only build PPDs from the XML data installed into the system, not from the XML data in the current package's source tree. [14:36] huh, sucks.... [14:44] OdyX, thanks for the link. === al-maisan is now known as almaisan-away [15:05] zul: do you happen to be around by any chance? [15:05] G: yes [15:05] zul: hey, I noticed that the Server Team seems to have a slightly different SRU policy for accepting packages [15:05] G: yeah [15:06] zul: regarding something like Bug 589063 (I believe libvirt/KVM etc falls under Server), whats the best way to get it 'accepted'? [15:06] Launchpad bug 589063 in seabios (Ubuntu) "Windows Server 2008 won't boot with more than 4 vCPUs" [Undecided,Confirmed] https://launchpad.net/bugs/589063 [15:07] G: send a note to the ubuntu-sever mailing list [15:07] zul: so, as a reply to the e-mail you send out weekly? [15:07] G: yep [15:11] zul: argh, server-list doesn't have reply mugging [15:12] zul: sorry for the fact you'll get it twice [15:12] G: thats fine [15:13] zul: okay there we go, thanks [15:13] G: no problem [15:15] zul: I'd been working off the main SRU policy, didn't realise (actually more like forgot) that there was a seperate Server policy :) === almaisan-away is now known as al-maisan [15:19] * G has a poke at other virt bugs === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [16:00] zul: btw, whats the process for getting fixes into maverick at this stage as well [16:00] G: open up a bug [16:00] bug already exists [16:01] G: then someone should be already looking at it [16:01] zul: okay, (just isolating a patch for the bug atm) [16:02] G: bring it up on #ubuntu-server [16:02] zul: okay will do [16:27] hi === dendrobates is now known as dendro-afk [16:29] I have a package with executables, and want to create a package with debugging symbols of those executables; however, if I use dh_strip --dbg-package, it strips the executables, making them non-executable [16:29] any idea how to fix this? === dendro-afk is now known as dendrobates [16:35] theclaw: Has it also created separate -dbg debs ? [16:36] penguin42: yes [16:36] I *think* those should have the debug symbols [16:36] penguin42: "file /path/to/debugbin" says "... not stripped", "file /path/to/normal_bin" says "... stripped" [16:37] (I said "strips" above when I should have said "doesn't strip", sorry) [16:38] do executable files have to be stripped so that they can be executed? [16:38] no [16:39] and stripping shouldn't change whether it can execute [16:40] hmm. [16:46] didrocks: Your ubuntu-netbook-default-settings upload will affect U/I, right? [16:47] ScottK: one of the icon will slightely change and nautilus removal in the installation, right. the issue is that it will probably change again later as we don't have the list of things to display by default (and it's an issue, I agree) === yofel_ is now known as yofel [16:48] didrocks: My understanding is that post U/I freeze such changes need an FFe with an ack from the docs team. [16:48] Mostly so they know not to do any screenshots of that yet. [16:49] ScottK: I wasn't thinking it was such impacting. I was planning to send an email to them as we will likely have some changes in any case. Thanks for the reminder. [16:50] didrocks: Please open an FFe bug (feel free to say all the planned changes) and subscribe them. [16:50] ScottK: doing it now, ubuntu-docs is the team, right? [16:50] didrocks: AFAIK, yes. [16:50] ScottK: thanks, doing it [16:50] didrocks: Do you mind reuploading with the FFe bug in debian/changelog? [16:51] ScottK: sure, if it's not accepted already? [16:51] It's not. [16:51] I'll reject so you can reupload. [16:51] ok, great :) thanks [16:52] well, once launchpad won't timeout again :: [16:52] https://code.launchpad.net/~ubuntu-branches/ubuntu/maverick/avogadro/maverick [16:52] hmmm, why latest release has dated earlier than previously? [16:53] hey why can't I request anymore CD's? [16:54] i used to request everytime a new version came out, my internet is not the fastest ya know, it's bad enough it takes me two months to download an iso === beuno is now known as beuno-lunch [16:56] OdyX, I have solved my problem, one can redirect to an alternative XML database via the env variable FOOMATICDB with all tools of foomatic-db-engine. [17:03] ScottK: reuploaded [17:11] is it possible to build i386 packages on x86-64 using pbuilder or the like? [17:19] cjwatson: Your blog post on grub2/windows made the news picks section on http://www.groklaw.net/ [17:22] penguin42: yes, if you have an i386 pbuilder [17:23] geser: Ah so just pubilder --architecture i386 ? [17:25] yes [17:27] nice, I'm jsut building a modifed Maverick Mesa that fixes a radeon issue, and it works great, but Google-earth is 32bit === deryck is now known as deryck[lunch] === ivoks is now known as ivoks_dinner [17:47] ScottK: will you have the time to accept the -settings package (would be nice to have it for tomorrow respin image) [17:47] didrocks: Need to get an ack from the docs team first. Maybe you can find someone to look at it. [17:55] OdyX, I succeeded to make a foomatic-db package with foomatic-db-compressed-ppds now. [18:00] ScottK: I still wonder as I've seen no UNE documentation. Don't know who can give such an exception for it [18:01] didrocks: I'm not sure, but I'd ask someone on the docs team. If they aren't doing docs, then just them saying that is more than enough. === beuno-lunch is now known as beuno [18:01] mdke: do you know if there are some people working on UNE documentation? seems not (asked to some doc core team member as well and they don't know) ^ [18:02] didrocks, what did you change? [18:02] seb128: just added the evo express icons in the launcher and removed nautilus. Still not the definitive launcher in any case [18:10] ScottK, you need an ack from the documentation team? [18:11] seb128: Post U/I freeze for things in Main we normally do that. [18:11] ScottK, https://wiki.ubuntu.com/FreezeExceptionProcess doesn't say that [18:11] "Every change of the user interface (either a string or the layout) requires you to notify the documentation and translation teams. Please include a link to these posts in the mailing list archives of ubuntu-doc@ and ubuntu-translators@. " [18:11] [18:11] it says to notify and subscribe ubuntu-release [18:11] it doesn't say you need to wait for them to ack the change [18:12] Actually that's right. Thanks for pointing it out. [18:12] Now that they've been notified, I'll accept it [18:12] ScottK, thanks [18:12] thanks seb128 and ScottK :) [18:12] yw [18:13] didrocks: Accepted. In the future, please inform them before upload on post-U/I freeze changes that affect U/I. [18:14] ScottK: sure, will do for upcoming changes, thanks for the notice [18:21] 32bit pbuilder worked nicely - thanks! === thekorn_ is now known as thekorn === deryck[lunch] is now known as deryck === al-maisan is now known as almaisan-away === dendrobates is now known as dendro-afk [18:58] slangasek, review of ubuntu-sso-client would be appreciated by the u1 team I think [18:59] it fixes some bugs which break clients right now [18:59] slangasek, the rhythmbox upload fixes a crash which seems to happen to quite some users [18:59] if you can review that as well [18:59] thanks === dendro-afk is now known as dendrobates [18:59] for bug 511225, should I file a ff'e request separately? [18:59] Launchpad bug 511225 in sugar-0.88 (Ubuntu) "running sugar causes left-click not to work properly in GNOME" [Critical,Confirmed] https://launchpad.net/bugs/511225 [19:03] OdyX, ping [19:04] tkamppeter: pong === ivoks_dinner is now known as ivoks [19:10] seb128: accepted both [19:10] OdyX, I have created the foomatic-db-compressed-ppds now and it is working nicely. I made it conflicting with foomatic-db-engine to avoid duplicate PPD entries which deliver PPDs from different data sources. My problem is now to make updates from Lucid to Maverick smoothly migrate. [19:12] tkamppeter: for sweet upgrades, you should look after "Provides" (which only works if the relationship is non-versioned) [19:17] OdyX, to let the update only happen in Ubuntu I thought about replacing foomatic-db, foomatic-db-engine in the dependencies of ubuntu-desktop by foomatic-db-compressed-ppds, does the conflict of foomatic-db-compressed-ppds with foomatic-db-engine remove foomatic-db-engine then? [19:18] tkamppeter: IMHO you should leave the choice. That means using "Provides" and converting "Depends" or "Recommends" into alternative relationship, with the one you want first.. [19:19] tkamppeter: but the answer to your question is probably yes. [19:20] OdyX, Ubuntu is CUPS-only, there it is no problem to make the default installation to use a CUPS-only solution. In Debian I want to leave the choice. [19:20] seb128: do you know why gir-repository ftbfs now? (looks for vte headers in the wrong path; wants rebuild to get rid of dep on libavahi-core6) [19:20] tkamppeter: I mean leaving the choice between compressed and non-compressed [19:20] tkamppeter: but I agree with your strategy. [19:24] slangasek, no but I will get it fixed, thanks for pointing it [19:25] seb128: looks like pkg-config --variable=includedir vte spits out the wrong path [19:25] (/usr/include, not /usr/include/vte-0.0) [19:29] slangasek, seems buggy indeed [19:29] slangasek, can you open a bug about that? [19:29] ack [19:29] thanks === dendrobates is now known as dendro-afk [19:36] Daviey, smoser: do you know why eucalyptus-udeb depends on libavahi-core6-udeb when nothing else in eucalyptus wants libavahi? === xfaf is now known as zul [19:37] (the package now needs a rebuild for the libavahi-core ABI change, just wondering if it should be future-proofed in the process) [19:38] ttx might be able to answer more, but i'm guessing its so that the nodes can find a server and populate the server field [19:38] ok === dendro-afk is now known as dendrobates === sconklin is now known as sconklin-afk [19:51] quick process question -- when ubuntu moves from version N to N+1, how do the changelog lines for the packages get updated (so they are built properly)? is it automatic or is it manual on a per-package basis? [19:52] e.g., foo-package (1.0) lucid; urgency=low ; how does that get rebuilt for maverick (if at all)? [19:52] achiang: old entries don't change, new entries have the new release name [19:53] achiang, i believe that initially, its a binary copy over. [19:54] smoser: so if foo-package is copied from lucid -> maverick, but didn't need any updates for maverick, then its release field in the changelog remains the same? [19:56] what happened to the ubuntu amd64 daily live image? it seems to not been produced for the last several days [19:58] achiang, it sure appears that that is the case. [19:58] for example, on my maverick system here, i have /usr/share/doc/notify-osd-icons/changelog.gz with 'notify-osd-icons (0.6) lucid; urgency=low' [19:58] smoser: makes sense. so if a developer actually needs to make a change to the package, then s/he will s/lucid/maverick/ for the last changelog entry, as micahg said [19:59] right. they *have* to to get it re-built for maverick [19:59] achiang: no, a new entry will be added [19:59] micahg: right, i meant that, i just wasn't clear in what i wrote. :) [19:59] smoser: micahg: thanks [20:01] ccheney, i believe size issues [20:02] smoser, ccheney no, according to http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu/maverick/daily-live-20100830.log: "mkfs.msdos: command not found" [20:04] manjo, ^ (you asked about that earlier) [20:05] smoser, also the i386 iso won't boot without a hack [20:05] from usb or from cd? [20:05] smoser, you need to do sed -i -e 's/ui gfxboot/gfxboot/' /media/New\ Volume/syslinux/syslinux.cfg to the usb stick [20:06] superm1, I have not tried CD [20:06] that's only if you are burning from usb-creator on 10.04 however (and only on USB) [20:06] superm1, correct [20:06] superm1, I am running lucid on my desktop @ home [20:07] manjo, that's bug 608382 [20:07] Launchpad bug 608382 in usb-creator (Ubuntu) "Maverick images build on lucid fail to boot - different syslinux version" [High,Triaged] https://launchpad.net/bugs/608382 [20:08] smoser, superm1 also the installer supposed to show me a list of networks that I can chose from but all I see if a pink area ... no list [20:08] currently my install is stuck on retreveing files 2of6 [20:09] detailed message says "*** Message: useQuirks: 0 / 0 /" [20:09] manjo, that could be a bug in a lot of areas, i think best to do is to ubuntu-bug ubiquity (ctrl-alt-t from the installer right now should get you a terminal), and then also attach lspci [20:14] superm1, :) its a chicken and egg problem, I don't have wifi to file a bug, since no wifi got listed by the installer [20:14] ccheney: NCommander fixed that earlier today [20:14] ScottK: hm, not sure I want even more publicity, oh well :-/ [20:15] cjwatson: thanks [20:15] cjwatson, when you get a chance can you look at my mail about UEFI ? [20:17] manjo: yes, I will do, but I'm technically on holiday today and it will take a good chunk of time to answer your mail [20:18] cjwatson, np, sorry to bug you. [20:18] manjo: and in small chunks of time I have at the moment, I need to focus on the beta release [20:18] cjohnston, totally understand, its bad timing I know === sconklin-afk is now known as sconklin [20:18] cjwatson, ^ [20:22] Hello, does anyone here know which application was used to create the syslinux boot splash used as the first image on the LiveCD ? [20:22] I'd like to replicate that look for a deirvative and being quite a beginner in graphic manipulation it would help to at least know that I am not trying to do it using the wron g tools (gimp in this case) [20:22] thanks [20:26] janimo: I think I used something akin to the instructions in debian-installer/build/boot/x86/pics/polverini_b.README, but it was quite a while ago and I don't remember [20:26] cjwatson: thank you, I'll read that [20:45] cjwatson: I see a few images in that directory, but they are debian or pre-10.04 ubuntu. Is the original Lucid one available as well? Besides the conversion routines desribed in that readme and for which I used Gimp [20:46] before, I was curious if there is a raw file for the png or jpg from which it was generated, and maybe an artist who can tell what tools and effect were used [20:47] janimo: I really don't remember unfortunately [20:47] cjwatson: np, thanks anyway [20:48] I don't seem to have them locally in the place I was expecting [20:48] I have a vague memory that michaelforrest did it [20:57] Greetings [20:58] not sure if I'm asking to the right chan , but since i upgrade xubuntu 10.04 LTS , i get freezes with nfsclient when copying big files (2.1 GB) [20:59] does this problem has been reported ? [20:59] (i made no change in my mount options) === dendrobates is now known as dendro-afk [21:06] cjwatson: Right. It was intentional I didn't start out with "Congratulations ....". === dendro-afk is now known as dendrobates [21:10] OdyX, are you currently working on Foomatic? It would be nice if you do not commit to GIT in the next days, to make it easier for me to commit my results. [21:11] tkamppeter: I'm not. What I wanted in is already in. And in any case, if I would, I would in the master-squeeze branches. [21:11] tkamppeter: feel free then ! [21:13] OdyX, OK. [21:35] gilir: Is awn-applets-common supposed to include anything other than translations? [21:36] ScottK, no, only translations [21:36] gilir: OK. Does it need to be arch any? [21:41] didrocks: You didn't happen to see 627030 when you were working on Evolution, did you? [21:43] ScottK: not really, my bugmail is closed (it's quite late here), just a quick fix for beta. In any case I'll upload after beta evo 2.30.3 and look at this one so [21:44] didrocks: OK. Thanks. [21:44] yw [21:47] ScottK, no, should be arch all, I'll fix it for the next upload [21:47] gilir: OK. I'll go ahead an accept it. === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [22:49] OdyX, ping === neeraj_ is now known as neeraj [23:07] pitti: do you have any idea what this error message is? I can't reproduce it in a local build, even with pkgbinarymangler installed: Error: Package: and Architecture: do not alternate in debian/control [23:08] pitti: from http://launchpadlibrarian.net/54444678/buildlog_ubuntu-maverick-i386.emdebian-crush_2.2.4ubuntu1_FAILEDTOBUILD.txt.gz [23:09] hmm, maybe it's a parallel building problem [23:15] slangasek: Maybe it gets confused by "Package:pdebuild-cross" (no space) [23:15] slangasek: As for why you can't reproduce it, I have no clue. [23:15] * soren didn't try [23:16] soren: good catch, I'll fix that and give it another try. Would still like to know where this error comes from though :( [23:16] slangasek: I can reproduce it. [23:17] soren: in what env? [23:17] slangasek: sbuild [23:17] (maverick) [23:17] hmm [23:17] with pkgbinarymangler installed. [23:17] infuriating [23:17] soren: thanks :) [23:18] Sure thing. [23:19] slangasek: Adding the space fixes the build. [23:19] Just FYI. [23:19] ack [23:19] * soren wanders off [23:22] slangasek: it means that a Package: record in debian/control either has zero or more than one Architecture: fields; I wasn't sure how to interpret those cases, and at best they would only "accidentally" be right, so I thought to play it safe [23:23] soren, slangasek: ah, interesting little buglet in the mangler then [23:23] pitti: ok, where does that message /come/ from? :) I can't find it in the code [23:23] pkgbinarymangler /is/ the current package name, right? [23:24] slangasek: it's actually from pkg-create-dbgsym [23:24] ahh [23:24] slangasek: but yes, it's the current name for that part [23:24] I didn't have pkg-create-dbgsym here [23:25] * slangasek files a bug [23:26] thanks [23:34] * pitti waves good night