Monday, 2017-06-12

*** tpb has joined #timvideos00:00
mithropaddatrapper: check the pull request on my fz2lib repo00:31
mithroThere should be one from miselin00:32
*** CarlFK has quit IRC01:48
*** CarlFK has joined #timvideos01:53
*** ChanServ sets mode: +v CarlFK01:53
xfxfCarlFK: you around?01:53
CarlFKxfxf: yep01:56
CarlFKcomcast cable modem has been going in and out for the last few weeks.  much more out in the last few days01:57
CarlFKso I may go poof without notice01:57
xfxfmy cable has been doing the same :P01:59
xfxfwas going to ask as to the state of the curren ansible repo for deploying our video machines - i know you've been deploying a lot to it lately01:59
xfxfand do you ever run it on a fresh ubuntu LTS installation versus using the pxe installer?02:00
xfxfhave a box i want to load up with some stuff at the moment, but it's remote to me02:00
CarlFKtumbleweed: ^^^02:01
CarlFKxfxf: it is broken into 3 or 4 parts, waiting on tumbleweed to review and figure out if it can all go into the debian repo02:02
CarlFKxfxf: what do you want on the box?02:02
xfxfall of the usual stuff - the systemd stuff, vocto, encoding bits and pieces, etc02:04
CarlFKok mr client ;)02:06
CarlFKI am guessing you don't want dhcp/nfs/gateway stuff02:07
CarlFKDo you want to boot a usb stick or pxe ?02:13
xfxfno, this is a remote machine02:18
xfxfubuntu already installed02:18
xfxfi'm assuming i can do an ansible thing and get it to deploy02:18
xfxfor does it assume debian-installer already has shoved packages on?02:19
xfxfi assumed ansible would do all of that02:19
xfxf(so it's portable)02:19
CarlFKthat should work too.  it is how I tested at first, then rolled it into the installer02:20
xfxfso what should i be doing?02:25
xfxfand the changes you're making to the debian installer side of thigns, is there a repo for that?02:26
xfxfi feel like i'm only looking at part of what's needed02:26
*** CarlFK has quit IRC02:31
xfxfbah, the pxe installer is broken now too02:35
*** CarlFK has joined #timvideos02:51
*** ChanServ sets mode: +v CarlFK02:51
CarlFKxfxf: https://github.com/CarlFK/video-stack-deploy/02:55
tpbTitle: GitHub - CarlFK/video-stack-deploy (at github.com)02:55
CarlFKhttps://github.com/CarlFK/video-stack-deploy/blob/usbstick/scripts/lc/late_command.sh02:59
tpbTitle: video-stack-deploy/late_command.sh at usbstick · CarlFK/video-stack-deploy · GitHub (at github.com)02:59
CarlFKhttps://github.com/xfxf/av-foss-stack/blob/master/inventory/hosts03:02
tpbTitle: av-foss-stack/hosts at master · xfxf/av-foss-stack · GitHub (at github.com)03:02
CarlFKxfxf: when do you need to config your box?03:03
xfxfi'm already through part of it03:04
xfxfthe ansible stuff makes assumptions about a local server though and it looks like you've hard coded some stuff for a recent event you did?03:04
xfxfit's kinda super broken03:04
xfxfstuck here right now:03:04
xfxfhttps://www.irccloud.com/pastebin/N1kx2Ft7/03:04
tpbTitle: Snippet | IRCCloud (at www.irccloud.com)03:04
CarlFKwhat version of ubuntu?03:06
xfxfrecent LTS03:06
xfxfxenial03:06
CarlFKi have seen that before.03:08
xfxfalso03:08
xfxfhttps://github.com/xfxf/av-foss-stack/commit/6f25c6e41b3fbe62c412cec278a7ffe3b6959cb0#diff-7a1eabc3deb7fd02ceb1e16eafc4107303:08
tpbTitle: move late_command.sh to tftp setup · xfxf/av-foss-stack@6f25c6e · GitHub (at github.com)03:08
xfxfwhere did that stuff go03:08
xfxfi ended up just running it by hand03:08
CarlFKscroll up ;)03:09
CarlFKyour stuff is way out of date03:10
CarlFKthe only thing in that repo I am using is inventory/hosts03:11
xfxfokay, so use yours?03:12
CarlFKyes03:12
CarlFKbut you will need to use the veyepar branch to install veyepar03:12
xfxfhttps://www.irccloud.com/pastebin/A0k8qTs1/03:13
tpbTitle: Snippet | IRCCloud (at www.irccloud.com)03:13
xfxfi think it's a bit broken :/03:13
CarlFKim guessing you left something set to debian, but you are installing onto ubuntu03:14
xfxfugh03:14
xfxfokay03:14
xfxfyour scripts say to pxe install03:14
xfxfi can't do that03:14
xfxfwhat do i run?03:14
xfxfsetup_ansible.sh doesn't even reference that repo so obv not that03:15
CarlFKhttps://github.com/xfxf/av-foss-stack/blob/master/inventory/group_vars/all.yml03:18
tpbTitle: av-foss-stack/all.yml at master · xfxf/av-foss-stack · GitHub (at github.com)03:18
xfxfi do what with that?03:19
CarlFKset the values you want03:19
CarlFKdistro: Ubuntu03:20
xfxfyou've completely lost me03:20
xfxfthis is the old repo03:20
xfxfthe repo you pasted me03:20
xfxfhow do i kick off using that one?03:20
CarlFKhttps://github.com/CarlFK/video-stack-deploy/blob/usbstick/scripts/lc/late_command.sh03:20
tpbTitle: video-stack-deploy/late_command.sh at usbstick · CarlFK/video-stack-deploy · GitHub (at github.com)03:20
xfxfright, ta03:21
xfxfwait03:21
xfxfyours makes a reference to mine03:21
xfxfbut yours looks like it's debconf-ansible?03:21
xfxfwhy is mine old then?03:22
xfxfyours relies on mine03:22
xfxfwell' mine', its yours, but on my github acct03:22
*** Ishan_Bansal has joined #timvideos03:22
CarlFK(10:10:39 PM) CarlFK: the only thing in that repo I am using is inventory/hosts03:22
CarlFKor inventory/* I gues03:22
xfxfright03:23
xfxfkicking off something03:23
xfxffingers crossed03:23
xfxfta03:23
CarlFKagain -  you need to use different branches for different parts03:23
CarlFKif you try to do both vocto and veyepar in the same run, I have no idea what you will get03:24
xfxfthis seems confusing, surely given ansible logic i give my machine a hostname that matches the roles i want, then it does its stuff?03:24
xfxfalso it failed03:24
xfxfhttps://www.irccloud.com/pastebin/XELzTsN0/03:25
tpbTitle: Snippet | IRCCloud (at www.irccloud.com)03:25
xfxfactually that looks like a network issue03:25
CarlFKxfxf: it is broken into 3 or 4 parts, waiting on tumbleweed to review and figure out if it can all go into the debian repo03:25
xfxfokay, so need more info about that then, as it's not immediately obvious how i should call/use those parts, or even what those parts are03:26
CarlFKyou are catching on03:26
CarlFKxfxf: when do you need to config your box?03:26
xfxfright now03:27
xfxfi didn't ask as i assumed being ansible it'd just work03:27
xfxfobv not :P03:27
CarlFKyou are kinda new at this computer stuff03:28
xfxfits doing more stuff now03:28
*** sb0 has quit IRC03:32
Ishan_Bansalmithro : ping03:54
mithroIshan_Bansal: I won't be around for another 3-4 hours03:55
Ishan_Bansalmithro : ok, no problem03:57
xfxfhttps://www.irccloud.com/pastebin/OYqThLF7/04:10
tpbTitle: Snippet | IRCCloud (at www.irccloud.com)04:10
xfxfCarlFK: looks like there's a dependency problem here with one of the ppa packages?  seen this?04:10
CarlFKxfxf: [u'ffmpeg', u'gstreamer1.0-plugins-bad', u'gstreamer1.0-plugins-base', u'gstreamer1.0-plugins-good', u'gstreamer1.0-plugins-ugly', u'gstreamer1.0-tools', u'gstreamer1.0-x', u'mplayer', u'totem', u'vlc', u'mediainfo', u'v4l-utils']04:20
CarlFKit is trying to install those - I don't think any of that comes from a ppa04:20
*** rohitksingh_work has joined #timvideos04:20
xfxfoh christ, it overwrote /etc/apt/sources.list with debian stuff04:21
xfxfhow did anything work04:21
xfxfi think it hosed the system. sigh04:21
CarlFKif you just need 1 box, I would try the usb stick04:48
xfxfmachine is remote04:49
CarlFKwho is going to operate it?04:50
xfxfme, just not now04:50
xfxflong story04:50
CarlFKuse the usb installer to get the 'base' setup, then your laptop to do the rest04:54
CarlFKtest that on a local box so that when you show up you can setup the box04:54
xfxfhow does one make the usb installer?04:57
CarlFKhttps://github.com/CarlFK/video-stack-deploy/blob/usbstick/scripts/mk_usb_installer.sh04:58
tpbTitle: video-stack-deploy/mk_usb_installer.sh at usbstick · CarlFK/video-stack-deploy · GitHub (at github.com)04:58
CarlFKread the comments  - set the stuff to what you need, like # suite=xenial05:00
CarlFK# preseed="file=preseed.cfg" - that will use the file on the usb stick, but the tail of that will still be wget http://...late_command.sh05:04
CarlFKso either have your laptop on the lan to host the files, or hack things up so that everything is on the usb stick05:04
xfxfta05:16
*** CarlFK has quit IRC05:28
*** CarlFK has joined #timvideos05:46
*** ChanServ sets mode: +v CarlFK05:46
CarlFKim off for the night - back in 7 hours06:16
*** Ishan_Bansal has quit IRC07:52
*** sb0 has joined #timvideos08:59
*** CarlFK has quit IRC10:23
*** rohitksingh_wor1 has joined #timvideos10:26
*** rohitksingh_work has quit IRC10:28
*** sb0 has quit IRC11:25
*** CarlFK has joined #timvideos11:40
*** ChanServ sets mode: +v CarlFK11:40
CarlFKxfxf: im up11:47
*** sb0 has joined #timvideos11:55
*** CarlFK has quit IRC12:28
*** rohitksingh_wor1 has quit IRC12:33
*** CarlFK has joined #timvideos12:38
*** ChanServ sets mode: +v CarlFK12:38
*** rohitksingh has joined #timvideos13:20
*** CarlFK has quit IRC17:26
*** tpb has joined #timvideos17:51
*** rohitksingh has quit IRC18:13
*** CarlFK has joined #timvideos19:55
*** ChanServ sets mode: +v CarlFK19:55
*** CarlFK has quit IRC22:32
*** CarlFK has joined #timvideos23:28
*** ChanServ sets mode: +v CarlFK23:28

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