Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct grammar, punctuation in root authorized_keys message on EC2 #2173

Closed
ubuntu-server-builder opened this issue May 9, 2023 · 2 comments
Labels
launchpad Migrated from Launchpad

Comments

@ubuntu-server-builder
Copy link
Collaborator

This bug was originally filed in Launchpad as LP: #672417

Launchpad details
affected_projects = ['cloud-init (Ubuntu)']
assignee = None
assignee_name = None
date_closed = 2011-01-27T00:37:16.856411+00:00
date_created = 2010-11-08T06:51:27.895283+00:00
date_fix_committed = 2011-01-26T19:50:52.754951+00:00
date_fix_released = 2011-01-27T00:37:16.856411+00:00
id = 672417
importance = low
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/672417
milestone = None
owner = smoser
owner_name = Scott Moser
private = False
status = fix_released
submitter = esh
submitter_name = Eric Hammond
tags = ['apport-bug', 'ec2-images', 'i386', 'maverick']
duplicates = []

Launchpad user Eric Hammond(esh) wrote on 2010-11-08T06:51:27.895283+00:00

Binary package hint: cloud-init

Attempting to log in to the "root" user on an Ubuntu AMI returns the message:

Please login as the ubuntu user rather than root user.

This has two minor problems:

  1. There is a missing "the" before the word "root".

  2. Adding quotes around the usernames would reduce confusion (see https://bugs.launchpad.net/ubuntu/+source/ec2-init/+bug/506981/comments/7)

Proposed new messaging:

Please login as the user "ubuntu" rather than the user "root".

or

Please login as the "ubuntu" user rather than the "root" user.

The first one is slightly clearer to me, but both get the message across.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ec2-init (not installed)
ProcVersionSignature: User Name 2.6.35-22.33-virtual 2.6.35.4
Uname: Linux 2.6.35-22-virtual i686
Architecture: i386
Date: Sun Nov 7 18:27:51 2010
Ec2AMI: ami-508c7839
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: cloud-init

@ubuntu-server-builder ubuntu-server-builder added the launchpad Migrated from Launchpad label May 9, 2023
@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Launchpad Janitor(janitor) wrote on 2011-01-26T22:30:16.938478+00:00

This bug was fixed in the package cloud-init - 0.6.0-0ubuntu1


cloud-init (0.6.0-0ubuntu1) natty; urgency=low

  • New upstream release.
  • fix permissions on cloud-init.log so syslog can write to it (LP: ##704509)
  • rework of /var/lib/cloud layout
  • remove updates-check (LP: #653220)
  • support resizing root partition on first boot (enabled by default)
  • added cloud-config options for setting hostname, phone_home
  • indicate "all the way up" with message to console and file creation
    in /var/lib/cloud/instance/ (LP: #653271)
  • write ssh keys to console late in boot to ensure they're in console buffer
  • add support for redirecting output of cloud-init, cloud-config,
    cloud-final via the config file, or user data config file
  • add support for posting data about the instance to a url (phone_home)
  • add minimal OVF transport (iso) support
  • make DataSources that are attempted dynamic and configurable from
    config. config option 'cloud_type' replaced by 'datasource_list'
  • add 'timezone' option to cloud-config (LP: #645458)
  • Added an additional archive format, that can be used for multi-part
    input to cloud-init. This may be more user friendly then mime-multipart
    (LP: #641504)
  • add support for reading Rightscale style user data (LP: #668400)
  • make the message on 'disable_root' more clear (LP: #672417)
  • do not require public key if private is given in ssh cloud-config
    (LP: #648905)
    -- Scott Moser smoser@ubuntu.com Wed, 26 Jan 2011 17:28:36 -0500

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Scott Moser(smoser) wrote on 2011-01-27T00:37:16.152365+00:00

fix-released with 0.6.0 and 0.6.0-0ubuntu1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
launchpad Migrated from Launchpad
Projects
None yet
Development

No branches or pull requests

1 participant