This bug was originally filed in Launchpad as LP: #1940236
Launchpad details
affected_projects = []
assignee = renanrodrigo
assignee_name = Renan Rodrigo
date_closed = 2021-11-02T19:54:16.278355+00:00
date_created = 2021-08-17T08:47:29.980135+00:00
date_fix_committed = 2021-09-17T13:06:56.031479+00:00
date_fix_released = 2021-11-02T19:54:16.278355+00:00
id = 1940236
importance = medium
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1940236
milestone = None
owner = paelzer
owner_name = Christian Ehrhardt
private = False
status = fix_released
submitter = paelzer
submitter_name = Christian Ehrhardt
tags = []
duplicates = []
Launchpad user Christian Ehrhardt (paelzer) wrote on 2021-08-17T08:47:29.980135+00:00
While looking for other issues I saw the following two doc issues that could be fixed.
#1 a a
https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=ssh_authorized_keys#authorized-keys
it reads "connect to a a user account on a system"
#2 sudo missing
https://cloudinit.readthedocs.io/en/latest/topics/bugs.html
also nowadays (impish and later) the dmesg call needs a sudo, otherwise you'll get
dmesg: read kernel buffer failed: Operation not permitted
This bug was originally filed in Launchpad as LP: #1940236
Launchpad details
Launchpad user Christian Ehrhardt (paelzer) wrote on 2021-08-17T08:47:29.980135+00:00
While looking for other issues I saw the following two doc issues that could be fixed.
#1 a a
https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=ssh_authorized_keys#authorized-keys
it reads "connect to a a user account on a system"
#2 sudo missing
https://cloudinit.readthedocs.io/en/latest/topics/bugs.html
also nowadays (impish and later) the dmesg call needs a sudo, otherwise you'll get
dmesg: read kernel buffer failed: Operation not permitted