- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
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'
Starting syslogd/klogd: /etc/rc3.d/S20syslog: line 57: start-stop-daemon: command not found.
Here a sample of syslog.busybox
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 ;; *)
start-stop-daemon is not under /sbin or any other place. I run linux image 1.0.4 on Galileo Gen 2.
How should I do to install 'start-stop-daemon' ? Thanks in advance!
- Tags:
- Internet of Things
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Pls note that this forum has been deprecated in favor of https://communities.intel.com/community/makers. In order to get full attention pls ask on the latter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just found your other post https://communities.intel.com/thread/67180 on the makers forum.
So let's continue there

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page