Actions
Bug #10699
closedOptions -u and -a must be exclusive for foreman-debug
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Steps to Reproduce:
1. foreman-debug -g -v -a -d /tmp/test
2. View results
Actual results:
A debug directory has been created: /tmp/test
You may want to upload the tarball to our public server via rsync. There is a
write only directory (readable only by Foreman core developers) for that. Note
the rsync transmission is UNENCRYPTED:
rsync /tmp/test.tar.xz rsync://theforeman.org/debug-incoming
Do you want to do this now? [y/N] y
Uploading...
rsync: link_stat "/tmp/test.tar.xz" failed: No such file or directory (2)
Actions