Skip to content

Commit

Permalink
add host symlinks to fix w, who, last commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jan 19, 2024
1 parent 10f1673 commit a52c683
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansible/playbooks/roles/compatibility_layer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,16 @@ symlinks_to_host:
# required if SSSD is used in nsswitch.conf
- /lib64/libnss_sss.so.2

# required to make runtime data available for lots of tools (including who and w)
- /var/run

# required by the last command
- /var/log/wtmp

# - /var/lib/munge
# - /var/lib/unbound
# - /var/lib/VirtualGL
# - /var/log/munge
# - /var/log/wtmp
# - /var/run
# - /var/spool
# - /var/tmp
# - /run/dbus
Expand Down

0 comments on commit a52c683

Please sign in to comment.