*** rajm has joined #cip | 08:14 | |
*** rajm has quit IRC | 08:23 | |
*** rajm has joined #cip | 08:23 | |
*** toscalix has joined #cip | 08:46 | |
toscalix | good morning | 08:50 |
---|---|---|
rajm | morning! | 08:51 |
*** kristerman has joined #cip | 09:42 | |
rajm | Not managing to get our health check on qemu to run - download of stretch keeps timing out | 09:50 |
kristerman | try increasing the timeout in yaml | 09:51 |
* rajm takes a look - it's just v slow | 09:54 | |
kristerman | I think I had the same problem, and managed to complete when I increased the timeouts | 09:54 |
rajm | thanks! | 09:55 |
kristerman | yw | 09:56 |
toscalix | if that is the issue, please document it | 09:57 |
rajm | I'll check it finishes first - and add a comment to the test (assuming people read it...) | 09:59 |
toscalix | comments to the tests....they will be read | 10:05 |
* rajm adds issue to make sure it happens (and gets logged as an action) | 10:06 | |
toscalix | added metadata to the issue | 10:10 |
toscalix | rajm: can you confirm that LAVA is AGPLv3? | 10:55 |
rajm | will look! | 10:58 |
CTtpollard | it is | 10:59 |
* CTtpollard remembers from Fosdem | 10:59 | |
toscalix | can we check the code? | 10:59 |
toscalix | so to make sure before writing about it | 11:00 |
toscalix | in our wiki | 11:00 |
rajm | ok | 11:00 |
CTtpollard | https://git.linaro.org/lava/lava-server.git/tree/COPYING.AGPL-3 | 11:01 |
rajm | ty! | 11:01 |
CTtpollard | Although I guess it depends what parts you're talking about maybe? | 11:01 |
toscalix | that is great thanks | 11:02 |
CTtpollard | the dispatcher just has a generic GNU GPL text | 11:02 |
toscalix | kernelci backend is AGPLv3 also but I cannot find the frontend https://github.com/kernelci/kernelci-frontend | 11:05 |
CTtpollard | https://github.com/kernelci/ | 11:07 |
CTtpollard | it has no licence file in the repo for the frontend | 11:07 |
CTtpollard | eek | 11:07 |
toscalix | Gwaihir: what is the license of the kernelci frontend? | 11:08 |
*** toscalix has quit IRC | 11:31 | |
ironfoot | some of the files in the forntend repo are licensed as AGPLv3 | 11:31 |
rajm | there's an AGPLv3 header in the kernelci-frontend python files but it needs a separate file.. | 11:31 |
ironfoot | (haven't checked them all, though) | 11:31 |
rajm | snap! | 11:32 |
*** toscalix has joined #cip | 12:01 | |
Gwaihir | toscalix, as rajm said, it's AGPLv3 (although not set in stone) | 13:33 |
toscalix | thanks | 13:38 |
toscalix | rajm: so the tests run? | 14:19 |
*** bwh_ is now known as bwh | 14:23 | |
toscalix | bwh: at the office? | 14:24 |
rajm | yes the tests run - they don't all work because the commands they run are not all installed (at least on the bbb) | 14:24 |
bwh | toscalix: Yes I am | 14:24 |
toscalix | bwh: can you sync with rajm? | 14:25 |
bwh | yes | 14:25 |
toscalix | great | 14:26 |
rajm | bwh a meeting room? 3pm? | 14:26 |
bwh | OK | 14:27 |
rajm | done | 14:28 |
toscalix | About the license https://gitlab.com/cip-project/testing/issues/48 | 14:33 |
toscalix | so we follow the same license that LAVA and kernelci have | 14:34 |
toscalix | AGPLv3 | 14:34 |
toscalix | we will think about the tests later on | 14:35 |
toscalix | rajm: https://gitlab.com/cip-project/testing/issues/46 needs your magic touch | 14:46 |
toscalix | not urgent | 14:46 |
rajm | in terms of cleaning up the text .. reads in the 10 mins before the meeting | 14:48 |
toscalix | feel free to edit it | 14:49 |
rajm | looked fairly good, thought about changing the initial 'Once the VM' to 'Now that the VM' but that's probably post release | 14:52 |
toscalix | good point | 14:55 |
toscalix | I will make a note on the release ticket | 14:55 |
*** rajm has quit IRC | 15:05 | |
toscalix | noted here https://gitlab.com/cip-project/testing/issues/39 | 15:06 |
*** rajm has joined #cip | 15:16 | |
rajm | I made another minor change but maybe that was too late | 15:21 |
toscalix | yes, now it needs to be done in the wiki | 15:23 |
* rajm rattles the cage bars | 15:27 | |
bwh | rajm: Looks like the USB passthrough config needs to be a bit smarter: https://github.com/mitchellh/vagrant/issues/5774 | 15:28 |
bwh | I checked the VirtualBox config here and there are indeed multiple copies of the USB filter rule | 15:29 |
rajm | ok - I'll open a ticket for this | 15:31 |
bwh | I'm completely failing to pass through this USB serial device | 15:42 |
bwh | Changed the Vagrantfile to specify its IDs, unbound the driver on the host, but it's not showing up in the guest | 15:42 |
bwh | $ VBoxManage controlvm board-at-desk-single-dev_default_1489084147046_60964 usbattach d0d0b51c-eeb3-4b36-a46a-a4320fda82d0 | 15:48 |
bwh | VBoxManage: error: The virtual machine does not have a USB controller | 15:48 |
bwh | Well that's... er... why not? | 15:49 |
kristerman | We haven't forwarded any serial connections to VM, the only to way to detect connected devices is via telnet and ser2net | 15:50 |
rajm | so this is due to my USB device being different to yours but then why does my vagrant package work for donbrown | 15:51 |
bwh | So that rule in Vagrantfile isn't intended to be used? | 15:51 |
rajm | and I ran my BBB with tom's usb <-> ftdi cable and with ben dook's and both worked | 15:53 |
bwh | rajm: So far as I can see, either USB devices never get passed through or they do get passed through in some cases due to the default config for the virtual hardware changing between Vagrant or VBox versions | 15:53 |
rajm | bwh need to check with donbrown why those lines were added, I'll ask tomorrow | 15:53 |
bwh | kristerman: Are you saying that you don't expect the USB filter in Vagrantfile to do anything? | 15:53 |
bwh | and actually the guest will connect to a ser2net server on the host instead? | 15:54 |
kristerman | bwh, at least when I was working on the project, I am pretty sure that was the case, the guest sees the device only via ser2net (tcp to serial port) | 16:13 |
bwh | kristerman: Thanks | 16:13 |
bwh | rajm: Can you check that in your working VM? | 16:14 |
rajm | ok - just booting my vm | 16:15 |
kristerman | np | 16:15 |
rajm | nothing usb'ish in dmesg, anywhere else I should look? | 16:22 |
bwh | ls /sys/bus/usb | 16:22 |
rajm | not present | 16:22 |
bwh | OK, then let's delete the usbfilter thing as a distraction :-) | 16:22 |
rajm | a bit of gordian knot cutting ;-) | 16:24 |
*** toscalix has quit IRC | 16:26 | |
rajm | ..and decides not to submit the ticket I'd nearly created! | 16:27 |
bwh | rajm: Does your laptop happen to have the IP address 10.24.3.106? | 16:27 |
rajm | it does, that's the address in mybbb.dat? | 16:28 |
bwh | OK, because my VM connected to ser2net there :-/ I'll sort that out | 16:29 |
kristerman | ok, so if you change the IP to your host's on this file and then | 16:30 |
kristerman | sudo lava-server manage device-dictionary --hostname bbb01 --import mybbb.dat | 16:30 |
kristerman | to update | 16:31 |
kristerman | It should connect to your host | 16:31 |
bwh | yes I see that | 16:31 |
rajm | there's a note in the appropriate ticket about that change | 16:31 |
bwh | Oops I shouldn't have deleted it | 16:33 |
bwh | So 'lava-server manage device-dictionary' silently does nothing if the host doesn't exist | 16:33 |
rajm | the .dat file or the ticket? | 16:33 |
bwh | the device | 16:33 |
bwh | I'll start again | 16:34 |
rajm | ok, it's only look for the host once the test happens | 16:35 |
bwh | rajm: Yeah but I deleted the device config entirely, thus it could not possibly set the device dictionary | 16:36 |
rajm | ah ok | 16:37 |
*** rajm has quit IRC | 16:46 | |
bwh | Oh yay my host crashed while a test was running and now LAVA complains about a null character in the job output :-/ | 17:31 |
*** CTtpollard has quit IRC | 18:08 | |
*** kristerman has quit IRC | 18:09 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!