Friday, 2015-02-20

*** tpb has joined #timvideos00:00
*** jck has joined #timvideos00:23
cfeltonCarlFK: not sure I understand?  Are you saying #openhatch has general git advise?00:36
shenkimithro: you should ask digilent to release the atlys design01:27
mithrocfelton: you still around? I can walk you through git stuff01:35
*** Niharika|mobile has joined #timvideos02:10
*** Niharika has joined #timvideos02:23
mithroMaZderMind: i assume you are asleep02:29
mithroMaZderMind: ping me when you are around02:29
mithroaps: ping?02:30
*** Joelw has quit IRC02:32
*** Joelw has joined #timvideos02:32
mithroshenki: ping?02:36
mithrocfelton: #openhatch is a community dedicated to helping people contribute to open source02:36
mithroaps: it looks like the "best" way to run ansible is via "Ansible Tower" which isn't open source or free? :(02:37
apsmithro: Tower is just a UI/dashboard02:42
mithroaps: I'm just about to set up that vpn server you requested02:46
mithroaps: is there a preferred VPN system which will punch through the restrictions you have?02:46
apsmithro: Thanks. It should preferably work through port 22. Other ports are probably closed. And nice to have good bandwidth :)02:48
mithroaps: so, we can do openvpn, httptunnel, ssh....02:48
mithroopenvpn is probably easier / more secure - but more likely to be blocked02:48
mithrohttp(s)tunnel will get through pretty much anything but is more of a pain02:49
apsmithro: openvpn free hosts are available many a times but it gets blocked pretty soon02:49
shenkimithro: pong02:52
mithroshenki: I assume you didn't end up committing and pushing what you've got done so far? :P02:52
shenkimithro: nah, i didn't even sit down and look at it yet02:52
mithroshenki: If you can just do a temp commit / push then I can peek at your stuff and see if there is anything worth starting from :)02:53
mithroaps: would you be vpning from windows or Linux?02:54
apsmithro: I generally keep switching, but I need it mainly from Linux02:55
shenkimithro: okay. which bits are you thinking about?02:58
mithroshenki: anything you have :)02:58
shenkimithro: i think everything i wrote is on github02:58
shenkii tend to push wip stuff to branches02:58
mithroshenki: oh okay, I thought you said you had uncommitted / unpushed stuff02:58
shenkimithro: hrm. if i said that it might be true02:59
mithroshenki: and why ya creating irons :P03:00
shenkimithro: hrm?03:00
shenkimithro: ah. i vaguely remember that. that's the name we gave to the rackspace machine i think?03:02
shenkimithro: you did that with me iirc03:02
mithroshenki: any idea what it was for?03:03
shenkimithro: i think we were going to do the fpga stuff on there?03:03
shenkimithro: as far as im concerned you can remove it03:03
shenkimithro: i haven't told you that there's a machine called rosa on underwood03:03
shenkimithro: it's a v6 only guest that ive been using to build stuff03:03
mithroshenki: what is that for?03:03
shenkimithro: running ubuntu latest03:04
shenkiif you want me to move it i can03:04
shenkii just wanted a well connected machine03:04
mithroshenki: nah, its fine03:05
mithroaps: so where does "saltstack" fit in the whole ansible / puppet / chef area?03:17
apsmithro: saltstack is s similar alternative to ansible03:17
mithroaps: how do you think it compares in popularity?03:17
mithroaps: salt is python right?03:18
apsmithro: yes, python03:18
apsboth ansible and salt are new03:18
apsmithro: http://www.scriptrock.com/articles/ansible-vs-salt03:19
tpbTitle: Ansible vs. Salt (at www.scriptrock.com)03:19
apsmithro: btw if you can provide an ssh tunnel (reverse tunnel, I guess?), that'd be best on my network03:22
mithroaps: your preference is still chef right?03:22
apsmithro: no, ansible :)03:22
mithroaps: ansible's reliance on ssh access seems a bit bad03:23
apsmithro: but we need to open specific ports for chef clients to communicate with master as well03:24
mithroaps: the design of all these tools suck :P03:24
apsmithro: Actually, go through this as well if you have time. http://www.scriptrock.com/articles/ansible-vs-chef03:24
tpbTitle: Ansible vs Chef (at www.scriptrock.com)03:24
mithroaps: that review is super bad, anyone who thinks that ansible "just sshing into the machines" is a good design is clearly not a devop03:27
apsoh03:28
mithroaps: it's really tempting design, because that's how you do things the old way right? a sys admin sshes into a machine and then types some commands03:29
mithroaps: but one of the primary points of a cfg management system is that it should be *robust*03:30
mithroaps: and running commands via ssh is not robust in terms of flaky networks, bad configurations, etc03:30
apsmithro: True. Various people have very different opinions. I see one person shifting from puppet to ansible and absolutely hates chef, another person who believes chef fixed the problems in puppet03:32
mithroaps: so far I'm liking salt from reading at the high level03:38
apsokay03:38
mithroaps: but if everyone else is using ansible, then we are still better using that03:38
mithroaps: https://missingm.co/2013/06/ansible-and-salt-a-detailed-comparison/ this review seems more reasoned03:42
tpbTitle: MissingM - Ansible and Salt: A detailed comparison (at missingm.co)03:42
apsmithro: yeah, I was going through this03:42
mithroaps: what I'm still a little confused about is how salt/ansible check "compliance"03:44
apsmithro: http://www.ansible.com/blog/ansible-and-using-automation-to-assert-it-compliance03:46
tpbTitle: Ansible and using Automation to Assert IT Compliance (at www.ansible.com)03:46
mithrosetting up a machine from scratch is the easy part, really its just a shell script03:46
apsmithro: It's still not clear from this post :/03:46
mithroaps: another main point is that I should be able to add a new user to the configuration and all the *existing* servers get the new user03:49
apsthat happens in ansible03:50
mithroaps: I like how they claim "Not only can agents not be disabled" but a simple "iptables -I INPUT --dport 22 -j DROP" will disable ansible's ability to do anything to a server03:53
mithroansible's web UI being closed source also annoys me :P03:54
apsmithro: wow, that's just the opposite of what I feel03:54
apsWhy can't the agents be disabled?03:54
mithroaps: ansible doesn't have agents, it sshs into machines03:55
mithroaps: plus when the config management system has gone mad, disabling the agent is really useful :)03:55
apsyeah, I'm aware of that. I think I didn't get the context of your statement :)03:55
*** CarlFK has joined #timvideos04:05
*** ChanServ sets mode: +v CarlFK04:05
mithroaps: so... I was thinking of going one of these config management tools a go to setup this vpn server04:07
apsmithro: okay, which tool have you decided upon? :P04:18
mithrono idea :P04:19
*** Niharika|mobile has quit IRC04:22
apsmithro: initial hard-coded ideas-selector demo - http://aps-sids.github.io/asknot/04:40
tpbTitle: What can I do for the world? (at aps-sids.github.io)04:40
mithroaps: cool!04:41
apsLike a great man always says, "Patches welcome!" :P04:41
mithroaps: got a repo?04:48
apsmithro: http://github.com/aps-sids/asknot/  branch gh-pages shows up on the above link04:49
tpbTitle: aps-sids/asknot · GitHub (at github.com)04:49
cfeltonmithro: ping05:15
mithrocfelton: pong05:15
cfeltonstill willing to walk me through the git stuff?05:16
cfeltonhold on, a little one has awoken - be back in 505:16
mithrocfelton: okay05:17
cfeltonback05:19
*** travis-ci has joined #timvideos05:19
travis-cimithro/HDMI2USB#72 (master - c67f834 : Tim Ansell): The build is still failing.05:19
travis-ciChange view : https://github.com/mithro/HDMI2USB/compare/57085783e1f6...c67f8349634705:19
travis-ciBuild details : http://travis-ci.org/mithro/HDMI2USB/builds/4719175805:19
*** travis-ci has left #timvideos05:19
mithrocfelton: okay05:22
mithrocfelton: do you understand what a "branch" is?05:22
cfeltonrecap, I have a bunch of changes on "master" that I want to move to a branch and create a new branch to do small changes (I think)05:22
mithrocfelton: yeah05:23
cfeltonbest I can tell, I have the hash where I need to go back to05:23
mithrocfelton: so a couple of concepts - every commit in git is referenced by a sha1 hash05:25
mithrocfelton: a branch is just a set of commits05:25
mithrocfelton: you can use either git checkout or git branch commands to create new branches05:25
mithrocfelton: checkout is how you switch your current working directory between branches05:26
cfeltonmithro: ok05:27
cfeltonmithro: checkout move between branches and commits?05:27
cfeltoni.e. backup in time05:27
mithrocfelton: you can checkout to a commit directory, but generally you checkout to a branch05:27
mithrocfelton: first thing you probably want to do, is push any changes you have locally to github05:29
mithrocfelton: that way you have a backup copy somewhere if things go really wrong :)05:30
cfeltongood to go, git status indicates no local changes05:30
mithrocfelton: github is showing that your last commit was from the 14th November?05:31
mithrosorry, 3rd November05:31
cfeltonthat is probably correct, I think I have a bunch of new files05:31
cfeltonmight take a while to figure out all the files to add05:32
cfeltonyes, I did a bunch in Oct/Nov but not much since05:32
mithrocan you pastebin the output of "git status" ?05:32
cfeltonhttps://gist.github.com/cfelton/9a0b318cf38288c0a1cc05:35
tpbTitle: git_status_19Feb2015.txt (at gist.github.com)05:35
mithrocfelton: so, you probably want to commit those untracked files, even if only temporarily05:36
cfeltonall of them?  what is the quickest way?  git add * ?05:36
cfeltonok, pushed05:39
mithroso whats git status show now?05:41
cfelton# On branch master05:44
cfeltonmothing to commit, working directory clean05:44
mithrogreat!05:46
mithroare you on linux?05:46
cfeltonyes05:47
*** 7JTACBT4Q has quit IRC05:48
mithrookay, so I recommend installing gitk05:49
*** scrollback3 has joined #timvideos05:50
mithrogitk gives you a nice visual interface which will make this easier to understand what is going on05:51
cfeltoninstalling05:51
cfeltonok05:51
mithrocfelton: if you start up gitk in your git directory with a "gitk --all" you should get a picture like this ->05:53
mithrohttp://scie.nti.st/images/gitk.jpg05:53
cfeltonmore or less, yup05:54
mithrookay05:54
mithroeach line is a commit05:54
mithroand the green things are branches05:55
mithrocfelton: so the first thing we are going to do is create a new branch at the original point you started making changes at05:55
cfeltonok, have it highlighted05:56
mithroIs it this one -> https://github.com/cfelton/HDMI2USB/commit/f6a4b247904e88fb43a1a6c22d4b7b2d80a85e23 ?05:57
tpbTitle: Merge pull request #94 from shenki/cfelton-fixes · f6a4b24 · cfelton/HDMI2USB · GitHub (at github.com)05:57
cfeltonyup05:57
mithrogreat!05:57
mithroso rightclick on the commit and select the "create branch" option05:57
cfeltonthe branch I am creating is the small changes branch or where all the master stuff will go?05:58
mithrowhere your small changes will go05:59
cfeltonok, created05:59
mithrookay, now right click on the new green label and select "checkout" which will switch you to using that branch05:59
cfeltonok06:00
mithroso, now you'll want to "cherry-pick" you changes onto this branch06:01
mithroyou can do that by right clicking on the commit06:02
cfeltonI dont' think I want anything from the master, I watned/needed a clean to make some small changes06:02
mithroand then selecting cherry-pick06:02
mithrocfelton: oh, okay06:02
mithrothen you probably want to do the following06:02
mithroclose gitk06:02
cfeltonbut I think I want to move all the master stuff to a branch?06:02
mithrocfelton: master is just another branch name, it's not really special in any way06:03
cfeltonok06:03
mithrocfelton: the upstream repo as moved forward06:03
mithrocfelton: so you probably want to base your changes off the latest changes06:04
mithroso first, add upstream as a remote with a "git remote add upstream https://github.com/timvideos/HDMI2USB.git; git fetch upstream"06:04
cfeltonjinx06:04
cfeltonok06:04
cfeltondone06:05
*** Niharika has quit IRC06:06
mithroif you start up gitk with "gitk --all" you should see now an upstream/master branch in the UI06:06
cfeltoni think so06:07
cfeltonit is ...06:07
mithrookay, you should create a new branch there06:08
cfeltonwhere?06:08
mithroat the upstream/master position06:08
mithrocheck it out06:08
cfeltonremotes/upstream/master06:08
mithrothen delete that other branch you created06:08
cfeltonok06:08
mithrocfelton: yeah06:09
cfeltonok06:09
cfeltonif I don't push my changes before more *upstream* changes occur, do I need to repeat the above (add remote, fetch, checkout)?06:10
mithrothe remote is permanently added06:11
mithroif new changes get added upstream you'll have to fetch06:11
mithroand then either do a merge or rebase06:11
cfeltonok06:11
cfeltonTHANKS!06:11
cfeltonI should be good for now06:11
mithroyou'll want to push your vranch to github with "git push origin <branchname>"06:12
mithrobblr06:40
*** techdragon has quit IRC07:16
*** techdragon has joined #timvideos07:18
*** slomo has joined #timvideos08:12
*** abhinav95 has joined #timvideos09:29
*** scrollback3 has quit IRC10:07
*** f15h has joined #timvideos10:16
MaZderMindmithro: ping10:43
*** hyades_ has joined #timvideos11:02
*** aps has quit IRC11:04
*** hyades has quit IRC11:04
*** hyades_ is now known as hyades11:04
MaZderMindam ansible is not just 'running command via ssh' but transferring control logic including parts to rollback incomplete changes via sftp to the machine and then invokes them there. ssh just happens to be the widest deployed communication channel for servers11:06
*** aps has joined #timvideos11:07
*** hyades_ has joined #timvideos11:09
*** f15h has quit IRC11:12
*** abhinav95 has quit IRC12:02
*** sirnam has joined #timvideos12:18
*** f15h has joined #timvideos12:26
*** f15h has quit IRC13:11
*** abhinav95 has joined #timvideos14:08
*** CARAM__ has quit IRC14:12
*** Niharika has joined #timvideos14:14
*** CARAM__ has joined #timvideos14:28
*** sirnam has quit IRC15:40
*** hyades has quit IRC16:00
*** CARAM__ has quit IRC16:00
*** abhinav95 has quit IRC16:12
*** hyades has joined #timvideos16:21
*** CARAM__ has joined #timvideos16:30
*** scrollback3 has joined #timvideos16:50
*** fumblehool has joined #timvideos16:51
*** Nooob has joined #timvideos17:21
*** wanig has quit IRC18:02
*** hyades has quit IRC18:30
*** Nooob has quit IRC18:49
*** MaZderMind has quit IRC18:55
*** fumblehool has quit IRC18:58
*** f15h has joined #timvideos19:01
*** f15h has quit IRC19:04
*** Niharika has quit IRC19:22
*** Nooob has joined #timvideos19:32
*** Nooob has quit IRC19:53
*** f15h has joined #timvideos20:21
*** MaZderMind has joined #timvideos20:34
*** sirnam has joined #timvideos20:35
*** sirnam has quit IRC22:05
*** sirnam has joined #timvideos22:39
*** sirnam has quit IRC22:55

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