[Bug 1664566] Re: sssd_krb5_locator_plugin.so is not loaded (installed at wrong path)

2017-07-12 Thread Andreas Hasenack
I'll work on this next.

** Changed in: sssd (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: sssd (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: sssd (Ubuntu Xenial)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

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

Title:
  sssd_krb5_locator_plugin.so is not loaded (installed at wrong path)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1664566/+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 1531622] Re: default config still using a legacy keyword: KLogPermitNonKernelFacility

2017-07-12 Thread Andreas Hasenack
The configuration change is correct, but I think it's not working in the
end. Upstream has a bug about it:

https://github.com/rsyslog/rsyslog/issues/477

And I filed
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1703987 for the
ubuntu packages.

** Bug watch added: github.com/rsyslog/rsyslog/issues #477
   https://github.com/rsyslog/rsyslog/issues/477

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

Title:
  default config still using a legacy keyword:
  KLogPermitNonKernelFacility

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1531622/+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 1675515] Re: old KLogPermitNonKernel directive error in rsyslog.conf

2017-07-12 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1531622 ***
https://bugs.launchpad.net/bugs/1531622

I filed bug #1703987 for the problem I mentioned in comment #3

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

Title:
  old KLogPermitNonKernel directive error in rsyslog.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1675515/+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 1675515] Re: old KLogPermitNonKernel directive error in rsyslog.conf

2017-07-12 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1531622 ***
https://bugs.launchpad.net/bugs/1531622

On second thought, it's better to open a new bug I believe. Sorry.

** This bug has been marked a duplicate of bug 1531622
   default config still using a legacy keyword: KLogPermitNonKernelFacility

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

Title:
  old KLogPermitNonKernel directive error in rsyslog.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1675515/+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 1675515] Re: old KLogPermitNonKernel directive error in rsyslog.conf

2017-07-12 Thread Andreas Hasenack
*** This bug is a duplicate of bug 1531622 ***
https://bugs.launchpad.net/bugs/1531622

I just saw that this was fixed in yakkety:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1531622

I will therefore repurpose this bug to be about my findings in comment
#3

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

Title:
  old KLogPermitNonKernel directive error in rsyslog.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1675515/+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 1675515] Re: old KLogPermitNonKernel directive error in rsyslog.conf

2017-07-12 Thread Andreas Hasenack
** Changed in: rsyslog (Ubuntu)
   Status: New => Confirmed

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

Title:
  old KLogPermitNonKernel directive error in rsyslog.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1675515/+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 1675515] Re: old KLogPermitNonKernel directive error in rsyslog.conf

2017-07-12 Thread Andreas Hasenack
The new option doesn't seem to be working correctly:
https://github.com/rsyslog/rsyslog/issues/477

With the old style config:
#module(load="imklog" permitnonkernelfacility="on")   # provides kernel logging 
support
$ModLoad imklog
#KLogPermitNonKernelFacility on

I get kernel messages in /var/log/syslog:
root@nsn7:~# grep andreas-was-here /var/log/syslog
root@nsn7:~# echo andreas-was-here > /dev/kmsg 
root@nsn7:~# grep andreas-was-here /var/log/syslog
Jul 12 16:46:33 nsn7 kernel: [27774.476193] andreas-was-here
root@nsn7:~# 

But with this new v6 config style:
module(load="imklog" permitnonkernelfacility="on")   # provides kernel logging 
support
#$ModLoad imklog
#$KLogPermitNonKernelFacility on

I don't. Which is the github issue I mentioned.

Still, the ubuntu package is using a mix of old style vs new style when
loading the imklog module, and that won't work anyway. We either go with
v6 for both (loading and setting the option). or with legacy.

** Bug watch added: github.com/rsyslog/rsyslog/issues #477
   https://github.com/rsyslog/rsyslog/issues/477

** Also affects: rsyslog via
   https://github.com/rsyslog/rsyslog/issues/477
   Importance: Unknown
   Status: Unknown

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

Title:
  old KLogPermitNonKernel directive error in rsyslog.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/rsyslog/+bug/1675515/+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 1188475] Re: ldap group doesn't work

2017-07-12 Thread Andreas Hasenack
For some reason bug expiration isn't working for this bug. Given that
there were no updates for over two months, I'm marking it as invalid.

Feel free to reopen it if you have more information about the problem.

Thanks!


** Changed in: cyrus-sasl2 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  ldap group doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1188475/+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 1692073] Re: check_clamav test fails

2017-07-12 Thread Andreas Hasenack
I also rebuilt the debian package with llvm-3.9, and the test also
passes.

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

