IRC logs for #cip for Tuesday, 2017-03-21

*** rajm has joined #cip08:14
*** rajm has quit IRC08:23
*** rajm has joined #cip08:23
*** toscalix has joined #cip08:46
toscalixgood morning08:50
rajmmorning!08:51
*** kristerman has joined #cip09:42
rajmNot managing to get our health check on qemu to run - download of stretch keeps timing out09:50
kristermantry increasing the timeout in yaml09:51
* rajm takes a look - it's just v slow09:54
kristermanI think I had the same problem, and managed to complete when I increased the timeouts09:54
rajmthanks!09:55
kristermanyw09:56
toscalixif that is the issue, please document it09:57
rajmI'll check it finishes first - and add a comment to the test (assuming people read it...)09:59
toscalixcomments to the tests....they will be read10:05
* rajm adds issue to make sure it happens (and gets logged as an action)10:06
toscalixadded metadata to the issue10:10
toscalixrajm: can you confirm that LAVA is AGPLv3?10:55
rajmwill look!10:58
CTtpollardit is10:59
* CTtpollard remembers from Fosdem10:59
toscalixcan we check the code?10:59
toscalixso to make sure before writing about it11:00
toscalixin our wiki11:00
rajmok11:00
CTtpollardhttps://git.linaro.org/lava/lava-server.git/tree/COPYING.AGPL-311:01
rajmty!11:01
CTtpollardAlthough I guess it depends what parts you're talking about maybe?11:01
toscalixthat is great thanks11:02
CTtpollardthe dispatcher just has a generic GNU GPL text11:02
toscalixkernelci backend is AGPLv3 also but I cannot find the frontend https://github.com/kernelci/kernelci-frontend11:05
CTtpollardhttps://github.com/kernelci/11:07
CTtpollardit has no licence file in the repo for the frontend11:07
CTtpollardeek11:07
toscalixGwaihir: what is the license of the kernelci frontend?11:08
*** toscalix has quit IRC11:31
ironfootsome of the files in the forntend repo are licensed as AGPLv311:31
rajmthere'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
rajmsnap!11:32
*** toscalix has joined #cip12:01
Gwaihirtoscalix, as rajm said, it's AGPLv3 (although not set in stone)13:33
toscalixthanks13:38
toscalixrajm: so the tests run?14:19
*** bwh_ is now known as bwh14:23
toscalixbwh: at the office?14:24
rajmyes the tests run - they don't all work because the commands they run are not all installed (at least on the bbb)14:24
bwhtoscalix: Yes I am14:24
toscalixbwh: can you sync with rajm?14:25
bwhyes14:25
toscalixgreat14:26
rajmbwh a meeting room? 3pm?14:26
bwhOK14:27
rajmdone14:28
toscalixAbout the license https://gitlab.com/cip-project/testing/issues/4814:33
toscalixso we follow the same license that LAVA and kernelci have14:34
toscalixAGPLv314:34
toscalixwe will think about the tests later on14:35
toscalixrajm: https://gitlab.com/cip-project/testing/issues/46 needs your magic touch14:46
toscalixnot urgent14:46
rajmin terms of cleaning up the text .. reads in the 10 mins before the meeting14:48
toscalixfeel free to edit it14:49
rajmlooked fairly good, thought about changing the initial 'Once the VM' to 'Now that the VM' but that's probably post release14:52
toscalixgood point14:55
toscalixI will make a note on the release ticket14:55
*** rajm has quit IRC15:05
toscalixnoted here https://gitlab.com/cip-project/testing/issues/3915:06
*** rajm has joined #cip15:16
rajmI made another minor change but maybe that was too late15:21
toscalixyes, now it needs to be done in the wiki15:23
* rajm rattles the cage bars15:27
bwhrajm: Looks like the USB passthrough config needs to be a bit smarter: https://github.com/mitchellh/vagrant/issues/577415:28
bwhI checked the VirtualBox config here and there are indeed multiple copies of the USB filter rule15:29
rajmok - I'll open a ticket for this15:31
bwhI'm completely failing to pass through this USB serial device15:42
bwhChanged the Vagrantfile to specify its IDs, unbound the driver on the host, but it's not showing up in the guest15:42
bwh$ VBoxManage controlvm board-at-desk-single-dev_default_1489084147046_60964 usbattach d0d0b51c-eeb3-4b36-a46a-a4320fda82d015:48
bwhVBoxManage: error: The virtual machine does not have a USB controller15:48
bwhWell that's... er... why not?15:49
kristermanWe haven't forwarded any serial connections to VM, the only to way to detect connected devices is via telnet and ser2net15:50
rajmso this is due to my USB device being different to yours but then why does my vagrant package work for donbrown15:51
bwhSo that rule in Vagrantfile isn't intended to be used?15:51
rajmand I ran my BBB with tom's usb <-> ftdi cable and with ben dook's and both worked15:53
bwhrajm: 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 versions15:53
rajmbwh need to check with donbrown why those lines were added, I'll ask tomorrow15:53
bwhkristerman: Are you saying that you don't expect the USB filter in Vagrantfile to do anything?15:53
bwhand actually the guest will connect to a ser2net server on the host instead?15:54
kristermanbwh, 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
bwhkristerman: Thanks16:13
bwhrajm: Can you check that in your working VM?16:14
rajmok - just booting my vm16:15
kristermannp16:15
rajmnothing usb'ish in dmesg, anywhere else I should look?16:22
bwhls /sys/bus/usb16:22
rajmnot present16:22
bwhOK, then let's delete the usbfilter thing as a distraction :-)16:22
rajma bit of gordian knot cutting ;-)16:24
*** toscalix has quit IRC16:26
rajm..and decides not to submit the ticket I'd nearly created!16:27
bwhrajm: Does your laptop happen to have the IP address 10.24.3.106?16:27
rajmit does, that's the address in mybbb.dat?16:28
bwhOK, because my VM connected to ser2net there :-/ I'll sort that out16:29
kristermanok, so if you change the IP to your host's on this file and then16:30
kristermansudo lava-server manage device-dictionary --hostname bbb01 --import mybbb.dat16:30
kristermanto update16:31
kristermanIt should connect to your host16:31
bwhyes I see that16:31
rajmthere's a note in the appropriate ticket about that change16:31
bwhOops I shouldn't have deleted it16:33
bwhSo 'lava-server manage device-dictionary' silently does nothing  if the host doesn't exist16:33
rajmthe .dat file or the ticket?16:33
bwhthe device16:33
bwhI'll start again16:34
rajmok, it's only look for the host once the test happens16:35
bwhrajm: Yeah but I deleted the device config entirely, thus it could not possibly set the device dictionary16:36
rajmah ok16:37
*** rajm has quit IRC16:46
bwhOh 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 IRC18:08
*** kristerman has quit IRC18:09

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