Git Product home page Git Product logo

docker-kea's People

Contributors

adamantike avatar clems4ever avatar codecasaurus avatar dependabot[bot] avatar gizmoguy avatar jonasalfredsson avatar vavallee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docker-kea's Issues

Add Discord server info to the docs

While reviewing PR #2 I realized I would like to participate in the "official Discord channel", but for the life of me I cannot find where this is. Could you add any Slack/Discord/etc channels to the docs that you propose we have discussions on? Thanks!

DHCP4_PACKET_SEND_FAIL in UDP mode (Permission denied)

First off, let me say how lovely this is - thanks to the @isc-projects Kea team for modernizing dhcpd and to @JonasAlfredsson for putting this together. I'm running the container using podman on fedora (root, not rootless). Works fine in raw mode, but udp mode gives me these strange permission denied errors (I do still get the advertisement after the two errors). I'm not actually sure if this is a docker problem vs upstream - will have to try native on host somewhere to determine - but thought I would flag it here regardless.

2022-08-20 02:08:55.000 INFO  [entrypoint] Starting Kea dhcp4 container
2022-12-20 02:08:55.975 INFO  [kea-dhcp4.dhcp4/1.139949311606656] DHCP4_STARTING Kea DHCPv4 server version 2.2.0 (stable) starting
2022-12-20 02:08:55.976 INFO  [kea-dhcp4.hosts/1.139949311606656] HOSTS_BACKENDS_REGISTERED the following host backend types are available: mysql postgresql 
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_CFGMGR_SOCKET_TYPE_SELECT using socket type udp
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_CFGMGR_ADD_IFACE listening on interface ens2f0
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_CFGMGR_NEW_SUBNET4 a new subnet has been added to configuration: 172.16.12.0/24 with params: t1=1000, t2=2000, valid-lifetime=4000
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcp4/1.139949311606656] DHCP4_CONFIG_COMPLETE DHCPv4 server has completed configuration: added IPv4 subnets: 1; DDNS: disabled
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_MEMFILE_DB opening memory file lease database: type=memfile universe=4
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_MEMFILE_LEASE_FILE_LOAD loading leases from file /usr/local/var/lib/kea/kea-leases4.csv
2022-12-20 02:08:55.977 INFO  [kea-dhcp4.dhcpsrv/1.139949311606656] DHCPSRV_MEMFILE_LFC_SETUP setting up the Lease File Cleanup interval to 3600 sec
2022-12-20 02:08:55.978 WARN  [kea-dhcp4.dhcp4/1.139949311606656] DHCP4_MULTI_THREADING_INFO enabled: no, number of threads: 0, queue size: 0
2022-12-20 02:08:55.978 INFO  [kea-dhcp4.dhcp4/1.139949311606656] DHCP4_STARTED Kea DHCPv4 server version 2.2.0 started
2022-12-20 02:08:59.705 ERROR [kea-dhcp4.packets/1.139949311606656] DHCP4_PACKET_SEND_FAIL [hwtype=1 00:0e:35:d4:d8:51], cid=[no info], tid=0x1234567: failed to send DHCPv4 packet: pkt4 send failed: sendmsg() returned  with an error: Permission denied
2022-12-20 02:08:59.805 ERROR [kea-dhcp4.packets/1.139949311606656] DHCP4_PACKET_SEND_FAIL [hwtype=1 00:0e:35:d4:d8:51], cid=[no info], tid=0x1234567: failed to send DHCPv4 packet: pkt4 send failed: sendmsg() returned  with an error: Permission denied
2022-12-20 02:08:59.920 INFO  [kea-dhcp4.leases/1.139949311606656] DHCP4_LEASE_ADVERT [hwtype=1 3c:ec:ef:a8:02:a2], cid=[no info], tid=0x3c8fc271: lease 172.16.12.200 will be advertised

keactrl binary please

Hi!
First of all, thank you for all the work you did on this. You saved me hours of work. I am running 2 of your docker containers in kubernetes and it's excellent.
I am looking to add liveness and readiness probes and realized that the keactrl binary is not included in your docker image, could you add it?

Now to get stork up and running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.