Displaying 1 result from an estimated 1 matches for "ntpserverarg".
Did you mean:
  ntpserverargs
  
2012 Nov 20
5
Slow login to system without internet connection
...I will only focus on definite SSH issue on CentOS 6.3, although 
I have seen same with 5.x.
1 server in question is set in following maner:
[root at chiron ~]# cat /etc/networks
default 0.0.0.0
loopback 127.0.0.0
link-local 169.254.0.0
[root at chiron ~]# cat /etc/sysconfig/network
NETWORKING=yes
NTPSERVERARGS=iburst
HOSTNAME=chiron.example.com
[root at chiron ~]# cat /etc/hosts
127.0.0.1	localhost localhost.localdomain localhost4 
localhost4.localdomain4 chiron.example.com chiron
::1	localhost localhost.localdomain localhost6 localhost6.localdomain6 
chiron.example.com chiron
Does it have anything to...