Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S strongswan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • DebianDebian
  • strongswan
  • Merge requests
  • !7

d/control: bump strongswan-charon from recommends to a depends of strongswan-starter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Christian Ehrhardt requested to merge paelzer-guest/strongswan:debian-fix-stronswan-starter-charon-dep into debian/master Nov 15, 2019
  • Overview 17
  • Commits 1
  • Pipelines 0
  • Changes 1

Without this fix strongswan starter can be installed in a totally failing way. I think these day starter just hard-depends on charon to be available.

Example:
● strongswan-starter.service - strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf
   Loaded: loaded (/lib/systemd/system/strongswan-starter.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2019-11-15 08:49:36 UTC; 12s ago
 Main PID: 27473 (code=exited, status=1/FAILURE)

Nov 15 08:49:36 d10-sid systemd[1]: Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
Nov 15 08:49:36 d10-sid ipsec[27473]: IKE daemon '/usr/lib/ipsec/charon' not found
Nov 15 08:49:36 d10-sid ipsec_starter[27473]: IKE daemon '/usr/lib/ipsec/charon' not found
Nov 15 08:49:36 d10-sid systemd[1]: strongswan-starter.service: Main process exited, code=exited, status=1/FAILURE
Nov 15 08:49:36 d10-sid systemd[1]: strongswan-starter.service: Failed with result 'exit-code'.

This doesn't trigger in Debians testing for: daemon SKIP Test requires machine-level isolation but testbed does not provide that

But triggered in Ubuntu on my testing of a new merge in e.g. here

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: debian-fix-stronswan-starter-charon-dep