Displaying 2 results from an estimated 2 matches for "l_success".
2016 Mar 12
3
Problem with ssh-copy-id when home folder contains spaces
...FO \
-o PreferredAuthentications=publickey \
- -o IdentitiesOnly=yes "$@" exit 2>$L_TMP_ID_FILE.stderr </dev/null
+ -o IdentitiesOnly=yes "$@" exit 2>"$L_TMP_ID_FILE.stderr" </dev/null
if [ "$?" = "$L_SUCCESS" ] ; then
- : > $L_TMP_ID_FILE
+ : > "$L_TMP_ID_FILE"
else
- grep 'Permission denied' $L_TMP_ID_FILE.stderr >/dev/null || {
- sed -e 's/^/ERROR: /' <$L_TMP_ID_FILE.stderr >$L_TMP_ID_FILE
+ grep ...
2006 Apr 25
2
NFS
I've finally managed to run Dovecot without errors in two computers with
maildir and indexes stored in NFS. I added a page to wiki about this:
http://wiki.dovecot.org/NFS
Suggestions how to keep attribute cache enabled but to allow Dovecot to
specifically request not to use a cached value (when it's important)
would be welcome.
-------------- next part --------------
A non-text