Hi,

I need to run VPP as non-root user.
It runs fine as root but when I run as a non-root user I run into problems. 
Using same config that works for root, I ran and hit a mounting error:
vpp[29340]: dpdk_config: mount failed 1

I was expecting permissions error and thought I could solve them with 
capabilities. I added cap_sys_admin capability to the binary and reran
setcap CAP_SYS_ADMIN+eip vpp


It doesn't even load the libraries now:
/opt/opwv/integra/99.9//tools/vpp/bin/vpp: error while loading shared 
libraries: libvlibmemory.so.0: cannot open shared object file: No such file or 
directory

I get the same error when I try a minimal test:
-bash-4.2$ ./vpp unix interactive
./vpp: error while loading shared libraries: libvlibmemory.so.0: cannot open 
shared object file: No such file or directory

Anyone know where I'm going wrong?

Thanks
Richard





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10082): https://lists.fd.io/g/vpp-dev/message/10082
Mute This Topic: https://lists.fd.io/mt/24237968/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to