[Bug 1878115] Re: logged luks passwords

2020-05-11 Thread Paul Gear via ubuntu-bugs
I've confirmed on a 20.04 system recently installed from the official
server ISO that the passphrase for the newly-created LUKS volume appears
in the following files in /var/log/installer after install:

autoinstall-user-data curtin-install-cfg.yaml curtin-install.log
installer-journal.txt subiquity-curtin-install.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878115

Title:
  logged luks passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1878115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1492621] Re: Cannot start VMs without routable IPv4 address

2020-04-10 Thread Paul Gear via ubuntu-bugs
I agree with @addyp95 - this is a bug in how libvirt works in IPv6-only
environments, and it is still present on focal.  For posterity, the
exact details of the workaround are to add the following line to
/etc/libvirt/qemu.conf:

spice_listen = "::1"


** Changed in: qemu (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1492621

Title:
  Cannot start VMs without routable IPv4 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1492621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788322] Re: Approximately every 2mins this is written to syslog - rsyslogd: action 'action 3' resumed (module 'builtin:omfile') [v8.32.0 try http://www.rsyslog.com/e/2359

2020-04-09 Thread Paul Gear via ubuntu-bugs
@cpollock: I don't think this is invalid. This is a very poor error
message which gives no pointers about why, and causes logspam.  It was
only because of your last update that I realised that I had incorrect
file permissions also.

** Changed in: rsyslog (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788322

Title:
  Approximately every 2mins this is written to syslog - rsyslogd: action
  'action 3' resumed (module 'builtin:omfile') [v8.32.0 try
  http://www.rsyslog.com/e/2359

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1788322/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1758775] Re: DHCP-received NTP servers override the configuration of the NTP charm

2019-08-02 Thread Paul Gear via ubuntu-bugs
I don't think this is really the same problem.  The init script for NTP
is designed to honour the settings provided by the DHCP client.  In most
cases, this is expected, but when the charm is configured, users expect
the charm to manage the local settings for them without needing to
override the DHCP client.  I think the preferred solution would be for
the charm to disable the DHCP client from modifying the NTP
configuration by removing "ntp-servers" from the "request" entry in
/etc/dhcp/dhclient.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1758775

Title:
  DHCP-received NTP servers override the configuration of the NTP charm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp-charm/+bug/1758775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1838146] Re: ntpd installation /etc/ntp.conf ~ hostnames listed do not exist on *.ntp.org

2019-07-27 Thread Paul Gear via ubuntu-bugs
On which version of Ubuntu did you experience this?  Whilst the latest
LTS (18.04) and non-LTS (19.04) versions have moved the ntp package to
universe, they still ship with a fully working configuration.  Here's an
example from a stock install on an AWS EC2 instance running disco
(19.04):

root@ip-172-31-7-27:~# grep ubuntu /etc/ntp.conf
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
pool 2.ubuntu.pool.ntp.org iburst
pool 3.ubuntu.pool.ntp.org iburst
pool ntp.ubuntu.com
root@ip-172-31-7-27:~# awk '/ubuntu/ {print $2}' /etc/ntp.conf | xargs -n1 host
0.ubuntu.pool.ntp.org has address 142.147.92.5
0.ubuntu.pool.ntp.org has address 12.71.198.242
0.ubuntu.pool.ntp.org has address 45.76.244.193
0.ubuntu.pool.ntp.org has address 104.168.88.15
1.ubuntu.pool.ntp.org has address 27.124.125.252
1.ubuntu.pool.ntp.org has address 129.250.35.250
1.ubuntu.pool.ntp.org has address 129.250.35.251
1.ubuntu.pool.ntp.org has address 13.55.50.68
2.ubuntu.pool.ntp.org has address 144.48.166.166
2.ubuntu.pool.ntp.org has address 203.7.149.149
2.ubuntu.pool.ntp.org has address 103.38.120.36
2.ubuntu.pool.ntp.org has address 103.76.40.123
2.ubuntu.pool.ntp.org has IPv6 address 2404:cc80:166::166
2.ubuntu.pool.ntp.org has IPv6 address 2407:f100:4:1::3
2.ubuntu.pool.ntp.org has IPv6 address 2a00:fd80:::::ff2
2.ubuntu.pool.ntp.org has IPv6 address 2001:19f0:5801:1daa:5400:1ff:fe95:cf80
3.ubuntu.pool.ntp.org has address 220.158.215.20
3.ubuntu.pool.ntp.org has address 27.124.125.251
3.ubuntu.pool.ntp.org has address 103.38.120.36
3.ubuntu.pool.ntp.org has address 103.214.220.220
ntp.ubuntu.com has address 91.189.89.198
ntp.ubuntu.com has address 91.189.89.199
ntp.ubuntu.com has address 91.189.91.157
ntp.ubuntu.com has address 91.189.94.4
ntp.ubuntu.com has IPv6 address 2001:67c:1560:8003::c8
ntp.ubuntu.com has IPv6 address 2001:67c:1560:8003::c7

So for the stock configuration on released Ubuntu versions, this is
factually incorrect.  Can you provide any further details to explain how
this is a problem?

** Changed in: ntp (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1838146

Title:
  ntpd installation /etc/ntp.conf ~ hostnames listed do not exist on
  *.ntp.org

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1838146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs