*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has joined #timvideos | 00:07 | |
*** ChanServ sets mode: +v CarlFK | 00:07 | |
*** hyades has joined #timvideos | 00:28 | |
mithro | shenki: can you look at the root partition on underwood? | 00:35 |
---|---|---|
mithro | The plugin df has a datasource (counter/gauge/etc) called _dev_mapper_space_root. This datasource just changed state from warn to critical. | 00:35 |
shenki | ! | 00:40 |
shenki | mithro: what am i looking for? | 00:42 |
shenki | 1 Raw_Read_Error_Rate 0x000f 113 099 006 Pre-fail Always - 54471866 | 00:42 |
mithro | shenki: figure out why its using 90% of the disk space? | 00:42 |
shenki | oh | 00:42 |
mithro | shenki: df :) | 00:42 |
shenki | it's not failing, it;s just full? | 00:42 |
shenki | well, it is actually at 98%. lets see why | 00:43 |
shenki | hrm. a 4 gig file called test in /home/joel ;) | 00:44 |
shenki | that was back when we were benchmarking the disks | 00:44 |
shenki | mithro: so was your monitoring not running before? because that file has been there for weeks | 00:44 |
mithro | shenki: I think warn is 85% | 00:44 |
mithro | it's been in the warn state for like ever | 00:45 |
shenki | okay | 00:45 |
shenki | yeah, coz of htat fiel | 00:45 |
shenki | it's down to 53% | 00:45 |
*** techman83 has quit IRC | 01:02 | |
aps | mithro: morning. What was the distro when timvideos.us was on AWS - precise or trusty? | 01:05 |
mithro | aps: use "lsb_release -a" to find out | 01:05 |
shenki | cat /etc/issue | 01:06 |
mithro | shenki: /etc/issue is user modifiable :) | 01:06 |
shenki | if you don't want to wait for python to load :) | 01:06 |
shenki | mithro: true. and it doesnt give the codename | 01:06 |
shenki | i wish it did the architecture | 01:06 |
shenki | save having to do file /bin/bash :) | 01:07 |
aps | mithro: err.. I'm asking what *was* there on AWS. now it's trusty | 01:07 |
mithro | aps: oh | 01:07 |
mithro | shenki: isn't that what uname is for? | 01:08 |
shenki | mithro: mostly. im not sure what it reports when you've got a 32bit userspace on a 64bit kernel, for instance? | 01:19 |
mithro | shenki: good question - I would gets 64bit | 01:19 |
mithro | shenki: but you'd be silly to do that ;) | 01:19 |
shenki | not that i come across such setups often :) | 01:19 |
shenki | yes :) | 01:19 |
shenki | mithro: so, a very big pat on the back for the underwood install! | 01:20 |
shenki | mithro: everything came back and just worked! | 01:20 |
shenki | infact, it came back even better becuase we noticed that underwood was full | 01:20 |
mithro | shenki: when setting it up, I did a couple of reboot tests to make sure everything came up after a reboot :) | 01:20 |
mithro | shenki: things were already down, so doing a reboot is pretty low cost | 01:21 |
mithro | shenki: did you get the hostedmunin messages when it came good? | 01:22 |
Joelw | blerg | 01:23 |
Joelw | Oops, wrong window! :) | 01:23 |
shenki | :) | 01:23 |
shenki | mithro: yeah, i did | 01:23 |
mithro | hey other joel :) | 01:24 |
aps | mithro: so, we need a wsgi file in the repo for gunicorn to run | 01:29 |
Joelw | mithro: Hi! | 01:36 |
aps | mithro: weird things happening. gunicorn logs say | 01:47 |
aps | https://www.irccloud.com/pastebin/chpXwpSw | 01:47 |
tpb | Title: Pastebin: chpXwpSw | IRCCloud (at www.irccloud.com) | 01:47 |
aps | but telnet doesn't connect on 127.0.0.1 8000 | 01:47 |
*** techman83 has joined #timvideos | 01:55 | |
*** ChanServ sets mode: +v techman83 | 01:55 | |
Joelw | Any firewall? | 01:57 |
aps | Joelw: no | 02:06 |
*** Niharika has joined #timvideos | 02:14 | |
*** Niharika has quit IRC | 02:18 | |
*** Niharika has joined #timvideos | 02:18 | |
mithro | aps: there is probably a firewall | 03:59 |
mithro | aps: okay - fixed the firewall | 04:01 |
*** hyades has quit IRC | 04:55 | |
*** hyades has joined #timvideos | 05:01 | |
techman83 | mithro, ping | 05:06 |
*** CarlFK has quit IRC | 05:38 | |
*** rohitksingh has joined #timvideos | 05:43 | |
*** CarlFK has joined #timvideos | 05:55 | |
*** ChanServ sets mode: +v CarlFK | 05:55 | |
mithro | techman83: pong? | 06:03 |
*** CarlFK has quit IRC | 06:04 | |
techman83 | mithro, I think I may have answered it, I was curious about gst-switch | 06:07 |
techman83 | I have acquired some spare time | 06:07 |
techman83 | So I'm spending time cleaning up EventStreamr | 06:07 |
techman83 | and wanted to make it so flicking between DVswitch + gst-switch as simple as a config change | 06:08 |
techman83 | I've read up the doco now and it looks like they kind of operate the exact opposite of each other | 06:09 |
techman83 | Which is ok, I'm just hurting my brain coming up with a sane design that is flexible enough to handle that | 06:10 |
mithro | techman83: opposite of each other? | 06:44 |
mithro | techman83: does this mean you'll make it to LCA? | 06:44 |
techman83 | mithro, DVswitch UI is the server and all the processes connect to it, where as gst-switch UI connects to the gst-switch-srv | 06:45 |
techman83 | I realised I was looking at it wrong | 06:45 |
*** CarlFK has joined #timvideos | 06:45 | |
*** ChanServ sets mode: +v CarlFK | 06:45 | |
mithro | techman83: gst-switch works pretty similar to dvswitch, the UI is just a seperate process from the server | 06:46 |
techman83 | I'll work on getting the individual components working, then further up the chain, work on tying them together | 06:46 |
techman83 | Oh yeah, it was more a momentary brain fart on my part | 06:46 |
mithro | techman83: so - when are you rewriting eventstreamr in Python? :P | 06:47 |
techman83 | :P | 06:47 |
techman83 | as for LCA, I don't really have the funds or Annual leave | 06:48 |
techman83 | funds to get there that is | 06:48 |
CarlFK | im trying to add audio to the test stream. I don't really know how to mux it. anyone up for figuring this out? | 06:48 |
CarlFK | gst-launch-1.0 audiotestsrc name=aud videotestsrc pattern=18 is-live=1 ! video/x-raw, width=300, height=200 ! multipartmux aud. ! gdppay ! tcpclientsink port=3000 | 06:48 |
CarlFK | ERROR: from element /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0: Internal data flow error. | 06:48 |
mithro | CarlFK: you don't mux it | 06:48 |
mithro | You use two different gst-launch commands | 06:49 |
CarlFK | oh right | 06:49 |
CarlFK | I am used to dv | 06:49 |
mithro | as the input? | 06:49 |
CarlFK | yeah | 06:49 |
CarlFK | like the dv streams have both video and audio, so I was trying to make that | 06:50 |
CarlFK | but right, audio goes to a different port | 06:50 |
mithro | rohitksingh: ping? | 06:50 |
rohitksingh | mithro: pong! eating breakfast btw :) | 06:51 |
rohitksingh | and good morning! | 06:51 |
mithro | rohitksingh: yay about the visa! | 06:51 |
rohitksingh | mithro: Really! I myself wasn't expecting it so early! | 06:52 |
mithro | rohitksingh / hyades_ / tija: It's weird how all your applications were very similar but happened totally differently | 06:52 |
rohitksingh | mithro: yeah :-| | 06:53 |
mithro | Governments :( | 06:53 |
rohitksingh | :P :) | 06:53 |
mithro | rohitksingh: so, you've got some VGA capture boards to construct :P | 06:55 |
rohitksingh | mithro: will be doing so...now, that i'm free... | 06:55 |
mithro | rohitksingh: awesome! | 06:56 |
mithro | rohitksingh: you should be sure to pack your Atlys board too | 07:06 |
rohitksingh | mithro: Yeah! I'll be packing Atlys, 1-2 other FPGA boards, BeagleBoneBlack and the VGA boards | 07:07 |
mithro | CarlFK: from Saturday I'll be working on TimVideos stuff "full time" (on holidays :) until LCA | 07:09 |
mithro | CarlFK: so will knock out those gst-switch issues you keep creating | 07:14 |
CarlFK | mithro: yay | 07:14 |
*** slomo has joined #timvideos | 08:27 | |
aps | mithro: bah.. it was the firewall.. I had seen "iptables -L" and it looked ok to me :/ | 08:51 |
aps | mithro: site's up now. maybe some other stuff still needs work | 08:52 |
techman83 | gah, what the heck happened to ffmpeg whilst I've been busy with life lol | 08:52 |
*** rohitksingh has quit IRC | 08:53 | |
aps | mithro: I need to put switter API keys.. you have 'em? | 08:57 |
mithro | aps: that is a good question | 09:02 |
mithro | techman83: avcon | 09:02 |
techman83 | mithro, thanks! | 09:02 |
techman83 | just needed to convert something quickly and was like WTF | 09:03 |
mithro | techman83: if you can get annual leave, I'm sure we can find a way to get you the funds needed | 09:08 |
techman83 | mithro, No worries. I'll discuss it with my wife and then my boss. I'd made a lot of plans around not going. But things have changed a bit at work, so I may have time. | 09:09 |
mithro | techman83: if you can get to the sprints too, that would be super awesome | 09:10 |
mithro | techman83: Ryan (xfxf) doesn't quite understand eventstreamr yet | 09:10 |
techman83 | mithro, I may be able to get there at least towards the end | 09:11 |
techman83 | mithro, To be fair, while it worked really well. Configuring it without knowing how it worked was tricky | 09:11 |
techman83 | mithro, I want to fix that, because it's a big barrier for anyone who isn't a plug member running it | 09:12 |
techman83 | damnit, dvswitch segfaults | 09:24 |
*** Niharika has quit IRC | 10:07 | |
*** f15h has joined #timvideos | 11:29 | |
f15h | hi mitro - this is Georg from Austria - are you awake | 11:29 |
f15h | I am preparing the export documents for the VideoBrick-Prototype and might need your Telephone number for customs | 11:31 |
f15h | if possible please send it to me per email - thanks | 11:32 |
aps | mithro: ^ | 11:42 |
*** f15h has quit IRC | 12:14 | |
*** f15h has joined #timvideos | 12:26 | |
*** Niharika has joined #timvideos | 13:16 | |
*** Niharika has quit IRC | 13:33 | |
*** Niharika has joined #timvideos | 13:33 | |
mithro | shenki: ping? | 14:13 |
f15h | hi mithro | 14:59 |
mithro | hi f15h! | 15:30 |
mithro | f15h: I'm not normally up this late, but I have last minute things to finish before going on leave for Xmas | 15:31 |
*** f15h has quit IRC | 16:39 | |
*** Niharika has quit IRC | 17:26 | |
*** Niharika has joined #timvideos | 17:26 | |
*** Niharika has quit IRC | 17:27 | |
*** Niharika has joined #timvideos | 17:27 | |
*** Niharika has joined #timvideos | 17:27 | |
*** Niharika has joined #timvideos | 17:28 | |
*** slomo has quit IRC | 17:42 | |
*** slomo has joined #timvideos | 18:10 | |
*** slomo has joined #timvideos | 18:10 | |
*** [d__d] has quit IRC | 20:12 | |
*** [d__d] has joined #timvideos | 20:14 | |
*** rnikhil275 has joined #timvideos | 20:17 | |
*** rnikhil275 has quit IRC | 21:21 | |
*** hyades has quit IRC | 22:35 | |
*** 17WAAM0SR has quit IRC | 23:04 | |
*** pederindi has quit IRC | 23:04 | |
*** pederindi has joined #timvideos | 23:09 | |
*** CarlFK has quit IRC | 23:18 | |
*** slomo has quit IRC | 23:27 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!