Re: [EXTERNAL] Re: [vpp-dev] vppctl fails from within the application (system cmd returns 256)

2020-11-18 Thread Aniket Pugaonkar
gt; > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of Chris Luke > > via lists.fd.io > > Sent: mercredi 18 novembre 2020 00:09 > > To: Aniket Pugaonkar ; Benoit Ganne (bganne) > > > > Cc: vpp-dev@lists.fd.io > > Subject: Re: [EXTER

Re: [vpp-dev] vppctl fails from within the application (system cmd returns 256)

2020-11-17 Thread Aniket Pugaonkar
process to see what is going on, eg. > ~# strace -f ./a.out > > > we had few issues with vpp > > api/vcl libraries and have not decided to pursue vpp - api for now, so > > vppctl is the only option. > > Can you share what prevents you from using the API? This is what is &

[vpp-dev] vppctl fails from within the application (system cmd returns 256)

2020-11-16 Thread Aniket Pugaonkar
Trace.WriteLine(TraceConstants::Configuration, "Cmd: ", s3, ", ret = ", ret); ret = system(s4.c_str()); Trace.WriteLine(TraceConstants::Configuration, "Cmd: ", s4, ", ret = ", ret); my startup.conf file: unix { nodaemon log /var/log/vpp/