[12:18] sistpoty: How is this for a first draft? http://paste.ubuntu-nl.org/37653/ === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-devel [12:20] owh: looks good (though I'm usually making my comments in a less professional style :P) === owh suspects a better synonym for bowels of the os would be a good idea :-) === owh proposes depths. [12:23] internal workings [12:23] Excellent, tah. === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [12:32] sistpoty: I'm intending to tag all those bugs across launchpad, any suggestions for a unique tag, or should I just mark them vfat dosfstools? === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel [12:33] owh: vfat dosfstools sounds sane === owh types :-) === geser [n=michael@dialin105119.justdsl.de] has joined #ubuntu-devel === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel [12:38] sistpoty: Do you know of any that I missed: https://launchpad.net/distros/ubuntu/+bugs?field.tag=dosfstools === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel [12:40] owh: no, not really === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-devel [12:51] sistpoty: I'm just hunting through any bugs with vfat in them. === stefg [n=chatzill@dslb-088-072-205-032.pools.arcor-ip.net] has joined #ubuntu-devel [12:55] sistpoty: None that I can find, any point in contacting Debian reporters as well? === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel [12:56] owh: hm... I don't think that's necessary === Amaranth [n=travis@unaffiliated/amaranth] has joined #ubuntu-devel === cge [n=costi@ip70-181-253-87.sd.sd.cox.net] has joined #ubuntu-devel [01:07] sistpoty: I'm checking out the version of dosfstools on cvs.linux-m86k.org to see if I can get a handle on the changes that implemented FAT32. === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel === fabbione [n=fabbione@vpn-nat.fabbione.net] has joined #ubuntu-devel === minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-devel [01:23] owh: interestingly enough, just 1 hour someone picked up my report https://launchpad.net/bugs/62831.. seems that stir some dust [01:23] Malone bug 62831 in dosfstools "fsck.vfat truncates files of 4294967295 bytes length to 0 bytes at boot-time" [Undecided,Unconfirmed] === cge [n=costi@ip70-181-253-87.sd.sd.cox.net] has joined #ubuntu-devel [01:24] stefg: That was me :-) (And sistpoty) === _TomB [n=ownthebo@ACCB5043.ipt.aol.com] has joined #ubuntu-devel [01:24] stefg: What other information can you give us? [01:25] stefg: sistpoty has been trying to reproduce your report with not much success, any other information you can share? [01:25] stefg: could it be that your FS was already corrupted, and dosfsck just fixed it in a wrong way? [01:25] stefg: or rather broke it more ;) [01:25] hmmm... what do you need? Aren't the facts clear? dosfsck takes 32bit fat as 16bit fat... [01:25] stefg: No, it's not that simple :-) === owh wishes it were so :-) === dous [n=dous@124.104.13.161] has joined #ubuntu-devel [01:26] stefg: nope, as I said, I tried to reproduce it (created same big file, but dosfsck didn't complain) [01:27] stefg: FYI, the other bugs that *appear* to be related are now tagged "vfat dosfstools", there are five of them in total. [01:28] so i can't really tell, if the fs was broken before... i use TrueImage, which splits the backup file in 4GB slices, and it needs to be fat32 to be accessible from linux and win... i did a deadly boring dapper server-install, and the initial dosfsck after the first reboot decided to eat my backups [01:28] stefg: So the files were right up against the limit for 32 bit FAT, were they not? [01:28] yes, they were [01:29] this is why i wrote the length in the bug report === owh notes comments in the change logs about a single sector at the end of a partition. [01:29] stefg: As a minor point, were they 4 GB or 4 GiB? [01:29] stefg: You wouldn't still have those images lying around would you? [01:30] hm... /me wonders how to upload/download 4GB... *g* [01:30] owh: i ran a chkdsk from win afterwards, which fixed the problem... [01:30] ROTFL [01:31] cge: i stated the size in bytes... to avoid any confusion :-) [01:31] ah [01:31] I wasn't here [01:31] 4294967295 bytes length === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [01:32] that's 4 GB /4096 MB) [01:33] Uhm, silly question, could this be a kernel limit, I recall having fun with 4Gb files on ext2 a couple of months ago. [01:33] no... i have xfs and ntfs partitions on my system, which files bigger than 10 GB [01:33] owh: What kernel was that? I had thought those problems had been solved years ago? [01:34] owh: I doubt that... dosfsck doesn't read through the file system, but directly through the block device... wouldn't work at all with partitions > 4 GB then [01:34] cge: That was from memory something like 2.6.9. [01:35] sistpoty: Hence my silly question disclaimer :-) [01:35] owh: that's silly [01:35] stefg: Do any of these other bugs spark any memories: https://bugs.launchpad.net/distros/ubuntu/+bugs?field.tag=dosfstools [01:35] owh: I unfortunately use ext2 as a compatibility FS between my XP and Linux, and store files >=4GB on a regular basis [01:36] jdong: I use ext2 as my partition for everything in Windows XP except for Windows itself. [01:36] yeah, it works well [01:36] the "unfortunate" part is having ext2 store 20GB+ DV streams [01:36] which it definitely does NOT excel at doing [01:37] I'd much rather hand that job to XFS... but silly Windows.... [01:37] As the prodding increases, I recall now that it wasn't an ext2 fs, but a FAT32, because I wanted to get to it from somewhere else, /me cannot recall all the details, only that the resolution was to split the file to smaller than 4Gb. [01:37] yeah, fat32 has a 4GB limit [01:37] :) [01:37] Heh [01:37] ext2 doesn't [01:37] just be thankful it's not FAT16? :D === stefg reads... and needs to brew a tea === owh is recovering from a night without sleep :-) [01:39] Hold on, jdong, you just said that FAT32 has a 4GB limit, but then how does that relate to bug 62831 which is the one that stefg reported -- /me is a little confused. [01:39] Malone bug 62831 in dosfstools "fsck.vfat truncates files of 4294967295 bytes length to 0 bytes at boot-time" [Undecided,Unconfirmed] http://launchpad.net/bugs/62831 [01:40] Hmmm, no... so #59293 is 'brokenness by design' and the others may relate to same cause, but are different incarnations [01:40] owh: it's not surprising [01:40] stefg: But the DOS/Windows fsck knows when a file system is "dirty". [01:40] owh: the fize of his files are exactly the upper limit for FAT32 [01:40] I woudln't be surprised if there's a fsck.vfat bug at that point [01:41] owh: In other words, a really bad idea. [01:41] jdong: However, it seems that others have not been able to reproduce the problem. [01:41] right, I noticed that === owh points out that "others" is sistpoty :-) [01:42] whom I'd trust to be able to create a 4.00GB file [01:42] lol [01:42] sistpoty: What did you use for the source of data in the files? /dev/zero? or /dev/urandom? [01:42] owh: what might be of interest is that it's a relativley small 25 G partition at the end of a 160 GB drive... starts beyond the 137 GB limit [01:42] cge: you can't use /dev/urandom to make that big a file with dd? [01:42] jdong: No? I didn't know that. [01:42] cge: /dev/urandom contained EOF characters the last time I tried [01:42] cge: first I tried with /dev/zero, then I fired up xp and copied some game data until I got the very good error msg "disk full" (because I had reached the limit) [01:43] apparently that's a part of the "randomness" :D [01:43] sistpoty: Perhaps that changed something. [01:43] cge: I can hardly think of what would be changed then... [01:44] Also, it might have to do with creating the file with the vfat drivers in linux as opposed to windows. [01:44] oops, never mind [01:44] stefg: Where did your file originate? [01:45] cge: Why does that not matter? [01:45] cge: My best guess would be that some repair code is indeed broken. I guess I'll break my fat32 partition and look what dosfsck does [01:45] owh: Because I just noticed that sistpoty said that he copied it in XP. [01:45] owh: Acronis True Image 8, the recovery version (which is a modified Redhat kernel with an embedded CS app on top) [01:45] <_ion> EOF isn't really a character. Programs may interpret ^D as EOF when stdin is a tty, but i'd be surprised if dd did that when reading from /dev/urandom. [01:45] cge: I tried both variants, linux + xp [01:45] I see [01:46] _ion: I'm nearly certain that dd wouldn't [01:46] _ion: Other than that some apps treat /null as an EOF - the command "type" in DOS for example. [01:47] hm... stupid idea: /me is interested to fix that bug because /me fears data loss as well, but in order to get a little bit closer to it, /me will break my fat32 *g* [01:47] _ion: when I try dd'ing a file from /dev/urandom, it creates some couple-byte files every time.... [01:47] at least before it did [01:47] maybe I was using cp and not dd, I don't remember now === owh hands sistpoty a big shovel for the hole that he's digging on his hard-disk. [01:47] oh look at that, it's working [01:47] never mind about dd & urandom :D [01:48] owh: but i experienced file corruption on other fat32 drives with other file-length, too... until i set all the vfat drives in fstab to 0 0 on col. 6/6 [01:48] stefg: Do you recall any details? [01:48] stefg: Why would the pass have anything to do with corruption? [01:48] cge: To stop the check at boot time. [01:49] ah === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel [01:49] owh: I have pretty much investigated what corrupts my data, because i need reliable backups... so what details would you need? === _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel [01:49] stefg: anything that's uncommon with the files, the partition, fs encoding... whatever comes to your mind [01:50] Some reports talk about spaces and back slashes in names, hanging CPU, .lnk files, etc. [01:50] hm... I didn't try backslashes yet [01:51] sistpoty: That was associated with a report in a Japanese file name IIRC. === TomB| [n=ownthebo@ACCB5043.ipt.aol.com] has joined #ubuntu-devel [01:52] ok... let examine this... the consequence of the whole incidence (unfortunately) was that i altered my partitioning scheme, so the partiton on which it happened does no more exist. The most noticable thing is that it was 25 Gigs on very high sector numbers... last 25 GB on a 160 GB drive [01:53] The files had the mentioned length... a corner case, too [01:53] stefg: hm... shouldn't really matter... dosfsck reads the block device of the partition, so the offsets will start with 0 for the partition [01:55] sistpoty: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355903 [01:55] Debian bug 355903 in dosfstools "dosfstools: Classifies an acceptable file name as invalid" [Important,Open] [01:55] and the file system was mostly written by a linux'ish kernel (True Image recovery system). win never complained about something, and since i have a good instinct when a fs is broken, i'd say it was ok before === _TomB [n=ownthebo@ACCB5043.ipt.aol.com] has joined #ubuntu-devel [01:56] sistpoty: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198561 [01:56] Debian bug 198561 in dosfstools "dosfsck doesn't like spaces in 8.3 filenames on VFAT" [Unknown,Open] [01:56] stefg: any clue if you had many files in this directory? === owh suspects that if the file was 4Gb, there was only one file there :-) [01:57] the drive contained 4 folders, each holding 3-20 files (spanned backup images) === owh doh's [01:57] not really uncommon... :( [01:57] stefg: What kind of name did the folders have? [01:58] stefg: what architecture, i386 or amd64 or s.th. else? [01:58] amd-k7 , nforce2 system... 32bit well proven system :-) [02:00] stefg: ok, I tried this only on amd64 (64-bit), maybe I'll have more success on i386 === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [02:02] sistpoty: as far as i remember, dosfsck complained about invalid directory entries and decided to add 0 byte length in the fat... win chkdsk corrected that back [02:02] ok [02:02] Does that suggest to anyone else that the problem is still with the directory structure rather than the file itself? [02:03] Which is what the other reports also talk about? [02:03] sorry to say, but I really need to go to bed now [02:03] owh: this is my point... not the file gets corrupted, but the fat [02:04] at least I've got some ideas to try tomorrow, I'll report back [02:04] thanks for the further info stefg [02:04] I'm in Western Australia, so what time would be good? [02:04] np... contact me if can help further [02:04] It's 10am here. [02:05] I'm in germany (2 am), but will be in university the whole day... so I guess I'm home at 20 utc (maybe a little bit later in front of my box) [02:05] Hmm, seems like email is a good option then :-) [02:06] owh: or appending further findings to the bug reports ;) [02:06] ROTFL [02:06] sistpoty: I'll stick them on the end of stefg's report. [02:06] owh: great, thx [02:06] good night everyone [02:06] Sleep tight. [02:07] stefg: You're also in Germany? [02:07] yup, Berlin [02:07] Hmm, so you'll be heading off to bed soon too I suspect :_) === stefg just decide to fire vlc to watch some TV === jack_wyt [n=jack@61.49.220.52] has joined #ubuntu-devel === owh goes hunting for corrupt FAT32 file systems. === _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [02:15] BTW, there were no sapces in the names of the corupted files (I knew that some time i'd have to acces them from dos or bash) [02:17] Hmm, the changelog has this entry: - dosfsck: remove directory entries pointing to start cluster 0, if they're not "." or ".." entries that should actually point to the root dir (pointed out by Thomas Winkler ) [02:19] theory: a number too big for some variable flips it over to 0.... and get removed subsequently === owh nods === owh makes a cup of coffee... === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel [02:26] stefg, owh: ha, just did a quick test with a 32-bit livecd. I could reproduce it immediately :) [02:26] bingo ! [02:26] should be a simple integer overflow issue... maybe the compiler will even find it for me. I'll try to fix it (but tomorrow *g*) [02:27] but now /me is off to bed [02:28] good night [02:28] n8 === theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-devel [02:30] Yah! === owh sips coffee. === stefg sips tea === owh sends subliminal Gruesse und Danke to sistpoty :-) === Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel === owh installs more stuff to make dosfstools build :-) === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [02:37] yes... far better to fix dosfstools than doing fstab tricks... [02:37] Hell yeah! === owh was just attempting to sort out the simple stuff while the big stuff went along in little steps :-) [02:38] 'tho i still think it's silly to put dosfsck on as a default... ever unintentionally checked a 250 GB USB drive at boot-time? [02:41] stefg: No, but the equivalent is to boot a laptop on batteries that decided that it needed an fsck :-) So I guess I understand what you're saying... [02:42] stefg: I suspect that it's a fair argument for a wishlist item to change the default. [02:51] stefg: How do you like this: check.c: In function scan_dir: check.c:811: warning: comparison between signed and unsigned [02:51] stefg: There's a whole bunch of them :-) [02:53] ... that's were the bugs feel at home... i observed file coruption even well below the 4 gb limit. plausible === owh is trying to make the compiler barf :-) === ae0000 [n=ae@60-241-9-15.static.tpgi.com.au] has joined #ubuntu-devel === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has left #ubuntu-devel ["Ex-Chat"] [03:18] BenC: ping [03:18] cprov: pong [03:18] BenC: can you see anything wrong with builds now ? [03:19] BenC: I've re-established the service (as much as I could). Do you miss any important build ? [03:20] https://launchpad.net/distros/ubuntu/+source/linux-meta/2.6.20.1 [03:20] should not show building [03:21] BenC: and it doesn't ... [03:22] it did when I pasted it :) [03:22] looks good, thanks [03:23] BenC: ohh, fine .. I will go to bed now. call me if anything odd happens again, ok ? [03:23] sure thing [03:24] good night folks [03:29] forgot to mention, cron.daily was skipped this hour, so Don't Panic, your uploads will be considered within one hour. === cprov-ZzZ really goes === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === owh would like some advice. Sistpoty is now sleeping and I'm trying to assist in determining what might be causing a FAT32 corruption by dosfschk. I've got the source and I'm playing with compiler flags, but while I've been programming for some 20 years, I've managed to avoid C :-). What compiler flags should I use as a first pass to determine overflows? === owh has found several signed vs. unsigned warnings, which is where my pointer arithmetic from days gone by would start looking, but would love some comment from the playing field. === freeflying_ [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-devel === jhnjwng [n=wj1918@pool-70-21-145-8.nwrk.east.verizon.net] has joined #ubuntu-devel === _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@c-65-96-188-198.hsd1.ma.comcast.net] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.13.96.revip2.asianet.co.th] has joined #ubuntu-devel === `anthony [n=anthony@ekorp-218-185-9-170.eoff.ekorp.com] has joined #ubuntu-devel === doko [n=doko@dslb-088-073-064-181.pools.arcor-ip.net] has joined #ubuntu-devel === Gumby [n=terry@unaffiliated/gumby] has joined #ubuntu-devel === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-devel === zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === Gumby [n=terry@unaffiliated/gumby] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-devel === static_ [n=emurphy@194.18.118.70.cfl.res.rr.com] has joined #ubuntu-devel === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-devel [05:13] I noticed that there was package accepted in Feisty named: sun-java5 1.5.0-10-1 [05:13] err... wrong chanel === Xof [n=mas01cr@gibbons.doc.gold.ac.uk] has joined #ubuntu-devel === KaiL [n=KaiL@p548F54DA.dip.t-dialin.net] has joined #ubuntu-devel === owh [n=onno@59.154.24.148] has joined #ubuntu-devel === nags [n=nags@125.16.129.16] has joined #ubuntu-devel === jmantha [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-devel === j_ack [n=rudi@p508D9127.dip0.t-ipconnect.de] has joined #ubuntu-devel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-devel [06:22] When do Contents-*.gz files get updated? === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-devel === AstralJava [n=jokitalo@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel === jack_wyt [n=jack@211.154.174.45] has joined #ubuntu-devel === pecisk [n=pecisk@purvc-44-54.maksinets.lv] has joined #ubuntu-devel === enrico_ [n=enrico@debian/developer/enrico] has joined #ubuntu-devel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-devel === zenrox [i=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-devel === AstralJava [n=jokitalo@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #ubuntu-devel === stub [n=stub@ppp-58.8.16.201.revip2.asianet.co.th] has joined #ubuntu-devel === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel === hunger [n=tobias@pd95b0676.dip0.t-ipconnect.de] has joined #ubuntu-devel === Kaleo [i=boucault@arkana.iiens.net] has joined #ubuntu-devel === abattoir [n=abattoir@59.92.73.104] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === freeflying_ [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-devel === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-devel === mvo [n=egon@p54A65EC8.dip.t-dialin.net] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-devel === Seeker` [n=cjo20@ip-62-105-182-26.dsl.twang.net] has joined #ubuntu-devel === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === Zdra [n=zdra@167.173-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel === `anthony [n=anthony@220-253-4-171.VIC.netspace.net.au] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel === abattoir_ [n=abattoir@59.92.73.104] has joined #ubuntu-devel === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-devel === mc44 [n=mc44@ip-81-170-99-30.cust.homechoice.net] has joined #ubuntu-devel === fabbione [n=fabbione@vpn-nat.fabbione.net] has joined #ubuntu-devel [10:42] wasabi_: only manually at the moment, and therefore generally only just before release. This is something the Soyuz team need to work on ... [10:42] cjwatson: could you please accept synaptic 0.57.11ubuntu12.1 into edgy-proposed? [10:43] cjwatson: ditto k3d please === rdrdp [n=rdrdp@ip-81-170-99-30.cust.homechoice.net] has joined #ubuntu-devel [10:44] whoa, way to welcome an undercoffeed guy in the morning === rdrdp [n=rdrdp@ip-81-170-99-30.cust.homechoice.net] has left #ubuntu-devel ["Leaving"] === Hobbsee hands cjwatson a cup of coffee, and pokes him at the requests [10:44] cjwatson: I can do those if you want to grab your cup of coffee. [10:44] "drink up, the world's about to end" === cjwatson goes to poke /people/ubuntu-sru/+subscribedbugs [10:45] Mithrandir: synaptic wasn't approveed yet last I checked [10:45] approved === Hobbsee hugs Mithrandir in greeting === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel [10:45] good morning, Hobbsee [10:45] evening Mithrandir [10:46] Hey Mithrandir. [10:47] hiya Fujitsu [10:47] cjwatson: thanks and good morning :) === owh [n=onno@59.154.24.148] has joined #ubuntu-devel [10:49] cjwatson: you did both of them? unapproved looks empty now. === Hobbsee quickly looks to upload some crack so it doesnt look so empty [10:52] Anyone got a firewalling script that works with feisty? firestarter and firehol both seem to interfeer with the NM there. === enrico_ is now known as enrico [10:52] Mithrandir: no, not yet [10:53] Mithrandir: I think you forgot the -s option [10:54] mvo: please subscribe the ubuntu-sru team to the synaptic bug so that I can find it === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel [10:54] Hobbsee: and yeesh, 23 minutes old. you're way back in the queue. :) [10:54] cjwatson: :) i've been at work [10:55] no, I mean there are 11 items in front of k3d [10:55] cjwatson: hence the late upload. i would have uploaded it yesterday, but hadnt got thru the acks [10:55] cjwatson: ahhh well, approve quickly then, and you'll get thru them all in record time! :) [10:56] morning [10:57] Hi sivang. [10:57] hey sivang [10:57] Listing ubuntu/edgy-updates (UNAPPROVED) 0/0 [10:57] hey dudes and dudettes :) [10:57] Mithrandir: edgy-proposed [10:58] mvo: synaptic done [10:58] oh, point. [10:58] :) [10:58] cjwatson: great, thanks a lot === Hobbsee hands Mithrandir some more coffee [10:58] cjwatson: I subscribed ubuntu-sru to the two bugreports too [10:59] thanks === heno [n=henrik@ubuntu/member/heno] has joined #ubuntu-devel [11:01] Hobbsee: Mithrandir should be able to deal with k3d, since it's already approved [11:01] (I think; didn't check very closely) [11:01] cjwatson: it is. figured that an archive admin needed to do it, and you were there and talking :P [11:01] cjwatson: I'll do it [11:01] (and doing archive-y things) [11:01] thanks Mithrandir [11:02] Hobbsee: (actually, being asked to do archive-y things, but not yet actually doing so at that point) [11:03] cjwatson: point. in the future, though.... [11:03] in future, I'm happy to be tapped for approvals; other archive admins are better targets for actually getting it into the archive [11:04] right === humbolto [n=elias@chello062178032026.11.11.vie.surfer.at] has joined #ubuntu-devel [11:04] though if there's something uploaded already when I approve it, obviously I'd punt it through at the same time [11:04] cjwatson: validate me! make me feel loved! [11:04] *ahem* sorry. === Hobbsee drops mneptok into a lake of lava [11:07] Hobbsee: the source package is relibtoolised; I'll reject it. [11:07] Mithrandir: how the heck do i stop that? [11:07] Hobbsee: drop the path maybe [11:08] don't test build, probably. [11:08] oh drat, it'll have relibtoolised against feisty, wont it [11:08] Hobbsee: there is probably a relibtoolize patch no? === Hobbsee has to build the source somehow [11:09] p'bly. [11:09] Hobbsee: just do debuild -S and unless it relibtoolises in clean, you'll be fine. [11:10] Mithrandir: it's still rerunning configure with that [11:11] Hobbsee: uh, wtf? It shouldn't. [11:12] Mithrandir: exactly. but it is [11:12] want to try it yourself? [11:12] i mean, i was using dpkg-buildpackage -sd -S -k before, so that should have worked. [11:15] going to, yes. === Gman [i=gman@nat/sun/x-47564e0d6609ce4a] has joined #ubuntu-devel [11:16] thanks === AstralJava [n=jokitalo@cm-087-94-053-172.lohjanpuhelin.fi] has left #ubuntu-devel [] [11:19] Hobbsee: oh, busted upstream tarball \o/ [11:19] Mithrandir: oh dear :( [11:19] tar tzf k3d_0.5.12.0.orig.tar.gz|grep Makefile$ [11:19] it shouldn't give you any output, it gives you shitloads. [11:20] can you try building it in an edgy chroot? [11:20] if not, I'll review the relibtoolisation, it didn't look too bad [11:20] libtool | 30 +++++++++++++++--------------- === Hobbsee is off for a bit [11:21] (it's more the principle that we don't change build systems unless we need to) [11:21] yeah [11:21] gah,b eing yelled at [11:21] see you later, then [11:24] Mithrandir: what's that Makefile$ notes for? [11:26] sivang: it's a package which uses autoconf and which ships Makefiles in the orig.tar.gz; those are created by configure and depend on where it's built. [11:27] Mithrandir: ah right, I thought you were grepping for contents not file in the list of files ('t') :) [11:27] oh [11:28] Mithrandir: so essentially, the upstream tarball should never contain a 'produced' Makefile, only .am(s) ? [11:28] sivang: if the package uses automake and autoconf, it should contain Makefile.am and Makefile.in [11:28] not generated Makefiles. [11:30] mneptok: the Flying Spaghetti Monster loves you more than I will ever be able to [11:31] Mithrandir: right, and how string are we in bugging upstream to change this if they mistakengly include it? [11:32] (we had some discussions/arguments about tsomething similar on -motu a couple of weeks ago) [11:32] mvo: please update the description of bug 75273 as described in the "Propose" section of https://wiki.ubuntu.com/StableReleaseUpdates [11:32] Malone bug 75273 in apt "Apt constantly sigsevs on edgy" [Unknown,Fix released] http://launchpad.net/bugs/75273 [11:33] cjwatson: you forgot the "PBUH" :) [11:33] mvo: can you please try to get a patch without all the POT-Creation-Date changes? [11:33] (they're noise) [11:33] mneptok: ? [11:33] sivang: it's something I'd have repackaged an .orig.tar.gz for if I had it in one of my packages. [11:33] sivang: and told upstream "please use make dist to make your tar.gz releases" === Hobbsee is back [11:34] cjwatson: "the Flying Spaghetti Monster (PBUH), first moved in the fastness of the void..." [11:34] cjwatson: "Peace Be Upon Him" [11:34] ah :) === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel === ompaul [n=ompaul@gnewsense/friend/ompaul] has joined #ubuntu-devel [11:40] mvo: otherwise the change looks OK, although I'm kind of unimpressed with the != operator segfaulting when its right-hand-side is NULL; perhaps there should be a check in the implementation of that operator instead [11:41] mvo: though hmm, I see from the gdb trace that it's std::string::compare(), so I guess you lose there :-( === stefg [n=chatzill@dslb-088-072-195-093.pools.arcor-ip.net] has joined #ubuntu-devel === fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-devel [11:44] Mithrandir: uploading again - that was relibtoolised in a clean edgy chroot. [11:44] and rejected. why? [11:45] Mithrandir: do i need to bump the version number again or something? i thought you rejected the last one [11:45] Hobbsee: I only rejected the first one, there's one now which has been in the queue for ten seconds which I haven't looked at yet. [11:45] well, it's probably 40 seconds now, but still [11:46] right. that's the one i just uploaded.... [11:46] oh wait, the rejected mail must have been for the first one [11:46] gotcha [11:46] sorry... [11:46] correct [11:46] np [11:46] yep, here it is :) [11:46] sorry for the idiocy :) [11:46] grr, it still relibtoolised === ompaul [n=ompaul@gnewsense/friend/ompaul] has joined #ubuntu-devel [11:46] seb128: could you edit the description of bug 60277 to explain the impact etc., per https://wiki.ubuntu.com/StableReleaseUpdates? It's quite a long bug and it's easier for you to explain accurately than for us to try to work it out [11:47] Mithrandir: yes. machine name was different [11:47] Malone bug 60277 in nautilus "Windows Network entries use a text icon instead of a computer one" [Unknown,Fix released] http://launchpad.net/bugs/60277 [11:47] Hobbsee: and architecture. [11:47] you need to name your machine bert and embrace the amd64 architecture [11:47] :-P [11:48] Mithrandir: haha :) [11:48] cjwatson: I've explained it on the mail I sent to you and mdz about that SRU, I'll copy that on the bug [11:48] Mithrandir: well, i could. StevenK has an amd64 machine, but i dont think he'd like it renamed :P [11:49] Hobbsee: anyway, it overwrites the file so it's probably not important, but if you could check 0.6 of k3d and lart upstream if it's not ok, that'd be lovely. [11:49] Mithrandir: how's attacking them with my Long Pointy Stick of DOOM!!!!!!!!!!!!!!! ? [11:50] will that suffice? [11:50] seb128: ok, please update the description with that then [11:50] :P [11:50] Hobbsee: excellent idea. :-) [11:50] yay! [11:50] seb128: it's specifically better to update the description than just add a comment because comments tend to get lost in noise, whereas the description's right up there at the top [11:50] yay pointy sticks. [11:50] cjwatson: good point === Hobbsee really should rename her machine again [11:54] cjwatson: description updated [11:55] cjwatson: screenshoot attached to the bug give a good idea of the problem === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-devel [11:57] brb, trying gnomevfs 2.17.1 on feisty [11:57] thanks Mithrandir [11:58] Hobbsee: name it Brenda! [11:59] mneptok: hehe, why? === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [11:59] i ... have no idea. [11:59] stream of consciousness. [11:59] hi mneptok [11:59] seb128: btw, the throbber in nautilus is way to big, dunnow if you noticed that [11:59] bert and brenda. Perfect match. :-P [12:00] bienvenue seb :) [12:00] Chipzz: I'm using spatial :p [12:00] seb128: and that doesn't have a throbber? :) [12:00] Chipzz: right, they synced the CVS code on epiphany version which fixes some bugs, let's see if today's update will fix that [12:01] Chipzz: no, spatial has no toolbar, only a menu and the window content [12:01] seb128: you'll only notice if you have icon size set to small, and text to none btw === Hobbsee pokes mneptok a few times with her Long Pointy Stick of DOOM!!!!!!!!!!!!!!! to make him more awake [12:01] ack! [12:01] seb128: but I'm probably better of filing a bug anyway I suppose ;) [12:02] Chipzz: wait for today's update [12:02] seb128: will do [12:02] seb128: thanks [12:02] cool [12:02] cjwatson: np === mneptok curls back up in Hobbsee's lap and naps [12:02] hah [12:03] (you'll note i did not clean myself in your presence, per your request) [12:03] seb128: though I do suspect the issue is the icon itself rather than the code [12:04] Chipzz: I think that's the icon is scaling to the toolbar rather [12:04] seb128: no, because the toolbar expands to fit the throbber [12:04] mneptok: oh dear. [12:04] I can see the icons on the toolbar being smaller than the toolbar itself [12:05] seb128: nevermind, I'm on crack [12:05] ? [12:05] I think what I saw was a nautilus window still open from before the upgrade [12:06] new nautilus windows have correctly sized toolbars [12:06] ok [12:06] why do you use spatial?! [12:07] tsmithe: because it's faster, cleaner and better? ;) [12:08] no way! [12:08] it may be faster [12:08] not better [12:08] it's so cumbersome! === tsmithe is glad we don't have it by default === Fujitsu questions the rationale for using Nautilus at all. [12:08] that's your opinion [12:08] indeed [12:08] :) [12:08] True. [12:09] no need to troll about it, that's not the right chan [12:09] Fujitsu, cos it has gnome-vfs unlike thunar :) [12:09] and it's in gnome [12:09] and you have the choice so everybody should be happy [12:09] indeed [12:11] seb128: what's https://launchpad.net/distros/ubuntu/edgy/+source/gnome-vfs2/+bug/60277/comments/17 about? [12:11] Malone bug 60277 in nautilus "Windows Network entries use a text icon instead of a computer one" [Unknown,Fix released] [12:12] cjwatson: that sounds like a refresher bug than a UI, Nautilus, or Samba bug. i've seen similar behavior a refresh cures. === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel [12:13] mneptok: I'm asking about that specific comment, which indicates that pressing refresh does nothing [12:13] cjwatson: that looks a different issue, smb listing is known to not be perfect on network with firewall by example [12:13] cjwatson: I would say it's not a regression from the patch, would be interesting to know if that worked fine for him on dapper by example [12:14] seb128: the changelog from feisty was a lot better ("Allow operations on file handles that were created in another DaemonConnection"). Could you use that for edgy-proposed as well instead of the much less informative "fix browsing of a windows network"? [12:14] or perhaps "Allow operations ..., fixing browsing ..." [12:14] cjwatson: sure [12:15] if you want to clarify the effect as well as what was changed [12:16] cjwatson: [12:16] * debian/patches/91_from_cvs_fix_smb_browsing.patch: [12:16] - Allow operations on file handles that were created in another [12:16] DaemonConnection. (This fixes e.g. smb browsing) (Ubuntu: #60277) [12:17] yep, that's better [12:17] ok [12:17] Mithrandir: getting my Long Pointy Stick of DOOM!!!!!!!!!!!!!!! [12:17] upstream definetly needs larting [12:17] Hobbsee: thanks. === Fujitsu clones said pointy stick, and joins Hobbsee on a larting excercise. [12:18] hehe [12:18] sarah@sarah:~/Desktop$ tar tzf k3d_0.6.5.0.orig.tar.gz|grep Makefile$ | wc -l [12:18] 233 [12:18] impressive [12:18] Larting a KDE project with Hobbsee's permission... I never thought I'd see the day! [12:19] Fujitsu: :P [12:19] Fujitsu: some KDE projects do suck :) [12:19] Hobbsee: teach them about make dist. [12:19] Mithrandir: *nods*. i cant just say "please use make dist in your tarballs, kthnksbye!" can i? [12:20] And why not? === geser [n=michael@dialin109130.justdsl.de] has joined #ubuntu-devel [12:21] Hobbsee: apparently, their release process is just poor. [12:21] * I do not know why upstream let all the Makefiles and other cruft behind in [12:22] the tarball, but after running a manual make distclean, the orig.tar.gz is [12:22] 1 MB smaller! That also fixed the "X-File" problem of letting [12:22] config.{status,log} files behind. [12:22] from debian/changelog for current feisty. [12:22] ouch [12:22] but yeah, "plz use `make dist`, kthxbye" is fine. [12:22] is Kthxbye the new KDE logout manager? [12:22] hahaha === Hobbsee likes [12:22] mneptok: excellent suggestion. :-) === mneptok bows [12:23] rofl === viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel [12:23] i really needed that giggle tonight [12:23] elkbuntu: heh, yeah.... *waits for the world to blow up a bit more* [12:24] elkbuntu: you know, i hope the CC doesnt get involved with this, when the CC hasnt even been decided yet. [12:24] Very good mneptok. [12:24] Hobbsee, aw, why not? Fun fun fun! [12:24] Hobbsee, yeah, watch where you poke that stick of yours :| [12:26] awww...i cant seem to find an email address === Hobbsee doesnt really want to file a bug saying "your program sucks, fix it" === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-devel [12:26] found one [12:27] cjwatson: I've an another gnome-vfs patch candidate for edgy-updates (a bug which makes ekiga crash on closing, upstream get dups every day about it and that seems to drive them nuts), what is the procedure in that case. Can we stack 2 fixes to -proposed or should we wait to get the first one to -updates? [12:30] seb128: they can be stacked if they're reasonably independent [12:30] ok, good [12:30] thank you [12:32] Mithrandir: upstream larted [12:32] Hobbsee: yay you! [12:32] :) [12:33] yay Hobbsee ! [12:33] :) [12:36] seb128: hi [12:36] sebest: hey, I got your mail, didn't have time to look at that yet but I'll today, thank you for the work on that ;) [12:37] seb128: ok great, i think we should ask to mvo, about the changes in samba config [12:37] sebest: why mvo? Usually infinity looks after samba I think [12:38] seb128: ah sorry, i just found his email in the samba changelog [12:38] he just fixed a bug afaik [12:38] maybe the samba option changes should be discussed on ubuntu-devel mailinglist [12:39] seb128: yes, you are right [12:39] seb128: thank you by #60277 [12:39] seb128: on a side note, i found a "limitation" in nautilus while testing nautilus-share [12:39] fernando: you're welcome :) [12:39] Mithrandir: whoops, sorry I appear to have left cdimage broken for a week [12:39] Mithrandir: it should be working a bit better now ... [12:39] sebest: we can fix "limitation" too ;) [12:40] seb128: nautilus doesn't want to move to trash files that doesn't belong to the user even if the parent directory belongs to him [12:40] sebest: I think that's a known bug, maybe a gnomevfs one [12:40] seb128: in fact it's not totally a bug [12:41] because nautilus accept to delete it, but not to trash it [12:42] and we run in this issue when we allow people to write in a share, because the created folder belongs to nobody:nogroup [12:43] maybe Novell wrote a patch for that ;) [12:43] cjwatson: the seed location change? [12:43] would need to look to their package [12:43] seb128: he he :) [12:43] Mithrandir: yeah [12:43] seb128: i already backport all the patches from their nautilus-share package [12:44] what with all the organisational changes, I forgot to follow up on that === rodarvus [n=rodarvus@ubuntu/member/rodarvus] has joined #ubuntu-devel === owh [n=onno@59.154.24.148] has joined #ubuntu-devel === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel [12:51] stefg: Ping [12:54] ogra: new g-p-m available [12:55] Mithrandir: I *think* I've fixed the persistent powerpc CD build failures now by telling cp not to preserve ownership [12:55] Mithrandir: shout if it shows up again after today ... [12:55] cjwatson: yay === Tonio_ [n=tonio@titoph.planetemu.net] has joined #ubuntu-devel === jack_at_home [n=jack@221.223.29.156] has joined #ubuntu-devel === static [n=emurphy@194.18.118.70.cfl.res.rr.com] has joined #ubuntu-devel === twilight [n=twilight@d83-184-111-39.cust.tele2.it] has joined #ubuntu-devel [01:02] pong [01:02] pong, owh [01:04] Ah /me wakes up. === mc44 [n=mc44@ip-81-170-99-30.cust.homechoice.net] has joined #ubuntu-devel [01:04] stefg: Did you see the update on your bug, another report, interestingly using the same software you told us about. [01:05] owh... yes. it's funny. Just wrote a comment on that [01:05] infinity: could you turn the livefs cron jobs back on, please? They seem to have been disabled since 20061204. === owh found some code that is zeroing stuff, but I need to know how sistpoty was able to recreate your issue. [01:06] But you don't get exactly 4 GB-files by chance... so it's plausible tht the problem shows with spanned backups first [01:06] seb128, thanks, already on it :) [01:06] stefg: It may also be that there is more than one issue, but we'll go with one to start off with :-) [01:07] ogra: np, cool [01:07] cjwatson, could you promote openbsd-inetd ? [01:08] ogra: only if you work out how to get anastacia to say that netkit-inetd should be demoted at the same time [01:08] hmm, k [01:08] owh: actuall all it needs should ba a vmx with a linux fs and a vfat partition of 8 GB or so. dd an empty 4 GB file on the fat32 part. and run a dapper/edgy server install... tht should reproduce it [01:09] ogra: it appears to be in the server-ship seed [01:09] ogra: probably just replace that with openbsd-inetd [01:09] in mine or ubuntus ? [01:09] ogra: all of them [01:09] ogra: change it in Ubuntu, merge to the rest [01:09] oh, ok [01:10] (or get Riddell and janimo to do so) [01:10] will do [01:10] thanks [01:12] germinate says that's the only thing keeping it there === Kaleo [i=boucault@arkana.iiens.net] has joined #ubuntu-devel [01:22] hi [01:22] anyone good with sbuild? [01:25] Hobbsee: please mention the component when requesting sync, especially when it's not from main. [01:25] Mithrandir: which was this for? was this for the lot i fixed? [01:26] Hobbsee: tuxguitar [01:26] or new debian packages [01:26] ah [01:26] requestsync doesnt seem to handle that [01:26] teach it to and send pitti a patch. :-) === j_ack_ [n=rudi@p508D9348.dip0.t-ipconnect.de] has joined #ubuntu-devel [01:26] or just get pitti to do it :P === darek [n=darek@82.160.238.226] has joined #ubuntu-devel [01:36] cjwatson, mdz: re kubuntu sru bug 75017 - can somebody comment on it (we have lot's of people seeing this as regression) [01:36] Malone bug 75017 in kubuntu-default-settings "SRU: remove /.hidden file " [Undecided,Unconfirmed] http://launchpad.net/bugs/75017 === givre [n=Florent@APuteaux-152-1-2-127.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel [01:42] Lure: yeah, I saw that but was waiting until I had time for a quick chat with mdz about it [01:44] Hobbsee: why did you subscribe ubuntu-archive to https://launchpad.net/distros/ubuntu/+source/kvpnc/+bug/64961 ? It's nothing the archive admins can do about this (at this point) [01:44] Malone bug 64961 in kvpnc "kvpnc (0.8.5.1-1) does not work" [Medium,Fix committed] [01:45] Mithrandir: a screwup, and not being able to take you guys out. i thought i said that in the last comment? [01:45] Mithrandir: i went "oh dear, i've ack'd the wrong bug. i cant undo it. perhaps i shouldnt be doing this tonight" [01:45] Hobbsee: you didn't, but I'll unsubscribe us. [01:45] Hobbsee: heh, ok [01:45] Mithrandir: it seems that i cant :( [01:45] i tried to [01:46] yes, you can only unsubscribe yourself or a team you're a member of [01:46] cjwatson: ok, I just did not know if I did everything right to get it on the radar screen (and how quickly to expect the response/decision) [01:46] Hobbsee: I just did it, so no worries. [01:46] Mithrandir: what cjwatson said. heh :) [01:46] Hobbsee: just got confused about why we were subscribed to it. === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel [01:46] Lure: it's correctly on the radar, but just a bit controversial. :) [01:46] Mithrandir: it was late, i got the wrong tab. that's all :P [01:46] cjwatson: I know that ;-) [01:47] cjwatson: we had also hot discussion on uds-mtv and kubuntu meeting === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === jinty [n=jinty@vc-196-207-32-235.3g.vodacom.co.za] has joined #ubuntu-devel === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel === jelmer [n=jelmer@gwalcmai.vernstok.nl] has joined #ubuntu-devel [02:03] Riddell, any other KDE user: does "webbrowser.open('http://www.ubuntu.com', True, True)" DTRT under Kubuntu? === Zdra_ [n=zdra@di-net.ulb.ac.be] has joined #ubuntu-devel [02:06] pitti: dtrt? [02:07] sarah@sarah:~$ webbrowser.open('http://www.ubuntu.com', True, True) [02:07] bash: syntax error near unexpected token `'http://www.ubuntu.com',' [02:07] sarah@sarah:~$ "webbrowser.open('http://www.ubuntu.com', True, True)" DTRT [02:07] bash: webbrowser.open('http://www.ubuntu.com', True, True): No such file or directory [02:07] Hobbsee: open a new konqueror window [02:07] Hobbsee: sorry, in python, after 'import webbrowser' [02:07] ahhhh [02:07] lol === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [02:08] >>> webbrowser.open('http://www.ubuntu.com', True, True) [02:08] run-mozilla.sh: Cannot execute /opt/firefox/mozilla-firefox-bin. [02:08] pitti: konq's not my default browser [02:09] Hobbsee: urgh, WTF? /opt? [02:09] pitti: running a custom firefox [02:09] *grin* [02:09] (and thunderbird) [02:10] Hobbsee: bah, is it easy/customary to change your system like you did? if so, then I shouldn't user the webbrowser module === zenrox [i=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === giskard_ [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel [02:11] Hobbsee: but x-www-browser doesn't allow me to specify 'use a new window', so I need some more clever code === givre [n=Florent@APuteaux-152-1-2-127.w82-120.abo.wanadoo.fr] has left #ubuntu-devel [] [02:11] pitti: it appears that i've done that in kcontrol. x-www-browser is still pointing a konq, for some reason [02:12] it's easy, dont know about how normal it is [02:12] doko: you might want to upload the ooo update to -updates when you have the time. === Hobbsee runs the mozilla binaries as they're faster and work better [02:12] Hobbsee: so you have a run-mozilla.sh somewhere which points to /opt/firefox/mozilla-firefox-bin which doesn't exist any more? [02:14] pitti: it seems so.... === Hobbsee wonders where /opt/firefox/mozilla-firefox-bin is [02:17] pitti: the run-mozilla.sh is in the upstream tarball, if you happened to want to eyeball it [02:17] Hobbsee: I have it hee [02:17] here, even [02:17] cool === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel === frafu [n=frafu@85.93.207.33] has joined #ubuntu-devel [02:22] pitti: cant figure out how i changed it [02:22] well, hwo to unchange it === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel [02:23] Hobbsee: hm, ok; thank you for trying! [02:23] Hi Keybuk [02:24] heyhey [02:25] pitti: sorry i cant be more useful [02:25] hey Keybuk [02:25] pitti: for the kde side - the default browser setting in kde doesnt set x-www-browser, FYI [02:26] Hobbsee: hm, argh === Lure [n=lure@external-7.hermes.si] has joined #ubuntu-devel [02:26] pitti: hehe, yes, *exactly* [02:26] Hobbsee: do you know what's the 'correct' way of calling konquerer to open a new URL in a new window? [02:26] there'd be a way with dcop, i expect [02:26] but you probably dont want to go there === Hobbsee thinks [02:27] the equivalent of 'firefox -browser https://www.ubuntu.com' [02:28] pitti: try konqueror [02:28] kfmclient openURL %u [02:28] as well [02:28] Hobbsee: that'll always open a new window, even if your default is to open a new tab? [02:28] quit [02:29] pitti: seems to [02:29] pitti: yep [02:29] hi jelmer :) [02:29] hi pitti [02:29] Hobbsee: *hug*, thanks [02:30] Hobbsee: so I think I'll do the following: first try firefox, if that fails, try kfm, if that fails, call x-www-browser [02:30] Hobbsee: I guess ffox won't be installed by default on Kubuntu? [02:30] sorry - the konqueror bit i tried [02:30] ffox isnt, no [02:30] pitti: Actually, 'firefox -browser https://www.ubuntu.com' does something interesting here on Edgy. [02:30] StevenK: makes you a cup of tea? [02:30] pitti: It opens a new window, and a new tab in the existing window and www.ubuntu.com opens in the new tab. [02:31] StevenK: oops, you are right. suck [02:31] pitti: Sorry. :-) [02:31] bah, this apparently trivial task starts to become a real nuisance [02:31] pitti: kfmclient openURL also works [02:31] firefox-remote can do it explicitly [02:32] http://aquariusoft.org/page/linux/firefox_openinnewtab/ [02:32] like so [02:32] pitti: the advantage of the kfmclient is that it will use a preloaded one, if one exists. === zul [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel === Hobbsee hugs pitti back === Hobbsee contemplates work in the morning [02:34] bhale: yay, firefox -remote "openURL(http://www.ubuntu.com, new-window)" DTRT [02:34] Hobbsee: great, then I use kfmclient for Kubuntu [02:35] Hobbsee: would you agree to prefer ffox under kubuntu if it is installed? [02:35] since that's probably an explicit decision [02:36] pitti: i'd prefer to use whatever the default browser is listed in kcontrol, in kubuntu. right now, i dont know what that settign is though [02:36] i suspect you'd have people whining if you made a decision one way or the other on that oen [02:36] Hobbsee: (context: bug-reporting-tool and crash report user interface -> Malone window) [02:36] pitti: kde has setting of default browser and it should just work with kfmclient [02:36] Hobbsee: in edgy it uses your default browser settings [02:37] pitti: yep. the reason to change would be? [02:37] Hobbsee: but, if you configured your browser to open stuff in new tabs and have it on another workspace, then you'll never see the apport windwo [02:37] Hobbsee: so I got a lot of complaints about that [02:37] ah yes, i see the problem [02:37] Hobbsee: at UDS we figured that forcing a new window in this case would be better [02:37] since it's more like a slightly odd new application window [02:37] it would. can you force it on the current desktop? [02:38] Hobbsee: if you open a new window, it would be on the current desktop [02:38] oh yeah, duh [02:38] Hobbsee: it's not such a big deal for Kubuntu ATM anyway, since Kubuntu doesn't use apport right now === Hobbsee is slightly slow tonight, it seems :P [02:38] but it might in the future [02:38] true, but it needs to be thought about [02:39] oh yeah, i see the problem. hmmm... === cypher1 [n=cypher1@59.92.157.206] has joined #ubuntu-devel [02:44] pitti: default kde browser is in ~/.kde/share/config/kdeglobals, it seems. if BrowserApplication=kde-konqbrowser.desktop, use kfmclient..., for firefox check if the string contains firefox, i guess. [02:44] for anything else...dunno === Hobbsee really should go to bed [02:45] Hobbsee: sweet dreams! === Hobbsee hasnt really seen any other decent kde webbrowsers. x-www-browser defaults to konq anyway, on kubuntu, so you're pretty safe. [02:45] pitti: :) thankyou :) [02:47] pitti: you're aware that kde already has a bug reportnig feature, but not a crash one, presumably? [02:47] Hobbsee: yes, I am [02:47] cool, just checking [02:47] Hobbsee: but I'd still like to get the code right for Kubuntu too, just in case [02:48] pitti: sounds very sensible to me. that only works for kde apps, after all. [02:48] and very few of us keep full kde desktops [02:51] cjwatson: got 30 seconds to talk about apport/ubiquity? === darek [n=darek@82.160.238.226] has joined #ubuntu-devel [02:58] pitti: I WIN!!! [02:58] Hobbsee: wow, finished sleeping already? :) [02:58] Burgundavia: ping [02:59] pitti: just use kfmclient openURL http://www.ubuntu.com [02:59] pitti: you dont need to grep the file at all - kfmclient handles that [02:59] Hobbsee: 'that'? [02:59] figuring out the default browser and such ? [02:59] (the only problem is if you've got the option in firefox set to force all new windows into a new tab) [02:59] yep [02:59] Hobbsee: cool; that's much like gnome-open then [02:59] :) [03:00] yeah, it is [03:00] might even rock more than gnome-open, looking at this manpage [03:00] http://developer.kde.org/documentation/other/kfmclient.html, nice [03:00] yep === Hobbsee had previously only played with dcop stuff - now *that's* a nice lot of configuration === jikanter_ [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-devel === eggauah [n=daniel@201.72.60.38] has joined #ubuntu-devel [03:02] oh dear. work starts in 7.5 hours :( === Hobbsee really beds this time [03:02] night pitti, all [03:02] night Hobbsee === kaptengu [n=kaptengu@c213-100-60-132.swipnet.se] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === lionel [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-devel === Tonio__ [n=tonio@titoph.planetemu.net] has joined #ubuntu-devel === mayday_jay [n=mayday_j@gimel.nas.net] has joined #ubuntu-devel === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-devel [03:32] Mithrandir: yes, got approval from cjwatson === giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-devel === Amaranth [n=travis@unaffiliated/amaranth] has joined #ubuntu-devel === beuno [n=martin@68-155-114-200.fibertel.com.ar] has joined #ubuntu-devel === thekorn [n=markus@a89-182-28-135.net-htp.de] has joined #ubuntu-devel === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-devel === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel === spike is now known as no_one === no_one is now known as spike === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel [04:11] pitti: yes, sorry for the delay (phone, then parents) [04:12] cjwatson: I'd like to get rid of the apport_utils.py module and fan out stuff into the 'apport' python package (thus: import apport.foo) to get a proper namespace [04:13] cjwatson: so I can either leave apport_utils.py and write stubs into it that call the new functions [04:13] cjwatson: or just give you a patch for ubiquity to use the new methods [04:13] cjwatson: I'd prefer the latter, are you fine with that? [04:13] pitti: feel free to commit to the ubiquity branch on the supermirror [04:13] cjwatson: (ubiquity is the only package that uses it ATM) [04:13] cjwatson: alright, thanks [04:13] sftp://bazaar.launchpad.net/~ubuntu-core-dev/ubiquity/trunk [04:14] Breaks: ubiquity (<< whatever-the-new-version-is) would be appreciated in apport [04:14] cjwatson: btw, last time I tried ubiquity, I just got ubiquity's standard exception dialog; does it only use apport under certain conditions? [04:14] actually, no, you don't need to Breaks: ubiquity because it's conditional, so please ignore that === pradeep [n=pradeep@59.92.75.158] has joined #ubuntu-devel [04:14] cjwatson: wouldn't like to add it either; the python-apport-utils package is going to go away entirely anyway [04:15] pitti: I disabled the use of apport in edgy because the workflow didn't seem as good to me as the previous code yet; the crash reporting improvements in feisty with the Malone cloakroom stuff should mean that it's worth using it [04:15] it moves into python-apport which now has the complete package with the modules [04:15] cjwatson: ah, right; so that worked just as intended [04:16] cjwatson: I hope to get the cloakroom stuff working on the distro sprint with Bjorn; maybe we'll also find some time to integrate ubiquity as well [04:16] pitti: it should write a crash dump, though === Gadi [n=romm@ool-44c75d79.dyn.optonline.net] has joined #ubuntu-devel [04:16] that's merely conditional on the apport modules being importable === truz_`24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-devel === Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === j_ack [n=rudi@p508D9348.dip0.t-ipconnect.de] has joined #ubuntu-devel === lionel [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-devel === tsmithe is now known as TheGods === TheGods is now known as tsmithe === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel === nags [n=nags@125.22.101.79] has joined #ubuntu-devel === jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-devel === mayday_jay [n=mayday_j@gimel.nas.net] has joined #ubuntu-devel === twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel === zenrox [i=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-devel === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-devel [05:46] Mithrandir: Did you do anything with your uswsusp code? [05:47] Mithrandir: ping? === givre [n=Florent@APuteaux-152-1-35-175.w82-120.abo.wanadoo.fr] has joined #ubuntu-devel === Grohl [n=gdfgfd@139.92.110.179] has joined #ubuntu-devel === tonyyserver [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-devel === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-devel === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel === humbolto [n=elias@chello062178032026.11.11.vie.surfer.at] has joined #ubuntu-devel === silwol [n=silwol@193.170.135.157] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === Grohl [n=gdfgfd@139.92.110.179] has left #ubuntu-devel [] === mayday_jay [n=mayday_j@gimel.nas.net] has joined #ubuntu-devel === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel === dade1 [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-devel === nags [n=nags@125.22.101.79] has left #ubuntu-devel ["Linux] === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has joined #ubuntu-devel [06:35] <_lemsx1_> hello all [06:35] <_lemsx1_> in Edgy at boot running a script from /etc/rcS.d/S01* the program "runlevel" returns "unknown" instead of S [06:36] <_lemsx1_> how can I go about this issue? should I open a bug? === humbolto [n=elias@chello062178032026.11.11.vie.surfer.at] has joined #ubuntu-devel [06:37] <_lemsx1_> ah, i see, the bug is in /etc/event.d/rcS === thekorn [n=markus@a89-182-28-135.net-htp.de] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === pike_ [n=happy@74.140.134.102] has joined #ubuntu-devel === Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel === geser [n=michael@dialin104083.justdsl.de] has joined #ubuntu-devel === stefg [n=chatzill@dslb-088-074-043-055.pools.arcor-ip.net] has joined #ubuntu-devel === pvanhoof [n=pvanhoof@d54C0EE14.access.telenet.be] has joined #ubuntu-devel === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel === mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-devel === haggai [n=halls@credativ.bcnadsl.com] has joined #ubuntu-devel === frafu [n=frafu@85.93.207.33] has joined #ubuntu-devel === sbalneav [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel === Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-devel === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-devel === haggai [n=halls@credativ.bcnadsl.com] has joined #ubuntu-devel === CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-devel === _lemsx1_ [n=lemsx1@p86-65.acedsl.com] has left #ubuntu-devel [] === ivoks [n=ivoks@4-193.dsl.iskon.hr] has joined #ubuntu-devel [07:56] is there a higher quality version of Experience ubuntu clip available? at least Canonical owns the copyright, so I'd guess there is. it'd be nice to try to encode a bit higher quality ogg aout of it. [07:57] (I'm sharing it to people at our LoCoTeam site, via Fluendo's Cortado Java applet and of course directly) === silwol [n=silwol@193.170.135.157] has joined #ubuntu-devel === jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-devel === pirast [n=martin@p508B25B1.dip0.t-ipconnect.de] has joined #ubuntu-devel === thekorn [n=markus@a89-182-28-135.net-htp.de] has joined #ubuntu-devel === mc44 [n=mc44@ip-81-170-99-30.cust.homechoice.net] has joined #ubuntu-devel === o_cee [n=oscar@c83-249-96-144.bredband.comhem.se] has joined #ubuntu-devel === darek [n=darek@82.160.238.226] has joined #ubuntu-devel === silwol [n=silwol@193.170.135.157] has joined #ubuntu-devel === silwol [n=silwol@193.170.135.157] has left #ubuntu-devel [] === jamesh [n=james@203-59-208-48.dyn.iinet.net.au] has joined #ubuntu-devel === lamont` [i=lamont@nat/hp/x-e8d5578b7041d020] has joined #ubuntu-devel === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === dade1 [n=dade@85-18-201-175.ip.fastwebnet.it] has left #ubuntu-devel [] === dade1 [n=dade@85-18-201-175.ip.fastwebnet.it] has joined #ubuntu-devel === mbiebl [n=michael@dialin-212-144-128-196.pools.arcor-ip.net] has joined #ubuntu-devel === Burgwork [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-devel [08:38] elmo: pong === yveslu [n=yves@194.235.200.62] has joined #ubuntu-devel === _gpg_ [n=_gpg_@lns-bzn-43-82-249-143-171.adsl.proxad.net] has joined #ubuntu-devel [08:46] <_gpg_> hi all [08:47] <_gpg_> i've a question undirectly related to linux (hope it wont be enoying) === darek [n=darek@82.160.238.226] has joined #ubuntu-devel [08:47] <_gpg_> does Ubuntu use any software to manage all ubuntu display screens ? === thekorn [n=markus@a89-182-28-135.net-htp.de] has joined #ubuntu-devel === yveslu [n=yves@194.235.200.62] has left #ubuntu-devel ["Kopete] === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-devel === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-devel === johanbr [n=j@blk-89-202-206.eastlink.ca] has joined #ubuntu-devel === lamont [i=lamont@nat/hp/session] has joined #ubuntu-devel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel === jpatrick [n=patrick@151.Red-88-14-88.dynamicIP.rima-tde.net] has joined #ubuntu-devel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel === zenrox [i=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel [09:20] mdke: thanks for your blog post and coupon :). Yours was the third mention of dreamhost I heard this week, so decided it was time to sign up. [09:21] apokryphos: np === adam0509 [n=benoit@stc92-1-82-227-107-105.fbx.proxad.net] has joined #ubuntu-devel [09:28] mjg59: so, err, why is ondemand not being set at boot? [09:29] Keybuk: I've, er, no idea [09:29] Check that gnome-power-manager isn't doing something stupid to it [09:29] But I haven't touched powernowd [09:29] Oh dear. [09:29] Keybuk: http://people.ubuntu.com/~fabbione/udev_whole_disk.debdiff <- thanks :) [09:29] The HPLIP preferences applet wants pyqt. [09:30] mjg59: nobody has :-/ I guess it must be g-p-m [09:30] fabbione: it worked ok? [09:30] Keybuk: g-p-m needs saner preferences [09:30] Keybuk: yeps.. pushing the kernel patch now [09:30] Defaults, rather [09:31] Though I'm tempted to hide the cpu management as well [09:31] the upstream maintainer seems quite receptive to ideas about defaults [09:31] I left a comment on his blog about screen brightness dimming and he has changed it [09:32] mjg59: yes, it is g-p-m setting the governor [09:32] (checked via strace) [09:33] and if you set "Do Nothing", it sets it to userspace [09:33] OH JOY [09:33] Ok. [09:33] ssseeeeebbbbbbbbb! [09:33] Let me nuke that. === jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel === stefg [n=chatzill@dslb-088-072-238-062.pools.arcor-ip.net] has joined #ubuntu-devel [09:43] Keybuk: Two ways of solving this: [09:43] Keybuk: (1) Remove all the cpufreq code from g-p-m [09:44] Keybuk: (2) Remove the UI from g-p-m, leave the code in the backend so people can set keys manually if they want [09:44] mjg59: looking at the csv changelog, I thought hugshie already did 2 [09:45] Burgwork: Oh? Last shot I saw, it still had the UI functionality [09:45] Let me check [09:45] might be wrong, but I was browsing the cvs changelog last night [09:46] Burgwork: Closest I can find is a reference to removing the userspace governor [09:46] that might be it === Ingar [n=saltvik@ti500720a080-7728.bb.online.no] has joined #ubuntu-devel [09:46] I'll grab the glade file and take a look === kaptengu [n=kaptengu@c213-100-60-132.swipnet.se] has joined #ubuntu-devel [09:47] cjwatson: thanks for the installer === lbm [n=lbm@82.192.173.92] has joined #ubuntu-devel [09:48] Burgwork: Still seems to be there === lamont` [i=lamont@nat/hp/x-c281574b3c9cb867] has joined #ubuntu-devel === DShepherd [n=dwight@196.1.142.242] has joined #ubuntu-devel [09:50] can anyone do the merges ? === darek [n=darek@82.160.238.226] has joined #ubuntu-devel === mbiebl [n=michael@dialin-212-144-131-123.pools.arcor-ip.net] has joined #ubuntu-devel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-devel === dpack [n=pub@bzq-88-153-213-163.red.bezeqint.net] has joined #ubuntu-devel [10:14] hi, could someone please explain why some changes in the *-changes lists are sent by "Ubuntu installer"? === Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel === pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel [10:14] is the "Ubuntu installer" an automatic merging program of some kind? [10:14] hi [10:14] hi martin. [10:15] dpack: I think it's for uploads which have been approved manually for example [10:15] is the process for installing flash with browsers going to be different for feisty? We may have to change the docs [10:16] The notification has a "Changed-By" field that I think might be who approved the upload, but the packages uploaded by "Ubuntu installer" are usually stock debian packages without any ubuntu modifications... [10:17] So I'm wondering what process triggers the notification process by "Ubuntu installer" to the *-changes lists? [10:17] is this a bad place to ask these kinds of questions? [10:18] syncs are "changed-by" ubuntu installer [10:18] Adri2000: do syncs happen automatically? [10:19] they are requested by a developer [10:21] Maybe whomever triggered the sync is put into the changed-by field in the notification sent by the "Ubuntu installer"? [10:21] hiya pitt [10:21] i [10:21] :) [10:22] hi pitti, keescook [10:22] hey ajmitch === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-devel [10:23] guys, I'm doing some research on Ubuntu and its relationship to its sponsor Canonical. Is there any way to distinguish between an Ubuntu developer employed by Canonical and a volunteer? [10:24] Maybe whomever triggered the sync is put into the changed-by field in the notification sent by the "Ubuntu installer"? < yes, maybe :) but I'm sure there are people more able to answer your questions than me :) [10:24] dpack: You can ask them, and if they say they work for Canonical, they're probably not a volunteer... [10:25] dpack: those who work for Canonical have small red flames in the very centre of their eyes [10:25] Matthew, would it be polite to ask? [10:25] (note the @canonical e-mail.) [10:26] also, there is an incomplete list on the wiki at CanonicalStaff [10:26] right... they get @canonial.com, spam-free mails [10:26] Most of the Ubuntu developers just use @ubuntu.com... [10:26] dpack: I don't believe there's any flag in Launchpad that indicates whether someone is Canonical staff or not [10:26] hey ajmitch === pitti hugs keescook [10:26] https://wiki.ubuntu.com/CanonicalStaff, for cliccability [10:27] dpack: attend a distro team meeting. nearly all will be canonical :) === bronson [n=bronson@adsl-75-36-149-233.dsl.pltn13.sbcglobal.net] has joined #ubuntu-devel [10:27] mdke: I could just about believe that about the flames [10:28] thanks, CanonicalStaff on the wiki is a nice start, but I don't think its complete. [10:28] ajmitch: it's due to excessive coffee, I suppose [10:28] dpack: no, of course it's not. Note: it's generally quite difficult to get complete lists of employees of companies [10:28] dpack: the bags under their eyes. === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [10:29] jdub: your bags are healing up? [10:29] For example, michael vogt is not on the list, and I'm pretty sure he's working for Canonical on package management in Ubuntu. [10:29] you can add him === |ramzi| [n=burkan@212.106.252.253] has joined #ubuntu-devel [10:30] dpack: It would probably help if we had some idea why you wanted to know [10:30] dpack: yes, mdke pointed out it is an incomplete list [10:30] Well Matthew, I'm trying to figure out how much of a community distribution Ubuntu is at the moment. That is, how much of the burden is carried by Canonical employees vs volunteers. [10:32] dpack: At a rough guess, core-dev is probably 50/50. -dev is (as far as I know) entirely volunteers. [10:32] Ubuntu is only part of my research though, I'm also researching the distribution of work load in Debian. [10:32] mjg59: but many of the core-dev people are inactive... [10:33] Yes [10:33] mjg59: half of them might be non-Canonical people, but their contribution is not as significant. [10:34] main is always going to be dominated by employees. That's what they're paid to do. === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-devel [10:34] well, no. people who work full time on something are almost guaranteed to be more active than people who aren't [10:34] there's also the problem that Debian is facing with dunc-tank, that having employees work alongside volunteers is a bit difficult sometimes. [10:34] dpack: I've been voluntarily working on Ubuntu since before Warty was released. I haven't seen any issues. [10:35] dpack: http://paste.ubuntu-nl.org/37820/ is core dev divided up for you [10:36] mjg59: it all comes down to the people involved. In Ubuntu its been that day from day one so I guess its less of an issue. Debian is having some real difficulties with it. [10:36] mc44: lamont jones is HP, former Canonical [10:36] Where "some real difficulties" is "A small percentage of Debian developers" [10:36] Burgwork: aha [10:36] perhaps, a vocal minority. [10:37] mc44: what is this list you sent me? [10:37] y/n is yes no canonical employee? [10:37] dpack: yes [10:37] dpack: well, it's hard to compare -- one of Debian's main goals has always been 'completely freely developed', whereas Ubuntu was designed for corporate backing [10:37] dpack: although not all Canonical are distro team members [10:38] mjg59: according to the list mc44 sent me, you are not employed by Canonical. Is that accurate? [10:38] dpack: so I can perfectly understand the guys who oppose dunc-tank (I'm not really happy about it either) [10:39] dpack: That's why I said that I've been voluntarily working on Ubuntu since before Warty, yes [10:39] mc44: thanks, this is very useful. [10:40] mjg59: heh, I had you pegged as a Canonical employee because of your previous involvement with Debian and early involvement with Ubuntu. [10:43] what I don't yet understand is how Ubuntu can have a significant percentage of the activity of Debian with such a tiny work force... [10:43] Debian average 2900 changes a month, and Ubuntu has roughly 60% of that. I'm not sure if I should filter out updates by "Ubuntu installer" [10:43] too much politicking in debian [10:44] updates by Ubuntu installer means that change was automated [10:44] or done by someone who is not whitelisted [10:45] (yay langpack uploads ;) ) [10:45] Brandon, what do you mean by whitelisted? [10:46] ok, so maybe I should discount uploads by "Ubuntu installer" [10:47] BTW, why does ubuntu create a separate -changes list for each release instead of doing it like Debian that has stable-changes and devel-changes [10:47] I've had some uploads sponsored which appear as "Ubuntu installer", but others have appeared as me, go figure [10:48] mdke: could you give me specific examples? perhaps Ubuntu changed something in the infrastructure? [10:49] I'll try and find some [10:49] can you please go to #ubuntu-offtopic [10:49] since this is utterly, well, offtopic [10:49] Oh, another thing I couldn't quite figure out because its locked away in a restricted section at canonical.com's web site is what exactly is Soyuz. A web interface to a slightly modified dak? [10:51] dpack: because ubuntu has releases, not just descriptors [10:52] launchpad doesn't have reference to dak, but katie is mentioned, so I'm assuming Ubuntu uses the same infrastructure as Debian. Except for this Soyuz bit, which I'm not sure is anything more than a launchpad module, or something else... [10:52] jdub: what is the difference? How are Ubuntu's releases different from Debian's? [10:52] dpack: astoundingly more regular, which creates different demands [10:52] dpack: there's not just "stable" and "devel" [10:53] dpack: i would be annoyed if i got breezy, dapper and edgy updates on one mailing list (because i don't care about some of them) [10:54] jdub: but technically is anything different? (other than management and mailing lists) Ubuntu keeps a unified pool I think and the releases are just pointers into the pool right? [10:54] yep [10:56] thom: sorry, but I doubt the nice people at ubuntu-offtopic are qualified to answer my questions. === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-devel [10:58] ok, back to the subject of Ubuntu syncs from Debian: what software actually does that in Ubuntu? [10:59] nevermind, I just found merges.ubuntu.com [11:00] sync != merge === adam0509 [n=benoit@stc92-1-82-227-107-105.fbx.proxad.net] has joined #ubuntu-devel [11:01] Adri2000: oh, what is the difference? [11:03] sync a package = import the package from debian with no change. a merge is needed when the package has been modified in ubuntu, then we merge the last debian version with the ubuntu changes [11:03] have you had a look at the developer pages on the wiki dpack? It might save you time asking here [11:03] this info should be there [11:04] mdke: yes, I am looking at them. I'm just a bit confused, but you're right, I should finish my home work first. [11:05] cheers guys, thanks for the information. [11:05] there are sections on merges and syncs and such === dpack [n=pub@bzq-88-153-213-163.red.bezeqint.net] has left #ubuntu-devel ["Leaving"] === rmjb [n=richard@cuscon20280.tstt.net.tt] has joined #ubuntu-devel === thekorn [n=markus@a89-182-28-135.net-htp.de] has joined #ubuntu-devel === cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-devel === Ingar [n=saltvik@ti500720a080-7728.bb.online.no] has joined #ubuntu-devel === adam0509 [n=benoit@stc92-1-82-227-107-105.fbx.proxad.net] has joined #ubuntu-devel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-devel [11:26] is dholbach on holiday? === lamont [i=lamont@nat/hp/x-d642306cb363f339] has joined #ubuntu-devel === seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [11:31] wb seb128 [11:31] re [11:31] some days I hate linux [11:31] network card broke with 2.6.20 and no way to stop the fsck on reboot (n mounts without fsck) [11:33] yes, the latter is probably a bug for more users [11:33] s/more/most [11:36] morning seb128 [11:36] seb128: which card? [11:36] hey hey jdub [11:37] an old realtek 8029 which was working fine until 2.6.17 [11:37] erk [11:37] a classic! === finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-devel === jdub sends seb128 care-drops of modern hardware. [11:38] I've reboot with 2.6.17 [11:38] haha [11:38] I had modern hardware, but it broke [11:38] and I had that card not used [11:38] hey jdub seb128 [11:38] so I used it to get my network back [11:38] and it's working fine since, so I didn't bother changing it :p [11:38] hi bhale [11:39] new nautilus is cute [11:39] the cairo thing is super fast === Gman [i=gman@nat/sun/x-5df6226128d747c0] has joined #ubuntu-devel [11:40] the whole thing feels faster really [11:42] cool :) [11:42] FAST AND CUTE [11:42] i will have to upgrade. [11:42] do it === mdke grabs upgrade-manager === jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel [11:42] jdub: go nuts :) === jdub totally loves using his mirror === j^ [n=j^@e178008007.adsl.alicedsl.de] has joined #ubuntu-devel [11:44] jdub: how do I update a patch with quilt? [11:44] ups [11:44] pitti: ^ [11:44] seb128: export QUILT_PATCHES=debian/patches [11:44] quilt push -a [11:45] [11:45] quilt refresh [11:45] quilt pop -a [11:45] seb128: or, if the patch is not on top of stack, replace '-a' with the patch name [11:45] ok, thank you [11:46] seb128: and if you need to modify files that weren't touched by the patch before, 'quilt add file' before editing file === stefg [n=chatzill@dslb-088-072-252-007.pools.arcor-ip.net] has joined #ubuntu-devel [11:47] rhythmbox (0.9.7-0ubuntu1) feisty; urgency=low [11:47] - Use gnome-power-manager to inhibit suspend while playing [11:47] doesn't that seem backwards? [11:47] hrm [11:47] i guess not [11:47] as long as it gets an explicit suspend message [11:48] so it can stop [11:48] pitti: thank you [11:48] at least it's smarter than windows! [11:48] jdub: last.fm playback in rb is the most half baked thing i have ever seen in gnome [11:48] I don't like quilt [11:48] wmp being open at *all* stops suspend [11:48] I'm switching that patch back to simple-patchsys, screw Debian guy :p [11:48] jdub: http://tseng.ath.cx/~brandon/rbsucks.png [11:49] seb128: takes some time to get used to, right [11:49] for a small package like file-roller I don't get the interest === WaterSevenUb [n=WaterSev@c-65-96-188-198.hsd1.ma.comcast.net] has joined #ubuntu-devel [11:49] jdub: double clicking an item in that list view does absolutely NOTHING === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-devel [11:50] how should i talk to about missing php5 deb files in dapper-security? [11:50] seb128: if it's just replacing the cdbs module, that's easy ;) [11:50] yep [11:50] jdub: i have gotten 2 different (useless) error dialogs [11:50] bhale: good work going on there, though [11:50] j^: what's missing? [11:50] jdub: would love to see it... [11:50] "Couldnt start playback: (null)" [11:50] keescook: current dapper-security has http://security.ubuntu.com/ubuntu/pool/main/p/php5/libapache2-mod-php5_5.1.2-1ubuntu3.3_amd64.deb [11:51] but that is missing, in http://security.ubuntu.com/ubuntu/pool/main/p/php5/ i can find a newer version [11:52] j^: current php5 in dapper is 5.1.2-1ubuntu3.4 [11:52] j^: what are you trying to find? [11:54] keescook: in that case the problem might be on my side, apt-cache show php5 lists 5.1.2-1ubuntu3.3 here [11:55] 'use apt-get update, Luke!' [11:55] :) [11:55] haha [11:55] did that several times [11:55] j^: apt-cache policy php5? [11:56] i removed /var/lib/apt/lists/* [11:56] now it lists the new version [11:56] strange === tormod [n=tormod@80-219-112-71.dclient.hispeed.ch] has joined #ubuntu-devel