ISSUE TYPE
SUMMARY
In OSX Tahoe >26.3, changes into how temporary files/directories are managed cause the SSH Agent socket to no longer be in location that is mountable by Ansible Navigator.
Previous versions of OSX mounted temporary files in the directory /private/tmp. However recent versions of OSX now place temporary files in /var/run which applies different permissions resulting in the following error when running most ansible-navigator commands:
Error: statfs /var/run/com.apple.launchd.xxxxxxxxx: no such file or directory
ANSIBLE-NAVIGATOR VERSION
ansible-navigator 24.6.1
CONFIGURATION
No specific configurations
STEPS TO REPRODUCE
On a OSX Tahoe machine. Run a ansible-navigator exec command
EXPECTED RESULTS
Command completes successfully and user is able to perform desired ansible-navigator actions
ACTUAL RESULTS
Receive:
Error: statfs /var/run/com.apple.launchd.xxxxxxxxx: no such file or directory
ISSUE TYPE
SUMMARY
In OSX Tahoe >26.3, changes into how temporary files/directories are managed cause the SSH Agent socket to no longer be in location that is mountable by Ansible Navigator.
Previous versions of OSX mounted temporary files in the directory
/private/tmp. However recent versions of OSX now place temporary files in/var/runwhich applies different permissions resulting in the following error when running mostansible-navigatorcommands:ANSIBLE-NAVIGATOR VERSION
ansible-navigator 24.6.1
CONFIGURATION
No specific configurations
STEPS TO REPRODUCE
On a OSX Tahoe machine. Run a
ansible-navigator execcommandEXPECTED RESULTS
Command completes successfully and user is able to perform desired
ansible-navigatoractionsACTUAL RESULTS
Receive: