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 643
    • Issues 643
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 202
    • Merge Requests 202
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #57

Closed
Open
Opened Jun 29, 2009 by Duane Hughes@dhughes

mini_httpd is not started correctly by openrc

On a fresh installation of Alpine 1.9 Alpha15, after boot up, rc-status reports that mini_httpd is stopped. When trying to start mini_httpd with /etc/init.d/mini_httpd start, the following is returned in /var/log/messages:

daemon.crit mini_httpd[3184]: bind :: - Address already in use
daemon.crit mini_httpd[3184]: bind 0.0.0.0 - Address already in use
daemon.crit mini_httpd[3184]: can’t bind to any address
daemon.err /etc/init.d/mini_httpd[3166]: ERROR: mini_httpd failed to start

/etc/mini_httpd is configured with port=443
netstat -n -l -p | grep 443 reports that only mini_httpd is on port 443.
ps | grep mini_httpd returns only 1 running instance of mini_httpd

rc-status reports mini_httpd status as stopped.

Running killall mini_httpd and then starting mini_httpd with /etc/init.d/mini_httpd start allows the service to start successfully.

So it appears as if openrc believes that mini_httpd has not started, while it actually running.

(from redmine: issue id 57, created on 2009-06-29, closed on 2009-08-19)

  • Changesets:
    • Revision b6b6ef01 on 2009-07-03T07:10:03Z:
extra/mini_httpd: openrc fixes. add support for multiple instances

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