We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6452396 commit 1a627f0Copy full SHA for 1a627f0
dev-support/gather_machine_environment.sh
@@ -52,5 +52,5 @@ ps -Aww >"${output}/ps-Aww" 2>&1 || true
52
ifconfig -a >"${output}/ifconfig-a" 2>&1 || true
53
lsblk -ta >"${output}/lsblk-ta" 2>&1 || true
54
lsblk -fa >"${output}/lsblk-fa" 2>&1 || true
55
-ulimit -l >"${output}/ulimit-l" 2>&1 || true
+ulimit -a >"${output}/ulimit-a" 2>&1 || true
56
uptime >"${output}/uptime" 2>&1 || true
0 commit comments