canonical / canonical/cloud-init
Log information on ubuntu login screen
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
This bug was originally filed in Launchpad as [LP: #1929802](https://bugs.launchpad.net/cloud-init/+bug/1929802)
Launchpad details
affected_projects = ['ubuntu']
assignee = None
assignee_name = None
date_closed = None
date_created = 2021-05-27T09:11:19.577196+00:00
date_fix_committed = None
date_fix_released = None
id = 1929802
importance = wishlist
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1929802
milestone = None
owner = waveform
owner_name = Dave Jones
private = False
status = triaged
submitter = sergiyts
submitter_name = Sergiy Tsarenok
tags = ['bot-comment', 'raspi-image']
duplicates = []
_Launchpad user **Sergiy Tsarenok(sergiyts)** wrote on 2021-05-27T09:11:19.577196+00:00_
After start-up information of server, which is Raspberry Pi 4 Computer Model B with Ubuntu 21.04 server, when already appeared user login request, I’m getting 3 lines of Cloud-init log:
--------
[ 52.081950] cloud-init[2018]:Cloud-init v. 21.1-19-gbad84ad4-0ubuntu3 running 'modules:config' at Wed, 26 May 2021 19:23:18 +0000. Up 51.89 seconds.
[ 53.647359] cloud-init[2026]:Cloud-init v. 21.1-19-gbad84ad4-0ubuntu3 running 'modules:final' at Wed, 26 May 2021 19:23:20 +0000. Up 53.44 seconds.
[ 53.764273] cloud-init[2026]:Cloud-init v. 21.1-19-gbad84ad4-0ubuntu3 finished at Wed, 26 May 2021 19:23:20 +0000. Datasource DataSourceCloud [seed=/dev/mmcblk0k1][dsmode=net]. Up 53.44 seconds.
--------
I don’t know if it causes any problem to system, but it is definitely not a right place to print this information.
Here is some additional information which I collected according to ReportingBugs instruction:
Description: Ubuntu 21.04
Release: 21.04
--------
cloud-init:
Installed: 21.1-19-gbad84ad4-0ubuntu3
Candidate: 21.1-19-gbad84ad4-0ubuntu3
Version table:
*** 21.1-19-gbad84ad4-0ubuntu3 500
500 http://ports.ubuntu.com/ubuntu-ports hirsute-updates/main arm64 Packages
100 /var/lib/dpkg/status
21.1-19-gbad84ad4-0ubuntu2 500
500 http://ports.ubuntu.com/ubuntu-ports hirsute/main arm64 Packages
--------
I discovered the issue occasionally when connected my Raspberry to monitor. Before I used SSH (PuTTY) to work with it. Thus, I don't know if it was from very first start of the server or appeared after update or installed package.
I did not install any packages outside of official repositories.
I do not use any Cloud functionality on my server and did not touch Cloud-init.
I'm not using (not installed) GUI.
Contributor guide
Assessment
This issue has not been assessed yet.