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
I tried porting this to archlinux with not much success. I skipped the weird setup script because it assumes that the otseca files live in someones home dir or similar which is not how you should install software.
I put together this PKGBUILD to install it which seems to work for now but a proper install method would be nice in the future. Maybe try a Makefile or something. It's really ieasy to do and people know how to use those.
Anyway after installing otseca and running it I get the following output:
$ sudo otseca --show-errors
┌─────────────────────────────────────────────────────────────┐
│ │
│ Φ otseca v1.0.5 security audit script │
│ │
│ Project: https://github.com/trimstray/otseca │
│ │
│ Debian GNU/Linux, CentOS Linux │
│ │
└─────────────────────────────────────────────────────────────┘
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
-- [ Init environment ] --
• load otseca.conf
• set dump directory: dump.1552473482
• set log file: dump.log
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
-- [ Dump system information ] --
× task: SYSTEM
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
• exec: uname -a [ DONE ]
• exec: uptime [ DONE ]
• exec: lsb_release -a [ DONE ]
• exec: cat /proc/cpuinfo [ DONE ]
• exec: ps -auxenf [ DONE ]
• grep: "^\s*linux" in /boot/grub/grub.* [ TRUE ]
stderr:
sed: can't read /usr/share/otseca/bin/../data/output/dump.1552473482/err.log: No such file or directory
I'm not sure what the problem is. The directory /usr/share/otseca/bin/../data/output/dump.1552473482 has no err.log file but instead some dump.log.1552473482-system-* files.
This doesn't seem to be a archlinux specific problem. SO maybe I found a generic bug here?
The text was updated successfully, but these errors were encountered:
I tried porting this to archlinux with not much success. I skipped the weird setup script because it assumes that the otseca files live in someones home dir or similar which is not how you should install software.
I put together this PKGBUILD to install it which seems to work for now but a proper install method would be nice in the future. Maybe try a Makefile or something. It's really ieasy to do and people know how to use those.
Anyway after installing otseca and running it I get the following output:
I'm not sure what the problem is. The directory
/usr/share/otseca/bin/../data/output/dump.1552473482
has noerr.log
file but instead somedump.log.1552473482-system-*
files.This doesn't seem to be a archlinux specific problem. SO maybe I found a generic bug here?
The text was updated successfully, but these errors were encountered: