From: Ralph C. <ra...@in...> - 2020-01-15 10:27:50
|
Hi mario, > vmail user > strace -ffe %desc -s 4096 -o st fetchmail > strace: Can't fopen 'st.15088': Permission denied ‘-o st’ puts strace's output into a file called st. It appears you don't have write permission on the current directory so specify somewhere where the file can be created, e.g. /tmp/st. -- Cheers, Ralph. |