> Apr 23 06:52:31 gw vpp[367650]: vpp[367650]: received signal SIGTERM, PC > 0x756823d2a072 > Apr 23 06:52:31 gw vpp[367650]: vpp[367650]: received SIGTERM from PID 1 UID > 0, exiting... > Apr 23 06:52:31 gw vpp[367650]: received signal SIGTERM, PC 0x756823d2a072 > Apr 23 06:52:31 gw systemd[1]: Stopping dataplane-vpp.service - vector packet > processing engine... > Apr 23 06:52:31 gw vpp[367650]: received SIGTERM from PID 1 UID 0, exiting...
Do you have more logs? Because here VPP receives SIGTERM so it is not a crash, but an explicit shutdown, probably requested by systemd. Could it be some memory quotas or similar? In order to test, the simplest should be to start VPP manually to see if that works: ~$ sudo /usr/bin/vpp -c /etc/vpp/startup.conf If it works, it is likely an issue with some systemd interactions. Best ben
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#26986): https://lists.fd.io/g/vpp-dev/message/26986 Mute This Topic: https://lists.fd.io/mt/118977746/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/14379924/21656/631435203/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
