Hi;
I know this issue is not about your snap package, but I'd be more than grateful if you could answer me.
I want to use OVS inside a snap package to add network bridges. It works on x64 Ubuntu following your snapcraft.yaml and building OVS. But I couldn't do it on RPi. So, as my plan B, I have added openvswitch-switch, openvswitch-common, and uuid-runtime to my stage packages and I'm using the same ovs-wrapper as you are. But while creating the bridge, I get this error:
RuntimeError: Subprocess: "['/snap/mysnap/x1/usr/bin/ovs-vsctl', '--may-exist', 'add-br', 'mysnapbr0']" failed, std err = b'ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'
Thanks in advance. :-)
Vahid
Hi;
I know this issue is not about your snap package, but I'd be more than grateful if you could answer me.
I want to use OVS inside a snap package to add network bridges. It works on x64 Ubuntu following your snapcraft.yaml and building OVS. But I couldn't do it on RPi. So, as my plan B, I have added
openvswitch-switch,openvswitch-common, anduuid-runtimeto my stage packages and I'm using the sameovs-wrapperas you are. But while creating the bridge, I get this error:Thanks in advance. :-)
Vahid