=== yosch [n=yosch@lns-bzn-27-82-248-54-109.adsl.proxad.net] has joined #ubuntu-motu === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === doko_ [n=doko@dslb-088-073-066-174.pools.arcor-ip.net] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu === gnomefre1k [n=gnomefre@adsl-221-44-63.rmo.bellsouth.net] has joined #ubuntu-motu [12:41] Hey Fujitsu [12:42] Morning rmjb. [12:42] Evening [12:44] seb128 is too fast for me, and he isn't even logged in to irc. :) === ranok [i=Jared@gateway/gpg-tor/key-0xD5CAD6B2] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === minghua [n=minghua@ppp-69-153-141-204.dsl.hstntx.swbell.net] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === rmjb is now known as rmjb|away === rmjb|away is now known as rmjb [02:03] I want to help, just pick something from this list: http://tinyurl.com/n8g6a and get it to build right? === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has left #ubuntu-motu ["Abandonando"] [02:03] rmjb: sounds good :-) [02:04] if someone's already commented move on? eg: https://launchpad.net/distros/ubuntu/+source/vdr/+bug/65340 [02:04] Malone bug 65340 in vdr "[UNMETDEPS] vdr has unmet dependencies" [Undecided,Confirmed] [02:04] well, read what they commented [02:05] that it depends on dvb-dev... that's left to fix or not fixable? [02:06] that just says that's what the unmet dep was [02:06] cool [02:06] the bug is first reported to just say that there was an unmet dep [02:06] then Caroline commented and said what the unmet dep is [02:07] not always accurately [02:07] right [02:07] gotcha === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu [02:30] when updating a dependency against kernel headers, is it okay to set the dependency to linux-headers-386? or will that cause problems when building on other archs? === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu [02:36] yay laptop searches at the border === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu [02:45] I figured out my last question, apparently linux-libc-dev works in place of linux-kernel-headers === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === rpedro [n=rpedro@87-196-108-75.net.novis.pt] has joined #ubuntu-motu === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-motu === d33p__ [n=d33p@87.217.144.196] has joined #ubuntu-motu [03:18] Heya gang === Nafallo [n=nafallo@ubuntu/member/nafallo] has left #ubuntu-motu ["Ex-Chat"] === Hobbsee [n=user@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === rmjb [n=richard@cuscon11919.tstt.net.tt] has joined #ubuntu-motu [03:38] another question (I am full of them aren't I?) some source packages from http://tinyurl.com/n8g6a fail to build but the dependency is not in main, but in universe... what's the solution in that case? [03:39] explain.. [03:39] dependency not in main? [03:40] libgpiv https://launchpad.net/distros/ubuntu/+source/libgpiv/+bug/65356 fails to build from source [03:40] Malone bug 65356 in libgpiv "[UNMETDEPS] libgpiv has unmet dependencies" [Undecided,Confirmed] [03:40] has unmep deps of fftw-dev and libhdf5-serial-dev [03:40] fftw-dev is in universe, but fftw3-dev is in main [03:40] so updating to fftw3-dev solves that [03:40] why is that a problem? [03:41] well... it fails to build and there's an unmet dep entry in malone for it [03:41] the build servers pull only from main? [03:42] no, if that were the case then 95% of universe wouldn't build [03:42] rmjb: No, they pull from everywhere. [03:42] What ajmitch said. === ajmitch can install fftw-dev [03:42] and my pbuilder [03:42] I can too install fftw-dev too [03:42] rmjb: You need to configure your pbuilder to pull from universe and multiverse as well. [03:44] okay then... will look into that === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === psusi [n=phreak@user-0c6s0j6.cable.mindspring.com] has joined #ubuntu-motu === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [03:54] I am trying to write a bash script that greps the output of one command to decide something, but the command to the left in the pipeline's status is used to decide truth, rather than the status of the grep to the right in the pipeline [03:54] how could I overcome this? [03:56] psusi: can you give an example? [03:57] if echo foo | grep -q -e foo ; then ____ ; fi === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu [03:57] echo returns true, so the if evaluates as true.... even though grep returns false... well, not in that example... but if echo wasn't echoing foo but something else [03:58] wait.... nevermind [03:58] I think I just confused myself [04:02] ok.... yea... I just screwed up the test and confused myself.... I thought it was supposed to be the right, not the left status [04:02] that is used from the pipeline [04:02] sometimes you just need to talk it out [04:03] hehe [04:18] Something's listed as having unmet deps in the list to work on, but it's listed in the repos with the correct version... that means it was fixed and should be closed on malone? === mayday_jay [n=maydayja@maydayjay.net] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-119-130.d-ip.magma.ca] has joined #ubuntu-motu [04:18] not necessarily [04:18] it builds for me [04:19] doesn't mean that all binary packages are installable on all architectures [04:19] ok [04:32] setting Depends: ${shlibs:Depends} makes the binary package dependent on the version of the libs that are used to compile against? === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [04:51] what the crap? [04:52] all I have to do is insert a blank line in /usr/share/initramfs-tools/hooks/dmraid and update-initramfs bombs out with: === orion2012 [n=orion201@cpe-70-114-30-76.satx.res.rr.com] has joined #ubuntu-motu [04:52] eval: 1: array_dmraid~=: not found [04:52] huh? what are you trying to do? [04:53] udevify dmraid [04:53] udevify? [04:53] yea... make it scan disks as they are detected by udev rather than in a static boot time script [04:53] so my system can boot newer kernels that scan for the drives in the background [04:54] oh my god.... can it really be so silly? [04:54] emacs made a backup save ending in ~ and it doesn't like that === ogra_ [n=ogra@p548ADF18.dip.t-dialin.net] has joined #ubuntu-motu [04:54] oh, this is to fix the dmraid bug #54246 ? [04:54] Malone bug 54246 in dmraid "DMRAID stopped to work in kernels > 2.6.15" [Undecided,In progress] http://launchpad.net/bugs/54246 [04:55] oh, I didn't know there was a bug filed for it [04:55] two === milc [n=milc@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [04:55] other one: #67606 [04:55] ohh, that one is a seperate bug [04:55] yeah [04:55] that is due to dmraid being buggy on via metadata and trying to create a stripe using the ENTIRE drive [04:56] separate issues [04:56] instead of just the portion of the disk actually used ( not the last few sectors that aren't enough for another whole stripe ) [04:56] I have a patch for that one too [04:56] sent it upstream [04:57] what dmraid package are you using now? [04:58] self build from the latest upstream sources [04:58] ok [05:00] yea, I made a patch for that bug so the kernel won't refuse the new dmraid table, but now dmraid is run before the kernel detects the disks [05:00] because they now scan for the drives in the backround rather than blocking the modprobe [05:01] the first bug? it's fixed in versions above rc10 === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:01] Heya Hobbsee. [05:03] hey Fujitsu :) [05:03] hello Hobbsee [05:03] hi ajmitch [05:04] not for via [05:05] o i c [05:05] not sure if they fixed it for nvidia or something [05:05] but I got rc13 and it was still bugged... [05:05] just commented on that but with my 2 line patch to fix it [05:06] this is to boot a system with / on fakeraid or just get access to fakeraid partitions on a running system? [05:06] root on [05:06] well, either way [05:07] I was *trying* to help some guy that had his root on fake raid under dapper, and it was working, but upgrading to edgy could not boot into the 2.6.17 kernel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [05:08] after a few hours he booted the live cd, installed dmraid rc13 from the bug report and used that initrd, and his system booted [05:08] yea.... that is because the new kernel will not accept sizes that are not an even multiple of the stripe width, and dmraid has always been bugged and used the entire disk size... at least for via [05:09] well this guy was on nvidia [05:09] did he have via or nv? [05:09] let me check that module real quick, see if it has the same problem === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [05:09] I have nvidia and the rc13 from the bug report works for me to access partitions on a fakeraid array [05:09] the Hobbsee_ clones are invading now [05:10] my root is not on it though === ajmitch doesn't understand why people like these fakeraid solutions [05:10] indeed. muhahaha [05:10] strange.... looks like nv has the same bug [05:10] it doesn't round down [05:10] cause it makes us feel like we're running the real thing [05:11] because it is dirt cheap and fast === ajmitch finds linux software raid to be a much better solution [05:11] that's weird, cause I can access my partitions on my fakeraid [05:11] can't boot from that or dual boot with windows [05:12] rmjb, are you sure with the earlier version you got the error: device-mapper: dm-stripe: Target length not divisible by chunk size [05:12] and this guy, when he used the livecd to install rc13, he cause use that generated initrd to boot his regular system [05:12] yep [05:13] strange.... [05:13] oh wait a second [05:13] that was before I updated my initrd [05:13] rc13 you say? [05:13] strange... I'm looking at rc12-pre1 [05:13] I just pulled it the other day and it was the latest [05:13] right im going to bed [05:14] 'night, zul. [05:14] oh, ok... rc13 is there now ;) [05:14] yes, after installing rc13 and updating my initrd I can get to my partitions, BUT there still seems to be an issue with booting to it [05:14] g'night zul [05:14] what issue is that? [05:14] night zul [05:14] A zul-fabbione tag-team is it? :P [05:14] probably the udev stuff I was working on ;) [05:14] dunno, it just didn't work, wasn't my system so I couldn't dig deeper [05:15] I'd be interested to see if you get yours to boot [05:15] but I gtg [05:15] what is the proper procedure for doing an upstream source upgrade to a package? so far I just untar the new tarball and copy the debian directory from the old package to the new untared directory and kind of kludge it [05:15] uupdate can do it for you. [05:16] ahh, sweet [05:16] Unpack the existing source package, cd into it, and run `uupdate /path/to/new/source.tar.gz' [05:16] what if the package is .bz2? [05:17] bunzip2 and gzip it first. [05:17] I think I ran into trouble the other day because the deb tools don't like bz2 [05:17] psusi: why repackage rc13? you can use the one in the bug report [05:17] Yeah, you need to turn it into a gzip. [05:17] yea, that's what I did... was hoping there was aw ay to kick the tools into using bz2 [05:17] rmjb, ohh, I guess I can now... cool [05:18] wait... only a binary is there [05:18] here: http://revu.tauware.de/details.py?upid=3348 [05:18] for source [05:18] ahh, kk [05:18] still waiting on review [05:19] rmjb: You normally don't use REVU for that sort of thing. REVU is meant to new/rewritten packages. [05:19] hmm... where should I send my update then? === twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu [05:20] rmjb: Attach it to the bug. [05:20] ohh... a dpatch, a diff or just the changes file? [05:21] Because it's a new upstream version, the entire source package (.dsc, .diff.gz, .orig.tar.gz) [05:21] actually, the maintainer of dmraid hasn't addressed the bug yet (filed since July) [05:21] If it's not a new upstream version, a debdiff is fine. [05:22] I guess because the maintainer is Utnubu [05:22] well, that's nice... firefox is using a gig of ram [05:22] psusi: is that all? [05:28] okay, I've uploaded my source package, who do I ping to let them know it's there? [05:29] You need to request a UVF exception, but the chances of such a thing happening now are absolutely minimal. [05:30] now as in this close to launch or as in after freeze? [05:30] This close to launch. [05:30] psusi: I just had to reboot because even after I closed everything (firefox, synaptic, bittorrent, etc) I was still using over 400M of RAM [05:30] A few days ago it would probably have been approved, but probably not in the last 24 hours before release... [05:31] Fujitsu: yeah I figured it wont go in now, it's just frustrating to be broken for so long, I hope it gets fixed in edgy [05:31] or rather that the fix makes it into edgy === ranok [i=Jared@gateway/gpg-tor/key-0xD5CAD6B2] has left #ubuntu-motu ["Oh] === lophyte [n=dsulliva@bas5-toronto63-1096729217.dsl.bell.ca] has joined #ubuntu-motu [05:36] god damnit [05:36] where do you search the lkml? I can't find the search box on lkml.org [05:36] I remember seeing something about a module you can probe that will block until all disks have been scanned [05:36] loading that in the boot script should be a quick and simple fix [05:37] Ew ew ew... === Fujitsu just looked in dmraid and saw a .spec. [05:37] eh? [05:37] RPM stuff. [05:38] it's done by a redhat guy [05:38] ... WHY are there vim swap files in the upstream source? [05:39] oh... yea [05:39] I noticed that too ;) [05:39] his tarball isn't very distclean [05:39] actually, I pissed off the dh scripts by doing a make distclean, which deleted some files that were in his tarball [05:40] so the dh scripts bitched that I had modified files in the .orig.gz outside /debian [05:42] god damnit, I can't find the mention now of that module to wait on the background scanning [05:42] it is lost somewhere in the massive flow that is lkml === d33p__ [n=d33p@87.217.144.151] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [05:49] ajmitch & Amaranth: ping [05:49] LaserJock: yes? [05:50] ajmitch: have you found a place to stay in Mountain View [05:50] no idea yet [06:01] Fujitsu: updated the source package attached to the bug as per your comment [06:01] thanks for the eyes [06:04] No problem. === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu [06:10] anybody know of docs on the Debian release process? [06:10] like timeline and what happens [06:10] Timeline? What timeline? [06:10] yeah, yeah [06:11] it sounds like they really are going to release [06:11] I want to make sure I don't miss a freeze or something for the packages I maintain in Debian [06:11] They do say Decembter, but this is Debian, remember. [06:11] yes, but this time they have the dunc tank ;-) === psusi [n=phreak@user-0c6s0j6.cable.mindspring.com] has joined #ubuntu-motu === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-motu [06:13] what was the helper script to take a .dsc and untar the .orig.tar.gz and apply the diff to it? [06:14] dpkg-source -x [06:14] ty [06:17] g'night all [06:17] good luck psusi === ezsquirt [i=bowser@vol21-1-82-224-19-51.fbx.proxad.net] has joined #ubuntu-motu === ben_ [n=ben@fe.7e.b9d8.static.theplanet.com] has joined #ubuntu-motu === lotusleaf [n=lotuslea@unaffiliated/lotusleaf] has joined #ubuntu-motu [06:39] hey guys, i was just wondering how hard it is to learn how to package [06:40] ben_: not hard, there is a great guide for it === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [06:40] not hard...considering...i dont know any languages...i just want to help out [06:40] im not a noob, but im no hacker either [06:41] where might i find that guide? [06:41] !package guide [06:41] The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html Other developer resources are at https://wiki.ubuntu.com/DeveloperResources [06:42] and knowing a lang isnt nessesary, but helpfull [06:42] :) [06:42] moins all [06:42] LaserJock, its pretty close to freeze if not frozen already ( debian testing ) [06:43] awesome thanks all [06:44] imbrandon: everything is frozen [06:44] ? [06:44] no just stuff migrating from unstable to testing ( e.g. what will make it into etch ) [06:44] sid never freezes [06:45] hmm, that stinks [06:46] I thought just the core was frozen [06:46] ummm debian everything is in "main" cept non-free === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [06:48] imbrandon: I know, but I thought they had a list of like the kernel, libc, etc. that were frozen before the others [06:48] ahh no idea [06:50] hum ajmitch your probably gonna be bringing a lappy right ? http://it.slashdot.org/it/06/10/24/2028215.shtml [06:50] thats gonna suck if it happenes to someone [06:51] imbrandon: sure [06:51] seems a few have been confiscated at the border [06:52] :( [06:52] though there are probably several million laptops that go through the borders without being confiscated [06:52] true [06:52] it'd be more of a worry if I carry vegemite ;) [06:52] heh [06:53] why is that ? [06:53] isnt that a food ? [06:53] yes [06:53] It's banned due to containing folate. [06:54] (in the US) [06:54] ahh [06:54] so the rumour goes [06:54] that sounds kinda silly [06:54] though we're not entirely sure how much of the reporting on it is accurate [06:55] how reliable is news.com.au ? [06:55] http://www.news.com.au/couriermail/story/0,23739,20620744-953,00.html [06:55] I've heard it from many non-Internet-based sources, so it's fairly reliable, I believe. === spdf [n=mark@CPE00112f5c32aa-CM000e5c7018c4.cpe.net.cable.rogers.com] has joined #ubuntu-motu === spdf [n=mark@CPE00112f5c32aa-CM000e5c7018c4.cpe.net.cable.rogers.com] has left #ubuntu-motu ["Leaving"] [06:56] Well, crap. I wanted ajmitch to bring me some vegemite. === mat [n=mat@igoan/mat] has joined #ubuntu-motu [06:59] hehe [07:00] US has officially denied it [07:00] Where? [07:01] what isn't banned in the U.S.? [07:01] vegemite [07:01] otherwise known as Aussie Road Tar [07:02] Vegemite is good! [07:02] for certain values of good [07:02] that most of the world doesn't share [07:02] For all values of good. [07:02] you are wacked [07:02] As long as you don't put it on too thickly. [07:02] :) [07:02] vegemite > * [07:02] s/too thickly/at all/ [07:02] ajmitch: yup. === ajmitch has a jar of it on his desk here [07:03] lol [07:09] what the heck is vegemite? [07:09] I've been seeing that story all over the place lately [07:09] LaserJock: nasty black paste that aussies and south africans put on toast [07:09] oh [07:10] vegetable version of marmite, another nasty black paste that aussies and south africans love [07:10] they don't have jam? [07:10] LaserJock: it's great stuff === milc [n=milc@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [07:10] <_MMA_> "He just smiled an gave me a vegemite sandwich" [07:10] LaserJock: this is far better than jam or any of that boring stuff [07:10] sounds like gnutella (SO GOOD) === ajmitch would often sit at his computer & have marmite on bread as a snack [07:10] It's very good. [07:11] FunnyLookinHat: Nutella, you mean? [07:11] notice all the aussies are telling us how good it is [07:11] nobody else likes the stuff [07:11] <_MMA_> LaserJock: http://en.wikipedia.org/wiki/Vegemite [07:11] hmm [07:11] Burgundavia: you call me an Aussie? [07:11] Ah, but I'm Canadian! [07:11] ajmitch: close enough... === Burgundavia ducks [07:11] crikey, eh? [07:12] Fujitsu, ah right, yes Nutella : ) [07:12] Unless you like putting P2P networks on bread/toast... === d33p__ [n=d33p@87.217.146.211] has joined #ubuntu-motu [07:13] LOL === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === Lutin [n=Lutin@sd-4736.dedibox.fr] has joined #ubuntu-motu === rpedro [n=rpedro@87-196-108-75.net.novis.pt] has joined #ubuntu-motu === LuisBG [n=d33p@87.217.144.193] has joined #ubuntu-motu === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu === freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === Kagou [n=Kagou@84.6.194.226] has joined #ubuntu-motu [08:47] hi === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === Myertag [i=Myertag@gateway/tor/x-139ec8adbe9382d9] has joined #ubuntu-motu === dholbach [n=daniel@i577B2CB0.versanet.de] has joined #ubuntu-motu [09:09] good morning === Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu === jinty [n=jinty@127.Red-83-50-221.dynamicIP.rima-tde.net] has joined #ubuntu-motu [09:18] hey dholbach, when does universe freeze? [09:19] I have not heard anything about it yet, so go ahead :-) [09:20] heh [09:20] dholbach: mithrandir said you ought to know :P [09:22] I'm happy to get fixes still in === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === fraco [n=fraco@213.219.151.104.adsl.dyn.edpnet.net] has joined #ubuntu-motu === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu === Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu === Amaranth_ [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === Gervystar [n=alessand@host52-173-static.120-81-b.business.telecomitalia.it] has joined #ubuntu-motu [09:36] someone say my name? [09:37] Amaranth: no, but I will if it pleases you. =) [09:37] haha [09:37] *<:O) === d33p__ [n=d33p@87.217.147.166] has joined #ubuntu-motu === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@91.163.1.98] has joined #ubuntu-motu === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu === freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu === rytmisk [n=irc@155.143.134.168] has joined #ubuntu-motu === dous [n=dous@210.213.192.141] has joined #ubuntu-motu === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feaff900-158.dhcp.inet.fi] has joined #ubuntu-motu === xerxas [n=R67894@AGrenoble-257-1-1-64.w86-193.abo.wanadoo.fr] has joined #ubuntu-motu [10:55] dholbach: it's time to stop accepting uploads for anything but a showstopper, including universe. we should have dedicated access to the publisher if we need to act quickly === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu [11:00] dholbach: awwww === mlpug [n=user@a84-231-238-186.elisa-laajakaista.fi] has joined #ubuntu-motu === coyctecm_ [i=coy@re.corded.org] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === mat [n=mat@igoan/mat] has joined #ubuntu-motu === Lure_ [n=lure@external-7.hermes.si] has joined #ubuntu-motu === dholbach_ [n=daniel@i577B1D25.versanet.de] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [11:47] morning === reggaemanu_ [n=manu@ARennes-257-1-157-32.w86-214.abo.wanadoo.fr] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feaff900-158.dhcp.inet.fi] has joined #ubuntu-motu === freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu === pradeep [n=pradeep@59.92.56.155] has joined #ubuntu-motu === dexem [n=dexem@131.Red-80-35-41.staticIP.rima-tde.net] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-050-104.pools.arcor-ip.net] has joined #ubuntu-motu === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === gnomefre1k [n=gnomefre@adsl-221-44-130.rmo.bellsouth.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@adsl-221-44-130.rmo.bellsouth.net] has joined #ubuntu-motu === lophyte [n=dsulliva@bas5-toronto63-1096729217.dsl.bell.ca] has joined #ubuntu-motu === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === yosch [n=yosch@clrglop207.in2p3.fr] has joined #ubuntu-motu === MatthewV [n=MatthewV@202.183.115.34] has joined #ubuntu-motu === gnomefre1k [n=gnomefre@adsl-221-4-8.rmo.bellsouth.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === MatthewV [n=MatthewV@202.183.115.34] has joined #ubuntu-motu === Pazzo [n=thomas@dialin-225136.rol.raiffeisen.net] has joined #ubuntu-motu === gnomefre1k [n=gnomefre@adsl-221-126-253.rmo.bellsouth.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@adsl-221-126-253.rmo.bellsouth.net] has joined #ubuntu-motu === Tonio_ [n=tonio@239.207.103-84.rev.gaoland.net] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-050-104.pools.arcor-ip.net] has joined #ubuntu-motu === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === MatthewV [n=MatthewV@202.183.115.34] has joined #ubuntu-motu === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-motu === Ornedan [n=aitakang@dsl-hkigw3-fe22de00-8.dhcp.inet.fi] has joined #ubuntu-motu === MatthewV [n=MatthewV@202.183.115.34] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === d33p__ [n=d33p@87.217.145.220] has joined #ubuntu-motu === WikiMan [n=MatthewV@202.183.115.34] has joined #ubuntu-motu === Tonio___ [n=tonio@80.207.103-84.rev.gaoland.net] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === Tonio___ [n=tonio@80.207.103-84.rev.gaoland.net] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === geser [n=michael@dialin104167.justdsl.de] has joined #ubuntu-motu === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === Zdra [n=zdra@179.171-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === Tonio___ [n=tonio@224.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feaff900-158.dhcp.inet.fi] has joined #ubuntu-motu === LuisBG [n=d33p@87.217.147.73] has joined #ubuntu-motu === pirast [n=martin@p508B1D45.dip0.t-ipconnect.de] has joined #ubuntu-motu === tortoise_ [n=tortoise@194.164.140.64] has joined #ubuntu-motu === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === Tompu [n=goatboy@202.134.250.98] has joined #ubuntu-motu === lophyte [n=dsulliva@Toronto-HSE-ppp3880346.sympatico.ca] has joined #ubuntu-motu [03:03] mplayer has just been accepted in debian/main! http://incoming.debian.org/mplayer_1.0~rc1~svn20199-1.dsc [03:05] WOw. [03:05] siretart: how come? [03:05] license change? [03:05] sivang: no. the maintainer fixed the package [03:09] OMG [03:09] is it crack? ;-) [03:09] wow [03:12] that's what I call a debian/copyright file! [03:12] we should use it as example for revu! ;) [03:14] does that mean feisty will have mplayer in main? [03:14] that would rock [03:14] that doesnt sound legit === gnomefreak was thinking mplayer was a mozilla product and would need more than just a fix [03:17] mplayer in main? holy crap [03:17] i doubt it [03:18] gnomefreak: we need to reinvestigate several source packages in multiverse, among them mplayer. [03:18] gnomefreak: after feisty opens [03:18] bhale: dget http://incoming.debian.org/mplayer_1.0~rc1~svn20199-1.dsc [03:19] oh i agree. if we can move anything out of multiverse would be a great idea [03:19] gnomefreak: afai see there, mencoder got removed [03:19] for mplayer? [03:20] siretart: for ubuntu, i men [03:20] from* [03:20] siretart: not questioning debian === viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu [03:20] debian main != ubuntu main [03:20] bhale: debian just did it [03:20] sigh [03:20] not the same [03:20] well people will rave for ubuntu to do the same i guess [03:21] mplayer has a bad security track record [03:21] and we have xine and gstreamer in main already [03:21] siretart: what was preventing it from entering debian main? [03:21] that doesnt sound right. we have some xine and some gstreamer installed by default [03:21] A lot of things are preventing mplayer from hitting main. [03:22] are you guys aware what ubuntu main means [03:22] The formost of them being "the ftpmasters don't like it" [03:22] license would be the biggest thing i would think [03:22] That's the second. :-) [03:22] bad security track record, many points of entry for ugliness [03:22] gnomefreak: that was the first thing I was wondering if got fixed when siretart said it entered main [03:22] bhale: ah === gnomefreak looking for license as we speak [03:23] ubuntu main means "we support this for security for 18 months (or more)" [03:24] being in debian main means you can be in universe as opposed to multiverse [03:24] not that we will automatically commit to support it [03:24] I will probably prefer to stay with out current package. [03:24] s/out/our/ === Pazzo [n=thomas@dialin-225136.rol.raiffeisen.net] has joined #ubuntu-motu [03:25] we have mencoder and stuff :-) [03:26] I seem to have issues with the new Eclipse packages in Edgy (updated yesterday) [03:27] Eclipse does not start up. According to log, the workbench plugin fails to load [03:27] license looks like it shouldnt be in multiverse. they give you right to distribute and modify it as long as you make source avilable [03:27] gnomefreak: we build against stuff in multiverse. [03:31] Ornedan: what version are you using? [03:32] 3.2.1-0ubuntu1? [03:32] Yes [03:32] it opens fine here [03:33] Nafallo: placing mplayer in multiverse does not seem to make much sense to me. [03:33] having support for everything the users need seems to be a good idea to me :-) [03:33] siretart: i think since we build mencoder and mencoder is nonfree is why it is in there [03:34] Nafallo: all of mplayer is free software. if there s problems with some parts of it (e.g. libdvdcss or mp3 encoding algorithms), then the same would apply to multiverse as well [03:34] build in mencoder to mplayer [03:34] Nafallo: look, e.g. faad is in multiverse, but as well in debian main. I rather propse to check which packages from multiverse could be promoted [03:34] dont forget w32codecs it has (atleast can play) by default [03:34] gnomefreak: mplayer doesn't have w32codecs built in [03:35] it uses something to play them by default [03:35] siretart: ah, right. as long as we don't drop features from what we have now... [03:35] 'k. Just tested - doesn't seem to be my profile, at least. A brand new test account also fails the same way when trying to load eclipse [03:35] Nafallo: I'd also object to loose freedom. [03:36] sure, but for freedom we still have totem, gstreamer and xine. [03:36] Nafallo: but you're right. I'd also love to have mencoder. in universe [03:36] Is removing the eclipse packages using Adept "Purge" option and then re-installing enough to get a fully clean installation? [03:37] Ornedan: should be also get rid of your workspace folder by default its in home === Nafallo wonders how free unrarlib.{c,h} might be... === lmierzej [n=ezalega@mikrus.nat.student.pw.edu.pl] has joined #ubuntu-motu [03:37] bhale: btw, what happend to your nick, tseng? [03:37] gnomefreak: That was why I made the test account === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-motu [03:38] Ornedan: file a bug and it will be looked at after release (might be best way) [03:39] ah, nice. GPLv2 for unrar. === Zdra_ [n=zdra@10.247-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [03:39] baah, we have to look closer _after_ release :-) === Tonio___ [n=tonio@7.8.100-84.rev.gaoland.net] has joined #ubuntu-motu [03:41] pick 6-7 or so people to look over the liencses after release and decide if they can be promoted for feisty? [03:41] something like that. [03:42] do you know if egdy is going to be released on time? [03:43] you can help testing the cd images to make it be released on time :) [03:43] :) [03:43] http://wiki.ubuntu.com/Testing/Current [03:44] right :) I'm just curious... [03:45] we're just in the process of building new cds - testing much appreciated [03:45] go edgy go [03:45] tfheen will announce them in #ubuntu-devel === twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu [03:49] Heya gang === lmierzej_ [n=ezalega@mikrus.nat.student.pw.edu.pl] has joined #ubuntu-motu === Tonio___ [n=tonio@7.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu === AstralJava [n=jaska@cm-083-102-068-117.lohjanpuhelin.fi] has joined #ubuntu-motu [03:55] siretart: i changed it, shrug [03:58] gnomefreak: Ok. I'll attach the Eclipse log to the bug report. Anything else? [03:59] Ornedan: just explain the issue and what you have tried === Pazzo [n=thomas@dialin-225136.rol.raiffeisen.net] has joined #ubuntu-motu [04:03] https://launchpad.net/distros/ubuntu/+source/eclipse/+bug/68185 <- Done [04:03] Malone bug 68185 in eclipse "Error on start" [Undecided,Unconfirmed] === d33p__ [n=d33p@87.217.147.102] has joined #ubuntu-motu === infinito_away [n=infinito@87.217.160.115] has joined #ubuntu-motu === poningru [n=poningru@n128-227-82-219.xlate.ufl.edu] has joined #ubuntu-motu === infinito_away [n=infinito@87.217.160.115] has joined #ubuntu-motu === Tonio___ [n=tonio@7.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === d33p__ is now known as luisbg === ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-motu === cej105 [n=cej105@uglogin.ecs.soton.ac.uk] has joined #ubuntu-motu === hub [n=hub@moodiegate.xandros.com] has joined #ubuntu-motu === infinito_away [n=infinito@87.217.160.115] has joined #ubuntu-motu === TheJaaazz [n=TheJaaaz@chello080109002146.13.14.vie.surfer.at] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === Zdra [n=zdra@10.247-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu === PSUSI [i=hidden-u@iriserv.iradimed.com] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has left #ubuntu-motu ["Abandonando"] === No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu [05:04] Today Is The Big Day [05:04] is it? for what? [05:04] Edgy [05:05] 8 hours left === ephesus [n=ubuntu@vodsl-2201.vo.lu] has joined #ubuntu-motu [05:05] what about it? [05:05] well for the uk rather [05:05] edgy have been here for months now :-) [05:05] since june or so [05:05] haha [05:05] Nafallo: not the final :) [05:05] well, that's 6.10 then [05:06] since last week, our builds are pretty much "final" [05:06] and that's tomorrow ;-) [05:06] probably 24h left or so.. [05:06] jsgotangco: yeah i know i had to dist-upgrade from rc a couple of days ago [05:06] Nafallo: do you all go by GMT? [05:07] it isnt tied to an exact hour [05:07] it will be release roughly on the 26th [05:07] oh ok [05:07] haha i was just wondering [05:07] but they usually are ready around this hour :-) [05:07] :) === schultmc [i=schultmc@nat/progeny/x-82275ae55a83ee2c] has joined #ubuntu-motu [05:08] but then comes to pushing and stuff :-P [05:11] good morning [05:12] morning Toadstool [05:12] heya Toadstool [05:12] hi Nafallo & imbrandon === rpedro [n=rpedro@87-196-108-75.net.novis.pt] has joined #ubuntu-motu === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === rpedro [n=rpedro@87-196-108-75.net.novis.pt] has joined #ubuntu-motu === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu === yosch [n=yosch@clrglop207.in2p3.fr] has joined #ubuntu-motu === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkigw8-feaff900-158.dhcp.inet.fi] has joined #ubuntu-motu === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu [05:51] !seen ivoks [05:51] I last saw ivoks (n=ivoks@ubuntu/member/ivoks) 1h 21m 9s ago, quiting: "leaving" === Tonio__ [n=tonio@7.8.100-84.rev.gaoland.net] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has joined #ubuntu-motu === infinito [n=infinito@87.217.160.115] has left #ubuntu-motu ["Abandonando"] === _jaldhar is now known as jaldhar === Arbiter [n=arbiter@unaffiliated/arbiter] has joined #ubuntu-motu === cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu === ezsquirt [i=bowser@82.224.19.51] has joined #ubuntu-motu === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu === McLazarus [n=mcallist@pool-72-78-32-109.phlapa.east.verizon.net] has joined #ubuntu-motu === rpedro [n=rpedro@87-196-108-75.net.novis.pt] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === giskard [n=giskard@213-156-52-106.fastres.net] has joined #ubuntu-motu === kagou [n=kagou@84.5.162.139] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === givre [n=Florent@APoitiers-153-1-29-96.w83-200.abo.wanadoo.fr] has joined #ubuntu-motu === ephesus [n=ubuntu@vodsl-2201.vo.lu] has joined #ubuntu-motu === giskard [n=giskard@81-174-29-53.f5.ngi.it] has joined #ubuntu-motu [07:14] imbrandon: Can I have what you've got so far for beryl packages? === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === Gloubiboulga_ [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === Mirrado [n=Mirrado@20150041044.user.veloxzone.com.br] has joined #ubuntu-motu === Mirrado [n=Mirrado@20150041044.user.veloxzone.com.br] has left #ubuntu-motu [] === givre [n=Florent@APoitiers-153-1-29-96.w83-200.abo.wanadoo.fr] has left #ubuntu-motu [] === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [07:40] hello all, anybody alive? [07:40] what's up luisbg ? [07:40] hey LaserJock [07:40] are you a motu? [07:40] yes [07:42] great! [07:42] i'm really interested in being part of the motu community [07:43] but as a newbie I'm a little bit confused [07:43] do you know what I can do to help as a starting point to start learning? [07:43] anything needed to be done you know of [07:44] suitable for a starter [07:44] well, right now is a bit difficult because we are frozen to release Edgy [07:44] have you seen the Ubuntu Packaging Guide? [07:45] LaserJock: You pinged me or something yesterday, remember why? :) [07:46] LaserJock, I have taken a look over it... thought I would read it deeply when I do my first package [07:47] so when the universe is frozen to release a new version... there is no work in packages for the next one? [07:47] or the work is mainly in getting it to be stable 100%? (which I guess is no task for a newbie) [07:47] no, the repositories for feisty aren't open yet [07:48] when will they be open? [07:48] I would think in around a week [07:48] cool [07:48] in the mean time you can look at bugs [07:48] that is a very valuable service [07:49] and can give you an entry point into packaging [07:49] some important bugs we are working on now are at http://tinyurl.com/fgpgy [07:51] it says there are no open bugs [07:52] luisbg: sorry that was the wrong link, you want http://tinyurl.com/n8g6a [07:52] no problem === ephesus [n=ubuntu@vodsl-2201.vo.lu] has joined #ubuntu-motu [07:53] cool! [07:53] may I address you if I have any doubts when I'm trying to fix one of the bugs of the list? [07:53] sure [07:54] #ubuntu-motu in general is pretty helpful too :-) [07:54] LaserJock, LOL awesome [07:54] where are you from btw? [07:55] in 10 minutes I will try to aboard the cinepaint (unmet dependencies) bug [07:55] luisbg: Reno, Nevada, USA [07:55] nice, i'm from spain === lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === schultmc [i=schultmc@nat/progeny/x-8d579d6d3322bb16] has joined #ubuntu-motu === _DvP_ [n=David@86.73.129.147] has joined #ubuntu-motu === geser [n=michael@leary.ping.de] has joined #ubuntu-motu === selinuxium [n=selinium@82-34-235-84.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [08:40] how to access the latest changelog entry of a pacakge from the net? [08:40] is it possible? [08:40] without downloading the entire source pacakge === mlpug [n=user@a84-231-238-186.elisa-laajakaista.fi] has joined #ubuntu-motu [08:42] cbx33: launchpad has it somewhere. === hub [n=hub@moodiegate.xandros.com] has joined #ubuntu-motu [08:42] cbx33: also you can use the mailing-list archives. [08:42] ahh...no way to get it from the apt commands then? [08:42] presumably it should be in the diff? [08:42] don't think so. [08:43] you can get it at installtime with apt-listchanges, but that's probably it. [08:43] apt-listchanges? === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [08:43] that's not avaialble on my system [08:44] universe [08:44] no, main :-) [08:44] ah i see it [08:44] thanks Nafallo [08:44] np :-) [08:44] hmm....that's not really what I want [08:44] but [08:44] thank you [08:44] :-) [08:44] better than nothing. [08:45] I need to get the patest changelog as efficiently as possible... [08:45] if it's been packages doccrectly [08:45] diff.tar.gz should provide it [08:45] why btw? :-) [08:45] ahhh [08:45] you'll find out soon [08:45] sounds scary ;-) [08:46] hehe [08:46] hopefully will be useful [08:46] to all MOTU [08:46] penalties if package-updates where broken? ;-) [08:46] s/where/was/ [08:48] heheh [08:48] not quite [08:48] :-) === mr_pouit [n=mr_pouit@LAubervilliers-151-12-125-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-motu === pingar [n=saltvik@ti500720a080-3345.bb.online.no] has joined #ubuntu-motu === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu === luisbg [n=d33p@87.217.144.214] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === infinito [n=infinito@87.217.161.98] has joined #ubuntu-motu [09:27] morning === lmierzej [n=lmierzej@drk182.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [09:27] morning ajmitch === jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === gnomefreak [n=gnomefre@adsl-221-42-159.rmo.bellsouth.net] has joined #ubuntu-motu [09:38] hey ajmitch [09:39] well, looks like the fixes I had to do this morning will have to wait :) [09:39] hello zul [09:40] 'morning ajmitch [09:41] ajmitch: Do you have any plans on uploading krb5-auth-dialog to Debian? [09:41] keescook: got any idea what is up with kernel.org it seems slow [09:41] jelmer: yeah, I probably will, as well as some other stuff I've done lately [09:41] zul: we're getting pounded from the FC6 release [09:42] keescook: ah...stupid fedora [09:42] keescook: simple, just remove it from the mirror [09:42] and we also share bandwidth with a firefox mirror too [09:42] ajmitch: heh. :) [09:43] zul: the main issue is we're likely out of apache child slots what with all the long-running http connections for isos and stuff. :( === infinito [n=infinito@87.217.161.98] has left #ubuntu-motu ["Abandonando"] [09:44] I wish I could grab a cd image or two to keep dholbach happy :) [09:44] hehe === dholbach hugs ajmitch === ajmitch has no time to do testing in the next 12 hours === ash211 [n=andrew@user-1121tmf.dsl.mindspring.com] has joined #ubuntu-motu [09:46] secrets and lies [09:49] hm === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === ajmitch kicks ISP === _czessi [n=Czessi@dslb-088-073-030-086.pools.arcor-ip.net] has joined #ubuntu-motu [09:50] I ought to be on the faster DSL plan now [09:50] but no... [09:51] not yet [09:52] you ought to be on it "sometime after 26 Oct" [09:52] Plug: figures [09:52] probably waiting on telecom to move on it [09:52] I should know not to trust the original mail maxnet sent me === reggaemanu [n=manu@ARennes-257-1-157-32.w86-214.abo.wanadoo.fr] has joined #ubuntu-motu === lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu-motu === Gervystar [n=alessand@host230-162-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu === beligum [n=beligum@d54C49278.access.telenet.be] has joined #ubuntu-motu === tatiane [n=tatiane@201009043143.user.veloxzone.com.br] has joined #ubuntu-motu === milc [n=milc@198.150.12.33] has joined #ubuntu-motu [10:34] Hi all, anyone care to review ScreenKast (http://revu.tauware.de/details.py?upid=3140) and libinstrudeo (http://revu.tauware.de/details.py?upid=3125) ?? === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu [10:53] beligum: universe is frozen for edgy [10:53] (everything's frozen, tbh) [10:53] I know [10:54] crimsun: do you know the actual time for the freeze? [10:55] it froze a while ago [10:55] no, like frozen frozen [10:55] for the release [10:55] it's -243C frozen now [10:55] my email isn't working so I can't see if I got an email from katie [10:56] you should have gotten a deferred accept. [10:56] or the server formerly known as katie :-) [10:56] service [10:56] meaning ACCEPTED but required distro manager approval [10:56] dholbach: heh [10:56] LaserJock: 'actual time' for release is when the scripts to publish the images are run [10:57] & edgy is flicked to released in LP [10:57] "the button" [10:57] LaserJock: universe is really really frozen now [10:58] & has been for ~12 hours, since mdz said "no more!" [10:58] ok :( [10:58] sorry === FunnyLookinHat [n=funnyloo@64.140.73.93] has joined #ubuntu-motu === ajmitch also had things that'll have to go into -updates [10:59] hey LaserJock, had to stop reading the package guide to make dinner [11:00] dholbach: we need to agree soon on proper procedures for SRU - I think the current suggestions may be hard [11:00] it's still in the "suggestions" stage [11:01] but nobody stepped up to formalize a suggestion since our meeting [11:02] dholbach: that's what I mean - either another meeting or we can discuss it on the list now that we have nothing better to do ;) [11:02] when there is a bug of "unmet dependencies" does the package has to be redone, or just changed the dependencies? === ajmitch might as well write something up tonight [11:02] luisbg: it means it can't be installed for some reason - reasons vary from needing rebuilt, to having stuff changed [11:02] ajmitch: we need more suggestions and plans before we have a meeting again [11:03] ajmitch: discussing a procedure without having concrete proposals doesn't hepl [11:03] dholbach: hence why I said I'd write up some proposal [11:03] ahhh! :-( [11:03] :-) === dholbach hugs ajmitch === ajmitch hugs dholbach [11:03] sorry - I've been testing too many cds today === Jozo- [i=jozo@viola.uninea.fi] has joined #ubuntu-motu === dholbach has gone around the twist [11:04] it's ok === ajmitch is not at his computer at home, so can't test CDs :( === ..[topic/#ubuntu-motu:ajmitch] : Ubuntu Masters of the Universe: Universe Repository Maintainers | https://wiki.ubuntu.com/EdgyReleaseSchedule | REVU is available again for now | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/Processes/UVF | Edgy frozen: All further uploads need to be for edgy-updates or when feisty opens === ajmitch needs to think of something else to put there === poningru [n=poningru@n128-227-50-67.xlate.ufl.edu] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-119-130.d-ip.magma.ca] has joined #ubuntu-motu === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu === lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu-motu === Subhuman [n=jack@host86-142-54-172.range86-142.btcentralplus.com] has joined #ubuntu-motu === dholbach thanks siretart, slomo and ajmitch for taking care of n+1 UVF requests this time around [11:44] you guys ROCK === redguy [n=mati@adh48.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === givre [n=Florent@APoitiers-153-1-29-96.w83-200.abo.wanadoo.fr] has joined #ubuntu-motu [11:46] dholbach: not that I did much :) [11:48] you did :) === givre [n=Florent@APoitiers-153-1-29-96.w83-200.abo.wanadoo.fr] has left #ubuntu-motu [] === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu [12:02] oh man [12:02] my department server is currently running in a Knoppix CD === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [12:03] LaserJock: Why!? [12:04] LaserJock: impressive [12:04] hard drive crashed or something [12:04] it's been down for 1 1/2 days [12:04] Hah. [12:04] the poor sysadmin is working hard to figure out what happened [12:04] but grub no longer works [12:05] so he shifted the department website to another server [12:05] and is using knoppix to get at his backup tapes [12:05] but this stinks not having any email === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu