/srv/irclogs.ubuntu.com/2014/02/28/#ubuntu-us-mi.txt

wafhaha, yeah. what are you using for vertical / horizontal splitting?00:03
mrgoodcatv and h00:04
wafoh. doesn't "h" conflict with the vim keys?00:06
mrgoodcater no sry v and g00:06
mrgoodcatrick_h_: your program is very difficult to install on arch00:09
wafi think i got it running ok. what did you run into?00:09
snap-lmrgoodcat: It makes some assumptions about your environment00:09
mrgoodcatmake is failing on make run00:10
wafyeah, some paths are different, and the package names of course have to change00:10
mrgoodcati had to manually find a bunch of deps too00:10
mrgoodcatdo you remember what you changed?00:10
wafno, this was ages ago. what's the error?00:11
mrgoodcathttps://gist.github.com/dyladan/926252900:12
mrgoodcati don't even know why i'm still trying. i have an ubuntu box i can install it on00:14
rick_h_mrgoodcat: it should just be a matter of finding the right headers to have installed00:15
rick_h_what -dev packages to replace the ones required in sysdeps00:16
mrgoodcatarch doesn't have -dev packages00:16
rick_h_mrgoodcat: do you have a bin/python?00:16
mrgoodcati have all headers00:16
rick_h_mrgoodcat: ok, so the make install completed successfuly?00:16
mrgoodcatyou mean the virtualenv folder?00:16
rick_h_mrgoodcat: you have a bin directory with python/pip/etc?00:16
rick_h_mrgoodcat: and it's not py3 compat00:16
mrgoodcatoh holy fuck00:17
rick_h_so you'll have to create the virtualenv with py200:17
mrgoodcati skipped make install00:17
rick_h_yea, that won't work00:17
rick_h_and for arch you might have to tweak that venv step in make to make a py2 venv00:17
mrgoodcatpython setup.py egg_info failed in /root/bookie/build/BeautifulSoup00:18
rick_h_ /root?!00:18
rick_h_python --version00:18
mrgoodcat.3.400:18
mrgoodcat3.3.400:18
rick_h_right, read the lines I've been writing here the last 2min :)00:18
mrgoodcathow do you make a py2 venv?00:19
wafmrgoodcat: it's a package in the repos00:19
mrgoodcati have virtualenv00:19
wafthe py3 version00:19
wafyou need the py2 version00:19
rick_h_change the command in the make file that creates the venv (venv) to be called with py200:19
mrgoodcatgot it00:19
mrgoodcatok00:19
rick_h_if you're up for helping make it more compat with arch I'll help with that. It is very ubuntu specific, but I'm not sure of easy tricks to make it completely work across other distros/python00:20
mrgoodcat2.7.6 now00:21
rick_h_oh, I know00:21
rick_h_you have to set the PY= and such before the make command00:21
rick_h_so make virtualenv a variable instead of hard coded as it is now00:22
rick_h_and then you can VENV=/usr/bin/virtualenv-2.7.6 make install00:23
mrgoodcattoo late. already installed it on ubuntu instead00:24
mrgoodcatit was way easier00:24
rick_h_lol00:24
mrgoodcatand now dinner00:24
rick_h_ok, well some CHC let's get together and update it :)00:24
mrgoodcatwe'll make it arch compat00:25
rick_h_rgr00:25
mrgoodcati already made a make archdeps00:25
mrgoodcatinstead of sysdeps00:25
rick_h_heh k00:25
rick_h_again DEPS=archdeps VENV=... makeinstall00:25
rick_h_we can build a one liner to make it work00:26
mrgoodcatok00:26
rick_h_Makefile crash course woot!00:27
mrgoodcatis the default ubuntu python 2.7?00:28
rick_h_yes00:29
mrgoodcatso you can change the makefile to call python2.7 instead of python and it will work the same way.00:30
mrgoodcatls -la /usr/bin/python                       ──(Thu,Feb27)─┘00:30
mrgoodcatlrwxrwxrwx 1 root root 9 Sep 19 14:29 /usr/bin/python -> python2.700:30
mrgoodcatexplicitly state version. that way you're covered in case some future version of ubuntu updates the default python00:31
rick_h_yea00:32
mrgoodcator is there some reason not to?00:32
rick_h_not that I can think of off the top of my head00:32
rick_h_but want to investigate and make sure00:32
mrgoodcatright00:33
mrgoodcati'll open an issue in github so we can collect thoughts00:33
rick_h_rgr00:33
mrgoodcatvirtualenv --python=python2 .00:41
mrgoodcatif you click submit without selecting a file to upload for the import (stupid mistake i know) you get 502 bad gateway00:45
wafprobably best to put that sort of thing in the github issue tracker.00:46
mrgoodcati did00:46
snap-lyay. Finally upgraded my phone to Android 4.1.202:01
gamerchick02_yay!02:04
=== gamerchick02_ is now known as gamerchick02
rick_h_cool snap-l02:07
rick_h_oh, and welcome back to snap-l02:07
rick_h_freenode hate me or everyone?02:07
snap-lI had some network problems at home as well02:07
snap-land was a the docs for physical02:07
rick_h_ah02:08
gamerchick02howdy snap-l. wow yeah, i got disconnected02:08
gamerchick02what's with freenode lately? seems... flakey.02:08
snap-lTrying to remember all of the things that I disabled prior02:10
snap-lseriously considering never buying another non-Google phone02:10
waffreenode is/was being hit by a ddos02:10
gamerchick02oh that's nice. :( thanks for the explanation, waf02:13
rick_h_snap-l: got 4.2.2 today02:14
gamerchick02i'm jellus02:14
rick_h_nothing big in it, but caught me by surprise02:16
rick_h_usually I'm hitting "check for updates" 500 times02:16
snap-lYeah, I had to actually "do work" to make it happen02:19
snap-linstalled a windows application02:19
rick_h_whoa02:21
snap-lYeah, wasn't OTA>02:25
rick_h_ok, pull requests and emails done for the night02:26
rick_h_survive another day!02:26
=== _stink__ is now known as _stink_
_stink_hah02:33
brouschI'm trying to use dbus-python in a virtualenv and came across this https://bugs.freedesktop.org/show_bug.cgi?id=5543902:40
rick_h_brousch: :(02:50
rick_h_stuff like that makes me cry02:50
brouschwow02:59
brouschCan't get that patch to work either02:59
rick_h_did you try the pure python alternative?02:59
rick_h_sounds promising02:59
brouschNo, I need dbus-python to test this thing03:01
rick_h_gotcha03:02
brouschI guess I'll just enable system modules to test this03:02
rick_h_Current Conditions: -4.5F / -20.2C03:28
rick_h_ugh!03:28
jrwrenanyone do daily/weekly/monthly lvm2 snapshots?03:49
mrgoodcatbtrfs++03:56
jrwrenno.03:57
jrwrenbtrfs--03:57
jrwrenits terribad03:57
mrgoodcaty u no like?03:57
mrgoodcatthere are performance issues in some use cases03:58
jrwrennope03:58
jrwrenvery slow03:58
mrgoodcatwell what do you expect from an 8 year old filesystem?04:01
mrgoodcatits not even old enough to drive yet04:01
jrwrenlol04:20
mrgoodcatseriously though04:21
mrgoodcatyou can't expect it to be as mature as current gen filesystems04:21
mrgoodcatlike ext404:22
mrgoodcatit may be only 6 years old04:23
mrgoodcatbut the original extended filesystem is older than i am04:23
mrgoodcatbarely04:23
mrgoodcatbetter than zfs. "oh you have 64GB RAM in your computer? filesystem should take at least half"04:24
mrgoodcator even worse: "you don't have 64 gigs of ram? disable half the features"04:25
snap-lGood morning12:17
rick_h_morning12:21
snap-lGood moring13:33
snap-lrick_h_: We're really going to have to talk about the support schedule for BOokie. Apparently we're not getting coverage overnight. ;)13:34
rick_h_morning13:34
rick_h_snap-l: lol13:34
rick_h_it was quiet wasn't it?13:34
rick_h_I got disconnected but didn't see a ton13:34
brouschsnap-l: Thanks for volunteering for that shift13:34
rick_h_lol13:34
snap-lbrousch: DOn't wait up. ;)13:35
snap-lHow did we ever live before tethering phones?13:36
brouschMore freely13:36
rick_h_I don't know, my wife is already asking if I should up my hotspot data cap for camping season so I can go get out to the campground and work the rest of the day while she finishes work and comes out later13:37
jrwrenits friday13:44
jrwrenmrgoodcat: i agree entirely. that is why i've lost all interest in brtfs and zfs13:45
jrwrentgif13:45
jrwrenI did have an idea about a shim boot loader tiny OS that just gets ceph going, add all physical devices to ceph and then mount ceph block devs for everything else.13:45
jrwrenthat might be interesting13:45
brouschsnap-l: Why are you snap-l today?14:49
brouschMy body was actually happy to get on the ball today14:52
brouschI want to bounce!14:52
snap-lbrousch: It's great with metal music14:54
snap-lI find myself bopping and headbanging.14:54
snap-lbrb14:54
cmaloneyI hope nobody submits a package called "requirements.txt" to pypi, or I'll be fucked.14:59
rick_h_lol, long running joke there15:00
rick_h_I think it's blacklisted for that reason, don't recall if they actually added that but talked about it15:00
brouschDefinitely should on April 115:01
cmaloneyyeah, I think half the python community would be affected.15:01
mrgoodcatrick_h_: ever thought about packaging bookie in a ppa?15:21
rick_h_mrgoodcat: yes, but have been working on a juju charm instead as a baby step and perhaps more useful long term.15:21
rick_h_https://github.com/bookieio/bookie-charm15:21
mrgoodcatoh cool15:22
mrgoodcatwhat is cups port? 631?15:22
rick_h_yes15:23
mrgoodcatapparently the user also has to be a member of lpadmin15:27
wolfgerOk, is this thing on now?17:58
rick_h_woot17:59
wolfgerI'18:00
wolfgerM18:00
wolfgerGah18:00
wolfgerI'm having a waiting-on-my-delayed-flight party at the airport bar.18:01
greg-gI did that last night, only we (Rowan and I) were running down the moving walk ways repeatedly18:02
greg-galso, hello Michigan, I am in you18:02
wolfgergreg-g: ++18:02
wolfgerNo moving walkways here18:03
rick_h_greg-g: moving walkways ftw18:05
rick_h_boy loves them18:05
greg-gyeah, and 4 hours in Chicago... not fun18:05
wolfgerWho doesn't?18:05
greg-gwe should have just rented a car when we got off the plane and we would have gotten here sooner18:05
greg-gmight do that next time, just fly to chicago and rent a car18:06
wolfgerSo what are you back in town for?18:06
rick_h_lol of the day https://twitter.com/appcode/status/43789688664975769620:46
greg-g haha20:48
=== greg-g_ is now known as greg-g
greg-gso, with bzr, if I have ssh access to a remote server, I can just bzr push to some directory and it'll create a remote repo there for me, with git I have to ssh into it and mkdir and git init?21:37
greg-g(it can't be that hard, can it?)21:41
jrwrenno, its true21:46
greg-gstupid21:49

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