I'm not sure if this has been reported or if it's a bug at all. In the startup file 'systemimager-server-rsyncd' (usually in /etc/init.d) there is code that looks like this:
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin NAME=rsync OPTIONS="--daemon --config=/etc/systemimager/rsyncd.conf" DAEMON=`which $NAME` || exit 0 DESC="rsync daemon for systemimager" I found out that rsyncd will not start back up if there are rsync processes running because pidof reports back process ids. If I change $NAME to "rsyncd" everything happens as expected. My rsyncd died and I needed to restart it, however there were some rsync jobs running at the same time. -Mitch ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