Title:
  check_clamav test fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073/+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 1692073] Re: check_clamav fails

2017-07-12 Thread Andreas Hasenack
I tried rebuilding with llvm 3.8 and the same test fails. Given that the
debian unstable package uses LVM 3.8, something else is going on here in
the case of artful.

** Summary changed:

- check_clamav fails
+ check_clamav test fails

** Bug watch added: Gentoo Bugzilla #616192
   https://bugs.gentoo.org/show_bug.cgi?id=616192

** Also affects: clamav (Gentoo Linux) via
   https://bugs.gentoo.org/show_bug.cgi?id=616192
   Importance: Unknown
   Status: Unknown

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

Title:
  check_clamav test fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073/+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 1693418] Re: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-07-12 Thread Andreas Hasenack
@gpfdave, please open a new bug describing your problem and attaching
/var/log/samba/log* and /etc/samba/smb.conf files please. From the bits
you posted, it's a different issue.

You can do so by invoking "apport-bug samba"

Thanks

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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.2 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/1693418/+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 1703490] Re: Unable to mount network volume on 17.10 Samba server

2017-07-12 Thread Andreas Hasenack
It could be that, in the case where /etc/fstab is used, there are extra
options being passed to mount.cifs and that is what is causing the
difference in behaviour.

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

Title:
  Unable to mount network volume on 17.10 Samba server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1703490/+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 1702601] Re: package winbind (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

2017-07-12 Thread Andreas Hasenack
Remember that if you update or reinstall this printer driver again in
the future, it will undo this fix and you will have to apply it again.

Cheers! :)


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

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

Title:
  package winbind (not installed) failed to install/upgrade: подпроцесс
  установлен сценарий post-removal возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1702601/+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 1692073] Re: check_clamav fails

2017-07-12 Thread Andreas Hasenack
For anybody else who is trying to build clamav in current artful, you
will need at least the attached fixes to reach the reported test error
stage.

Pardon the incomplete DEP3 header as this is work in progress.

** Patch added: "artful-clamav-some-build-fixes.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073/+attachment/4913468/+files/artful-clamav-some-build-fixes.debdiff

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

Title:
  check_clamav fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1692073/+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 1703490] Re: Unable to mount network volume on 17.10 Samba server

2017-07-12 Thread Andreas Hasenack
IP addresses work fine too.

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

Title:
  Unable to mount network volume on 17.10 Samba server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1703490/+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 1702601] Re: package winbind (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

2017-07-12 Thread Andreas Hasenack
Correct, these lines do influence operation. These are the so called LSB
headers and they influence service startup and shutdown ordering.

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

Title:
  package winbind (not installed) failed to install/upgrade: подпроцесс
  установлен сценарий post-removal возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1702601/+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 1703490] Re: Unable to mount network volume on 17.10 Samba server

2017-07-12 Thread Andreas Hasenack
Here is what I got with xfce on 16.04 using thunar. Just the home share
is read-only, as expected.

** Attachment added: "thunar-xfce.png"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1703490/+attachment/4913443/+files/thunar-xfce.png

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

Title:
  Unable to mount network volume on 17.10 Samba server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1703490/+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 1703490] Re: Unable to mount network volume on 17.10 Samba server

2017-07-12 Thread Andreas Hasenack
Sorry about your frustration, we are just trying to narrow it down. It
could be that something in artful's samba changed and that thunar needs
to adapt, for example.

We need to determine why this test case that you mentioned when opening
the bug doesn't work:

"""
16.04 client mount.cifs to 17.10 server: access denied error
"""

This doesn't involve thunar and is bare bones cifs/samba.

Please try the following on this 16.04 client. Adjust username if
needed, and replace "" with your artful server's IP
address:

sudo mkdir -p /artful/{Home,Maps,Media}
for d in Home Maps Media; do sudo mount ///$d /artful/$d -o 
username=patrick; done

If they get mounted, check what you can do in each /artful/* directory
in terms of read/write.

If the above works, then I need to know the exact commands you tried for
the above test case you tried and that failed. I suppose it's whatever
you did to get to the mounted share you showed in comment #5, and then
which read/write commands you tried and their outcome.

Thanks!

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

Title:
  Unable to mount network volume on 17.10 Samba server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1703490/+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 1702601] Re: package winbind (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

2017-07-12 Thread Andreas Hasenack
Try this one. Don't forget to chmod it to 0755 after it's in place.

** Attachment added: "panasoniclpd-init"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1702601/+attachment/4913438/+files/panasoniclpd-init

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

Title:
  package winbind (not installed) failed to install/upgrade: подпроцесс
  установлен сценарий post-removal возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1702601/+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