Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| events:fusion18:tally [2018/06/27 17:06] – frau_lutzn | events:fusion18:tally [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Fusion 2018 - tallycoms | + | #### Fusion 2018 - tallycoms |
| At [[events: | At [[events: | ||
| - | === Status | + | ### Status |
| ^ device | ^ device | ||
| | tallycom2-1 | | tallycom2-1 | ||
| - | | tallycom3-2 | + | | tallycom3-2 |
| - | Getting voctolight on both tallycoms to (manually) work took unnecessarily much time. It boils down to being new to the matter, wrong labels, wrong config and different | + | Getting voctolight on both tallycoms to (manually) work took unnecessarily much time. It boils down to being new to the matter, wrong labels, wrong config and different |
| - | === Step for step rebuild | + | ### Step for step rebuild |
| - | This section describes how to (re-)setup a tallycom from scratch, that should enable a VOC rookie with a linux laptop to go right ahead. | + | This section describes how to (re-)setup a tallycom from scratch, that should enable a VOC rookie with a linux laptop to go right ahead. |
| - | == 1. Prerequisites | + | ## 1. Prerequisites |
| - Ensure that you have access to this wiki. If you haven' | - Ensure that you have access to this wiki. If you haven' | ||
| - | - If DHCP doesn' | + | - If DHCP doesn' |
| IP: 10.73.100.X | IP: 10.73.100.X | ||
| SNM: 255.255.0.0 | SNM: 255.255.0.0 | ||
| Line 24: | Line 24: | ||
| </ | </ | ||
| - | == 2. Flash latest Raspberry lite == | + | ## 2. Flash latest Raspberry lite |
| - Download + unzip the latest Raspbian lite - [[https:// | - Download + unzip the latest Raspbian lite - [[https:// | ||
| user@laptop$ cd ~/Downloads | user@laptop$ cd ~/Downloads | ||
| Line 34: | Line 34: | ||
| </ | </ | ||
| - | == 3. Setup ansible + VOC cm repo == | + | ## 3. Setup ansible + VOC cm repo |
| - Install ansible and git < | - Install ansible and git < | ||
| user@laptop$ sudo {dnf, | user@laptop$ sudo {dnf, | ||
| Line 46: | Line 46: | ||
| </ | </ | ||
| - | == 4. Run ansible | + | ## 4. Run ansible |
| - Get acquainted with the VOC [[: | - Get acquainted with the VOC [[: | ||
| - Checkout the feature/ | - Checkout the feature/ | ||
| Line 52: | Line 52: | ||
| user@laptop$ git checkout feature/ | user@laptop$ git checkout feature/ | ||
| </ | </ | ||
| - | - Check if the event inventory contains correct IP/hostname mappings | + | - Check if the event inventory |
| user@laptop$ egrep ' | user@laptop$ egrep ' | ||
| [tally-pis] | [tally-pis] | ||
| Line 64: | Line 64: | ||
| #10.73.3.15 cam=cam1 encoder=encoder3.lan.c3voc.de | #10.73.3.15 cam=cam1 encoder=encoder3.lan.c3voc.de | ||
| </ | </ | ||
| - | - Check/ | + | - Check/ |
| user@laptop$ cat ~/ | user@laptop$ cat ~/ | ||
| --- | --- | ||
| Line 82: | Line 82: | ||
| </ | </ | ||
| - | === Sources/ | + | ### Conclusion |
| + | The tallycoms were in an undefined state. They should either be checked prior to sending them out to the next event or a solution should be provided to quickly reset them at the event. One solution could be to have (pre-baked) working images per device (on e.g. the local encoder), which just need to be flashed to a microSD card, stuck back into the tallycom and $profit. If pre-baked images seem overkill, the process of flashing them with a base OS and running ansible against them should be made more straight forward/ | ||
| + | |||
| + | ### Sources/ | ||
| * [[projects: | * [[projects: | ||
| * [[: | * [[: | ||
| * [[events: | * [[events: | ||
| * [[https:// | * [[https:// | ||