/srv/irclogs.ubuntu.com/2006/03/19/#ubuntu-motu.txt

=== jcape [i=jcape@71.194.176.102] has joined #ubuntu-motu
sivangheya Spec , 'sup?12:03
sivangLaserJock: I did debuild -sa , still did not produce the orig.12:03
LaserJocksivang: debuild -S -sa12:04
sivangerr12:04
sivangthe hour :)12:04
=== lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu
sivangLaserJock: hrm, debuild hates me. I added this and still no orig.12:08
sivangLaserJock: anything specificin the packages' strucutre I may be doing wrong to not get it?12:09
sivangLaserJock: (I did debuild -S -sa)12:09
LaserJocksivang: oh wait, doh. I see it12:09
LaserJocksivang: you created a debian native package.12:10
LaserJocksivang: that means everything is in the tar.gz file12:10
sivangLaserJock: is that bad? I think I want native debian package no?12:10
LaserJocksivang: well, it sorta depends.12:11
sivangLaserJock: please, explain if you can, I'm listening.12:11
LaserJocksivang: well, a debian native package has the debian/ directory in the source12:11
LaserJocksivang: so if you want to distribute your app to other distros it is a bit messier12:12
LaserJocksivang: any change in the packaging requires a new .tar.gz file12:12
azeemHomeUserBackup sounds like a good candidate for a native package, though12:12
azeemwould it be useful on non-Ubuntu/Debian systems?12:13
tsengi dont see how anything is a candidate for a native package, tbh12:13
LaserJockazeem: I agree. I just wanted to put out the pros and cons12:13
tsengit isnt really any easier to work with imo12:13
LaserJocksivang: if don't do a native debian package then the packaging part (debian/ etc.) is separate from the actual app source (which is in the .orig.tar.gz)12:14
=== allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-motu
LaserJocksivang: it makes things a bit cleaner IMO and as tseng says it can be easier to work with since you can update the .diff.tar.gz without messing with original app source12:15
sivangazeem: could be a gnome upstream package someday, I hope. I just need to add dar as a depdency to setup.py12:16
sivangLaserJock: yes, indeed.12:16
sivangLaserJock: I'm sold, how to convert it?12:16
sivangazeem: could be useful on any system which has the right version of python , glade and gtk and dar ofcourse.12:17
azeemthen it might make sense to convert it, yes12:17
sivangdebian-mentos FAQ also suggests it as a better approach12:17
LaserJocksivang: so do you have a tarball of the source without the debian/ directory, etc.12:22
sivangLaserJock: I can create one12:23
LaserJocksivang: ok, do that12:24
LaserJocksivang: but make sure to save the parts that you take out12:25
sivangofcourse, everything I Have under bzr rcs :-)12:26
tsengyay bzr12:27
LaserJocksivang: ah, good12:27
sivangtseng: sweetness12:27
=== dolzzzon is now known as dolson
=== ptlo [n=senko@83-131-10-146.adsl.net.t-com.hr] has joined #ubuntu-motu
sivangLaserJock: okay, I have a source tar.g12:41
sivangtar.gz12:41
LaserJocksivang: ok, so what is it named?12:42
sivangLaserJock: upbackup-0.0.1.tar.gz12:44
LaserJocksivang: ok, so now copy that to upbs_0.0.1.orig.tar.gz12:45
=== Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #ubuntu-motu
LaserJocksivang: and then untar the .orig.tar.gz12:46
sivangLaserJock: where in?12:47
LaserJocksivang: where it is12:48
sivangLaserJock: done12:49
LaserJocksivang: ok, so what is the untarred directory called?12:49
sivangLaserJock: darn, like the original name upbackup-0.0.112:50
sivangLaserJock: but I can change my pakcage to that name, it's not biggy12:50
LaserJocksivang: well, whatever12:50
sivangLaserJock: then I drop the debian dir inside and debuild -S -sa?12:50
LaserJockyeah12:50
sivangcool, I think I got it.12:51
sivangLaserJock: thanks.12:51
LaserJocksivang: np12:51
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
LaserJockhi marcin`12:52
=== Erlang [i=neumann@toronto-HSE-ppp4000837.sympatico.ca] has joined #ubuntu-motu
TerminXsomeone needs to fix the proftpd packages to deal with /var/run/proftpd being missing after a reboot01:03
marcin`LaserJock: hi01:04
LaserJockTerminX: go for it :-)01:06
=== redguy [n=mati@adp217.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
redguyhi01:07
LaserJockhi01:07
redguyI just wanted to ask if there are any efforts on bringing the last.fm player into ubuntu. Is this the right place to ask?01:07
TerminXwhat's the proper way to deal with that?  modify the init script to create it (because even if the daemon is started from inetd/xinetd, the init script still runs to say "proftpd is started from inetd")?01:08
LaserJockredguy: you might want to check out https://wiki.ubuntu.com/MOTU/Packages/Candidates It looks like it might be on the list01:09
redguyLaserJock: indeed.01:10
redguythanks!01:11
LaserJocknp01:12
redguythere's one more question I would like to ask. How are menu entries managed in ubuntu? It seems that the "menu" debian package only manages the Debian tree of the menu. How are menu items supposed to be added in the gnome or kde menus?01:12
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== raphink-pbook [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
LaserJockredguy: the freedesktop.org standard .desktop files are used by gnome and kde01:13
redguyhmm, so "menu" is deprecated?01:14
LaserJockredguy: basically, yeah01:14
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
sivangredguy: if you drop a .desktop complaient file under /usr/share/applications it will appear in the menu accoording to the catagories you specified.01:16
redguythanks guys01:25
=== theCore [n=alex@Toronto-HSE-ppp3785508.sympatico.ca] has joined #ubuntu-motu
Specsivang: how goes home-user-backup? ;)01:36
sivangSpec: fine, will be uploading a package soon, so you could join me and help. and I do need help :)01:37
Specwhat language are we dealing with?01:38
sivangSpec: python01:38
Specoh thank god01:38
sivangSpec: http://mercury.linuxguru.net/~sivan/upbackup--main/01:38
Specthat's the only language i can program half-decently, but even then, i'm not that good of a programmer01:38
sivangSpec: branch it, as I don't update the working tree there01:38
sivangSpec: how much experience do you have?01:38
Specprobably not enough to be all that much of a useful asset01:38
Speci've been to pycon a few times01:38
SpecCan't say I've ever used bzr though :p01:39
sivangSpec: well, any other good experience is okay. I didn't know python bottom-up , but being long time pro0grammer I just got addicted for the batteries included and how easy is to do certain stuff in python01:39
sivangSpec: the complex parts, are ofcourse possilbe, if however take a little longer.01:40
sivangSpec: bzr is so cool and easy.01:40
sivangSpec: http://bazaar-vcs.org/IntroductionToBzr01:40
Speci've heard01:40
Specbut isn't merging branches a bitch?01:41
sivangSpec: depends :)01:41
ajmitchno, it's rather simple usually01:41
sivangit's very simple by UI, and it helps if you know around yoru code01:41
sivang(for resolving conflicts etc)01:42
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
Specbut if three people are working on three branches and do, let's say, 3 weeks of work each, then merge it all together...it's still easy?01:42
ajmitchSpec: you can never remove the need for developers to communicate01:44
Specah, okay :p01:45
sivangSpec: if they don't break one another's work yes, and if they make sure to pull from each other before cotninue work01:45
Specso, bzr branch <url>01:45
ajmitchno system can solve stupidity :)01:45
sivangajmitch: indeed :)01:45
Specthat seems pretty complex :p01:45
LaserJockajmitch: darn :(01:45
sivangSpec: think in O(n^n) ;-)01:45
ajmitchLaserJock: I wish bzr would write code for me too..01:46
Specyeah, ...why does't it?01:46
=== ajmitch will bbl
Specerr, i'm getting an error sivang01:50
Specbzr: ERROR: Error retrieving http://mercury.linuxguru.net/~sivan/upbackup--main/.bzr/revision-store/49/sivan%40ubuntu-20060111153425-0658effc5cefdb6e: <urlopen error (-2, 'Name or service not known')>01:50
Specalthough it connects at first, and seems to download some stuff01:51
sivangSpec: ah, soprry, I'm currently updating the branch01:53
sivangSpec: better retry later01:53
sivangSpec: and I'm using the sftp plugin which allows locking01:53
sivangweird that it gives that sort of message01:53
Specah, ok01:55
sivangalmost there01:56
sivangloading revisions 168/248 0:01:4301:56
sivangSpec: done, retry01:59
=== pietrus [n=pietrus@c925bcc0.virtua.com.br] has joined #ubuntu-motu
Specso what's the state of this?02:01
Specerr, nevermind, i still get an error02:01
=== tritium [n=michael@ubuntu/member/tritium] has joined #ubuntu-motu
sivangSpec: talk to you tomorrow, sorry, gotta hit bed.02:13
Specyeah, i haven't slept in two days02:13
sivangSpec: oh god, that's not good.02:14
sivangSpec: night!02:14
Specspring break ended02:14
Specwork had to be done :-/02:14
=== bddebian [n=bddebian@71.224.172.103] has joined #ubuntu-motu
=== freeflying-ibook [n=freeflyi@61.190.65.37] has joined #ubuntu-motu
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu
minghuahello MOTUs02:37
bddebianHello minghua02:39
minghuahi bddebian!  see you around quite often recently, coming back for ubuntu work? :-)02:39
Kyralbddebian, I heard you are one of those GNU/Hurd freaks :P02:40
bddebianI should be :-)  Probably not much until Dapper + 1though :-(02:40
bddebianKyral: Aye :-)02:40
Kyralbddebian, I've been wanting to try it on this laptop02:40
bddebianKyral: Not a good idea if you want network support :-)02:41
Kyralbut I heard laptop support for it is where Linux was 10 years ago :P02:41
KyralI'm about to try GNU/Solaris (Nexenta)02:41
bddebianCool, I was looking at that02:42
KyralI'll let you know how it goes02:42
KyralI mean I think my wireless card is gonna be a PAIN02:42
Kyralit uses the ACX drivers02:42
=== irvin [n=vx@ubuntu/member/irvin] has joined #ubuntu-motu
=== crimsun [i=nobody@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu
bddebianHeya crimsun03:09
crimsunheya bddebian03:09
bddebiancrimsun: How well do you know qt-x11-free?03:11
crimsunbddebian: about this well: > <03:12
crimsun(not well)03:12
bddebian:-(03:12
crimsunpackaging or code issue?03:13
bddebianBoth :-)03:13
crimsunick, the worst of both worlds :)03:19
bddebiancrimsun: Well the code issues I can get around.  The build thing, I can't figure out :-(03:19
=== freeflying [n=freeflyi@61.190.65.37] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== minghua goes home. be back later.
tritiumbddebian: it's good to see you again03:25
bddebiantritium: You too brudda03:25
bddebianHow ya been?03:26
tritiumSame old.  You?03:26
bddebianPretty much.  Was busy as shit at work for a while :-(03:26
tritiumI am too.03:27
crimsunyeah, everytime it seems there might be a breather, stuff hits the fan again03:27
crimsun'lo tritium03:27
tritiumhi crimsun :)03:28
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu
bmontyif a package version is "4" and I want to do a rebuild for unmet deps is "4-build1" ok?03:38
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
bddebian4build1 isn't it?03:39
crimsun4build103:39
bmontyok03:39
=== bddebian remembers something, WOW :-)
crimsunof course :)03:39
bmontyno dash since there isn't a package version03:39
bmontyright?03:39
bmontybddebian: you are the man :)03:39
bddebianheh03:39
ajmitchbmonty: no, BddebianIsGod03:50
bddebianNoooooooooooo03:50
=== minghua [n=minghua@69-153-139-36.dsl.hstntx.swbell.net] has joined #ubuntu-motu
bmontyhi minghua04:09
minghuahello bmonty04:15
bmontybrb04:20
=== bmonty [n=bmontgom@ubuntu/member/bmonty] has left #ubuntu-motu ["Leaving"]
Lathiatguys im getting hdd errors in dmesg that says 'ata5' 'ata7' etc04:53
Lathiathow do i find out what disk that actually refers too?04:54
bddebianIsn't that equivalent to hda5, hda7, etc?04:57
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
crimsunwhat do they align to in /sys/block/ ?05:05
Toadstoolgn8 motus05:11
KyralNight MOTUish people05:58
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-36.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== nate_ [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
nate_maybe someone here can help, I'm trying to customize an ubuntu installation CD for creation of a college-specific computer forensics ubuntu distro and I was wondering if anyone knows of any good docs for ubuntu's implementation of d-i and specifically the setup of preseed files?06:25
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
minghuahi nate_, the only preseeding doc I know about is Debian's, and I have no idea if it applys to Ubuntu or not06:31
nate_minghua, i appreciate the reply.  I've been through their docs and found them lacking and was really looking for any of those well-hidden gems of docs some people have in their bookmarks :D06:32
freeflyingnate_: there has doc on wiki for remarster install cd06:33
nate_freeflying, yes, but it doesn't explain the install process or the various preseed file directives06:33
nate_freeflying, except in very general/generic terms06:33
freeflyingnate_: you can use oem preseed06:34
LathiatAnyone know how to get the serial out of a hard drive? sata?06:35
Lathiatin /sys i can find the vendor and model adn everything but not the serial06:35
nate_freeflying, i've looked through it, but it's still not very helpful.  Thank you for trying though06:36
minghuanate_: I assume you know the link http://wiki.debian.org/DebianInstaller/Preseed then06:36
nate_minghua, i can look that over, but i'm really looking for ubuntu's implementation06:37
nate_minghua, i don't know how much they differ06:37
minghuanate_: I don't either06:37
minghuanate_: sorry can't help much06:37
nate_minghua, alas! woe is me! :D06:37
freeflyingnate_: https://wiki.ubuntu.com/InstallCDCustomizationHowTo06:38
nate_freeflying, yeah, working with that already, but I want to understand the installation and the preseed files and whatnot, so my customization isn't haphazard, and so troubleshooting isn't a nightmare06:39
nate_someone on ubuntu-boot pointed me to a VERY useful doc (well, so far): http://archive.ubuntu.com/ubuntu/dists/breezy/main/installer-i386/current/doc/manual/en/06:40
nate_just now06:40
=== minghua [n=minghua@69-153-139-36.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== rajasun [n=maximusp@bb219-75-72-99.singnet.com.sg] has joined #ubuntu-motu
=== Mongoose [n=mongoose@ip68-106-216-206.oc.oc.cox.net] has joined #ubuntu-motu
=== netzmeister [n=netzmeis@p549F3309.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== doko [n=doko@dslb-088-073-092-067.pools.arcor-ip.net] has joined #ubuntu-motu
=== dholbach [n=daniel@i577B0DDA.versanet.de] has joined #ubuntu-motu
dholbachmorning08:52
G0SUBdholbach: good afternoon :)08:52
=== raphink-pbook [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== Mongoose is away: /_\ zzZzZZZZzz
=== lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-motu
=== ptlo [n=senko@83-131-76-112.adsl.net.t-com.hr] has joined #ubuntu-motu
=== Gervystar [n=gervysta@217-133-96-194.b2b.tiscali.it] has joined #ubuntu-motu
=== Spec_ [n=spec@dsl092-151-006.wdc2.dsl.speakeasy.net] has joined #ubuntu-motu
=== Spec [n=spec@dsl092-151-006.wdc2.dsl.speakeasy.net] has joined #ubuntu-motu
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu
zakamehiu all09:58
dolsonhi zakame09:58
zakamehello dolson09:58
freeflyinghey zakame09:58
=== Jobman [n=Jobman@acer4001.rz.ruhr-uni-bochum.de] has joined #ubuntu-motu
zakamehello freeflying , whazup?09:59
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== TMM [n=hp@212.123.212.131] has joined #ubuntu-motu
=== xerxas [n=R67894@AGrenoble-152-1-40-63.w82-122.abo.wanadoo.fr] has joined #ubuntu-motu
=== abelcheung [n=abelcheu@george.kkhotels.co.uk] has joined #ubuntu-motu
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu
=== freetux [n=dapper4@rc137-1-82-233-159-138.fbx.proxad.net] has joined #ubuntu-motu
=== freetux [n=dapper4@rc137-1-82-233-159-138.fbx.proxad.net] has left #ubuntu-motu []
=== abelcheung [n=abelcheu@george.kkhotels.co.uk] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/g0sub] has left #ubuntu-motu []
=== Jobman [n=Jobman@acer4001.rz.ruhr-uni-bochum.de] has joined #ubuntu-motu
ajmitchevening10:53
zakameheya ajmitch10:56
=== ajmitch missed the start of the meeting, though not a lot has been happening :)
dolsonsounds to me like there isn't really a thought to not delaying10:59
dolsonit's more of a "don't worry, the delay is Good" thing10:59
ajmitchyeah11:00
ajmitcheither way we've got a *lot* of work to do on universe11:06
zakameyay11:13
ajmitchheh11:13
=== ealden [n=ealden@203.76.213.221] has joined #ubuntu-motu
JobmanHi, MOTUs. I want to help/contribute. Can anyone tell me how to start?11:19
dholbachhey Jobman - nice to hear! :)11:21
dholbachin the current phase of the release process we are mostly fixing bugs and getting things work11:21
dholbachhttp://launchpad.net/people/motu/+assignedbugs for example is a list of bugs that are assigned to our team11:22
dholbachand there are quite a bunch of packages that are not installable at the moment - we're trying to sort them out as well11:22
dholbachapt-cache -i unmet   might give you an idea11:22
ajmitchdolson: I'm tempted to do the WPA thing myself, since it'd be nice to have :)11:24
ajmitchJobman: help is always welcome :)11:25
nate_yeah, i'd like wpa to be working, i struggled with that for a long time11:25
ajmitchwpa works perfectly fine as-is11:25
ajmitchas long as you know how to set it up11:25
ajmitchthe issue is mainly integrating with NetworkManager, and porting a lot of the NM 0.5 patches to 0.611:26
ajmitchit's not a simple task :)11:26
dolsonajmitch: go for it11:27
dolsonyou got sabdfl's approval11:27
ajmitchhah11:27
=== ajmitch uses WPA exclusively at home
dolson<sabdfl> dolson: ok, well spread the word that a contribution will make it happen11:27
dolsonin case you missed it :D11:27
ajmitchyeah I was reading the meeting11:27
=== ajmitch didn't feel it was necessary to volunteer myself in there :)
dolsonheh11:28
ajmitchplus it's the sort of thing that has to pass mdz's approval for UVF exception, feature freeze exception, etc11:32
ajmitchnot simple11:32
=== nate- [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
nate-dholbach, what was that link to the upgrader?11:35
dholbachhttps://lists.ubuntu.com/archives/ubuntu-devel/2006-January/014700.html11:35
nate-on my laptop now11:35
ajmitchnow the meeting channel turns into a general free-for-all :)11:37
siretartajmitch: you use wpa at home? May I use you as guinea pig? ;)11:37
ajmitchsiretart: sure, what are you planning?11:38
siretartajmitch: we improved integration of wpasupplicant in ifupdown a lot11:38
siretartthis has to be tested11:38
siretartajmitch: http://svn.debian.org/wsvn/pkg-wpa/branches/wpasupplicant-0.5/?rev=0&sc=011:39
siretartthis is our svn of the wpasupplicant-0.5 branch.11:39
nate-i struggled with wpa and never got it configured properly11:39
ajmitchgreat, I'll fetch it11:39
siretartI'm testing this if this works somehow and plan to have it uploaded to experimental as soon as I get it working on my laptop11:39
siretartand if someone else could confirm it works, even better11:39
siretartajmitch: thanks. you help us a lot!11:40
=== ajmitch goes to break his laptop
=== dolson [n=dana@d235-185-252.home1.cgocable.net] has joined #ubuntu-motu
ajmitchchecking out11:40
=== Jobman also uses WPA @ home
dolsonargh11:41
nate-siretart, i can try it out for ya, i'm about to upgrade to dapper, is that neccessary?11:41
dolsonI permanently broke CTRL+L in xchat-gnome apparently11:41
siretartnate-: I don't have any binary packages prepared your, you will have to check out the svn manually and build it yourself in dapper11:41
siretartnate-: the supplicant itself works for me on dapper, but I haven't tested the integration scripts yet11:42
siretartsee the README.modes file11:42
=== DapperDrake [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
nate-siretart, well, just hit me up if you need me to test any of that, just stating i have a guinea-pig system for ya11:43
siretartnate-: cool. that'll be great11:44
ajmitchsiretart: I don't have a current sid setup on my laptop to test in debian11:44
ajmitchtesting in dapper should be adequate for a start?11:45
siretartajmitch: you'll have to rebuild it manually anyway11:45
ajmitchI'm building11:45
siretartI'm just uploading binaries11:45
ajmitchinstall: cannot create regular file `debian/wpasupplicant/etc/wpa_supplicant.conf': No such file or directory11:45
ajmitch*cough*11:45
ajmitchwpasupplicant.dirs?11:46
siretarthttp://siretart.tauware.de/wpasupplicant holds binaries built in a dapper chroot11:46
siretartajmitch: err, huh?11:47
ajmitchsiretart: debian/wpasupplicant/etc wasn't created, so install failed11:47
siretartintersting why it doesnt fail for me.. hmm11:47
ajmitchsiretart: btw if you have time I have a UVF exception report written up for f-spot again11:48
siretartl11:48
siretartajmitch: I'll do that tonight, I need to leave now11:48
ajmitchalright, thanks11:48
siretarthm. I don't think that file should be installed at all, btw11:49
siretartjust comment that install out11:49
siretartcu tonight.11:49
ajmitchok, see you later11:49
=== dolson is now known as dolzzzon
=== ajmitch had better sleep now also, night all
nate-later ajmitch11:50
nate-and siretart11:50
=== GNULinuxer [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== netzmeister [n=netzmeis@p549F3CFC.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
=== LaschW [n=LaschW@dyndsl-085-016-033-017.ewe-ip-backbone.de] has joined #ubuntu-motu
=== LaschW [n=LaschW@dyndsl-085-016-033-017.ewe-ip-backbone.de] has left #ubuntu-motu []
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
=== Yagisan [n=jamie@60-240-209-160.tpgi.com.au] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu
=== GNULinuxer [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== freeflying-ibook [n=freeflyi@61.190.65.37] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== GNULinuxer [i=ghoseb@ubuntu/member/g0sub] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
=== kelmo_lap [n=kel@madwifi/support/kelmo] has joined #ubuntu-motu
kelmo_laphi siretart01:29
kelmo_lapthe handling of "driver_file" in wpasup is kinda annoying me, is its aim to be user configurable? (not admin)01:30
kelmo_lapno, its location rules that out . . .01:30
=== Jobman [n=Jobman@acer4001.rz.ruhr-uni-bochum.de] has joined #ubuntu-motu
=== jinty [n=jinty@97.Red-83-58-116.dynamicIP.rima-tde.net] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Gazer [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu
=== tetris [n=nshoes@213.78.64.97] has joined #ubuntu-motu
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
phanatichi people02:32
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== herzi_x41 [n=herzi@p5483F786.dip.t-dialin.net] has joined #ubuntu-motu
=== Hobbsee__ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Hobbsee__ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== bddebian [n=bddebian@mail.ottens.com] has joined #ubuntu-motu
bddebianHey gang03:18
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
nate_howdy03:30
=== _jason [n=jasonr@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu
=== abelcheung [n=abelcheu@george.kkhotels.co.uk] has joined #ubuntu-motu
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== highvoltage [n=Jono@mtngprs7.mtn.co.za] has joined #ubuntu-motu
=== Jobman [n=Jobman@p508E7F1B.dip.t-dialin.net] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
KyralMorning MOTUish peoples04:28
bddebianHeya Kyral04:28
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
dholbachi just announced a HUG DAY on Friday04:35
dholbachhope you'll all going to be there04:35
=== nate_ cries
=== Kyral hugs dholbach
dholbachso we get up to scratch with Universe again04:36
=== G0SUB will be there dholbach
Kyraloh not that kinda hug lol04:36
dholbachROCK04:36
KyralOh well, I'm not on my main box, but I can traige like crazy04:36
G0SUBdholbach: what's the timing for the Hugs?04:37
dholbachfriday all day04:37
ograG0SUB, 5 per minute if youre good04:37
Kyralyah I haven't been checking my mailing list email04:37
G0SUBfine04:37
Kyralchannel?04:37
nate_what does HUG stand for?04:37
ogra#ubuntu-bugs04:37
Kyralty ogra04:37
G0SUBogra: I will manage 1 per 5 minute :)04:37
ograhehe04:37
KyralI'll go on a  triaging spree like you have never SEEN04:38
ogranate_, its another word for embrace04:38
nate_ogra, wow....04:38
Kyralthere will be no untriaged bugs in LP when I get done with it04:38
ograhaha04:38
=== Kyral pulls out a case of Bawls
Kyralhehehe Caffine :D04:39
ogra#   Unconfirmed  (6858)04:39
ogra# Unassigned (3959)04:39
Kyralyah I'll target those04:40
ograKyral, that would be quite impressive if you'd manage to get it down to zero in one day :)04:40
Kyralogra, that should look good when I go for MOTU lol04:40
Kyral"Reduced the number of untriaged bugs to Zero in one day"04:40
ograhehe, you'd be MOTU HC04:40
KyralHC?04:40
ograhonoris causa :)04:41
Kyral...translation?04:41
Kyral< === Just woke up04:41
ogra(latin and means MOTU by honor)04:41
Kyralah04:41
Kyralactually wait..04:41
KyralI just woke up *looks at his stomach*04:42
Kyralyah thats what the sound was04:42
ograget dressed man !!!04:42
KyralNo I'm dressed04:42
ograheh04:42
=== Kyral goes to download a current LiveISO
Kyral..good god cdimage is slow...04:44
bddebianYes :-(04:46
KyralDoes Kernel.org mirror us yet?04:46
KyralI know I get awesome speeds from Kernel.org04:47
KyralActually....whats that Debian program that determines the fastest mirror for you? Apt-Spy?04:48
=== mat|work [n=mat@igoan/mat] has joined #ubuntu-motu
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== mkrufky [n=mk@68.160.103.77] has left #ubuntu-motu []
Kyralhmm04:55
Kyralwe could easily adapt apt-spy to work with Ubuntu04:55
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== crimsun [i=nobody@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu
=== mkrufky [n=mk@68.160.103.77] has joined #ubuntu-motu
=== Natja [n=lionel@st-209-250.student.fundp.ac.be] has joined #ubuntu-motu
=== Yagisan [n=jamie@60-240-209-160.tpgi.com.au] has left #ubuntu-motu []
=== Toadstool [n=jcorbier@maisel-gw.enst-bretagne.fr] has joined #ubuntu-motu
JobmanI think I've fixed at least one unmet dep (enigmail-locales). So what sould I do next? Upload to REVU?05:12
nate_do you need to get permission from the developers of a package to maintain a package of it?05:13
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
phanaticnate_: no, but it's good to let them know, that you're working on it05:14
phanatichey LaserJock05:14
LaserJockhi phanatic05:15
LaserJockYeah for a HUG Day!05:15
nate_phanatic, and how do i go about applying to have a package added to the repos??  I'm really surprised it isn't actually05:16
G0SUBLaserJock: :)05:16
LaserJockG0SUB: I sent the list (with a few deletions) of science related apps to the lp admins so that the MOTU Science team will be added to the initial bug contact list05:17
phanaticnate_: do you mean getting permission from upstream? or ubuntu devs?05:17
G0SUBLaserJock: oh, that's great05:17
nate_phanatic, ubuntu devs i suppose, i'd like to see it in breezy05:18
phanaticnate_: there is no way to include a package in breezy05:18
hubslomo: what di you change to autopano-sift?05:18
LaserJocknate_: what is the package? It won't be in breezy and it probably can't make Dapper either05:18
phanaticits development cycle has closed05:18
slomohub: it's using gtk#2 now05:18
nate_LaserJock, pyflag05:19
hubslomo: ah ok05:19
slomohub: just some Makefile patching05:19
hubslomo: okay05:19
tsengbddebian: hows it going05:19
bddebianBusy man, you?05:19
hubslomo: I thought there was another bug05:19
tsengbusy05:19
tsengbut less than you, I guess05:19
nate_LaserJock, ubuntu has all the dependencies and there is a package that has already been made by the pyflag people that works just fine05:20
LaserJocknate_: nobody has put it on the Candidates list (https://wiki.ubuntu.com/MOTU/Packages/Candidates)05:20
nate_hrm05:20
LaserJocknate_: and I don't see anything on REVU05:21
netzmeisterhello MOTU's05:21
netzmeister;-)05:21
phanatichi netzmeister05:21
nate_LaserJock, so....how can I go about getting it added?05:21
LaserJocknabend? netzmeister05:21
LaserJocknate_: add it to that wiki page05:21
phanaticnate_: can you package it? or you need someone to get it packaged?05:21
netzmeisterhi phanatic, hi LaserJock05:22
netzmeisterhi slomo :-)05:22
nate_phanatic, i can package it05:22
slomohi netzmeister05:22
crimsunnate_: follow the instructions on https://wiki.ubuntu.com/MOTU/Packages/New05:22
phanaticexactly :)05:23
LaserJockcrimsun: ah, yeah. good page05:23
natrollkk, got my own name now :)05:27
phanaticnatroll: :)05:27
natrollso it's too late to add a package to breezy or have it added to dapper?05:32
bddebianhmm :-)05:32
natrollso i would have to wait until the next release?05:32
crimsunnatroll: quite possibly [even with the probable 6-wk delay] 05:33
crimsunnatroll: the packaging work can be done anytime05:33
natrollcrimsun, that doesn't seem right...but what do i know.  i suppose it could conflict with something and make testing a nightmare05:34
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
crimsunnatroll: well, you can't add anything to breezy period; it froze almost 5 months ago05:34
natrollwow, didn't even know that05:35
crimsunnatroll: dapper is possible but fairly improbable05:35
natrollwhat would make it more probable?05:36
LaserJocknatroll: Dapper hasn't been released yet05:36
natrollLaserJock, I know, but I'm wondering how to increase the chances of it being included05:36
LaserJocknatroll: you would need to do an exception report as to why it is absolutely needed05:37
LaserJocknatroll: and then it would have to be approved05:37
=== JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
natrollLaserJock, hmmm05:38
natrollwhat do you guys think about including a 'computer forensics' side to ubuntu?05:39
natrollmaybe in the next release05:39
natroll(not dapper)05:39
natrolltools like sleuthkit and autopsy are already included.  throw in pyflag and it's pretty well on it's way to being able to do most tasks05:40
=== _trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
=== thierry [n=thierry@modemcable108.90-81-70.mc.videotron.ca] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
LaserJocknatroll: sounds cool05:41
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
natrollwell, that's what I want to move towards05:47
natrolland pyflag is the first step05:47
natrollso i need to file an exception report apparently?05:48
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
LaserJocknatroll: well, to be honest I don't know how good the chances would be. We have had a Feature Freeze ( when we stop added totally new packages) since 23rd of Feburary.05:51
natrollahhh poo05:51
natrollwho would i talk to about that?05:51
LaserJocknatroll: well, you need a package first05:51
LaserJocknatroll: and then you can write a report and probably send it to the ubuntu-motu mailing list05:52
LaserJocknatroll: probably the best bet is to shoot for Dapper+1 and then see if it is backport material05:53
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
natrollLaserJock, hmmm, while i'd like to, maybe i'll do it this summer.05:56
=== Mr [n=wes@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu-motu
Mri would like to fix bugs05:56
LaserJocknatroll: sometimes it takes a while to get a suitable source package made. https://wiki.ubuntu.com/DapperReleaseSchedule has the Dapper release schedule05:56
LaserJocknatroll: we are close to the end there05:57
natrollLaserJock, I would be making the package myself, and hopefully be the maintainer05:57
LaserJocknatroll: but you are welcome to work on the package at any time. REVU will be really good to get feedback05:57
=== MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu
LaserJockMr_Spiff: good. You might check out https://wiki.ubuntu.com/HelpingWithBugs for bug squashing info05:59
crimsunnatroll: (primary maintainer? We don't own packages by ourselves in Ubuntu.)05:59
natrollcrimsun, yeah06:00
natrollcrimsun, is that so? how does it work?06:00
crimsunnatroll: all of MOTU maintains universe and multiverse06:00
crimsunwe have primary points of contact for certain packages, of course, but any MOTU can make changes to any package in universe & multiverse06:00
natrollso i need to be in the MOTU to create and maintain the package?06:01
LaserJocknatroll: you can also try to get your package into Debian (where they have maintainership)06:02
crimsunno, only to upload06:02
natrollhrm06:02
LaserJocknatroll: Universe/Multiverse are community maintained which means anybody can send in a patch. But only a certain group (the MOTUs) can actually upload to the repos.06:03
natrollok, well i'll work on that package today06:04
LaserJocknatroll: cool, just make sure to make source packages so you can upload it to REVU06:05
natrollLaserJock, what is REVU?06:06
natrollsomething upstream06:06
LaserJocknatroll: REVU is a special server used by the MOTU to review community submitted packages06:06
natrolloh, ok06:06
LaserJockhttps://wiki.ubuntu.com/MOTU/Packages/REVU has more info06:06
natrollthanks :D06:07
LaserJocknatroll: np06:07
natrolli'm gonna take a break, i'll be back in a while06:08
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
LaserJockGloubiboulga: ah, your here ;-)06:10
GloubiboulgaLaserJock, yes :)06:11
LaserJockGloubiboulga: I uploaded build2 for supercollider the other day06:11
GloubiboulgaI've seen this, thanks LaserJock06:11
LaserJockGloubiboulga: there were some scons issues that prevented it from building06:12
Gloubiboulgaah...06:12
Gloubiboulgawhat can/should I do?06:12
LaserJockGloubiboulga: those got fixed last night but supercollider doesn't seem to like 64 bit archs06:12
GloubiboulgaLaserJock, yes, it's specified in the debian/control file IIRC06:13
LaserJockGloubiboulga: to not build on 64 bit ?06:13
GloubiboulgaI'm looking in the sources06:13
ograsources ?06:14
ogramicrosource ?06:14
Gloubiboulga'' is just next to the <enter> key on my keyboard ogra :)06:14
ograheh06:14
LaserJockGloubiboulga: ok, I see some are i386 ppc but others are any and all06:15
=== ogra wouldnt even know where his '' is on the ibook keyboard
GloubiboulgaLaserJock, yes, `supercollider' is i386 and ppc06:16
LaserJockhmm, having a  '' would be pretty cool for me as a scientist06:16
=== jinty [n=jinty@135.Red-80-37-34.staticIP.rima-tde.net] has joined #ubuntu-motu
=== rave_ [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
GloubiboulgaLaserJock, it's a belgian keyboard06:18
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu
GloubiboulgaI can find one for you if you want ;)06:19
desrtogra, laserjock; compose u /06:19
LaserJockGloubiboulga: ok, well I'm not really sure about what it exactly going on with supercollider06:19
ogradesrt, and where is my compose key on a de-nodeadkeys keymap ? :)06:20
desrtogra; that's your problem :)06:20
ograheh06:20
bddebianAnyone know if there is some way for me to disable ACPI on a server install?06:20
LaserJockwhat's a compose key?06:20
desrtogra; good choice might be your right meta key06:20
ogranodeadkeys disables compose :)06:20
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
ograyou have to explicitly set it ... but i'm a lazy bastard06:20
desrtLaserJock; lets you combine 2 characters06:20
=== Lure [n=admin@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
desrtLaserJock; like <compose> <"> <o> = 06:21
desrtor <compose> <u> </> = 06:21
Mr_Spiffdo you guys do development in a chroot06:21
Mr_Spiffor xen or something?06:22
LaserJockMr_Spiff: depends06:22
LaserJockMr_Spiff: what do you mean by development?06:22
Mr_Spiffwell say you've got a bug in firefox06:22
Mr_Spiffdo you use the latest builds of everything06:22
LaserJockwe generally run Dapper (or at least have a Dapper chroot) if that is what you mean06:23
Mr_Spiffyeah so you run dapper on your dev machine?06:24
LaserJockwell, I've run soley dapper for quite a few months but lots of people just have a dev machine06:25
=== meborc [n=meborc@HOST.102.128.ixos.de] has joined #ubuntu-motu
Mr_SpiffOK cool06:27
=== barsanuphe [n=barsanup@gra33-1-82-230-167-70.fbx.proxad.net] has joined #ubuntu-motu
=== meborc [n=meborc@HOST.102.128.ixos.de] has left #ubuntu-motu []
LaserJockMr_Spiff: but right now I do most of my packaging work in a dapper chroot on a sarge box06:28
Mr_Spiffstrange, why not eat your own dogfood?06:28
=== barsanuphe [n=barsanup@gra33-1-82-230-167-70.fbx.proxad.net] has left #ubuntu-motu ["Leaving"]
LaserJockMr_Spiff: well, on that box I need a 2.4 kernel so...06:29
Mr_Spiffjust curious!  so dapper probably won't hose my system?06:30
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
LaserJockMr_Spiff: shouldn't but it is still a development release so you use it at your own risk ;-)06:31
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
LaserJockMr_Spiff: but if you want to work with bugs it is helpful to at least have a dapper chroot06:31
Tonio_hi06:32
Gloubiboulgahello Tonio_06:32
Tonio_Gloubiboulga: still no news for *netswitch ?06:33
GloubiboulgaLaserJock, there's no amd64 package in debian for supercollider...06:33
GloubiboulgaTonio_, Kamion should have a look at those packages soon06:34
Mr_Spifflaser: i'm a student, i'll just dist-upgrade :D06:34
Tonio_Gloubiboulga: nice thanks ;)06:34
LaserJockMr_Spiff: cool06:36
LaserJockGloubiboulga: but is that because it is just allowed to fail or is it not even tried?06:37
Gloubiboulgaaccording to the BTS, they tried to build it on amd64 but it failed06:38
GloubiboulgaI'd like to test this but I only have an x8606:39
Mr_Spiffi'll test it06:39
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu
GloubiboulgaMr_Spiff, thanks :)06:39
LaserJockGloubiboulga: infinity told me that it looked to him like if the warnings in the i386 build were fixed the 64 bit stuff might work06:40
=== ompaul [n=ompaul@ubuntu/member/ompaul] has joined #ubuntu-motu
=== Gloubiboulga is rebuilding the package to see the warnings
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
LaserJockGloubiboulga: you can also look on Launchpad06:43
Gloubiboulgaright06:44
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
GloubiboulgaLaserJock, http://lists.debian.org/debian-amd64/2005/12/msg00281.html06:49
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
LaserJockGloubiboulga: interesting. Well, as long as we are in a similar situation to Debian.06:54
=== lfittl [n=lfittl@83-65-245-74.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
JobmanI think I've fixed  an unmet dep (enigmail-locales). So what sould I do next? Upload it to REVU?07:01
crimsunJobman: no, generate a debdiff and attach it to the malone bug07:01
=== highvoltage [n=Jono@ubuntu/member/highvoltage] has left #ubuntu-motu []
Kyralword of warning no talky in the current meeting in #ubuntu-meeting or else you get this wierd voice ban thing07:03
crimsun+q ?07:03
crimsunaka muzzle?07:03
Kyralno it was a % ban07:03
crimsunyes, that's +q07:03
Kyralah07:04
Kyralmeh all I did was lol'd at one of sabdfl's jokes...07:04
natrolllol07:05
KyralI hope he remembers to remove it later...07:05
natrollok, it wasn't funny07:05
natroll /msg him07:05
KyralI msg'd Seveas with a "sorry.."07:05
tsengget it removed another time07:05
Kyralhai07:05
KyralJust wanna make sure it gets removed eventually...07:06
tsengif someone bans you, its amazingly annoying for them to send you a private message 2 seconds later to have it removed07:06
Kyralno it was jus a "sorry.." sheepish thing07:06
KyralI like to apologize for offenses as soon as I commit them07:06
crimsungod, so many people pushing for wpa (although xsupplicant is complete arse)07:07
Kyralwtf is WPA? I mean I know what it is, but why is it so important07:07
tsengbecause people think wep is insecure07:08
natrollbecause people know wep is insecure07:08
tsengwhich it is, but it leaves the question "does it really matter?"07:08
KyralWhich it is...compared to WPA...but wireless transmission has always been insecure compared to "land-line"07:08
tsengits enough of a deterent to keep war drivers off your net07:08
tsengand unless you are an idiot, you use strong cryptography to send stuff across the network anyway07:09
natrollwpa2 with the largest key possible is actually very difficult to break07:09
tsengwhether you use a wire, or wep, or wpa07:09
tsengencryption to the WAP imo is only useful for detering people from freeloading on your network07:09
Kyralyah, "Law of the Net No.1" Never assume a secure transmission unless you KNOW it07:09
tsengwhich WEP does well enough07:10
Kyralyup07:10
KyralI mean if I'm sending secure data, I'm gonna be using SSH or SSL regardless07:10
tsengexactly.07:10
crimsunI think I'm going to scream at the wpa comments. :)07:10
natrolli know if i went war-driving i'd be looking to practice cracking wep07:10
Amarantheveryone is bitching about wpa :/07:11
KyralI disagree with the college thing07:11
tsengnatroll: really, and then what07:11
AmaranthWEP can't be cracked these days07:11
KyralI mean, all the Wireless AP hotspots on my campus are completely insecured07:11
natrolltseng, nothing, because i'm not evil like that07:11
natrolllol Amaranth, you keep thinking that07:11
Amaranthunless you have old hardware there are no weak packets leaked07:11
Amaranthnatroll: trust me07:11
natrollAmaranth, no thanks07:11
Amaranthonly old or crappy hardware gives you what you need to break WEP07:12
Amaranthotherwise you have to bruteforce07:12
KyralHas the suggestion that April 20th be used as the release for the Release Candidate been raised yet?07:12
natrollok, you depend on that then Amaranth07:12
crimsunI don't think people have any idea how much EXTRA work will have to be done to push both wpasupplicant and n-m into shape07:12
Amaranthnatroll: if i'm using wireless i don't expect anything to be secure07:13
Amaranthnatroll: i meant for keeping people from joining your network07:13
tsengi dont expect anything to be secure if im plugged into a switch07:13
tsengw/o ssl07:13
=== yosch [n=yosch@clrglop216.in2p3.fr] has joined #ubuntu-motu
natrolllol07:13
tsengAmaranth++;07:13
Kyralanyone?07:13
Amaranthanyway, i gotta catch a ride07:14
natrollAmaranth, yeah, WEP functions as a deterrant for your average user, which I'm sure i'm surrounded by07:14
Amaranthhopefully the meeting won't be over when i get back07:14
crimsunKyral: place it on the wiki?07:14
Amaranthnatroll: it stops the smart people too07:14
Amaranthnatroll: unless you have bad/old hardware07:14
=== Kyral falls down
Amaranthnatroll: there are no weak packets/ivs to work with07:14
Kyralnevermidn I'll keep quiet07:14
Amaranthnatroll: i can scan a network for hours and only get 12 of them07:15
=== JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
natrollAmaranth, there are techniques to generate traffic on those networks to get more weak packets07:15
tsenghe wasnt talking about level of traffic07:15
tsenghe was talking about fixing weaknesses in early wep07:16
tsengthis is getting pretty boring, and off topic07:16
Mr_Spiffregardless WPA is obviously preferred at colleges ;)07:16
=== raptoid [n=raptoid@85.99.64.113] has joined #ubuntu-motu
tsengif you want encryption07:16
tsenguse ssh/ssl07:16
natrollthe weaknesses still exist.  Well, according to my network security instructor who goes to SANS every year07:16
crimsunwpa2 is preferable, but I am NOT a fan of the extra amount of work that MUST occur over and beyond what already needs to be done07:17
natrolli'm not saying the implementation hasn't improved07:17
natrollcrimsun, indeed, ideally we need some sort of authentication with generated keys, similar to vpn connections and whatnot07:17
Mr_Spiffthis is strange, of course everyone has a package or fix they'd love to get into the new ubuntu07:18
=== natroll has one....*cries*
=== _nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu
Mr_Spiffi mean of course *buntu maintainers care about *07:19
natrollha07:19
tsengyou can use rotating keys with wep and 802.1x07:19
tsengbackended to radius07:19
Mr_Spifftseng: i believe you that wep can be secure ;)07:20
natrollyeah, that again just makes it more difficult, but i've heard reports (even recently) of it being broken in less than 10 minutes using a variety of packet generation techniques07:20
Kyralanyone yhat msg'd Seveas...heck I can't even talk07:20
crimsun(yes you can, but not in there right now)07:21
Kyralyah I forgot Seveas was here *red face*07:22
Mr_Spiffwho are mdz, seveas and sabdfl?07:23
Kyralsabdfl == Mark Shuttleworth07:23
crimsunMr_Spiff: /whois them07:24
crimsunall of us are supposed to have contact info in our /whois07:24
KyralIs it open floor now?07:25
Seveasmdz == CTO, sabdfl == CEO, /me == CIO07:25
=== LaserJock [n=laserjoc@ubuntu/member/laserjock] has joined #ubuntu-motu
Mr_Spiffty07:26
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
Mr_Spiffwhat's "TB"07:32
crimsuntechnical board07:32
hubhello world07:33
hubmdz is cto? I didn't know07:34
Mr_Spiffholy crap this meeting is hard to follow07:34
KyralWelcome to Ubuntu Meetings lol07:34
crimsunit's because everyone's blurting $random07:34
LaserJockoh, a meeting is on?07:35
Kyralyah the meeting to discuss the 6 week delay07:35
Mr_Spiffcat /dev/urandom | ircii07:35
Kyrallol07:35
=== greenpenguin13 [n=joseph@user-2322.l3.c3.dsl.pol.co.uk] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
ajmitchmorning all07:37
crimsun'lo ajmitch07:37
greenpenguin13pineapple ajmitch07:38
LaserJockhi ajmitch07:38
bddebianHeya ajmitch07:39
=== netzmeister [n=netzmeis@p549FA4F2.dip0.t-ipconnect.de] has joined #ubuntu-motu
Mr_Spiffwow i'd like to see a spec meeting for dapper+1 :)07:39
crimsuna.k.a. nightmare07:40
Kyrallol07:40
crimsun(personally, a 6-wk delay should be considered only if no additional features -- not wpa, not n-m, etc. -- are considered)07:42
Mr_Spiffyeah i gathered that, and its my first day07:43
Mr_Spiffi hate the word polish thuogh07:44
Mr_Spiffespecially when its applied to correcting blatant programming errors07:44
crimsundiction aside, having managed software projects, it is incredible that n-m is even being considered in the timespan07:45
natrolli always think it say polish, as in poland07:45
LaserJockand I always get confuse it with people from a certain eastern European contru ;-)07:45
netzmeisterwow, in ubuntu-meeting starts a party :-D07:45
KyralActually...didn't sabdfl say he needed to go soon?07:46
ajmitchcrimsun: don't worry, there are also users who say that Xgl is *the* most important feature07:46
Mr_Spiffwhat's xgl?07:46
ajmitchcrack07:47
KyralEyecandy07:47
hubcrack07:47
hubaixgl is eyecandy07:47
Mr_Spiffgoogle...07:47
Kyralbasically07:47
hub:-)07:47
Mr_Spifflooks sexy07:47
KyralPersonally I just use XCompmgr07:47
hubKyral: not really related07:47
Kyraleyecandy :P07:47
Amaranthxcompmgr is buggy07:48
Amaranthand doesn't use gl07:48
KyralNot as buggy as XGL07:48
Kyraland doesn't require a seperate XServer...07:48
natrollcheck out kororaa07:48
natrollliveCD that uses xgl with comp07:49
KyralDidn't DW have an interview with them?07:49
natrolli dunno, but i just tried it last night and it works slick with my nvidia 680007:49
=== Kyral shrugs
natrollvery pretty to have a video playing between desktops while using transparency07:50
Mr_Spiffwhy would you want a video projected on a cube?07:51
natrollno reason but to exploit the capabilities07:52
natrolltbh it's all about eye candy07:52
=== fredix [n=fredix@169.66.97-84.rev.gaoland.net] has joined #ubuntu-motu
Mr_Spiffnethack-on-a-cube07:54
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== trulux_ [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
LaserJockhmm, so is there anything we could ask for that would be helpful for a Dapper+1 that is 6 weeks shorter?07:55
crimsunit likely wouldn't be 6 weeks shorter07:56
crimsun(https://wiki.ubuntu.com/DapperDelayMeetingSummary)07:57
LaserJockthat is what they are leaning towards right now?07:57
ajmitchwho knows?07:57
LaserJockI was just trying to think about things (especially in LP) that might streamline our work07:58
natrollLaserJock, sick days and lots of coffee?07:59
LaserJocklol08:00
Mr_Spiffwhat's the CC?08:00
natrollwhats CC?08:00
crimsuncommunity council08:00
natrollTB = technical board, ahhhh08:00
Mr_Spiffusers group?08:00
crimsunplease see http://www.ubuntu.com/community/processes08:01
=== ajmitch notices we've got some meeting overflow into here this morning.
crimsun(scroll to the bottom)08:01
natrollCC = Communist Comrades? ;-)08:01
Mr_Spiffty crimsun08:01
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu
hubwhat will be the name of dapper + 1?08:03
hubjust curious08:03
natrollEdgy Echidna08:03
natrolli dunno08:03
natrollsomeone said Edgy Elephant08:03
LaserJockI didn't think that has been decided yet08:03
natrollI thought Early Echidna would be funny08:03
natrollit's anything but early08:03
minghuahi LaserJock08:03
LaserJockhi minghua08:04
ajmitchhi minghua08:04
natrollhi LingHock08:04
minghuaLaserJock and ajmitch: I am going to apply for MOTU on today's TB meeting, will you show up and give me some support? :-)08:05
ajmitchminghua: when is the meeting?08:06
ajmitchah, just under an hour08:06
minghuaajmitch: 20:00 UTC08:06
=== ajmitch should be able to make it
minghuayes, in one hour08:06
natrollwhat time did this meeting start?08:06
ajmitchcurrent meeting started at 18:00 UTC08:06
ajmitchminghua: I suppose you've done enough by now for MOTU :)08:07
natrollummm, what time is it now UTC?08:07
ajmitchTue Mar 14 19:07:40 UTC 200608:07
minghuaajmitch: thanks, hope the TB feels the same way :-)08:08
crimsunminghua: good use of emphasis on your wiki page08:10
crimsunthat should help speed some questions regarding Debian & Ubuntu work08:10
minghuacrimsun: I should thank another MOTU for the emphasis, he suggested it, but I can't remember who that is now :-(08:11
LaserJockminghua: unfortunately I can't make it08:11
LaserJockminghua: I have to take a prospective grad student to lunch today08:11
minghuaLaserJock: no problem08:11
crimsunI've uploaded packages; I can be present08:11
LaserJockwell, it really stinks cause I think raphink is going to try for core-dev today08:12
minghuacrimsun: yeah, most of my scim related uploads are through you :-)08:12
crimsunLaserJock: ah yes, it's that time of the year again, heh08:12
ajmitchminghua: yes, it's better to get people who've sponsored you rather than random people like me who are clueless08:12
minghuaajmitch: oh sure, I just thought you've reviewed my patch before08:13
=== lucas clueless too
minghuaajmitch: but if you can't evaluate my work, I of course won't insist08:13
LaserJockminghua: I don't think you'll have much of a problem. Thanks for the MOTUScience plug btw ;-)08:15
ajmitchminghua: I've looked at some patches08:15
=== greenpenguin13 [n=joseph@user-3418.lns4-c11.dsl.pol.co.uk] has joined #ubuntu-motu
minghuaLaserJock: yeah, I really think MOTUScience is an important team, although I haven't done much for it (yet) :-)08:16
=== Gazer [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu
LaserJockminghua: well, I've been mostly doing organizational work so far. Dapper+1 is really a chance for the team to shine so I hope you can do more then.08:17
minghuaLaserJock: I hope so, too08:18
LaserJockminghua: when you are a MOTU that would make 3 MOTUs for the team, which should help08:19
LaserJockminghua: btw, I dropped the tex section in favor of electronics for the MOTU Science package list08:21
LaserJockminghua: and then I added a misc list with the tex packages that would be interesting for scientists and science related apps from other sections08:22
LaserJockminghua: so now we have math, science, electronics, and misc08:22
minghuaLaserJock: ah good.  did you send a mail to our list about this change?08:23
LaserJockI will today08:23
LaserJockI need to start getting people pumped up for Dapper+108:23
minghuaLaserJock: I think our list needs more traffic ;-)08:23
LaserJockI agree, and that is my fault08:23
LaserJockI'm just not much of an emailer. I prefer this channel for all my communication ;-)08:23
LaserJockminghua: I also got a LP admin to add the motuscience LP team to the initial bug contact list for all the packages (419 total)08:24
netzmeisterre08:25
minghuaLaserJock: oh, okay.  I assume I don't need to worry about low list traffic from now on, then...08:25
ajmitchgreat, I've got *some* of the new computer parts I need08:26
LaserJockminghua: actually, I haven't seen that many bugs for the science related packages. I think that is another thing to work on08:26
LaserJockminghua: I don't think they are getting tested very much08:26
LaserJockminghua: I was thinking of posting something on the forums to get people to test packages for the Bug Day08:27
LaserJockbbl08:27
crimsunyou need people to use them (high school, college/university) first08:27
LaserJockcrimsun: honestly we need people to file bugs and not just go "oh well, guess I'll try something else"08:28
minghuaLaserJock: I agree, they definitely aren't tested enough08:28
minghuaor not reported as you said08:29
crimsunit's unfortunate that many people will just shrug and move on08:29
LaserJockbut I think if I call for some testing and give some wiki pages for bug reporting it might help at least08:29
LaserJockespecially if I say that we will try to address them08:29
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
minghuaok, I've updated my wiki page to add the recent work08:31
natrollso should I be creating any new packages in dapper?08:32
crimsunyes, though keep in mind it'll be easier to target them for dapper+108:32
natrollcrimsun, which would change my package creation how? (sorry, I just don't know)08:33
crimsunnatroll: it wouldn't08:33
=== Mr_Spiff [n=wes@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu-motu
crimsunnatroll: aside from the simple adjustment in debian/changelog08:34
natrollcrimsun, ok, i'll be back in a bit with my piece of ju...errr package ;D08:34
=== Erlang [i=neumann@toronto-HSE-ppp4000837.sympatico.ca] has joined #ubuntu-motu
=== Mr_Spiff [n=wes@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== tritium [n=rimbert@ubuntu/member/tritium] has joined #ubuntu-motu
=== Erlang [i=neumann@toronto-HSE-ppp4000837.sympatico.ca] has joined #ubuntu-motu
natrollmaybe i should be hittin up you guys, i can't download from http://us.archive.ubuntu.com/ubuntu/dists/dapper/universe/08:49
ajmitchwhy do you think we'd be able to do anything? :)08:51
natrollyou guys can upload? :D08:51
ajmitchand?08:51
natrollmaybe it's syncing?08:51
crimsunwhat are you trying to download?08:51
ajmitchuploads are done to a different server, processed through launchpad08:51
natrollhttp://us.archive.ubuntu.com/ubuntu/dists/dapper/universe/source/Sources.gz08:51
crimsun(use a.u.c)08:52
ajmitch& what problems do you get?08:52
natrolldownload won't start08:52
NafalloI can wget it fine.08:52
natrollfirst dist-upgrade failed08:52
ajmitchsounds more like a network problem on your end, if the rest of us can get it fine08:52
natrollthen downloading the individual package through firefox failed to start08:52
ajmitchhello Nafallo !08:53
Nafalloajmitch: hi there :-)08:53
natrollheh, i just did two upgrades from the same mirror today08:53
ajmitchNafallo: https://launchpad.net/distros/ubuntu/+source/f-spot/+bug/516408:53
Ubugtumalone bug 5164 in f-spot "F-Spot crashes on startup after photos.db is created" [Normal,Needs info] 08:53
bddebianDo we have a wiki page on creating a Repo?  Not LocalAptRepo but a full blown repo??08:53
ajmitchNafallo: give me info!08:53
ajmitchNafallo: if it's not already fixed I suspect it will be with the next upload once I finish migration code :)08:54
Nafalloajmitch: hmm, right now it doesn't even start :-P. -mono :-)08:55
ajmitchexplain08:56
natrollhrm, now it's working...08:59
Nafalloyea, it was probably syncing...09:01
Nafallotry multiple times before asking please :-)09:01
natrolli did, just not with a period of waiting between it.....now it's flaking out and download has ground to a halt09:02
natrollmy network connection is bein flaky, i'll be back in a bit09:04
=== netzmeister [n=netzmeis@p549FA4F2.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu
crimsuncongrats raphink :)09:23
minghuayeah, congrats raphink09:24
raphinkthanks :)09:24
Gloubiboulgabravo raphink ;)09:24
raphinkhehe :)09:25
dolzzzoncongrats raphink09:25
dolzzzonI'm still catching up in the logs09:25
=== mister_spiff [n=wes@CPE00119519e2fb-CM0012c90d04fc.cpe.net.cable.rogers.com] has joined #ubuntu-motu
dolsoncripes, people can't read09:27
nlindbladevening masters!09:28
dolsonhi nlindblad09:28
Nafallowhy isn't libogre5c2a in the dapper archives?09:33
Mithrandirhiya Nafallo09:34
lfittlNafallo: it could be in binary NEW09:35
NafalloMithrandir: hi there! *hug*09:35
Nafallolfittl: yea, my thought aswell.09:35
MithrandirNafallo: long time no see, you've been busy?09:35
crimsuncongrats minghua09:35
dolsoncongrats minghua :)09:35
minghuathanks crimsun and dolson!09:36
=== crimsun scurries off to a department meeting
NafalloMithrandir: yea, new work and stuff like that. now I'm sick, so finally some quality IRC-time ;-).09:38
Mithrandirhaha. :-)09:38
MithrandirNafallo: how's gothcat?09:38
Nafallosick aswell ;-)09:38
Mithrandiroh well, apart from that?09:38
ajmitchminghua: ah sorry I wasn't there to support you, was on phone :) welcome anyway09:39
minghuaajmitch: no problem, and thanks :-)09:39
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== gouchi [n=Doudou@ASt-Lambert-153-1-78-60.w83-204.abo.wanadoo.fr] has joined #ubuntu-motu
=== Spec [n=spec@dsl092-151-006.wdc2.dsl.speakeasy.net] has joined #ubuntu-motu
SpecHow went the second meeting?10:24
=== gouchi [n=Doudou@ASt-Lambert-153-1-78-60.w83-204.abo.wanadoo.fr] has left #ubuntu-motu []
=== dolson [n=dana@d235-185-252.home1.cgocable.net] has joined #ubuntu-motu
slomoSpec: what do you mean?10:44
KyralThe second meeting to discuss the delay for Dapper10:45
SpecI attended the 4 am one10:46
SpecWhen can we expect a final decision?10:46
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
Kyralyah, sabdfl held another one at 1 PM EST10:46
Kyralfor us who DON'T want to wakeup early10:46
dolsonor those of us who go to bed late10:46
Kyralthat too10:47
dolsonwait, that makes no sense for me10:47
Kyrallol10:47
SpecKyral: what? wake up?10:47
dolsonlol, I stayed up through the night10:47
Spec:p10:47
dholbachgood night guys10:47
dolsonnn dholbach10:47
Kyralnight dholbach10:47
Speci stayed up the night before, so i couldn't do two nights awake in a row10:47
Specso i slept all day today :p10:48
slomogn8 dholbach10:48
=== dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu-motu ["Ex-Chat"]
=== djm62 [n=djm62@82-40-136-135.cable.ubr08.uddi.blueyonder.co.uk] has joined #ubuntu-motu
LaserJockok, what did I miss?10:53
ajmitchnot a lot10:53
Tonio_little question10:53
ajmitchjust a lot of talk :)10:53
ajmitchLaserJock: oh and minghua is a MOTU10:53
Tonio_is ubuntu making usage of networkmanager by default actually ?10:53
LaserJockajmitch: how did raphink do?10:53
=== ajmitch can't recall, was on phone at the time
LaserJockI'll have to go check the logs10:54
LaserJockcongrats minghua! That is awesome10:54
ajmitchah, he was approved10:54
dolsonIIRC, raphink was approved10:54
LaserJocknice10:57
LaserJockcongrats raphink!10:58
raphinkthanks LaserJock:)10:58
raphink:D10:58
=== freeflying-ibook [n=freeflyi@61.190.65.37] has joined #ubuntu-motu
minghuaLaserJock: thanks11:08
=== Kyral [n=ubuntu@ubuntu/member/kyral] has joined #ubuntu-motu
Specoo, oo, i wanna be a member, pick me! pick me! :p11:13
mister_spiffwhat is dd11:15
Specd-day? man dd?11:15
bddebianDebian Developer?11:16
=== Kyral [n=ubuntu@ubuntu/member/kyral] has joined #ubuntu-motu
mister_spiffohhh11:16
KyralTime to test Espresso11:17
minghuaAhh, #ubuntu-meeting is locked now, nice move11:19
Kyrallol11:19
Kyralwhat happened?11:19
minghuajust random clueless people coming in and ask about the delay, I suppose11:20
minghuayou'll have to ask Seveas about that11:20
minghuaSeveas did wonderful police work during the TB meeting BTW :-)11:20
Kyrallol as he did during the second "Delay Meeting"11:23
KyralEspresso in progress11:25
Kyral*takes notes on things so he can file bug reports or wishlist reports*11:25
mister_spiffwhats espresso?11:27
KyralThe LiveCD Installer11:27
Kyralwait, what is the status of the feature freeze right now?11:28
crimsun"yes, FF is still in effect"11:28
Kyraldangit11:28
KyralI had a suggestion for Espresso11:29
crimsun(that doesn't mean you can't make one)11:29
Kyralgood point11:29
KyralI'll file them in LP once I'm out of the Live system11:29
=== Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu
SpecHow is Espresso?11:32
SpecDoes it support automagic resizing of ntfs partitions?11:32
KyralDidn't try as I don't have a NTFS partition handy11:33
Specthat's a good thing ^.^11:33
=== minghua wonders what do the translations of espresso look like
KyralI was thinking that if Espresso detects a live Net conn, it should allow you to select which -desktop package to install11:35
Kyralhere goes nothing...REBOOT!11:41
=== koke [n=koke@adsl229-164.unizar.es] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
=== Seveaz [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu

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