Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-23-2011, 04:49 AM
|
#31
|
Member
Registered: Apr 2011
Posts: 397
Original Poster
Rep:
|
rsync -av -e ssh /var/db 172.16.13.1:/home/fileadmin
building file list ... done
db/
db/Makefile
db/nscd/
sent 4730 bytes received 54 bytes 9568.00 bytes/sec
total size is 4588 speedup is 0.96
it runs...but why there is size difference in sent and total...
|
|
|
06-23-2011, 06:26 AM
|
#32
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
The total size is the size of the files transferred. Bytes sent are the total size of the files plus the information that rsync exchanges with the remote hosts (e.g. the file list, the timestamp of the files, etc.). You can see more detailed statistics using the option --stats.
|
|
|
06-23-2011, 06:40 AM
|
#33
|
Member
Registered: Apr 2011
Posts: 397
Original Poster
Rep:
|
ok thanks colucix you helped me alot...and thanks to other also..iam closing this thred it is solved...and publishing new post
|
|
|
06-24-2011, 01:01 AM
|
#34
|
Member
Registered: Apr 2011
Posts: 397
Original Poster
Rep:
|
above problem is solved in fileserver but in backup server i can't login through ssh
#ssh root@fileserver
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:6
RSA host key for <ip address of fileserver> has changed and you have requested strict checking.
Host key verification failed.
|
|
|
06-24-2011, 01:28 AM
|
#35
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Most likely this is due to a reinstallation/upgrade of the remote server, for which the system RSA key has changed. You have to edit the file ~/.ssh/known_hosts and delete the line containing the IP or the hostname of fileserver (see posts #7, #8, #19 and #20 above).
|
|
|
06-24-2011, 03:39 AM
|
#36
|
Member
Registered: Apr 2011
Posts: 397
Original Poster
Rep:
|
thanx...i renamed known_host file then login through ssh now iam able to login successfully...
|
|
|
06-24-2011, 03:41 AM
|
#37
|
Member
Registered: Apr 2011
Posts: 397
Original Poster
Rep:
|
@colucix kindly help me in solving other threads also.regarding mail server
|
|
|
06-24-2011, 03:49 AM
|
#38
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Quote:
Originally Posted by centos123
@colucix kindly help me in solving other threads also.regarding mail server
|
I'm sorry but I have no experience of mail servers. Your thread will be bumped twice until nobody posts a reply. Let's see if someone step in within the next couple of days.
|
|
|
All times are GMT -5. The time now is 03:12 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|