up/down script "unable to fork"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rfdarter
    Junior Member
    • Nov 2024
    • 1

    up/down script "unable to fork"

    I tried to set up a up and down script, but whenever i add the lines
    Code:
    script-security 2
    up "/etc/openvpn/client/up-lte-wald.sh"
    to my config, starting the service fails with that message
    Code:
    Nov 25 22:29:53 openvpn-client openvpn[399]: openvpn_execve: unable to fork: Resource temporarily unavailable (errno=11)
    Nov 25 22:29:53 openvpn-client openvpn[399]: Exiting due to fatal error
    my `up-lte-wald.sh` looks like this
    chmod 777 and chmod +x was applied to the file

    Code:
    #!/bin/sh
    
    echo "nur ein test"​
    I allready modified `LimitNPROC` in `/lib/systemd/system/openvpn@.service` and set it to 1000
    Last edited by rfdarter; 2024-11-25, 06:03 PM.
Working...
😀
😂
🥰
😘
🤢
😎
😞
😡
👍
👎