[Bug 1613050] Re: SAMBA Authentication fails with CUPS print job

2017-06-19 Thread Andreas Hasenack
I would also request your cups pam config, i.e., /etc/pam.d/cups and the
files it includes: common-auth, common-account, common-session.

** Changed in: samba (Ubuntu)
   Status: New => Incomplete

** Changed in: cups (Ubuntu)
   Status: New => Incomplete

-- 
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/1613050

Title:
  SAMBA Authentication fails with CUPS print job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1613050/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1677329] Re: libpam-winbind: unable to dlopen

2017-06-19 Thread Andreas Hasenack
I asked upstream (Debian and Samba) for a review of this patch:

https://lists.samba.org/archive/samba-technical/2017-June/121139.html

That could take a while, so until that happens, I'm proposing a
different MP to fix this for now and that is to revert the broken patch
one more time.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1677329

Title:
  libpam-winbind: unable to dlopen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1677329/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1644428] Re: Unable to log in with AD account after update

2017-06-19 Thread Andreas Hasenack
I asked upstream (Debian and Samba) for a review of this patch:

https://lists.samba.org/archive/samba-technical/2017-June/121139.html

That could take a while, so until that happens, I'm proposing a
different MP to fix this for now and that is to revert the broken patch
one more time.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1644428

Title:
  Unable to log in with AD account after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1644428/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1697817] Re: disable smb1 by default

2017-06-19 Thread Andreas Hasenack
RFC from ubuntu-devel: https://lists.ubuntu.com/archives/ubuntu-
devel/2017-June/039820.html

-- 
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/1697817

Title:
  disable smb1 by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1697817/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1658469] Re: mod_http2 is not available under Apache 2.4.23 / Ubuntu 17.04 xenial

2017-06-19 Thread Nish Aravamudan
Yes, after discussing with others, this (nghttp2) will need to be
reviewed for MIR (bug # 1687454) but has been uploaded for Artful.

It will probably not be backported to 16.04 or other releases without
further review (as the version declaring HTTP/2 stability is 2.4.26
which is not the version in 16.04, etc.)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1658469

Title:
  mod_http2 is not available under Apache 2.4.23 / Ubuntu 17.04 xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1658469/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1602813] Re: openvpn-auth-ldap causing segfault on network timeout

2017-06-19 Thread Andreas Hasenack
The code was just checking for a -1 return value, which means "something
bad", and missed the timeout case. Since we missed the timeout return
value, the followupcheck for the LDAP_TIMEOUT err was never reached:

-   if (ldap_result(ldapConn, msgid, 1, &timeout, &res) == -1) {
+   if (ldap_result(ldapConn, msgid, 1, &timeout, &res) <= 0) {
err = ldap_get_errno(ldapConn);
if (err == LDAP_TIMEOUT)


The function's "result" *parameter* can't be used in any case:

   int ldap_result( LDAP *ld, int msgid, int all,
struct timeval *timeout, LDAPMessage **result );

"Upon  success, the type of the result received is returned and the
result parameter will contain the result of the operation; otherwise,
the result parameter is undefined."

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1602813

Title:
  openvpn-auth-ldap causing segfault on network timeout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn-auth-ldap/+bug/1602813/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1698522] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-06-19 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

Could you please attach your /etc/samba/smb.conf configuration file? The
logs show a restart failure after the upgrade, and that usually
indicates a syntax problem with the file.


** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
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/1698522

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.7 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1698522/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1698915] Re: package php7.0-xml 7.0.18-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-06-19 Thread Nish Aravamudan
*** This bug is a duplicate of bug 1646739 ***
https://bugs.launchpad.net/bugs/1646739

Hello and thank you for reporting this issue.

Unfortunately this is a well-known (although not yet solved) issue with
update-manager and some packages. I am marking it as a duplicate, but in
the meanwhile, you can simply do:

sudo apt update
sudo apt -f install

In a terminal and it should resolve the package installation failure.

** This bug has been marked a duplicate of bug 1646739
   "Use of uninitialized value" in debconf via update-manager

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1698915

Title:
  package php7.0-xml 7.0.18-0ubuntu0.16.04.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1698915/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1689387] Re: SSSD Prevented from Notifying Systemd on Startup by Apparmor

2017-06-19 Thread Andreas Hasenack
Did you change the apparmor profile to be in enforcing mode? By default
it's in complain mode as far as I can see:

lrwxrwxrwx 1 root root 16 Jun 19 20:48 /etc/apparmor.d/force-
complain/usr.sbin.sssd -> ../usr.sbin.sssd

That being said, I can see at least one more missing rule, this time for the 
chown capability:
[ 1690.540498] audit: type=1400 audit(1497905549.525:43): apparmor="ALLOWED" 
operation="capable" profile="/usr/sbin/sssd" pid=9946 comm="sssd" capability=0  
capname="chown"

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1689387

Title:
  SSSD Prevented from Notifying Systemd on Startup by Apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1689387/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1689387] Re: SSSD Prevented from Notifying Systemd on Startup by Apparmor

2017-06-19 Thread Andreas Hasenack
** Changed in: sssd (Ubuntu)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1689387

Title:
  SSSD Prevented from Notifying Systemd on Startup by Apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1689387/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs