Comment 1 for bug 1861322

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your bug report. Is that issue new to focal? Could you add a 'journalctl -b 0' log after triggering the error?

The code does
 char *conntrack_module[] = { "/sbin/modprobe", "nf_conntrack_pptp", NULL };
 if (!g_spawn_sync (NULL, conntrack_module, NULL, 0, NULL, NULL, NULL, NULL, NULL, &error)) {
  _LOGW ("modprobing nf_conntrack_pptp failed: %s", error->message);

so it should either load the module or print an error...