<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/monitor, branch rhel5.10</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>monitor: Add forgotten break</title>
<updated>2013-06-18T10:24:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-05-30T11:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d47d589bf657aa3352f1aad90b79a68e3d4bfdef'/>
<id>d47d589bf657aa3352f1aad90b79a68e3d4bfdef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restart services with a delay in case they are restarted too often</title>
<updated>2013-05-16T09:04:07+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-15T18:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=524ad8e5d29d8756d2d171e4e56515cb9c2dee0d'/>
<id>524ad8e5d29d8756d2d171e4e56515cb9c2dee0d</id>
<content type='text'>
In case a service is restarted while the DP is not ready yet, it gets
restarted again immediatelly, which means the DP might still not be
ready. The allowed number of restarts is then depleted quickly.

This patch changes the restart mechanism such that the first restart
happens immediatelly, the second is scheduled after 2 second, then 4
etc..

https://fedorahosted.org/sssd/ticket/1528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case a service is restarted while the DP is not ready yet, it gets
restarted again immediatelly, which means the DP might still not be
ready. The allowed number of restarts is then depleted quickly.

This patch changes the restart mechanism such that the first restart
happens immediatelly, the second is scheduled after 2 second, then 4
etc..

https://fedorahosted.org/sssd/ticket/1528
</pre>
</div>
</content>
</entry>
<entry>
<title>MONITOR: use sigchld handler for monitoring SSSD services</title>
<updated>2013-02-26T13:14:52+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-01-14T12:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=3a3d0b722ea1401497bf834382150077375ff52a'/>
<id>3a3d0b722ea1401497bf834382150077375ff52a</id>
<content type='text'>
backport of
https://fedorahosted.org/sssd/changeset/20e53344fbdfa215ff7633630feb10458a0274b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backport of
https://fedorahosted.org/sssd/changeset/20e53344fbdfa215ff7633630feb10458a0274b9
</pre>
</div>
</content>
</entry>
<entry>
<title>Cancel ping-check if service goes away</title>
<updated>2013-02-26T13:14:52+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-01-11T12:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=db9cff72c35757ce1fbe3b528c4fa40325225a60'/>
<id>db9cff72c35757ce1fbe3b528c4fa40325225a60</id>
<content type='text'>
backport of
https://fedorahosted.org/sssd/changeset/4134936f56911686e908dbd6bc9634767f399e3d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backport of
https://fedorahosted.org/sssd/changeset/4134936f56911686e908dbd6bc9634767f399e3d
</pre>
</div>
</content>
</entry>
<entry>
<title>MONITOR: fix timeout conversion</title>
<updated>2011-10-26T14:29:40+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-10-17T12:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=26baa760f5ea2f3f608ed19762344b1b8cce027e'/>
<id>26baa760f5ea2f3f608ed19762344b1b8cce027e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Append PID to sbus server socket name, let clients use a symlink</title>
<updated>2011-10-26T14:29:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-05T15:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=910f14ced1b5b7783f13f26b4ead776b96f567d5'/>
<id>910f14ced1b5b7783f13f26b4ead776b96f567d5</id>
<content type='text'>
Add option to follow symlinks to check_file()

Append PID to sbus server socket name, let clients use a symlink

https://fedorahosted.org/sssd/ticket/1034
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add option to follow symlinks to check_file()

Append PID to sbus server socket name, let clients use a symlink

https://fedorahosted.org/sssd/ticket/1034
</pre>
</div>
</content>
</entry>
<entry>
<title>MONITOR: Correctly detect lack of response from services</title>
<updated>2011-10-26T14:29:39+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-09-14T17:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=2bfdeeb723d990404f89b6d7e9cb23db4a967158'/>
<id>2bfdeeb723d990404f89b6d7e9cb23db4a967158</id>
<content type='text'>
We were incorrectly using DBUS_ERROR_TIMEOUT here. The correct
behaviour is to check for DBUS_ERROR_NO_REPLY. This way we will
properly handle the three-tries in the tasks_check_handler().

Additionally, we weren't properly handling failure counts
correctly, meaning we weren't restarting stuck services in a
timely manner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were incorrectly using DBUS_ERROR_TIMEOUT here. The correct
behaviour is to check for DBUS_ERROR_NO_REPLY. This way we will
properly handle the three-tries in the tasks_check_handler().

Additionally, we weren't properly handling failure counts
correctly, meaning we weren't restarting stuck services in a
timely manner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to specify the kerberos replay cache dir</title>
<updated>2011-10-26T14:29:39+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-08-30T14:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e97b2822ad260a1df04e9b5b26b93ea0fa1b9853'/>
<id>e97b2822ad260a1df04e9b5b26b93ea0fa1b9853</id>
<content type='text'>
Adds a configure option to set the distribution default as well as
an sssd.conf option to override it.

https://fedorahosted.org/sssd/ticket/980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a configure option to set the distribution default as well as
an sssd.conf option to override it.

https://fedorahosted.org/sssd/ticket/980
</pre>
</div>
</content>
</entry>
<entry>
<title>Fall back to polling when inotify fails</title>
<updated>2011-10-26T14:29:37+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-06-22T14:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=15617eb4a2380252c0d1e568f2686b6a1cbaa8aa'/>
<id>15617eb4a2380252c0d1e568f2686b6a1cbaa8aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for pre-1.1 netlink</title>
<updated>2011-01-17T19:50:23+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-01-17T14:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=5352c9b3609bca63814f9f6f03dbbbadf6c6333a'/>
<id>5352c9b3609bca63814f9f6f03dbbbadf6c6333a</id>
<content type='text'>
Netlink 1.0 and older is buggy and unreliable, occasionally
causing tight-loops. We're no longer going to try to support it.

https://fedorahosted.org/sssd/ticket/755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Netlink 1.0 and older is buggy and unreliable, occasionally
causing tight-loops. We're no longer going to try to support it.

https://fedorahosted.org/sssd/ticket/755
</pre>
</div>
</content>
</entry>
</feed>
