Skip to content

OSX Upgrade to Tahoe Breaks SSH_AUTH_SOCK Management #2113

@sabre1041

Description

@sabre1041
ISSUE TYPE
  • Bug Report
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

ansible-navigator exec
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugResearched, reproducible, committed to fixnewNew issues and PRs to triaged

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions