=== Qbal1 [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [12:12] tsmithe, i'm watching [12:12] Qbal1: lol you linked that name? [12:12] duh === Qbal1 [n=toby@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === Qbal1 is now known as tsmithe === d33p__ [n=d33p@87.217.144.24] has joined #ubuntu-motu === geser [i=mb@2002:5361:2a04:0:0:0:0:1] has joined #ubuntu-motu === orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu [12:51] can anyone take a look at my debdiff: https://bugs.launchpad.net/ubuntu/+source/xnc/+bug/45569 [12:53] sharms, you should use 5.0.4-2.1ubuntu1 instead of 5.0.4-2ubuntu1 [12:53] ah it was that, but I changed it [12:53] I was using: http://www.ducea.com/2006/06/17/ubuntu-package-version-naming-explanation/ as a guide === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu [12:55] you should also remove /tmp/X2g8TaQUiE/ and /tmp/esulBGkxNB/ [12:55] nobody uses patch -p4 :D [12:55] I was in my directory, ran a dpkg-buildpkg [12:56] then from that, I did a debdiff on the orig dsc and my dsc [12:56] then I cut out the irrelevant parts that were somehow changed like build options === MatthewV [n=MatthewV@202.183.120.81] has joined #ubuntu-motu [12:57] I was referring to lines beginning with that in your debdiff [12:57] such as /tmp/X2g8TaQUiE/xnc-5.0.4/debian/changelog [12:58] yeah and I was stating how I did it so you can correct my process [12:58] there should be some option to pass to debdiff [12:59] you're juste missing patchutils === firephoto [n=tom@pool-71-115-218-80.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu [01:00] ok I installed patch utils, so what is the proper process? [01:00] Edit deb, create deb with dpkg-buildpackage, create a debdiff using "debdiff" [01:01] good night, see you. [01:01] thanks for the input [01:02] sharms: if what you want to do is a debdiff, there's no need to build the deb. debuild -S will be fine instead of dpkg-buildpackage [01:02] you're welcome :) === ivoks [n=ivoks@19-55.dsl.iskon.hr] has joined #ubuntu-motu [01:02] good night :) [01:03] Good night all === Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu === jml_ [n=jml@59.167.203.115] has joined #ubuntu-motu === madc [n=d@71-81-56-119.dhcp.slid.la.charter.com] has joined #ubuntu-motu === macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu === aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu === DarkMageZ [n=richard@ppp38-114.lns2.syd6.internode.on.net] has joined #ubuntu-motu === forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu === forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu === somerville32 [n=ubuntu@CPE0016b6e69a08-CM001404556626.cpe.net.cable.rogers.com] has joined #ubuntu-motu === kads [n=kthakore@CPE001310a1899c-CM001692fa7e8e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu === dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu [02:05] Hey, can someone give me a hand, I'm trying to build my first package, and the locale in my chroot is causing problems [02:05] first, is the appropriate/desired locale actually set? [02:06] when I try to set it i get statements about directories missing for certaine environment variables LC_ALL [02:07] well, use locale-gen [02:07] pass it a whitespace-delimited list of desired first-column locales from /usr/share/i18n/SUPPORTED [02:08] that looks like that did it [02:09] nope [02:09] it's not a locale issue after all [02:09] dbus is failing to configure [02:10] it's complaining about update-rc.d === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [02:10] the arguments look incorrect [02:11] if you're building a source package, you should be using sbuild or pbuilder [02:11] will you at least pastebin the error spew? Guessing isn't going to help. === reggaemanu__ [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu [02:13] crimsun: in order to get the dependencies I'm trying to just do a configure, make, make install in the chrooted enviroment? Is this right? === Ademan [n=dan@h-69-3-235-237.snfccasy.dynamic.covad.net] has joined #ubuntu-motu [02:14] if you mean the trial-and-error approach, well, I suppose that's one way. [02:14] and I presume you mean build-dependencies [02:15] it's much more efficient to simply read the output from the ./configure script [if the package is autotoolised] to get the build-dependencies [02:15] `./configure --help` is a good place to start === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu [02:16] http://pastebin.ca/442051 [02:17] so then why do I need the chroot at all, If I run the thing on my machine, can/should I just package it without the chrooted environment? [02:18] however you wish to obtain the list of build-dependencies is your prerogative. I've never favoured the approach you take, but it's certainly valid. [02:18] err, why are you executing that command? [02:19] why not `dpkg --configure -a` ? [02:19] the dbus package was [02:19] with an apt-get install [02:19] right, so does `apt-get -f [install] ` fail? [02:20] "install" being optional [02:21] but do I even need a chrooted environment to build the package if I've already compiled it and am running it on my machine? [02:21] yes apt-get -f install dbus fails [02:22] no, just `apt-get -f install` or `apt-get -f` [02:22] yes that fails, it tries to configure dbus and fails === damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has joined #ubuntu-motu [02:23] so, backing up, does `dpkg --configure -a` also fail? [02:23] yes [02:23] pass -D3773 to dpkg [02:24] guys the rdiff-backup in edgy and feisty is bugged [02:24] jmg: a bit late to do much about it now... === effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu [02:25] needs to be bumped to 1.1.7 [02:25] ...more verbosely? [02:25] at some point... [02:25] does it fail spectacularly when initialising? does it corrupt the stream? etc. [02:26] http://www.mail-archive.com/rdiff-backup-users@nongnu.org/msg01757.html [02:26] crimsun, if feisty release does get pushed back due to the kernel regressions, is there a chance in the freeze(s) on universe and such being reverted to reflect the new release date? [02:26] jmg: ok, so it's a one-liner? [02:27] superm1: being /reverted/ ? No chance in hade.s [02:27] crimsun: http://packages.debian.org/changelogs/pool/main/r/rdiff-backup/rdiff-backup_1.1.9-2/changelog [02:28] superm1: it does generally imply we may be a bit more harried/hurried in getting additional fixes in [02:28] crimsun: - fixes problem with device files handling as user (Closes: #395096). [02:28] crimsun: - fixes problems with storing to smbfs/cifs (Closes: #386983, #404947). [02:28] I get no output from the -D3773 [02:28] dcsmith: dpkg -D3773 --configure -a gives you /none/ ? [02:28] but I mean all of this is possibly irrelevant anyway [02:28] crimsun: barf on store to smb/cifsmount [02:28] dcsmith: yes, quite - you should create a feisty pbuilder and use it [02:29] crimsun: okay I assume that's in the wiki? === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [02:30] jmg: so we can backport that, sure [02:30] jmg: would you like to generate a debdiff? [02:30] crimsun: okay === PriceChild [n=pricechi@ubuntu/member/pricechild] has left #ubuntu-motu ["Bye] [02:30] dcsmith: https://wiki.ubuntu.com/PbuilderHowto [02:31] jmg: whats the procedure? [02:31] crimsun: whats the procedure/ [02:31] crimsun: Thanks for the help, I appreciate it [02:32] jmg: backport the patch [http://lists.nongnu.org/archive/html/rdiff-backup-commits/2006-01/msg00011.html ] to the current feisty source package; regenerate the source package; generate a debdiff [02:32] `apt-get source rdiff-backup` for starters [02:32] oh, hmm, it's in main? [02:33] yeah [02:33] ack, that's even more inconvenient. [02:33] I'd go ahead and forget about trying it for feisty. Aim for feisty-updates. [02:33] crimsun: its an old bug [02:33] jmg: the procedure is outlined here: https://wiki.ubuntu.com/StableReleaseUpdates [02:34] crimsun: thanks [02:35] crimsun: in the meantime i enabled nfs on openfiler [02:35] :) === Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-029-209.pools.arcor-ip.net] has joined #ubuntu-motu === RAOF [n=Chris_@matht464.maths.unsw.edu.au] has joined #ubuntu-motu === rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-motu === RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu === asantoni [n=alb@bas7-london14-1177945219.dsl.bell.ca] has joined #ubuntu-motu [03:02] does anyone know how to write a message in the gnome "bubbles" / "pop-up" (the same that u can see when u unplug the AC for ex.) [03:05] have to go. bye!! === damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has left #ubuntu-motu [] === tad_ [n=tad@cpe-76-188-55-109.neo.res.rr.com] has joined #ubuntu-motu === jdong_ [n=jdong@SIMMONS-FIVE-TWENTY-SIX.MIT.EDU] has joined #ubuntu-motu === jdong__ [n=jdong@SIMMONS-FIVE-TWENTY-SIX.MIT.EDU] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [03:47] nice levels... is -20 or +20 idle? [03:48] +20 [03:48] Because it's *very* nice. Wheras -20 is very not nice :) [03:48] RAOF: thx [03:55] funny [03:55] when renicing rdiff-backup [03:55] one must renice sshd as well [03:56] as the two are inexorably linked [03:56] Neither of those are likely to be horribly processor intensive, surely? [03:56] load average: 3.31, 2.90, 2.20 [03:57] they are processor intensive when they have work to do [03:57] eg, diffing 60gb of data [03:57] (p3-800) [03:58] Ah, OK. Still, they're probably more I/O than CPU bound, and nice doesn't touch I/O sheduling (although I *think* there's an ?experimental? I/O version of nice) [03:59] orly [03:59] much more I/O than cpu bound [03:59] ya, rly. === RAOF can't believe he just said that :( [03:59] but linux load average counts processes waiting for io [04:17] Yay! Down to a single page of Banshee bugs. === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu [04:19] RAOF: ionice [04:19] RAOF: not experiemntal; but new on the blocks... works if your'e using the default CFQ io scheduler [04:19] s/blocks/block; no pun intended [04:19] AFAIK Feisty's kernel will inherit some IO niceness from cpu nice [04:20] Awesome. Cool. === rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu [04:20] it's awsome indeed. A bit of smart ionicing can do wonders to responsiveness [04:21] RAOF: banshee looks cool === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu === rexbron_ [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu === effie_jayx [n=l3ap@190.37.175.250] has joined #ubuntu-motu [04:46] ajmitch or crimsun (or anyone else): We just got a patch into klamav and I think we may have fixed it a little TOO well. The update to a new version of clamav direct from upstream (compiles it on your local machine) now works. Is that a good/bad thing? Do we need to break it somehow? [04:47] explain further [04:47] ScottK: yes! more broken packages is even better! [04:47] you mean it overwrites the packaged clamav? [04:47] Yes [04:47] how rude [04:47] It looks like it works, however. === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu [04:47] it may make future upgrades a little more annoying, and generally mess up things [04:48] Yes. [04:48] OTOH, when user X complains about the clamav freshclam warnings we can point them at klamav with suitable it's not supported warnings. [04:49] Before the latest patch, klamav would sigsegv when you checked for an update. [04:49] No it works GREAT. [04:49] heh [04:49] No/now [04:49] compare with similar processes in winduhz [04:50] virus scanners regularly swaps out application components in updates [04:50] The interesting thing is that it compiles right there on the machine. [04:50] as long as it doesnt add files that wont be managed by dpkg whats the issue? [04:50] I suppose that just disabling the update mechanism is pretty useless, for a virus scanner. [04:51] I'd built my clamav test packages on that same box, so I had all the build-depends installed already. [04:51] Dunno how easy it would be for joe average user to hunt all those up. [04:51] OTOH, depending on build-essential and liblkdjfalkjdrlkja needlessly bloats the installing system [04:51] right [04:52] Well, except if it's a function of the package to build software, it ought to be able to do that... [04:52] perhaps the security archive can carry the clamav components and latest definitions? [04:52] jmg: clamav is in universe, all it takes is more volunteer labor. [04:52] jmg: nobody is interested in assuming responsibility for clamav in main, that's the last I heard [04:52] ok [04:52] hey wait a minute [04:52] jmg: but one's welcome to keep it patched up in universe [04:52] we're on linux. [04:52] keescook: effectively does [04:52] The definitions come through freshclam just fine. It's the new versions that're the issue. [04:53] Hobbsee is correct. [04:53] riddle me a point for even running clamav [04:53] keescook: has been wonderful in clamav patching [04:53] jmg: file/mailserver for Windows machines [04:53] jmg: storing windows files on the box [04:53] & mail [04:53] jmg: I run MS Office throug WINE. [04:53] lol [04:53] pfft [04:53] did not expect to hear that one :D [04:53] Is wine now good enough to run windows viruses? :P [04:53] RAOF: no, it gets partway on some [04:53] All my customers use Office, so I've go no choice. [04:53] ScottK: is that because openoffice sucks? [04:53] RAOF: Dunno. === reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu [04:54] ScottK: so what happens when you run a windows virus under wine? does clamav even trap it? [04:54] or do you need to run Symantec under wine as well? [04:54] jmg: Because the Office data formats are proprietary and the ooo reverse engineering of them is not perfect. [04:54] jmg: Dunno. I haven't tried and I don't plan to experiment with it. [04:55] I don't actually use clamav on the desktop, I just run it on mailservers. [04:55] That was meant as an example. [04:55] Ok. I can see the rationale for clamav on file/mailservers. [04:55] But doesnt that make it -server's problem? [04:55] jmg: -server is a kernel. It's all one distro. [04:56] I also have it on a laptop because I've had to take it into facilities that require ALL computers to run AV software. [04:56] kernel and metapackages [04:56] yeah. [04:56] well it seems like you're fracked both ways [04:56] So, anyway ajmitch... I've now warned people. I dunno what the right answer is. [04:57] so I'm trying to build my first package, and I've built a source package, but when I try to install it, it fails, because it needs root to install into the directory [04:57] er [04:58] dcsmith: Did you build the binary package? [04:58] That's what gets installed. [04:58] you need root to install any package [04:58] ScottK: The problem occurs when trying to build the binary package [04:59] dcsmith: use fakeroot? [04:59] dcsmith: jmg is right. You need root to install anything. [04:59] ok [04:59] so let me walk through this [04:59] !packagingguide | dcsmith [04:59] dcsmith: The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports [04:59] As Hobbsee says you can use fakeroot to get sort of root for building. [04:59] hey, what do you guys think would be the popularity of a ubuntu-media-center package [04:59] Right, I'm doing that right now [05:00] installs freevo, mplayer, codecs, lirc et al [05:00] To actually install the deb, you need to sudo dpkg -i [05:00] so I do a dpkg-buildpkg with fakeroot [05:00] as a metapackage [05:00] then I try to use pbuilder with sudo [05:01] dcsmith: check permissions. chown the source tree to yourself [05:01] and I get a permission denied installing some libraries [05:01] doesnt pbuilder drop privilege? [05:02] the src directory is owned by me [05:05] http://pastebin.ca/442245 [05:07] jmg: have you looked on the pastebin? [05:08] scottK: have you looked at the pastebin? [05:10] hello? === dcsmith_ [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu [05:10] Unfortunately I'm just on my way to bed. Hopefully someone else will be able to help you. [05:10] I've looked at the pastebin, and I'm not sure about some of the things that it's doing. === zen-afk [n=zenrox@pool-71-115-220-136.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [05:11] dcsmith_: Do know that everyone here is a volunteer. No one is paid to be here. [05:11] I understand [05:11] I think he knows that :) [05:11] dcsmith_: *Particularly*, why is it going "rm -rf debian/tmp" and then trying to install stuff from debian/tmp? [05:11] and I [05:11] 'm a volunteer [05:11] and I followed the packaging guide to the best of my ability [05:12] dcsmith_: try -mentors (is that still going?) [05:12] the rm -rf debian temp is from the packaging guide [05:12] I copied the pkging guide for the hello pkg [05:12] dcsmith_: You need to remove it from the temp dir after you install it. [05:12] dcsmith_: url to the guide you used? [05:12] Good night everyone. [05:12] as they're both configure/make/make install based I figured it didn't matter [05:12] Ooooh, it tooks like the "make install" is trying to install to install systemwide, where as it should be going to debian/tmp? [05:13] ah [05:13] --prefix [05:13] http://doc.ubuntu.com/ubuntu/packagingguide/C/basic-scratch.html [05:13] Or $DESTDIR, one of the two :) [05:13] wow [05:13] $DESTDIR is generally better. [05:13] ok I get it [05:13] i get the problem at least [05:14] how do i destdir enable a configure make make install based src file [05:14] shouldn't that already be there === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu [05:14] packaging guide should have at least 1 example [05:15] ok [05:15] same url I provided? [05:15] ajmitch: it doesnt [05:16] plenty of install -d [05:16] and cp [05:16] $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp [05:16] the template created by dh_make has it also [05:16] ajmitch: I upgraded to the current packaged clamav from the one that klamav pulled from upstream and it appears to have gone without error, so I think we are likely OK (or at least not in horrible trouble). [05:17] ajmitch: do I put that in the control? [05:17] rules [05:17] probably because the "packaging from scratch" page isn't the best place to start at all [05:17] indeed [05:17] ok where is? [05:18] dcsmith_: i imagine ajmitch is finding you a good place to start [05:19] sorry for being a little pushy [05:19] thanks guys for all your efforts [05:19] or ajmitch is busy at work [05:19] oh [05:19] heh === dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu === suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu [] === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === DarkMageZ [n=richard@ppp38-114.lns2.syd6.internode.on.net] has joined #ubuntu-motu === Antioch [n=Asdf@ip68-5-14-187.oc.oc.cox.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === Q-FUNK [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu === snoops [n=blah@203-97-119-118.cable.telstraclear.net] has joined #ubuntu-motu [07:34] Hi there, umm I've heard about the new importing system in feisty which imports im settings, desktop favourites etc while it installs.. I would love to add some features to it (but look at the code first)..Can someone give me some guidance on finding the code for it? === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [07:40] snoops: http://bazaar.launchpad.net/~evand/migration-assistant/trunk === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu [07:44] snoops: if you have any questions, just ask in here and I'll respond when I can (usually within a few hours) [07:52] thanks evand, I appreciate that === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [07:56] snoops: no problem [07:56] snoops: whoops, I thought we were in #ubuntu-installer. Ask questions in there as it's much lower traffic than -motu. [07:59] ah, cool === azeem_ [n=mbanck@ppp-88-217-41-17.dynamic.mnet-online.de] has joined #ubuntu-motu === dholbach [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu [08:14] good morning === DarkMageZ_ [n=richard@ppp6-91.lns4.syd7.internode.on.net] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu === macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu === macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu === macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-2-140.net-htp.de] has joined #ubuntu-motu === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu === Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu [09:13] Okay so I think I've built my first package [09:14] Is there a way I can get people to review it without officially submitting it? [09:14] !revu [09:14] REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [09:14] REVU rocks. [09:14] Thanks [09:14] dcsmith: You'll need to have your key added to the revu keychain, though. Instructions on that page. === blackskad [n=blackska@d54C0B7A4.access.telenet.be] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu === vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu [09:33] dcsmith: when you've added it, ping me, and I'll sync the keyring. === damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has joined #ubuntu-motu [09:33] siretart: ping [09:33] good morning to all [09:34] good morning damko [09:34] & hi crimsun [09:34] hallo raphink [09:34] crimsun: are you talking about REVU ? [09:34] (by any chance) [09:35] dcsmith: yep, just waiting on his confirmation that he has done the prelim steps so the keyring sync can be executed [09:35] good morning damko. In answer to your question, the libnotify-bin package contains the binary that you can use to make popup bubbles. [09:35] raphink: ^ [09:35] crimsun: did you notice that REVU has been broken for 5 days? [09:35] packages get in, they get in /var/revu [09:35] but they don't appear on the web interface [09:35] raphink: erck, no [09:35] I've been trying to ping siretart about that [09:35] look on the interface, there's no package listed after the 10th of April [09:36] although there are in /var/revu [09:36] raphink: I added a Banshee package yesterday, and it uploaded and appears? [09:36] ah right RAOF [09:36] hmmm [09:36] Although I suppose that got added to an existing pacakage. [09:36] well some packages don't show then [09:36] Maybe *new* pacakges don't show? [09:36] no packages got added on the 11th and 12th [09:37] RAOF: maybe [09:37] for example [09:37] tclodbc got uploaded twice in the last 4 days [09:37] crimsun: okay I joined the group [09:38] and doesn't appear [09:38] so I guess new packages don't make it in anymore [09:38] dcsmith: welcome ;) [09:38] ** keyring sync running [09:38] raphink: Thanks! === vi1 [n=lada@137.121.95.80.ip.b26.cz] has joined #ubuntu-motu [09:41] raphink: packages after april 10 do show [09:41] yes ajmitch that's right === ajmitch sees miniracer there [09:42] ajmitch: any example of *new*packages showing after that date? [09:42] ^ [09:42] ajmitch: several new packages added after the 10th of April (or even before maybe) don't show [09:42] miniracer [09:42] ok [09:42] for tclodbc: File "/srv/revu1-production/scripts/register_upload.py", line 51, in parse [09:42] then there's still to figure out what's special about these missing packages [09:42] raise 'Did not find maintainer email :(' [09:42] ah [09:42] where did you see that? [09:42] any other packages you know of? [09:43] ardour2 [09:43] RAOF: thanks a lot for your help. very appreciated :-D === ajmitch is reading cron output [09:44] ajmitch: do you keep all the emails, or are there logs on tiber? === ajmitch keeps all emails [09:44] or mayb in auth.log ? [09:44] ok [09:44] ;) [09:44] then I'm guilty of removing the emails ;) [09:44] remove emails? [09:45] harddrives are cheap :-) [09:45] huhu [09:45] :p [09:45] *Google's* harddrivers are cheaper :) [09:45] raphink: yeah, you're in the admin group, you should get them :) [09:45] I do get them ajmitch [09:45] ;) [09:45] but I remove them regularly (my fault) === ajmitch has about 15GB for ~/Mail [09:46] ajmitch: wowowowo :-) [09:46] ah no, only 12GB :) [09:46] RAOF: banshee available, marked "fix released". [09:46] raphink: ardour2 was archived [09:46] -rw------- 1 ajmitch ajmitch 1.8G 2007-04-16 19:41 launchpad [09:46] ajmitch: ah .... this changes everything .... only 12 [09:46] the result of subscribing to ubuntu-bugs [09:46] crimsun: Wooo! [09:46] As we aren't taking that route for that any more. [09:47] ** keyring sync completed === gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-motu [10:08] crimsun: Thanks, found a problem w/the pkg, so I wanna fix that before I upload === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu === ajmitch is very worried about the health of the monitor here - the screen seems to shrink & expand quickly every so often === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has left #ubuntu-motu ["Leaving"] [10:24] what's that filename where I can specify my name, email address etc where dch gets the information from? [10:25] highvoltage: [10:25] daniel@lovegood:~$ grep DEB .bashrc [10:25] export DEBFULLNAME='Daniel Holbach' [10:25] export DEBEMAIL='daniel.holbach@ubuntu.com' [10:25] daniel@lovegood:~$ [10:25] probably ~/.devscripts.conf === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [10:26] sorry ~/.devscripts [10:26] dholbach: ah, thanks! [10:26] ajmitch: cool [10:26] np === ajmitch just has them in .bashrc though [10:26] for other useful tools like emacs :) [10:26] hmmm.. .devscripts doesn't exist, is there a tool that creates it? (I vaguely remember something like that) [10:26] nope === ajmitch may be wrong about setting DEBEMAIL & DEBFULLNAME there === highvoltage just puts them in .bashrc too :) === TheMuso_ [n=luke@dsl-220-235-192-49.nsw.westnet.com.au] has joined #ubuntu-motu === davromaniak [n=cyril@AFontenayssB-152-1-22-147.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu [10:57] What's the status on revu today? I just uploaded a package but it doesn't show up. [10:57] <\sh> moins [10:57] hi \sh [10:58] CrippledCanary: depends if you're in the keyring [10:58] and if you uploaded a source-only package [10:58] & that it was to revu, not upload.ubuntu.com === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-motu [10:59] I was in the keyring previously, it was a source package, perhaps the dput config has been changed. === ajmitch has no record of a failed upload [10:59] Ok... [10:59] The default has changed from revu to upload.ubuntu. I missed that one. [11:00] What is the current routine for uploading? [11:00] dput revu file_version_source.changes [11:01] dput I knew about... isnt revu used any more? [11:01] at all === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-motu [11:02] yes it is [11:02] I wrote revu there [11:02] Ohh,.,,, [11:02] missed it. [11:02] thanks. [11:04] what's the difference between usint debsign and doing a gpg --clearsign file.dsc? === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu [] [11:04] somehow gpg --clearsign works fine, but debsign doesn't, it says that the secret key isn't available. [11:05] gpg --clearsign works though [11:05] debsign probably uses what's in DEBEMAIL [11:06] or not, looks like it should parse the .changes file for the email address to match [11:08] I think it gets it from the changelog === jekil [n=alessand@host194-229-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-motu [11:12] hello [11:13] jekil: hi === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === cedrick_ [n=cedrick@243.155.98-84.rev.gaoland.net] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [11:22] imbrandon: https://wiki.ubuntu.com/sacater [11:23] imbrandon: how does that look for tommorow === dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu [11:31] sacater: be aware that the CC may look for more substantial demonstrated involvement, but if you have hearty advocates, it may not be a problem. === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [11:31] sacater: my suggestion is that you expand your "future plans" section. While noble, it doesn't address Ubuntu users foremost. [11:32] (not that one must neglect the F/LOSS community at large for the sake of Ubuntu) === dholbach__ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [11:36] F/LOSS? [11:38] crimsun: [11:39] Free/Libre and Open Source Software [11:39] So, is Feisty going to be released withoutn an RC? === vorn [n=vorn@82.152.192.134] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu [11:58] crimsun: i added more https://wiki.ubuntu.com/sacater === freeflying_ [i=root@gobstopper.dreamhost.com] has joined #ubuntu-motu === Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu === dholbach [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu === vorn [n=vorn@82.152.192.134] has left #ubuntu-motu ["Leaving"] === dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu [12:41] Could someone have a quick look at http://revu.tauware.de/details.py?upid=4822 please. [12:46] of course [12:46] scribe log [12:46] CrippledCanary: what about it? === LuisBG [n=d33p@87.217.144.52] has joined #ubuntu-motu === dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu [12:53] sacater: Is it ok, have I missed something, policy wise or else === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu [12:55] Ok, buy guys. About to pull down my computer setup, so its ready for the move tomorrow. [12:55] Hi all [12:55] Will be back online as soon as the ADSL gods give the green light on the new line [12:55] TheMuso: What, after the Feisty release? :-P [12:55] StevenK: Unfortunately, yes. [12:56] Hmph. I was joking. [12:56] Hey I know that. [12:56] TheMuso: It's more Telstra I'm glaring at. :-) === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu [] [12:56] StevenK: heh === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu === acacs [n=acacs@20132172209.user.veloxzone.com.br] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has left #ubuntu-motu ["Quitte"] === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu === CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu [] === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === statik [n=emurphy@canonical/launchpad/statik] has joined #ubuntu-motu [01:39] is there a developer of the week thing? === Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu === freeflying_ [n=freeflyi@61.240.197.44] has joined #ubuntu-motu === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu [01:44] sacater: sort of. There're behindubuntu and behindmotu. [01:45] crimsun: where are they? [01:46] s'ok [01:46] ound [01:46] found* === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === thekorn [n=thekorn@a89-182-2-140.net-htp.de] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [02:00] Although at least last time behind MOTU was more of a "the guy that was on IRC when Laserjock asked" than developer of the week. === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [02:02] ScottK, heh === dholbach_ [n=daniel@i59F7635B.versanet.de] has joined #ubuntu-motu [02:06] imbrandon, did you look at my wiki [02:07] sacater, not yet, but crimsun gave you some good advice [02:07] i took the advice and worked to it :P === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-029-209.pools.arcor-ip.net] has joined #ubuntu-motu === danohuiginn [n=dan@p54BEFFE5.dip.t-dialin.net] has joined #ubuntu-motu === RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === Tonio_ [n=tonio@mst45-2-82-242-83-37.fbx.proxad.net] has joined #ubuntu-motu === ivoks [n=ivoks@34-23.dsl.iskon.hr] has joined #ubuntu-motu === freeflying__ [n=freeflyi@220.205.4.210] has joined #ubuntu-motu === iceman [n=iceman@195.244.169.43] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu === LuisBG [n=d33p@87.217.144.52] has joined #ubuntu-motu === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu [02:56] Heya gang [02:57] Heya [02:57] Hi bddebian [02:57] Hi ScottK, geser [02:57] hiya === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [03:02] raphink: pong - sorry, I'm on a buisness trip, so I can't look at it seriously until wednesday :( [03:02] raphink: if you catch sistpoty, try to ping him, maybe he can help as well === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu === paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #ubuntu-motu === esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #ubuntu-motu === _MMA1 [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu === caravena [n=caravena@125-152-223-201.adsl.terra.cl] has joined #ubuntu-motu [03:36] I have decided to try and become an Ubuntu member. If there are MOTUs (or anyone else) that are available and willing to support me in this, the CC meeting is April 17 2007, 20:00 UTC. My wiki page is at https://wiki.ubuntu.com/ScottKitterman. Comments if you have them please. === lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [03:37] w00t ScottK === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu === _MMA1 is now known as _MMA_ === luisbg [n=d33p@87.217.144.80] has joined #ubuntu-motu [03:41] ScottK: I'd love to, but 2000UTC == 0600 AEST === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [03:42] StevenK: Thanks. I understand. [03:42] ScottK: send me an email (crimsunkg at yahoo) so that it's added to my cal [03:42] I'll try to poke my head in [03:42] ScottK: All TechBoard meetings are 2000UTC. It makes attending them not fun. === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [03:44] crimsun: Sent. Thanks. === effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu === danirus [n=danirus@p5B0D52B1.dip.t-dialin.net] has joined #ubuntu-motu === effie_jayx [n=l3ap@200.84.120.245] has left #ubuntu-motu ["Abandonando"] === effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu === effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu === snoops [n=blah@203-97-119-118.cable.telstraclear.net] has left #ubuntu-motu [] [04:02] <\sh> imbrandon: did you test the 0.9.35 packages of wine? === cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu [04:12] \sh, yes, some, so far so good, no regressions that i can tell === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu === asantoni [n=alb@bas7-london14-1177945887.dsl.bell.ca] has joined #ubuntu-motu [04:20] doko: would you be avaialble to look at a potentially troublesome Python bug? Bug #106939 [04:20] Malone bug 106939 in Ubuntu "Python update fails because it appears to require itself" [High,Confirmed] https://launchpad.net/bugs/106939 === blackskad [n=blackska@d54C0B7A4.access.telenet.be] has left #ubuntu-motu [] === gnomefre1k [n=gnomefre@adsl-144-154-3.rmo.bellsouth.net] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [04:24] ScottK: you need to find out why update-desktop-database core dumps (called from the python2.5 postinst) [04:25] doko: Thanks. Any hints on how to do that? I've had remarkably little success myself with debugging postinst problems. [04:26] ScottK: ask the bug submitter to run sudo update-desktop-database, and hopefully you'll get a stack trace / apport report. [04:27] doko: Thanks. === d33p__ [n=d33p@87.217.144.52] has joined #ubuntu-motu === Lure [n=lure@153.5.60.234] has joined #ubuntu-motu === schultmc [i=schultmc@nat/progeny/x-7e79c0d47e399e14] has joined #ubuntu-motu === Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === GNUro [i=GNUro@gateway/tor/x-ca653902a843667b] has joined #ubuntu-motu [04:57] <\sh> imbrandon: cool :) thx :) === \sh needs to go...looking for a flat === effie_jayx [n=l3ap@190.37.175.250] has joined #ubuntu-motu === Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu === GNUro [i=GNUro@gateway/tor/x-ca653902a843667b] has left #ubuntu-motu ["(gdb)] === fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-motu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu === jekil [n=alessand@host194-229-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === marcin_ant_ [n=marcin@194.114.146.126] has joined #ubuntu-motu === xhaker [n=xhaker@84.90.227.168] has joined #ubuntu-motu === ivoks [n=ivoks@21-23.dsl.iskon.hr] has joined #ubuntu-motu === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === mrpouit [n=mrpouit@sd-4358.dedibox.fr] has joined #ubuntu-motu === Sp4rKy [n=Sp4rMy@ubuntu/member/sp4rky] has joined #ubuntu-motu === Sp4rKy [n=Sp4rMy@ubuntu/member/sp4rky] has joined #ubuntu-motu === GNUro [i=GNUro@gateway/tor/x-5f5b168ed09c01e8] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === xtknight_ [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu-motu === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu === CrippledCanary [n=a130494@h144n1fls33o1006.telia.com] has joined #ubuntu-motu [06:29] crimsun: does our VLC build against system or internal ffmpeg? === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [06:50] heh qdb.us [06:50] I've come to the conclusion that my spare computer sucks ass. [06:50] I tried to install Xubuntu on it, and it gave me an OOM error. [07:00] Lathiat: How much RAM? [07:00] heh no idea [07:00] as i said, qdb.us :) [07:01] Ahh. [07:01] ScottK: not enough ;-) [07:01] That or some other problem. === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu === jekil [n=alessand@host42-236-dynamic.9-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === blackskad [n=blackska@d54C0B7A4.access.telenet.be] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [07:27] dholbach: quick question about MOTU Mentors. Have you filed a request for a mailing list? [07:27] LaserJock: no [07:27] i thought there'd be more discussion about the topic [07:27] well, everybody I talked to thought it was a great idea [07:28] both MOTUs and MOTU Hopefuls [07:28] a couple did send emails with a "+1" [07:28] LaserJock: I'm planning on trying to become an Ubuntu member tomorrow at the CC Meeting. Any chance you would show up and speak on my behalf? (2000 UTC)? [07:28] I might be able to [07:29] LaserJock: can you drop a mail to MC about that? somebody should take care of filing an RT request and making sure it gets done === ScottK would appreciate it if you could. === dholbach -> dogwalk - seeyou later [07:29] my schedule has been kinda crazy but I'll certainly try [07:29] dholbach: ok, I'll send it [07:29] super thanks [07:29] Understand having a crazy schedule. === Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has left #ubuntu-motu [] === fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu [07:37] hi all is there someone that could talk with me about dbconfig-common? === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu [07:45] wow 32+ dead at VA school, man o man, this aint gonna be good [07:46] crimsun, semi close to home for you ( eastern USA ) === ScottK knows people that went there. [07:47] stupid country with more guns than people === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === imbrandon glares at marcin_ant_ [..] [07:49] ouch, virginia tech.... [07:50] ironic that it'd happen on patriot's day :-/ === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [07:52] imbrandon, glare at all gun manufacturers and at law in usa that allows to have weapon at home [07:52] anyway any dbconfig-common maintainer/user/developer here? [07:53] marcin_ant_: This really isn't the time or place for that sort of comment. [07:53] marcin_ant_, me being one of those people , a voteing person that stand firmly behind those laws and our consitution, tread lightly where your about to go because this is not the place, nor am i the one === Neonightmare [n=neonight@252.105.62.81.cust.bluewin.ch] has joined #ubuntu-motu === Neonightmare [n=neonight@252.105.62.81.cust.bluewin.ch] has left #ubuntu-motu [] [07:57] marcin_ant_, also all universe packages are maintained in a group effort, so just simply stating a package name will do you little good in getting help /most/ of the time, its better to state specific question then myself or someone familiar with the situation might be able to help [07:58] or atleaste point you in the right direction === imbrandon is afk a few [07:59] ScottK, tell the same to imbrandon - this is also not a place to talk about this at all, eot from me === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu [08:00] imbrandon, sure but in dbconfig-common is mentioned that maintainer is motu [08:00] marcin_ant_: That's true for all Universe packages that have Ubuntu specific changes. He's giving you good advice. [08:00] and MOTU is a group of 50+ people, as i said a group effort === Lin [n=igor@unaffiliated/LinCity] has joined #ubuntu-motu === RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu [08:00] hi all. [08:00] Hello [08:01] imbrandon, and I got a problem with this tool (and propably not only me while a lot of packages that depends on dbconfig-common doesn't work properly on my machine) [08:01] who/how is created /var/run/network/ifstate? [08:01] Lin: ifup/ifdown [08:02] imbrandon, so I though that maybe there will be more people that could talk about bugs and eventually solutions for dbconfig [08:02] hm.... something weird happened on my instalation. ifup didn't started my loopback. :-/ [08:03] imbrandon, anyway this channel is somewhat quiet nowadays so no problem I will try to find some help elsewhere [08:03] marcin_ant_, well if its just about "bugs" #ubuntu-bugs would be far more helpfull, also "dosent work" is hard to decern what is wrong without more info, this channel is more for the packageing of software [08:04] also launchpad.net is a good place to start / search if there are others [08:04] with the same issue [08:06] imbrandon, ok I will shortly define what doesn't work - dbconfig-common simply doesn't create new database, so I need to create empty database and then install package... === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-motu [08:14] geser: is it created when you install the package or while running the command it self? === alleeHol [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu [08:16] as /var/run is on tmpfs it's recreated after boot === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu === aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [08:20] hey guys... latest linux kernel is 20+ and we are using 15, is there a way for me to get that kernel... compile from source i expect... but would everything still work, eg be compatable [08:21] sacater: I've here 2.6.20-15-lowlatency [08:21] 15 is the Ubuntu API version [08:22] we have .20+ sacater , -15 is *our* version [08:22] err better revision [08:22] [sacater@neo ~] $ uname -r [08:22] 2.6.20-15-generic [08:22] [sacater@neo ~] $ [08:22] i would like 20+... [08:22] if i can get it... [08:22] exactly, 2.6.20 :) -15 is the revision from us [08:22] there is no -20 that exists [08:23] what... not anywhere? [08:23] no not anywhere [08:23] imbrandon: you still coming to meeting tommorow? [08:23] sacater, as of today you can get 2.60.21-rc7 from kernel.org [08:23] sacater, yea i will try [08:23] DktrKranz: aha thanks [08:23] imbrandon: cool, thanks [08:23] LaserJock: can you do the meeting tommorow? [08:24] what time will it be? [08:24] 20:00 UTC === imbrandon wonders when the next BehindMOTU from LaserJock is comming :) ( you should really get a subdomain/blog dedicated to that imho , like behindmotu.{blogger.com,wordpress.com} ) [08:25] imbrandon: i couldnt find behindmotu in a google search :( === alleeHol [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu [08:26] sacater: I can try [08:26] LaserJock: great, thanks [08:28] there are still some [could-not-install] bugs open [08:28] did anyone work on them in the past? [08:30] DktrKranz: kernel.org aint existing [08:30] if not, I can work on some of them in the next days [08:31] sacater, they had some troubles recently [08:32] DktrKranz: so some people are going without kernels :P [08:32] you can use a mirror [08:34] www.[countrycode] .kernel.org [08:34] e.g. www.it.kernel.org === Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu [08:38] geser: even weirdier.. my /var/run lacks of network directory. did you know where the problem should be? [08:40] check if /etc/init.d/loopback is still linked in /etc/rcS.d/ [08:41] which package configure /var/run as a tmpfs? cause mine isn't in a tmpfs [08:41] /etc/init.d/mountkernfs.sh === Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [08:43] loopback has a link at rcS.d called S08loopback. Its all right. [08:44] here too === kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu [08:45] geser: mount kernfs.sh too as S01 [08:45] I will reboot to check at console. === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu [08:47] hmm its complaing about /var/run and /var/tmp do not exist :-/ [08:48] imbrandon: my mum's alma mater [08:50] DktrKranz: well, i will try and get that kernel running... [08:51] DktrKranz: when i go to download it.... its called a 'patch-#-#-#-.bz2 [08:51] DktrKranz: is that right [08:52] it's right, given the fact you have a full 2.6.20 kernel [08:52] ok people, does http://behindmotu.wordpress.com/ look very Ubuntuish? [08:52] but you can download it easily [08:53] seems a bit to orangy to me :/ [08:53] LaserJock: yeh mate, dim down the orange [08:54] how about now? [08:54] now it's brown :-/ [08:54] not that... I have anything against browns [08:54] I vote democrat. [08:54] brown's good, right? [08:54] it's Ubuntu [08:54] yeh sure [08:55] orange looks livelier though [08:55] DktrKranz: im downloading the full kernel source [08:55] wow looks like a drupal theme :) [08:55] yep [08:55] it is actually [08:55] they made a wordpress theme from garland [08:55] nice [08:55] which is what I'm using on my site [08:55] fooooood brb [08:56] yea i have that theme on ubutnuwire.com ( but its actualy drupal ) [08:56] :) [08:56] if you have a ubuntu.com-like theme in handy, it could be great :) [08:57] DktrKranz: when i compile the source... it puts the correct files/boot right? [08:57] what do you mean? === fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu === danohuiginn [n=dan@p54BEFFE5.dip.t-dialin.net] has joined #ubuntu-motu [09:03] DktrKranz: meh forget it, what am i supposed to do with this patch file thing === psusi [i=hidden-u@iriserv.iradimed.com] has joined #ubuntu-motu [09:05] first, untar linux-2.6.20 [09:05] cd in it [09:05] mmk [09:05] and run bzcat ../patch-2.6.21-rc7.bz2 | patch -p1 [09:06] i have 2.6.20.7 [09:07] -rc7 is against 2.6.20 [09:07] I think you will have troubles in applying on a 2.6.20.7 [09:07] erm no [09:07] i meant the .bz2 === bronson [n=bronson@66.237.74.66.ptr.us.xo.net] has joined #ubuntu-motu [09:08] linux-2.6.20.7.tar.bz2 [09:09] tar fjx linux-2.6.20.7.tar.bz2, but I suggest you to take 2.6.20 [09:09] ok [09:09] let me download it === doko [n=doko@dslb-088-073-122-210.pools.arcor-ip.net] has joined #ubuntu-motu [09:09] i cant see anything with that number [09:10] http://kernel.org/ [09:10] which one === Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu [09:10] DktrKranz: dont want to spam motu, can we do this is #sacater === Q-FUN1 [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu === Q-FUNK [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu [09:17] Packaging question?? Does a native package that is Ubuntu only (not in or intended for Debian) get an Ubuntu specific version number? [09:18] afaik you don't need to add ubuntuX to the revision in these cases [09:20] geser: Thanks. [09:21] sorry to ask, but where is /etc/inittab? === GNUro [i=GNUro@gateway/tor/x-1688e31acd608940] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu [09:24] Lin, upstart does not provide it [09:24] DktrKranz: do you know the first thing loaded after init()? (i know that everyone here hates short answers) === micahcowan [n=micahcow@adsl-76-199-97-79.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu [09:42] ok everybody, behindubuntu.wordpress.com is up === enyc blinks at LaserJock [09:43] you sure: The blog you were looking for, behindubuntu.wordpress.com doesn't exist but you can create it now! [09:44] bah [09:44] behindmotu.wordpress.com [09:44] I got mixed up [09:45] :) [09:46] Damnit, why do I keep getting all the mentor requests? I'm probably the worst MOTU of the bunch === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu [09:46] which mentor requests? [09:46] because you're the most friendly, duh [09:46] lol [09:46] if you're an asswipe like me, no one asks :-) === cbx333 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #ubuntu-motu [09:47] besides, as part of the motu trinity, you should know that you're going to be accosted for mentoring ;-) [09:47] Heya bddebian. === forcerain [n=forcerai@tapthru/resident/NthDegree] has left #ubuntu-motu ["Leaving"] [09:47] Heya ScottK [09:48] You are very willing to help people who know less than you, so that's what you get for being nice. [09:48] crimsun: You are not an asswipe and it doesn't help if I can't teach them anything :-( [09:48] bddebian: yeah, I got one too [09:48] ScottK: Well very few know less than me :-) [09:48] bddebian: I sent an email to motu-council to see if we can get a motu-mentors list of pronto [09:48] So you say. [09:48] bddebian: you don't need to teach them anything, only show them ways to avoid the monsters with sharp, pointy teeth [09:49] "stay away from crimsun and ajmitch" [09:49] O:-) [09:49] "they will eat you alive" [09:49] heh [09:49] bddebian: I'm going for Ubuntu membership tomorrow. Any chance you can show up and speak for me? 2000UTC. [09:49] ScottK: Probably. Hit me up tomorrow so I remember :-) [09:49] Will do. Thanks. === _czessi [n=Czessi@dslb-088-073-015-148.pools.arcor-ip.net] has joined #ubuntu-motu [09:50] bddebian: would you mind to mentor me? :p [09:51] mind the holy hand grenade [09:52] bddebian: would you mentor me? I don't know crap :( === bronson_ [n=bronson@66.237.74.66.ptr.us.xo.net] has joined #ubuntu-motu [09:54] LaserJock: lol :) Can you add behindmotu to the planet? It's really interesting === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu [10:03] pochu: no, I'm not adding it to planet [10:03] I'll try to get it onto the fridge and UWN === jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu [10:05] Sounds good too :) [10:05] well, we are trying to not have any non-personal blogs on planet so I don't want to add to the problem [10:05] hehe, didn't know it :) [10:06] So the debaday feed will leave the planet? [10:06] well ... === ajslater [n=aj@netblock-66-159-226-33.dslextreme.com] has joined #ubuntu-motu [10:06] btw, I'm also subscribed to the fridge, and I receive the uwn, so I don't mind ;) [10:06] I don't know that it will, but there were a fair amount of people that didn't really want it there === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [10:06] debaday isn't on planet debian for that reason [10:07] At least it's more likely debaweek than debaday ;) [10:08] LaserJock: kind of you [10:08] ajmitch: what is? === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu [10:11] 07:49 < LaserJock> "stay away from crimsun and ajmitch" [10:11] hehe [10:11] did I say that? ;-) === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu === fredix [n=fredix@86.67.45.203] has joined #ubuntu-motu [10:12] looks like it === ajmitch is going to go off & cry now [10:13] lol === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu [10:31] LaserJock: Thanks. I put up a link to that on my family blog (not public) so now my cousins will think I'm all famous and stuff. === ivoks [n=ivoks@17-147.dsl.iskon.hr] has joined #ubuntu-motu [10:33] ScottK: glad to be of service ;-) [10:33] Some of them are pretty hard core geeks. There's a non-zero chance it'll get as a recruit. [10:34] as/us === forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-motu === ajmitch wishes he could be as famous as ScottK :) [10:43] All it takes is being here on irc when LaserJock asks. It looks way better than it is, but I am adding it to my wiki page for the CC meeting tomorrow. === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [10:44] hi ogra [10:45] hey hey [10:48] ogra, hi [10:48] did you get my mail? [10:48] !packagingguide [10:48] The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports [10:49] i didnt get any mail today i was testing isos the last 24h [10:49] ogra, [10:49] ok [10:49] can you do me a big favour [10:49] can you get me an ldm login screenshot? [10:49] for feisty [10:49] for the book chapter? [10:49] not tonight anymore [10:49] i'm working since 20h [10:49] i need sleep [10:50] ok [10:50] I still can't get clients to boot here [10:50] but i can do one tomorrow [10:50] please [10:52] hey ajmitch === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu [10:54] hello cbx33 === dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu [10:56] Okay, I'm actually building a package now, but none of the binaries are in it [10:56] the files compile === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [10:57] but i don't believe that make install is working properly [10:57] I see that make install-exec-am is being called by pbuilder [10:57] which when I run in standalone nothing happens [10:57] however if I run make install it works [10:58] i'm using the rules from debianhelper [11:05] anyone here? === Burgwork [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu === ailean [n=ailean@82-40-205-105.cable.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu [11:06] dcsmith: have you looked at the .deb to see if stuff is getting installed? [11:07] laserjock: i've done a dpkg --contents on the deb and nothing is in the package [11:08] have you checked if it installs in debian/tmp? === fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu [11:10] geser: right I think it might be a problem with the make file, I'll pastebin the pbuilder output === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu === reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu [11:14] LaserJock: http://behindmotu.wordpress.com/ it's very nice. good job! :-) [11:15] damko: thanks [11:15] he needs to interview more people [11:15] yep [11:15] I'm setting up to send out a number of emails [11:16] ah [11:16] I need to do a bunch at one time rather waiting until I remember then asking somebody last minute [11:17] okay so here's the pastebin http://pastebin.ca/443527 [11:17] plus it's easier to get responses to put in [11:17] I see there's a request there to interview cbx33 [11:18] eh? [11:18] there? [11:18] http://behindmotu.wordpress.com/2007/03/24/behind-motu-barry-defreese/#comments [11:18] haha [11:18] it seems cbx33 has a stalker/fan [11:19] he's my GSoC student ;) [11:19] wonderful ;) [11:19] LaserJock: how many stalkers have you collected? [11:19] none that I know of === ajmitch stalks [11:20] at least none that I would consider stalkers [11:20] anyone have any ideas on the pastebin? [11:21] dcsmith: can you also paste your debian/rules ? [11:21] you may not want to install into debian/tmp if it's a single binary package [11:21] but *maybe* into debian/evolution-remove-duplicates-plugin [11:22] which means changing DESTDIR in the make install line [11:23] http://pastebin.ca/443547 [11:23] so line 75 in that file [11:23] Okay, but one question [11:24] in the output of pbuilder it appears that make install does nothing [11:24] because it's calling make install-exec-am instead of make install? [11:24] is that right? [11:24] no, that's fine [11:24] just change what I said [11:26] ajmitch: Okay, thanks for the help === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu [11:30] ajmitch: nope nothing [11:31] ajmitch: wait [11:34] ajmitch: nope the package is still empty === arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu [11:36] what do you have in debian/rules now? [11:36] DESTDIR=$(CURDIR)debian/evolution-remove-duplicates-plugin install [11:37] stick a / between $(CURDIR) & debian [11:38] trying === Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu [11:40] again nothing [11:41] are you sure the fact that make install does nothing for the actual binaries is ok? [11:41] as long as make install is calling the right make targets & it installs files, it should work [11:42] /usr/bin/install -c .libs/liborg-gnome-remove-duplicates.so /tmp/buildd/evolution-remove-duplicates-plugin-0.0.2/debian/evolution-remove-duplicates-plugin/usr/lib/evolution/2.10/plugins/liborg-gnome-remove-duplicates.so [11:43] wait [11:43] i was misreading the contents [11:43] oh good [11:43] ajmitch: sorry [11:44] cbx33: what's a GSoC student ? [11:44] Google Summer of Code student === asantoni [n=alb@bas7-london14-1177945887.dsl.bell.ca] has joined #ubuntu-motu [11:44] cbx33: thanks [11:44] cbx33: now I got === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu [11:46] ;) [11:46] cbx33 is one of these legendary mentors [11:46] it works!!!!!!!!! yes!!!!!!!! Thanks to everyone who helped [11:47] ajmitch, HAHAHAH [11:47] u know guys I'm really new in this room .. but I loose my sleep just to stay here and read. very good environment. hopefully I'll learn something [11:47] that's funny.... [11:47] damko, I learnt more here in a year than my entire time 3 years at uni === ajmitch is just another irc lurker [11:48] cbx33: agree. in 2 days I built my first (personal) deb. package. it's a drop in the sea .. but it's a lot for me === LaserJock check planet [11:49] \o/ [11:50] uh oh [11:50] LaserJock: you mean planet mako? :) [11:50] hehe [11:51] try refreshing it [11:51] yeah I saw your post there, don't worry [11:51] I got planet mako a few minutes ago [11:51] but now it seems to be ok === stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu === comhack [n=comhack@c-71-207-191-33.hsd1.al.comcast.net] has joined #ubuntu-motu === iceman_ [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu === _phantom_ [n=phantom@82-46-12-56.cable.ubr07.azte.blueyonder.co.uk] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has left #ubuntu-motu [] [12:03] is pastebin definetely dead ? [12:04] damko: why? [12:04] !pastebin | damko [12:04] damko: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [12:04] damko: wfmtm [12:05] jmg: Query failure: Can't open file: 'pastebin.MYI'. (errno: 145) [12:05] jmg: thanls [12:05] http://paste.ubuntu-nl.org/16023/ === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [12:08] damko: works pretty fine here [12:12] pochu: yes yes I was refering to pastebin.org [12:12] here is not working since friday [12:12] anyway http://paste.ubuntu-nl.org it's ok too [12:12] oh :) [12:13] damko: I use paste.ubuntu-nl.org or pastebin.ca [12:13] pastebin.org works too === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [12:13] oh wait no it doesnt [12:13] its been sniped