Activity log for bug #2056570

Date Who What changed Old value New value Message
2024-03-08 15:20:39 Olivier Gayot bug added bug
2024-03-08 15:21:02 Olivier Gayot description I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that is is the call to systemctl daemon-reload which causes the failure: + [ -d /run/systemd/system ] + systemctl daemon-reload Failed to connect to bus: No data available + cleanup + [ /tmp/tmp.iebuhpLhg7 ] + rm -f /tmp/tmp.iebuhpLhg7 + [ ] dpkg: error processing package openssh-server (--configure): installed openssh-server package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: openssh-server E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin-1/+merge/461730 by I have to confirm. I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that is is the call to systemctl daemon-reload which causes the failure:         + [ -d /run/systemd/system ]         + systemctl daemon-reload         Failed to connect to bus: No data available         + cleanup         + [ /tmp/tmp.iebuhpLhg7 ]         + rm -f /tmp/tmp.iebuhpLhg7         + [ ]         dpkg: error processing package openssh-server (--configure):          installed openssh-server package post-installation script subprocess returned error exit status 1         Errors were encountered while processing:          openssh-server         E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin-1/+merge/461730 but I have to confirm.
2024-03-08 15:21:10 Olivier Gayot bug task added curtin
2024-03-08 15:40:07 Olivier Gayot description I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that is is the call to systemctl daemon-reload which causes the failure:         + [ -d /run/systemd/system ]         + systemctl daemon-reload         Failed to connect to bus: No data available         + cleanup         + [ /tmp/tmp.iebuhpLhg7 ]         + rm -f /tmp/tmp.iebuhpLhg7         + [ ]         dpkg: error processing package openssh-server (--configure):          installed openssh-server package post-installation script subprocess returned error exit status 1         Errors were encountered while processing:          openssh-server         E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin-1/+merge/461730 but I have to confirm. I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that is is the call to systemctl daemon-reload which causes the failure:         + [ -d /run/systemd/system ]         + systemctl daemon-reload         Failed to connect to bus: No data available         + cleanup         + [ /tmp/tmp.iebuhpLhg7 ]         + rm -f /tmp/tmp.iebuhpLhg7         + [ ]         dpkg: error processing package openssh-server (--configure):          installed openssh-server package post-installation script subprocess returned error exit status 1         Errors were encountered while processing:          openssh-server         E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin/+merge/460960 but I have to confirm.
2024-03-08 15:42:52 Olivier Gayot subiquity: importance Undecided High
2024-03-08 15:43:22 Olivier Gayot description I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that is is the call to systemctl daemon-reload which causes the failure:         + [ -d /run/systemd/system ]         + systemctl daemon-reload         Failed to connect to bus: No data available         + cleanup         + [ /tmp/tmp.iebuhpLhg7 ]         + rm -f /tmp/tmp.iebuhpLhg7         + [ ]         dpkg: error processing package openssh-server (--configure):          installed openssh-server package post-installation script subprocess returned error exit status 1         Errors were encountered while processing:          openssh-server         E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin/+merge/460960 but I have to confirm. I'm trying to install Ubuntu Server 24.04 using today's daily + changes related to deb822. I'm using the following curtin revision: https://git.launchpad.net/~ogayot/curtin/commit/?id=2ac55b7f594c5e73891e04a11ebcf9b1f7ec9e3e Subiquity fails when installing openssh-server. Unfortunately, the logs do not help much to understand what's going on: Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: system install failed for ['openssh-server']: Unexpected error while running comma> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Command: ['unshare', '--fork', '--pid', '--mount-proc=/target/proc', '--', 'chroot> Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Exit code: 100 Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Reason: - Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stdout: '' Mar 08 13:39:08 ubuntu-server subiquity_log.1547[11562]: Stderr: '' I've added more logs to see what happens (see https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462051) and now I can see that dpkg fails during the postinst script: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Stderr: perl: warning: Setting locale failed. [...] Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating config file /etc/ssh/sshd_config with new version Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 RSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 3072 SHA256:tXx12vlm+iJZZUZzitch0ZdmXdYpmjw2eFG+vBmizWo root@ubuntu-server> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ECDSA key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:aTGgNLJcS/gjoXyDbZGGw8Bksjm/ENHOcWwER6hZOYQ root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Creating SSH2 ED25519 key; this may take some time ... Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: 256 SHA256:MZmITjwhkmfqHyu/U3x68Y9yw48UgJTfLAriavFznv4 root@ubuntu-server > Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Failed to connect to bus: No data available Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: dpkg: error processing package openssh-server (--configure): Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: installed openssh-server package post-installation script subprocess retu> Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: Errors were encountered while processing: Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: openssh-server Mar 08 14:51:10 ubuntu-server subiquity_log.1547[10961]: E: Sub-process /usr/bin/dpkg returned an error code (1) After adding set -x to the postinst script, we see that it is the call to systemctl daemon-reload which causes the failure:         + [ -d /run/systemd/system ]         + systemctl daemon-reload         Failed to connect to bus: No data available         + cleanup         + [ /tmp/tmp.iebuhpLhg7 ]         + rm -f /tmp/tmp.iebuhpLhg7         + [ ]         dpkg: error processing package openssh-server (--configure):          installed openssh-server package post-installation script subprocess returned error exit status 1         Errors were encountered while processing:          openssh-server         E: Sub-process /usr/bin/dpkg returned an error code (1) I think it is a regression introduced by https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin/+merge/460960 but I have to confirm.
2024-03-08 19:08:18 Dan Bungert curtin: status New Confirmed
2024-03-08 19:08:21 Dan Bungert subiquity: status New Confirmed
2024-03-08 23:58:13 Dan Bungert subiquity: importance High Critical
2024-03-08 23:58:23 Dan Bungert bug added subscriber Ubuntu Foundations Bugs
2024-03-08 23:58:32 Dan Bungert tags foundations-todo
2024-03-11 11:30:08 Olivier Gayot merge proposal linked https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/462140
2024-03-11 13:16:26 Olivier Gayot curtin: assignee Olivier Gayot (ogayot)
2024-03-12 19:16:17 Chris Schnabel bug added subscriber Chris Schnabel
2024-03-13 13:56:01 Server Team CI bot curtin: status Confirmed Fix Committed
2024-03-13 15:02:15 Olivier Gayot subiquity: status Confirmed In Progress
2024-03-13 15:02:18 Olivier Gayot subiquity: assignee Olivier Gayot (ogayot)
2024-03-13 16:42:32 Dan Bungert subiquity: status In Progress Triaged
2024-03-13 16:42:35 Dan Bungert subiquity: status Triaged Fix Committed
2024-03-13 21:55:40 Ubuntu QA Website tags foundations-todo foundations-todo iso-testing
2024-03-14 12:37:15 Olivier Gayot tags foundations-todo iso-testing iso-testing
2024-03-18 12:48:30 Dan Bungert subiquity: status Fix Committed Fix Released
2024-03-18 12:48:31 Dan Bungert curtin: status Fix Committed Fix Released