SSF Assertion: ./ports/linux-systemd/cwsdconf.c:157

static void _CWSDConfInit(void) { ... fp = fopen(InitGetSystemdNetworkConfStr(), "wb+"); // Line 156 CW_ASSERT(fp != NULL); // Line 157
  1. 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

  2. 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.

    1. In terminal switch to root user: su -

    2. Change directory to the VCWM directory: cd /vcwmdir

    3. Run the VCWM as root: ./vcwm vcwm.json