<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Missing start-stop-daemon in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056640#M52291</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've been struggling since the beggining with this, every init scrip containing 'start-stop-daemon' fails to start. First it happened with 'ntp' now with 'busybox-syslog'&lt;/P&gt;&lt;P&gt;Starting syslogd/klogd: /etc/rc3.d/S20syslog: line 57: start-stop-daemon: command not found.&lt;/P&gt;&lt;P&gt;Here a sample of syslog.busybox&lt;/P&gt;
&lt;PRE class="brush:bash;"&gt;case "$1" in
  start)
        echo -n "Starting syslogd/klogd: "
        start-stop-daemon --start -b -n syslogd -a /sbin/syslogd -n $SYSLOG_ARGS                      start-stop-daemon --start -b -n klogd -a /sbin/klogd -n
        echo "done"
        ;;
  stop)
        echo -n "Stopping syslogd/klogd: "
        start-stop-daemon -K -n syslogd
        start-stop-daemon -K -n klogd
        echo "done"
        ;;
  restart)
        $0 stop
        $0 start
        ;;
  *)
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;start-stop-daemon is not under /sbin or any other place.&amp;nbsp;I run linux image 1.0.4 on Galileo Gen 2.&lt;/P&gt;
&lt;P&gt;How should I do to install 'start-stop-daemon' ? Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2015 01:07:57 GMT</pubDate>
    <dc:creator>Mario_B_</dc:creator>
    <dc:date>2015-05-08T01:07:57Z</dc:date>
    <item>
      <title>Missing start-stop-daemon</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056640#M52291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've been struggling since the beggining with this, every init scrip containing 'start-stop-daemon' fails to start. First it happened with 'ntp' now with 'busybox-syslog'&lt;/P&gt;&lt;P&gt;Starting syslogd/klogd: /etc/rc3.d/S20syslog: line 57: start-stop-daemon: command not found.&lt;/P&gt;&lt;P&gt;Here a sample of syslog.busybox&lt;/P&gt;
&lt;PRE class="brush:bash;"&gt;case "$1" in
  start)
        echo -n "Starting syslogd/klogd: "
        start-stop-daemon --start -b -n syslogd -a /sbin/syslogd -n $SYSLOG_ARGS                      start-stop-daemon --start -b -n klogd -a /sbin/klogd -n
        echo "done"
        ;;
  stop)
        echo -n "Stopping syslogd/klogd: "
        start-stop-daemon -K -n syslogd
        start-stop-daemon -K -n klogd
        echo "done"
        ;;
  restart)
        $0 stop
        $0 start
        ;;
  *)
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;start-stop-daemon is not under /sbin or any other place.&amp;nbsp;I run linux image 1.0.4 on Galileo Gen 2.&lt;/P&gt;
&lt;P&gt;How should I do to install 'start-stop-daemon' ? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 01:07:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056640#M52291</guid>
      <dc:creator>Mario_B_</dc:creator>
      <dc:date>2015-05-08T01:07:57Z</dc:date>
    </item>
    <item>
      <title>I'd suggest comparing other</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056641#M52292</link>
      <description>&lt;P&gt;I'd suggest comparing other init scripts. Or you move to the Intel IoT devkit SD card image which is on systemd and uses systemd services rather than init scripts.&lt;/P&gt;

&lt;P&gt;Pls note that this forum has been deprecated in favor of&amp;nbsp;https://communities.intel.com/community/makers. In order to get full attention pls ask on the latter&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 06:19:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056641#M52292</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2015-05-08T06:19:37Z</dc:date>
    </item>
    <item>
      <title>just found your other post</title>
      <link>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056642#M52293</link>
      <description>&lt;P&gt;just found your other post&amp;nbsp;https://communities.intel.com/thread/67180 on the makers forum.&lt;/P&gt;

&lt;P&gt;So let's continue there&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2015 06:40:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Missing-start-stop-daemon/m-p/1056642#M52293</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2015-05-08T06:40:56Z</dc:date>
    </item>
  </channel>
</rss>

