On Wed, Dec 07, 2011 at 03:28:46PM +0100, Ana Guerrero wrote: > tags 587895 patch > thanks > > On Fri, Jul 02, 2010 at 01:57:53PM +0200, Petter Reinholdtsen wrote: > > Package: sssd > > Version: 1.2.1-1 > > > > When trying to enable debug output from sssd by adding debug_level = 3 > > in the domain/INTERN section, the debug setting is ignored and no > > logging show up in /var/log/sssd/. > > > > Looking at the sssd processes running, they all got '-d 0', which > > contradicts the -d 3 setting I expected. > > > > Something is wrong somewhere, and we should fix it. > > This change solves the problem. >
oops, the previous patch was inverted: --- debian/sssd.init.orig 2011-12-07 15:44:14.621166164 +0100 +++ debian/sssd.init 2011-12-07 15:44:33.101562431 +0100 @@ -32,7 +32,7 @@ # and status_of_proc is working. . /lib/lsb/init-functions -if [ -x /etc/default/sssd ] ; then +if [ -f /etc/default/sssd ] ; then . /etc/default/sssd fi Ana -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org