Antworten auf Ihre häufigsten Fragen

OpenVPN auf meinem Server mit Ubuntu 18 funktioniert nicht. Was kann das sein?

(english version below)

Ich möchte OpenVPN nutzen auf meinem Virtual Server mit Ubuntu 18. Es funktioniert aber nicht.

 

Problem:

OpenVPN lässt sich nicht starten, im Log steht folgende Fehlermeldung:

openvpn_execve: unable to fork: Resource temporarily unavailable (errno=11)

 

Lösung:

Erstellen Sie oder bearbeiten Sie ein Override-File für OpenVPN:

systemctl edit openvpn@

 

und ergänzen Sie Folgendes:

[Service]
LimitNPROC=infinity

Laden Sie anschließend den systemd-Daemon neu:

systemctl daemon-reload

 

Das sollte das Problem lösen.


OpenVPN on my Virtual Server is not working.

 

Problem:

OpenVPN does not start, log file shows the following error:

openvpn_execve: unable to fork: Resource temporarily unavailable (errno=11)

 

Solution:

Create or modify an override file for OpenVPN:

systemctl edit openvpn@

 

and add the following:

[Service]
LimitNPROC=infinity

 

Reload systemd daemon:

systemctl daemon-reload

 

That should solve the issue.

 

 


otto.friedrich@hosteurope.de xanthippe.ypsilante@hosteurope.de hercules.ikarus@hosteurope.de