[06:46] [reed]: so, is there going to be a 3.0.19? [06:46] <[reed]> most likely [06:46] <[reed]> I don't think it's been completely decided [06:46] <[reed]> but there's a good chance [06:46] wow, ok [08:55] morning [08:55] asac: going crazy here! i can not get any dhcp working! [08:55] two days without proper networking in my lappy [09:35] anyone know how to copy history from one firefox profile to another? or atleast where the history is stored? [09:36] vish: its an mislq db file [09:36] history.db maybe [09:36] hmm.. [09:36] BUT PLEASE [09:36] do it with FF close! [09:36] yeah :) [09:37] * vish needs history for awesome bar to work properly ;) else seems like he has memory loss [09:38] try places.sqlite [09:38] vish: i know the felling [09:38] using 3 diff PCs and 5 diff browsers [09:38] is making me CRAZY [09:38] vish: and urlclassifier3.sqlite [09:39] hehe , this was the main reason , i was only upgrading ff for a long time ;) [09:39] * vish tries replacing files [09:39] make backups of those profile [09:40] use weave to keep them in sync [09:43] \o/ [09:44] BUGabundo_work: its places.sqlite ... thanks :) [09:57] hmm , that changes the bookmarks too :( [09:57] its all into one [09:58] FF allows backup and restore of bookmarks alone , but not for history :s [09:58] there was a bug in the bookmarks which was the main reason i moved to a new profile :( [09:59] well , i'll be like the guy from Memento ;) [11:07] BUGabundo_work: can you please pastebin the full iso script? [11:08] nope [11:08] not on my pc [11:08] nor can i access it due to DHClient bug :( [11:08] BUGabundo_work: ok [11:08] gnomefreak: but its so darn easy [11:08] just $ zsync URL [11:08] :D [11:09] all i did was crawl all isos zsync urls as echo to that file [11:09] BUGabundo_work: im more concered of the first part. i will post in a sec [11:10] what 1st part? [11:10] BUGabundo_work: this whole part in this section "ionice" also the "do" [11:10] BUGabundo_work: downgrade to archive version [11:11] the ppa needs a newer dhcp client [11:14] ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh [11:14] now u tell me :( [11:15] two days with so much to do, lost :( [11:15] gnomefreak: oh i think you are thinking of an entirely diff script [11:15] that one was cwillu that made for me, one year ago [11:16] BUGabundo_work: here is the one i have: http://paste.ubuntu.com/384307/ [11:16] when he looked at my previous script and though he must fix it [11:16] gnomefreak: right [11:16] thats version 2 [11:16] yeah [11:16] i'm now on a semi-work-in-progress version 3 [11:16] i no longer use rsync [11:16] but zsync instead [11:17] no longer requires manual md5 [11:17] yeah, i may need to pick back on that one and hack it a bit to use zsync links [11:18] right now its more of a manual thingy, aka copy paste [11:18] works fine, since its all in 4 diff dirs [11:18] BUGabundo_work: ok [11:18] the only thing i need to automate is ionice those process, cause zsync is WAY TOO MUCH heavy in IO [11:19] not even sure why "do_download" was used [11:19] bug 521782 [11:19] Launchpad bug 521782 in zsync "[wishbug] zsync should run ioniced" [Wishlist,New] https://launchpad.net/bugs/521782 [11:19] gnomefreak: well, cwillu made it a cycle to go around the list of isos [11:19] but u have ALL comented [11:20] ehe [11:20] BUGabundo_work: all but alternative line. im not sure if i uncomment both live and alternate if it will grab both in one run [11:22] gnomefreak: if all u want is ONE iso, or even two, do it like this: [11:23] $ sudo ionice -c 3 zsync http://cdimage.ubuntu.com/cdimage/daily/current/lucid-alternate-i386.iso.zsync -O /home/gnomefreak/downloads/iso_downloads/lucid-alternate-i386.iso [11:24] BUGabundo_work: than i can drop "do_download" and use zsync in its place? [11:24] typo [11:24] $ sudo ionice -c 3 zsync http://cdimage.ubuntu.com/cdimage/daily/current/lucid-alternate-i386.iso.zsync -o /home/gnomefreak/downloads/iso_downloads/lucid-alternate-i386.iso [11:24] gnomefreak: u can use ONLY this line [11:25] simple hey ? [11:25] even stupidier bashism [11:26] so MD5SUMS was dropped? [11:26] $ cd /home/gnomefreak/downloads/iso_downloads/; sudo ionice -c 3 zsync http://cdimage.ubuntu.com/cdimage/daily/current/lucid-alternate-i386.iso.zsync ; sudo chown gnomefreak.gnomefreak -R . [11:26] nope, still there [11:27] http://cdimage.ubuntu.com/cdimage/daily/current/MD5SUMS [11:28] $ cd /home/gnomefreak/downloads/iso_downloads/; sudo ionice -c 3 zsync http://cdimage.ubuntu.com/cdimage/daily-live/current/lucid-desktop-i386.iso.zsync ; sudo chown gnomefreak.gnomefreak -R . [11:28] for Live gnomefreak [11:31] hmmmm looks like you dropped a few lines in the above and changed just about everthing [11:32] yea [11:32] i told it was a new script in the works [11:33] so just change the download line to use zsync instead of rsync [11:33] and upgrade the URLs to point to zsync link [11:33] remove the md5sum [11:34] ok thanks ill work on it a bit later i hope. [11:57] ok [11:57] keep me posted on the improves [12:01] BUGabundo_work: ok. when you are able please send me the new script so i can upgrade mine incase the changes dont work [12:02] * gnomefreak never gonna have coffee this morning :( [12:02] gnomefreak: not so soon. no free time [12:02] as i said, i've just been using copy paste of zsync urls [12:03] BUGabundo_work: that is fine [12:03] i wrote more in our little chat about this, then i did at home [12:03] :) === BUGabundo_work is now known as BUGabundo_lunch [12:23] BUGabundo_lunch: when you get a minute can you let me know if this is correct? http://paste.ubuntu.com/384341/ === BUGabundo_lunch is now known as BUGabundo_work [13:04] gnomefreak: no its not! [13:04] oh wait... u comment out some stuff [13:04] let me read it all [13:07] gnomefreak: this one is what u problaly want [13:07] http://paste.ubuntu.com/384367/ [13:07] but it wont be click and forget [13:07] since you are required to enter SUDO pass [13:14] BUGabundo_work: thanks i will try [13:17] BUGabundo_work: ionice: execvp failed: No such file or directory [13:17] ionice: execvp failed: No such file or directory [13:17] lucid-alternate_zsync.isoupdate.sh: 13: do_download: not found [13:18] that is when i try to run it [13:19] thats NOT my script! [13:19] BUGabundo_work: just renamed [13:19] http://paste.ubuntu.com/384367/ [13:20] BUGabundo_work: same as http://paste.ubuntu.com/384367/ [13:20] hold on a sec [13:21] BUGabundo_work: this is what i have http://paste.ubuntu.com/384373/ [13:22] on and the rest do_download that i have commented out [13:23] i shoudl drop the do_* and use zsync only? [13:23] gnomefreak: just replace with mine! [13:23] its all u need! [13:24] its the FULL script for both alternate and live isos [13:24] oh [13:24] for *daily* ubuntu images [13:27] here is the script and the output when i ran it http://paste.ubuntu.com/384377/ [13:27] BUGabundo_work: ^^ [13:28] opps :( hold on [13:28] i guess it helps to have zsync installed :( [13:29] WTH [13:29] eheh [13:29] ok lets see what happens now [13:29] much better :) [13:31] BUGabundo_work: thanks i will run them fully today/night [13:31] or when i get a minute [13:35] gnomefreak: remember: its not unamanged! needs user input for sudo. or u remove the sudo from the bash, and sudo it when running [13:36] BUGabundo_work: sudo is fine with me [14:25] ok i think i found out that im not getting mozilla bugs from LP just not sure why [14:28] is anyone else not getting mozilla bug mail? [14:45] bdrung: hey ... yofrankie ;) ... it doesnt play [14:45] bdrung: it ends with "no joystick" ... and also i see on the console that its looking for CDROM [14:45] asac: it doesn't? [14:45] any idea? [14:45] no [14:45] all data files should be there? [14:46] yofrankie-bge i am starting [14:46] any info you need? [14:46] i have to test it myself and for that i have to start lucid (karmic has no 3D) [14:46] asac: i will test it myself and then i may need more infos [14:46] how do i find the upstream bugs i commented on or even reported. only 2 show up in reported [14:46] oh [14:47] bdrung: i disabled shaders and that starts now [14:47] bdrung: good. can i display fps somehow? [14:48] dunno [14:48] glxgears? [14:48] or not [14:48] asac: btw, i haven't played it yet :) the testing was done by others. [14:48] lol little box with spinning gears shows up [14:49] glxgears |grep fps opens that box [15:10] how close is xulrunner-dev 1.9.2? [15:11] directhex: have to talk to micah today to see where we stand [15:11] k [15:12] next week we get more power ;) [15:16] more power? [15:31] another great guy working on mozilla ;) [15:31] THE HOPE [15:37] ah [15:39] asac: does that mean stuff will get upstreamed sanely? like the KDE support? :)D [15:41] mconnor: the kde support looked quite well here. i can ensure that its getting split up in a few patches for bugs and gets up [15:41] good good [15:41] there's a dep chain of bugs on file already [15:41] suse doesnt do that? [15:42] mconnor: right i found that [15:42] not sure if those bugs will match all patches ... but we will try to reuse them as much as possible [15:42] that was the plan, but needs someone with more time than wolfgang, I think [15:42] yeah. but i thought the guy who did the patches (which wasnt wolfgang) would have been the best candidate ;) [15:42] anyway, its fine for us to split it up [15:46] bug 514254 [15:46] Launchpad bug 514254 in upx-ucl "[arm] needs porting to thumb2" [High,Triaged] https://launchpad.net/bugs/514254 [15:46] bug 514253 [15:46] Launchpad bug 514253 in qt4-x11 "[arm] needs porting to thumb2" [High,Triaged] https://launchpad.net/bugs/514253 [15:46] bug 514257 [15:46] Launchpad bug 514257 in xine-lib "[arm] needs porting to thumb2" [High,Triaged] https://launchpad.net/bugs/514257 [15:46] asac: suse did patch for QT IIRC [15:47] i say we drop arm too many damn problems if you ask me [15:48] * gnomefreak adds person to my "watch list" [15:49] oh i think i fixed my no LP mozilla bugs problem [15:49] bug 507416 [15:49] Launchpad bug 507416 in linux-fsl-imx51 "CONFIG_NEON=y causes platform lockups with certain application/platform combinations" [Medium,Fix committed] https://launchpad.net/bugs/507416 [15:49] bug 507503 [15:49] Launchpad bug 507503 in linux-mvl-dove "VFP/NEON state is not preserved around signal handlers, causing state corruption between user processes" [High,Fix committed] https://launchpad.net/bugs/507503 [15:52] bug 499881 [15:52] Launchpad bug 499881 in linux-fsl-imx51 "usb storage with ext4 does not work in lucid on imx51 hardware (dup-of: 515023)" [High,In progress] https://launchpad.net/bugs/499881 [15:52] Launchpad bug 515023 in udev "ATA pass-through commands preventing external HDD to be mounted" [Undecided,Confirmed] https://launchpad.net/bugs/515023 [15:54] ok either you are working very fast or you like the bot ;) [16:04] ok good he left [16:04] asac: you didnt have to stop [16:07] asac: are we supporting addons from mozilla site? [16:07] hi micahg [16:08] hi gnomefreak [16:08] I would say depends on the addon [16:13] gnomefreak: no we dont support addons from mozilla site ;) [16:13] i asked for a list im not sure what "several" means when he said it [16:13] depens on its popularity a bit [16:13] if it breaks us, but not upstream builds we care [16:13] yes. [16:14] he has some of ours and upstreams. greasemonkey is one he mentioned [16:18] asac: what about something like firebug that's tracked in bmo? [16:19] i dont think picking a choosing is a great idea [16:19] that can only come back and bite us [16:20] well, if it's tracked in bmo, it's more of a core mozilla addon [16:34] asac: what do you think of bug 469752 [16:34] Launchpad bug 469752 in firefox-3.5 "firefox,3.5/3.6 startup-notification bug" [Undecided,Confirmed] https://launchpad.net/bugs/469752 [16:34] asac, pending xulrunner-dev 1.9.2, do you want to import my moonlight package from the ~moonlight-team ppa? [16:35] directhex: I can do that... [16:37] directhex: ah, you have a special PPA :) [16:37] micahg, yeah, i uploaded a LOT of garbage whilst testing [16:38] directhex: done [16:38] directhex: thanks [16:38] woo [16:39] micahg, i want to upload an ubuntu1 for monodevelop which enables support for moonlight development. it introduces a new binary package, monodevelop-moonlight, with a binary depends on one of the packages in moon 2.1. [16:41] directhex: I would suggest staging in your ppa === Nafallo_ is now known as Nafallo [19:06] asac: after lunch, I'm going to try to port prism today [19:06] s/port/prepare [19:52] fta: prism has 1.0~b2 in the bzr changelog, but 1.0b3+svn in the daily changelog, if I continue with 1.0~b3 will it break the daily? [21:54] boas noites [22:32] network-manager-gnome will be downgraded [22:32] libnm-util1 will be downgraded [22:32] network-manager-pptp will be downgraded [22:32] network-manager will be downgraded [22:32] libnm-glib2 will be downgraded [22:32] modemmanager will be downgraded [22:32] asac: ^^^^ [22:32] hope that's fine [22:39] micahg: your poor counter part is complaining he is getting replies meant to you :D [22:42] BUGabundo: ?? [22:43] ehe [22:43] really [22:43] gwibber:/read?msg=9693564502-4925aca919f7b516cf6a6658bdbf4f80-responses [22:43] oops [22:43] https://twitter.com/micahg/statuses/9693564502 [22:44] heh [22:44] identi.ca FTW :) [22:44] StatusNet [22:45] kenvandine: is anything that can be done so copying gwibber reply links, uses the real LINK and not that strange thing above? [22:45] BUGabundo: k, StatusNet FTW! [22:45] micahg: wanna reply to him? [22:45] ahah [22:45] make him even more confused? [22:45] nah, how? [22:46] * micahg isn't on twitter [22:46] oh right [22:47] http://identi.ca/micahg [22:47] eheh told him about 'that' [22:47] micahg: NO AVATAR? [22:47] how can you !!!!! [22:47] BUGabundo: I need a good picture :) [22:48] pick one [22:48] http://images.google.pt/images?q=micahg [22:49] how's that? [22:51] BUGabundo: ^^ [22:52] I guess you need to loose weight :D [22:55] fta: you got the new bug for all the SNAPS?