- add BSDCan submission from Dan Langille
- a minuor update to trhodes@'s submission on fsc
This commit is contained in:
parent
765912ebbb
commit
d1707c8a30
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36039
1 changed files with 49 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||
Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report-2010-04-2010-06.xml,v 1.1 2010/07/17 16:33:54 danger Exp $ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>April-June</month>
|
||||
|
@ -1621,7 +1621,7 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
</project>
|
||||
|
||||
<project cat='bin'>
|
||||
<title>&os; Services Control (fsc)</title>
|
||||
<title>&os; Services Control — fsc</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
|
@ -1646,19 +1646,23 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
started. Services are then added to this daemon via the fscadm
|
||||
control utility and from there they will be monitored. When they
|
||||
die, depending on the reason, they will be restarted. Certain
|
||||
signals, such as SIGKILL will be ignored and fscd will remove that
|
||||
signals may be ignored (list not decided) and fscd will remove that
|
||||
service from monitoring. Every action is logged to the system
|
||||
logging daemon. Additionally, the fscadm utility may be used to
|
||||
inquire about what services are monitored, their pidfile location,
|
||||
and current process id.</p>
|
||||
|
||||
<p>FSC provides several some advantages over the third party
|
||||
<p>FSC provides several advantages over the third party
|
||||
daemontools package. For example, fscd uses push notifications
|
||||
instead of polling; fscd is an internal, &os; maintained software
|
||||
package accessible to all developers where daemontools would have
|
||||
package accessible to all developers, where daemontools would have
|
||||
to be a port and require us to maintain patches; fscd could be
|
||||
easily integrated with the current rc.d infrastructure.</p>
|
||||
|
||||
<p>Partially based on the ideas of daemontools and Solaris Service
|
||||
Service Mangement Facility (SMF), this could be an extremely
|
||||
useful tool for &os; systems.</p>
|
||||
|
||||
<p>TODO: Testing. I would like to hear how it works in various
|
||||
environments, get code review, and perhaps some ideas on the rc.d
|
||||
integration. Also, I need to update the manual pages.</p>
|
||||
|
@ -2141,4 +2145,44 @@ Report//EN" "http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
|||
PRs that the team has already analyzed.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='proj'>
|
||||
<title>BSDCan</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Dan</given>
|
||||
<common>Langille</common>
|
||||
</name>
|
||||
<email>dvl@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://www.bsdcan.org/2010/">BSDCan 2010</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>BSDCan 2010 was our 7th conference. As has become the custom,
|
||||
a &os; developer summit was held in the two days before the
|
||||
conference. Record numbers attended the Dev Summit which carried
|
||||
over into the conference proper. It was great to see
|
||||
representatives from so many more companies. I saw many great
|
||||
ideas take root and the start of cooperation on several
|
||||
projects.</p>
|
||||
|
||||
<p>The talks during the Dev Summit are beginning to attract a wider
|
||||
audience, and we've been talking about opening this up to the
|
||||
general audience by creating a fourth track at BSDCan 2011.</p>
|
||||
|
||||
<p>As impossible as it sounds, each year has seen an increase in
|
||||
the quality of talks and the number of proposals submitted.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>I need people to help with various pre-conference tasks:
|
||||
website updates, booking travel, etc.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue