-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Using --rsh and the :: server options to connect via ssh and spawn rsync on remove server. Doing this as non-root user with use chroot = false If my module path is not my home directory I get odd mkstemp errors. The errors are the mkstemp usr/local/etc/.oinkmaster.conf.dq4rNr failed: No such file or directory or it -T is specified mkstemp tmp/.oinkmaster.conf.dq4rNr failed: No such file or directory even created $Home/tmp. Is this due to chroot removing the leading slash as documented in rsyncd.conf? acqant -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/OoBGeDVHAE9jNDwRAmeQAKDEoEJrlH6aLY6AhJS8YXgQJQGF5wCeL13i hluI5idf2dEMWsd0/zS8uFo=e/qZ -----END PGP SIGNATURE-----
On Wed, Aug 13, 2003 at 02:15:36PM -0400, anthony wrote:> mkstemp usr/local/etc/.oinkmaster.conf.dq4rNr failed: No such file or directoryThe server always strips off leading slashes so that you can't get outside the "path" specified in the module's config. If you want to be able to specify any file on the system, you need to set the path to be "/". ..wayne..