SSF Assertion: ./ports/linux-systemd/cwsdconf.c:157
static void _CWSDConfInit(void)
{
...
fp = fopen(InitGetSystemdNetworkConfStr(), "wb+"); // Line 156
CW_ASSERT(fp != NULL); // Line 157
Ensure that the assertion file and line number correspond to the article title and the above code snippet. If they do not, then this article will not help, and the Troubleshooting guide should be followed: Troubleshooting
This assertion occurs because the VCWM process could not open the file specified by
systemdNetworkConfFilename
in the VCWM configuration file. Normally access to the file requires root privileges. Try running the VCWM with root privileges.In terminal switch to root user: su -
Change directory to the VCWM directory: cd /vcwmdir
Run the VCWM as root: ./vcwm vcwm.json