GitHub user DaanHoogland added a comment to the discussion: Unable to provision keys
> Heres the manual lscpu output > > ``` > root@cloudstack2:~# lscpu | grep -i 'Model name' | head -n 1 | egrep -o > '[[:digit:]].[[:digit:]]+GHz' | sed 's/GHz//g'”; > sed: -e expression #1, char 9: unknown option to `s' > root@cloudstack2:~# > ``` ok, that explains the stack trace. I guess sed on ubuntu doesn’t adhere to posix?? I do remember there are some code changes concerning the lscpu query in a PR. They may work around this. cc @weizhouapache , you know? Great that you got around the problem. Any doc changes you would put in, @nlindblo ? GitHub link: https://github.com/apache/cloudstack/discussions/11304#discussioncomment-13985121 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
