WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Syslogd does not autostart after reboot  (Read 1486 times)

Offline tcroxx

  • Newbie
  • *
  • Posts: 3
Syslogd does not autostart after reboot
« on: August 23, 2016, 05:35:50 AM »
Hello,

http://www.markn.org/blog/2014/12/tiny-core-linux-syslog.html
I followed the link above and added the word syslog at the end of the UUID but syslog service does not start (/var/log/messages is not created) unless I run syslogd command after a resart. I have tiny core without GUI and installed it from a core plus iso (so it is not a live boot)

What am I missing?

Thanks

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Syslogd does not autostart after reboot
« Reply #1 on: August 23, 2016, 05:50:54 AM »
Hi tcroxx, it might help for troubleshooting if you show the output of
Code: [Select]
version ; getBuild ; showbootcodes
Download a copy and keep it handy: Core book ;)

Offline tcroxx

  • Newbie
  • *
  • Posts: 3
Re: Syslogd does not autostart after reboot
« Reply #2 on: August 23, 2016, 05:55:12 AM »
Thanks for the rapid response Misalf. Following is the output

Code: [Select]
root@box:/usr/local/etc/bind# version ; getBuild ; showbootcodes
7.2
sh: getBuild: not found
initrd=/tce/boot/core.gz quiet BOOT_IMAGE=/tce/boot/vmlinuz

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Syslogd does not autostart after reboot
« Reply #3 on: August 23, 2016, 06:05:10 AM »
Judging by the link you posted, I suspect you added the boot codes on separate lines. Make it so that all boot codes (after APPEND) are on the same line.
Not sure why the  getBuild  function is not present in your shell but that may be normal.
Download a copy and keep it handy: Core book ;)

Offline tcroxx

  • Newbie
  • *
  • Posts: 3
Re: Syslogd does not autostart after reboot
« Reply #4 on: August 23, 2016, 06:12:44 AM »
Indeed! Three separate lines in the blog link lost me there (even though he has noted down in the instructions). Brought all to the same line and it works.
Thanks a lot :)