You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run this inside of Docker on a Synology DS220+. When I start the container, the container immediately stops. Upon inspection of the logfile I see this entry:
feature CUSTOM:libcharon in critical plugin 'charon' has unmet dependency: CUSTOM:kernel-ipsec
Later in the log file:
ipsec_starter[1]: charon has quit: initialization failed
charon refused to be started
ipsec_starter[1]: charon refused to be started
ipsec starter stopped
ipsec_starter[1]: ipsec starter stopped
Would I just need to add an "apk add kernel-ipsec" entry into the Dockerfile to remedy this?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run this inside of Docker on a Synology DS220+. When I start the container, the container immediately stops. Upon inspection of the logfile I see this entry:
feature CUSTOM:libcharon in critical plugin 'charon' has unmet dependency: CUSTOM:kernel-ipsec
Later in the log file:
ipsec_starter[1]: charon has quit: initialization failed
charon refused to be started
ipsec_starter[1]: charon refused to be started
ipsec starter stopped
ipsec_starter[1]: ipsec starter stopped
Would I just need to add an "apk add kernel-ipsec" entry into the Dockerfile to remedy this?
The text was updated successfully, but these errors were encountered: