CentOS 5 :: Error - No Suitable Server For Synchronization

Jan 22, 2010

I have started ntpd service with chkconfig ntpd on .When i execute : ntpdate 0.pool.ntp.org , then i get error :

No suitable server for synchronization .

View 1 Replies


ADVERTISEMENT

Software :: CentOS 5.3 VM With Ntpd, No Server Suitable For Synchronization Found?

Jan 8, 2010

I cant get ntpd to synchronize with the ntp servers. I have a CentOS 5.3 32 bit Virtual Machine. I'm in USA on Pacific Standard Time. Here's all configuration and other important information for troubleshooting. Is there anything wrong with my config? btw, I used wireshark to look at the UDP packets - I dont get any responses from any of the servers back. I only see requests going out from my server, but no response. Is this a firewall Issue? If it is, then do I need to just enable UDP port 123 on the firewall?

[Code]...

View 4 Replies View Related

Software :: NTP - No Server Suitable For Synchronization Found?

May 18, 2010

i had tried several restrict options and disabling the slackware "no serve to anyone" default. i want the slackware system to host the ntp server for other devices to sync with so im not so hard on the remote ntp servers.

Code:
# Sample /etc/ntp.conf: Configuration file for ntpd.
#

[code]....

View 3 Replies View Related

Networking :: NTPD - No Server Suitable For Synchronization Found

Mar 29, 2011

I am having a situation with an NTPD server.

Code:
remote refid st t when poll reach delay offset jitter
plesk2.datacent .INIT. 16 u - 64 0 0.000 0.000 0.000
91.198.87.118.b .INIT. 16 u - 64 0 0.000 0.000 0.000
core.fr.zeroloo .INIT. 16 u - 64 0 0.000 0.000 0.000
178-26-105-100- .INIT. 16 u - 64 0 0.000 0.000 0.000
and it remains so no matter how long I wait...

Hoping to get better results with ntpdate, I stopped NTPS and tried :
Code:
# ntpdate ntp.skynet.be
29 Mar 09:12:26 ntpdate[4715]: no server suitable for synchronization found
# ntpdate -ud ntp.skynet.be
29 Mar 09:14:02 ntpdate[4814]: ntpdate 4.2.4p4@1.1520-o Sun Nov 22 16:14:35 UTC 2009 (1)
transmit(195.13.23.5)
receive(195.13.23.5) .....

