#timvideos

/

      • SamSagaZ has quit
      • CarlFK joined the channel
      • SamSagaZ joined the channel
      • rohitksingh joined the channel
      • rohitksingh has quit
      • SamSagaZ has quit
      • sb0 has quit
      • sb0 joined the channel
      • cr1901_modern1 joined the channel
      • cr1901_modern has quit
      • cr1901_modern joined the channel
      • cr1901_modern1 has quit
      • mithro
        Merry Xmas everyone!
      • cr1901_modern
        Merry Christmas :D
      • cr1901_modern got some PMOD modules to play with for Christmas to go with his new MimasV2 (TM) board
      • mithro
        cr1901_modern: \o/
      • cr1901_modern: I have an adapter which goes from the Numato<->Digilent style PMOD spacing and high speed layout
      • cr1901_modern: I'll send you some when I get them made
      • cr1901_modern
        mithro: Tyvm :). I got an RGB LED module, and I got a breadboard module
      • mithro
      • tpb
        Title: PMOD Pins - Google Sheets (at docs.google.com)
      • cr1901_modern
        My plans for the breadboard module are to put an ECJ*-series chip on it and add Ethernet to MimasV2
      • _florent_: LiteEth works with the ECJ* PHYs?
      • ENC*
      • SamSagaZ joined the channel
      • CarlFK
        Merry Christmas to you too mithro and everyone else
      • mithro
      • tpb
        Title: 100BASE-T Ethernet Expansion Module (at numato.com)
      • mithro
        cr1901_modern: You could save a bunch of those pins by using RGMII rather than MII
      • SamSagaZ has quit
      • SamSagaZ joined the channel
      • tpb
        Title: OpenOCD 0.10.0-rc1 release candidate is out « Open On-Chip Debugger (at openocd.org)
      • tumbleweed
        mithro: \o/
      • mithro
        tumbleweed: Are you in Hamburg now?
      • tumbleweed
        mithro: on my way. I arrive tomorrow
      • sitting at DTW right now
      • mithro is on his overnight train from Vienna to Hamburg
      • I suspect you'll sleep a lot better than I will :P
      • mithro
        tumbleweed: I have sleeper bed :-P
      • Internet is a bit spotty as we go through tunnels though
      • tumbleweed
        those get kinda expensive on planes
      • ah, yes, that is a downside
      • mithro
        brb
      • CarlFK
        they have planes that go though tunnels?
      • tumbleweed
        it usually doesn't end well
      • thaytan has quit
      • CarlFK
        tumbleweed: I have this ton of things ... should I post this to some list or ... this: http://paste.ubuntu.com/23684139/
      • tpb
        Title: Ubuntu Pastebin (at paste.ubuntu.com)
      • CarlFK
        it is kinda 1/2 baked, but I suspect 1/2 the things have quick replies.
      • one big sweeping question I have: does it make sense to try and maintain a single playbook that can drive the 3 or 4 .... flavors? (like icecast / youtube, Debian/Ubuntu) or just cut/paste stuff back and forth
      • tumbleweed
        I think a lot of those need to be talked through
      • and many of them are one-line answers :)
      • CarlFK
        nohter one... is there something like ansible-hub that is a collection of playbooks others have used?
      • paddatrapper
        CarlFK: Ansible Galaxy
      • CarlFK
        like if I want to setup pxe installs using dnsmasq
      • tumbleweed
      • tpb
        Title: Ansible Galaxy | Find, reuse, and share the best Ansible content (at galaxy.ansible.com)
      • CarlFK runs to the google
      • CarlFK
        runs back and clcks
      • paddatrapper
        Allows you to upload and download roles
      • tumbleweed
        presumably, like every other config management system, it's full of terrible playbooks that nobody should ever use
      • tumbleweed might be a cynic
      • paddatrapper struggles to find URLs on mobile
      • that said, all software is duct tape and string
      • paddatrapper
        Look at the number of downloads, the creator, etc. There's some gold, but also some complete rubbish
      • tumbleweed
        oh, even popular stuff can be terrible
      • CarlFK
      • tpb
        Title: Ansible Galaxy | debops.dnsmasq (at galaxy.ansible.com)
      • tumbleweed
        my personal bugbear is how chef cookbooks handle package installation. It's usually fragile and terribly insecure
      • arguably that's because it's hard to do it right
      • CarlFK
        presumably, like everything on the internet :p
      • tumbleweed
        also, modular general purpose libraries are often not better than a simple re-implementation yourself
      • ansible is simple enough that for simple tasks, reimplementation doesn't seem so bad
      • CarlFK: quick thoughts from your paste
      • line 3: wasn't a requirement for debconf. So we probably want to spin up an xterm with a tail -f in it
      • there's a big overlap between debian & ubuntu, so I don't think the bits are as seperable as you are saying
      • CarlFK
        mainly what repos to add I think - like testing/ppa
      • tumbleweed
        line 31: debconf has opsis boards, so again not a requirement
      • actually you probably want production mode rather than jtag?
      • line 33: so that you can lock the screen, and keep fiddlers out
      • CarlFK
        I hardly remember the details of what board / what condidtions
      • tumbleweed
        line 39: lol ubuntu
      • CarlFK
        lol - well yeah
      • tumbleweed
        line 44: debconf usually has a full blown mirror. But yes, that packgae is never harmful, so trivial enough to add
      • 46-53: yeah, we haven't got fancy there. That's all manual
      • 56: cu is the venerable unix serial terminal emulator. It's simple and ubiquitous
      • 67: also manual. But I think debconf video team would like to avoid having room names configured anywhere if possible. If you can keep it down to integers, you may be able to get away without per-conference config
      • 70: I know, right? wtf
      • CarlFK
        lol
      • tumbleweed
        I seem to remember your config does that, too
      • CarlFK
        mine put it in dv/$room/cutlist.log
      • tumbleweed
        which is still not per-day
      • CarlFK
        dv/$room/$date/$time.ts
      • you want it per day?
      • tumbleweed
        it makes things a little easier when manually rsyncing files around
      • because you have to remember to rsync both the day and the cutlist
      • CarlFK
        I am surprised you rsync a single day
      • I think veyepar will work with it either way, and I can't think of any reason not to put it in the same dir as the .ts files
      • tumbleweed
        if you ran out of disk space, you may have deleted yesterday on the local machine
      • CarlFK
        so?
      • tumbleweed
        and you wouldn't want to accidentally delete files on the central server
      • I guess you usually aren't doing rsync --delete
      • ah, but you don't want all the junk from after the end of the day, either
      • CarlFK
        you don't? only 1/2 kidding
      • I have been trying to hard to script that stuff so I an never doing rsync. now I have like 6-30 get/grab/sync/getme/push/pull/pop.sh scripts floating around
      • tumbleweed
        yeah, we used to have a dc-move-recordings script, that was nice
      • but when everything isn't nice and package-managed / configuratino-managed, you find yourself doing a lot of ad-hoc rsyncing
      • CarlFK
        my readme says "use your file system skills." maybe I should pick one of my scripts and reference it in my docs so I will start using it all the time
      • tumbleweed
        exactly, rsync is so easy
      • CarlFK
        tumbleweed: #22/23 Where is this set? when: ansible_distribution == 'Debian'
      • I saw you added that, but not sure ... how it is used? triggered, filtered, somethinged
      • cr1901_modern
        Well, that was an interesting family visit... had a bad reaction to *something*/couldn't stop coughing/sneezing till I left. 3/10 wouldn't do again.
      • tumbleweed
        so, that task only executes on Debian
      • cr1901_modern
        mithro: Prob out of commission for tonight lol (for when you wake up)
      • CarlFK
        tumbleweed: oh, ansible_distribution is ... auto system something
      • tumbleweed
        yeah
      • CarlFK
        ah, so that handles my "tag with deb" thing, right ?
      • tumbleweed
        I guess so
      • I wasn't sure what the thing wsa
      • mithro
        paddatrapper: getting anywhere with the fx2 stuff?
      • cr1901_modern: Okay, I assume you haven't gotten any further with the SPI flash
      • cr1901_modern
        mithro: Nope :(. I'll work on it through tomorrow
      • mithro
        long tunnels.... 64 bytes from ham04s01-in-f4.1e100.net (216.58.213.228): icmp_seq=9791 ttl=49 time=308803 ms
      • tpb has quit
      • tpb joined the channel