Bug #6416
wrong number for speed in /usr/local/www/services_ntpd_gps.php
Start date:
05/30/2016
Due date:
% Done:
0%
Estimated time:
Affected Version:
All
Affected Architecture:
Description
$section->addInput(new Form_Select( 'gpsspeed', null, $pconfig['speed'], [0 => '4800', 15 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200'] ))->setHelp('A higher baud rate is generally only helpful if the GPS is sending too many sentences. ' . 'It is recommended to configure the GPS to send only one sentence at a baud rate of 4800 or 9600.');
The number for 9600 baud speed should be 16! Now you get wrong mode in generated ntpd.conf.
See also: https://www.eecis.udel.edu/~mills/ntp/html/drivers/driver20.html
Associated revisions
Correct value for 9600. Ticket #6416
History
#1
Updated by Luiz Souza over 4 years ago
- Assignee set to Luiz Souza
#2
Updated by Chris Buechler over 4 years ago
- Status changed from New to Feedback
- Target version set to 2.3.2
- Affected Version set to All
fix pushed
#3
Updated by Chris Buechler over 4 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Luiz Souza to Chris Buechler
fixed
Correct value for 9600. Ticket #6416