I give it a try manually and it failed on my first attempt.
On the second attempt I tried to use `virsh console` to see what's going on but
test has passed this time.
And so forth for the 3rd and 4th manual attempts.
Perhaps it's the default timeout is too close to what it takes in some
occasions
** Description changed:
- Issue found on B-hwe-5.4.0-173.191~18.04.1
+ Issue found on B-hwe-5.4.0-173.191~18.04.1 F-5.4.0-173.191 and
+ J-5.15.0-96.106, 5.15.0-100.110 in sru-20240205
This kprobe_non_uniq_symbol.tc test case came from stable update (bug
2049024) and landed in our Focal kern
** Summary changed:
- ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from
ubuntu_kselftests_ftrace failed on 5.4
+ ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from
ubuntu_kselftests_ftrace failed on 5.4 / 5.15
** Changed in: linux (Ubuntu)
Status: New => Invalid
--
You received
Skia has proposed merging ~hyask/autopkgtest-cloud:skia/irc_highlight into
autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460920
--
Your team Cano
** Description changed:
+ [ Impact ]
+
+ Kernel (and systemd) log messages appear during boot for many machines,
+ when the user should be seeing only the BIOS logo and/or Plymouth splash
+ screens.
+
+ [ Test Plan ]
+
+ 1. Boot Ubuntu on a number of laptops that have the problem and verify
+ n
** Description changed:
[ Impact ]
Kernel (and systemd) log messages appear during boot for many machines,
when the user should be seeing only the BIOS logo and/or Plymouth splash
screens.
+ [ Workaround ]
+
+ On most machines you can hide the problem by using these kernel parameter
Public bug reported:
I'm currently running through the ISO tests for Ubuntu 22.04.4
(https://iso.qa.ubuntu.com/qatracker/milestones/451/builds) on various
Raspberry Pi models. Unfortunately, the Pi 5 4GB and 8GB models are
listed as ones that should be tested (e.g.
https://iso.qa.ubuntu.com/qatrac
Look at that. I completely forgot to do this. testing now.
--
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456773
Your team Canonical's Ubuntu QA is requested to review the proposed merge of
~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into
au
Tested and fully functional. Noice
--
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/456773
Your team Canonical's Ubuntu QA is requested to review the proposed merge of
~andersson123/autopkgtest-cloud:lxd-cleanup-srv-files into
autopkgtest-cloud:master.
Diff comments:
> diff --git a/charms/focal/autopkgtest-web/webcontrol/download-results
> b/charms/focal/autopkgtest-web/webcontrol/download-results
> index e71d4a0..4b9b11e 100755
> --- a/charms/focal/autopkgtest-web/webcontrol/download-results
> +++ b/charms/focal/autopkgtest-web/webcontrol/d
Diff comments:
> diff --git a/charms/focal/autopkgtest-web/webcontrol/sqlite-writer
> b/charms/focal/autopkgtest-web/webcontrol/sqlite-writer
> new file mode 100755
> index 000..3939bde
> --- /dev/null
> +++ b/charms/focal/autopkgtest-web/webcontrol/sqlite-writer
> @@ -0,0 +1,136 @@
> +#!/
Skia has proposed merging ~hyask/ubuntu-manual-tests:skia/cleanup_base_test
into ubuntu-manual-tests:main.
Commit message:
Add an optional cleaning step for chroot test
As these tests are not performed in a VM, and do some `mount --bind` of
the system's `dev`, `dev/pts`, `proc`, `sys`, an option
Big +1 for adding the cleanup step. One question:
Would `umount -R base/` work? This should be even safer, as it should really
unmount everything and allow to `rm` only if that succeeds. Something like:
sudo umount -R base/ && sudo rm -rf base/
If this doesn't work for some reason your propos
It sadly doesn't work:
```
$ sudo umount -R base/; echo $?
umount: base/: not mounted
1
```
An alternative would be that:
```
$ sudo umount -R base/*; echo $?
umount: base/bin: not mounted
umount: base/boot: not mounted
umount: base/etc: not mounted
umount: base/home: not mounted
umount: base/lib:
Maybe that:
```
$ sudo umount -Rq base/*; echo $?
15
```
But we still can't use the `&&` operator, so doesn't bring much either.
--
https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936
Your team Ubuntu Testcase Admins is requested to review the proposed merg
Review: Approve
+1 for your original version
--
https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936
Your team Ubuntu Testcase Admins is subscribed to branch
ubuntu-manual-tests:main.
--
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to
The proposal to merge ~hyask/ubuntu-manual-tests:skia/cleanup_base_test into
ubuntu-manual-tests:main has been updated.
Status: Needs review => Merged
For more details, see:
https://code.launchpad.net/~hyask/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460936
--
Your team Ubuntu Test
Now affecting the 22.04.4 jammy ISO
** Also affects: ubiquity (Ubuntu Jammy)
Importance: Undecided
Status: New
** Changed in: ubiquity (Ubuntu Jammy)
Status: New => Confirmed
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subsc
** Changed in: ubiquity (Ubuntu Jammy)
Importance: Undecided => Low
** Changed in: ubiquity (Ubuntu Noble)
Milestone: ubuntu-24.03 => None
** Changed in: ubiquity (Ubuntu Noble)
Milestone: None => ubuntu-24.04
--
You received this bug notification because you are a member of
Canonica
Failed to reproduce this on the jammy .4 images during ISO testing.
Possibility it's either fixed or only occurs on later versions. Will
attempt to reproduce on mantic later, if I've got the time.
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is su
Occurred on the jammy .4 images during ISO testing
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1993347
Title:
Wrong audio output selected by default on Pi 4
Status in PipeWire:
New
St
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967015
Title:
Release notes link in KDE frontend launches Kate
Status in ubiquity package in Ubuntu:
Confirmed
Status in ubiquity source pa
Present in Jammy 22.04.4 test ISO 02/21/24 . Seeing as it releases
tomorrow, not much I can do. Will work on sorting this out for noble..
--
You received this bug notification because you are a member of
Canonical's Ubuntu QA, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967015
I have a suggestion for a fix upstream in MR:
https://gitlab.com/apparmor/apparmor/-/merge_requests/1152
I'll add it to QRT after a review/approval
--
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bu
Brian Murray has proposed merging autopkgtest-cloud:adt-region into
autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460979
We had some iss
Same issue in Yelp (the Help app) when in Xorg sessions. So I think this
is a webkit2gtk bug that only manifests on Xorg (like our installer/live
sessions).
Also I have removed the series targets because they were getting
cluttered and likely targeting the wrong package anyway.
** Also affects: w
This bug is awaiting verification that the linux-nvidia-
tegra/5.15.0-1022.22 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy-linux-nvidia-tegra' to
'verification-done-jammy-linu
27 matches
Mail list logo