/srv/irclogs.ubuntu.com/2022/03/17/#snappy.txt

mborzeckimorning06:50
pstolowskimorning08:08
mardyhi mborzecki, pstolowski, mvo 08:26
mvogood morning pstolowski, mardy and mborzecki 08:28
zyga[m]good morning everyone :)08:31
zyga[m]how are you doing mvo?08:32
mvozyga[m]: good morning! I'm doing well, just having a nice cup of tea. but also in a meeting so a bit slow replying08:36
mvozyga[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 today08:37
mardyhi zyga[m]!08:49
zyga[m]hey, how are you doing?08:49
mardyall good, thanks! :-)08:49
mardymborzecki: 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
mardyit's about temporary files in snapshots08:50
mardylike /root/snap/test-snap/common.~F50Yqp533~/test_1.txt08:51
mborzeckimardy: hmm you had a PR?08:51
* mardy looks08:51
mborzeckiwe hit it on centos somehow and then reproduced on some other distro08:51
mborzeckimardy: there was a race between cleanup and remove?08:51
mardymborzecki: oh, I completely forgot about this: https://github.com/snapcore/snapd/pull/1132108:52
mupPR #11321: overlord: fix issue with snapshot restoring on CentOS <Needs Samuele review> <Created by mardy> <https://github.com/snapcore/snapd/pull/11321>08:52
mupPR snapd#11515 opened: snap-bootstrap: Partially revert simplifications of mount dependencies <Created by valentindavid> <https://github.com/snapcore/snapd/pull/11515>09:24
mupPR snapd#11516 opened: snapstate: remove system fontconfig rebuild <Created by mvo5> <https://github.com/snapcore/snapd/pull/11516>09:59
mupPR snapd#11517 opened: Snapshot exclusions <Created by mardy> <https://github.com/snapcore/snapd/pull/11517>10:14
mupPR 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
diddledaniany 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 denied11:49
diddledanithis is inside docker11:49
mupPR snapd#11410 closed: snap: add new cpu quotas  <Created by Meulengracht> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/11410>11:54
mupPR snapd#11519 opened: snap/quota: additional validation in resources.go <Created by Meulengracht> <https://github.com/snapcore/snapd/pull/11519>12:04
mupPR 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
mardygolang 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
mardyoh, got it: `type MyStruct struct {myStruct}` and then pass `&var.myStruct` to functions expecting `*mystruct` values (where `var := &MyStruct{}`)12:45
miguelpiresmardy: you can also just redefine as a new type in the export_test.go so. Something like `type MyStruct mystruct`12:45
mupPR 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
mardymiguelpires: oh, and then I don't need any cast-like operations?13:20
mupPR 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
mupPR snapd#11522 opened: tests: re-enable lxd postrm purge <Simple 😃> <Created by sergiocazzolato> <https://github.com/snapcore/snapd/pull/11522>13:30
miguelpiresmardy: I don't think so because the underlying type is the same. There are some examples of this in overlord/snapstate/export_test.go13:39
mupPR 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
mupPR snapd#11524 opened: o/snapshotstate: refactor snapshot read/write logic <Created by MiguelPires> <https://github.com/snapcore/snapd/pull/11524>14:00
mupPR 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
mupPR snapd#11526 opened: o/snapstate, ifacestate: pass preseeding flag to AddSnapdSnapServices <Preseeding 🍞> <Created by stolowski> <https://github.com/snapcore/snapd/pull/11526>15:50
mupBug #1965328 opened: transient scope could not be started error in bionic lxd container <Snappy:New> <https://launchpad.net/bugs/1965328>16:57
mupPR snapd#11527 opened: image: integrate UC20 preseeding with image.Prepare <⛔ Blocked> <Preseeding 🍞> <Created by stolowski> <https://github.com/snapcore/snapd/pull/11527>17:36
mupPR 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
mupPR snapcraft#3660 closed: providers: integrate craft-providers support <Created by cmatsuoka> <Merged by cmatsuoka> <https://github.com/snapcore/snapcraft/pull/3660>19:23
mupPR snapcraft#3666 opened: gradle v1 plugin: add support for JDK 17 <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/3666>21:38
mupPR 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
mupPR 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
mupPR 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
mupPR 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!