[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04

2017-12-07 Thread Andreas Hasenack
Do you have more logs just before what you posted when filing this bug? Could you please attach them? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1736943 Title:

[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04

2017-12-07 Thread Andreas Hasenack
In order to reach that INSIST(0) code, type.sa.sa_family needs to be something other than AF_INET, AF_INET6 or AF_UNIX: void isc_netaddr_fromsockaddr(isc_netaddr_t *t, const isc_sockaddr_t *s) { int family = s->type.sa.sa_family; t->family = family; switch (family) {

[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04

2017-12-07 Thread Andreas Hasenack
I got the crash file. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1736943 Title: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04 To manage notifications about this

[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04

2017-12-07 Thread Andreas Hasenack
Can you perhaps attach it to the bug instead? The download is taking a long time. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1736943 Title: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on

[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04

2017-12-07 Thread Andreas Hasenack
Do you have a crash file in /var/crash about this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/1736943 Title: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04 To

[Bug 1734595] Re: package sysstat 11.5.7-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-07 Thread Andreas Hasenack
Thanks for getting back to us. I'll mark this bug as invalid for sysstat, since I believe it was a problem with your X or wayland graphical session. ** Changed in: sysstat (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu

[Bug 1736596] Re: krb5kdc/kadmind miss /var/log inside ReadWriteDirectories in sytemd unit files

2017-12-07 Thread Andreas Hasenack
Thanks for getting back to us with these details, much appreciated :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1736596 Title: krb5kdc/kadmind miss /var/log inside

[Bug 1735158] Re: FTBFS with gcc7

2017-12-07 Thread Andreas Hasenack
I checked debian sid, and the build succeeds there. The code is using UINT16_MAX in the same place (tc/tc_core.c), and that file is not including stdint.h UINT16_MAX is only used in tc/tc_core.c: $ grep UINT16_MAX -r . ./tc/tc_core.c: if ((sz >> s->size_log) > UINT16_MAX) {

[Bug 1735953] Re: samba mount fails to write

2017-12-07 Thread Andreas Hasenack
When you use the uid/gid options, do all files in the share get owned by that uid/gid? Can you check the output of the mount command after mounting the share, with and without uid/gid, and see which options ended up being used? That output will include defaults that you did not specify. For

[Bug 1735953] Re: samba mount fails to write

2017-12-07 Thread Andreas Hasenack
Oh, and I meant to add that this NAS is using btrfs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1735953 Title: samba mount fails to write To manage notifications about this bug

[Bug 1576799] Re: Regression: 2:4.3.8+dfsg-0ubuntu0.14.04.2 Failed to Issue the StartTLS instruction

2017-12-07 Thread Andreas Hasenack
Can someone please share config files of a setup and the topology that is showing the problem? I'm seeing winbind and squid logs in this bug. I think the squid ntlm helper crash should be a separate bug: let's concentrate on samba first. -- You received this bug notification because you are a

[Bug 1734859] Re: package samba 2:4.5.4+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-12-07 Thread Andreas Hasenack
Ok, you should disable samba-ad-dc and enable the others. Like this: sudo systemctl stop smbd.service nmbd.service winbind.service samba-ad-dc.service (the above one may indicate a failure since these services are probably already stopped, but that's ok) sudo systemctl disable