/srv/irclogs.ubuntu.com/2013/02/27/#ubuntu-us-mi.txt

rick_h_woot, that was a nice ride out and about.02:32
rick_h_snap-l: you get back from the meeting ok?02:32
snap-lrick_h_: Didn't go03:25
rick_h_snap-l: bummer11:30
snap-lYeah, no worries.11:43
rick_h_phew, driveway clean. This is some heavy stuff. Will make a good snowman12:29
snap-lYeah, it's the perfect sibling snowball weather12:44
rick_h_hah, time to teach the boy some life lessons :P12:47
brouschUt oh12:47
brouschMany people were stuck on my street. Those with balding tires or RWD vehicles12:50
brousch$73 for a shovel?12:51
rick_h_brousch: not a shovel, a snow pusher!12:51
rick_h_<3 this thing12:51
rick_h_much faster doing the driveway this year12:52
brouschI don't need to push. I need to lift and throw!12:52
rick_h_http://www.amazon.com/gp/product/B000A28780/ref=wms_ohs_product?ie=UTF8&psc=1 is my lift/thrower12:52
rick_h_push to the sides, then trim work with that12:52
rick_h_much nicer12:52
snap-lWell, the cat has given me the best reason for keeping inbox zero12:52
brouschIt's so flat12:53
snap-lshe just stole a receipt and ran off12:53
rick_h_snap-l: she delete something for you?12:53
rick_h_lol12:53
brouschI'm thinking about a big old scoop, but it seems like it'd be hard to throw http://www.amazon.com/Suncast-SF1850-22-Inch-Scoop-Shovel/dp/B000A1CENK/12:54
brouschHave to shove the handle under my stomach and lift with both arms equally12:55
rick_h_yea, use that to clear it to the sides and then use a smaller shovel to actually edge12:55
brouschYou and your darn right tool for the job :P12:56
rick_h_hah12:56
brouschWhat I really need to do is fix my snowblower12:56
brouschAlthough it would have clogged instantly today12:57
rick_h_heh, yea I don't have one of those so I spend $$ on the right shovels to use12:57
brouschMy snow blower is literally older than I am12:57
brousch197312:57
snap-lbrousch: Might be time to either let it go, or get it fixed.12:58
snap-lLetting go might be an option12:59
brouschIt's just a gas tank leak12:59
brouschIt broke last year and with almost no snow I just let it sit12:59
rick_h_yea, last year I think I shoveled once or something12:59
brouschDjango 1.5 is out! Are you guys pumped?!13:32
snap-lLike a 1990s shoe13:32
brouschI had a pair of those13:32
snap-lI'm sure you did13:33
rick_h_heh, it's out but py3 "is still considered beta"13:33
brouschEven better, experimental!13:34
rick_h_oh right13:34
rick_h_sorry, read it last night13:34
snap-lThat's the kind of thinking that inspires confidence13:34
jrwreni'm pumped about django 1.613:58
jrwrenerr... 1.513:58
jrwrennot much changed.13:58
jrwrenstreaming response looks good13:58
jrwrennow just needs streaming request13:58
brouschrick_h_: I ran into a problem on your pastebin site https://dl.dropbox.com/u/101667/snapshot19.png14:01
rick_h_brousch: yea, too many links causes it to captcha and I'm missing some imagemagic lib or something14:02
brouschOK14:02
rick_h_just not bothered to get it working, end up using ubuntu pastebin or something14:02
brouschNo problem14:10
brouschGeeker Django deprecated one of my favorite commands: reset <app>15:31
brouschIt would clear all data out of the database for that app. Now I have to clear the whole damn database or get the sql to flush one app and pipe it to a command line client for the DB (like psql)15:39
rick_h_what?! learn to use your db tools?! never!15:39
rick_h_:P15:40
brouschThat's not the point15:40
brouschThe command used the django settings, so it knew the database info (location, type, login, etc) and it knew which tables were in which app. It was simple. Now I have to manually specify all that crap15:42
brouschApparently my rage is 2.5 years too late to matter http://python.6.n6.nabble.com/reset-and-sqlreset-PendingDeprecationWarning-td507875.html16:05
snap-lbrousch: Probably becaus eone too many people cleaered out their databases by accident16:06
snap-l"WHY DO WE HAVE SOMETHING IN OUR APP THAT WILL DESTROY DATA"16:07
brouschWell it would only clear out single apps. The commands they recommend now clear the whole DB16:07
snap-lOh, that's even better.16:07
brouschMuch less convenient16:07
snap-lBut tidier16:07
snap-lThink of it like a roomba for your database, but instead of a roomba, it's a quantum black hole.16:08
brouschThey say it didn't work well with DBs that have referential integrity. I can see that, but I only ever used it on sqlite in development16:08
snap-lI think I'm getting an itch16:08
snap-lNo, wait, that's me wondering why thing ship with ways to delete the whole database16:09
snap-lAdmin is hard. Let's just DROP DATABASE16:09
brouschIt drops each table16:10
snap-lfor i in list_o_tables: DROP i16:10
snap-lHow very PHP16:10
snap-lGrow a pair and just DROP DATABASE16:10
snap-l;)16:10
snap-lYou want referential integrity? Reference this.16:11
brouschIt was really very nice. When you have a dozen apps in your project and you're working on one of them it saved a lot of time to just reset the tables for that one app16:11
jrwrenanyone know where I can get libvirt built with esxi support? preferably a ppa16:11
snap-lhttp://www.gremwell.com/node/15516:12
jrwrenbrousch: its VERY easy to write a python script, load django settings and clear db for that app.16:12
brouschNow I'll have to create fixtures for each app so I can rebuild in dev in under 40mins16:13
brouschjrwren: But it already did that for me. now I have to do it myself!16:13
rick_h_brousch: which you should be doing anyway16:13
rick_h_re fixtures16:13
snap-ljrwren: Google seems to have a lot of instructions on how, but not a lot of packages.16:13
snap-ljrwren: VMWare doesn't ship with something?16:14
rick_h_snap-l: that's what I was thinking. vmware costs $$ so you get pretty tools. Enjoy16:14
jrwrensnap-l: vmware vsphere client is windows only :(16:14
snap-lWell, I'd think they'd have at least something to interface with libvirt16:15
jrwrenlibvirt does, but apparently ubuntu doesn't build it - idiots16:15
snap-lthough I believe Virtualbox routes around that by doing their own thing16:15
jrwreni'll just rebuild the package.16:15
jrwren*sigh*16:15
snap-ljrwren: Yeah, that's unfortunate16:15
snap-lOh, apparently there is something for Virtualbox16:16
snap-lwell I'll be.16:16
jrwrenfreedom is missing from virtualbox16:17
snap-lIt's there as long as you don't use USB16:17
jrwrenit is?16:17
jrwrenfreedom from the tyrany that is oracle?16:17
snap-lhttps://www.virtualbox.org/wiki/Editions16:17
snap-lWell, no, unfortunately Oracle still comes bundled16:18
rick_h_jrwren: is https://launchpad.net/~ubuntu-virt/+archive/ppa without?16:21
jrwrenhttps://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/libvirt/raring/view/head:/debian/rules  is :(16:22
jrwreni think those are since they are built from the ubuntu-virt package16:23
jrwrenrick_h_: those are also all 1yr+ old16:23
rick_h_jrwren: yea, bummer16:23
jrwrenthank you for looking and finding16:26
rick_h_jrwren: figured someone must have one, but hard to tell of the tons of libvirt ppa and nothing that looks sane/official16:26
jrwrenright16:27
rick_h_love USPS...sure, we got that package in IN on the 26th...but it'll take a week to get it to MI16:29
rick_h_nothing like taking 7 days for a 3.5hr drive16:29
snap-lrick_h_: I hate that16:30
snap-lYou paid for ground, we're damn well going to make sure you don't get it next day16:30
snap-lWait, that's not UPS.16:30
snap-lNot sure why USPS woould take longer16:31
snap-lThough if it's media rate, it takes a donkey-trail down some back roads to get anywhere.16:31
snap-lHonestly, if you don't ship first class or priority, the USPS takes forever16:32
rick_h_yea, media mail it looks like16:32
snap-lWhenever I ship things, I'll usually eat the difference between media and first class16:32
snap-lSaves me hassle16:32
snap-lunless it's something like a brick of a book16:33
snap-lReminder: Ubuntu Global Jam is this weekend18:32
snap-lstarting Friday and going through Sunday18:32
greg-gsnap-l: is there an IRL version for us-mi?18:32
snap-lNo, this is totally online18:32
snap-lTrying an experiment. :)18:32
snap-lHopefully it'll get more people participating who might otherwise not participate because they can't make the venue18:33
greg-gsnap-l: cool, I assume this is yet another example were Canonical is follow Ubuntu Michigan's lead ;)18:33
snap-lI'd like to think so. :)18:33
snap-lI know that's probably BS, but...18:34
jrwreni've not been following raring much.18:35
snap-lMe either18:35
jrwrentiming wise, does this mean its a good time to try an alpha install?18:35
snap-lUsually, though usual caveats apply18:36
jrwrenof course18:36
jrwreni'm thinking alpha must be soon18:36
jrwrenhrm, nope https://wiki.ubuntu.com/QATeam/Cadence/Raring18:38
jrwrenis global bug jam earlier than in years past?18:38
snap-lActually, I'm remembering something about not doing alpha releases18:39
snap-lhttp://fridge.ubuntu.com/2013/02/14/13-04-raring-ringtail-alpha-2-released/18:39
snap-lNope, I'm remembering wrong18:39
jrwrenah, ty.18:39
jrwrenhttp://www.ubuntu.com/testing linked from there is not up to date :(18:41
jrwrenseems like ubuntu is really falling apart these days.18:41
snap-lI'm finding links mentioning the "no alpha releases"18:41
snap-lbut they're from places like PCWorld and Webupd8, so I question accuracy.18:42
snap-lI think there's no blessed alpha release18:42
greg-g:/18:43
brouschhttp://lwn.net/Articles/522232/18:43
rick_h_rolling baby18:47
snap-lI thought it was just Canonical being evil. ;)18:48
snap-l(That whole line of thinking drives me nuts)18:48
rick_h_yea, that too. I think they must hate all users18:48
rick_h_everyone, stop using the software...except it's cool and works so carry on18:48
greg-gunless you want real GNOME :/18:49
rick_h_but no one wants that :P18:49
brouschIndeed18:51
jcastrogreg-g: UGR is well on its way to being official18:51
jcastromaybe even this cycle18:51
rick_h_ok, I can get a N10, but have to go to a walmart? hmmm...that's tough18:53
greg-gjcastro: thank god, this multimonitor support is killing me18:55
snap-lrick_h_: Are you shitting me?19:00
snap-lOne more reason to hate Walmart. :)19:00
snap-lI'd pay for it in pennies soaked in dog piss19:00
snap-lactually, it's not their employees fault19:01
jrwrenyes it is.19:12
jrwrenbut not the employees we see there.19:12
jrwrenits execs and employees that set and practice corp policy19:12
jrwrenwhat is the difference between quantal-security adn quantal-updates repos?19:33
jrwrennevermind https://help.ubuntu.com/community/Repositories/Ubuntu#Updates_Tab19:35
jcastroyou only need need security19:46
jcastroyou can get by without -updates19:46
jrwren*nod*19:50
jrwrenhrm, the esx support in libvirt deps libcurl, but I cannot imagine that is a good enough reason to exclude.20:55
jcastrogreg-g: hypothetically speaking ...21:02
jcastrogreg-g: what are the chances you can help me find someone willing to help us with the conversion of the content?21:02
jcastroI have the script OpenStack used ...21:02
rick_h_jcastro: coming out to CHC?21:04
jcastroI can't even get out of the driveway dude21:04
rick_h_what?!21:04
jcastrodead serious21:04
jcastroI've been going out every hour and shovelling21:04
rick_h_come on, that AWD volvo won't get out?21:04
jcastrojill's car isn't moving21:04
rick_h_it's all warm and melting21:04
jcastroand she couldn't make it into the garage last night21:04
jcastroso I have a VW sized mountain I need to dig out21:05
rick_h_hah21:05
jcastrobefore the Volvo can rock21:05
snap-ljcastro: Dude, what the hell?21:06
jcastrodude, why am I being flamed? I'm the one being buried!21:06
rick_h_we've all dug out!21:06
rick_h_shoot, I dug out last night and went for a 45min joy ride while it almost done coming down :P21:06
rick_h_and did a final round of clean up this morning before the wife left21:07
rick_h_roads are clear around here. though going to need another car wash21:07
jrwrenfirst time through dpkg-buildpackage did stuff.21:45
jrwrennow i fixed something21:45
jrwrenand it complains that a file changed.21:45
jrwrenspecifically dpkg-source complains21:45
jrwrendpkg-source has a --commit21:45
jrwrenbut I want oposite of that, can anyone tell me?21:45
jrwrenalso, #thisiswhydebianishard21:47
jrwrennevermind, just delete it :)21:50
greg-gjcastro: hypothetically, maybe Ryan Lane, other than that not sure, honestly21:50
greg-ggah, effing project sputnik laptop is a piece of shit, gimme my thinkpad back!22:32
jrwrenyay! i has esx vm list from virsh22:48
jrwrenboo: error: this function is not supported by the connection driver: virDomainOpenConsole22:48
rick_h_jrwren: so close...23:00
rick_h_greg-g: yea, byol is the only way to roll23:00
greg-gfucking eh, install the project sputnik special kernel from PPA to fix brightness issue, break touchpad scrolling, Thanks.23:05
jrwrenits ok, i don't really need console.23:16
jrwrenjust up/down should suffice23:17

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