WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Run NTP Server on TCR?  (Read 3018 times)

Offline martintms99

  • Newbie
  • *
  • Posts: 4
Run NTP Server on TCR?
« 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.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
« Last Edit: May 24, 2014, 12:28:24 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline martintms99

  • Newbie
  • *
  • Posts: 4
Re: Run NTP Server on TCR?
« Reply #2 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.

Offline martintms99

  • Newbie
  • *
  • Posts: 4
Re: Run NTP Server on TCR?
« Reply #3 on: May 23, 2014, 04:55:53 AM »
http://www.tinycorelinux.net/5.x/x86/tcz/ also does not have reference to ntpd.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Run NTP Server on TCR?
« Reply #4 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.
The only barriers that can stop you are the ones you create yourself.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Run NTP Server on TCR?
« Reply #5 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.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Run NTP Server on TCR?
« Reply #6 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
The only barriers that can stop you are the ones you create yourself.

Offline martintms99

  • Newbie
  • *
  • Posts: 4
Re: Run NTP Server on TCR?
« Reply #7 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).