Displaying 2 results from an estimated 2 matches for "blackluck".
2010 Sep 25
3
LUKS create_encrypted_fs
Hi All,
This is my first post to centos-docs. I've read several months of
archives, but, this may be too trivial.
Re: http://wiki.centos.org/TipsAndTricks/EncryptedFilesystem/Scripts
This line:
FREE_SPACE=$(df -m $SECRET_PATH |grep / | awk '{ print $4 }')
gave me a problem due to line wrapping in df. For example:
$ df -m /home/ja/verify/
Filesystem 1M-blocks Used
2017 Jun 29
2
[Bug 2733] New: sftp wildcard list missing stats if more than one match
...match
Product: Portable OpenSSH
Version: 7.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: blackluck at ktk.bme.hu
PLatform and version: Tried it on debian ans opensuse, and older
debians where version is 6.0p1 or 5.1p1 so it's not a new error.
Problem: when listing files in sftp with wildcard and there is more
than one match to the wildcard, then there is no file stats and order
by also not...