Julia Okuniewska

Results 12 comments of Julia Okuniewska

Indeed directory path was changed in #176 here https://github.com/ipdk-io/ipdk/pull/176/commits/9a7896fcb9fedb76227c31888224df1bf51db8ba#diff-600d00426a664ff896e99c453c3589c13469bc23c79bfbf4082c0fdbdd131452L34 Should this issue be still opened? @qzhan16 @mestery

Also `ipdk stop` on networking vagrant-container solution returns given errors ``` root@ubuntu2004:/git/ipdk/build# ./ipdk stop Loaded /git/ipdk/build/scripts/ipdk_default.env Loaded /root/.ipdk/ipdk.env qemu-system-x86_64: Failed to read from slave. qemu-system-x86_64: Failed to read from slave....

I've created VM with vagrant (Virtualbox), tried to set up vhost-user ports in ipdk demo and got the same error `setting vhost_dev = true.Return grpc errno (14), Reason: failed to...

Inside ipdk docker run command works with -it `"${ARGS[@]}" -it "${IMAGE_NAME}":"${TAG}" "${RUN_COMMAND[@]}"` https://github.com/ipdk-io/ipdk/blob/main/build/scripts/ipdk.sh#L261 Have you tried with `ipdk start -d` command?

@stolsma hi there, any updates? There are still TODOs in CLI configuration settings section :)

Isn't this section https://github.com/ipdk-io/ipdk/blob/main/build/scripts/ipdk.sh#L499 a solution to this ? @dandaly @stadju

CLI description link still broken when `cat ~/.ipdk/ipdk.env` Path in runtime: https://github.com/ipdk-io/ipdk/blob/main/build/IPDK_Container/README_DOCKER.md#CLI-configuration-settings Correct path: https://github.com/ipdk-io/ipdk/blob/main/build/networking/README_DOCKER.md#ipdk-cli-configuration-settings

When you do `vagrant up` and `vagrant ssh` to your machine Go to `cd /git/ipdk` since this is synced folder as you can see in [Vagrantfile](https://github.com/ipdk-io/ipdk/blob/main/build/networking/vagrant-container/Vagrantfile#L11) Then run `./build/ipdk -install...

@jafingerhut i've seen in your [README](https://github.com/jafingerhut/p4-guide/tree/master/ipdk) that you've mentioned it as well (Follow instructions in file build/networking/README_DOCKER.md, under heading "Login to the VM":) @mestery @dandaly what about extending [provision.sh](https://github.com/ipdk-io/ipdk/blob/main/build/networking/vagrant-container/provision.sh) with...

The same error while using readinessProbe with k8s on rancher + Kubevirt v1.2.2 + CDI operator v1.60.1