Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lighttpd: (server.c.1805) fdevent_poll failed: Invalid argument #561

Closed
5 tasks done
struckoff opened this issue Feb 1, 2020 · 1 comment
Closed
5 tasks done

Comments

@struckoff
Copy link

This is a...

  • Issue trying to run the docker image

Description

Web interface is not reachable

Leads infinite request:

curl http://localhost/admin/
curl http://192.168.1.53/admin/
version: "3"

services:
  pihole:
    container_name: pihole
    image: pihole/pihole:latest
    ports:
      - "53:53/tcp"
      - "53:53/udp"
      - "67:67/udp"
      - "80:80/tcp"
      - "443:443/tcp"
    environment:
      TZ: 'Europe/Moskow'
      VIRTUAL_HOST: '192.168.1.53'
      ServerIP: '192.168.1.53'
    volumes:
       - './etc-pihole/:/etc/pihole/'
       - './etc-dnsmasq.d/:/etc/dnsmasq.d/'
    dns:
      - 127.0.0.1
      - 1.1.1.1
    cap_add:
      - NET_ADMIN
    restart: unless-stopped
root@aeda4951173b:/# tail /var/log/lighttpd/error.log 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 
2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 

Debug steps I have tried

  • I have tried destroying my container instance, pulling the newest image version, and re-creating a new container
  • I have tried running the nearly stock docker run example in the readme (removing any customizations I added)
  • I have tried running without my volume data mounts to eliminate volumes as the cause
  • I have searched this repository for existing issues and pull requests that look similar
    Lighttpd doesn't start on fresh container with --net=host #432
@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant