Thursday, 2019-01-31

*** dims has quit IRC02:38
*** dims has joined #kata-dev02:55
*** igordc has quit IRC06:30
*** sameo has joined #kata-dev08:50
*** jodh has joined #kata-dev08:55
*** davidgiluk has joined #kata-dev09:09
*** gwhaley has joined #kata-dev09:27
*** gwhaley has quit IRC11:55
*** igordc has joined #kata-dev11:58
*** lpetrut has joined #kata-dev12:17
*** gwhaley has joined #kata-dev12:48
*** igordc has quit IRC13:16
*** igordc has joined #kata-dev13:18
*** devimc has joined #kata-dev13:25
*** davidgiluk has quit IRC14:17
*** davidgiluk has joined #kata-dev14:36
kata-irc-bot<xwlpt> Does anyone met this issue? https://github.com/kata-containers/kata-containers/issues/28#issuecomment-45935145614:44
*** igordc has quit IRC14:48
*** igordc has joined #kata-dev14:49
*** lpetrut has quit IRC15:27
kata-irc-bot<eric.ernst> What’s your CRI?15:50
kata-irc-bot<eric.ernst> Implementation, @xwlpt15:50
kata-irc-bot<eric.ernst> I saw this yesterday as well.15:50
kata-irc-bot<eric.ernst> It is painful.15:51
kata-irc-bot<graham.whaley> another sighting maybe reported here as well https://github.com/kata-containers/runtime/issues/120315:55
kata-irc-bot<eric.ernst> I see w and w out vsock15:55
kata-irc-bot<eric.ernst> This is in a nested vm15:55
kata-irc-bot<eric.ernst> I don’t see it when running in the L115:55
kata-irc-bot<eric.ernst> (Only test docker in L1, and k8s w containerd 1.2.2 in L2)15:56
kata-irc-bot<eric.ernst>  ..,thought it worked w crio though... will dig in this today...15:57
kata-irc-bot<eric.ernst> @james.o.hunt what distro for you?15:59
kata-irc-bot<eric.ernst> And, bare metal, or..?16:01
gwhaley@eric.ernst - I think @jodh may have to drop in a bit - on another channel he confirmed bare metal, but not what distro16:04
kata-irc-bot<james.o.hunt> baremetal 18.04 fully updated. @sebastien.boeuf, @julio.montes - what distros are you on?16:04
devimcjodh, Ubuntu 18.0416:20
*** eernst has joined #kata-dev16:21
*** devimc has quit IRC16:23
*** devimc has joined #kata-dev16:23
*** igordc has quit IRC16:24
*** eernst has quit IRC16:24
*** eernst has joined #kata-dev16:44
*** sameo has quit IRC16:54
devimcjodh, eernst ubuntu with 4.18 works17:11
devimcseem like the problem is the kernel 4.1517:12
kata-irc-bot<eric.ernst> I have it working fine on Linux version 4.15.0-1036-azure17:13
kata-irc-bot<eric.ernst> And, when I see the issue, it is irrespective of vsock.17:13
devimceernst, kata-runtime kata-env | grep -i vsock17:15
devimccan you run this command?17:15
kata-irc-bot<eric.ernst> no proxy running here.17:17
kata-irc-bot<eric.ernst> ``` /opt/kata/bin/kata-qemu kata-env | grep -i vsock   UseVSock = true   SupportVSocks = true ```17:18
kata-irc-bot<eric.ernst> ``` $ cat /proc/version Linux version 4.15.0-1036-azure (buildd@lcy01-amd64-006) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #38-Ubuntu SMP Fri Dec 7 02:47:47 UTC 2018 ```17:18
devimcuhhm ok, i guess it's a problem with the generic kernel17:19
kata-irc-bot<eric.ernst> why do we think its the kernel?  I missed some context.17:21
devimceernst, https://github.com/kata-containers/runtime/issues/120317:22
kata-irc-bot<eric.ernst> see this too: https://github.com/kata-containers/kata-containers/issues/28#issuecomment-45935145617:23
kata-irc-bot<eric.ernst> i'd liek to reproduce and gather the qemu.logs like @xwlpt did.17:24
devimc4.15.0-43.generic.x86_6417:24
kata-irc-bot<eric.ernst> if you have the failure there, can you please do the same?17:24
devimc:S17:24
devimceernst, https://github.com/kata-containers/runtime/issues/1203#issuecomment-45942504417:24
kata-irc-bot<eric.ernst> Yeah; can you gather output from qemu as well?17:25
kata-irc-bot<eric.ernst> this is FUN!17:25
kata-irc-bot<eric.ernst> When I see the issue, i'm not using VSOCK.17:25
kata-irc-bot<eric.ernst> Let me get my failing VM back up though first...17:25
devimceernst, I think this is a different problem17:25
devimcthat issue was found in ubuntu 14.04 kernel 3.18.11817:27
*** sameo has joined #kata-dev17:31
kata-irc-bot<eric.ernst> that last comment was?17:33
kata-irc-bot<claire> Hey there - I’d love to add some recorded Kata demos to the website refresh that I’m working on. So if you have any available that you’d be willing to share, please send me the links or files. Thanks!17:34
kata-irc-bot<eric.ernst> @julio.montes : ``` clear@clr-01 /usr/lib/systemd/system $ sudo docker run --runtime=kata-runtime -it alpine sh docker: Error response from daemon: OCI runtime create failed: Failed to check if grpc server is working: rpc error: code = Unavailable desc = transport is closing: unknown. clear@clr-01 /usr/lib/systemd/system $ cat /proc/version Linux version 4.14.81-413.lts (mockbuild@kojibld02) (gcc version 8.2.1 20180502 (Clear Linux OS17:35
kata-irc-botfor Intel Architecture)) #1 SMP Thu Nov 15 17:40:10 UTC 2018 ```17:35
kata-irc-bot<eric.ernst> not using vsock17:35
kata-irc-bot<eric.ernst> Unfortunately I can't get the qemu log.  I tried just adding a wrapper around our QEMU call, ala: ``` #!/bin/bash /usr/bin/kata-qemu-lite-system-x86_64 -D /tmp/qemu.log "$@" ```17:39
davidgilukeric.ernst: I've never seen -D  - just use 2> /tmp/qemu.log17:40
kata-irc-bot<eric.ernst> same story.17:42
kata-irc-bot<eric.ernst> The qemu process is still hanging around there.17:42
kata-irc-bot<eric.ernst> Is there a more polite way to kill that'd get me a log...17:42
davidgilukodd17:43
devimceernst, might be the journal can give you more information17:43
kata-irc-bot<eric.ernst> Not yet, anyway -- I just get the gRPC timeout.17:44
devimcwith serial port17:44
devimcthat's weird17:45
kata-irc-bot<eric.ernst> I can put your ssh key in if you want to poke/tmux on17:45
gwhaley@eric.ernst, @devimc, @sboeuf - if you make progress on the whole gRPC hang up stuff, and/or have things left to try etc., make sure to leave some breadcrumbs (on Issue would be best maybe) so if jodh and I need to pick something up in the morning we can...18:00
*** gwhaley has quit IRC18:01
*** igordc has joined #kata-dev18:07
eernstsameo: around?18:38
*** lpetrut has joined #kata-dev18:57
sameoeernst: Joining...19:01
eernstthx!19:03
*** eernst has quit IRC19:53
*** eernst_ has joined #kata-dev19:55
*** eernst_ has quit IRC19:57
*** eernst has joined #kata-dev19:57
*** davidgiluk has quit IRC20:08
*** eernst has quit IRC20:16
*** eernst has joined #kata-dev20:18
*** jodh has quit IRC20:20
*** eernst has quit IRC20:21
*** eernst has joined #kata-dev20:25
*** eernst has quit IRC20:29
*** eernst has joined #kata-dev20:30
*** igordc has quit IRC20:37
*** eernst has quit IRC20:37
*** igordc has joined #kata-dev20:39
*** eernst has joined #kata-dev20:50
*** eernst has quit IRC20:54
*** lpetrut has quit IRC21:54
*** sameo has quit IRC21:56
*** lpetrut has joined #kata-dev21:58
*** lpetrut has quit IRC22:14
*** devimc has quit IRC22:23
*** eernst has joined #kata-dev22:41
*** eernst has quit IRC22:43

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