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