*** tpb has joined #timvideos | 00:00 | |
*** mithro has joined #timvideos | 00:12 | |
*** tvCommitBot has joined #timvideos | 01:58 | |
tvCommitBot | [streaming-system] mithro pushed 6 new commits to master: http://git.io/EymZ9w | 01:58 |
---|---|---|
tvCommitBot | streaming-system/master 857eb6b Tim 'mithro' Ansell: Small message fix. | 01:58 |
tvCommitBot | streaming-system/master 9b64130 Tim 'mithro' Ansell: Fixing for the rename to be clearer. | 01:58 |
tvCommitBot | streaming-system/master 807d6e1 Tim 'mithro' Ansell: Lots of hacks to pycon2internal to work with Zookeepr output. | 01:58 |
*** tvCommitBot has left #timvideos | 01:58 | |
*** mithro has quit IRC | 02:33 | |
*** CarlFK has joined #timvideos | 03:01 | |
*** mithro has joined #timvideos | 03:55 | |
*** mithro has quit IRC | 07:24 | |
*** bananadine has joined #timvideos | 09:23 | |
*** bananadine has quit IRC | 10:32 | |
*** bananadine has joined #timvideos | 10:38 | |
*** mithro has joined #timvideos | 12:24 | |
mithro | bananadine, ping? | 12:24 |
bananadine | mithro, pong! | 12:24 |
mithro | bananadine, sorry - I'm at PyCon AU so totally missed the reminder for the meeting | 12:25 |
bananadine | ooh, can we do it now? | 12:25 |
mithro | give me 10 minutes | 12:26 |
bananadine | ok | 12:26 |
mithro | bananadine, you install flumotion with "make install" | 12:27 |
*** micolous has joined #timvideos | 12:27 | |
micolous | mithro smells | 12:27 |
micolous | NSA says so | 12:27 |
mithro | micolous, https://www.dropbox.com/sh/s5zw70u754lpbmv/N95myLaoJT | 12:27 |
tpb | Title: Dropbox - pre-build (at www.dropbox.com) | 12:27 |
bananadine | mithro, i installed it with apt get | 12:28 |
bananadine | from the launchpad repo | 12:28 |
mithro | you installed gstreamer right? | 12:29 |
bananadine | yes | 12:29 |
mithro | flumotion is installed in a similar maner | 12:30 |
bananadine | i have both installed | 12:30 |
bananadine | i used flumotion | 12:30 |
bananadine | but now i tried to replace the modules on the installed one with the one i'm porting | 12:31 |
bananadine | well, only the ported modules | 12:31 |
micolous | mithro: continue | 12:32 |
mithro | bananadine, that is silly thing to do | 12:33 |
bananadine | it's the only thing which came to mind | 12:33 |
mithro | you should installed it into ~/gst just like you did with gstreamer modules | 12:33 |
bananadine | i don't get it | 12:34 |
mithro | bananadine, you understand you want to have both stable flumotion and your flumotion installed at the same time to switch between the two | 12:35 |
mithro | just like you want to have a gstreamer0.10 and a gstreamer1.0 installed | 12:35 |
bananadine | oh | 12:35 |
bananadine | right | 12:35 |
bananadine | how do i install the other ("ported") flumotion? | 12:36 |
mithro | otherwise how are you going to tell if the same config file works between both the old and new flumotion? | 12:36 |
bananadine | the one i'm working on | 12:36 |
bananadine | i cloned from code.flumotion.com/flumotion.git | 12:37 |
bananadine | in my Downloads folder | 12:37 |
bananadine | then i ran ./autogen.sh and make | 12:37 |
mithro | and.... | 12:37 |
mithro | you want to use | 12:38 |
mithro | ./autogen.sh --prefix to install it to a location | 12:38 |
bananadine | ooh | 12:39 |
bananadine | didn't know that | 12:39 |
mithro | try reading --help | 12:51 |
bananadine | i'm trying to completely remove the flumotion i got installed | 12:52 |
bananadine | and make a fresh one | 12:53 |
bananadine | i tried apt-get remove flumotion | 12:53 |
bananadine | but flumotion still stays in /usr/local/lib | 12:53 |
mithro | https://docs.google.com/a/mithis.com/document/d/1sEhcLmseSLfqr2kH5UtSyMhg5yaNTnCkdNkSvA_ayq4/edit | 13:03 |
tpb | <http://ln-s.net/-P6v> (at docs.google.com) | 13:03 |
mithro | apt-get never installs stuff to /usr/local/ | 13:03 |
mithro | anything installed in /usr/local/lib will be from source | 13:03 |
bananadine | you mean that got installed when ran ./autogen.sh? | 13:04 |
mithro | when you did a make install | 13:07 |
bananadine | in Downloads | 13:08 |
bananadine | where i cloned | 13:08 |
mithro | ?????? | 13:09 |
bananadine | i cloned from the flumotion git repo in /home/track/Downloads | 13:10 |
bananadine | and then i ran ,/autogen.sh | 13:10 |
bananadine | and make | 13:10 |
bananadine | ./autogen.sh * | 13:10 |
bananadine | right there | 13:10 |
bananadine | inside | 13:10 |
bananadine | /home/track/Downloads/flumotion | 13:11 |
bananadine | that's the one i'm porting | 13:11 |
bananadine | the other one | 13:11 |
bananadine | i installed from this repo https://launchpad.net/~flumotion-dev/+archive/flumotion | 13:11 |
tpb | <http://ln-s.net/85Px> (at launchpad.net) | 13:11 |
bananadine | with apt-get | 13:12 |
mithro | ./autogen.sh and make don't install | 13:26 |
mithro | you need to do a make install | 13:26 |
mithro | I'll be free in about 30 minutes | 13:26 |
bananadine | ok | 13:29 |
mithro | you need to manually clean up /usr/local | 13:42 |
mithro | there is no way to clean up | 13:42 |
bananadine | oh snap | 13:45 |
bananadine | i messed up my whole OS | 13:45 |
bananadine | .. | 13:45 |
bananadine | is there any way to restore Ubuntu? | 13:45 |
bananadine | to a previous state? | 13:45 |
bananadine | i think it's best if i reinstalled the whole system | 13:46 |
bananadine | i "misused" apt-get and got many packages removed | 13:47 |
mithro | misused? | 13:50 |
bananadine | yea | 13:50 |
bananadine | i wanted to use "apt-get install flumotion" | 13:50 |
bananadine | but it wouldn't do and it suggested i ran | 13:50 |
bananadine | "apt-get -f install" | 13:51 |
bananadine | so i did | 13:51 |
bananadine | and that removed a lot of essential packages to ubuntu | 13:51 |
mithro | hrm | 13:51 |
mithro | apt-get -f install shouldn't remove packages? | 13:51 |
bananadine | well it did | 13:52 |
bananadine | it actually warned me | 13:53 |
bananadine | but i didn't think it was something important | 13:53 |
bananadine | so i messed up | 13:53 |
mithro | what did it say? | 13:53 |
mithro | I can't see your screen | 13:53 |
bananadine | i know | 13:53 |
bananadine | well let me see if i can find what did it say | 13:53 |
bananadine | After this operation, 543 MB disk space will be freed. | 13:53 |
bananadine | You are about to do something potentially harmful. | 13:53 |
bananadine | To continue type in the phrase 'Yes, do as I say!' | 13:53 |
bananadine | ?] | 13:53 |
mithro | and you didn't think that was important | 13:54 |
bananadine | well not really | 13:54 |
bananadine | it didn't make sense to me | 13:55 |
mithro | :/ | 13:55 |
bananadine | i was just trying to install something... | 13:55 |
mithro | Any time they make you type something | 13:55 |
mithro | like that it is importnat | 13:55 |
bananadine | well what's done is done | 13:56 |
bananadine | i'm downloading the image file | 13:57 |
bananadine | and i'm re-installing | 13:57 |
bananadine | i'm going to waste my day on this | 14:00 |
bananadine | let's make the video meet up tomorrow same time we had planned for today? | 14:00 |
bananadine | 12:00 pm | 14:00 |
mithro | I'll be flying on a plan then | 14:01 |
mithro | reinstall should take like an hour | 14:01 |
bananadine | i need to find an empty cd frome somewhere | 14:03 |
bananadine | else i got to go to a computer store | 14:03 |
mithro | you can install it on a USB stick | 14:03 |
*** bananadine has quit IRC | 14:13 | |
*** mithro has quit IRC | 14:52 | |
*** mithro has joined #timvideos | 15:11 | |
*** bananadine has joined #timvideos | 15:32 | |
bananadine | mithro, i reinstalled | 15:32 |
bananadine | now i'm updating | 15:32 |
bananadine | after that i'm going to do two fresh installs of flumotion | 15:33 |
bananadine | one of which will be for porting | 15:33 |
mithro | okay | 15:35 |
mithro | so where are you at? | 15:35 |
bananadine | i | 15:35 |
bananadine | need to restart because of the updates and drivers | 15:35 |
bananadine | brb | 15:35 |
*** bananadine has quit IRC | 15:35 | |
*** Sewar has quit IRC | 15:36 | |
*** Sewar has joined #timvideos | 15:39 | |
*** bananadine has joined #timvideos | 15:39 | |
bananadine | ok, now from the beginning | 15:41 |
bananadine | should i install both following this: https://code.flumotion.com/trac/wiki/Documentation/DeveloperIntroduction#getting-started | 15:41 |
bananadine | ? | 15:41 |
tpb | <http://ln-s.net/-P:H> (at code.flumotion.com) | 15:41 |
mithro | yes probably | 15:45 |
mithro | I haven't seen anything on your blog in a week | 15:45 |
mithro | Last post was | 15:45 |
mithro | Monday, July 1, 2013 | 15:45 |
mithro | Can you please post a summary of your previous weeks work | 15:49 |
mithro | I need to go now | 15:49 |
bananadine | mithro i told you i was on a trip | 15:49 |
mithro | will be back tomorrow night | 15:49 |
bananadine | i was gone | 15:49 |
bananadine | for like 5 days | 15:49 |
mithro | You mentioned that you would be gone from 5.07 to 7.07 ? | 15:50 |
bananadine | yes | 15:51 |
bananadine | and i sent you an additional mail | 15:51 |
mithro | your last past was 01.07 if I'm reading the dates right | 15:51 |
mithro | s/past/post/ | 15:51 |
bananadine | saying that i had to go early | 15:51 |
bananadine | so i left 3.07 | 15:51 |
bananadine | i had a presentation in the university | 15:51 |
mithro | okay | 15:54 |
mithro | you need to post this on the progress blog | 15:54 |
bananadine | alright | 15:55 |
mithro | I'll talk to you tomorrow night when I get back | 16:00 |
*** bananadine has quit IRC | 16:00 | |
*** mithro has quit IRC | 16:04 | |
*** bananadine has joined #timvideos | 16:09 | |
*** bananadine has quit IRC | 16:29 | |
*** hyades has joined #timvideos | 16:34 | |
*** hyades has quit IRC | 16:40 | |
*** hyades has joined #timvideos | 16:47 | |
*** parx has joined #timvideos | 17:23 | |
*** iiie has joined #timvideos | 17:28 | |
*** parx1 has joined #timvideos | 18:32 | |
*** parx has quit IRC | 18:34 | |
*** parx1 is now known as parx | 19:10 | |
*** parx has left #timvideos | 19:20 | |
*** hyades has quit IRC | 19:41 | |
*** parx has joined #timvideos | 22:57 | |
*** shenki_ has joined #timvideos | 23:09 | |
*** shenki has quit IRC | 23:12 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!