Displaying 2 results from an estimated 2 matches for "pathless".
Did you mean:
patchless
2003 Nov 15
3
[Bug 759] If sshd was started without explicit pathname, it dies when restarted
http://bugzilla.mindrot.org/show_bug.cgi?id=759
Summary: If sshd was started without explicit pathname, it dies
when restarted
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2003 Aug 05
2
bug: rsync always writes temp-files to current directory since cvs-20030326
Hi,
The documentation states that rsync writes temp-files to the recieving
directory, unless --temp-dir is specified. This is not true since
cvs-20030326, when receiver.c was modified.
( http://cvs.samba.org/cgi-bin/cvsweb/rsync/receiver.c#rev1.44 )
You will get this error when you don't have write access to the
current directory:
mkstemp .somefile.UQVWQd failed: Permission denied
rsync