Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39049 - rsync ebuild is broken - fails to include a config path!
Summary: rsync ebuild is broken - fails to include a config path!
Status: RESOLVED DUPLICATE of bug 39052
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 10:07 UTC by Stephen Bosch
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Bosch 2004-01-22 10:07:52 UTC
rsyncd won't start properly because there is no configuration file specified by default. Once a start is attempted, runscript thinks the process is running and won't attempt a restart, even though there is no rsync process.

Reproducible: Always
Steps to Reproduce:
1.execute '/etc/init.d/rsync start'
2.
3.

Actual Results:  
root@moose:/etc/conf.d# /etc/init.d/rsyncd start
 * WARNING:  "rsyncd" has already been started.
root@moose:/etc/conf.d# /etc/init.d/rsyncd stop
 * Stopping rsyncd...
cat: /var/run/rsyncd.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l
[sigspec]                                                                 [ !! ]

root@moose:/etc/conf.d# /etc/init.d/rsyncd status
 * status:  started
root@moose:/etc/conf.d# ps -ef | grep rsync
root@moose:/etc/conf.d#

Expected Results:  
rsync should stop and start when commanded.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-22 11:14:51 UTC

*** This bug has been marked as a duplicate of 39052 ***