/srv/irclogs.ubuntu.com/2006/01/07/#ubuntu-devel.txt

=== konsumer [n=konsumer@p54B6D65A.dip.t-dialin.net] has joined #ubuntu-devel
Robi-how does one check if a pipe died ?12:15
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
=== jk [n=jochem@jkossen.nl] has joined #Ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Robi-live ones?12:21
=== ispiked [n=ispiked@unaffiliated/ispiked] has joined #ubuntu-devel
psusiwhat do you mean died?12:23
psusiif the other process closes the pipe, you get a SIGPIPE12:24
psusiand the default handler exits12:24
Robi-that's all i got psusi 12:24
psusihuh?12:24
Robi-postfix wont deliver mail with an error that procmail does with an error12:24
Robi-... status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/robi" )12:25
Robi-procmail docs say it's 1 of 4 things12:25
Robi-3 i can verify is not the case, 4th is pipe died.12:25
psusithat looks to me like a permissions problem... it can't write to /var/mail/robi12:25
Robi-not that simple12:26
Robi--rw-rw----   1 robi     mail 51199596 Jan  1 14:12 robi12:26
psusichmod u+rw robi12:26
psusimaybe postfix isn't in the mail group?12:27
Robi-ya checking that too12:27
Robi-psusi , it wasn't..12:28
Robi-psusi , still no cigar, same error12:29
Robi-no mail delivery12:29
Robi-weird thing is it removed the msg out of the queue right away too12:30
Robi-immediately tries to reply with a failure error, and since it can't [sent from local acct]  it nukes it12:30
Robi-any other ideas?12:32
Robi-psusi, just checking, it can deliver to other accounts12:35
Robi-so strange12:38
Robi-it's not my .procmailrc either12:38
Robi-just renamed it12:39
psusihrm... no idea12:41
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Robi-psusi, ok here's some more interesting things12:50
Robi-if i rename my spool file it delivers fine to a new one of the same name12:50
Robi-if i putit back, it errors12:51
Robi-it delivers to other accoutns fine12:51
psusiwell, there's something wrong with your spool file then ;)12:52
Robi-psusi , ya like what ;]  ti's size is teh only thing radically diff from the others12:52
Robi--rw-rw----   1 robi     mail 51199596 Jan  1 15:43 robi12:52
psusiUmmm.... you need to get the mail out of there ;)12:53
psusithe spools in /var/mail are only supposed to hold new messages12:53
psusimail clients usually move messages to your home directory as far as I know12:54
psusiin theory, it should be ok I guess...12:54
psusibut it looks like something doesn't like that big of a spool12:54
Robi-psusi , i've always kept mail in inbox, since it's local12:54
Robi-any folders get saved locally12:55
psusieither that or maybe the file doesn't have a correct ending12:55
Robi-psusi , tried that too, cat small new email to end of big spool , moved spool into place, no delivery, same error12:58
Robi-psusi , next i'll try manually shaving some msgs to bring teh size down12:58
psusiI went through the other day and found I had 300 megs of email12:59
psusicompressed it with 7zip in ppmd mode and it shrank down to like 25 megs12:59
Robi-ppmd ?01:00
psusiit's a statistical compression algorithm that works very well for text01:00
Robi-ya but you can't do that on a mail spool and have it stay ;] 01:01
Robi-so 7z is better than zip/arj/rar01:01
psusisometimes you can do better with lzma, but only if you use a dictionary size at least as large as the file you are compressing, which requires a TON of ram and cpu time01:01
psusiWAY better01:01
psusiI took a working directory at work full of source and object code... it was 25 megs iirc01:02
psusiwinzip got it down to 2.5 megs, winrar got it down to 2.1 megs01:02
psusi7zip got it down to 720 KB01:02
psusiit's lzma mode also is faster at decompressing than bzip2, and usually gets about 30% smaller archives01:03
psusicompressing is very slow though... and needs tons of ram01:04
Robi-psusi , cool01:05
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Robi-psusi, it's totaly size it appears01:09
Robi-and i don't know why01:09
Robi-50 mb lmit on mailboxes01:09
Robi-how is that possible01:09
HrdwrBoBbecause the compression/decompress would be hell on the CPU01:10
HrdwrBoBI can tell you that running a decent mailserver setup is hard enough01:11
KamionThis doesn't seem very relevant to Ubuntu development; perhaps you guys could find a different channel?01:11
HrdwrBoByes01:11
HrdwrBoBit's offtopic01:11
psusiI've been playing with cdrw packet writing mode and read/write udf filesystems lately... I wonder, should I write up a proposal to add support for it to ubuntu?01:13
Robi-ya i agree, thanks for helping get to the bottom of the problem01:13
=== mahangu [n=mahangu@unaffiliated/mahangu] has joined #ubuntu-devel
psusiand if so, how would I go about doing that and would anyone else be interested?01:13
=== kaarel [n=kaarel@ip147.cab28.mus.starman.ee] has joined #ubuntu-devel
=== r0bby [n=wakawaka@cpe-204-210-133-115.hvc.res.rr.com] has joined #ubuntu-devel
Kamionelmo: please sync preseed, overwriting Ubuntu changes01:33
=== phloem [n=phloem@pool-71-109-230-54.lsanca.dsl-w.verizon.net] has left #ubuntu-devel ["Leaving"]
=== ozamosi [n=nnnnnnnn@tor/session/x-3a83bddd63469879] has joined #ubuntu-devel
=== seth_k_ [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== wftl [n=mgagne@salmar.com] has joined #ubuntu-devel
wftlDoes anybody want to stick their neck out and express an opinion as to the status of the live/graphical installer for Dapper?02:00
wftl[ insert appropriate smiley here ] 02:00
raphink:)02:01
raphinkdo you have screenshots?02:01
HiddenWolfwftl, at this point, not started yet.02:01
HiddenWolfraphink, as a result, no02:01
raphinkoki02:01
raphinkit'll be a surprise then02:01
wftlThanks, HiddenWolf.  Do you think it's going to happen for Dapper? 02:01
raphink:)02:01
HiddenWolfwftl, it will02:02
Kamionwftl: HiddenWolf isn't quite accurate that it's not started yet; but it's not far enough along yet to give you shiny screenshots02:02
wftlThanks, I appreciate it.  I'm hoping I can write it up by the end of this month. Wish me luck.02:02
HiddenWolfKamion, I'm only qouting dapper-dev-status 22dec. :)02:03
HiddenWolf"to be started in jan"02:03
KamionHiddenWolf: *shrug*, I'm only the developer responsible for it, ignore me if you like ...02:03
HiddenWolfKamion, I know. ;) 02:04
Kamionand that's not really an accurate summary of what I said in the relevant meeting02:04
HiddenWolfhm.02:04
HiddenWolf"specs to be focussed in jan"02:04
Kamionwhatever02:04
psusihow is unionfs + squashfs looking to replace cloop?02:04
HiddenWolfAnyway, I can't wait. :)02:04
HiddenWolfKamion, when do you think an ue daily can be put together?02:10
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== hile__ [i=hile@hack.fi] has joined #ubuntu-devel
=== Arrogance [n=aks@ottawa-hs-64-26-167-89.d-ip.magma.ca] has joined #ubuntu-devel
=== whiprush [n=jorge@64.62.190.212] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel
=== mez_ [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
whiprushjdub: ping03:29
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== SEJeff [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-devel
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
=== ozamosi [n=nnnnnnnn@tor/session/x-0545b08902e9aad0] has joined #ubuntu-devel
=== tim1 [n=Tim@dslb-084-058-192-142.pools.arcor-ip.net] has joined #ubuntu-devel
=== jsgotangco [n=jerome@ubuntu/member/jsgotangco] has joined #ubuntu-devel
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel
=== freeflying [n=freeflyi@61.190.65.36] has joined #ubuntu-devel
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
psusidoes anyone know of somewhere you can download the linux kernel mailing list archives from?04:09
SEJeffpsusi, wget -r lkml.org ;-)04:12
psusirofl04:13
psusiI am about to snap04:13
psusiI've spent an hour searching the web and there are dozens of sites that have web portholes to browse the archives04:14
psusibut not one lets you just download them04:14
psusisearching the archives on the web drives me insane... no good search engines for it, they just use google, which comes up with all kinds of duplicate and false hits04:14
SEJeffImagine how much bandwidth that would be04:14
psusinot that much when compressed ;)04:15
SEJeffeven with boolean searches?04:15
psusiwhy can't someone just have a nice mbox.bz2 for each month or something?04:15
SEJeffGood question actually04:16
psusiI simply can't believe nobody does04:17
psusihey, as long as you're around, maybe I'll ask this... I'm hacking on cdrw packet write mode support... should I write a spec on it on the wiki and register it on launchpad?04:18
SEJeffpsusi, Does it work? Thats great. If you have the time, yes please do04:19
psusigot any advice/pointers/reference docs on how to do that exactly?04:19
SEJeffnope04:20
psusiI made a custom hal fdi policy that allows the system to auto mount the disc... needs a bit more polish so it doesn't try that on non packet mode discs though04:20
SEJeffSorry, I'm multitasking right now. I'm writing policies for vSecurity to allow some suid root binaries to no longer be suid root in dapper04:20
psusiand it seems that the pktvdcd driver in the kernel is hard coded to use a 64 kb packet size, which wastes a lot of space to packet headers and slows down throughput... that's going to need fixed to use the packet size the disc specifies, and preferably use a larger size by default04:21
SEJeffpsusi, Hopefully you submit that upstream once it is working04:21
=== ozamosi [n=nnnnnnnn@tor/session/x-2ee8af783372d0ad] has joined #ubuntu-devel
SEJeffpsusi, You might want to contact upstream for sure about that04:21
psusiwell, the hal fdi policy I think should be generated by the debconf in the udftools package04:22
psusiwhen you configure that package, it sets up the pktcdvd device... it just needs to also add the hal fdi policy at the same time04:22
psusisince the policy has to point the system to the pktcdvd instead of /dev/hda04:22
=== crimsun [i=nobody@warped.bluecherry.net] has joined #ubuntu-devel
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
=== teprrr [i=tpr@kde/developer/rytilahti] has joined #ubuntu-devel
teprrrhello there, someone mentioned something about ati breakage in dapper on meeting logs.. what's that all about?04:32
teprrrX crashes when trying to do gl stuff?04:33
jdubwhiprush: pong04:34
jdubwhiprush: hrm, i'll be back in a minute04:34
Tm_Tteprrr: :)04:34
whiprushjdub: just wanted to point out that the <ul> bullets don't look as cool on the fridge as they do on planet.04:34
teprrrTm_T, o_O04:34
Tm_Tteprrr: still got that problem?04:34
teprrrTm_T, yup..04:34
Tm_Tfun04:35
teprrrquite, yes.. odd that no one on ubuntuforums.org is having the same problem..04:35
=== nturner [n=nturner@dsl092-086-237.bos1.dsl.speakeasy.net] has joined #ubuntu-devel
=== robertj [n=robertj@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
=== Xof [n=mas01cr@gibbons.doc.gold.ac.uk] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-devel
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
fabbionemorning guys06:12
ajmitchmorning fabbione 06:16
jsgotangcohey ajmitch fabbione happy new year =)06:21
Burgundaviaindeed06:21
=== Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
Burgundaviafabbione, do you know if the HP custom stuff was merged into Breezy?06:50
fabbioneBurgundavia: i am not 100% sure, but i assume so06:54
whiprushhey has anyone else seen total lockups with the last 2 kernels on thinkpads?06:54
Burgundaviafabbione, whom else should I ask about that?06:54
fabbioneBurgundavia: probably Kamion or mjg59 06:54
Burgundaviaok06:55
fabbionei wasn't involved directly into the project, so i am really not sure06:55
crimsunwhiprush: 2.6.15-9.14 and 2.6.15-10.15?06:57
whiprushcrimsun: both.06:57
whiprush-8 works fine.06:57
crimsunwhiprush: both work fine on this X41-2527. What issues?06:57
crimsunoh, the lockups06:57
whiprushjust randomly freezes 06:57
whiprushhard. can't ssh in or anything, just freezes right up.06:58
crimsunhmm, can't say I have, but I'm known to push stuff into being OOMkilled06:59
whiprushk, I will look into it further.06:59
=== zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel
mjg59whiprush: T series?07:05
Burgundaviamjg59, since your here:  do you know if the HP custom stuff was merged into Breezy?07:06
mjg59Also: woo, my SD reader works properly now (well, "properly" - it's still about 50 times slower than it should be)07:06
mjg59Burgundavia: Yes07:06
Burgundaviamjg59, and is this a bug that needs to be fixed? https://wiki.ubuntu.com/e02a07:07
mjg59It's a bug that is fixed07:07
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
Burgundaviamjg59, hmm, thought I saw it on my laptop yesterday. Will check07:08
mjg59Burgundavia: Oh, it may not have made it into Ubuntu yet07:08
Burgundaviamjg59, ah, ok07:08
mjg59elmo: Can you sync hotkey-setup, overwriting Ubuntu changes?07:08
=== sto_ is now known as sto
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
=== doko [n=doko@dslb-084-059-094-185.pools.arcor-ip.net] has joined #ubuntu-devel
whiprushmjg59: X series, X4007:27
dokogood morning07:28
zakamehi doko :)07:29
=== joe_alf [n=joe_alf@pcd302027.netvigator.com] has joined #ubuntu-devel
=== mpt [n=mpt@203-167-187-175.dsl.clear.net.nz] has joined #ubuntu-devel
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel
zakameelmo: please sync eris from Sid, overriding Ubuntu ok :)08:24
mjg59whiprush: What wireless?08:38
whiprushmadwifi08:38
=== henriquemaia [n=henrique@cb-217-129-169-231.netvisao.pt] has joined #ubuntu-devel
mjg59Hm08:40
mjg59I haven't seen it here, but I'm using intel wireless08:40
whiprushI'll try all-wired tomorrow, see if it's the problem.08:41
=== robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel
sivangMorning all09:08
zakameheya sivang :)09:08
=== poningru [n=poningru@pool-68-238-174-62.tampfl.fios.verizon.net] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
sivangBurgundavia: do you know what he wanted?09:24
sivanghey zakame , how are you this new year?09:25
zakamesivang: very much ok :) still having some merges to do, and all hopeful for what's in store :)09:26
sivangzakame: cool, I wish I could also join the joy of mergers.09:26
zakamesivang: it's not too late yet :)09:28
zakameelmo: please sync ncmpc from Sid, overriding Ubuntu ok :)09:33
=== joe_alf [n=joe_alf@pcd552232.netvigator.com] has joined #ubuntu-devel
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel
=== dholbach [n=daniel@i577B1B5B.versanet.de] has joined #ubuntu-devel
dholbachgood morning and happy new year! :-)10:01
jsgotangcodholbach: happy new year10:01
=== poningru [n=poningru@pool-68-238-174-62.tampfl.fios.verizon.net] has joined #ubuntu-devel
dholbachhey jerome! :)10:01
sivangdholbach: morning, happy new year to you too :)10:02
dholbachhey sivang :-)10:02
=== lfittl [n=lfittl@83-65-242-100.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
=== carlos [n=carlos@13.Red-83-41-30.dynamicIP.rima-tde.net] has joined #ubuntu-devel
Mithrandirhmm, remind me, what's the target for uploads to breezy-updates?  breezy-updates?10:20
fabbioneyup10:21
dholbachhttp://lists.ubuntu.com/archives/breezy-changes/2005-December/012858.html  has breezy-updates too10:22
Mithrandirand version number should just be -1ubuntu2, since previous one was -1ubuntu1, I guess.10:24
Mithrandiror 1.1?10:24
dholbachwhich version do we have in dapper?10:27
Mithrandirnewer upstream version10:30
Mithrandirit's evms10:30
dholbachif we have a new upstream version it doesn't really matter, how you call it, imho :)10:31
=== DapperDrake [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== poningru [n=poningru@pool-70-110-77-199.tampfl.fios.verizon.net] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
pittihi everybody, happy new year!10:47
Robi-is there an easy way to remove all x-related packages?10:47
Robi-and libs10:47
zakameRobi-: hm, `apt-get remove libx11-6` perhaps?10:49
=== WaterSevenUb [n=WaterSev@195-23-220-99.net.novis.pt] has joined #ubuntu-devel
Robi-zakame, what about xterm, gnome stuff, etc10:50
=== hile__ is now known as hile
zakameRobi-: Just did that here, it removes all that ;)10:51
Robi-wow it does, how'd you figure all that out ?10:51
zakameRobi-: er `apt-get --simulate --purge remove libx11-6`10:51
Robi-zakame , no no, how did you know to use libx11-610:52
zakameRobi-: ah, well libx11-6 used to be xlibs10:52
Robi-zakame , sweet, so it's a meta pkg ?10:53
zakameso back then it should be `... remove xlibs`, and perhaps xlibs-dev10:53
Robi-where's a list of all of these, makes it much easier to install a set of stuff and get rid of it too10:54
Robi-over the years there's so much cruft when trying stuff out10:54
Robi-then upgrades take forever for stuff you dont even use, like most of the docs10:54
zakamehm good question, I myself found that out the hard way (looking at the /usr/share/doc one rainy morning ;)10:55
zakamejdub: ping, can you add me to Planet Ubuntu? :)10:55
Robi-heh, well thanks a bunch for the tip10:55
zakameno prob Robi- :)10:56
Robi-saved me hours10:56
dholbachzakame: probably best to write him a mail with rss feed and link to hackergotchi :)10:56
zakamedholbach: ah, will do that then :)10:56
Robi-now if i can only figure out why procmail has around a 50MB limit on mailbox size it will deliver to10:56
zakamehm? why would that be so? my procmail here has been putting mails into mboxes way bigger than that :/10:58
Robi-i have no idea, i just spent 2 days troubleshooting why i wasn't getting mail and that's the case10:59
zakamehm indeed :(10:59
Robi-once i deleted some mails and gotten below 50mb it delivers w/o a problem otherwise i have a weird error:10:59
Robi-... status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/robi" )10:59
zakameperhaps there's a quota on /var/mail10:59
TreenaksRobi-: this is why I prefer maildir :)11:00
Robi-which then deletes the email from the queue and sends an error back right away11:00
Robi-zakame, quota not installed11:00
Treenaksthere could also be a config option in procmail?11:00
zakamehm, stumped :(11:00
Robi-Treenaks , can't find procmail in etc11:00
Robi-ditto11:00
Treenaksswitch to maildir ;)11:00
Robi-that's not a fix11:01
Treenaksit is :)11:01
Robi-i've always had it this way11:01
=== mpt [n=mpt@210-246-37-214.paradise.net.nz] has joined #ubuntu-devel
Robi-yea it's very odd11:04
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
=== olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel
tepsipakkilamont: how do you feel about patching util-linux/mount to support NFSv4? The patches are a year old, so I'd say they are stable...11:17
tepsipakkiafaik debian/ubuntu is the only major distro not supporting NFSv4 on userland11:18
=== martink [n=martin@p54B3B12D.dip0.t-ipconnect.de] has joined #ubuntu-devel
ajmitchelmo: please sync: php4-sqlite, python-biopython, pype, python-iplib, bzrtools from debian, dropping ubuntu changes thanks11:32
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
pittijamesh: ping11:39
jameshpitti: hi11:39
pittijamesh: bzr is using your openssh push now, right?11:39
=== mpt [n=mpt@210-246-37-243.paradise.net.nz] has joined #ubuntu-devel
jameshyeah (it has been improved a bit since then by the bzr developers)11:40
pittijamesh: this ' WARNING: Unable to update the working tree...' error is pretty annoying; do you know whether this is the fault of the current openssh push plugin or a more generic one?11:40
pittijamesh: so far I always have to ssh to the remote target and do 'bzr revert' to update the working tree (and this even fails if there are subdirs)11:40
jameshpitti: the sftp push creates a branch without a working tree, so the second bit is normal11:41
jameshpitti: if you want an updated working tree, the rsync push is probably the right option11:42
pittiuh, that's pretty ugly11:42
pittijamesh: right, but that removes files in the remote tree, so it's suboptimal for me, too11:42
pittijamesh: e. g. in my remote ubuntu-cve tree I have 400 MB worth of cached files which are precious11:42
jameshpitti: none of the working tree files are used when you pull from the remote location11:42
pittiI know, but the remote tree is actually used in cron scripts11:43
jameshpitti: if you create a working tree on the server with "bzr branch", you could get your cron script to use that11:44
pittijamesh: ok, so I'll just modify my cron script to remove the working tree and do bzr revert; that should work11:44
jameshpitti: a simple "bzr pull" should be enough to pull in new changes11:44
pittiah, or what you proposed11:44
pittino, pull doesn't work for that, I tried11:44
pittiI did that yesterday and was pretty surprised why my working tree was out of date11:44
=== mpt [n=mpt@210-246-37-243.paradise.net.nz] has left #ubuntu-devel ["http://mpt.net.nz/"]
jameshmaybe do a "bzr pull --remember ~/public_html/branch-dir" once would do11:45
pittioh, pull on the remote server, you mean? could be11:45
jameshyeah11:45
pittiI'll play around with that; thanks11:45
pittiI did push on my desktop to people.u.c, and pull on my laptop, and this didn't update the working tree11:46
jameshthat should update the working copy on your laptop11:46
=== freeflying [n=freeflyi@61.190.65.36] has joined #ubuntu-devel
pitti(I use sftp:// pull)11:46
jameshthat might be a bug11:48
=== jamesh doesn't do sftp pulls for Launchpad stuff because it is too slow
pittiit is awfully slow, right11:49
pittibut avoids problems with my ISP's http proxy11:49
=== Pygi [n=mario@83-131-245-152.adsl.net.t-com.hr] has joined #ubuntu-devel
jameshI keep an rsync'd copy of the branch locally, and merge from that11:50
pittihm, all these workarounds...11:50
jameshand use the rsync push11:50
jameshpitti: the solution they're looking at is a smart server11:51
pittihm, rsync is much easier...11:51
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel
=== herzi [n=herzi@c183070.adsl.hansenet.de] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
pittiKamion: happy new year!11:58
pittiKamion: is it known that both the amd64 and ppc live CDs do not boot?11:58
=== raphink [n=raphink@bur91-2-82-231-159-240.fbx.proxad.net] has joined #ubuntu-devel
hunger Happy new year to all of you!12:00
pittihunger: happy new year for you, too12:01
=== seb128_ [n=seb128@ANancy-151-1-30-147.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel
=== zyga [n=zyga@ubuntu/member/zyga] has joined #ubuntu-devel
=== fbn [n=fbn@p549E4760.dip0.t-ipconnect.de] has joined #ubuntu-devel
mvoKamion: around? 12:17
dholbachmvo: he did some uploads until 2:30 in the morning12:17
mvodholbach: thanks12:18
Mithrandirit's also a bank holiday in the UK today12:26
mvoaha, thanks (and happy new year :)12:27
Mithrandirthe same to you12:28
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
sebestdholbach: hello12:32
MithrandirKamion: if I could have "splash" on the live kernel command line, I'd be happy.12:36
dholbachhey sebest - how are you doing? happy new year! :)12:37
sebestdholbach: i'm really fine, happy new year too! :)12:37
dholbachthanks :)12:38
sebestdholbach: i answered to your bug report on avahi12:38
dholbachi didn't write a bug report :)12:38
dholbachbut i subscribed the avahi team to all avahi bugs i encountered, so i hope they'll follow up12:38
Kamionpitti: nope, feel free to investigate12:38
Kamionmvo: hi12:38
Kamion(sort of around, just checking in)12:39
sebestdholbach: https://launchpad.net/malone/bugs/608812:39
sebestmaybe you just assigned it :)12:39
KamionMithrandir: ok, will do12:39
MithrandirKamion: cheers12:39
=== Simira [n=rpGirl@118.84-48-121.nextgentel.com] has joined #ubuntu-devel
KamionMithrandir: all arches?12:40
MithrandirKamion: yes, please.  It's just so usplash gets started, it should be harmless if there's no usplash on an arch12:40
Mithrandirhi Simira 12:40
Simiramorning12:41
mvoKamion: happy new year! I was toying with the idea of a libcurl based download method for apt, would this be a problem for the installer?12:42
KamionMithrandir: done12:42
Kamionmvo: as long as you depend on whatever you need it's fine12:43
mvocool, thanks12:43
KamionMithrandir: you get to investigate live CD boot failures today :)12:43
MithrandirKamion: oh?  They work for me. :-)12:44
MithrandirKamion: also, any reason why user-setup isn't a deb and part of the live seed?12:45
hileMithrandir, btw I was just checking _why_ there is bank holiday in UK today, seems to be a scottish tradition (Hogmanay), not britihs12:45
KamionMithrandir: what pitti said ...12:45
KamionMithrandir: support for building a .deb is checked in upstream already, just not uploaded yet I think12:46
hilefunny things you learn...12:46
Kamionhile: the 2 January bank holiday this year is a substitute for the New Year's Day bank holiday12:46
hileok12:46
hileit's also a bank holiday in scotland anyway ;)12:47
MithrandirKamion: hmm, ok.12:47
Mithrandirpitti: what kind of problem do you see wrt booting?12:48
Kamionhile: the Hogmanay bank holiday in Scotland is moved to 3 January this year due to the way weekends fall12:48
Kamionhile: er, hmm, maybe the other way round actually12:48
Kamionyeah, the New Year's Day bank holiday is 3 January; go figure12:49
hilesimple ;)12:49
hilein finland we don't have such luxury - if the bank holiday is during a weekend, well, tough luck12:50
KamionBTW folks, it will entirely not surprise me in any way if there's install CD breakage due to the death of base-config, but I'd like to know about it12:50
KamionMithrandir: is the live CD meant to be defaulting the locale to aa_DJ.UTF-8?12:53
Kamion:)12:54
MithrandirKamion: already fixed.12:54
Kamionok, thanks12:54
Mithrandiren_US.UTF-8 is what it'll default to now12:54
KamionMithrandir: is the locale stuff from gfxboot not working?12:55
pittiMithrandir: on ppc: after yaboot, I see two (initramfs?) messages, then booting freezes12:55
=== stockholm [n=andi@petrus.schuldei.org] has joined #ubuntu-devel
MithrandirKamion: it's working, but you don't pass lang if you don't choose anything from the menu.12:55
stockholmwhere is mark?12:55
pittiMithrandir: on amd64, boot complains about being unable to write a kernel modules .temp file, then it drops into a shell12:55
Mithrandirstockholm: not here?12:56
stockholmor rather: when is he here?12:56
KamionMithrandir: I can change that if you like ...12:56
stockholmMithrandir: thanks. (c:12:56
Mithrandirstockholm: occasionally. :-)12:56
Mithrandirstockholm: it's usually easier to reach him by mail12:56
Mithrandirpitti: I don't have a ppc, so I'm afraid I can't really help debug that..12:56
stockholmMithrandir: ok, will do12:56
Mithrandirpitti: hmm, how far has it gotten by then?12:56
Kamionpitti: how long did you wait on powerpc? it takes a while12:57
pittiMithrandir: I'll do it again and do a photo screenshot12:57
pittiKamion: I'll try it again12:57
pittiI tried both during breakfast and did not pay much attention12:57
Mithrandirpitti: thanks.12:57
ograpitti, i have one machine here where it takes 20-30 min to boot the livecd (powerpc) but it boots ...12:58
pittibut I never saw just these two lines with such a long delay; usually usplash works fine12:58
pittianyway, I'll try it again with screenshots12:58
fabbionethere is a udev bug on ppc12:58
fabbionethat makes the machine SLOOOOOOOOOOOOOOOW to boot12:58
Mithrandirfabbione: so I can blame powerpc, then? :-)12:59
fabbioneup to 3/4 minutes just to pass init-premount in initramfs12:59
fabbioneMithrandir: no.. blame udev :)12:59
fabbionei can't figure where the problem is12:59
fabbioneor better.. i know the problem12:59
fabbionei dunno how to fix it12:59
fabbioneand i was waiting Scott to appear tomorrow *grin*12:59
=== pitti sees 'PCI: Cannot allocate resource region of device...' twice and waits
fabbionepitti: that message is harmless01:00
pittiI know01:00
pittiI saw it everytime01:00
pittibut after that, I usually got usplash a couple of seconds later01:00
Mithrandirpitti: if you add "splash" to the boot line, you should see usplash01:01
=== zakame [n=zakame@openwire.metawire.org] has joined #ubuntu-devel
pittiMithrandir: I shuold have it, unless it was automatically removed01:01
Kamionpitti: I only just added it this morning01:01
pittianyway, I try amd64 now, brb01:01
pittioh, ok01:01
ograKamion, happy new year ... i'd like an opinion to #20328 if you dont mind ... 01:04
ograseems critical to ppc ltsp ...01:04
Kamionogra: tomorrow, sorry01:05
ograoki01:05
ograits not urgent ...01:05
Kamionogra: besides, you want infinity for an opinion on initramfs-tools, not me01:05
=== tortoise [n=tortoise@81-86-105-156.dsl.pipex.com] has joined #ubuntu-devel
Kamionogra: TBH I'd prefer if you filed your issue as a separate bug, since it's really pretty disconnected01:06
=== stockholm [n=andi@petrus.schuldei.org] has left #ubuntu-devel []
mdkeRiddell, Kamion, ogra, was any progress made on that ubuntu-docs update?01:06
ograKamion, i was wondering if it couldnt be also used for the installer, since it loads the blockdevice drivers later anyway 01:06
ograKamion, but anyway ... tomorrow :)01:07
Kamionogra: no01:08
Kamioninitramfs-tools != installer, completely01:08
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== ealden [n=ealden@ipdial-165-72.tri-isys.com] has joined #ubuntu-devel
MithrandirKamion: would you mind if I uploaded 0.04 of user-setup (at least to Ubuntu?)01:11
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
pittifabbione: ok, ppc boots after a couple of minutes of delay, so it seems that's the bug you saw01:11
pittiMithrandir, Kamion: on amd64 it stops with busybox after:01:15
pittiWARNING: Could't open directory /lib/modules/2.6.15-9-amd64-generic: No such file or directory01:16
pittiFATAL: Could not open /lib/modules/2.6.15-9-amd64/generic/modules.tep.temp for writing: No such file or directory01:16
pittino record for '/block/ram0' in database01:16
pitti[message repeats for ram1 to ram15 ] 01:16
pittiKamion: might this be due to the kernel transition to 10?01:16
Mithrandirpitti: yes01:16
Mithrandirold kernel on the cd.01:16
pittiok, that should sort out itself then, thanks01:17
Mithrandiryes, AIUI, it should01:17
pittiBenC: ping01:19
BenCpitti: pong01:22
pittiBenC: the current ppc live CD does not load snd_powermac automatically; is that known?01:22
=== greenpenguin13 [n=joseph@user-7279.l1.c6.dsl.pol.co.uk] has joined #ubuntu-devel
BenCthat's a udev isue01:23
pittiBenC: ok, I'll file a bug01:23
BenCsnd_powermac is one of those drivers that doesn't have hotplug, so it just needs to be always loaded (and is for installs)01:24
pittiI see01:26
pitti#2177201:26
BenCpitti: I got a powerpook 17" over christmas01:32
pittishiny :)01:32
fabbionepitti: yes, it's the same i am sure01:32
BenCfabbione: did you see that bcm43xx is working now?01:33
fabbioneBenC: yes, i read it, but didn't try it yet01:33
BenCI've been running it for several days with wep01:33
fabbionecool01:33
fabbionedo i need a special fw or the one from MacOS is good?01:34
BenCI can put the firmware up for you somewhere01:34
fabbioneBenC: i used the fw extractor something on the AirPort2 MacOS file...01:34
BenCthe one for macosx is good, but the one on my system was too new for the fwcutter program to parse out01:34
fabbioneah ok01:34
fabbionewell just mail it :) or put it somewhere01:34
BenCif the cutter worked, it will work01:34
fabbioneok01:34
BenCjust mv *.fw /lib/firmware01:35
BenCand be sure to do "iwconfig eth1 rate 11M" before ifup01:35
fabbioneyes i did that a while ago with the old driver01:35
fabbioneok01:35
BenCadding the wireless-rate to interfaces isn't enough01:35
fabbioneyou can do it in pre-up01:36
BenCyeah, that would probably work, but I haven't tried it01:37
fabbionethe touchpad default is not sensible enough btw01:37
fabbioneit takes 2/3 full movements to cross the screen01:37
BenCmine only takes 201:40
BenCbut up and down is a bit slow01:40
fabbioneyeah01:41
fabbionehmm01:41
fabbionei guess i need the latest git to get the driver working01:41
=== fabbione updates and builds
=== lionel_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel
=== stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-devel
jdubwhiprush: yeah. btw - remember to choose a category! :)01:45
=== Valandil [n=chrys@dslb-084-056-103-239.pools.arcor-ip.net] has joined #ubuntu-devel
=== irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-devel
=== ozamosi [n=nnnnnnnn@tor/session/x-b61c6016b6716c77] has joined #ubuntu-devel
=== mhz [n=mhz_chil@moinmoin/fan/mhz] has joined #ubuntu-devel
slomo_elmo: please sync pygame, meta-gnome2, gazpacho from debian/unstable, service-discovery-applet, gnome-user-share, ipod-sharp, libipoddevice from debian/experimental... ubuntu changes can be dropped02:12
pittiKamion, Mithrandir: do you have a minute for a sudo patch review? It's for a 'special sabdfl feature request'02:15
Mithrandirpitti: sure02:16
pittihttp://people.ubuntu.com/~pitti/patches/sudo.adminstamp.diff02:16
pittithe idea is that sudo creates a stamp file if it was executed successfully, and a future /etc/profile checks it and writes something like 'To execute commands as root, use 'sudo <command'02:16
pittiof course that should only happen for %admin02:16
pittinot for arbitrary sudoers (information disclosure)02:17
sivangpitti: nice02:17
pittiwell, I don't really like it02:17
sivangpitti: well, it would make all those sad faces go when we tell them "no root in ubuntu"02:17
pittibut Mark doesn't like patching su to check whether root is enabled02:17
pittiright, that was the idea02:18
fabbionehmmmm02:18
fabbionepitti: why do you need to do all of these in sudo?02:18
pittifabbione: how else do you want to check whether the user successfully called sudo?02:19
pittipatch all of our shells?02:19
Mithrandirpitti: the patch is good enough.  I think the idea is wrong, though.02:19
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel
fabbione+  * sudo.c: If the user successfully authenticated and he is in the 'admin'02:19
fabbione+    group, then create a stamp ~/.sudo_as_admin_successful. A future02:19
fabbione+    /etc/bashrc will evaluate this flag to display a short help about how to02:19
fabbione+    execute things as root.02:19
zulgday02:19
fabbionepitti: once you need a new bashrc02:19
pittihi zul 02:19
fabbioneyou need to patch all the shells anyway02:19
pittifabbione: we need a new /etc/profile02:19
fabbionehi zul02:20
zulhey fabbione, pitti02:20
=== fabbione ponders..
pittiMithrandir: wrong idea> I agree, but hey, Mark pays my lunch :/02:20
=== greenpenguin13 [n=joseph@user-7279.l1.c6.dsl.pol.co.uk] has joined #ubuntu-devel
pittiwell, it's not totally wrong02:20
pittibut I don't like the exposure of a stamp file02:20
pittiit would again mean an information disclosure on corner-case configurations02:20
Mithrandirpitti: I think having magic flag files like that is wrong and not something we would want at all.02:20
segfaultwill it be used to check if the admin menus in gnome will be shown?02:20
jdubpitti: what's bad about patching su?02:20
sivangpitti: someone might try to fake one 02:20
Mithrandirpitti: there's no way on earth it'll ever go upstream.02:21
pittijdub: no idea, mdz told me that Mark doesn't like it02:21
=== sanjose [n=joe_alf@pcd552232.netvigator.com] has joined #ubuntu-devel
pittisivang: that's not too scary02:21
fabbionei don't like the idea02:21
pittiMithrandir: right, it's not supposed to; it's an ubuntu specific special case hack02:21
fabbionewhat do we gain?02:21
fabbionea message?02:21
pittiyes02:21
=== fabbione sighs
Mithrandirpitti: it's wrong because of shared homedirs, for instance.02:22
sivangmaybe we can trade this to some "welcome to Ubuntu" dialog and note highlights like "no root user" there...02:22
fabbionepitti: make sudo a shell wrapper :)02:22
pittifabbione: heh :)02:22
jdubpitti: isn't a message like that of most benefit when trying to run su? how is it useful documentation in sudo (which the user doesn't know to use yet)?02:22
pittifabbione: well, we could make it an alias in /etc/profile02:22
fabbionepitti: it would be safer and nicer probably )02:22
pittijdub: the message won't come from sudo02:22
tsengjdub: its not documented in sudo, its on the shell02:23
Mithrandiris there any reason why bashrc can't just echo the message if you're in the admin group?02:23
pittijdub: it comes from /etc/profile if the user opens a shell02:23
jdubwhoa02:23
sivangMithrandir: I thought about that, but didn't dare to say :)02:23
pittiMithrandir: Mark wants the message to go away if the user ran sudo successfully02:23
sivangeh02:23
sivang:)02:23
jdubwhat, like, open a shell and get a message every time until you use sudo?02:23
jduboof02:23
Pygihuh :/02:23
=== Mithrandir shakes his head.
fabbioneEH?02:24
fabbionethat's nuts02:24
jdubit's so not worth it to be doing this kind of ugly hackery for shell use cases02:24
pittijdub: my favourite solution would be to patch su to check whether root has a password02:24
pittiand print a meaningful message that points to sudo02:25
Mithrandirpitti: that's slightly less crackful, at least.02:25
pittino idea why mark doesn't like it02:25
jdubyeah, that's the most helpful and close-to-home way of doing it02:25
Mithrandirpitti: we can do it with a pam module.02:25
jdubpitti: perhaps that question needs to be asked :)02:25
Mithrandirpam-su-pointtosudo02:25
sivangjdub: what do you think about the "short introduction dialog" or better yet, we could mention those on the web page the opens after first install?02:25
jdubMithrandir: heh. that would be nice.02:25
Mithrandirseriously, we could.  No patching.02:25
segfaultwhy not create something under /var/run/sudo/user?02:25
jdubsivang: first-run intro thingies suck.02:25
sivangjdub: ok :)02:25
pittisegfault: /var/run might be on a tmpfs02:26
segfaulthum, right02:26
fabbionepitti: /home can be on NFS02:26
pittifabbione: so what?02:26
fabbioneso basically only the first time ever i will see that message02:26
Mithrandirpitti: /var/lib/sudo, then.  But seriously, can you ask him what he thinks of a pam module for su?02:26
fabbioneor is that supposed to be per host base?02:26
pittifabbione: isn't that a feature?02:26
fabbionepitti: it depends how you want to see it02:27
pittifabbione: once $USER knows how to run sudo, he doesn't need the lecture on other hosts02:27
fabbionein theory02:27
pittiMithrandir: once he's back online, sure02:27
pittiMithrandir: if pam can be hooked into su, can it be hooked into sudo?02:28
=== pitti has little clue about pam
Mithrandirpitti: yes and yes.02:28
Mithrandirpitti: basically, what we'd do is the "if root account is not enabled and user runs su, tell user about sudo".  (Possibly with the "if user is in admin group too")02:29
Pygipitti: you can read something about PAM here if you want...http://www.kernel.org/pub/linux/libs/pam/02:29
segfaultor maybe here: http://www.linux.com/article.pl?sid=04/02/07/185721902:29
Pygidoesn't enabling root breaks some things in ubuntu? maybe also suggest the use of "gksudo" and/or "kdesu"02:30
pittiPygi: thanks02:30
Mithrandirpitti: a problem with the flag file approach is, what if the user forgets the name of sudo and finds docs about "su", which then doesn't work.02:30
Pygipitti: np02:30
PygiMithrandir: huh, forget the name of "sudo" :/ That is higly unlikely to happen, but it is possible tho :/02:31
MithrandirPygi: why is that unlikely?  If the user only followed a howto, then didn't use the terminal for a month (just gui admin tools, which uses gksudo), he wouldn't get a message and it's quite likely the user would be confused.02:33
Pygihm, yes, but people use sudo rather then "gksudo" or "kdesu"... some never heard of those commands, but use sudo for any task, even when they don't need it...02:33
=== pitti ponders about inviting sabdfl to a TB meeting
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
pittiMithrandir: do you have any hard argument against the approach other than our gut feeling?02:35
=== sivang also reads the PAM documentation. yummy.
=== ozamosi [n=nnnnnnnn@tor/session/x-e9bd602cf899efe4] has joined #ubuntu-devel
Mithrandirpitti: it's confusing, why would a message go away just because the user ran sudo once?  It feels so much like a hack.02:37
Pygisivang: hehe :)02:37
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-devel
Mithrandirpitti: I would like some rationale for the change, since I believe it's the wrong place to do it.02:37
PygiMithrandir: huh, actually, why would you need message every time? it will become irritating :/02:37
MithrandirPygi: every time you run su without having an enabled root account?02:38
MithrandirPygi: it shouldn't tell the user about sudo unless the user tries to do something which requires the user to use it, like, run su - root02:38
segfaultso, we should hide /etc/motd (if not changed) every time a user logs in02:38
Mithrandirsegfault: you shouldn't see /etc/motd in all your terminals, no.02:39
pittialso, only admins should see that text02:39
Mithrandirdo it when the user tries to do something he can't, not at an unrelated place.02:40
Mithrandirthere's little chance the user will remember it at that time anyway.02:40
jdubMithrandir: aye!02:44
Mithrandirpitti: else, you could do it in d-i and assumed the admin would still remember it at the end of the install when he first fired up a terminal..02:46
Mithrandir;-)02:46
pittiMithrandir: hm, that doesn't help the other admins02:46
pittiMithrandir: I almost feel the necessity to discuss this in TB02:46
=== Pygi agrees with pitti
Mithrandirpitti: it wasn't a serious suggestion, it was just drawing the "notify the admin at unrelated point in time" to an extreme.02:47
Mithrandirsure, TB would work.02:47
Pygipitti: when is that TB and can only member's join?02:47
dholbachPygi: the meeting is public, so anybody can join02:48
sivangPygi: everybody can watch, only TB makes decision. everybody can give feedback I think02:48
pittiPygi: it's open to anybody as long as the audience sticks to the schedule02:48
Pygihuh, 3 answers :) k, then please inform me when TB is02:48
Mithrandirit doesn't say on the fridge, at least.02:49
PygiI should try to become member also :P02:49
sivangPygi: you mean, an Ubuntu member?02:49
pittijdub: btw, the fridge's calendar has a wrong time for Thursday's distro meeting02:50
Mithrandirin those meetings, people are generally listened to if they have sensible things to say, not on whether they are non-members, members or other values.02:50
pittijdub: it'll be at 0200, not at 200002:50
Pygisivang: yesh, yesh, ubuntu member :)02:50
jdubpitti: ok, can fix02:50
pittijdub: thanks02:50
Mithrandirpitti: ugh, yet another middle-of-the-night meeting?02:50
Mithrandirdidn't we just have one?02:50
pittiMithrandir: I feel like it :/02:51
pittiI would have liked 2000 much more02:51
Pygisivang: it's about time to become a member :)02:51
jdubpitti: 0200 UTC on the fifth, right?02:51
sivangPygi: go for it :)02:51
pittijdub: yep02:52
Mithrandirpitti: you shouldn't have told jdub, then. :-)02:52
=== Pygi thinks I need to find few people who will vote for him.... :)
pittiMithrandir: JaneW already told us02:52
Mithrandirpitti: she did?  Where?02:52
pittiMithrandir: there was an annoucement email02:52
=== zeedo [n=zeedo@reboot-robot.net] has joined #ubuntu-devel
pittiMithrandir: hmm, I'm sure that I read a mail, lemme dig it out02:53
KamionMithrandir: I'll upload user-setup 0.04 to Debian and merge to Ubuntu; that's substantially less confusing :)02:55
MithrandirKamion: great, thanks.02:55
pittiMithrandir: ah, it was in '23.12.05 09:42 Jane Weideman     Dapper Development Status 22 Dec 2005'02:55
PygiKamion: how's the Ubuntu Express thingy goin'?02:56
KamionPygi: it's going03:00
Pygik, good :) 03:00
=== shinmen [n=shinmen@nat1.inalambrica.net] has joined #ubuntu-devel
=== sfeehan [n=sfeehan@ip68-229-118-192.hr.hr.cox.net] has joined #ubuntu-devel
PygiKamion: need any help ? :)03:08
mdkeKamion, ogra, Riddell, no reply on the ubuntu-docs breezy update?03:08
KamionPygi: at the moment, I think too many cooks still spoil the broth, but thans03:08
Kamionthanks03:08
Pygihoh, k03:08
Kamionmdke: no idea, sorry03:09
mdkeKamion, ok, thanks03:09
Riddellmdke: that was still infinity doing that03:09
mdkeoh rly03:10
mdkeRiddell, thanks03:10
Riddelland he's just realised he has a holiday today and tomorrow03:10
mdkeright03:10
mdkemaybe I should open a bug on edubuntu-docs or something, to keep track03:10
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel
mdkeoh, there is no such package03:13
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
mdkeogra, was it edubuntu-artwork that is stopping us from uploading the ubuntu-docs update? I'm just gonna file a bug so I can keep track of any developments03:15
ogramdke, it was that all three of them need the aletrnatves patch 03:16
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel
ogramdke, the patch to edubuntu artwork is a trivial two line change, identical with the kubuntu one, i was waiting for inifinity to give his "go" on the patch ...03:17
mdkeok, i'll file the bug and cc him03:18
=== raphink [n=raphink@bur91-2-82-231-159-240.fbx.proxad.net] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
ogragreat03:18
mdkeogra, #21773, thanks03:21
ograthanks as well :)03:21
mdkeinfinity is adconrad yeah?03:21
Kamionmdke: yes03:21
mdkecool03:22
=== Pygi [n=mario@83-131-254-167.adsl.net.t-com.hr] has joined #ubuntu-devel
=== sfeehan [n=sfeehan@ip68-229-118-192.hr.hr.cox.net] has left #ubuntu-devel ["Ex-Chat"]
=== martinhj [n=martinhj@host-81-191-111-34.bluecom.no] has joined #ubuntu-devel
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-devel
HiddenWolfehm, seb128 ?03:32
seb128HiddenWolf: pong03:32
HiddenWolfseb128, gnome-system-monitor has a curious changelog. It says -gksu-support (ok it's broken) ;) 03:33
HiddenWolfseb128, but you drop the libgksu.patch03:33
seb128HiddenWolf: right, upstream use gksu, why should we keep the patch? :)03:34
slomo_lamont: please give-back njb-sharp on amd64 and ia64, thanks :)03:34
seb128the patch was to use gksu because upstream used gnomesu before03:35
=== ryanpg [n=ryanpg@71.194.38.156] has joined #ubuntu-devel
HiddenWolfHm.03:35
HiddenWolfI read that as "we have a working patch, but dropping for upstreams' broken code"03:35
seb128no, that's "the patch is used by upstream but upstream doesn't consider it perfect"03:36
HiddenWolfok, ok. :)03:36
=== mvo reboots
HiddenWolfseb128, oh, and cheers for the rhythmbox package. :)03:42
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has left #ubuntu-devel ["Ex-Chat"]
=== mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel
mdzpitti: the issue with patching su is that users give up before they even try, because they realize that they didn't set a password03:43
=== Kilohertz [n=khz@200-208-49-254-mns.cpe.vivax.com.br] has joined #ubuntu-devel
Mithrandirmdz: what do you think of moving to squashfs for the live cd?03:48
pittimdz: hi03:49
pittimdz: that's an argument, yes03:49
zygapitti: hi, were the desktop patches uploaded to dapper?03:51
pittizyga: yes, maybe a month ago03:51
zygak, thanks03:51
mdzpitti: replied to your email03:52
mdzMithrandir: if unionfs works well, then I think we should try it03:52
Mithrandirmdz: there's an oops when booting, but it _seems_ to work fine for me, and it gives us really large savings.  PPC is very buggy with unionfs, though.03:54
mdzMithrandir: a unionfs oops or a squashfs oops?03:55
Mithrandirmdz: unionfs oops03:55
Mithrandirmdz: I see it with cloop as well as squashfs.03:55
mdzMithrandir: either send it to the unionfs list, or talk to carstenh, he has helped debug such problems in the past03:56
Mithrandircarstenh@ ?03:56
mdz@#ubuntu-devel03:56
Mithrandirah :-)03:56
Mithrandircarstenh: hiya, around?03:56
=== janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel
Mithrandircarstenh: any chance you could help out with finding out why unionfs oopses on the live cd?  You should see it on x86/amd64 by just booting the live cd.03:57
mdzMithrandir: so long as we stay with ext2+cloop, we can trivially use either of unionfs or dm, right?03:58
Mithrandirmdz: yes.03:58
mdzmy only hesitation with squashfs is that we have to commit to unionfs03:58
Mithrandirmdz: casper also autodetects squash or cloop automatically.03:58
Mithrandircorrect.03:59
Mithrandirthough, it comes with a fairly nice space saving, as you probably saw?03:59
Mithrandiras well as being awesomely much faster.03:59
=== doko [n=doko@dslb-084-059-107-216.pools.arcor-ip.net] has joined #ubuntu-devel
carstenhMithrandir: mdz: ENICK?04:00
=== jdthood [n=jdthood@x087.decis.nl] has joined #ubuntu-devel
Mithrandircarstenh: possibly, if you don't know anything about unionfs stuff, ENICK, certainly. :-)04:02
ograi think s/carstenh/CarlFK04:02
ogra(not 100% certain though)04:03
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has left #ubuntu-devel ["later."]
=== carstenh [n=carstenh@p54A603E6.dip0.t-ipconnect.de] has joined #ubuntu-devel
carstenhhmm, shut down the wrong box... :/ but I got the answer to "ENICK?"04:06
janimocarstenh, are you working on the firewal spec?04:08
lamontyelp is ftbfs (bad depends)04:08
carstenhjanimo: yes. i promised to be finished end of this week :)04:09
mdzMithrandir,carstenh: sorry, confused04:10
mdzMithrandir: it was shaya potter I was thinking of04:10
=== martink_ [n=martin@p54B393F8.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
=== martink__ [n=martin@p54B389B9.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== martink__ [n=martin@p54B389B9.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== carstenh_ [n=carstenh@p54A609C5.dip0.t-ipconnect.de] has joined #ubuntu-devel
dholbachmdke: i did an ubuntu-docs update to dapper, just fyi04:27
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== lamont files a few bugs
zulyay!04:33
jdubBenC: ping04:47
BenCjdub: pong04:48
jdubBenC: have you received any bug reports about nfs issues with the latest kernels?04:48
BenCno04:48
fabbionejdub: what kind of issues?04:48
BenCjust one nfs-root with bridging ethernet problem04:49
jdubfabbione: appears to be file open hangs04:49
BenCv3 or v4?04:49
fabbionejdub: ?04:49
jdubfabbione: totally screws gnome on my desktop (which has /home on nfs)04:49
jdubBenC: v304:49
fabbionejdub: works here.. /home on NFS04:49
fabbionejdub: are you running dapper on server or client?04:50
jdubfabbione: ok, ta04:50
jdubfabbione: dapper on client, breezy on server04:50
ograi still see timeouts of the nfs server on fresh rebooted systems with ltsp04:50
fabbionejdub: same here.. breezy server/dapper client.04:50
KamionMithrandir: ok, user-setup 0.04ubuntu1 uploaded04:51
jdubhrm04:51
stratusogra, after restarting nfs server the thin clients works well?04:51
jdubare there still weird interactions between the nvidia drivers and the i686 tls bits?04:52
ograstratus, after rebooting the first client04:52
stratusogra, i think it's a old weird bug, maybe claviola has more details than me04:52
jbaileyjdub: AFAIK there hasn't been for 7 or 8 months.04:52
=== kent [n=kent@h55d210.delphi.afb.lu.se] has joined #ubuntu-devel
ograstratus, the second boot attempt is always successfull04:52
stratusogra, i work with him on that cdd, i guess he talked with you already.04:52
ograyup04:52
ograi'll ask him ...04:52
stratusogra, yes, i think it's nothing new but enough random to trace atm.04:52
stratusthe point is that has nothing to do with a new kernel04:53
ograstratus, i'll focus heavily on this stuff post feature freezy if i'm not allowed to develop new suff ;) 04:53
stratusogra, sounds great we were in a short vacation but we will work hard until april when we plan to release the second version of that cdd.04:54
ograsounds good and as if we could throw our ressources together then :)04:54
stratusogra, ltsp is of course on top of our priority list with the device stuff and fuse for $HOME04:55
MithrandirKamion: 'k, thanks. :-)04:55
stratusogra, of course we can, i think that claviola already branched from your or pere's tree and he'll be publishing his tree online.04:55
ograoh, has pere his bzr ready finally ?04:55
stratusit's up to you merge the stuff you want and discuss with us about that stuff04:56
stratusogra, i dunno04:56
mjg59When's Scott back?04:56
stratusogra, i just uploaded bzrtools to debian, wasn't pere just a baz2bzr from that?04:56
ograthe sad thing for me with peres patches is that 90% of them dont work at all in ubuntu04:56
stratusogra, oh04:57
=== bmonty [n=bmontgom@ubuntu/member/bmonty] has joined #ubuntu-devel
stratusogra, do you know what's up with the "unknown" return from video detect stuff? We applied a patch into pere' package to use vesa in these corner cases.04:58
stratusogra, there were two or three more that should be merged back into Debian and probably Ubuntu too.04:58
ograour X doesnt accept a lot of values he sets i.e. X_MODE or the serial mouse stuff as well as most of the other X setting patches04:58
stratusogra, we of course need a better solution for serial mouse, imho.04:58
ograstratus, claviola didnt give me a bzr source yet ...04:59
stratusogra, i'm unsure about the rest but i'll take a look at.04:59
jdubseb128: at 1920x1200, i still get visible rendering of the gdm background04:59
stratusogra, he will do it soon, we've already a svn repo but we were in a short vacation (two weeks) due to holidays. I worked only on Debian specific stuff.04:59
ograthats fine ... i'd just like to know about it if something is there to merge :)05:00
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
ograi was lazy as well the last weeks, only finished the powerpc ltsp implementation :)05:00
stratusogra, i asked claviola to see if pere agree in setup a project at alioth to share the workload with ltsp co-maintainers.05:00
stratusppc, cool. Is there any ppc thin client or you're talking about the server side ?05:01
ograhmm, would be a good reason to finally apply for DD :)05:01
ograboth05:01
stratusgreat05:01
ograi'm having a ppc<->ppc setup running fine here and a ppc-server<-> x86 client05:02
stratusyes, but i don't talk with pere and you (usually), i've a lot of things to do, but since it's my first day back i'm trying to do some of the claviola' work for him05:02
stratushe's busy right now fighting against his desktop05:02
ograbut you have to bootstarp the chroot via a rw nfs mounted share05:02
stratusIs it a ppc thin client or you're using a full ppc machine?05:03
ograboth05:03
stratusoh, i see.05:03
ograi have an ibook as server and a old grey g4 as client05:03
stratuswe don't have so cool gadgets here. :(05:03
jdubBenC: i seem to be getting hangs in lockf/fcntl (at least that's what backtraces seem to indicate)05:03
jdubfabbione: ^05:04
stratusogra, interesting setup.05:04
=== WaterSevenUb [n=WaterSev@195-23-220-150.net.novis.pt] has joined #ubuntu-devel
ograstratus, i'm not allowed to install on the g4 :)05:04
stratusogra, if someday you show up in Brazil, let me know. I'll show you what we're doing with these things here.05:04
jdubon the hung processes, i always have05:04
fabbionejdub: nothing like that... 05:04
ograelse it'd be the other way around05:04
jdub#0 __kernel_vsyscall05:04
ograstratus, i'd sooo love to :)05:04
jdub#1 fcntl 05:05
jdub#2 lockf05:05
fabbionejdub: are you running lockd on the server?05:06
Riddelllamont: where is that qt buildkey error from?05:06
=== Kamion watches pkgsel Just Work
Kamionthis makes me very happy05:06
stratusogra, there are many projects but two really cool, and one of them we're managing right now. There's even 'roaming authentication' between what we call telecentres ('kiosks'), more than 15000 users in just 6 or 7. We will reach 50 in a year and more 90 in two or three.05:06
jdubfabbione: yeah - i'll restat those and see what happens05:06
BenCjdub: is the server userspace or kernel?05:06
jdubBenC: kernel05:06
BenCjdub: on the server, where is lockd? is it hung?05:07
lamontRiddell: that's the most recent attempt to build kdeedu on hppa05:07
stratusogra, these telecentres are installed in poor comunities where they are inserted into technology, internet and free software (of course).05:07
ograstratus, wow, impressive numbers05:07
BenCcat /proc/<pid>/wchan05:07
lamonthttp://buildd.mmjgroup.com/buildLogs/k/kdeedu/05:07
jdubBenC: _stext05:08
stratusogra, yes we worked in a project that reached 500.000 users in Sao Paulo, the bigger city in Brazil. Unfortunately the project isn't going so well at this moment, but in the great days there were a lot of poor guys that turned out to be programmers and not only soccer players. =)05:08
jdubha ha05:08
Riddelllamont: I don't see it in the latest failed build, it's an error on ../../../kig/modes/../objects/../misc/object_hierarchy.h05:08
ograstratus, cool ... 05:09
lamonthrm.05:09
jdubstratus: i am looking forward to visiting brazil for fisl, if i get to go :-)05:09
jdubBenC: that's after a restart05:09
stratusogra, yes really cool that's the reason behind my and claviola' work on ltsp and all that.05:09
jdubBenC: (of nfs-kernel-server and nfs-common)05:10
stratusjdub, we plan to release the second version of our CDD there, i look forward to see you there.05:10
lamontbuildLogs/k/kdeedu/4:3.5.0-0ubuntu1/kdeedu_4:3.5.0-0ubuntu1_20060102-0312-hppa-failed.gz05:10
lamontRiddell: http://buildd.mmjgroup.com/buildLogs/k/kdeedu/4:3.5.0-0ubuntu1/kdeedu_4:3.5.0-0ubuntu1_20060102-0312-hppa-failed.gz05:10
jdubBenC: whoa - suddenly after restarting that, all the hung processes were happy05:10
stratusogra, we have a distributed authentication scheme with pgsql to run the 'roaming auth' stuff, i think mark' saw the prerelease of the php frontend running on a telecentre in Sao Paulo, maybe in the middle of the last year.05:12
ograsounds cool, why did you choose php `05:12
ogra?05:12
stratusogra, it isn't localized yet, but the source code is available through our svn. I plan to package it for Debian in April.05:12
ogragreat, i'll have a look for edubuntu ...05:12
jdubBenC: hrm, i'll keep watching this...05:13
stratusjust because we have a php dev team, and it works well05:13
stratusthe pgsql was needed because mysql 4 wasn't enough05:13
ograBenC, the broadcom driver works flawless for you ? as in *totally* flawless without system lockups ? 05:13
stratusogra, i think it will be useful for edubuntu, at this time it just works but in April we will have more interesting features like "user X can or can't print".05:14
stratusogra, i'm working in two PAM modules to ship together with the CDD, one of them is already on the first version.05:14
ograstratus, yup, pgsql is the way to go ... but i'd rather see a python based frontend ... the security update frequency for php stuff is just to high05:14
stratusogra, the first does the authentication stuff using pgsql as backend but is smart enough to do roaming (the pam-pgsql isn't), the second one will create/remove users into the server as needed or just link the $HOME from a remote server.05:15
stratusWe're planning to avoid nfs and use "some"fs over fuse05:15
stratusIt'll bring us into the "profile roaming" business early or late. But we're not dreaming with it for April, but November.05:16
=== Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-devel
janimoelmo, please sync/override xfce4-terminal from sid. thank you05:18
stratusogra, i don't see a python frontend as a impossible thing, maybe write a product for zope to consult the current database will be trivial.05:21
=== rikai [n=gtk2@pool-68-238-63-64.port.east.verizon.net] has joined #ubuntu-devel
ograstratus, that'd be cool ... (at least for edubuntu, where we already have schooltool)05:21
bmontylamont: ping05:22
stratusogra, good we are a step or two from more funding to prepare a larger lab here to install everything related with the subject. e.g: We don't have a edubuntu setup around,05:23
lamontbmonty: si?05:23
=== lamont has about 2 minutes before he must run
seb128jdub: dapper? since today?05:24
bmontylamont: can you please check if grass is in depwait and clear it if it is?05:24
=== lamont notes that http://people.ubuntu.com/~lamont/buildLogs/Lists/dapper.all.$ARCH is a good place to check that... and checks
jdubseb128: hadn't tried earlier on my desktop05:24
jdubseb128: first time i've used it for a long while :)05:24
seb128jdub: what libgnomecanvas2-0 version do you have?05:25
jdubseb128: but yeah, fully up-to-date dapper05:25
jdubsec05:25
lamontbmonty: and kicked.05:25
lamontback later05:25
bmontylamont: thanks05:25
jdubseb128: 2.13.0-0ubuntu105:26
jdubseb128: using nvidia prop drivers05:26
seb128jdub: could you try with the previous deb?05:26
seb128they changed the interpolation method again, to know if that makes a difference05:27
jdubhrm, ok05:27
seb128this version of libgnomecanvas is from today05:27
jdubis there one on a server somewhere05:27
jdub?05:27
seb128jdub: http://archive.ubuntu.com/ubuntu/pool/main/libg/libgnomecanvas/05:30
=== herzi [n=herzi@d043163.adsl.hansenet.de] has joined #ubuntu-devel
=== rraphink [n=raphink@bur91-2-82-231-159-240.fbx.proxad.net] has joined #ubuntu-devel
=== jdthood [n=jdthood@x087.decis.nl] has joined #ubuntu-devel
janimoanybody besides elmo who can activate a key in the main uploader ring?05:49
Kamionjanimo: just elmo05:49
BenCogra: I haven't had any lockups since I started using it05:51
mdzBenC: I get hard hangs with 2.6.15-10 on my desktop05:53
mdzduring the boot process, not always at the same spot either05:53
slomo_lamont: please remove gnunet from dep-wait... the version i uploaded 5 minute ago builds fine now... thanks :)  (and please take a look again at njb-sharp... the same error happenend again and it needs imho again a give-back)05:54
=== carlos [n=carlos@13.Red-83-41-30.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
ogra_ibookBenC, for me it hardlocks from time to time, also the signal drops if i'm more than 10m away from the AP06:04
=== denton [n=denton@adsl-data-233.84-47-65.telecom.sk] has joined #ubuntu-devel
slomo_hm, do we only get automatic syncs from debian/unstable or also from debian/experimental when the package in question was synced from experimental before?06:05
seb128no06:05
seb128no autosync from experimental06:05
=== nowlin [n=nowlin@D40A91EF.rev.stofanet.dk] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
=== ozamosi [n=ozamosi@h67n8c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== denton [n=denton@adsl-data-233.84-47-65.telecom.sk] has left #ubuntu-devel ["Leaving"]
=== Valandil [n=chrys@dslb-084-056-103-239.pools.arcor-ip.net] has joined #ubuntu-devel
=== ptlo [n=senko@83-131-7-250.adsl.net.t-com.hr] has joined #ubuntu-devel
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
BenCogra: I'm not running an SMP kernel, so that may be part of it06:36
ogra_ibookme neither ...06:37
ogra_ibookat least not that i'm aware of ...06:37
=== lucas [n=lucas@d213-103-255-197.cust.tele2.fr] has joined #ubuntu-devel
janimois it possible that two hours pass between a build being successful as shown in lamont/buildlogs and showing up in archive.u.c/pool ?06:48
janimoor even more time?06:48
Kamionjanimo: it could easily be in NEW, for example06:48
Kamionjanimo: what package?06:48
janimoit's not06:48
janimoexo06:48
Kamionjanimo: is too06:48
janimohttp://people.ubuntu.com/~lamont/buildLogs/e/exo/0.3.1.1svn+r18845-0ubuntu2/06:48
janimoa NEW binaries06:48
KamionNEW06:48
Kamion---06:48
janimoaha06:48
Kamionexo           | 0.3.1.1svn+r18845-0ubuntu2 | amd64 i386 ia64 powerpc | 1 hour old06:49
janimothe source is the same, but new binaries06:49
Kamionneeds manual processing due to new binaries06:49
janimoforgot that06:49
janimoI did not get mail about it being in NEW as usual06:49
janimothanks06:49
Kamionno, you don't when it's new binaries06:49
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-devel
Kamionbecause the Maintainer: listed in the .changes file is the buildd in that case06:50
Kamionso the new ack mail goes to the buildd admin06:50
janimoand at that point it can no longer figure out the uploade and send a mail?06:50
Kamionby design, mail only goes to the Maintainer of the .changes06:51
janimook, will remember fro next time06:52
Kamiononce we switch to launchpad, the status should be visible on a web page somewhere, I guess06:52
Kamionit's not worth fiddling with now06:52
janimowill that happen before dapper?06:52
Kamionit was supposed to happen at the start of dapper, but got delayed because it didn't quite work yet. I don't know.06:53
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
=== michael_ [n=michael@67-30.241.81.adsl.skynet.be] has joined #ubuntu-devel
michael_is there an archive of this channel?07:06
=== Sepheebear [n=SepheeBe@cpe-68-175-48-160.nyc.res.rr.com] has joined #ubuntu-devel
pittielmo: can you please sync tetex-bin?07:07
ogra_ibookmichael_, http://people.ubuntu.com/~fabbione/irclogs/07:08
michael_thanks07:08
ryanpgis there a page on the wiki describing the sync process? i.e. how a source upload gets built, by who and what schedule?07:12
ogra_ibookyes07:12
ryanpgogra_ibook, hrm... guess I've not found the correct search terms yet ;)07:13
ogra_ibookhttps://wiki.ubuntu.com/BuildDaemons07:14
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
ryanpgthanks ogra_ibook https://wiki.ubuntu.com/DeveloperResources explains a bit too07:15
ogra_ibookyup07:16
bmontyryanpg: also check out https://wiki.ubuntu.com/MOTUToMerge07:16
ogra_ibooknote that only devs can actually ask for syncs ...07:16
mdkedholbach, cool, thanks07:19
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
=== mez_ [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
mdkeelmo, Znarl, website is down (in case no one has poked you yet)07:29
mdkeargh, now it loads07:30
sivangmdke: I thought it was as well a couple of minutes ago, but after some waiting it wen back up07:31
mdkeyah07:33
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== pvanhoof [n=pvanhoof@d54C0FBBD.access.telenet.be] has joined #ubuntu-devel
jordihey07:36
jordiogra_ibook: ping07:36
ogra_ibookjordi, pong07:36
jordiogra_ibook: do you know when Flight 3 is due, more or less?07:38
ogra_ibooknope07:38
ogra_ibookbut it should happen before UVF 07:39
ogra_ibookor around this date07:39
jordiogra_ibook: the Catalan GNOME team is interested in having easy to get Live CDs to test the Catalan translation of G 2.1307:39
jordiso in like 1/2 weeks07:39
ogra_ibooksounds reasonable... but dont quote me on it :)07:39
jordik :)07:39
mez_ogra_ibook, i noticed you didnt sign my key - did you lose the fingerprint ?07:40
jordiKamion: what languages are included in the live cd?07:40
ogra_ibookmez_, nope, its on the stack with the other signs i still have to make... sorry07:40
mez_lol - fair enough :D np - lol07:40
mez_just looking at my key stats and noticed a couple of ppl hadnt signed :D thought it mighta been due to lost fingerprints :D07:41
mez_I know i lost one :D07:41
ogra_ibookelmo, please sync libgtk-trayicon-ruby from unstable, override ok ...07:41
mez_which is why i did all of them as soon as i got the fingerprint after that07:41
mez_elmo, please sync python-feedparser from unstable - no ubuntu package (needed for newly synced version of ipodder)07:42
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
Kamionjordi: http://people.ubuntu.com/~cjwatson/seeds/dapper/live07:45
jordiKamion: thanks07:48
jordicoolio07:48
jordiso we can use flight cds to test our translation07:48
Robot101how likely is installing this stuff from dapper on a breezy system to break stuff:07:48
Robot101  cpp-4.0 g++-4.0 gcc-4.0 gcc-4.0-base gij-4.0 libfribidi0 libgcc1 libgcj607:48
Robot101  libstdc++6 libstdc++6-4.0-dev07:48
Robot101:)07:48
pvanhoofE: Package notify-daemon has no installation candidate07:49
jordiKamion: hmm, that means only on ppc?07:49
Kamionjordi: right, at present07:49
pvanhoofAnd is fglrx going to get really fixed soon? (dapper)_07:49
Kamionjordi: check with pitti when he's going to upload language packs, too07:49
jordinod07:49
ogra_ibookpvanhoof, ask ati ...07:49
Kilohertz30-5007:49
=== jk [n=jochem@jkossen.nl] has joined #Ubuntu-devel
Kilohertzopz :>07:50
pvanhoofogra_ibook, is there a problem with ati?07:50
ogra_ibookpvanhoof, no fglrx for X7 yet07:50
ogra_ibookafaik07:50
pvanhoofaha, ic07:50
pvanhoofalso, my mouse cursor isn't the Human one anymore .. 07:51
elmowiki is going down for 3-4 minutes07:51
ogra_ibookhere neither ... just select it in the cursor preferences until its fixed07:51
=== Kamion tries to decide how to adapt oem-config for the base-config removal
pvanhoofah, okay07:52
=== FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-devel
=== SEJeff [n=SEJeff@12-203-76-59.client.insightBB.com] has joined #ubuntu-devel
=== ogra_ [n=ogra@p5089E09C.dip.t-dialin.net] has joined #ubuntu-devel
sivangdoes anybody recall what command should I give bzr if I Want o publish a bracnh to a remote location?08:05
sivang(e.g. , that's the first time I publish it there, so 'pull' gives me "no branch" error)08:05
sivangs/pull/push/08:05
=== ptolo [n=senko@83-131-9-12.adsl.net.t-com.hr] has joined #ubuntu-devel
Kamionpitti: uploaded langpack-locales including validlocale, FYI08:13
Kamionneeded for killing base-config08:13
sivangcoudl someone take a look at http://bugzilla.ubuntu.com/show_bug.cgi?id=21525 ? any idea why I get "stack empty" when gdb'ing on it?08:16
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
mdkesivang, is the backtrace on bug #21617 not good enough?08:18
sivangmdke: ah, it's seem goodenough. I just wondered why I can't get a bt as well08:20
=== zeedo [n=zeedo@reboot-robot.net] has joined #ubuntu-devel
=== Pygi [n=mario@83-131-254-167.adsl.net.t-com.hr] has joined #ubuntu-devel
sivangmdke: although something is missing there, I think08:22
mdkesivang, not sure I'm afraid. The other bug is a backtrace on locate I think08:22
sivangmdke: yes , well maybe I am doing something wrong08:23
=== psusi [n=phreak@103.202.33.65.cfl.res.rr.com] has joined #ubuntu-devel
=== RemoteViewer [n=555@stan.physik.fu-berlin.de] has joined #ubuntu-devel
sivangmdke: it seems to not segfault when I run it under gdb, so maybe this is a libc problem. weird08:27
=== marcin [n=user@194.114.146.58] has joined #ubuntu-devel
=== joe_alf [n=joe_alf@pcd254053.netvigator.com] has joined #ubuntu-devel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== seth_k|lappy [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-devel
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-devel
=== poningru [n=poningru@pool-70-110-74-78.tampfl.fios.verizon.net] has joined #ubuntu-devel
zygasivang: it does crash under gdb for me08:48
zygasivang: more less got the cause08:51
zygabah, what a mess08:54
zygawhoever wrote that should ... no not die08:54
sivangzyga: how are you able to reproduce the crash under gdb?08:57
zygasivang: sudo -s ... then continue as normal08:58
zygasivang: the problem is that search_db gets mess instead of search_str (the third arg)08:58
zygathe mess comes from command parser08:59
zygaI'll investigate the source08:59
sivangzyga: why sudo -s ? slocate should be easy to execute without it no?08:59
=== ompaul [n=ompaul@A-23-164.cust.iol.ie] has joined #ubuntu-devel
zygaI don't know really ;-)09:00
zygait does some checks on real and effective id's09:00
zygaso I guess that might be the cause09:00
mdzKamion: gfxboot is looking pretty good; just tested the daily amd64 live09:01
mdzcasper ends up with a locale of aa_DJ or such though09:01
zygaokay I got it not to crash09:02
zygahmm09:02
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
sivangzyga: what did you do?09:05
zygasivang: no, my mistake... wait a sec09:05
zygaI'll rebuild the database to be sure09:05
sivangzyga: I see the problem was fixed in slocate upgraded just now, sorry for the fuss probbly got fixed in debian ...I should have checked there before09:06
zygaok :)09:06
zygawhat was the problem?09:06
Kamionmdz: Mithrandir says he's fixed the default, although I'll make a small gfxboot-theme-ubuntu tweak too probably09:06
Kamionmdz: test today's install CD for some fun09:07
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel
mdzKamion: "fun"?09:11
marcin`hello developers...09:12
marcin`I got a question09:12
=== jpatrick [n=patrick@26.Red-83-50-138.dynamicIP.rima-tde.net] has joined #ubuntu-devel
marcin`could someone tell me if is it possible to write book about ubuntu linux and put fragments of ubuntu documentation in it?09:13
=== joe_alf [n=joe_alf@pcd254053.netvigator.com] has left #ubuntu-devel ["Leaving"]
zygamarcin`: probably09:14
zygamarcin`: you'd have to look at idividual licenses (to check if they are compatible with one another)09:14
marcin`zyga: I'm not sure if it is legal...09:15
zygaor explicitly ask permission from doc authors for a special license for a fragment09:15
mvoping ogra09:15
ogra_ibookmvo, pong09:15
marcin`zyga: hmm I would like to write book about entire ubuntu-desktop... it's on gpl and lgpl (afaik)09:17
zygamarcin`: doc is often written with different licenses09:18
lifelessmorning09:18
zygamarcin`: would your book be freely available?09:18
marcin`zyga: another thing is that I would like to write some documentation in my native language and upload it to gnome.pl team09:18
marcin`zyga: but then I would like to use these parts of documentation as part of my book09:19
zygamarcin`: hmm... it depends on what the whole book be licences like09:19
marcin`zyga: can I use different license for documentation than license for application that I want to describe?09:19
=== tsume [n=tsume@72.21.54.44] has joined #ubuntu-devel
zygaonly if the license allows such 'derived work', you should read each license and check09:20
marcin`zyga: well the thing is that I would like to write book - and describe various parts of ubuntu desktop09:20
mdzdocumentation isn't a derived work of the work it's documenting09:20
tsumedoes ubuntu have a special development team for ruby like debian, or does ubuntu use the debian-ruby teams packages?09:20
marcin`zyga: and then publish my text in book form and sell something 09:20
marcin`zyga: (well I just would like to earn some money)09:20
mdztsume: occasionally someone patches ruby, but currently (in dapper) it's identical to the package in unstable09:21
marcin`zyga: but then I would like to contribute my work to open source community09:21
tsumetheres a serious problem with the ruby libraries which come with ubuntu. The libraries seem to be a compeltely different version.09:21
dholbachtsume: both, you maybe should talk to lucas09:21
zygamdz: but docs written that include existing docs could be derived work09:21
tsumemdz: its like the ruby libs for the stdlib base in ruby come from 1.8.2.09:21
marcin`zyga: after let's say - 1-2 month after printed documentation09:21
dholbachtsume: and i doubt they are "completely" different09:21
mdztsume: can you explain what you mean in terms of packages in the archive?09:21
zygatsume: tell lucas about that, he will be most interested09:21
tsumemdz: I was just debugging someones problem, and noticed time.rb is not the version distributed with ruby 1.8.309:22
mdzzyga: yes, that would be modifying documentation; marcin` seemed to say he would write it from scratch09:22
tsumemdz: the parse method for Time is completely different, which indicates it was modified, or an older version.09:22
zygamdz: yes but he also noted that he'd use parts of existing docs09:22
mdztsume: that's because the current stable release (5.10) contains ruby 1.8.2, not 1.8.309:23
marcin`zyga: that's right09:23
marcin`zyga: I would like to write a lot from scratch09:23
marcin`zyga: but also I would like to use parts for example gnome-guide...09:24
zygaIMHO you'd have to ask individual authors for permission to include their text and not to release the book as free as in speech09:24
zygabut please read the relevant licenses to be sure09:24
tsumewtf09:25
Kamionmdz: base-config go bye-bye09:26
Kamion(it's good fun)09:26
marcin`zyga: ok - but last question then - if I'll write everyting from scratch09:27
tsumemdz: its a big wtf here then :)09:27
mdzKamion: does it work?09:27
marcin`zyga: do I need any permission then?09:27
tsumemdz: somehow a rogue ruby seemed to sneek on my system :)09:27
Kamionmdz: the i386 CD worked in qemu for me09:27
zygamarcin`: no09:27
zygathen it's all your copyrighted text09:27
Kamionstill a few glitches, but apparently nothing major09:27
mdzok, will give it a shot09:28
marcin`zyga: and it doesn't matter then that this text is about some gpl software?09:28
marcin`zyga: just my words - my license - right?09:28
mdzmarcin`: correct09:28
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
mdzmarcin`: the license of the software is only applicable to copying it, not talking about it09:28
marcin`mdz: ok - thanks09:29
zygamdz: not really... check the license for .NET crap09:29
zyga:-)09:29
marcin`mdz: but then I can for example format my text to docbook and upload this as for example - gnome user guide in polish lang - on gpl or lgpl license?09:30
marcin`mdz: am I right?09:30
teprrrhum, have daniels used to hang out here? or someone else who knows about xorg things?09:30
tsumehrm.09:30
tsumeI know I didn't install it. Is there a way to verify package files?09:30
mdzdebsums09:30
mdzmarcin`: you can do whatever you like as long as you wrote it09:30
marcin`mdz: ok09:31
marcin`mdz: so I'll start my book :)09:31
sivangzyga: I Was wrong before, I checked again and it still there09:31
sivangzyga: it just segfaults after you sudo -s "cmd"09:31
marcin`mdz: and after few months on market I'll contribute this book to open source community :)09:31
tsumemdz: what if I tell you debsum said ruby1.8 was OK for a checksum? :)09:32
tsumemdz: I know I didn't build it on my machine, since the runtime says its 486-linux09:32
mdztsume: I'd tell you that you probably have it installed in /usr/local, and that this is a matter for #ubuntu rather than #ubuntu-devel09:33
tsumemdz: its in /usr/ ;)09:33
zygasivang: darn I rm -rf'd my code :)09:34
zygasivang: contact the upstream, it's an app bug IMHO09:34
tsumemdz: there needs to be a #ubuntu-technical, since usually home channels are filled with kids and chat.09:34
tsumeor a #ubuntu-tech09:34
zygatsume: #ubuntu-pro ;-)09:35
tsumeoh, that was a joke :)09:35
sivangzyga: I'm sorry then, you were probably close :-/09:35
zygasivang: the code that managed search_str in search_db is fishy, I'd add a couple of asserts and recompile but I'm not going to work on this ... no time to start YET another thing09:36
mdzKamion: hwdetect is nice and snappy now09:36
sivangzyga: right,I might give it a look when I'm done with what I'm douing :)09:37
Kamionmdz: <3 udev09:37
truluxanyone with experience working on pygtk-based stuff?09:38
=== trulux is working on the ubuntu security center
=== tsume smiles
tsumemdz: I'm curious why someone would use the CVS version of ruby09:38
Robot101slomo: mplayer seems to be missing a libmp4v2-dev build dep09:39
=== dr_kabuto [n=dr_kabut@host52-0.pool80104.interbusiness.it] has joined #ubuntu-devel
mdzKamion: would be interesting to benchmark against breezy, given that we also do DMA now09:39
zygatrulux: what do you need?09:39
Robot101slomo: although I am building the dapper package on breezy09:40
slomoRobot101: hm no... libfaac-dev misses a dependency on libmp4v2-dev in breezy but not in dapper... where are you building it?09:40
truluxzyga: I don't know how to add more than one widget (a chekc button) to a frame09:40
slomoRobot101: ok, you answered your own question ;)09:40
Robot101slomo: on breezy, it fails building ad_mpc too, but I don't care about that so I'll disable it :)09:40
tsumemdz: I guess I'll just hang around in #debian-ruby and beat lucas senseless when I see him. :)09:41
mdzI'll try to remember to do that when doing upgrade testing, since I'll need to install breezy anyway09:41
=== tsume [n=tsume@72.21.54.44] has left #ubuntu-devel []
Robot101slomo: upstream really love these packages it seems... :)09:41
slomoRobot101: you mean mplayer upstream? yes... they don't like packages in general it seems ;)09:41
zygatrulux: read the glade tutorial and pygtk tutorial09:42
zygatrulux: basically you need a container but that is all abstracted away by glade :)09:42
truluxzyga: I'm on it, but I'm not using glade at all09:42
zygatrulux: check update-manager or language-selector for a small (relatively) codebase that is using glade 09:42
mdzKamion: "select and install software" is very nice looking, apart from the non-functional estimate of time remaining09:42
truluxzyga: I've already checked the tutorial and the reference09:42
zygatrulux: you should try glade, it will make your problem go away09:42
truluxwell, I'll give it a look now09:43
zygatrulux: unless you are building a really weir app glade can do 99.9% of your GUI creation work09:43
zygatrulux: and if it's desktop oriented feel free to join #u-desktop09:44
truluxzyga: OK, I'm going to join the channel and comment about the project09:44
sivangtrffddd09:45
Robot101spot the irssi user :)09:48
sivangheh09:51
sivanglost network for a while09:51
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== macgyver2 [n=eric@pdpc/supporter/student/macgyver2] has joined #ubuntu-devel
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel
=== hunger [n=hunger@p54A633FA.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== hunger [n=hunger@p54A633FA.dip0.t-ipconnect.de] has joined #ubuntu-devel
psusiwell, I just wrote my first space... anyone want to critique it?  https://wiki.ubuntu.com/PacketCD10:08
psusis/space/spec10:08
=== torkel [i=torkel@69-188.umenet.t3.se] has joined #ubuntu-devel
Pygipsusi: I'll go take a look 10:12
rraphinkpsusi: very interesting10:13
sivangpsusi: now I know we do not support packet mode by default :) I was sure this was supported..10:13
rraphinkcorrect me if i'm wrong10:14
rraphinkbut CDRWs lose in thickness when they are erased10:14
psusiwell, it didn't take a whole lot to get it working ;)10:14
rraphinkso this would mean that using this kind of technology could end up having CDRWs that are not really flat 10:15
psusirraphink, they don't physically get smaller, but yea, they can only withstand about 1000 write cycles10:15
rraphinkok10:15
rraphinkI mean10:15
rraphinkwith the current technology erasing the CD entirely 10:15
Amaranth1000?10:15
rraphinkyou don't get much difference in thickness when burning data on a CDRW10:16
Amaranthi wiped one 10 times and all my burner apps (OS X) tell me it can't be written to anymore10:16
mdzKamion: amd64 daily install was successful, though eth0 wasn't configured at boot10:16
rraphinkreally Amaranth ?10:16
Amaranthyeah10:16
psusirraphink, I don't know what you're talking about thickness... the disc physically doesn't change...10:16
rraphinkhmm10:16
Amaranthi'm thinking if i could find an app that ignores what the disc tells it maybe it would work10:16
rraphinkpsusi: physically some layers of the disc are removed10:16
Amaranthbut i don't want to put anymore important on that disc anymore10:16
psusiAmaranth, I have written to and formatted this one in my drive now at least 30 times10:16
rraphinkwhen erasing a CD10:16
rraphinkno?10:16
sivangAmaranth: weird. I have various ones , written over 10> times, and they still work10:17
psusiAmaranth, and everything I have read says it can take about 1000 write/erase cycles10:17
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
rraphinkwb ogra 10:17
psusirraphink, I'm fairly certain that is incorrect10:17
sivangpsusi: bascially, the session mode is applicable to non RW discs as well right? 10:17
rraphinkpsusi: that can be :)10:17
rraphink(incorretc i mean)10:17
psusithe media is heated and when it cools, the lattice structure is a bit different, so it is more or less reflective10:18
psusiI believe10:18
psusisivang, yes... you can burn cdr media in the current session mode... packet mode is more for rewritable media10:18
psusiin theory you could use it on cdr media... but it's main benefit is easy reuse of deleted space, which can't be done on cdr media anyhow10:19
psusiso it wouldn't make much sense10:19
sivangpsusi: noted, thanks.10:19
Pygipitti: ping10:20
psusiwith the current growisofs method, each session you add can only use up more space... and the more sessions you have on the disc the slower it gets10:20
sivangpsusi: is there a definite way to know when a disc is going to make his last write cycle?10:21
psusisivang, not that I know of10:21
Pygisivang: but we can predict that based on the *some* factors10:22
rraphinkthis is very interesting anyway10:22
rraphinkI think I''ll use more CDRW if i can use them this way10:23
rraphink:)10:23
sivangpsusi, Pygi : I'm asking in realtion to HomeUserBackup. My interested is clear, I think :)10:23
psusiI have also found out that there is some windows software that enables packet mode... I have seen one called "incd" before.. only it uses variable length packets... each file gets an entire packet... currently linux only supports fixed length packets10:24
sivang(I might fall as another use case as well)10:24
psusivariable packets waste less space, and can be read by older systems it seems10:24
Pygisivang: hehe :)10:24
Pygipsusi: huh, can't we somehow "enable" it?10:24
psusisivang, I think it's like how you used to use floppies for the purpose: if you write to it every day, after maybe 3-6 months, it's time to replace it ;)10:24
sivangpsusi: seems fair, yes.10:25
psusiPygi, yes... install and dpkg-reconfigure the udftools package10:25
psusithen use the included cwrwtool program to format the disc... then you need to hack the hal fdi policies a bit for it to auto mount10:25
psusiI'd like to get the udftools package modified so that it 1) auto configures on install and 2) automatically sets up the hal fdi policy for auto mount10:26
psusibut I'm not quite sure how to do that yet ;)10:26
Pygihuh, shell script or python one?10:26
psusihuh?10:27
Pyginothin' :)10:27
Pygican't you use shell or python scripts to make that?10:29
=== mpt [n=mpt@203-167-187-229.dsl.clear.net.nz] has joined #ubuntu-devel
psusinot sure... I haven't yet learned about how debconf works10:29
psusiI just know that dpkg-reconfigure udftools asks you some simple questions then sets up the pktcdvd device... it should also create an appropriate hal fdi policy file10:30
psusiI'm also still trying to figure out if there is anyone maintaining the pktcdvd kernel driver upstream10:31
psusithe project page on sourceforge has not had any cvs changes or active mail on the mailing list in over a year10:31
psusiif it is not maintained I just might end up fixing it myself... it needs to get rid of the hard coded packet length... the default packet length stinks, larger is better10:32
Pygik, good luck :)10:34
Kamionmdz: the time estimate is an aptitude bug, I presume10:35
Kamionor perhaps apt10:35
Kamionmdz: network plugging is a known problem with current udev10:35
Kamionmdz: yes, benchmarking would be good, especially for sabdfl's "fastest installer in the west" kick ;-)10:36
mdzKamion: hmm, don't we have timestamps somewhere already? maybe in the typescript?10:36
mdzmodulo user input10:37
Kamion/var/log/installer/syslog does have timestamps; not sure there's anything for base-config10:37
Kamionyou might be able to work it out from the timestamp of /var/log/base-config.log?10:37
Kamioni.e. mtime10:38
mdzyeah, maybe10:38
dholbachgood night10:38
Kamionyeah, that should work, that's the typescript10:38
=== Pygi [n=mario@83-131-254-167.adsl.net.t-com.hr] has left #ubuntu-devel ["Download]
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
=== mpt [n=mpt@203-167-187-229.dsl.clear.net.nz] has left #ubuntu-devel ["http://mpt.net.nz/"]
jdonghey, what does buildd mean when builds are given-back?10:40
jdongquite a few GNOME/GTK related backports aren't compiling because of it10:40
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
Kamionjdong: transient failure, leave to the buildd admin10:44
Kamionusually that it tried to build at a bad time when the master archive was busy doing maintenance on itself10:44
jdongKaloz: do I need to take any action then? (i.e. request a rebuild, etc)10:45
jdongKamion: rather10:46
jdongstupid tab completion :)10:46
Kamionjdong: no10:55
Kamionif it drags on *too* long, ping lamont/infinity about it, but in the short term just let them do their jobs :)10:55
=== crimsun [n=crimsun@66.248.140.183] has joined #ubuntu-devel
=== dmk [n=dmk@host81-156-131-188.range81-156.btcentralplus.com] has joined #ubuntu-devel
jdongKamion: alrighty then, thanks for your time10:58
=== lucas [n=lucas@d213-103-255-197.cust.tele2.fr] has joined #ubuntu-devel
=== hunger_ [n=hunger@p54A64798.dip0.t-ipconnect.de] has joined #ubuntu-devel
janimoelmo, when you have time please add jani@u.c to the main upload whitelist. thank you11:02
crimsunjanimo: we'll still have to merge xfce4-terminal due to the .desktop calling the wrong binary11:03
janimocrimsun, I'll merge it as soon as exo leaves NEW11:03
crimsunjanimo: right, thanks.11:04
janimoright now since our exo is ahead in version numbering, I jut take the debian/ dir and merged it into our package11:04
janimoso we're in sync short of the actual version number11:04
janimobut thanks for the terminal .desktop reminder11:04
Kamionjanimo: *@ubuntu.com is already whitelisted11:05
janimoKamion, then the GPG key need special treatment?11:05
janimoI uploaded to main today and got rejected11:05
Kamionyes, that's about the GPG key, not about the *-changes whitelist11:06
zygajdub: ping11:06
Kamion(*@ubuntu.com> at least I think so ...)11:06
janimoI have a RT ticket opened two weeks ago on that11:06
janimoyes, it was whitelisted for universe till now, and I am using that address in uploads11:06
janimook I'll ask the right thing then11:07
KamionRT ticket as in rt@admin? that's for general sysadmin requests; the GPG keyring is an ftpmaster admin task11:07
KamionAFAIK11:07
Kamionanyway, just leave it for now11:07
janimoI was told not to bug elmo, but file a ticket in RT.canonical11:07
Kamiontold by elmo?11:08
janimoI thought I can ask again since some time has passed11:08
janimoyes, he told me that11:08
Kamionok, fair enough11:08
Kamiontry waiting until he comes back from holiday11:08
Kamiontoday's a UK bank holiday; it's not fair to assume that UK employees will be around :)11:08
janimohe has just synced today :) .Maybe he does that on holiday too11:09
=== mvo goes to bed
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
jdubzyga: pong11:14
zygajdub: is the planet back to being functional?11:15
=== HWolf [n=HiddenWo@136.134.dynamic.phpg.net] has joined #ubuntu-devel
zygajdub: I'd like my blog to be included in the feed someday11:15
jdubzyga: not entirely, if you want to be added, send me an email with your member reference11:15
jdubhopefully it'll be sorted out soon11:15
zygajdub: member reference?11:15
zygalaunchpad profile?11:15
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-devel
jdubzyga: yeah, whatever lets me know you're a member :)11:16
ogra_ibookzyga, your membership in the ubuntumembers launchpad team 11:16
zygaI was approved as a member but nobody have updated my profile :/11:17
sivanggood night all11:18
zygasivang: night :)11:18
sivangnight zyga  , rock on11:18
ogra_ibookzyga, then you should talk to one of the CC members why you are no member of the tem yet, normally it gets updateted right away11:20
zygaogra_ibook: trying to locate the list 11:20
ogra_ibookhttps://launchpad.net/people/ubuntumembers/+members11:20
=== bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-devel
zygaI'm a proposed member on that list11:21
ogra_ibookyes, but not approved11:21
zygaogra_ibook: I was approved on the last CC meeting, the logs and wiki can confirm this11:22
zyga(as well as memory of the people who were there)11:22
lucaszyga: same for me. let's just wait or ping Kamion ;)11:22
ogra_ibookzyga, so ping the CC that it gets updated ... this list is the master we use everywhere now11:22
zygalucas: I'll try the latter :)11:22
zygaKamion: ping11:22
lucasIrvin Piraman is in the same case too11:24
zygalucas: seems like a massive overlook11:24
lucas3 doesn't make it massive ;)11:25
zygalucas: if self in list: massive = True # ;-)11:25
=== jdong wonders if driving and talking on IRC is a bad idea...
lucasyou want to write it massive = list.include?(self) ;)11:29
zygalucas: that's ruby? :)11:31
zygamassive = self in some_list11:32
RiddellKamion: do you know if the dapper installer will use sources.list.d by default or just sources.list?11:36
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-devel
mdzseb128: is it only me, or is gconftool-2 very slow now during upgrades?11:46
=== thierry [n=thierry@modemcable232.48-131-66.mc.videotron.ca] has joined #ubuntu-devel
mdzit seems to take several seconds each time it is invoked11:46
seb128I've noticed some slowness when configuring some GNOME package but not tried to figure what causes it11:47
seb128I'll have a look to know if that's due to gconf11:47
mdzwhen I notice the slowness, it is always gconftool-2 running11:48
seb128maybe a side effect of using one merged file11:48
seb128I'll have a look on that tomorrow11:48
mdzseb128: if it's a tradeoff of slow upgrades for faster runtime, that's OK with me12:00
seb128that's probably that but I'll have some look to be sure12:01
Kamionzyga: tomorrow, if you could, or mail me; I'm about to go to bed12:03
KamionRiddell: just sources.list unless somebody gives me a good reason otherwise beyond "it's there" :-)12:03

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