-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
P3Low-impact bugs or featuresLow-impact bugs or featurestype:discussionOpen ended discussion topicOpen ended discussion topictype:enhancementNew framework feature or requestNew framework feature or request
Description
I can make sof-test/test-case/check-playback.sh run on ChromeOS, but there are some issues.
terminal.txt
- the visudo configuration seems only takes effect once.
- there is no /var/log/kern.log file.
- the sudo funciton in hijack.sh report a library issue, but the file does exist on the system.
dmesg: error while loading shared libraries: libtinfow.so.6: cannot open shared object file: No such file or directory
- no sudo group on ChromeOS
- we have to specify bash or python3 when run shell/python scripts, check https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
- journalctl require root permission
How dependencies are installed?
- I found a package management tool named chromebrew, this tool can help to install dependencies as apt did for us.
- python3 dependencies should be installed with pip3
- this tool can not run with root.
marc-hb and xiulipan
Metadata
Metadata
Assignees
Labels
P3Low-impact bugs or featuresLow-impact bugs or featurestype:discussionOpen ended discussion topicOpen ended discussion topictype:enhancementNew framework feature or requestNew framework feature or request