mborzecki | morning | 06:50 |
---|---|---|
pstolowski | morning | 08:08 |
mardy | hi mborzecki, pstolowski, mvo | 08:26 |
mvo | good morning pstolowski, mardy and mborzecki | 08:28 |
zyga[m] | good morning everyone :) | 08:31 |
zyga[m] | how are you doing mvo? | 08:32 |
mvo | zyga[m]: good morning! I'm doing well, just having a nice cup of tea. but also in a meeting so a bit slow replying | 08:36 |
mvo | zyga[m]: and you? | 08:36 |
zyga[m] | you must have a lot of meetings! | 08:37 |
zyga[m] | I'm good, just finishing coffee and looking at schedule for today | 08:37 |
mardy | hi zyga[m]! | 08:49 |
zyga[m] | hey, how are you doing? | 08:49 |
mardy | all good, thanks! :-) | 08:49 |
mardy | mborzecki: I'm having a sort of deja-vu here, I think I met this issue before but I don't remember the outcome :-( | 08:50 |
mardy | it's about temporary files in snapshots | 08:50 |
mardy | like /root/snap/test-snap/common.~F50Yqp533~/test_1.txt | 08:51 |
mborzecki | mardy: hmm you had a PR? | 08:51 |
* mardy looks | 08:51 | |
mborzecki | we hit it on centos somehow and then reproduced on some other distro | 08:51 |
mborzecki | mardy: there was a race between cleanup and remove? | 08:51 |
mardy | mborzecki: oh, I completely forgot about this: https://github.com/snapcore/snapd/pull/11321 | 08:52 |
mup | PR #11321: overlord: fix issue with snapshot restoring on CentOS <Needs Samuele review> <Created by mardy> <https://github.com/snapcore/snapd/pull/11321> | 08:52 |
mup | PR snapd#11515 opened: snap-bootstrap: Partially revert simplifications of mount dependencies <Created by valentindavid> <https://github.com/snapcore/snapd/pull/11515> | 09:24 |
mup | PR snapd#11516 opened: snapstate: remove system fontconfig rebuild <Created by mvo5> <https://github.com/snapcore/snapd/pull/11516> | 09:59 |
mup | PR snapd#11517 opened: Snapshot exclusions <Created by mardy> <https://github.com/snapcore/snapd/pull/11517> | 10:14 |
mup | PR snapd#11518 opened: i/b/modem-manager: provide access to ObjectManager and update DBus policy <Created by alfonsosanchezbeato> <https://github.com/snapcore/snapd/pull/11518> | 11:39 |
diddledani | any clue what's going on here? | 11:49 |
diddledani | /snap/snapd/15177/usr/lib/snapd/snap-confine: error while loading shared libraries: /lib64/ld-linux-x86-64.so.2: cannot apply additional memory protection after relocation: Permission denied | 11:49 |
diddledani | this is inside docker | 11:49 |
mup | PR snapd#11410 closed: snap: add new cpu quotas <Created by Meulengracht> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11410> | 11:54 |
mup | PR snapd#11519 opened: snap/quota: additional validation in resources.go <Created by Meulengracht> <https://github.com/snapcore/snapd/pull/11519> | 12:04 |
mup | PR snapd#11488 closed: i/seccomp/template.go: add close_range to the allowed syscalls <Created by alfonsosanchezbeato> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11488> | 12:24 |
mardy | golang question: how can I export a struct (I declared it as myStruct in a package, and I want to use it in the tests)? | 12:38 |
mardy | oh, got it: `type MyStruct struct {myStruct}` and then pass `&var.myStruct` to functions expecting `*mystruct` values (where `var := &MyStruct{}`) | 12:45 |
miguelpires | mardy: you can also just redefine as a new type in the export_test.go so. Something like `type MyStruct mystruct` | 12:45 |
mup | PR snapd#11520 opened: o/snapstate: avoid setting up single reboot when update includes base, kernel and gadget <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/11520> | 13:10 |
mardy | miguelpires: oh, and then I don't need any cast-like operations? | 13:20 |
mup | PR snapd#11521 opened: tests: move lxd-postrm-purge to manual until remove snapd works again <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11521> | 13:25 |
mup | PR snapd#11522 opened: tests: re-enable lxd postrm purge <Simple 😃> <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11522> | 13:30 |
miguelpires | mardy: I don't think so because the underlying type is the same. There are some examples of this in overlord/snapstate/export_test.go | 13:39 |
mup | PR snapd#11523 opened: snap/quota: fix bug in quota group tree validation code <Created by Meulengracht> <https://github.com/snapcore/snapd/pull/11523> | 13:40 |
mup | PR snapd#11524 opened: o/snapshotstate: refactor snapshot read/write logic <Created by MiguelPires> <https://github.com/snapcore/snapd/pull/11524> | 14:00 |
mup | PR snapd#11525 opened: o/snapstate: make sure that snapd is a prerequisite for updating base snaps <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/11525> | 15:35 |
mup | PR snapd#11526 opened: o/snapstate, ifacestate: pass preseeding flag to AddSnapdSnapServices <Preseeding 🍞> <Created by stolowski> <https://github.com/snapcore/snapd/pull/11526> | 15:50 |
mup | Bug #1965328 opened: transient scope could not be started error in bionic lxd container <Snappy:New> <https://launchpad.net/bugs/1965328> | 16:57 |
mup | PR snapd#11527 opened: image: integrate UC20 preseeding with image.Prepare <⛔ Blocked> <Preseeding 🍞> <Created by stolowski> <https://github.com/snapcore/snapd/pull/11527> | 17:36 |
mup | PR snapd#11528 opened: tests: use lxd from edge to avoid issues not fixed on candidate yet <Simple 😃> <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11528> | 19:11 |
mup | PR snapcraft#3660 closed: providers: integrate craft-providers support <Created by cmatsuoka> <Merged by cmatsuoka> <https://github.com/snapcore/snapcraft/pull/3660> | 19:23 |
mup | PR snapcraft#3666 opened: gradle v1 plugin: add support for JDK 17 <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/3666> | 21:38 |
mup | PR snapd#11521 closed: tests: move lxd-postrm-purge to manual until remove snapd works again <Simple 😃> <Created by sergiocazzolato> <Closed by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11521> | 22:12 |
mup | PR snapd#11522 closed: tests: re-enable lxd postrm purge <Simple 😃> <Created by sergiocazzolato> <Closed by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11522> | 22:12 |
mup | PR snapd#11528 closed: tests: use lxd from edge to avoid issues not fixed on candidate yet <Simple 😃> <Created by sergiocazzolato> <Merged by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11528> | 22:12 |
mup | PR snapd#11529 opened: tests/lib/nested.sh: rm core18 snap after download <Simple 😃> <Run nested> <Created by anonymouse64> <https://github.com/snapcore/snapd/pull/11529> | 23:43 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!