You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run xsos -FSx on a live system fails because both modules unconditionally look for sosreport files:
# xsos -FSx
SS CHECK
Sessions:
Proto Local Peer sock_drop app_limited dsack_dups lost reord_seen back_log retrans_total rq tq %CPU %MEM User Command
----- ----- ---- --------- ----------- ---------- ---- ---------- -------- ------------- -- -- ---- ---- ---- -------
FIREWALL
Services enabled:
No firewall services enabled.
Rules loaded:
No rules loaded.
cat: /ps: No such file or directory
cat: /ps: No such file or directory
cat: /ps: No such file or directory
cat: /ps: No such file or directory
cat: /sos_commands/networking/ss_-peaonmi: No such file or directory
/usr/local/bin/xsos: line 3760: /sos_commands/systemd/systemctl_status_--all: No such file or directory
/usr/local/bin/xsos: line 3760: /sos_commands/systemd/systemctl_status_--all: No such file or directory
/usr/local/bin/xsos: line 3760: /sos_commands/systemd/systemctl_status_--all: No such file or directory
Looking at the relevant source, the code for handling a live system is missing (using SSCHECK as an example, FIREWALL has the same issue):
Trying to run
xsos -FSx
on a live system fails because both modules unconditionally look for sosreport files:Looking at the relevant source, the code for handling a live system is missing (using
SSCHECK
as an example,FIREWALL
has the same issue):xsos/xsos
Lines 3415 to 3430 in 81e7575
The text was updated successfully, but these errors were encountered: