Hi Mitch: Looks good - thanks for letting us know, we should be able to fix this for 3.7.4...
Cheers, Bernard -----Original Message----- From: [EMAIL PROTECTED] on behalf of Mitch Sako Sent: Fri 01/09/2006 18:59 To: [email protected] Subject: Re: [Sisuite-users] systemimager-server-rsyncd bug? Hi Bernard, SuSE apparently has this strangeness. It has a /usr/bin/rsync (executable) and /usr/sbin/rsyncd (daemon) but diff and sum reports them as identical. /etc/init.d/rsyncd starts /usr/sbin/rsyncd while rsync is run from /usr/bin/rsync. The potential problem you mention is correct, in that if rsync is running when you try to start the daemon (on either distribution), pidof doesn't report null so the daemon never starts. I'll open a bug report now. Mitch Bernard Li wrote: > Hi Mitch: > > The name of the binary is correct, it is "rsync" - note that it starts > it up in daemon mode. > > Which Linux are you on which provides "rsyncd"? On Red Hat systems, > /usr/bin/rsync is provided by the rsync RPM. > > However, you might have a potential problem if you're in the process of > imaging and have multiple rsync processes running and then it tries to > find the pidof rsync in which case it will get back a list... > > Can you please file a bug for this? > > http://sourceforge.net/tracker/?group_id=259&atid=100259 > > Thanks, > > Bernard > > >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On >>Behalf Of Mitch Sako >>Sent: Tuesday, August 29, 2006 17:18 >>To: [email protected] >>Subject: [Sisuite-users] systemimager-server-rsyncd bug? >> >>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 >> > > > ------------------------------------------------------------------------- > 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 > > ------------------------------------------------------------------------- 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
<<winmail.dat>>
------------------------------------------------------------------------- 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
