*** tpb has joined #timvideos | 00:00 | |
mithro | CarlFK: I'm around now. What needs doing? | 01:37 |
---|---|---|
mithro | CarlFK: poke? | 01:48 |
CarlFK | morning mithro | 02:03 |
mithro | CarlFK: I can't ssh into the gateway bot at the moment | 02:06 |
mithro | CarlFK: did you turn off password authentication? | 02:06 |
CarlFK | nope.. where is the bot? | 02:06 |
CarlFK | is gateway bot the ssh tunnel? | 02:06 |
mithro | CarlFK: oh, yeah | 02:06 |
mithro | s/bot/box/ | 02:06 |
CarlFK | ah | 02:06 |
mithro | CarlFK: can you please put that gateway command in a loop or some other way to make sure it's auto restarted? | 02:07 |
CarlFK | conected | 02:08 |
CarlFK | but not in a loop | 02:08 |
CarlFK | putting the command in notes.txt so I have it later | 02:09 |
mithro | CarlFK: so it seems you didn't deploy my flumotion collector fix on room 327 | 02:16 |
CarlFK | oh right.. or 329 | 02:16 |
CarlFK | (as in I didn't deploy it anywhere) | 02:17 |
mithro | CarlFK: this is why you should be using the config pusher as it is a 30 second command to push the right configs to all machines | 02:17 |
mithro | CarlFK: what do you need to know to understand the pusher? it has 2 requirements -- you have a valid config.private.json and the user you are running can ssh as root without password to the machines | 02:19 |
CarlFK | I don't know what "valid config.private.json" is | 02:19 |
mithro | CarlFK: a config.private.json which has information it | 02:20 |
mithro | CarlFK: aps generated you a valid file | 02:21 |
CarlFK | where is it? | 02:22 |
CarlFK | I can drop this on a collector right ? | 02:25 |
mithro | CarlFK: you can run the pusher on any machine | 02:25 |
mithro | CarlFK: it basically fills out the templates and then scp's the configs to the machines | 02:25 |
mithro | CarlFK: it's like a 100 line python script | 02:26 |
mithro | CarlFK: you need to give me the valid names for the mixers before you run the config pusher | 02:26 |
CarlFK | room3278, room329, room338 | 02:27 |
mithro | CarlFK: you mean room3278.local ? | 02:28 |
CarlFK | yes. I thought you didn't need .local, but I guess it won't hurt and it seems dns around here is not reliable | 02:30 |
mithro | okay | 02:32 |
mithro | plenary.local? | 02:32 |
CarlFK | plenary won't happen again till Sun, and then move room338 and change the hostname | 02:33 |
mithro | CarlFK: if we get the config right, then you won't need to update it on Sunday | 02:36 |
aps | morning | 02:45 |
*** Niharika_ has joined #timvideos | 02:46 | |
aps | mithro: I have created dns names in route53, we just need to change ips there whenever we need to | 02:46 |
CarlFK | aps! just in time | 02:46 |
CarlFK | doing review training for .. 10 min, starting in .. now ish | 02:47 |
aps | mithro: I asked carl to pull changes for audio channel hack, which he did on one machine I guess | 02:50 |
CarlFK | training over... taking off for dinner now.. | 03:30 |
aps | mithro: is there a way to keep sessions when we restart the encoder machines? | 04:07 |
CarlFK | back, but kicked out of the buiding.. heading to my room, should be there in 15 min | 04:53 |
*** CarlFK has quit IRC | 05:00 | |
*** CarlFK has joined #timvideos | 05:16 | |
*** ChanServ sets mode: +v CarlFK | 05:16 | |
CarlFK | back from dinner, in room - brb, again... | 05:18 |
*** CarlFK has quit IRC | 05:27 | |
*** CarlFK has joined #timvideos | 05:29 | |
*** ChanServ sets mode: +v CarlFK | 05:29 | |
CarlFK | mithro: I have a rackspace box with streaming-system installed by running runall.sh - can we point a test collector like thing at it? | 05:53 |
mithro | sure | 05:53 |
mithro | CarlFK: do you want to set up a test room? | 05:53 |
mithro | CarlFK: or reuse an existing room? | 05:53 |
CarlFK | mithro: I am not at the venue now. I'm a few blocks away on wifi | 06:03 |
mithro | CarlFK: I don't have a test collector handy | 06:04 |
CarlFK | there are just 3 talks tomorrow .. 10-12, then a 2.5 hour lunch break, then 1 more talk | 06:08 |
mithro | the gear in the venue is off? | 06:09 |
CarlFK | I think it is on | 06:09 |
CarlFK | the tunnel might still be up | 06:09 |
CarlFK | oh right, loop... I was running a sound board at that time, loop was one too many things to think about | 06:09 |
mithro | the tunnel still appears to be up | 06:10 |
CarlFK | ohh!!! | 06:10 |
mithro | CarlFK: what is the command your using? I'll put it in a loop so it shouldn't go down | 06:11 |
CarlFK | ssh -v [email protected] -R 0.0.0.0:2222:127.0.0.1:22 | 06:11 |
mithro | you should use this | 06:12 |
mithro | while true; do ssh -v [email protected] -R 0.0.0.0:2222:127.0.0.1:22 "while true; do date; sleep 5; done"; sleep 30; done | 06:12 |
CarlFK | except I don't have access to the box. but I'll put that in my notes.txt | 06:13 |
mithro | CarlFK: what do you mean? | 06:14 |
*** tija has joined #timvideos | 06:16 | |
CarlFK | I dont' have a connection to the boxes now, but I have a text file I keep notes for things to do | 06:18 |
mithro | CarlFK: you can ssh into your boxes with "ssh [email protected] -p 2222" just like we can? | 06:19 |
CarlFK | oh neat | 06:19 |
aps | Carl makes way too many notes to search when something is required urgently :P | 06:26 |
CarlFK | [email protected] is my rack box that I ran https://github.com/timvideos/streaming-system/blob/master/tools/setup/runall.sh | 06:27 |
tpb | Title: streaming-system/runall.sh at master · timvideos/streaming-system · GitHub (at github.com) | 06:27 |
CarlFK | aps: and 1/2 the time I forget I even made a note | 06:28 |
*** slomo has joined #timvideos | 06:28 | |
*** slomo has joined #timvideos | 06:28 | |
mithro | CarlFK: I'll leave you in aps's hands for now | 07:08 |
mithro | have to finish up some work :) | 07:08 |
CarlFK | I am getting sleepy - I think I will get to sleep and get up early | 07:08 |
CarlFK | so that works out fine. thanks again | 07:08 |
*** slomo has quit IRC | 07:22 | |
*** slomo has joined #timvideos | 07:22 | |
*** slomo has joined #timvideos | 07:23 | |
*** Niharika_ has quit IRC | 07:33 | |
*** Niharika has joined #timvideos | 07:39 | |
*** Niharika1 has joined #timvideos | 07:43 | |
*** Niharika has quit IRC | 07:43 | |
*** Niharika1 is now known as Niharika | 07:47 | |
*** Niharika has quit IRC | 09:50 | |
*** Niharika_ has joined #timvideos | 10:05 | |
*** 20WAA4KC3 has quit IRC | 10:07 | |
*** 5EXAAS4WE has joined #timvideos | 10:09 | |
*** tija has quit IRC | 10:13 | |
*** Niharika_ has quit IRC | 10:31 | |
*** Niharika_ has joined #timvideos | 11:31 | |
*** Niharika_ has quit IRC | 11:36 | |
*** Niharika has joined #timvideos | 12:18 | |
*** CarlFK has quit IRC | 13:42 | |
*** CarlFK has joined #timvideos | 13:55 | |
*** ChanServ sets mode: +v CarlFK | 13:55 | |
*** CarlFK1 has joined #timvideos | 14:10 | |
*** ChanServ sets mode: +v CarlFK1 | 14:10 | |
*** CarlFK has quit IRC | 14:10 | |
*** CarlFK1 is now known as CarlFK | 14:14 | |
CarlFK | mithro: did you see this: https://twitter.com/aigarius/status/503659530270437376 | 14:14 |
tpb | Title: Aigars Mahinovs auf Twitter: I can confirm that http://t.co/GrC2yglHk3 is a great way of following what is happening in #debconf14 :D also https://t.co/Tgxme8sF7L (at twitter.com) | 14:14 |
CarlFK | I am heading to breakfast | 14:28 |
*** xobs_ has joined #timvideos | 14:31 | |
*** xobs has quit IRC | 14:32 | |
*** slomo has quit IRC | 14:32 | |
*** slomo has joined #timvideos | 14:33 | |
*** slomo has joined #timvideos | 14:33 | |
*** CarlFK has quit IRC | 14:34 | |
*** CarlFK has joined #timvideos | 14:39 | |
*** ChanServ sets mode: +v CarlFK | 14:39 | |
*** CarlFK has quit IRC | 15:13 | |
*** CarlFK has joined #timvideos | 15:17 | |
*** ChanServ sets mode: +v CarlFK | 15:18 | |
*** CarlFK has quit IRC | 15:30 | |
*** CarlFK has joined #timvideos | 15:41 | |
*** ChanServ sets mode: +v CarlFK | 15:41 | |
*** Palash has joined #timvideos | 15:50 | |
CarlFK | dc talks starting now. anyone awake? | 16:58 |
Niharika | I am. But I guess you´re looking for aps or Tim. | 16:59 |
CarlFK | hi Niharika .. yes.. | 17:04 |
*** Niharika has left #timvideos | 17:18 | |
*** Niharika has quit IRC | 17:18 | |
*** timbiker has joined #timvideos | 17:22 | |
timbiker | Hello | 17:24 |
timbiker | is there anybody currently online who could give me some help | 17:25 |
timbiker | with starting up flumotion ? | 17:25 |
*** Niharika_ has joined #timvideos | 17:25 | |
CarlFK | timbiker: kinda | 17:25 |
timbiker | I think I managed to installed the version | 17:26 |
timbiker | currently ported to gst1.0 | 17:26 |
timbiker | https://github.com/aps-sids/flumotion-orig | 17:26 |
tpb | Title: aps-sids/flumotion-orig · GitHub (at github.com) | 17:26 |
timbiker | but as the GUI is not available yet, I am a bit in the blue on how to actually start it up | 17:27 |
timbiker | typing flumotion start | 17:27 |
timbiker | does not do anything | 17:27 |
CarlFK | timbiker: that was just completed a week or so ago | 17:27 |
timbiker | indeed | 17:28 |
CarlFK | and current;y mananging DebConf so bit thin on attention right now | 17:28 |
*** Niharika_ has quit IRC | 17:58 | |
*** mparuszewski_ has quit IRC | 19:12 | |
*** timbiker has quit IRC | 20:29 | |
aps | CarlFK: really sorry, I slept early and overslept :/ are there ant talks still left? :( | 20:31 |
CarlFK | whops | 20:31 |
CarlFK | maybe in an hour or so | 20:31 |
* aps turning on machines and rubbing eyes | 20:32 | |
aps | CarlFK: all three rooms? | 20:33 |
CarlFK | maybe. probably only 1 room. I just got asked not to stream or record the 2 rooms that have things planned | 20:34 |
CarlFK | and something about "but the talk later we would like streemed" | 20:34 |
*** rohitksingh has joined #timvideos | 21:15 | |
CarlFK | aps: whopps is encoder up? | 21:34 |
aps | yeah, all 3 are up | 21:35 |
CarlFK | http://timvideos.us/room3278 I don't see a stream | 21:37 |
tpb | Title: Streaming for Room 327/8 (at timvideos.us) | 21:37 |
aps | I do | 21:38 |
CarlFK | good enough :) | 21:39 |
aps | if you're not in ksp | 21:39 |
aps | fingerprints are for crypto | 21:39 |
*** rohitksingh1 has joined #timvideos | 21:58 | |
*** rohitksingh has quit IRC | 22:00 | |
*** Palash has quit IRC | 22:02 | |
aps | CarlFK: room338 frozen? | 22:05 |
CarlFK | shouldn't be | 22:08 |
CarlFK | is the tunnel up so you can ssh into cnt3? | 22:09 |
aps | don't know | 22:13 |
aps | gimme your ip | 22:13 |
CarlFK | what IP? | 22:15 |
aps | public ip so I can ssh to cnt3 | 22:16 |
CarlFK | that's not in my notes | 22:18 |
aps | how did Tim shhed? | 22:18 |
aps | or just run watchdog, that should be in your notes | 22:19 |
CarlFK | juser@cnt3:~$ while true; do python watchdog_wrapper.py -m user:flumotion@localhost; sleep 30; done | 22:20 |
CarlFK | what dir is that in? | 22:20 |
aps | streaming-system/tools/watchdog | 22:20 |
aps | btw like Tim told me few days back, you just pasted a user/pass in logged channel | 22:20 |
CarlFK | I did? | 22:23 |
aps | yes | 22:23 |
CarlFK | Watchdog must be run as root so it can restart flumotion. | 22:24 |
CarlFK | rawr. | 22:24 |
aps | yes | 22:24 |
aps | puto sudo before python | 22:24 |
CarlFK | any idea what user/pw I posted about what? | 22:25 |
aps | nevermind, watchdog working? | 22:25 |
CarlFK | all say happy | 22:26 |
aps | huh.. this is room 338 right? if yes, restart flumotion manually | 22:26 |
aps | and I'm pretty sure you gave your IP to Tim yesterday | 22:28 |
aps | CarlFK: 338 down again? | 22:39 |
CarlFK | 338 was "please don't stream" till just now. so it shoudl be up now | 22:40 |
aps | frozen | 22:40 |
aps | fine now | 22:40 |
aps | but camera pointing to empty podium or its frozen | 22:41 |
aps | ok fine now | 22:41 |
CarlFK | cool | 22:41 |
aps | mithro: Need help with preview server whenever you are awake! | 22:47 |
*** rohitksingh1 has quit IRC | 23:40 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!