[Bug 497732] Re: backuppc errors: Tar exited with error 512 () due to read permission failures

2015-02-07 Thread Michael Mess
You should not remove the environment setting (/usr/bin/env LC_ALL=C ) as this is important for backuppc to understand the output of tar, if the system language is not English. In localhost.pl you should have: $Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C /usr/bin/sudo $tarPath -c -v -f - -C

[Bug 1374386] [NEW] sftp client stores files and directories with wrong permissions received by the server and lets download fail

2014-09-26 Thread Michael Mess
Public bug reported: The problem occurs always, but only with remote site reporting wrong/broken file permissions: sftp downloads files with those wrong permissions. The download succeeds, but to access the file, you have to chmod them. Recursive downloads fail reproducibly. A workaround for a

[Bug 1374386] Re: sftp client stores files and directories with wrong permissions received by the server and lets download fail

2014-09-26 Thread Michael Mess
** Description changed: - The problem occurs always, but only with remote site reporting - wrong/broken file permissions: + Ubuntu: 14.04 LTS + The problem occurs always, but only with remote site reporting wrong/broken file permissions: sftp downloads files with those wrong permissions.

[Bug 1030534] Re: sftp -r remotedir . creates directories with wrong permissions

2014-09-26 Thread Michael Mess
*** This bug is a duplicate of bug 1374386 *** https://bugs.launchpad.net/bugs/1374386 I was able to reproduce it with a broken remote site that reports its files have no permission at all. Remote permissions are applied to local directories before its content is downloaded. Thus local files

[Bug 1374386] Re: sftp client stores files and directories with wrong permissions received by the server and lets download fail

2014-09-26 Thread Michael Mess
** Tags added: sftp -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/1374386 Title: sftp client stores files and directories with wrong permissions received by the server and lets

[Bug 1374386] Re: sftp client stores files and directories with wrong permissions received by the server and lets download fail

2014-09-26 Thread Michael Mess
** Description changed: Ubuntu: 14.04 LTS The problem occurs always, but only with remote site reporting wrong/broken file permissions: - sftp downloads files with those wrong permissions. The download succeeds, but to access the file, you have to chmod them. - Recursive downloads fail