Wolfgang,

I used this program extensively some years ago, but not with the new
syntax. I am told it enables many new features, but I have not verified
that. You might be able to drop back to the old syntax The old syntax
allowed only a single server and client, but the new syntax should
support multiple servers, each with its own simuated statistics.

Dave

WOLfgang Schricker wrote:

Hello,
I extend a Gentoo ebuild to use "simulator" based on
http://www.eecis.udel.edu/~mills/ntp/html/ntpdsim_new.html

It runs:

# ntpdsim --version
ntpd - NTP daemon program - Ver. 4.2.6p1

My config:

#-----8<-----8<-----
# /etc/ntpsim.conf

disable kernel
server pogo
driftfile /tmp/ntp.drift
statsdir /tmp/ntpstats/
filegen loopstats type day enable
filegen peerstats type day enable

simulate {
 simulation_duration = 86400
 beep_delay = 3600
 server = louie.udel.edu {
   server_offset = 0
   duration = 50000 {
     freq_offset = 400
     wander = 1.0
     jitter = 0.001
     prop_delay = 0.001
     proc_delay = 0.001
   }
   duration = 6400 {
     freq_offset = 200
     wander = 1.0
     jitter = 0.001
     prop_delay = 0.001
     proc_delay = 0.001
   }
 }
}
#-----8<-----8<-----

But together:

# ntpdsim -c /etc/ntpsim.conf
Configuring Simulator...
Some ntpd-specific commands in the configuration file will be ignored.
ERROR!! I couldn't find a "simulate" block for configuring the
simulator. Ceck your configuration file.

Any hints? Thanks!


_______________________________________________
questions mailing list
[email protected]
http://lists.ntp.org/listinfo/questions

Reply via email to