[Canonical-ubuntu-qa] [Bug 2054362] Re: ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4

2024-02-19 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Focal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Canonical Platform QA Team, which is subscribed to ubuntu-kernel-tests.

[Canonical-ubuntu-qa] [Bug 2054362] [NEW] ftrace:test.d--kprobe--kprobe_non_uniq_symbol.tc from ubuntu_kselftests_ftrace failed on 5.4

2024-02-19 Thread Po-Hsu Lin
Public bug reported: Issue found on B-hwe-5.4.0-173.191~18.04.1 This kprobe_non_uniq_symbol.tc test case came from stable update (bug 2049024) and landed in our Focal kernel since Ubuntu-5.4.0-173.191 So this is not a regression, but a new test case. Test log: Running './ftracetest -vvv test.d

[Canonical-ubuntu-qa] [Bug 2047256] Re: Ubuntu 24.04 Some image thumbnails no longer displayed

2024-02-19 Thread Adam Reviczky
possibly related to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046477 -- 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/2047256 Title: Ubuntu 24.04 Some image thumbnails no long

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master

2024-02-19 Thread Dave Jones
Review: Needs Fixing Added a bunch of notes but it's mostly trivial stuff (unnecessary globals). There's a few bits that warrant a bit of attention though (and/or explanation as to why they're actually correct). Looking much better though, thanks! Diff comments: > diff --git a/charms/focal/aut

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master

2024-02-19 Thread Dave Jones
> object_path = "%s/%s" % (now, DB_PATH.rsplit("/", maxsplit=1)[-1] + ".gz") > AttributeError: 'PosixPath' object has no attribute 'rsplit' Sorry, I'd meant to imply in the review that string manipulation generally shouldn't be used for path handling now that pathlib.Path is part of the stdl

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Paride Legovini
I am not sure of why we are giving a justification for that sudo specifically, and I'm pretty sure we need it for more reasons other than than the /tmp chmod (file ownership in general, maybe creation of device files, ...). Also: I think it's preferable to keep the testing steps terse. -- https

[Canonical-ubuntu-qa] [Bug 2054311] Re: 1318: apt-get update fails if /tmp is not a tmpfs

2024-02-19 Thread Launchpad Bug Tracker
** Merge proposal unlinked: https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu Manual Tests. https://bugs.launchpad.net/bugs/205431

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Heinrich Schuchardt
I pushed with the comment. -- https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:main. -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubu

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:fix-dodgy-ci into autopkgtest-cloud:master

2024-02-19 Thread Paride Legovini
Just pushing a branch without creating a MP should be enough for this kind of preliminary testing, right? I'm suggesting this to avoid pinging the team via notification emails. -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460607 Your team Canonical'

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Heinrich Schuchardt
We should at least add a comment to the test why sudo is needed here. It is no obvious. -- https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:main. -- Mailing list: https://

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Paride Legovini
The instructions say `sudo tar ...`, so maybe this is not an issue after all? -- https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 Your team Ubuntu Testcase Admins is subscribed to branch ubuntu-manual-tests:main. -- Mailing list: https://launchpad.n

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Heinrich Schuchardt
If extracting as user, base/tmp is chmod 775. If extracting as root, base/tmp is chmod 1777. `chmod 1777 base/tmp` resolves the issue. -- https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 Your team Ubuntu Testcase Admins is subscribed to branch ubuntu

Re: [Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Paride Legovini
Review: Needs Information I have a couple of questions. Is this just a permission issues, fixable with `chmod 1777 base/tmp`? If this is the case, should the permissions be right in the tmp/ directory in the tarball? (Did this work in the past without the extra tmpfs mount?) -- https://code.la

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:cloud-worker-tmp-cleanup into autopkgtest-cloud:master

2024-02-19 Thread Tim Andersson
well, worked as expected, but not as we want it to right? Or you're saying the oldfile u made got deleted? -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460680 Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:cloud-worker-tmp-cleanup into autopkgtest-cloud:master

2024-02-19 Thread Paride Legovini
My previous comment was wrong. I think having e /tmp 1777 root root 30d worked as expected. -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460680 Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master

2024-02-19 Thread Tim Andersson
Amended and ready for re-review. -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460043 Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master. -- Ma

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:cloud-worker-tmp-cleanup into autopkgtest-cloud:master

2024-02-19 Thread Paride Legovini
On 2024-02-16 I created a 29-days old test file in one of the cloud workers: $ touch -d "29 days ago" /tmp/I-am-an-old-file The machine has this tmpfile conf: e /tmp 1777 root root 30d however the 3 days later the file did not get deleted. Checking timestamps I found: buntu@juju-7f2275-prod-p

[Canonical-ubuntu-qa] [Bug 2054311] Re: 1318: apt-get update fails if /tmp is not a tmpfs

2024-02-19 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~xypron/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/460776 -- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Ubuntu Manual Tests. https://bugs.launchpad.net/bugs/2054311

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master

2024-02-19 Thread Tim Andersson
object_path = "%s/%s" % (now, DB_PATH.rsplit("/", maxsplit=1)[-1] + ".gz") AttributeError: 'PosixPath' object has no attribute 'rsplit' -- https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460043 Your team Canonical's Ubuntu QA is requested to review the

[Canonical-ubuntu-qa] [Merge] ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main

2024-02-19 Thread Heinrich Schuchardt
Heinrich Schuchardt has proposed merging ~xypron/ubuntu-manual-tests:1318 into ubuntu-manual-tests:main. Commit message: 1318: mount tmpfs on base/tmp Without mounting a tmpfs on base/tmp the test fails (LP: #2054311) Requested reviews: Ubuntu Testcase Admins (ubuntu-testcase) Related bugs:

[Canonical-ubuntu-qa] [Bug 2054311] [NEW] 1318: apt-get update fails if /tmp is not a tmpfs

2024-02-19 Thread Heinrich Schuchardt
Public bug reported: Following the instructions: root@workstation5:/# apt update; apt install hello Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB] Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB] Err:1 http://ports.ubuntu.com/ubuntu-ports jammy InRe

Re: [Canonical-ubuntu-qa] [Merge] ~andersson123/autopkgtest-cloud:sqlite-db-backup into autopkgtest-cloud:master

2024-02-19 Thread Tim Andersson
I don't think we need a minimally sized backup, given that we clear up old backups in this script as well. SO I think not locking and not vacuuming is the better option here. Thanks so much for the review Dave. Your help on this has been really handy and awesome. -- https://code.launchpad.net/

[Canonical-ubuntu-qa] [Bug 1970069] Re: Annoying boot messages interfering with splash screen

2024-02-19 Thread Daniel van Vugt
Status update: https://lists.freedesktop.org/archives/dri-devel/2024-February/442066.html So once merged, the fix will need to be manually enabled by: FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER_CONDITION = "splash" -- You received this bug notification because you are a member of Canonical's Ubuntu Q

[Canonical-ubuntu-qa] [Merge] ~hyask/autopkgtest-cloud:skia/d-r_fix_locking into autopkgtest-cloud:master

2024-02-19 Thread Skia
Skia has proposed merging ~hyask/autopkgtest-cloud:skia/d-r_fix_locking 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/460766 -- Your team Ca

[Canonical-ubuntu-qa] [Merge] ~hyask/qa-jenkins-jobs:skia/timeout_type into qa-jenkins-jobs:master

2024-02-19 Thread Skia
Skia has proposed merging ~hyask/qa-jenkins-jobs:skia/timeout_type into qa-jenkins-jobs:master. Requested reviews: Canonical Platform QA Team (canonical-platform-qa) For more details, see: https://code.launchpad.net/~hyask/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/460759 -- Your team Canoni

[Canonical-ubuntu-qa] [Bug 2032641] Re: kernel_selftests failures on kernel-P10d-LPAR10.ppc64el.10

2024-02-19 Thread Po-Hsu Lin
No PPC for raspi and oracle. ** Tags removed: verification-needed-focal-linux-oracle verification-needed-focal-linux-raspi ** Tags added: verification-done-focal-linux-oracle verification-done-focal-linux-raspi -- You received this bug notification because you are a member of Canonical Platfor