/srv/irclogs.ubuntu.com/2006/02/13/#ubuntu-motu.txt

marcin_antanyway our brilliant idea is to create ... 3 packages12:01
ograyoure not allowed to run apt from postinst ... (and it wouldnt work anyway)12:01
Kyralguy on GNOMEFiles asked for feedback on a debpack he made. I think I'll run lintain on it and send him the results :D12:02
marcin_antogra, v-c + v-c-mysql-local + v-c-mysql-remote12:02
ogra v-c-mysql-local || v-c-mysql-remote -> dependency on v-c12:03
marcin_antogra, so then user could first run apt-get install vtiger-crm-mysql-local if he want to install vtiger locally and mysql-server as dependency12:03
marcin_antogra, exactly12:03
ograthat will work ...12:03
marcin_antogra, but then what if user will run apt-get install v-c first?12:03
ograhe can ... but will only have the plain non working frontend12:04
marcin_antaaaah..12:05
ograsee cacti ...12:05
marcin_antso depencency is not v-c -> v-c-mysql-local..... but v-c-mysql-local -> v-c :) ?12:05
ograyup12:05
marcin_antso cacti needs cacti-mysql-local ;)12:06
ograheh12:06
ograother way round ;)12:06
ogracacti-mysql-local needs cacti ...12:06
ograbut cacti can be installed alone and you modify the config manually ...12:07
marcin_antsure but that's not the "debian way" right?12:07
marcin_antor ubuntu - "just works"12:07
ogradunno ... it sounds sane and wont violate the policy ...12:07
raphinkphanatic: in case you didn't recieve the mail, nanoweb is NEW12:08
ograsince cacti-mysql-local will still follow the policy and cacti itself is no DB app that has automatic configuration ...12:08
phanaticraphink: thanks. i didn't receive any mails, just see nanoweb on my launchpad acc12:08
raphinkphanatic: hehe12:09
marcin_antok so.... I will create few packages - v-c-mysql-local - with mysql-server as dependency and with autoconfiguration stuff12:09
raphinkphanatic: which is always nice to see :)12:09
marcin_antso it will get admin password from default maint account in /etc/mysql/debian.cnf12:09
ograyup ... but note that it must be possible to override the autoconfig with a higher debconf priority12:09
marcin_ant100% automagic setup for user12:09
marcin_antand then v-c-mysql-remote that should allow user to define remote host with mysql up and running12:10
phanaticraphink: yeah, now there are two of them :)12:10
ograso admins who dont want autoconfig are able to override12:10
ograyup12:10
raphinkphanatic: :)12:10
marcin_antand finally v-c as just something that will install php/html/jpg/etc. stuff12:11
marcin_antogra, vtiger is pretty weird because they cannot avoid autoconfig to use thins12:11
marcin_antthis12:11
marcin_antogra, because when you just unzip sources to apache directory and try to login to vtiger than it goes to 'install.php' page12:12
marcin_antogra, that examines system settings and then sets up database connection12:13
marcin_antogra, the thing with debian package is that it can only move this magic to debconf12:14
ograsounds like mediawiki ... have a look at that one12:14
marcin_antogra, so if you configure 'connection.php' with some postinst script then this 'install.php' will be filled with these values12:14
raphinkthat was my idea too marcin_ant12:15
raphinkthis install.php thing is annoying12:15
raphinkideally it would have to be launched as root12:15
raphinkbut that can't be done safely12:15
marcin_antraphink, I know that this install.php is annoying but I don't want to modify too much php code12:15
raphinkI totally agree marcin_ant12:16
marcin_antraphink, it's enough to generate connection.php from postinst script12:16
raphinkthat's where this package is kind of a mess12:16
raphinkyes, agreed12:16
marcin_antraphink, then if you got database configured and you got these settings in connection.php12:17
marcin_antraphink, then on install.php you only click "ok" and the only thing you can change is vtiger admin name and password12:17
raphinkyes12:18
raphinkthat's the idea12:18
sistpotywhy don't I get karma for uploading packages? *g*12:18
marcin_antraphink, I got it already but I had to decide what to do with mysql-server12:18
raphinkok12:19
raphinksistpoty: lol12:19
raphinksistpoty: karma is for people who need it, you don't ;)12:19
marcin_antsistpoty, wanna buy my karma ;) ?12:19
sistpotyraphink: hrhr12:19
sistpotymarcin_ant: no, I want my own... maybe I should file a bug against LP *g*12:20
dolsonI love karamel12:20
marcin_antsistpoty, just a joke ;)12:20
sistpotysame here ;)12:20
marcin_antsistpoty, but in fact ppl sell stupid things such as weapon in games... so maybe add 'karma shop' to launchpad ;)12:21
sistpotyoh, maybe I could sell some of my karma on ebay :)12:21
sistpoty100 pts of karma and one free wireless network cable ;)12:22
marcin_antraphink, another thing is that I got problems with this connection.php stuff... my scripts that generate values are ok12:22
raphinkmarcin_ant: one thing that worries me with generating this connection.php stuff from a script is when we'll have to update the package12:23
marcin_antraphink, but when trying to install or reinstall package12:23
raphinkmarcin_ant: are we sure we can still generate this file in the next version of v-c ?12:23
=== ptlo [n=senko@83-131-79-22.adsl.net.t-com.hr] has joined #ubuntu-motu
marcin_antraphink, apt-get says that "Not replacing deleted config file ...../connection.php' and it refuses to regenerate it12:23
marcin_antraphink, anyway I'll try to resolve this12:24
raphinkmarcin_ant: did you add this file as a config file in debian/ ?12:24
sistpotynow a serious question for a difference: worlded is in dep-wait on amd64, but I get no clue from the "buildlog": http://librarian.launchpad.net/1559726/buildlog_ubuntu-dapper-amd64.worlded_0.1.3-7build2.txt.gz12:24
marcin_antraphink, well not12:24
sistpotyreally weird in it is: "sh: /dev/null: Permission denied"12:24
marcin_antraphink, because I got connection.template and I do some magic trick from dbconfig to generate connection.php12:25
marcin_antraphink, I'll try to work on this later12:25
raphinkmarcin_ant: ok12:25
raphinkmarcin_ant: I guess the package builds already?12:25
marcin_antraphink, now I want to try this mysql-server things12:25
raphinkmarcin_ant: upload it to REVU now imo12:26
raphinkso we can begin to have a look at some stuff, even small details12:26
marcin_antraphink, yup but there is a lot of things I want to do and change - I got separate packages for themes - but not fully functional. and language packs... etc12:26
raphinkand while you're working on this, some parts will already be fixed so you can be quite sure to have it in dapper12:26
marcin_antraphink, I'll upload it tomorrow12:27
raphinkmarcin_ant: do you use separate source packages ?12:27
raphinkor do you have one big package source that generates lots of binaries ?12:27
marcin_antraphink, hmm propably for lang packs12:27
raphinkI don't remember whether upstream had one tarball per module12:27
marcin_antraphink, but themes are from "big source"12:28
raphinkgood12:28
raphinkmarcin_ant: btw, what do you think of my answer to tim?12:28
marcin_antanyway I want to work on it for a few hours and then I'll upload to revu today at night or tomorrow morning12:29
raphinkok sure :)12:29
raphinkmarcin_ant: ping me when it's done12:29
raphinkmarcin_ant: if you can add debian/watch files, that'll help, too :)12:29
raphinkto review mostly :)12:29
phanaticto all motus except raphink: could you have a look at http://revu.tauware.de/details.py?upid=1628 ? :)12:30
marcin_antraphink, about answer - it's nice and I hope that I'll upload to revu soon and then we tim should decide what to do with bounty12:31
raphinkphanatic: :p12:31
raphinkmarcin_ant: sure :)12:31
marcin_antraphink, afair he considered more money for this bounty so he could do something to make you and me feel better ;)12:31
raphinkmarcin_ant: would be nice to file an ITP on it, too12:31
raphinkso all your work doesn't get lost when it's packaged for Debian12:32
phanaticraphink: you already gave it a go ;)12:32
marcin_antraphink, another thing is that this is only beginng for me12:32
marcin_antraphink, I mean - my work with vtiger12:33
raphinkmarcin_ant: sure, and I hope you will maintain it12:33
marcin_antraphink, package is only first stage12:33
marcin_antraphink, what is ITP?12:33
raphinkIntend To Package12:33
raphinkthis is in Debian12:33
raphinkto tell that you're working on a package to be included in Debian12:33
raphinkso people don't begin to work on it12:33
raphinkmarcin_ant: most of the programs we have in universe come from Debian12:34
raphinkmarcin_ant: so it someone in Debian packages v-c before you get it in12:34
raphinkmarcin_ant: your package will be overriden by the Debian one in Ubuntu12:34
raphinkwhich would be a shame, after such a great work12:34
marcin_antraphink, heh it sucks ;)12:34
raphinkso you better file an ITP or an RFP in Debian12:34
marcin_antraphink, it's by default?12:34
=== ealden [n=ealden@203.76.211.35] has joined #ubuntu-motu
raphinkITP means you wna to get your packag ein Debian and maintain it there12:35
sistpotyphanatic: I'll take a look (in 15-30mins)12:35
raphinkRFP means you wnat this package to be in Debian an dproposes your version, but they have to find a maintainer that is free to modify it before uploading it12:35
phanaticsistpoty: thanks a lot12:35
marcin_antraphink, for example if my package in ubuntu is much better than debian one?12:35
raphinkmarcin_ant: there are about 16000 packages in universe, we are 40 MOTUs or so12:35
raphinkwe can't maintain them12:35
phanaticraphink: can i use ubuntu's reportbug to file an ITP?12:35
raphinkmarcin_ant: we might make exceptions, but it's much better to just file an ITP or at least a RFP12:36
raphinkphanatic: nope12:36
raphinkphanatic: you have to be in a sid chroot ;)12:36
ogramarcin_ant, if its a ubuntu bounty i'd simply package a -1ubuntu1 version12:36
marcin_antraphink, SABDFL could hire me - I could work as MOTU (I think so ;) )12:36
raphinkogra: how about if Debian packages it and then upgrades to -2 ?12:36
ograso it wont be overridden by a debian package12:36
phanaticraphink: that's bad news...12:36
raphinkmarcin_ant: MOTU is volunteer work12:36
raphinkmarcin_ant: it' snot paid ;)12:36
ograit still wont be overrridden12:37
raphinkogra: why?12:37
marcin_antraphink, I know that... unfortunately ;)12:37
raphinkmarcin_ant: well there's a hope to be taken in as core deve12:37
raphink:)12:37
raphinkdev12:37
ograraphink, did you do manual merges the last weeks ?12:37
raphinkogra: no12:37
raphinkhmm I did before UVF12:37
ograsee12:37
raphinkogra: so what?12:38
ogramanual merges result from XubuntuX versions ...12:38
raphinkit'll be overriden in dapper+1 that's all?12:38
ograthey wont just get synced12:38
marcin_antok anyway back to work.. and I'll upload package to revu tomorrow and I'l file this ITP12:38
raphinks/?//12:38
ogranope12:38
marcin_antraphink, is there some url where I could read about ITP procedure?12:38
raphinkogra: unless we don't want it overriden, as this is the case with wesnoth for ex12:38
ograXubuntuX versions never get overridden unless you told the ftpmaster to do it ..12:39
raphinkmarcin_ant: you'll need a sid chroot or system to do that first12:39
raphinkogra: oh ok :)12:39
raphinkogra: unless you take the new version from debian, check the diff and decide to apply the patches or not12:39
marcin_antraphink, hmm definetly not today...12:40
ograthats why we want to keep the amount of xubuntuX packages small ..12:40
raphinkmarcin_ant: not urgent at all12:40
ograraphink, or just sync the debian version ... but it wont get autosynced12:40
raphinkogra: so theorically, packages that got in from REVU should not be overriden12:40
ograexactly12:40
raphinkogra: how about klibido then?12:40
raphinkTonio got a great verison in through REVU12:40
=== lfittl [n=lfittl@83-65-244-232.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu
ajmitch_who wants to write up an f-spot UVF exception request for me?12:41
raphinkthen the Debian version replaced it12:41
raphinkwith a trashy package like I hardly ever saw12:41
raphinkbefore12:41
ograand if you guys work on a bunty package i think your interest is not to have it automatically overwritten12:41
raphinkof course ogra  :)12:41
marcin_antehh I also got a lot of pretty nice emacs packages... but they are not ready for revu yet - I use them... anyway need to go from irc now12:42
marcin_antreboot to dapper and try to fight with this mysql stuff12:42
raphinkmarcin_ant: great :)12:42
raphinkhehe12:42
raphinkmarcin_ant: you know you could use a dapper pbuilder12:42
raphinkinstead of another system12:42
raphinkmarcin_ant: see https://wiki.ubuntu.com/DebootstrapChroot12:43
marcin_antraphink, sure I know but I installed dapper so want to use from time to time ;)12:43
raphinktakes about 10 miinutes witha good connection12:43
raphinkmarcin_ant: you could also set a dchroot with your installed dapper system12:43
raphink;)12:44
raphinkso you don't have to reboot12:44
raphink;)12:44
phanaticraphink: could i use this for reportbug? :)12:44
raphinkphanatic: you can install a sid chroot12:44
raphinkphanatic: and run reportbug from within it12:44
raphinkworks, I've done it12:44
raphink:)12:44
marcin_antraphink, sure but dapper is now my 'workstation'12:45
raphinkok12:45
phanaticok, i'll try to do that then :)12:45
raphinksame on my comp marcin_ant :)12:45
phanatichope it doesn't use much disk space12:45
marcin_antraphink, I had to move systems few days ago so12:45
marcin_antraphink, so I had dapper + windows 2000 on one machine and mandriva on another...12:46
raphinkmarcin_ant: right now I work on tiber, sshed from my dapper machine, sshed from my sister's machine on which I'm connected in XDMCP from this laptop running knoppix in telinit 212:46
raphinkthat's the best option I found12:46
raphinklol12:46
marcin_antraphink, but then some ugly bastard broken udev packages in dapper so I had to install breezy12:46
phanaticlol :)12:46
ograthat'd be Keybuk ...12:46
marcin_antraphink, and now I got dapper + breezy on one machine and moved windows to my old machine...12:47
phanatici have both, using a common /home dir :)12:47
raphinkphanatic: beah, not a good idea ;)12:47
marcin_antphanatic, of course - the same here...12:47
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
marcin_antraphink, who cares ;)12:48
=== raphink used to share a /home between Ubuntu and Mac OS to get the same settings on XChat
raphinklol12:48
marcin_antanyway... I need to go... and package, package, package ;)12:48
marcin_antsee you12:48
raphinkcya :)12:49
raphinkgood luck marcin_ant :)12:49
phanaticraphink: why not?12:49
raphinkphanatic: why not what?12:49
phanaticwhy isn't the shared /home dir a good idea?12:51
raphinkphanatic: because different systems with different versions of programs generate different settings12:51
raphinkthat might not be inter-compatible12:51
=== susus [n=sz@p5089F088.dip.t-dialin.net] has joined #ubuntu-motu
phanaticokay, that's right12:52
raphink:)12:52
phanaticnow i'm using breezy only for grub management anyway :)12:52
raphinkok12:53
raphinkphanatic: you're on K/X/Ed//Ubuntu ?12:54
raphinkwell frmo your packages I'd guess Kubuntu actually12:54
phanaticwrong guess ;)12:54
raphinkhmm12:55
raphinkyeah I thought you were the one doing kblogger12:55
raphinkbut no, you did gnome-rdp12:55
raphinkso ubuntu12:55
raphink;)12:55
phanaticthat's right ;)12:55
raphinkI guess ;)12:55
raphinkhehe12:55
raphinktalking about grub, would you like to package a ubuntu-grubsplashimages?12:55
phanatici have xfce installed, but that's for dapper only (gnome gets broken sometimes)12:55
raphinkphanatic: I made a kubuntu-grub-splashimages package some time ago12:56
raphinkand the idea that I have is that many people have double boots, at least with windows12:56
raphinkand get a B&W boot screen, when there are great grub splashs around12:56
phanatici also use one found on ubuntuforums :)12:57
raphinkso for dapper+1 (too late for dapper) I'd like to have ubuntu and kubuntu grub-splashimages by default12:57
raphinkphanatic: yes you can install some because you're an advanced user12:57
raphinkbut most users won't hack their menu.lst12:57
raphinkand we don't want them to12:57
phanaticyou're right12:57
tsengthere isnt much reason to have a splash image for 2 seconds imo12:57
tsengunless you will only show it with the menu12:57
tsengnot the default boot12:57
raphinktseng: I'm not speaking of the auto boot12:57
raphinkI'm talking of people with doublt boots12:58
phanaticraphink: so i could use your package to create one for ubuntu?12:58
tsengwell more power too you, if its just as readable on all screens12:58
raphinkmany people still have windows12:58
raphinkphanatic: I guess12:58
raphinkphanatic: if you want to do it that is12:59
sistpotyphanatic: for sysinfo: there is still old fsf-adress in source, please talk to upstream to fix it (no packaging issue though)01:00
phanatici have to get some splashimages for gnome-look, right?01:00
phanaticsistpoty: okay01:00
=== Arrogance [n=aks@ottawa-hs-209-217-66-28.d-ip.magma.ca] has joined #ubuntu-motu
raphinkphanatic: yes, there are some listed on the ubuntu wiki too01:01
raphinkphanatic: https://wiki.ubuntu.com/Artwork migh thave some01:01
phanaticraphink: i think i'll have a look at your package01:02
raphinkphanatic: it's archived on REVU, you can have a look at it there01:02
raphinkhttp://revu.tauware.de/details.py?upid=116301:03
phanatici already apt-get source'd it :)01:03
raphinkhehe01:03
raphinkany comment is welcome :)01:04
sistpotyphanatic: sysinfo is fine... I'll upload in a minute ;)01:04
=== Toma- [n=haste@203-166-226-248.dyn.iinet.net.au] has joined #ubuntu-motu
phanaticraphink: i've never been a regexp expert, so i have to understand all that first :)01:05
phanaticsistpoty: thanks for your time01:05
sistpotynp01:06
raphinkphanatic: hehe01:06
phanaticeverytime i see a sed command, i think of magic :)01:07
raphinkhehe01:07
phanaticbut this one seems quite easy to understand01:08
phanaticfortunately :)01:08
raphinkgood :)01:08
raphinkit's not too complicate a set of scripts01:08
=== Toma- [n=haste@203-166-226-248.dyn.iinet.net.au] has left #ubuntu-motu ["Leaving"]
phanaticomg, it's cdbs... another thing i have to learn :)01:10
phanatici used to package some years ago, and there wasn't cdbs that time...01:10
raphinkphanatic: cdbs is very easy01:11
raphinkleave it as such and it'll work ;)01:11
raphinkI think this debian/rules has only 2 lintes01:11
raphinklines01:11
raphinkiircx01:11
phanaticyeah :)01:12
raphinkiirc all you have to do to make a package for ubuntu splashimages01:12
phanaticbut i like the verbose one... i like to see what it does you know :)01:12
raphinkis to put the splashimages as xpm.gz in the root01:12
phanaticyes :)01:12
raphinkand update the name of the default one in the postinst script01:12
raphinkrename the package to ubuntu-grub-splashimages01:12
phanatici'll collect some tomorrow, and upload the package to revu01:13
raphinkand that's it01:13
raphinkok01:13
raphink:)01:13
phanatici also have to work on my app :)01:13
phanaticstill under heavy development01:13
raphinkwhat is your app phanatic ?01:13
phanaticgbzr01:13
phanaticgui for bzr01:13
phanatic:)01:14
raphinknice01:14
phanatic:)01:14
phanaticW: Failure trying to run: chroot /var/chroot dpkg --force-depends --install01:15
phanatici get this while trying to build a sid chroot01:15
=== psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-motu
phanaticdebootstrap01:16
phanaticany ideas how to workaroung this? simply running as root?01:16
psusieh?01:16
phanatici'll try01:17
sistpotyphanatic: you won't be able to chroot as non-root, will you?01:17
phanaticyeah01:17
phanaticdebootstrap doesn't use sudo01:18
phanatici run it now as root01:18
phanaticdone :)01:18
=== pietrus [n=pietrus@c92583d3.virtua.com.br] has joined #ubuntu-motu
=== pietrus [n=pietrus@c92583d3.virtua.com.br] has left #ubuntu-motu ["Leaving"]
=== RustyJames [i=miomeinm@dslb-082-083-006-042.pools.arcor-ip.net] has joined #ubuntu-motu
=== j^_ [n=j@e178045147.adsl.alicedsl.de] has joined #ubuntu-motu
phanaticwhen i file an ITP against my package in ubuntu, shall i point them to the source package in ubuntu?01:32
ajmitch_if you file an ITP, it means you want to maintain it in debian01:32
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu
phanaticajmitch_: then i also have to find a dd to support it right?01:35
ajmitch_to sponsor uploads for you01:36
phanaticlast time i tried (3 yrs ago), it was really hard to find a sponsor :(01:37
Amaranthphanatic: file a RFP01:38
phanaticAmaranth: ok01:41
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== dereks__ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu
chillywillyis there any way to just download a package and all it's dependencies as debs?01:48
=== derekS__ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu
=== selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
sistpotychillywilly: apt-get has an option to do only the download (--download-only iirc)...01:49
sistpotychillywilly: these will go to usual place /var/cache/apt/archives01:50
chillywillyright.......and if I do --reinstall it will grab the dependencies fresh if they're not in the cache?01:50
sistpotychillywilly: I guess so, but I'm not sure about that one01:51
chillywillyfudge01:51
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu
LaserJockanybody around?01:58
sistpotyLaserJock: sure01:58
LaserJockhmm, I've been asking some questions in #macosx and #darwinports and nobody has answered. I though maybe they couldn't see me :(01:59
=== Kyral bops LaserJock
sistpotyKyral: what's about LaserJock... did he write s.th.? *g*02:00
Kyralno02:00
LaserJockwell, I'm having a heck of a time with OSX02:00
KyralI was proving I could see him by bopping him02:00
KyralBecause usually to bop someone you need to be able to see them, right?02:01
sistpotyI guess so02:01
LaserJockargghh, I can't get X11 to work/install right02:02
LaserJockand everybody refuses to answer my questions it seems02:02
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== Arrogance [n=aks@ottawa-hs-209-217-66-28.d-ip.magma.ca] has joined #ubuntu-motu
=== jsgotangco [n=jsg@210.4.38.43] has joined #ubuntu-motu
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has left #ubuntu-motu []
=== bpuccio [n=brian@ool-457a9c38.dyn.optonline.net] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu
=== Creamier_Oak [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
chillywillyis there an easy way to rebuild the kernel source for our existing kernel but not actually make  deb for it but just have a configured and built source tree, e.g. 'make dep modules' ?02:57
chillywillyI have built this wanpipe driver but one of the modules complains about versions02:57
chillywillydriver/module02:58
chillywillyaf_wanpipe: disagrees about version of symbol stock_register, af_wanpipe: unknown symbol sock_register02:59
chillywillyhmmm, actually it's probably missing something02:59
sistpotychillywilly: you can install linux-source (or linux-source-VERSION)...02:59
sistpotychillywilly: not quite sure if it contains the .config though (but I found it at least somewhere) and then you can make oldconfig03:00
chillywillyok, I did that03:01
chillywillyand I also copied over the .config from /bot/config-BLAH03:01
chillywillythen ran03:01
chillywillymake menuconfig and saved it03:01
chillywillythen did sudo make dep modules and built the wanpipe drivers03:01
sistpotychillywilly: and the built succeeded?03:03
chillywillyyea03:03
sistpotychillywilly: and with your rebuilt kernel you can't load it? have you tried depmod -a?03:03
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
chillywillywell I am not acutally rebuilding the kernel03:04
chillywillyjust configuring it and building it but it's not being installed or anything03:04
chillywillyjust built enough so I can build the wanpipe drivers against the source03:05
chillywillybut I am not sure the build I made matches the kernel 100%03:05
sistpotychillywilly: did you change anything in .config?03:05
chillywillyI think I remember having to remove one wan driver because it failed to compile03:06
chillywillyunselect it03:06
chillywillycycx.c had errors03:06
chillywillynot sure how I am supposed to fix that03:06
chillywillyif I grab the source package for my running kernel and use the same .config shouldn't I get the same kernel?03:06
chillywilly*sigh*03:07
chillywillythis has been one hell of a day03:07
sistpotychillywilly: you should, if you use same compiler as well03:07
chillywillyI should just build the kernel and istall it?03:07
chillywillyis that what you're saying?03:07
sistpotyI'd give that a try...03:08
chillywillyyea I was hoping to avoid that03:09
sistpotyif you change anything within the .config, you'll get a slightly different kernel (and thus may have other symbols exported from the kernel)03:09
chillywillycan I tell what compiler my running kernel was built with?03:09
crimsuncat /proc/version03:10
chillywillyI would think it would be gcc-3.303:10
=== shaya [n=spotter@user-0ccembr.cable.mindspring.com] has joined #ubuntu-motu
chillywillydifferent than the one I have instaled03:10
shayajust wondering if there's an eta on a new beagle?03:10
sistpotyhi crimsun btw ;)03:10
crimsun'lo sistpoty :)03:10
chillywillygues I probably shouldn't be trying to take shorcuts03:10
chillywillyshortcuts too03:10
=== sistpoty hopes my connection won't break down again after greeting crimsun
sistpotyshaya: when it's ready :P03:11
chillywillyalright I'll buil the kernel, install it, and then rebuild my wanpipe stuff03:11
sistpotylol, the best package FTBFS message so far: "make: Entering an unknown directory"03:13
=== lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== ajmitch_ returns
ajmitch_chillywilly: you usually just need the appropriate headers package installed, unless the module does wacky things03:30
chillywillywell I have version mismatches03:32
chillywillyor some such thing03:32
chillywillymaybe I need to compile something else in, I don't know all I know is this sucks a lot :)03:32
ajmitch_dapper? breezy?03:33
chillywilly2 days down no website no email03:33
chillywillybreezy03:33
chillywillywouldn't run dapper in production03:33
ajmitch_heh03:33
ajmitch_you're just not brave enough ;)03:33
chillywillynope03:33
Hobbseehehe!03:33
Hobbseeespecially if you need a wireless card!03:34
ajmitch_Hobbsee: nothing wrong with wireless in dapper03:34
ajmitch_nor in breezy, for that matter03:34
Hobbseeajmitch_: only the fact that ndiswrapper wont run unless you compile it yourself...apart from that, no, wireless is fine in dapper03:34
chillywillywhen I run the Setup.sh script it wants the configured linux source tree apparentl03:34
Hobbseeit needs updating, and i couldnt get it to work03:35
ajmitch_oh, who uses ndiswrapper though?03:35
ajmitch_chillywilly: strange, you should be able to use the /usr/src/linux-headers-$(uname -r)03:35
chillywillyI do have that installed03:36
ajmitch_maybe it wants /usr/src/linux to point there?03:36
chillywillyI would need to point it to the right place using --with-linux03:36
ajmitch_/usr/src/linux-headers-$(uname -r)/.config exists for the headers also03:36
chillywillyok03:37
chillywillyhmmm, I don't have those03:38
Hobbseeajmitch_: i do, my card isnt supported!03:38
Hobbseelol03:38
ajmitch_chillywilly: install the package03:38
chillywillyI have linux-kernel-headers insalled03:39
chillywillyinstalled too03:39
ajmitch_wrong one03:39
crimsunl-k-h is for libc603:39
ajmitch_that's for userspace apps needed headers03:40
crimsunyou want linux-headers-$(uname -r)03:40
chillywillyok03:40
chillywillylinux-headers-2.6.11-1-amd64-k8-smp03:40
chillywillyI can't win today03:40
crimsunoh good god, not /that/ package.03:40
chillywillysorry...03:41
crimsunI really hope that's not for linux-image-2.6.11-1 from universe03:41
ajmitch_chillywilly: you really shouldn't have that kernel running on breezy03:41
chillywillyprobably a backport03:41
chillywillywell I can istall a new one now03:42
ajmitch_as in, it's a _really_ bad idea that was regretted from hoary03:42
chillywillywhich one should I get?03:42
ajmitch_breezy has 2.6.1203:42
chillywillyk03:42
ajmitch_so 2.6.12-10 is current in breezy-updates, iirc03:42
sistpotyargs... ubuntu did it again (import of a newer upstream version than debian which breaks stuff at the other end) :(03:43
ajmitch_sistpoty: hm?03:43
ajmitch_which package?03:43
sistpotyopenh32303:43
ajmitch_and was it MOTUs doing bad things, or main developers on crack?03:43
chillywillylast time I tried a more up to date kernel 2.6.12 the thing oops'd on me right away03:43
=== sistpoty doesn't want to blame anybody
sistpoty*g*03:43
=== ajmitch_ does
ajmitch_chillywilly: that's a Bad Thing03:44
sistpotyajmitch_: you know where to look ;)03:44
ajmitch_sistpoty: ah, I see who to point fingers at now03:44
chillywillylinux-image-2.6.12-10-amd64-k8-smp03:44
chillywillyI'll try that one03:44
ajmitch_chillywilly: grab linux-headers-2.6.12-10-amd64-k8-smp03:44
ajmitch_if those are the package names03:45
chillywillywell eveything works right now with this card but as soon as there's more traffic during the day I lose packets03:45
freeflying|sleepI can not upload package to REVU now , may anyone help me03:45
ajmitch_freeflying|sleep: what's the problem?03:46
freeflying|sleepajmitch_:03:46
freeflying|sleepUploading via ftp skim_1.4.4-0ubuntu2.dsc: Error '553 Could not create file.' during ftp transfer of skim_1.4.4-0ubuntu2.dsc03:46
freeflying|sleepNote: This problem might be caused by files already existent on the server.03:46
ajmitch_we have the resident REVU guru here to fix things03:46
freeflying|sleep      For the official Debian upload queues, the dcut(1) utility can be used03:46
freeflying|sleep      to remove stale files from unsuccessful uploads.03:46
ajmitch_aha03:46
ajmitch_don't use dcut03:46
freeflying|sleepajmitch_: I've not used dcut03:46
chillywillyoff peak hours I get like 1, 3, and 11% loss and during peak hours I get 40-60% packet loss03:46
ajmitch_freeflying: try again now03:46
sistpotyfreeflying|sleep: dcut won't work, but I'll take a look at the "incoming queue" ;)03:47
ajmitch_sistpoty: I just cleared it03:47
sistpoty:)03:47
freeflyingajmitch_: sistpoty : thx a lot . it works now03:47
ajmitch_ok, I see the orig.tar.gz being uploaded, looks ok03:47
chillywillyhere goes noting03:47
chillywillynothing to03:47
chillywillyo03:47
=== ajmitch_ hands chillywilly a working keyboard
chillywillythanks buddy :)03:48
freeflyingwill anyone review skim for me , this package is already in universe ,03:48
ajmitch_take care of it, it's the only one I have :)03:48
chillywillytoo much crap on this big server takes forever to boot03:48
chillywillyseems like every component has its own BIOS03:49
chillywillythere we go03:49
chillywillybig fugly stack trace of shit03:49
chillywillyno, dice man03:49
chillywillyit just crapped all over my screen03:49
chillywilly:(((03:49
sistpotyfreeflying: I'll take a look03:51
ajmitch_nasty03:51
ajmitch_chillywilly: can you grab the oops & report a bug on that?03:51
chillywillyhow?03:51
freeflyingsistpoty: and need UVF ?03:52
ajmitch_fingers are for typing ;)03:52
chillywillyheh03:52
sistpotyfreeflying: is it another new upstream version?03:52
chillywillyin the mean time I am back to building my own kernel03:52
freeflyingsistpoty: no , just fix something03:52
ajmitch_just dist-upgrade to dapper03:52
ajmitch_it'll solve all your problems03:52
sistpotyfreeflying: then there is no need for an UVF exception03:52
chillywillyajmitch_: I really don't want to be here all night though03:53
freeflyingsistpoty: thx03:54
sistpotynp03:54
ajmitch_chillywilly: any clues from the oops as to what it was doing?03:55
chillywillyno, not really but I didn't look close03:55
chillywillyI can easily reproduce this some other time03:55
ajmitch_might be some boot options for workarounds03:55
chillywillyprobably03:56
chillywillylooked like it was in SMP code actually03:56
chillywillyIIRC03:56
ajmitch_you could try booting a UP kernel for fun03:56
ajmitch_all the dapper kernels are SMP now, iirc03:57
chillywillyI really have to get this new sangoma card installed and working03:57
ajmitch_I know03:57
=== ajmitch_ is looking forward to a dual-core box :)
chillywillyhopefully dapper will fix my problems03:58
Lathiatajmitch_: as am i :)03:58
psusiajmitch_, it's nice... but not worth the money03:58
Lathiatajmitch_: ordered my case yesterday :)03:58
chillywillyin the mean time I'll just build this kernel and see if it will work :(03:58
psusimy previous two boxen were SMP03:58
psusithis one I decided to save the money03:58
chillywillythen try to build the sangoma crap again03:58
psusiso... anyone feel like testing out my fixed up udftools package on revu?03:59
ajmitch_Lathiat: excellent :)03:59
psusilets you format a cdrw so you can mount it03:59
sistpotyfreeflying: debdiff looks sane... if it builds fine, I'll upload04:02
sistpotyweee... colored build-output *g*04:03
freeflyingsistpoty: it builds fine04:04
ajmitch_sistpoty: I hate coloured build output - it can cause terminal problems :)04:05
sistpotyfreeflying: k.... but I'm always rebuilding before uploading... I'm a little bit paranoid there ;)04:05
ajmitch_sistpoty: as you should04:05
sistpotyajmitch_: hehe04:05
ajmitch_I'd have to get siretart to speak firmly to you if you didn't ;)04:05
freeflyingsistpoty: y04:05
sistpoty(and I usually discover some errors just _after_ I uploaded a package I touched)04:06
sistpoty:/04:06
freeflyingsistpoty: :)04:06
freeflyingsistpoty: would you mind review eva ?04:07
sistpotyfreeflying: not today any more... it's 4 am here (and I'm getting a little bit tired)04:08
freeflyingsistpoty: thx04:08
sistpotynp04:08
sistpotyfreeflying: I'm just taking a short look at eva: you should copy config.sub/config.guess in the config.status rule and remove them in clean rule to get them out of .diff.gz04:25
freeflyingsistpoty: got it , thx04:26
freeflyingsistpoty: and skim is ok ?04:27
sistpotyfreeflying: it just got built, I'm taking a further look ;)04:27
sistpotyfreeflying: for skim: the pkgconfig files (usr/lib/pkgconfig/*.pc) should go into libskim-dev instead of skim, shouldn't they?04:32
freeflyingsistpoty: no , it should be in skim04:33
sistpotyfreeflying: why? they refer to libs/headers from the -dev package, or did I miss s.th.?04:33
freeflyingsistpoty: it in libskim-dev in 1.4.4-0ubuntu1, but skim will not work unless libskim-dev installed04:34
raphinkyeah!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!04:35
raphinksorry couldn't help it04:35
raphinkanyone feels like being a tester here?04:36
=== staqen [n=staqen@tor/session/x-20b9e473d931593b] has joined #ubuntu-motu
freeflyingraphink: test for what ?04:36
raphinkrevu-tools 0.404:36
sistpotyfreeflying: sorry I don't get this... skim won't work if it doesn't have the pkgconfig files?04:36
sistpoty(maybe lack of sleep is already showing it's first signs)04:37
staqenwhy doesn't ubuntu include qvm86 (the open source "accelerator" for qemu)? they say it's become very stable by now.04:37
sistpotystaqen: because nobody packaged it yet?04:37
staqensistpoty: any idea who's the maintainer for qemu?04:38
ajmitch_a debian developer04:38
sistpotystaqen: the debian quemu team04:38
raphinknobody wants to test it? :'(04:38
sistpotys/quemu/qemu/04:38
sistpotyraphink: run it on the eva package plz ;)04:39
raphinksiretart: ping04:39
raphinksistpoty: I mean the package04:39
freeflyingsistpoty: let me check it04:39
raphinksistpoty: I'm not planning on adding 0.4 to REVU SVN this time04:39
sistpotyraphink: ah, I see... not tonight, maybe tomorrow04:39
raphinkas siretart proposed I'm packaging it then it'll be installed on REVU04:39
ajmitch_though I'm not sure how well kernel module packaging will be shared across debian & ubuntu04:39
raphinksistpoty: I can run 0.3 on eva though :)04:39
sistpotydo it ;)04:40
ajmitch_staqen: the module would have to be rebuilt for every kernel ABI change04:40
raphinksistpoty: I just have to find a url to the current upstream tarball04:40
staqenajmitch_: i see. any solution that you can think of, for the future?04:40
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
sistpotystaqen: is the source available/can you point me to it? (I'm not going to package it but have personal interest in it)04:40
Tonio_re all04:41
ajmitch_staqen: providing a source package, so that people just have to build it themselves - that's an easy option04:41
ajmitch_there are examples of this in debian like alsa-source04:42
staqensistpoty: this is the cvs access: http://savannah.nongnu.org/cvs/?group=qvm8604:42
sistpotystaqen: cool, thx04:42
ajmitch_it looks stagnant04:42
=== raphink is almost asleep
ajmitch_last commit was 5 months ago04:42
freeflyingsistpoty: u r right , and I correct it ,reuploading04:43
ajmitch_mailing list says it needs patches to work against 0.8.004:43
raphinksistpoty: first comment : 0.4.1 is out04:43
staqensistpoty: or this: http://cvs.savannah.nongnu.org/viewcvs/qvm86/?root=qvm8604:43
sistpotyfreeflying: k, thx... you can also hand me a debdiff, if you prefer04:43
raphinksistpoty: second comment : having a watch file would be nice04:44
freeflyingsistpoty: finsh uploading04:44
staqenajmitch_: i don't know... the qemu folks are all recommending it to me and say it's very stable by now04:44
ajmitch_staqen: it worries me that it's seen no active development for awhile though04:45
sistpotystaqen: to my knowledge qemu is written quite crude and the kernel module isn't well documented (but this is word in the street from some time ago)04:45
staqenajmitch_: right04:46
raphinksistpoty: http://revu.tauware.de/revu1-incoming/eva-0601172210/REVU_report04:47
sistpotyraphink: cool... freeflying for eva see ^04:48
raphinksistpoty: and commented it on the fly ;)04:48
raphinksistpoty: how do you like these reports?04:48
sistpotyraphink: they are great, rocking work!04:49
raphink:D04:49
freeflyingraphink: failed to build ?04:49
sistpotyraphink: my favorite is stuff done for the upstream tarball, since verfiying it annoys me most04:49
raphinkyes04:50
raphinksistpoty: I insist on debian/watch lately because I've implemented uscan support in my scripts04:50
raphinkso having a debian/watch allows to have it all automated04:50
raphinkand this report can be generated by simply running `revu-report`04:50
sistpotyraphink: I don't insist on it, but I strongly appreciate it ;)04:50
raphinkwithout any argument04:50
sistpotycool04:50
raphinksistpoty: well my specification for this set of scripts was :04:51
raphinkI've got a reveiwing guide on the wiki, with all the steps to be achived. The goal is to have only 1, maximum 2 commands to launch in the console to achive the review.04:52
freeflyingraphink: build dependency of eva are in dapper , why can't be build ?04:52
raphinkfreeflying: check the buildlog, as indicated04:52
raphinkall the files are on REVU04:52
sistpotyfreeflying: buildlog is there as well: http://revu.tauware.de/revu1-incoming/eva-0601172210/eva_0.4.0-0ubuntu1.buildlog04:53
raphink:)04:53
sistpotyfreeflying: you seem to be missing automake1.6 (iirc automake1.6 is also gone from the archives)04:54
raphinkyep04:54
raphinkit's gone04:54
sistpotyraphink: well, you'll always have to look "by hand", but with your rocking scripts you can focus on only the important stuff :)04:54
raphinkwith some packages to fix04:54
raphinksistpoty: no, I mean04:55
raphinkwith REVU, you can look on the web interface which imo is much nicer04:55
raphinkrunning revu-scripts on REVU just completes the whole stuff04:55
raphinkso after running revu-report04:55
raphinkall you should have to do is read the reports and the package components on the web interface04:55
raphinkthat's what I mean by not running anything else in a console04:56
raphinknext step is to use mdt to check for the presence of the package in any versions of Debian and Ubuntu04:56
raphinkand then try to check for bugs reported on Debian or Ubuntu that might explain that is was nuked, or reveal that an ITP was already filed on Debian for it04:56
raphinkquite a lot of work to go, but useful imo :)04:57
sistpotyraphink: ah, well... (maybe I'm still used too much to look at files via vim... *g*)04:57
raphinkhrhr04:57
=== raphink is a pico fan
=== Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #ubuntu-motu
raphinkI see Riddell uploaded scim-anthy05:00
raphinkit's not latest version though05:00
raphinkthe version uploaded today from REVU is 0.8.005:00
raphinkalthough latest version is 0.9.005:01
psusiraphink, omg... you're kidding?  try emacs... if you're doing anything more than editing one or two lines, it's a must05:02
raphinkpsusi: I shall05:03
raphinkbeen using nano for years now and quite happy with it so far05:03
raphinksay, choosing an editor is really not a priority for me05:03
raphinkas long as I can edit with it05:03
raphinkbut then I understand I could do much more with emacs or even vim ;)05:04
psusipico/nano is fine if you just need to quickly edit one or two settings in a conf file or something05:04
psusibut if you are coding, emacs is a godsend05:04
raphinkpsusi: believe it or not, I'm developping revu-tools in nano ;)05:04
psusiomg.... you NEED to learn emacs ;)05:04
raphinkhaha05:04
raphinkok I will, when I get time for that05:05
raphink:)05:05
raphinkbtw, wanna test my package psusi ?05:05
psusifire it up, hit ctrl-h t and it will walk you through a basic interactive tutorial... takes like 10 mins05:05
psusiwhat package?05:05
psusiyou want to test mine? ;)05:05
raphinkrevu-tools 0.405:05
psusihrm... what is it?05:05
raphinkhmm it's 5 AM I was planning to go to bed ;)05:05
raphinkpsusi: reviewing tools05:05
sistpotypsusi: bah, interactive tutorial... we wouldn't be nerds if we wanted this? :P05:06
psusihrm... sounds interesting... tell me more05:06
raphinkpsusi: https://wiki.ubuntu.com/MOTU/Packages/REVU/REVU-Tools05:06
psusisistpoty, hey... don't knock info pages ;)05:06
sistpotyhehe05:06
=== psusi is attempting to get sourceforge.net to hand ownership of the linux udf project to him since the original author appears to have abandoned it and vanished
ajmitch_good luck :)05:07
psusiI'd rather not maintain ubuntu patches indefinately ;)05:07
ajmitch_they'll probably want you to register udftools-ng or something ;)05:07
raphinkpsusi: and here is latest changelog http://revu.tauware.de/~raphink/revu-tools/Changelog05:07
raphinkpsusi: and if you want to make me happy and test the best, it's on http://revu.tauware.de/~raphink/debs/ :)05:11
raphinks/best/deb/05:11
=== raphink is tired
=== raphink is gonna test the bed rather than the deb
psusihehe05:11
psusiI'm still trying to figure out exactly what the revu process is ;)05:12
psusiand cracking a beer05:12
raphinkpsusi: how do you mean?05:12
raphinkwhat revu process?05:12
raphinkyou mean how the tool works?05:12
psusithe one that this package automatizes05:12
raphinkok05:12
raphinkwell05:12
raphinkas I said to sistpoty before05:13
psusiyea... I'm reading about it now... but don't really know what the old way of doing things was, so... I've got some reading to do05:13
raphinkok05:13
raphinkpsusi: it refers to the reviewing guide I wrote earlier : https://wiki.ubuntu.com/MOTU/Packages/Reviewing05:13
psusiohh, don't you have to be a revu admin to test this?05:13
psusiyea, I'm reading that now05:14
raphinkpsusi: basically the idea is that after running revu-report, all this reviewing guide could be followed with steps on REVU05:14
raphinkwithout having to type any thing else in a console05:14
raphinkpsusi: no, the deb is revu-independant now05:14
raphinkit works on any machine :)05:14
raphinkwith a pbuilder, lintian and linda05:14
raphinkand devscripts of course05:14
raphinkI'm hoping it can also be used by packagers to check their own packages05:15
psusiinteresting.... I'm hoping I can learn exactly what all that means and become a revu admin ;)05:15
sistpotypsusi: are you motu already? if not you should first become a motu ;)05:16
psusiwait... what's the difference?05:17
raphinksistpoty: or first question should be : are you a member already?05:17
sistpotyhehe05:17
raphink;)05:17
psusianyone can package and upload to revu... need an admin to review and it upload to the archive right?05:17
raphinksistpoty: oh well can't you be a revu admin without even being a member in some cases ? ;)05:18
psusiwell, according to launchpad, I'm an ubuntaro... and I have upload access to revu05:18
raphinkpsusi: that doens't mean anything05:18
raphinkubuntero means you've signed the CoC05:18
sistpotyraphink: you can be a reviewer at least in some very special cases ;)05:18
raphinkthis is pre-membership05:18
psusiraphink, right...05:18
raphinkand you can upload even not being an ubuntero05:18
raphinkas soon asyour key is added to the REVU keyring05:18
raphinkREVU not even being officially part of Ubuntu05:19
raphink;)05:19
raphinkpsusi: so if you're not a member, first step is to be one :)05:19
psusiok... so what's being a motu officially mean?05:19
sistpotyraphink: btw.: do you have super-cow-powers on tiber?05:19
raphinkto be a motu you need to be a dev psusi05:19
psusiohh, right... the proposing myself to the CC right?05:19
raphinksistpoty: I have pbuilder and svn powers on tiber iirc05:19
psusiyea... I need to do that at some point....05:19
raphinkpsusi: yep05:19
psusistill need to figure out exactly what is required of me for that05:20
raphinkpsusi: there are Howto on the wiki for that05:20
sistpotyraphink: root-rights? (would that help you)?05:20
raphinkhttps://wiki.ubuntu.com/NewMemberHowto psusi05:20
psusiyea... I need to read that again...05:20
psusitakes a few times to sink in05:21
raphinksistpoty: I don't think I hvae them right now05:21
raphinkcourse it would help though sistpoty05:21
raphinkI had to ask siretart to install libwww-perl a few days ago05:21
raphinkand now I plan to upgrade revu-tools through my deb05:21
raphinkso at least on the install stuff05:21
sistpotyraphink: I'll propose that to siretart ;)05:22
raphinkbut this is high rights05:22
freeflyingraphink: after being a member , what can I do then ? :)05:22
raphinkfreeflying: work05:22
raphink;)05:22
raphinkfreeflying: so you get to apply for dev if you want05:22
raphinkthen once you're dev you just need to ask to be in the MOTU team05:23
raphinkand then you can still work....05:23
raphinkso you get to apply for core-dev later05:23
raphinkif you want05:23
freeflyinghmm05:23
raphinkand if you're accepted, of course, for each step05:23
sistpotyfreeflying: just uploaded skim ;)05:23
raphinkor you can join the secret MOTU-main-takeover team05:23
raphinkso you don't have to be a core dev, just prepare the revolution ;)05:24
ajmitch_raphink: secret?05:24
raphinkhmm ajmitch_ if it's not secret officially then it's not a true revolution, is it?05:24
freeflyingsistpoty: nice ,05:24
ajmitch_raphink: there are already enough MOTUs in the core-dev team :)05:24
sistpotyfreeflying: another small note: please try to be more verbose in the changelog in the future, i.e. what exactly did you change to packaging/what files did you move etc.05:24
raphinkajmitch_: that was just a 5:30AM joke05:24
ajmitch_raphink: poor you :)05:24
raphinkajmitch_: :p05:24
freeflyingsistpoty: right05:25
ajmitch_raphink: I count 8 MOTUs who can upload to main05:25
raphinkgreat :)05:25
ajmitch_currently not enough MOTUs who are DDs as well05:25
raphinkmhm05:25
raphinkI'm not to apply for NM any soon I guess05:26
=== sistpoty never needs to ask in -devel to get uploads for his main package sponsored
raphinkgot other things to do05:26
ajmitch_same here :)05:26
raphinkI've got DDs to sponsor my packages if needed05:26
raphinkanyway05:27
=== ajmitch_ knows some friendly DDs & main devs
sistpotyajmitch_: but quite some are in NM (and maybe I'll go for NM soon as well) ;)05:27
psusiraphink, one feature of emacs that I find very handy when working on packages is it's diff mode.... I usually make changes, test, then diff with the original directory... open it in emacs and it colorizes the files05:27
ajmitch_sistpoty: but that could take a year or more05:27
psusiraphink, and you can copy/paste hunks or all hunks of a file with one keystroke05:27
raphinkpsusi: nice05:27
psusiso I can pick and choose which parts I need to put into a debian/patch-x-foo.diff05:27
sistpotyajmitch_: yes, that's just one of the problems of debian imho05:27
psusicut and paste real easy05:27
raphink:)05:28
sistpoty(but what do i know ;)05:28
psusihell, pico doesn't even have undo does it?05:28
raphinkpsusi: not even05:28
raphinkpsusi: that forces you to think before doing stuff05:28
raphink;)05:28
psusioutch05:28
raphinklol05:28
ajmitch_raphink: it's broken my design05:28
raphinkyeah it's painful05:28
ajmitch_s/my/by/05:28
raphinkajmitch_: as I said to psusi, believe it or not, I've developped revu-tools in nano so far05:29
raphinkin nano _only_05:29
raphinkabout 1000 lines of bash in nano ;)05:29
raphinkor so05:29
psusifolding is another really cool feature that I really need to get into the habbit of using... emacs can hide/unhide blocks of code based on the block nesting kind of like a tree05:29
raphinkand no I'm not totally masochist05:29
ajmitch_raphink: that's not too much05:29
sistpotyraphink: do you think you get extra karma because of this? :P05:29
raphinksistpoty: no :p05:29
raphinkajmitch_: it's too much in nano05:30
raphinknot too much in total05:30
ajmitch_raphink: anything more than 1 line is too much in nano05:30
raphinkhaha05:30
freeflyingwho can tell me something about ubuntu.com's website05:30
ajmitch_freeflying: it exists?05:30
psusisearching, moving, replacing, everything is so much nicer in emacs05:30
ajmitch_freeflying: define 'something'05:30
raphinkfreeflying: maybe whois can tell you05:30
raphinkfreeflying: if you're talking about the DNS that is05:31
raphinkif you're talking about the programming language, I can't tell05:31
psusithough I find myself sometimes hitting emacs key bindings while editing code at work in the proprietary windows IDE I have to use and wondering WTF it isn't working ;)05:31
raphinkif you're talking about the colours, it's mostly brown05:31
raphinkas ajmitch_ said freeflying it's just about what you mean by "something"05:31
freeflyingI need the theme of website for hosting kubun-cn05:32
psusiusually c-a and c-e to go to the start/end of the current line05:32
sistpotyfreeflying: you could adress this issue in a CommunityCouncil-meeting... I'm quite sure there won't be problems05:33
freeflyingsistpoty: ok05:34
LaserJocklol, I just realized my iMac doesn't have a floppy drive.05:35
psusiI don't have a floppy drive... floppies suck hairy balls05:35
=== psusi wrote a floppy driver for ReactOS once... horrible, horrible hardware
sistpotyraphink: I just flew over your reviewing guide... and found two minor things05:36
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
raphinksistpoty: what are they?05:36
raphinksistpoty: feel free to correct them of course :)=05:36
ajmitch_LaserJock: floppy drive? what's that?05:36
LaserJockpsusi: well, unfortunately I had to put some data on a floppy disk. I'll have to go home and put it on a usb stick05:36
sistpotyraphink: multiple entries in changelog: Sometimes they are there for purpose, like giving credits to a source where you get an almost good sourcepackage from05:37
crimsunI'm fond of floppy diskettes.05:37
crimsunthey've saved my arse more than once in the many years I've run Sid05:37
LaserJockajmitch_: yeah, yeah. I'm just glad it was a 3 1/2" floppy and not the 5" ;-)05:37
psusiLaserJock, you can use a cdrw or dvdrw too if you grab the udftools package ;)05:37
raphinksistpoty: yes05:37
psusicrimsun, cd >>>>> floppy05:38
ajmitch_LaserJock: I think I've still got a working 5&1/4" drive in the cupboard :)05:38
raphinksistpoty: then thing slike [Original Author]  [Ubuntu Pakager]  can be used in the initial release entry05:38
LaserJockpsusi: the machine I was collecting data from can only store data on a floppy :(05:38
=== psusi remembers modifying the format of floppies to fit 1920 KB on them... like 8 years ago ;)
sistpotyraphink: the other one is stuff outside of debian-dir in .diff.gz... some ppl. prefer to use a VCS to manage their package and adding a patch-system would also seem overkill in some places (like few lines changed in makefile or so)05:38
psusiLaserJock, outch....05:38
sistpotyraphink: but generally it's a very good guide :)05:38
raphinkty05:39
raphinksistpoty: well just feel free to update/correct it05:39
ajmitch_raphink: I really do like having multiple changelog entries rather than having only 105:39
sistpotyraphink: not now... too tired ;)05:39
raphinkhehe05:39
raphinksame here05:39
ajmitch_raphink: and stating that changes not in the archive must not be mentioned.. I find that to be silly05:39
raphinkajmitch_: the idea I got when I learned to review was that only the versions officially in Ubuntu or Debian should appear int he changelog05:40
raphinkotherwise you might think some versions existed before but can't find a track of them05:40
sistpotyraphink: oh, and I found that in some notes from you: x.y.z-rc should be x.y.(z-1)+rc... imo x.y.z-rc is also good (at least ajmitch_ told me it was)05:40
raphinkI'll check with dpkg --compare-versions then :)05:41
ajmitch_sistpoty: only if you make sure the final is named something like x.y.z-rel05:41
raphinkalthough I'm pretty sure if ajmitch_ said it it must be true :)05:41
ajmitch_or something that is higher than rc :)05:41
sistpotyajmitch_: thx for pointing that out ;)05:41
ajmitch_raphink: :P05:41
raphinkajmitch_: oh yeah sure05:42
ajmitch_eg 0.5.2rel-2 > 0.5.2rc8-905:42
ajmitch_it's nicer than sticking an epoch on front05:42
raphinkajmitch_: but then the reason why I prefer to use (z-1) is tha tyou never know what numbering scheme upstream is gonna use after rc05:42
raphink;)05:42
ajmitch_raphink: umm, you put the rel on yourself05:42
raphinkthat's an option for sure05:42
ajmitch_you don't have to stick absolutely to whatever braindamage upstream spews out05:42
raphinkhehe05:43
raphinkcan be a good idea to mention that option05:43
sistpotyraphink: for the changelog you could see pyfribidi, which I made (and got adopted to unstable before ubuntu)... the maintainer explicitely kept the changelog for credits ;)05:43
ajmitch_upstream developers aren't always so good at release management :)05:43
ajmitch_sistpoty: that's how it should be done, IMHO05:43
psusioh crap... the CC already met today05:43
=== raphink used to have release management questions from upstream
sistpotyhehe05:44
raphinkpsusi: yep05:44
psusiwould have been nice if I made it in that one... tomorrow is my birthday ;)05:44
raphinkpsusi: and we welcomed two MOTU-Hopefuls as almost-members05:44
psusialmost-members?05:44
raphinkpsusi: indeed05:44
ajmitch_no quorum for voting?05:44
raphinkpsusi: mako was not here, so there were only 2 members of the CC05:44
raphinkwhile 3 are required05:44
psusiahhh05:44
=== sistpoty missed it again
ajmitch_raphink: who were the new members to be ratified?05:45
psusiquestion... what's the deal with bazaar?  why make yet another vcs?  what's wrong with svn or git? ( though I've not used git before )05:45
raphinkajmitch_: for the MOTU Hopefuls, jpatrick and gloubigoulba05:45
ajmitch_psusi: they have different purposes05:45
ajmitch_psusi: svn is centralised05:45
sistpotypsusi: bzr is not centralized and branching is much better supported in there05:45
psusisistpoty, isn't that what git is for?05:45
crimsungit is still centralised of sorts05:46
ajmitch_git was started after bzr was, and is focused on specific use cases (kernel)05:46
ajmitch_bzr is more general purpose, and a lot nicer than git imho :)05:46
psusiI thought that was git's whole point?  full decentralization... you can push/pull between anywhere... repository and workign copy are unified... no?05:46
sistpotypsusi: I've never used git before... but imo git deals with patches, whereas bzr can deal with e.g. local commits/commits from merging another branch05:46
psusihrm.... damnit... now I'm going to have to learn both so I can compare them05:46
ajmitch_http://bazaar.canonical.com/SCMComparisons05:47
psusiit sounds like git can do all kinds of neat stuff...05:47
ajmitch_sure05:47
crimsunpsusi: full always depends on the use, though. For those of us who feed patches, it's not quite as decentralised as it may seem.05:47
ajmitch_and bzr can do all that & more05:47
psusihrm...05:47
raphink|sleepgn805:48
ajmitch_psusi: you might as well ask why git was started when bzr already existed05:48
psusicrimsun, by the sound of it, everyone and their mother has a git tree, and patches get pushed back and forth betwen them05:48
sistpotygn8 raphink|sleep05:48
ajmitch_and bzr was started based on lessons learnt from bazaar 1.x05:48
crimsunpsusi: to some extent, yes. But I can't push to benc's, zul's, fabbione's, infinity's, etc.05:49
=== psusi just likes svn because you can connect to it via ssl and authenticate with a client certificate... no need for passwords
crimsun(nor does benc automerge for that matter)05:49
psusicrimsun, you could if you had permission couldn't you?05:49
crimsunpsusi: theoretically05:50
psusiwell, there you go ;)05:50
crimsunagain, use, as I mentioned above ;)05:50
psusiI've been trying to figure out how to track the current status of some patches I sent in to lkml.... I think they got put into either the -mm or linus tree... I'd like to figure out how to make sure and check if they have made it into the ubuntu tree05:51
ajmitch_gitk is a nice visual frontend once you have a branch checked out05:51
crimsunI normally use a combination of ``git pull'' and http://kernel.org/git/05:52
psusiheh... I usually learn from bottom up... try to figure out the most minimalistic bare mettal way of doing things to really understand it... then work up to simpler methods from there05:53
crimsunyou can certainly do that. git's all plumbing.05:53
psusiyea... I like to learn the plumbing first, then appreciate the porceline05:53
ajmitch_one thing about git is that it is fast on big trees05:54
psusihrm...05:54
ajmitch_we do have bzr developers in this channel though :)05:55
sistpotyisn't bzr also based on some git-technology (imo I read this somewhere) ;)05:56
psusiwell... I'm going to have to learn both.... ubuntu uses git for the kernel, and bzr for everything else?  or have I read some things use svn?05:56
sistpotyrevu development uses svn :P05:57
ajmitch_sistpoty: git was started after bzr, so not so likely05:57
crimsunafaik only ubuntu-kernel uses git05:57
ajmitch_and the kernel uses git solely because git is the tool for the kernel05:58
ajmitch_it was written for that use05:58
sistpotyajmitch_: ah, k... then my memory is wrong ;)05:58
ajmitch_lifeless can correct me if I'm wrong05:58
ajmitch_which is quite likely05:58
sistpotysame goes for my memory at this time ;)05:59
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has left #ubuntu-motu []
psusiam I weird for disliking gpg?06:06
psusiopenssl just seems so much nicer06:06
ajmitch_they're completely separate things?06:06
psusiseperate yes... but do many of the same things06:07
psusiand I don't like the way gpg does things06:07
ajmitch_they do a few of the same things06:07
psusimany.... encryption.... signing... secure email.... authentication...06:07
psusiopenssl does most of what both gpg and ssh combined do06:08
ajmitch_only if you look at it from a 10-mile view ignoring any & all details ;)06:08
psusiwell... with reguard to email... openssl does s/mime... which is well... actually a standard.... unlike gpg, which I find annoying because it's just inline text for signatures for instance06:09
psusiand x.509 digital certificates make more sense to me than bare RSA keypairs that gpg uses06:09
psusidoesn't require key servers for instance06:10
psusiand can gpg encrypt an email for multiple recipients?06:11
=== ajmitch_ doesn't know why you're trying to argue this here
psusiI get the impression that it directly encrypts the message with their public key rather than a random symetric cipher whose key is then encrypted using the recipient's public key06:12
crimsunthat's normally something done by an MUA, psusi06:12
psusiprobably because I've had a fair amoutn to drink06:12
crimsunmany commercial packages like Lotus Notes use certificates06:13
psusiyes.... and so does openssl... gpg doesn't... it's the weirdo06:13
sistpotypsusi: gpg is about web of trust, can s.th. do this w.o. keyserver?06:14
psusia "web of trust" doesn't make sense to me.... trust comes from chains, not webs06:14
jamessanisn't a web just a bunch of chains?06:14
sistpotypsusi: what's the difference?06:15
psusiI still don't quite get the web06:15
psusiwith x.509, you have a CA that both parties trust and signs their certificates06:15
psusithen the two parties exchange certificates and they can verify that they are talking to the right person and encrypt their communication06:16
sistpotypsusi: it's about a signed key of b and trusts him... I trust a to a certain amount so I trust b to a (less certain) amount because a signed b06:16
sistpoty(sorry for not using foo and bar here)06:17
psusisistpoty, so if I sign your key.. and you sign foo's key.. and foo sign's bar's key... and bar sends me an email, my email client can see that chain and decide the message comes from a trusted source and has not been tampered with?06:17
sistpotypsusi: to my knowledge mua's can't do that (yet?)... but you can track exactly this path of trust06:18
psusisee, mua's can do that with s/mime06:19
psusior rather, they can see that the message has not been tampered with since it was signed by the sender's certificate... and that that certificate is signed by a trusted CA06:19
sistpotypsusi: and that's the difference... you don't need a CA with gpg06:20
psusithen you can reply and encrypt that reply so only they can read it... and without the need for any key servers06:20
psusiyea, but you need key servers06:20
psusialso... the gpg generates signatures appear as inline garbage to mua's that dont understand it... with s/mime, it appears as an attachment06:20
ajmitch_and gpg signatures can be attachments too.. so what?06:21
psusithey can?06:21
ajmitch_if the MUA isn't broken06:22
sistpotysure... iirc using inline signatures is deprecated (and has to do s.th. with outlook which I just don't remember any longer)06:22
psusis.th?06:22
ajmitch_something06:22
psusiwhat do non inline signatures look like to non gpg aware muas?06:23
psusiI see inline ones from time to time on mailing lists, but that's it06:23
psusiand when I signed the coc on malone, it sent me an email with the signature inline06:23
sistpotypsusi: iirc outlook can not (or could not) display mails with gpg attachments right... (but I don't recall exactly the details)06:23
ajmitch_probably because outlook is a rather broken MUA :)06:23
=== psusi uses thunderbird
psusimalone definately sent a single part mime message plain text... I looked at the source06:24
psusiwith s/mime, I believe there is a header that says this is an encrypted message or something... then the encrypted mime part...06:25
ajmitch_which is what should be done with gpg06:25
psusithunderbird transparently decrypts it and shows you the message.... non s/mime aware clients though would just see the little part about this being an encrypted message, and an attachment06:25
ajmitch_psusi: where did you see signed email from malone?06:25
sistpotypsusi: I get quite some "wrong" stuff (signature is wrong) from malone/LP... which says LP touched the msg.06:25
psusiajmitch_, it was encrypted actually, not signed... when I asked to sign the coc06:25
ajmitch_right06:26
ajmitch_so launchpad, not malone06:26
psusierr... yea06:26
psusiI see that sort of thing from some people on mailing lists too06:27
psusibut thunderbird, outlook, and probably several others understand s/mime just fine.. and I can see who sent the message and reply with an encrypted message if I choose... all without a keyserver06:28
ajmitch_that's great06:29
=== ajmitch_ has to run away now, bbl
sistpotycya ajmitch_06:29
sistpotypsusi: (w.o. knowing what exactly s/mime is): how can s/mime make sure the msg is not tampered with?06:31
psusisistpoty, s/mime is a mime standard for secure email... openssl supports it... it generates a hash of the message ( MD5 or SHA, etc ) then encrypts that using the signer's private key ( RSA or DSA )06:33
psusisistpoty, the recipient then can decrypt the encrypted hash with the sender's public key, and compute their own hash of the message and make sure it matches06:33
sistpotypsusi: where do the private/public keys come from?06:33
psusix.509 certificates ( ISO standard )06:34
sistpotypsusi: I want to send and encrypted s/mime msg... where can I get the public key of the receiver?06:35
sistpotyoh, got it wrong... sorry06:35
psusihave them email it to you is one way06:36
psusijust have them send you a signed message06:36
sistpotyyou know what i mean? ;)06:36
psusi?06:36
sistpoty(you explained it differently than I replied;)06:37
sistpotypsusi: but how can I make sure, the sender *is* the sender of the msg in the first place, when I don't have his key yet?06:38
psusisistpoty, because his certificate is signed by an authority that you trust who verified his identify...06:38
sistpotypsusi: then how do I know I trust that very authority?06:39
psusilike verisign, or... eventually it would be nice if the gov't set up their own CA ot issue electronic docmuments and do away with paper ones06:39
psusibecause you have configured your system to trust them by installing their certificate as a trusted CA certificate06:39
psusibecause you believe that they do a good job of validating proper documents to be assured of the identity of applicants06:40
sistpotypsusi: then this all ends up having s.th. like a "keyserver" ;) (having one authority I trust seems pretty much like having a keyserver, doesn't it?)06:40
psusino... because the keyserver must be accessible to validate a message from a new person... a CA doesn't06:42
sistpotybut I can switch to another keyserver pretty quickly, since each keyserver (should be) is syncronised to each other06:43
sistpotybut basically, I get the impression... both types have there pro's and con's (like what is when a CA isn't trustworthy?) (or the keyserver must be present problem)... so I think it's good to have them both06:44
sistpotyand psusi: thanks for the insights what s/mime is about ;)06:45
psusino problem...06:46
psusithey are definately similar... but s/mime is a more widely supported standard, whereas gpg is a home grown solution06:46
psusialso... the same x.509 certificate you use for email can be used for IPSec and SSL connections06:47
sistpotyhe, but homegrown solutions is one thing FOSS stands for, isn't it? ;)06:48
psusino.... FOSS stands for solutions that are free to everyone and come with source06:49
psusiif that solution must be homegrown, so be it... but if there's a good standard already... use it06:49
sistpotyhehe, another point of view ;)06:50
psusiI just find ssl and s/mime to be less kludgey feeling than ssh and gpg I guess06:51
psusiand more widely supported06:51
sistpotyI can't tell about what's more widely supported... I don't have that kludgey feeling though...06:52
sistpotyanyway, it's almost 7am here, and I think I'll open a beer right now and go out for a smoke (before I finally fall into bed)06:52
psusilol....06:52
sistpotybrb06:52
=== psusi quit smoking
psusibut bet does sound good06:52
sistpotyyou're lucky... I tried several times but failed06:53
psusiit ain't easy06:53
psusiand yea, this is probably the 4th time I've tried06:53
psusibut this time I'm sticking to it... I'm sick and tired of being sick and tired06:54
sistpoty:)06:54
psusiand it certainly makes working out easier, which is nice06:54
psusiwell, night...06:54
sistpotygn8 psusi06:54
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== viviersf [n=cain@dsl-146-1-189.telkomadsl.co.za] has joined #ubuntu-motu
sistpotygn8 everyone07:18
lfittlgn8 sistpoty07:18
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu
dolsoncrimsun: it appears I was wrong.. the packages build, but the SConstruct file has changed, so the -gtk and -gtk-686 packages are not build properly I don't think07:21
=== tvelocity [n=tony@ipa33.0.tellas.gr] has joined #ubuntu-motu
=== zakame [n=zak@210.213.71.163] has joined #ubuntu-motu
zakamehello MOTUs07:50
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu
lifelesspsusi the doc team use svn08:08
lifelessgit is used by the kernel so we use it too at this point08:08
lucasI have some sync requests pending for more than a week08:34
lucassomebody know if elmo has a huge backlog those days ?08:35
zakameer probably because of the rollout08:37
=== staqen [n=staqen@154.35.1.8] has joined #ubuntu-motu
zakamehmm motu-school's been off for a long time :/08:43
lucasyeah08:47
=== lucas finds UVF difficult to manage from a MOTU POV ...
lucasit's a bit frustrating08:52
=== Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu
siretartlucas: you are right. I feel the same. but I don't know a better way08:55
zakamewell yeah there are bits that are quite difficult, but right now we need to do polish :)08:56
lucasyeah, we have 1130 packages with newer versions in debian08:56
lucassome of them might fix huge bugs08:56
lucasand we don't even know about it08:56
lucasjust because we can't review them all08:57
dolsonyou need more MOTUs08:58
zakamehmm yeah, but if we play catchup we'll never finish dapper ;)08:58
zakameon all pkgs, that is08:59
lucasyeah, but it sucks, since some packages might be of high importance to somebod08:59
lucasy08:59
lucasand if we release with an outdated verison08:59
lucashe could complain08:59
siretartdolson: yes, and since we don't have more motus, and are not likley to increase our numbers in short way, this won't work08:59
zakame:(09:00
siretartzakame: the only reasonable thing to do is to decrease divergence09:00
torkelbetter to get complains about outdated packages than packages that crashes every five minutes09:00
zakamesiretart+109:00
dolsonwell I'm attempting at learning how to do packaging, so some day I could possibly help in some way09:01
siretarttorkel: how do you know that we don't have packages that crash every five minutes which could be fixed by syncing a newer revision of the package?09:02
zakameis there any more input on DCT then?09:02
siretartthe point is that we don't know09:02
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
torkelsiretart: on the other hand you don't know if syncing a newer version gives you less bugs09:04
lucassiretart: [+1] 09:04
lucaszakame: I'll try to work on DCT next week. The problem is that we need more Ubuntu devs to get involved if we want it to be successful09:04
zakamelucas: w00t count me in then ;)09:05
siretartlucas: I'm quite busy today with other stuff (uni, work, etc.), but I intend to prepare an email to ubuntu-devel, perhaps to u-d-a, describing the problem. I'd like you to review it, okay?09:05
siretartperhaps the next days09:05
=== dholbach [n=daniel@p54A6676C.dip.t-dialin.net] has joined #ubuntu-motu
siretartmorning dholbach!09:06
dholbachhey siretart09:06
lucassiretart: I've started a wiki page about it, just to write some thoughts09:06
lucasping me when you start working on this09:06
lucassomebody has a source for "we will support dapper for 3 years" on www.ubuntu.com or wiki.ubuntu.com ?09:07
dholbachgood morning!09:07
=== lucas can't find any (strange)
siretartlucas: oh, which wiki page is this?09:07
dholbachit will be on dapper's release announcement09:07
dholbachand on ubuntu-devel@ too09:07
zakameheya dholbach :D09:07
dholbachhey zakame09:08
siretartdholbach: do we already have some place to propose Candidates for removal?09:08
dholbachsiretart: I think not, it'd be good to list the ones we already requested somewhere.09:09
siretartdholbach: okay, I'll start a wiki page: wiki.ubuntu.com/MOTU/RemovalCandidates, okay?09:09
=== Gloubiboulga [n=gauvain@84.5.60.151] has joined #ubuntu-motu
dholbachDid we remove the MorgueCandidates page?09:11
dholbachIf not, it'd be a good idea to just have one.09:11
=== siretart checks
siretartdholbach: https://wiki.ubuntu.com/MorgueCandidates this one exists09:12
siretartbut last edit was in November. we could revive that09:12
dholbachYeah.09:13
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== iBalo [n=user@dslc-213-023-142-254.pools.arcor-ip.net] has joined #ubuntu-motu
lucassiretart: https://wiki.ubuntu.com/LucasNussbaum/UVFManagementInMOTU09:37
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== jpatrick [n=patrick@40.Red-83-44-126.dynamicIP.rima-tde.net] has joined #ubuntu-motu
dholbachWhat's the deal with flashplugin-nonfree?10:00
dholbachIs it a new upstream version we want to include?10:00
jpatrickmorning dholbach10:01
lucasdholbach: no10:02
lucasno UVF exception required10:02
dholbachCan somebody have a look at this list and tell me, if I forgot something:10:13
dholbachnot enough discussion: scim-tables, afterstep, gnome-rdp, skim10:13
dholbachto pass on: gmime2.1, beagle, ikvm, wine10:13
dholbachapproved: lyx, ipython, libgettext-ruby, sisu, psi, libgdiplus, liferea, byzanz, jabberd2, soundconverter, bzrtools10:13
dholbachGAR, no MOTU report written yet.10:15
=== dholbach cries
siretartdholbach: I have another request: schroot, but I have to write the report first10:15
jpatrickIs this MainInclusion?10:17
dholbachNo.10:17
dholbachUVF = Upstream Version Freeze.10:17
jpatrickok10:17
=== Pygi [n=mario@83-131-247-20.adsl.net.t-com.hr] has joined #ubuntu-motu
ajmitch_hi10:29
Pygihello10:29
ajmitch_dholbach: what do you mean 'to pass on'?10:30
ajmitch_I see I was too late with f-spot for this week10:30
ajmitch_oh well, I guess it can wait for another 3 weeks until I get back10:30
dholbachMail it to the list.10:30
dholbachWe'll discuss it and I'll pass it on to Matt and Colin on Sunday/Monday.10:31
ajmitch_ok10:31
=== ajmitch_ won't be around to discuss from tomorrow
dholbachJust prepare and send it then.10:31
ajmitch_lucky me is going off to australia for some work10:32
=== dholbach -> off, dogwalk
dholbachbrb10:32
ajmitch_ok, bye then10:32
jpatricksomeone care to look at: http://revu.tauware.de/details.py?upid=169010:34
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
=== tvelocity [n=tony@ipa33.0.tellas.gr] has joined #ubuntu-motu
=== Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu
=== herzi [n=herzi@c184054.adsl.hansenet.de] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
lfittldholbach: ping10:57
dholbachlfittl: pong10:57
jpatrickcan someone help me with these? http://pastebin.com/54467211:01
=== ptlo [n=senko@83-131-90-239.adsl.net.t-com.hr] has joined #ubuntu-motu
siretartsbuild rocks11:15
=== dholbach [n=daniel@ubuntu/member/dholbach] has joined #ubuntu-motu
ajmitch_siretart: ?11:20
siretartajmitch_: I made sbuild run on my laptop on lvm snapshots11:20
ajmitch_great, you must show me how to configure it for that :)11:21
ajmitch_is it any faster?11:21
siretartI don't feel it runnay way faster. but you don't need to purge your chroot after build anymore11:22
siretartand you can guarantee a clean chroot11:22
ajmitch_ok11:22
ajmitch_but purge & untar aren't the operations that slow it down significantly11:23
siretartajmitch_: in order to make this work, you need the latest schroot from unstable, plus the latest lvm-snapshot capable sbuild version rleigh sent me by email ;)11:23
ajmitch_right11:23
=== ajmitch_ might not have much net access after about 12 hours from now
ajmitch_so it probably doesn't matter11:23
ajmitch_unless there's wireless in the area where I'll be (very unlikely)11:23
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
azeemlifeless: my ThinkPad mostly died last Friday, the display flickers at random times and then it freezes :/11:49
azeemI thought I found a loose screw after opening up the keyboard, but last night/this morning I couldn't even get it to boot anymore11:49
lifelessazeem: :[11:54
siretartazeem: :(11:55
siretartlifeless: did you read my question yesterday about pybaz vs. python2.4-bazaar? which of them is deprecated?11:56
lifelesssiretart: did you read my answer11:56
siretartoh, I did not. sorry11:56
siretartah, there it is. /me rechecks11:57
siretartah, that seems to be cruft in /etc/apt/sources.list. sorry for bothering11:58
=== jinty [n=jinty@196-28-47-56.jhb.netdial.co.za] has joined #ubuntu-motu
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
siretartlucas: I've just looked at https://wiki.ubuntu.com/LucasNussbaum/UVFManagementInMOTU, and I have some comments, why some of your proposals won't work, but I don't have time to answer them right now12:08
siretartlucas: could you please just paste https://wiki.ubuntu.com/LucasNussbaum/UVFManagementInMOTU?action-raw to our mailing list so that I can answer via email? thanks12:09
=== Aramil [n=tony@ipa212.14.tellas.gr] has joined #ubuntu-motu
=== lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu
=== mhz [n=mhz_chil@moinmoin/fan/mhz] has joined #ubuntu-motu
lucassiretart: maybe it's better if we discuss it together ?12:40
lucas(first)12:41
lucasbefore starting a thread on the mailing list12:41
=== netjoined: irc.freenode.net -> brown.freenode.net
=== tiCo89 [i=mario@server01.marioiseli.com] has joined #ubuntu-motu
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
=== iBalo [n=user@dslc-213-023-142-254.pools.arcor-ip.net] has joined #ubuntu-motu
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== jsgotangco [n=jsg@210.4.59.162] has joined #ubuntu-motu
ogralucas, it was discussed to extend at UBZ while we made the release schedule ...12:54
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== Yagisan [n=jamie@60-240-87-1-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu
=== freeflying_ [n=freeflyi@61.190.65.4] has joined #ubuntu-motu
=== irvin_ [n=irvin@203.213.220.193] has joined #ubuntu-motu
=== zakame [n=zak@210.5.95.172] has joined #ubuntu-motu
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu
=== Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu
Tonio_hi01:16
Gloubiboulgahello Tonio_01:18
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
lucasI wasn't at UBZ01:24
ograbut a lot of MOTUs were and took part in that discussion ...01:25
lucasis a video available or something ?01:25
ograadditionally it was held on IRC to make it possible to see what we are doing01:25
zakameheya MOTUs!01:26
ajmitch_hi zakame01:26
zakamehi ajmitch_01:26
ogra(together with a gobby session, so you could edit the schedule remotely)01:26
siretartlucas: short remark about your proposed syncing mechanism01:27
siretartlucas: current syncing works via a script which only elmo can access01:27
zakamewhat's this?01:27
siretartlucas: it does not only syncing, but does also integrate with mom and perhaps other stuff: short there is currently no other way for syncing01:28
lucasyeah, but this is infrastructure01:28
lucasmost of the infrastructure in Ubuntu/MOTU isn't good enough, but we know that01:28
siretartthere is a spec for launchpad to inlcude that: https://wiki.launchpad.canonical.com/PackageSourceManagement01:29
siretartwith that implemented, 'normal' developers will be able to access that script, AFAIU01:29
Yagisanyeah, it's not like we can set this up at home. Although with a bit of effort you can set up your own w-b system01:29
siretartI think this is rather critical to us, we should mention that to launchpad folks as well as to ubuntu-devel01:30
siretartlucas: you proposed some criteria when to sync01:30
lucasI personnally think that elmo should work on main packages, and that MOTU should handle syncs inside universe themselves01:30
siretart'test' builds in advance can be quite expensive, but I think it is okay, when queued low priority. this should be done with the launchpad build network, though01:31
jpatricksiretart: revu has gone missing01:31
lucasseriously, on today's architectures, even building openoffice isn't that expensive01:31
ajmitch_jpatrick: looks like tiber fell over :)01:32
siretartthe installation test could be done with diziets work on debtest (or however it is called)01:32
=== StevenK waves to ajmitch_.
ajmitch_hi StevenK01:32
StevenKajmitch_: You're up late.01:32
ajmitch_moderately so01:32
StevenKsiretart: Fixed Linda on REVU yet? ;-)01:32
lucassiretart: autopkgtest is just the framework01:32
siretartother option would be a britney run on universe, which ajmitch is currently working on01:32
lucaspiuparts does installation checks01:32
Yagisanajmitch_ never sleeps. He just pretends too so he can lurk ;)01:32
siretartpiuparts is not integrated into launchpad01:33
ajmitch_Yagisan: shh01:33
lucasthere was a life before launchpad01:33
siretartlucas: what concerns me most is the last argument: "The updated package has been in Debian sid for ''n'' days, without any severity >= normal bug opened against it"01:33
StevenKYagisan: Oh, spoke to work. The word was 'send in your CV'01:33
ajmitch_siretart: I'll try & appear online when I can - I'll be offline for a bit over the next couple of weeks though :)01:33
siretartlucas: this won't work like that. You have to check what other packages this would break. again, checked in debian by britney01:33
lucaswe don't need to get everything integrated in launchpad01:33
lucassiretart: the main point of my wiki page is not the example proposal at the end01:34
lucasbut the list of issues before it01:34
lucasthe proposal is just an example of what could be acceptable with some tuning01:34
siretartthats the reason why I wanted to discuss this via emal01:34
siretartemail01:34
siretartlucas: then I didn't quite get your proposal01:35
lucasit's not really a proposal01:36
lucasit's a "I'm tired of UVF and the current handling of universe" rant01:36
siretartif you want to improve the sync process (what really needs to be improved), then you have to know that the current process is via elmo, and will move to launchpad somewhen01:36
dholbachThis is a "I'm tired of rants." rant.01:36
siretartlucas: I don't think UVF is the culprit. UVF doesn't prohibit updates01:37
ogralucas, you did that rant from the first day in this channel ... we all heard it before ...01:37
ograwhats the usecase for putting it on the wiki additionally ? #01:37
siretartogra: discussion01:37
siretartthats okay01:37
ograjust putting it in more places wont change the facts ...01:37
siretartwhich facts? I don't see many01:38
lucasogra: is it fordidden to use sub-pages of your personal homepage to write stuff about Ubuntu ?01:38
ogralucas, nope01:38
lucasok. then stop complaining.01:38
ograsiretart, that we need more time for bugfixing in dapper and this the UVF is more strict this time for example01:39
siretartUVF does not prohibit bugfixing01:39
siretartyou can still upload until the day before release01:39
ograthats not what i wrote01:39
=== StevenK has been fixing build failures when he has time.
StevenKOne to two a night.01:40
ograsiretart, UVF is about concentrating on bugfixes instead of looking for the newest shiny features and versions01:41
StevenKfort77 -O2  -c -o somnec.o somnec.f01:41
StevenKsh: line 1:  3253 Segmentation fault      /usr/bin/f2c -Nn802 -I. <somnec.f >/tmp/fort77-3251-1.c01:41
StevenK/usr/bin/fort77: aborting compilation01:41
StevenKWheee.01:41
ograand i guess you agree that it makes sense that we should concentrate more on it this time where users might be stuck with packages for 3/5 years ...01:42
=== stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu
lucas(I think supporting dapper for 3 years is a joke too, but this is OT)01:45
=== ogra_ [n=ogra@p5089D017.dip.t-dialin.net] has joined #ubuntu-motu
=== pietrus [n=pietrus@c92583d3.virtua.com.br] has joined #ubuntu-motu
zakameUVF isn't really a barrier; think of it as a cocoon ;)01:50
Yagisanzakame: so we can eat our way out ??01:50
zakameor an eggshell, where the yolk slowly transforms into a chick ;)01:50
=== ajmitch_ goes off to sleep
zakameYagisan: in a way :)01:50
Tonio_dholbach: ping ?01:55
dholbachTonio_: pong01:55
Tonio_may I ask you a question about gnome config dholbach ?01:56
dholbachgnome config?01:56
Tonio_dholbach: I'm currently working on kubuntu default settings, and it appears many users have problems with fonts01:56
Tonio_dholbach: while searching, I didn't find ubuntu users complaining01:57
Tonio_yep, you'll understand :)01:57
dholbachWhat are those problems with fonts?01:57
Tonio_so because the xorg settings are the same, we were asking the way gdm sets the fonts01:57
Tonio_dholbach: simply, on many computers, the dpi changes when you reboot, and fonts are completly different01:58
dholbachgdm shouldn't have anything to do with it.01:58
Tonio_dholbach: we were asking if you were forcing the dpi in gdm in fact :)01:58
ograTonio_, doesnt KDE use fontconfig as well for this ?01:58
ograwe dont01:58
Tonio_ogra let me ask Riddell01:59
RiddellI think gdm did use a fixed dpi once upon a time but doesn't any more01:59
Riddellwhich is why I'd like kdm to also use the X dpi not a fixed one02:00
Tonio_in fact the strange point is that ubuntu users don't mostly complain with fonts, when kubuntu ones seem to have lots of issues...02:00
Riddellbut yes, we do get more complaints, and I'm not sure why02:01
RiddellKDE does use fontconfig02:01
=== susus [n=sz@p5089D017.dip.t-dialin.net] has joined #ubuntu-motu
jpatrickafternoon raphink02:06
raphinkhi jpatrick02:12
raphinksiretart: ping02:13
siretartraphink: only if its quick02:14
raphinksiretart: could you nuke simias from REVU please?02:14
raphinksiretart: there is a _major_ copyright issue on it, we should have never gotten this on there02:14
siretartI'll make you revu admin02:15
tsengraphink: uh02:15
raphinkok02:15
tsengraphink: please stop.02:15
raphinktseng: http://revu.tauware.de/details.py?upid=1332 read the last comment02:15
raphinktseng: what?02:15
raphinktseng: the software contains source with headers such as "SECRET PROPERTY OF NOVELL"02:15
raphinkI don't think we want that02:16
tsengraphink: I think we should have them fix it in good faith, not just nuke it and forget it ever happened02:16
jpatrickraphink: care to revu-report kdmtheme: http://revu.tauware.de/details.py?upid=1690 ?02:16
tsengraphink: they already GPL'd flaim, previously SECRET PROPERTY in good faith02:16
raphinktseng: sure what do you propose?02:16
tsengraphink: Mez has contacts with upstream02:16
siretartraphink: you should be able to nuke yourself now02:17
tsengMez could point out the copyright problem02:17
raphinktseng: ok then I shall talk to Mez see if he can have this fixed02:17
tsengthanks.02:17
raphinktseng: :)02:17
raphinkMez: ping02:17
raphinksiretart: so I just have to rm -rf the /var/revu/revu1-incoming/$package-$date to nuke ?02:18
siretartraphink: first, archive it, then there is a link for nuking02:18
siretartafter that, then remove that from /var/revu/revu1-incoming/02:18
raphinksiretart: another question very quick : as you proposed, I know package revu-tools independantly as deb, so to get v.0.4 on REVU we'd have to install the deb02:18
raphinksiretart: ok02:19
siretartraphink: cool. if you think it is ready, just upload it to ubuntu02:19
raphinksiretart: hmm, to REVU first then I guess02:20
siretartsince it is a motu internal tool/package anyway, I don't think we need reviewing via revu02:20
raphinkhehe02:20
raphinkok then02:20
raphinkI'll just add manpages to it first02:20
siretartbut better upload the first version before FF02:20
raphinkyep02:21
raphinkI'll add manpages today then upload02:21
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
=== sealne [n=sealne@obelisk.wasters.com] has joined #ubuntu-motu
sealnesiretart: i'm pretty sure i sent a signed email to keyring awhile ago but i just uploaded a package and its not showing, the package was dcfldd and my email is kenny@duffus.org is it possible to check?02:29
staqenwhat directory contains my desktop menu entry files?02:29
Gloubiboulgastaqen, .desktop files go in /usr/share/applications/02:30
staqenGloubiboulga: thank you02:30
sealnesiretart: arg no matter, installing dput after setting /etc/dput.conf the way you want it means it gets splated, bad dput02:30
Gloubiboulgastaqen, np02:30
siretartsealne: whats your keyid?02:31
=== pietrus [n=pietrus@c92583d3.virtua.com.br] has left #ubuntu-motu ["Leaving"]
sealnesiretart: EEED70F302:32
siretartsealne: done02:32
sealneactually uploading to revu might help, time to submit a bug for dput02:33
=== slomo [n=slomo@dslb-084-061-162-188.pools.arcor-ip.net] has joined #ubuntu-motu
=== staqen [n=staqen@postmortem.csd.auth.gr] has joined #ubuntu-motu
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu
=== dzonni [n=dzonni@ordi.ee] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@CPE-144-136-113-76.nsw.bigpond.net.au] has joined #ubuntu-motu
zakamehmm is REVU also affected by UVF? (I'm not subbed to dapper-changes, so I've no idea :/)03:00
dholbachNEW packages until Feature Freeze. (Feb 23)03:00
dholbachWe should have a freeze before, so we only focus on getting stuff in that's on REVU already.03:01
zakameah ok :D03:02
=== phanatic [n=phanatic@dsl5402A6C1.pool.t-online.hu] has joined #ubuntu-motu
phanatichi people03:04
Gloubiboulgahey phanatic, zakame03:07
zakameheya phanatic03:07
Gloubiboulgahi dholbach :)03:08
phanatichey Gloubiboulga, zakame :)03:08
phanaticzakame: nanoweb got uploaded yesterday. thanks for your help :)03:08
phanaticraphink: ping03:08
zakamedholbach: how about bugs assigned to the motureviewers team? can fixes be made to close these?03:08
zakameheya Gloubiboulga03:08
zakamephanatic: yeah, no prob :D03:09
zakamegaah why is rosetta b0rking tonight? :(03:09
jpatrickzakame: updates03:10
zakamejpatrick: ah, just now...03:11
jpatrick /topic at #ubuntu-devel03:11
=== staqen [n=staqen@tor/session/x-ac0d96e0cda172bb] has joined #ubuntu-motu
raphinkphanatic: pong03:25
phanaticraphink: i began working on ubuntu-grup-splashimages then03:26
phanatics/grup/grub03:26
raphinkoh good03:26
raphinkany issue so far?03:26
=== SloMoSnail [n=slomo@dslb-084-061-171-021.pools.arcor-ip.net] has joined #ubuntu-motu
phanatici'm in the collecting stage now :)03:28
phanaticbut did update debian/control03:28
phanaticBuild-Depends-Indep -> Build-Depends03:29
phanaticand compat 5 (debhelper >= 5.0.7)03:29
raphinkhehe03:29
raphink;)03:29
raphinkI discovered about the Build-Depends-Indep only later03:29
raphink;)03:29
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
phanatici know :)03:29
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu
zakamewhy? can't splashimages be arch: all?03:31
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
zakameheya zul Amaranth03:31
Amaranthhi03:31
jamessanzakame: even arch: all packages will frequently have Build-Depends.  anything needed during the clean target has to be in Build-Depends03:32
phanaticzakame: they are03:32
phanaticbut there was a discussion about this issue on debian-devel as raphink pointed out03:32
raphinkjamessan: that's the right reason, indeed03:32
raphinkjamessan: you seem to know quite more than me on the reason why it is so :)03:32
zakameso is there something in clean aside from {,build-}essential that should be B-D in that?03:33
jamessanzakame: I haven't looked at splashimages packaging, but if it uses cdbs, that'd be needed in B-D03:33
raphinkwell from what I've understood, very few things are acceptable in Build-D-I03:33
raphinkdebhelper and cdbs at least have to go to B-D03:34
raphinkdocbook2x for example could be in B-D-I though03:34
raphinkwhen used03:34
raphinkjust trying to find examples03:34
zakamejamessan: ah indeed03:35
zakamein general build-indep targets need B-D-I03:36
zakameso a `debian/rules binary-indep` would run needing only the B-D-I03:37
jamessanwell, B-D and B-D-I are required when running binary-indep/build-indep03:38
jamessanhttp://www.us.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps03:39
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
raphink:)03:41
jamessanit's easier to look at it as "Which targets don't need B-D-I"03:41
zakameah03:42
=== freeflying_ [n=freeflyi@61.190.65.23] has joined #ubuntu-motu
=== _freeflying [n=freeflyi@61.190.65.23] has joined #ubuntu-motu
phanaticraphink: i upload the package now to revu03:49
Gloubiboulgadh_python is supposed to find all python deps ?03:52
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
phanaticraphink: http://revu.tauware.de/details.py?upid=169503:58
raphinkphanatic: wait03:58
phanaticok03:58
phanaticraphink: i have to go now... please leave a comment, i'll read it later :)04:02
=== lucas [n=lucas@ubuntu/member/lucas] has left #ubuntu-motu ["Leaving"]
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu
raphinksiretart: manpages done, package checked, double checked and triple checked, and just uploaded to ubuntu :)04:20
jpatricknice04:21
jpatrickhttp://revu.tauware.de/details.py?upid=1690 :)04:22
=== Gloubiboulga hates dh_python
raphinksiretart: ultimate test, ran revu-report on the revu-tools package ;)04:22
raphinkit'll surely be in before FF :)04:23
=== raphink is gonna take a shower and will be back all clean :)
tsengremind me when FF is?04:23
GloubiboulgaFeb 23 iirc04:24
dholbachyes04:24
dholbachWho helps with writing the MOTU report?04:24
tsengno proble, then04:24
tsengproblem04:24
Gloubiboulgamay I ask some help to a python stuff packager?04:30
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
staqeni think ubuntu should include gimpshop, which is cool (or, to be more specific, a photoshop-like "front-end" to gimp)! ( http://plasticbugs.com/?page_id=294 )04:38
=== jsgotangco [n=jsg@210.4.59.162] has joined #ubuntu-motu
lfittlstaqen: This is already filed on https://wiki.ubuntu.com/MOTU/Packages/Candidates04:41
staqenlfittl: cool. do you think we'll have it in dapper already?04:41
lfittlstaqen: I don't think so, see the comment in the "Packaging Information" section04:42
azeemstaqen: is that just a skin/theme, or do you need to patch/rebuild gimp for that?04:43
lfittlazeem: you need to patch/rebuild gimp04:43
=== zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
slomohm, does someone know a console mail client which can read maildirs?04:59
jamessanmutt04:59
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
slomojamessan: hmm, do you have a working muttrc for me somewhere? mine only want to read mboxes, no maildirs05:01
jamessanslomo: the relevant options are mbox_type and mailboxes05:02
raphinkjpatrick: I don't understand why you uploaded kdmtheme again instead of kcontrol-kdmtheme05:02
jpatrickraphink: someone said don't change the original tarball05:03
raphinkjpatrick: this hsa nothing to do with the name of the package05:04
raphinkyou can keep the tarball as such yet use another name for the package05:04
jpatrick* upstream tarball changed. Please just repack the .bz2.05:04
jpatrickhttp://revu.tauware.de/details.py?upid=168305:04
raphinkjpatrick: yep05:04
raphinkjpatrick: read the reviewing guide on the wiki about this please05:04
raphinkjpatrick: this has really nothing to do with the name of the package05:05
jpatrickraphink: the package it makes is called kcontrol-kdmtheme05:05
raphinkjpatrick: you are the one setting up the name of the package :p05:05
raphinkyou don't have to change the upstream tarball to set your package name05:05
raphink;)05:05
jpatrick:|05:06
raphinkjpatrick: ok let me explain if you're not gonna read the guide ;)05:07
raphinkjpatrick: what you should do is :05:07
raphinkbunzip2 $upstream.tar.bz2 && gzip -9 $upstream.tar && mv $upstream.tar.gz $theorigyouwant.orig.tar.gz05:08
raphinkjpatrick: this way the tarball is not changed, and you can name the package the way you want05:08
jpatrickthat's what I did.....05:08
raphinkjpatrick: and it made you a kdmtheme package? from a kcontrol-kdmtheme orig?05:09
jpatrickthe orig is 'kdmtheme'05:09
=== PenKoad [n=penkoad@195.154.73.3] has joined #ubuntu-motu
jpatrickdownloaded from kde-apps.org05:09
=== j^ [n=j@e178045147.adsl.alicedsl.de] has joined #ubuntu-motu
raphinkjpatrick: why, if we want a kcontrol-kdmetheme package?05:09
=== PenKoad [n=penkoad@195.154.73.3] has left #ubuntu-motu ["Parti"]
raphinkjpatrick: it was discussed before that is was better to make a kcontrol-kdmtheme package05:10
raphinkto keep it in the logic of other kcontrol modules05:10
jpatricksrc package == kdmtheme, binary it produces => kcontrol-kdmtheme05:10
raphinkah05:10
raphinkif you want05:10
raphinksorry then, I'm fine with that05:10
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
raphinkI'm just used to usoing the same name for src package and binary package it produces05:11
raphinksince I find that clearer05:11
raphink;)05:11
jpatrickdebian/control05:11
raphinkbut it's up to you05:11
raphinkyeah yeah jpatrick ok05:11
raphinkthat's a way of doing it, so it's ok :)05:12
raphinkjpatrick: uscan says there's a newer version05:13
jpatrickI was told not to change orig tarball's name05:13
raphinkah no sorry05:13
raphinkhehe it says you're using obsolete version of debian/watch05:13
raphinkplease use a debian/watch version 3 instead of 105:13
jpatrickodd I copied that one of the New Maintainer Guide05:14
raphinkhehe05:15
raphinkthe NMG might be a bit old on this05:15
raphinkobsolete even05:15
=== raptoid [n=raptoid@unaffiliated/raptoid] has joined #ubuntu-motu
raphinkcurrent version of debian/watch is 305:15
jpatrickI add "version=3" ?05:16
raphinkjpatrick: here's an example : http://revu.tauware.de/revu1-incoming/kblogger-0602061835/kblogger-0.4.1/debian/watch05:16
jpatrickahh I get it now05:17
jpatrickreuploading...05:21
raphinkok05:22
jpatrickarg05:26
raphinkjpatrick: what?05:26
jpatrickI fixed styleclock's watch file05:26
jpatricknot kdmtheme05:26
raphinkah ok05:26
raphinkthat's good too ;)05:26
raphinkwhatever you fix is good05:27
jpatrickthat should do it05:29
raphinkok05:29
jpatrickhttp://revu.tauware.de/details.py?upid=169805:31
jpatrickbtw I think sealne would like it if you looked at his package: http://revu.tauware.de/details.py?upid=169705:33
jpatrickraphink: what should I do about the watch?05:43
raphinknothing, doesn't matter05:43
jpatrickokay :)05:44
=== xhaker [n=xhaker@84.90.60.227] has joined #ubuntu-motu
jpatrickraphink: says old-fsf-address05:47
raphinkthen change it05:48
=== JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
jpatrickraphink: http://revu.tauware.de/details.py?upid=1683 <= I was told to put it there :/05:50
jpatrickheh, I'll poke upstream05:51
raphinkok05:51
=== Arrogance [n=aks@ottawa-hs-209-217-75-24.d-ip.magma.ca] has joined #ubuntu-motu
=== sovvy2009 [n=sovvy200@82-37-32-193.cable.ubr01.brom.blueyonder.co.uk] has joined #ubuntu-motu
=== Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-motu
=== xhaker [n=xhaker@84.90.60.227] has joined #ubuntu-motu
=== fbond [n=fab@pool-71-161-210-173.burl.east.verizon.net] has joined #ubuntu-motu
fbondhello all06:11
fbondis it definately too late to get a new package into dapper universe?06:11
jpatrickhello fbond06:11
jpatrickNo06:11
fbondok06:11
jpatrickuntil the 23rd06:11
fbondthe release schedule made me think otherwise... is that just for main?06:11
jpatrickmain + universe06:12
dholbachFeature Freeze for NEW packages.06:12
ograUVF != feature freeze06:12
fbondah06:12
fbondi put together a few packages and have them in an unofficial repository; it's been requested by some that I try to get them into ubuntu proper06:13
fbondnaturally, i would want to scrutinize them more closely, but i don't have much history with the ubuntu community, and wondered if getting these into dapper is even feasible06:14
fbondthoughts?06:14
ograpackages we include need to be reviewed and signed off by 2 universe maintainers ...06:15
ograupload the source package to REVU .... to get them reviewed06:15
fbondok06:15
fbondi saw the instructions for that on the wiki06:16
fbonddidn't know if there was a pre-req...06:16
ograthere is none ... just get access to upload to REVU and upload the surce package ...06:16
ograif its signed off, someone will upload it to the archive for you06:17
fbondok, i got it -- thanks06:18
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
=== yosch [n=yosch@clrglop216.in2p3.fr] has joined #ubuntu-motu
Casanovahi i have uploaded 2 packages LDTP and LTFX to http://prash.be/ldtp/ubuntu/ can i simply send this link to the mailing list for approval or is there any specific website that i should upload to?06:31
lfittlCasanova: Upload them to REVU (https://wiki.ubuntu.com/MOTU/Packages/REVU)06:33
Casanovalfittl> how can i get my gpg key added to the keyring?06:34
lfittl"Please send a signed email with your GnuPG keyid, asking to be added to the REVU keyring, to keyring@tiber.tauware.de"06:35
Casanovaok :)06:35
lfittl;)06:35
Casanovai was just wondering if we could get this over with on irc itself :D06:35
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
jpatrickraphink: http://revu.tauware.de/details.py?upid=170006:44
=== kjcole [n=kjcole@pchb1f.gallaudet.edu] has joined #ubuntu-motu
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
mhzogra: ping06:53
mhzoops, sorry ogra06:53
=== jinty [n=jinty@196-28-44-84.jhb.netdial.co.za] has joined #ubuntu-motu
jpatrickraphink: uploaded07:15
=== j^ [n=j@e178043160.adsl.alicedsl.de] has joined #ubuntu-motu
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
=== FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu
=== dolson [n=dana@d235-185-252.home1.cgocable.net] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
=== poningru [n=poningru@n128-227-61-6.xlate.ufl.edu] has joined #ubuntu-motu
=== bryan_ [n=bryan@wuw-ojr3gmca.dybb.com] has joined #ubuntu-motu
GloubiboulgaIf upstream provides a desktop file, a .menu file is really usefull ?07:56
GloubiboulgaI mean adding a .menu for the deb package07:57
=== JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu
=== TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu
LaserJockGloubiboulga: menu files aren't to hard to add to debian/ you might just add one for completeness08:05
LaserJockGloubiboulga: I don't think Ubuntu uses them much (other than if you install the Debian menu)08:06
GloubiboulgaLaserJock, k08:06
=== frans-th [n=frans@202.73.108.150] has joined #ubuntu-motu
=== AstralJava [n=jaska@cm-217-078-207-6.lohjanpuhelin.fi] has joined #ubuntu-motu
GloubiboulgaLaserJock, I had a look at a package on REVU and wondered if it was really needed08:06
frans-thhi all08:06
frans-thanyone update oo @ breezy with the newest?08:06
LaserJockGloubiboulga: I don't think it hurts :-)08:07
Gloubiboulgathanks LaserJock :)08:07
LaserJockfrans-th: update the OO in breezy to dapper's OO ?08:07
frans-thwhy?08:08
frans-this there a way to make breezy run oo2?08:08
frans-thi read that the repo is 18months for breezy08:08
frans-thso there will be update for 00 for 18 months08:08
LaserJockfrans-th: Dapper has the latest OO from Debian unstable I believe08:09
Mithrandirwe don't upgrade packages in the repositories in the period they're supported for.08:09
LaserJockfrans-th: when Dapper is released you can update then08:09
Mithrandir"supported" means "gets security fixes", not "gets the latest bling".08:09
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
siretartfrans-th: use these packages: http://people.ubuntu.com/~doko/OOo2/08:12
ajmitch_morning08:15
LaserJockhi ajmitch_08:15
LaserJockdholbach: ping?08:15
frans-thsiretart, why the doko never put in the archive?08:16
dholbachLaserJock: pong08:16
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
LaserJockdholbach: how's the apt-get.org stuff coming?08:16
dholbachLaserJock: not at all.08:16
dholbachLaserJock: I'm just too busy with other stuff atm.08:16
LaserJockdholbach: :-) I see08:17
LaserJockdholbach: just wondered08:17
frans-thsiretart, what is the distribution name of this? universe?08:17
ajmitch_LaserJock: dig in & review some packages for dholbach08:17
dholbachhttp://wiki.ubuntu.com/AptGetOrg08:17
=== hub_ [n=hub@84.7.91.40] has joined #ubuntu-motu
dholbachBut I'd prefer other people to do more useful stuff.08:18
dholbachvery much so08:18
dholbachlike REVUing08:18
dholbachso we get in all the good work from you guys until feature freeze08:18
LaserJockwell, I don't get to REVU so maybe I'll manage to take a look at a few of the apt-get.org packages08:18
siretartfrans-th: because we don't update stable releases except for very important updates. that ooo2 backport is not that important to put it to breezy-updates. but perhaps you ask him yourself08:19
ajmitch_and feature freeze is in 2 weeks, so we don't have much time08:19
dholbachLaserJock: As I said, it's better to get REVU packages in.08:19
ajmitch_I've got a few packages outstanding that still haven't even been uploaded to REVU08:19
dholbachI appreciate the help, but I think it's more sensible to get the REVU packages up to scratch.08:20
frans-thsiretart, how to try doko oo2?08:20
frans-thi add the source, but distribution and section, still dont know08:20
LaserJockdholbach: sure, but I can't advocate so I'm not much of a help getting the REVU list down08:21
dholbachLaserJock: help people.08:21
frans-thhttp://people.ubuntu.com/~doko/OOo2/dists/breezy-updates/universe/binary-i386/Packages.gz: 404 Not Found08:21
tsengwow i have a like 10 kernels installed08:22
LaserJockdholbach: but I really should be working on the Packaging Guide so maybe I shouldn't get spread too thin. I also need to finish my PhD some time ;-)08:22
dholbach:)08:22
ajmitch_tseng: so did I until /boot filled up08:22
=== Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-motu
tsengwhen i propsed the packaging guide i didnt mean for it to suck up a year of man hours08:22
Casanovahello i have uploaded 2 packages ldtp and ltfx to revu... now what do i do?08:23
LaserJocktseng: but it is a really cool project08:23
Casanovashould i send a mail to the mailing list infomring the upload?08:23
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
=== seth|lappy [n=seth@ubuntu/member/seth] has joined #ubuntu-motu
tsenghi ajmitch_08:28
tsengi thought you were gone08:28
ajmitch_tseng: this afternoon08:28
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-motu
tsengthat means about nothing to me08:28
=== iBalo [n=user@dslc-213-023-142-254.pools.arcor-ip.net] has joined #ubuntu-motu
tsengwe probably arent even talking about the same day08:29
ajmitch_ok, I'll leave here in about 5 hours08:29
ajmitch_I just crawled out of bed08:29
=== j^_ [n=j@e178033152.adsl.alicedsl.de] has joined #ubuntu-motu
ajmitch_if I request a UVF exception for f-spot now, I'll need to do it again once a release is made with FlickrNet support08:33
=== j^ [n=j@e178036093.adsl.alicedsl.de] has joined #ubuntu-motu
iBaloDid anyone manage to get seamonkey 1.0 working in breezy? Or maybe a .deb around?08:34
=== iBalo [n=user@dslc-213-023-142-254.pools.arcor-ip.net] has joined #ubuntu-motu
=== iBalo [n=user@dslc-213-023-142-254.pools.arcor-ip.net] has joined #ubuntu-motu
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
=== Gloubiboulga is now known as Gloubi_Aw
=== hub_ [n=hub@84.7.91.40] has joined #ubuntu-motu
=== hub_ is now known as hub
dholbachgood night09:17
lfittlgn8 dholbach09:18
=== nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== ajmitch__ [i=ajmitch@port161-160.ubs.maxnet.co.nz] has joined #ubuntu-motu
KyralYo09:56
LaserJockhi Kyral09:56
=== ealden [n=ealden@203.76.211.35] has joined #ubuntu-motu
=== doko [n=doko@217.205.109.249] has joined #ubuntu-motu
=== ompaul [n=ompaul@213-202-144-188.bas502.dsl.esat.net] has joined #ubuntu-motu
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
=== Gloubi_Aw is now known as Gloubiboulga
KyralHere goes nothing10:31
=== sealne [n=sealne@obelisk.wasters.com] has left #ubuntu-motu []
=== phanatic [n=phanatic@dsl5402A6A9.pool.t-online.hu] has joined #ubuntu-motu
phanatichi people10:43
Gloubiboulgahey phanatic10:43
phanatichey Gloubiboulga10:44
=== Hirion [n=hirion@draugr.de] has left #ubuntu-motu []
phanaticraphink: ping10:45
=== jinty [n=jinty@196-28-45-139.jhb.netdial.co.za] has joined #ubuntu-motu
=== dataw0lf [n=dataw0lf@70.103.239.58] has left #ubuntu-motu ["Leaving"]
=== greenpenguin13 [n=greenpen@user-4669.l5.c1.dsl.pol.co.uk] has joined #ubuntu-motu
KyralGood lord11:01
Kyralmy laptop's SBU is like 21 mins...11:01
=== j^_ [n=j@e178054231.adsl.alicedsl.de] has joined #ubuntu-motu
=== Arrogance [n=aks@ottawa-hs-209-217-75-24.d-ip.magma.ca] has joined #ubuntu-motu
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
chillywillyhow much disk space would it take to properly mirror the ubuntu packages? Can I do a partial mirror of some sort? I ask this because I had a situation where I really needed to be able to install certain things at a location where there was no net connection and this was one of my biggest issues11:46
chillywillythe install CD didn't have everything that I needed either11:47
chillywillyjust trying to do some planning to avoid that in the future11:47
tiCo89man debmirror :-)11:48
azeemI think there's a DVD image available11:48
tiCo89should also work with ubuntu11:48
chillywillyazeem: cool11:48
chillywillyok tiCo8911:48
Amaranththe dvd has all of main, iirc11:49
chillywillyalso I installed the am64 k8 smp but I get an oops when I go to boot that thing...where should I send the report? bug tracker?11:51
chillywillythe latest11:51
Amaranththe -15 kernel?11:52
chillywillyyea11:53
ajmitchlatest breezy kernel, or dapper?11:53
chillywillythe latest 2.6.12 kernel in breezy11:53
chillywilly-amd64-k8-smp or whatever11:54
ajmitchright11:54
ajmitchfile it on malone with the oops details if you can capture them11:54
chillywillyok11:54
ajmitchmaybe https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.12/+filebug11:55
chillywillyI think I have an account...anyway I would need to install that kernel again on one of our servers and attempt to boot it again and I am not at work anymore11:56
ajmitchok11:58
ajmitchhow late were you there?11:58
chillywilly3am11:58
chillywillyhttps://launchpad.net/distros/ubuntu/+source/linux-source-2.6.12/+bug/2988211:58
Ubugtumalone bug 29882 in linux-source-2.6.12 "Oooops when booting on dual amd64" [Normal,Unconfirmed] 11:58
chillywillysounds similar to that11:58
ajmitchouch, 3am?11:59
chillywillyyea11:59
chillywillyroughly11:59
chillywillyI was driving back at around 2:50am or so12:00
chillywillyI have shorewall doing proxyarp again and I had to add rules for some of the services, etc.12:01
chillywillywonder if I can find the oops in the syslog12:01

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