Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: martintms99 on May 22, 2014, 11:30:07 PM

Title: Run NTP Server on TCR?
Post by: martintms99 on May 22, 2014, 11:30:07 PM
Guys - Is there a NTP Server package available for TCR? Google and TCR Forum searches did not turn up any positive results. I have DHCP and DNS already running on TCR. The last piece left is NTP Server.
Title: Re: Run NTP Server on TCR?
Post by: tinypoodle on May 22, 2014, 11:34:09 PM
http://forum.tinycorelinux.net/index.php/topic,16949.msg101584.html#msg101584 (http://forum.tinycorelinux.net/index.php/topic,16949.msg101584.html#msg101584)

(see below)
Title: Re: Run NTP Server on TCR?
Post by: martintms99 on May 23, 2014, 04:54:48 AM
Thanks. Any idea how to get ntpd working (looked around, however, did not find any documentation for TCR ntpd)?

The app browser seems to have only ntpclient.
Title: Re: Run NTP Server on TCR?
Post by: martintms99 on May 23, 2014, 04:55:53 AM
http://www.tinycorelinux.net/5.x/x86/tcz/ also does not have reference to ntpd.
Title: Re: Run NTP Server on TCR?
Post by: curaga on May 23, 2014, 05:32:59 AM
The ntpd in our busybox has server mode disabled. If there's no extension, you'll need to build a ntp server.
Title: Re: Run NTP Server on TCR?
Post by: tinypoodle on May 24, 2014, 12:31:47 AM
Well
http://forum.tinycorelinux.net/index.php/topic,16949.msg101584.html
mentions
Quote
added ntpd
without stating that server has been disabled.
Title: Re: Run NTP Server on TCR?
Post by: curaga on May 24, 2014, 05:55:23 AM
Yep, the binary for both client and server is called ntpd in bb.

Quote
$ grep NTPD busybox-1.22.1_nosuid.config
CONFIG_NTPD=y
# CONFIG_FEATURE_NTPD_SERVER is not set
Title: Re: Run NTP Server on TCR?
Post by: martintms99 on May 27, 2014, 08:44:07 PM
So has anyone ever gotten ntpd (server mode) working in TCR? It would be nice to use TCR for most of the basic networking operations (DNS, DHCP, NTP etc).