Mostafa,
On Thu, 2017-12-14 at 11:39 +0330, Mostafa Salari wrote:
> Hi 
> I installed vpp on real hw!
Which command did you run when you built and installed VPP? On which distro?The
build process likely installed an RPM/DEB (depending on your distro) on your
system so you could simply use the distribution related tools (e.g. rpm/apt) to
uninstall the package.
> But now i want to completely uninstall it! What should i do?
> I did the following
> make wipe wipe-release bootstrap build
The "make wipe" and "make wipe-release" are taking care of cleaning up the
build...
> But it encountered error!
It'd be nice to report the error...
> Also i cannot force vpp_main process to stop!
Well... you can always stop a process on Linux: "ps aux|grep vpp"... take a look
at the pid and do a "kill -9 PID"... it won't be a "clean shutdown" but if you
need to stop it that will certainly work.
> And unfortunately source code is now removed!
You don't need the source code to stop/kill a running process.
> _______________________________________________
> vpp-dev mailing list
> vpp-dev@lists.fd.io
> https://lists.fd.io/mailman/listinfo/vpp-dev
-- 
Marco V


SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to