Networking Forums

Networking Forums > Computer Networking > Linux Networking > Rsync daemon problems

Reply
Thread Tools Display Modes

Rsync daemon problems

 
 
David
Guest
Posts: n/a

 
      09-14-2004, 08:05 PM
Hi all,

Why does this occur? Very frustrating...

[root@server_02 tmp]# rsync --daemon
[root@server_02 tmp]# ps -aux |grep rsync
root 27062 0.0 0.0 3684 564 pts/0 S Aug03 0:00 grep
rsync


(Obviously, I'm trying to run the rync daemon but it essentially says
"screw you" and just returns me to the command prompt.)

Thanks,
Dave
 
Reply With Quote
 
 
 
 
ljb
Guest
Posts: n/a

 
      09-15-2004, 12:49 AM
(E-Mail Removed) wrote:
> Hi all,
>
> Why does this occur? Very frustrating...
>
> [root@server_02 tmp]# rsync --daemon
> [root@server_02 tmp]# ps -aux |grep rsync
> root 27062 0.0 0.0 3684 564 pts/0 S Aug03 0:00 grep
> rsync
>
>
> (Obviously, I'm trying to run the rync daemon but it essentially says
> "screw you" and just returns me to the command prompt.)


In "daemon" mode, rsync reports errors only to the system logger (typically
written to /var/log/messages or /var/log/syslog), so that's where you have
to look to see why it won't start. Possibly the cause is a missing or bad
configuration file (/etc/rsyncd.conf), but the syslog messages will explain.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get log file for rsync operation? Does rsync also delete remote files? Goran Ivanic Linux Networking 9 05-05-2008 04:58 PM
What is avahi daemon? MohsinHijazee Linux Networking 6 01-25-2008 06:34 AM
rsync daemon how do I block sites? ToddAndMargo@verizon.net Linux Networking 6 05-15-2007 05:19 PM
dhcp server daemon problems GattoDiGrondaia Linux Networking 1 04-25-2005 03:38 PM
ftp daemon recomendations please Graeme Hinchliffe Linux Networking 0 09-14-2004 01:13 PM



1 2 3 4 5 6 7 8 9 10 11