** 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.
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
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
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
> 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
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
** 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
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
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'
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://
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
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
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
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
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
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
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
** 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
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
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:
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
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/
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
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
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
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
26 matches
Mail list logo