[GH-ISSUE #120] Won't build on RPI #107

Closed
opened 2026-03-02 07:27:45 +03:00 by kerem · 1 comment
Owner

Originally created by @GiganteX on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/120

Building on freshly installed raspbian lite on an RPI 3:

************************** WARNING ***********************************
** The ipsec service is not enabled.
** Enable it using 'chkconfig ipsec on' or another similar method.


../../OBJ.linux.arm/testing/enumcheck/enumcheck -> /usr/local/libexec/ipsec/enumcheck
2019-01-29 22:36:51 URL:https://debian.osuosl.org/debian/pool/main/x/xl2tpd/xl2tpd_1.3.12-1.1_armhf.deb [72220/72220] -> "xl2tpd.deb" [1]
E: Unable to correct problems, you have held broken packages.

Originally created by @GiganteX on GitHub (Jan 29, 2019). Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/120 Building on freshly installed raspbian lite on an RPI 3: ************************** WARNING *********************************** ** The ipsec service is not enabled. ** Enable it using 'chkconfig ipsec on' or another similar method. ********************************************************************** ../../OBJ.linux.arm/testing/enumcheck/enumcheck -> /usr/local/libexec/ipsec/enumcheck 2019-01-29 22:36:51 URL:https://debian.osuosl.org/debian/pool/main/x/xl2tpd/xl2tpd_1.3.12-1.1_armhf.deb [72220/72220] -> "xl2tpd.deb" [1] E: Unable to correct problems, you have held broken packages.
kerem closed this issue 2026-03-02 07:27:45 +03:00
Author
Owner

@hwdsl2 commented on GitHub (Jan 29, 2019):

@GiganteX Hello! Thanks for the report. To troubleshoot further, can you please edit Dockerfile and replace the line && apt-get -yqq install ./xl2tpd.deb \ with && apt-get -y install ./xl2tpd.deb \, then rebuild the Docker image? Post any error message that you see.

<!-- gh-comment-id:458740863 --> @hwdsl2 commented on GitHub (Jan 29, 2019): @GiganteX Hello! Thanks for the report. To troubleshoot further, can you please edit `Dockerfile` and replace the line ` && apt-get -yqq install ./xl2tpd.deb \` with ` && apt-get -y install ./xl2tpd.deb \`, then rebuild the Docker image? Post any error message that you see.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-ipsec-vpn-server#107
No description provided.