Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 673
    • Issues 673
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 172
    • Merge Requests 172
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • aportsaports
  • Issues
  • #2128

Closed
Open
Opened Jun 27, 2013 by Jan-Hendrik Dörner@doerner

openldap fails to start at boot time

the directory /var/run/openldap is missing, therefore the slapd does not start on boot.

Easy-fix:
Adjust the /etc/init.d/slapd file.

sed -i ‘s|depend|if [ ! -d /var/run/openldap ] then\n mkdir -p /var/run/openldap\n fi\n&|’ /etc/init.d/slapd

(or something similar)

(from redmine: issue id 2128, created on 2013-06-27, closed on 2013-07-02)

  • Changesets:
    • Revision f10bce07 by Natanael Copa on 2013-07-02T11:50:56Z:
main/openldap: create pid dir before checking config

ref #2128
  • Revision 64443cb2 by Natanael Copa on 2013-07-02T11:51:31Z:
main/openldap: create pid dir before checking config

fixes #2128
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.6.2
Milestone
Alpine 2.6.2 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#2128