bharnden
bharnden
Currently the gRPC API does have some hybrid aspects for how a truly remote session works, so it is not currently a perfect solution for such a case. Right now...
The GUI loophole is a byproduct of using vcmd, which provides root access within nodes. If vcmd was locked down to only be ran by sudo, would that solve this...
This is now accomplished by the `core-cli` utility. ```shell usage: core-cli xml [-h] -f FILE [-s] optional arguments: -h, --help show this help message and exit -f FILE, --file FILE...
It doesn't plan to change at the moment. It probably should have an exit code reflective of failure or success, if that would make it an easier check. Assuming that...
Does this actually currently end the build? I just pulled master and built with this file without issue. There are some currently expected errors that occur within the OSPF MDR...
What OS and version of docker are you using? I can see if I can replicate the problem, but right now, I cannot reproduce.
Starting up the container and checking ```shell root@d307c230b0a6:~# ll /usr/include/netinet/icmp6.h -rw-r--r-- 1 root root 11597 Sep 25 14:45 /usr/include/netinet/icmp6.h ``` My base Ubuntu image is cached from quite some time...
You can add `--no-ospf` to the `inv install` line to avoid it. You don't technically need it, but it is used by default in nodes and then it all depends...
Maybe there is more to what you are receiving from your proxy that is impacting things, since I cannot reproduce your issue at all. The whole intent of Docker is...
That is the identical starting image I have for my successful build on Ubuntu 22.04.1. But its possible it could be impacting everything else pulled and installed during the build,...