Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1D87B781EA0 for <~alpine/users@lists.alpinelinux.org>; Mon, 15 Jun 2020 15:19:14 +0000 (UTC) Received: by mail-ot1-f68.google.com with SMTP id v13so13374565otp.4 for <~alpine/users@lists.alpinelinux.org>; Mon, 15 Jun 2020 08:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=vW4TNdQpKLWg/mIegDEUP/JhE7tsuduDzAG3kAEuPyI=; b=L4PBuI4UyMQ4u6dlkEJ42ydFCZ6l9/rMexNc3zq26ouFXIbmuu4Gr04E/cb+0Vnz45 nu4z4h85Mrvl0boZ9K3mcd4iaWScL7O1oedB/DGVhL3WI+OXCrga+4VboRTyPqXlTD3V 8zhlhJdQS/BZaZ31FUHS05FRpZkJ1s0mEw4/ZruE8rRR7hh+rpywOd5lAU9hyxetZUUg TjzdZpZui7K9r0MI6MoUTIXJO/PVPlc8S3w9p94LHuMFDkvwtTPd5hdd6Lir/l/P72CR Pjq2pg8n5ODDZCZv2uDHqGoLga+dA/z6FPVorkEak+hCJnlOBvjYyLkSfzJUu6/qI/+f QGrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vW4TNdQpKLWg/mIegDEUP/JhE7tsuduDzAG3kAEuPyI=; b=THax5uUGWLu3aTrIh4wKEGq0n1R2nuGy0wKXztLNcSFGbUZe+2+MhErj4EHWOJQHXh b8gsrkfab1qCvkzHxtMAYthDEobC/6dnObGM70sQFqB9Nn9S8Oi3mZuUVo2G6XcyV/gW 9BsHdwMWaf8qqHkFLBU8aszKZQQ0tvbsbIKHtowRtD6SK2NZ0vu3zrJyX4hRZuZV5fkv UVb9tcUN7Yqn7PkO0EiIO9Qns+BiwFeRMbfKkCjYFx0nOkaBvzvaT5iEyXcN16Bj2kDJ nRpVsJCmDUgYtgXJJxhaC2mAcM69lKUbY1Da2zdPt6RKHzlfo7/ZSfyY9Jstz90rWnXo p02A== X-Gm-Message-State: AOAM532bAkY1647qJLkNwyWQ3Z9A+4ia7wfehePrFsUWMoffaLpH3LW3 HZkCeVGV5Lhh3ZCL8Hg36/uo7eR3luaVhRVS7RRFwWa1 X-Google-Smtp-Source: ABdhPJzJiIKAz9i3b1BlxdfMb5Y7n4h5IyIz8h6+1rskjhMomKNLSxBqKlFW93JvudWPofoNR6/5X7KSeLnwl1WFXJs= X-Received: by 2002:a9d:7083:: with SMTP id l3mr22898606otj.232.1592234353180; Mon, 15 Jun 2020 08:19:13 -0700 (PDT) MIME-Version: 1.0 From: Freemail HArry Date: Mon, 15 Jun 2020 18:18:59 +0300 Message-ID: Subject: isc dhcp server with ldap crashes when DDNS is on To: ~alpine/users@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hello, It seems that there is a bug in dhcpd + musl ? ... when "ddns-update-style interim;" is on I've tried to run it with and without the ldap backend but I get the same error. dhcpd service crashes and dmesg shows something like dhcpd[7523]: segfault at 3 ip 00007f3f93784118 sp 00007ffeec735be0 error 4 in ld-musl-x86_64.so.1[7f3f93779000+47000] I've upgraded all alpine box to 3.12 and installed the relevant packages. Regards, Harry!