I am running Debian Lenny 64b, and every packages are totally updated. I have 25 identical servers. And there is just one giving me this problem. From what I see, it is not a connection/FW issue since ntpdate get replies from the ntp server (ntp.skynet.be is my isp's stratum 2 ntp server).

View 14 Replies View Related

Ubuntu Networking :: Ntpdate Domain.local (no Server Suitable For Synchronization Found)

Nov 2, 2010

I can't update my ubuntu clock with my server. If i run the command ntpdate domain.local, it gives me this erro (no server suitable for synchronization found) if i run the command nslookup domain.local it works well and found my server

View 3 Replies View Related

CentOS 5 :: Grubby Fatal Error: Unable To Find A Suitable Template

Oct 13, 2009

so I was trying to do sheduled updates on server, which is doing xen virtualization
doing kernel update (to 2.6.18-164.el5xen) i got the following error:

Running Transaction
Installing : kernel-xen [1/1]
grubby fatal error: unable to find a suitable template

and of course new kernel doesn't appears in grub.conf and don't know what is cause of this problem last kernel i was updateting in August and as i remember everything went just fine:

current kernel:
2.6.18-128.4.1.el5xen #1 SMP Tue Aug 4 21:33:24 EDT 2009 i686 i686 i386 GNU/Linux
#cat /boot/grub/grub.conf
# grub.conf generated by anaconda

[code]....

also could it be because running kernel is removed?also could it be because of LABEL entry, not /dev/... ( as i found out it was such bug, some years time ago)

View 1 Replies View Related

CentOS 5 :: Dropping Synchronization Back To Localhost?

Jun 1, 2011

I'm having difficulties with ntpd on my CentOS 5.6 install.

It all starts well; the server connects and synchronizes with a couple of public ntp servers:

[root@toro ~]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
+ntp.networking4 193.67.79.202 2 u 1 64 377 35.652 47.102 12.349
*deepthought.doc 131.188.3.223 2 u 2 64 377 29.010 44.358 11.585

[Code]....

View 3 Replies View Related

CentOS 5 :: Best Suitable Version Of XFS To Work With CENTOS 5.3?

Nov 29, 2009

By the way, is there a step by step guide to install XFS file system and other related components on CENTOS 5.3,

View 2 Replies View Related

Software :: Time Synchronization With Ntp 3 Mins Delay From Client And Server?

Sep 24, 2010

Time synchronization with ntp 3 mins delay from client and server

View 4 Replies View Related

Ubuntu :: Error After Upgrade - No Suitable Mode Found

Nov 28, 2010

I was given a computer that has the Ubuntu operating system installed I was able to at least get online with it. I tried to upgrade it (don't know what version was installed on it) using the Update Manager. When the computer restarted I got two error messages:

Error no suitable mode found
Error unknown command "terminal"

The system then went on through the Ubuntu logo screen but then I got a black screen. I couldn't get the computer to do anything. How to at least restore the computer back to its previous state before trying to upgrade.

View 3 Replies View Related

Server :: 2 Tier File Synchronization (block Based, Possibly Cluster FS)

Oct 25, 2010

I'm looking for a write one, read many file synchronization, file system or similar technique. In fact I want a to imitate a zfs_send/zfs_receive similar behaviour on Linux. My requirements are pure local (or in terms of distributed file systems: rack-aware) file handling with remote synchronization. Some random features/requirements I want to achieve are (I use the terms file and "file system" here interchangeable, as I don't care wheter I have to synchronize file based or use full file system supporting that):
Access on files from a specific host is pure local, i.e. the node has a full copy of a file, no parts are distributed. Read and write access is local, the remote side gets synchronized with write changes only Write changes on the remote side are non-blocking and asynchronous No need for concurrent file access, concurrent, distributed locking and so on Every file is changed by a single node only, other nodes have read access The file "owner", thus the node allowed to write files must be changeable Similar techniques (some as technology concept, not usable for me) exist, among those DRBD, MySQL Replication or even pure rsync.

I don't care whether I'm referring to a pure local solution (i.e. between two block devices) or a client/server mode. DRBD won't fit because its a peer to peer solution, I need to synchronize a lot of clients with a central storage through that way where DRBD just mirrors from peer to peer among two nodes and doesn't allow another node to take over the role of the primary node (i.e. node A is master, storage B secondary, I want to change to a thrid node C which becomes master and receives hence a full update from storage B.

Just as a guess, I'd make a local LVM volume on every node where write access happens. In the same time there exists a iSCSI target with multipath to a remote hosts which is shared with every node, again providing a clustered LVM. So I'd need to synchronize a local LVM volume with a remote LVM image. The question is just by which technique I could achieve that (i.e. as RAID 0, where every read and write goes to one node only and doesn't wait the other node to succeed). I could achieve this with rsync by a cyclic push to the remote host, but the problem is, that rsync isn't block based thus I'd need to synchronize every time the whole file, not only changes.

View 2 Replies View Related

Ubuntu :: Can't Boot Into The OS - Error: No Suitable Mode Found (Dell X300)

May 3, 2010

Just did an upgrade from 9.10 to 10.04 through the update manager and now I can't boot into the OS. I receive these two errors:

error: no suitable mode found.
error: unknown command 'terminal'.

After these two errors. Screen flashes with the red/white loading circles and Ubuntu logo. After that just goes into a black screen.

View 9 Replies View Related

CentOS 5 Server :: Compiling Error Mod_ruby-1.3.0 On Centos 5.3 Server (with Howtoforg)?

Jun 1, 2009

I have a problem with compiling of mod_ruby-1.3.0 After a succesfull configure i get a error in the make, it say "make: *** [apachelib.o] error 1" . Here below you can find the results of de configuring and the make.I was following the roles in Howtoforge " The perfect server - Centos 5.3" everything goes perfect till mod_ruby-1.3.0

./configure.rb --with-apr-includes=/usr/include/apr-1
checking for a BSD compatible install... /usr/bin/install -c
checking whether we are using gcc... yes

[code]....

View 7 Replies View Related

Ubuntu :: Windows Applications - Install Wine In 8.04 - Error 'No Suitable Package Flex Found'

Jan 7, 2011

I am trying to install wine in ubuntu 8.04. While installation getting the error 'No suitable package flex found'. I tried to find out flex package in adobe as well as other sites. unable to find out.

View 3 Replies View Related

Ubuntu Installation :: No Suitable Download Server Was Found

Mar 30, 2011

My initial installation is for 10.4 (desktop). I've configured the package manager with my proxy information under the network tab. Downloads are attempted but none are successful. example error:Failed to fetch [URL]
I can download the example above via the firefox browser on the same machine configured with the same proxy.
I've tried changing servers, other hacks, but no change in results. I suspect its a proxy issue, but I don't see how. I did provide the credentials in the http authentication window that my reverse proxy requires.when I try to change servers, I get this message: No suitable download server was found

View 2 Replies View Related

Software :: Suitable Mail Server Installation And Using SquirrelMail

Apr 12, 2010

I am new to linux, just completed with configuring webmin on my new ubuntu server. I have installed myql, acpache etc. Now I wish to install the mail server. With which mail server should I go for the following use and I wish to also use squirrel mail.

The mail server would get connected to my online mail server from where it would fetch up emails and keep it here something like what mdaemon does in windows. And also send emails from this machine using smtp and pop3. How to do this kind of config and the best mail server

View 1 Replies View Related

CentOS 5 Server :: VsFTP Iptables Wont Start Get Error - CentOS 5.5

May 11, 2011

i am currently trying to install vsFTP onto my new linux server and btw i just started using linux today this is my first time using linux so i got the ftp installed good it got downloaded and everything then i went to open a port for my server for vsFTP i used this comand to open it "-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT" then i closed it by pressing ESC then :wq! and it brought me back to my comand line again so now when i try to start the ip table thing with the comand "service iptables start" then when i execute that comand putty respondes with this "Applying iptables firewall rules: iptables-restore: line 1 failed [FAILED]"

The install Guide im using: [URL]

View 5 Replies View Related

CentOS 5 Server :: Mysql.X86_64 V5.0.77 On CentOS 5.3 ERROR 1045 (28000): Access Denied

Oct 21, 2009

This is my first post, I hope I'm the the right place. I installed mysql mysql-server php-mysql perl-DBD-mysql libdbi-dbd-mysql via "yum install -y" on a server running CentOS 5.3 X86_64 The install completes successful with no errors, but once I start mysqld via "chkconfig --level 35 mysqld on" ; "service mysqld start" There are no errors in /var/log/mysqld.log netstat shows mysqld listening on 3306 and localhost is in /etc/hosts

[Code]...

View 2 Replies View Related

Ubuntu Servers :: Setup A Webmail Server / Suitable Client To Connect To It That Is Compatible With Windows?

Jun 29, 2010

I would like to know how to install a webmail server and a suitable client to help connect to it that is compatible with both windows and linux ubuntu.

View 1 Replies View Related

CentOS 5 :: Connect To The Ftp Server - Error "buffer Overflow Detected ***: /usr/sbin/vsftpd Terminated Error:Could Not Connect To Server"

Sep 24, 2011

every time I try to connect to the ftp server I setup i am recieving this error Response:*** buffer overflow detected ***: /usr/sbin/vsftpd terminated Error:Could not connect to server

View 1 Replies View Related

Server :: PHP Installation On Centos Server - Error: Mysql Configure Failed

Nov 19, 2010

I tried to install php from source file on centos server and i got the error as # ./configure --with-apxs2=/usr/local/packages/apache/bin/apxs --with-mysql --prefix=/usr/local/packages/apache/php --enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext --with-gdbm

checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for more information.

View 6 Replies View Related

CentOS 5 Server :: Can't Install SSMTP Mail Server - Error 1?

Feb 18, 2010

I try to install SSMTP mail server on Centos 5.4 and I have a following error >>

[Code]....

View 3 Replies View Related

CentOS 5 :: Fatal Server Error: Server Is Already Active For Display 0

Nov 19, 2010

that's my first linux server. on my root is CentOS already installed. when i connect via "Remote Desktop Viewer" i log in with my accout.

then i see the textmode and type in "startx" and "init 5" but nothing happens but i can see this:

[root@server004 ~]# startx
xauth: creating new authority file /root/.serverauth.2896
Fatal server error: Server is already active for display 0

If this server is no longer running, remove /tmp/.X0-lock and start again.

Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up.

[code]....

View 1 Replies View Related

CentOS 5 Server :: ERROR: Connection Dropped By IMAP Server

May 7, 2011

Whenever I try to login via SquirrelMail into my account I get this error message:

ERROR: Connection dropped by IMAP server.

View 1 Replies View Related

CentOS 5 Server :: Centos And Xen: Lan Error - Vif0.0: Received Packet With Own Address The Source Address

Jun 18, 2010

I installed the Centos 5.5 and after the Xen. After I put a virtual machine named VM01.Initially it worked properly, I tried everything and it worked.When rebooted, I had problems with the network.I have two network cards eth0 and eth1, but eth1 does not have any ip and I use only eth0.The error that appears is:

vif0.0: received packet with own address the source address

View 3 Replies View Related

CentOS 5 Server :: X Windows Error?

Nov 1, 2010

Im trying to instal X Windows and i get this at the end

I seen X windows ran on a server and it even let me install firefox so what can i do to install X windows?

View 1 Replies View Related

CentOS 5 :: DNS Server - Gets A Timeout Error

Jun 8, 2011

One person using our DNS servers reported a very curios problem. When he tries to access [url] he gets a timeout error. I tried loading the site using chrome, firefox and ie8 and I get the same results.

Here is what dig gives me:

If I use google DNS I get the correct response:

View 7 Replies View Related

General :: Vnc Server Configure Centos 5.4 Error

Mar 22, 2010

i am trying to configure below commands and it through error some one can advise where to check and how to fix this issue

[root@2rem .vnc]# vncserver :1 -name 2rem -depth 16 -geomatry 800x600
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
Unable to start Xvnc, exiting

View 1 Replies View Related

Server :: Php53 Instaalation Error In Centos 5.5?

Aug 16, 2011

i want to update php 5.1 to php 5.3 for wordpress installation but im facing problem in installation
I have installed php 5.3.6-4 on centOS 5.6. When i try to install some modules of php then it gives an error

php53-common-5.3.3-1.el5_6.1.i386 from updates has depsolving problems
--> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes

rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. I have reinstall it twice but each time i get same error.

View 2 Replies View Related

CentOS 5 Server :: MySql Error In Centos5.2

Mar 16, 2009

When i run the command:

It shows output as:

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved