/srv/irclogs.ubuntu.com/2017/03/13/#snappy.txt

jjgalvez6500does anyone know what the issue is wit nvidia drivers and snaps, I am getting the libGl issue, failed to load swrast, and how to fix it?01:27
jjgalvez6500does anyknow how to fix the nvidia GL issue, I'm still having it01:53
soffokl_Good morning everyone.06:12
soffokl_Can someone help me with configuring logging for snap package. journalctl shows only last 5 min of logs. Older records trancated.06:12
soffokl_Is there a way to configure a period of storing logs for snap service?06:12
soffokl_/etc/systemd/journald.conf is readonly06:13
liuxgogra_, ping07:05
=== FJKong is now known as BH1SCW
=== BH1SCW is now known as FJKong
mupPR snapd#3017 opened: tests: prevent automatic transition before setting the initial state of the test <Created by fgimenez> <https://github.com/snapcore/snapd/pull/3017>08:27
mupPR snapd#3012 closed: [interfaces] Enable location.Service.Provider in dbus policy <Created by vosst> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/3012>09:04
mupPR snapd#3018 opened: tests: add empty initrd failover test <Created by fgimenez> <https://github.com/snapcore/snapd/pull/3018>09:21
kalikiana_soffokl: Have a look at bug 150464509:25
mupBug #1504645: please add syslog support to snappy config ubuntu-core <Snappy:Confirmed for ogra> <ubuntu-core-config (Ubuntu):Fix Committed by ogra> <https://launchpad.net/bugs/1504645>09:25
=== JanC is now known as Guest42627
=== JanC_ is now known as JanC
soffoklGood morning everyone.09:55
soffokl Can someone help me with configuring logging for snap package. journalctl shows only last 5 min of logs. Older records trancated.09:55
soffokl Is there a way to configure a period of storing logs for snap service?09:55
soffokl`/etc/systemd/journald.conf` is readonly.09:56
Son_Gokuzyga, yo10:14
kalikiana_soffokl: Did you see the bug 1504645? It was just very recently fixed10:16
mupBug #1504645: please add syslog support to snappy config ubuntu-core <Snappy:Confirmed for ogra> <ubuntu-core-config (Ubuntu):Fix Committed by ogra> <https://launchpad.net/bugs/1504645>10:16
ogra_kalikiana_, not complete yet10:21
kalikiana_ogra_: Right, but the directory soffokl was asking about is writable at least10:22
ogra_yes10:23
soffoklkalikiana_: looks like fix for 1504645 related only to rsyslog.d. Services from snap served by journald, and catch all standard output.10:23
ogra_and the option fix was in there already for like 4 weeks10:23
ogra_(but got dropped when the build scripts moved to github)10:24
soffoklMy problem that it rotates logs every 5 minutes. And I do not see the way to configure it.10:24
ogra_soffokl, that would be a new bug ... (though not sure how you got into that situation, it definitely doesnt do that by default)10:24
ogra_logrotate should only run once a day in a default setup10:25
ogra_oh, wait you are talking solely about journald ... if you search in the journald output through the right journalctl filters it should show more than 5min10:27
ogra_(i.e. everything the log has for your service since startup)10:27
soffokllooking logs of my service like this "journalctl -u snap.myapp.myservice-service" and records older than 5 mins disappearing every minute10:27
soffoklfilters didn't help10:28
ogra_well, file a new wishlist bug to make journald configurable ...10:28
ogra_journald uses a ringbuffer, perhaps your stuff logs to much for that10:29
soffoklogra_: just checked, it's only 27 records in 5 min10:30
soffokljournalctl option --since with wider period does not add anothing10:31
=== chihchun is now known as chihchun_afk
soffoklogra_, kalikiana_: looks like I found the reason, problem related to the common size of all logs in the system. When "journalctl --disk-usage" showing more than 85MB of logs, it starts to clean old records. Some other service floods to logs. Thanks for your help.10:57
ogra_soffokl, well, if it is one of the preinstalled services, please file a bug :) that should indeed not happen by default10:58
soffokllooks like it's auditd tracks all actions and logs it in devmode :(10:58
ogra_oh, yeah, thats by design10:59
soffokland no way to stop it? :D11:00
ogra_there might be, wait til jdstrand gets up ... he might know if you can perhaps hack the apparmor rules to quieten it11:03
ogra_(would indeed be a hack but if you need to debug something else ....)11:03
soffoklthanks, I will wait him. It could help me a lot at this moment.11:04
=== perrito667 is now known as perrito666
tim_hey there, I11:27
tim_*I'm not sure if this is the right place to ask for things like this. Does anyone know who I can contact for account-related issues with rocket.ubuntu.com?11:28
OerHekstim_, not sure where, maybe contact form ? https://rocket.chat/contact11:46
zygaSon_Goku: hey, not paying much attention to IRC, sorry11:49
Son_Goku:(11:49
zygaSon_Goku: what's up? :)11:50
Son_Gokuzyga: any progress on packaging the missing golang deps?11:50
tim_OerHeks: Thanks, but isn't rocket.ubuntu.com self-hosted?11:57
OerHeksnot sure, i just joined11:57
OerHeksthanks for the tip !11:58
tim_The problem is that I changed my email address for the Ubuntu One SSO service but now rocket.ubuntu.com doesn't let me connect anymore.11:58
zygaSon_Goku: as you know I drowned on gofed, I'll do more today12:27
zygaSon_Goku: but first snap-update-ns work12:28
JamesTaitSnapcraft hackers: I'm about to approve a code change to the store that modifies an error message when someone attempts to register a snap with a reserved name. The same Django form is used in the API and the web UI. I want to make sure that if I change just the error message, but leave the error code the same, snapcraft will just map the error code to a message ...12:33
JamesTait... internally and so be unaffected by the change. This seems to be the case judging by snapcraft.storeapi.errors12:33
ogra_JamesTait, your chances catchging a snapcraft hacker are bigger on rocket i think (see topic)12:41
JamesTaitThanks, ogra_.12:42
ogra_(communication around snappy is sadly very fragmented nowadays)12:42
JamesTaithttps://xkcd.com/927/12:43
ogra_112:44
ogra_err12:44
ogra_+112:44
mupPR snapd#3019 opened: cmd/snap-update-ns: use bidirectional lists for mount entries <Created by zyga> <https://github.com/snapcore/snapd/pull/3019>12:47
=== hikiko is now known as hikiko|bbiab
=== hikiko|bbiab is now known as hikiko
sqrthi14:27
mupPR snapd#2644 closed: snapctl: support running by the snap app itself, not only just from hooks <Created by stolowski> <Closed by niemeyer> <https://github.com/snapcore/snapd/pull/2644>14:45
sqrtwhats the difference between snapd-plus-vendor and snapd on https://github.com/snapcore/ ?14:52
=== cachio__ is now known as cachio_lunch
nuclearbobI'm running into an issue with the auto-refresh spead test in snapd 2.23: https://bugs.launchpad.net/snapd/+bug/167242615:17
mupBug #1672426: spread auto-refresh test failing in snapd 2.23 <snapd:New> <https://launchpad.net/bugs/1672426>15:17
mupPR snapd#3020 opened: osutil: fix double expand in environment map code and add test <Created by mvo5> <https://github.com/snapcore/snapd/pull/3020>16:02
=== mcphail_ is now known as mcphail
=== cachio_lunch is now known as cachio
mupPR snapd#2942 closed: tests: add core-snap-refresh test <Created by fgimenez> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/2942>16:16
mupPR snapd#2952 closed: release: detect if we are in ForcedDevMode by inspecting the kernel <Created by mvo5> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/2952>16:19
mcphailIs there any way to trigger an email when a snap updates?16:39
mupPR snapd#3021 opened: asserts: a snap-declaration "aliases" header to list auto aliases with explicit targets <Created by pedronis> <https://github.com/snapcore/snapd/pull/3021>16:43
mupPR snapd#3022 opened: cmd: validate SNAP_NAME <Created by zyga> <https://github.com/snapcore/snapd/pull/3022>17:12
mupPR snapd#3022 closed: cmd: validate SNAP_NAME <Created by zyga> <Closed by zyga> <https://github.com/snapcore/snapd/pull/3022>17:13
mupPR snapcraft#1186 opened: demos: add ROS content sharing demo <Created by kyrofa> <https://github.com/snapcore/snapcraft/pull/1186>17:16
mupPR snapd#3023 opened: cmd: validate SNAP_NAME <Created by zyga> <https://github.com/snapcore/snapd/pull/3023>17:26
soffokljdstrand: Hello, ogra_ metioned that you can help me. I'm looking for a way/hack to prevent auditd to log all actions of my snap package that installed in devmode.17:28
zygasoffokl: I believe jamie is off this week17:28
soffoklzyga: oh, thanks for the update17:29
mupPR snapcraft#1187 opened: tests: take into account the new current link <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1187>17:31
mcphailIs there any way to trigger an email when a snap updates?17:34
mupPR snapd#3024 opened: interfaces: use apparmor spec in the apparmor backend <Created by stolowski> <https://github.com/snapcore/snapd/pull/3024>17:57
mupPR snapcraft#1160 closed: cli: rename `history` to 'list-revisions' with `revisions` alias <Created by josepht> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1160>18:07
mupPR snapd#3017 closed: tests: prevent automatic transition before setting the initial state of the test <Created by fgimenez> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/3017>18:43
mupPR snapd#3019 closed: cmd/snap-update-ns: use bidirectional lists for mount entries <Created by zyga> <Merged by zyga> <https://github.com/snapcore/snapd/pull/3019>19:22
mupPR snapd#3025 opened: cmd/snap-update-ns: compute the actions required to transform mount environment <Created by zyga> <https://github.com/snapcore/snapd/pull/3025>19:34
mupPR snapcraft#1188 opened: store: set User-Agent header in store requests <Created by josepht> <https://github.com/snapcore/snapcraft/pull/1188>20:13
=== verterok` is now known as verterok
mupPR snapcraft#1189 opened: core: resolve ld link first <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1189>20:55
=== josepht` is now known as josepht
=== phw is now known as outsidecontext
mwhudsonwhat would make snapcraft suddenly fail to find a local plugin?23:34
mwhudsonSearching for local plugin for x-gobuild23:34
mwhudsonIssue while loading plugin: unknown plugin: x-gobuild23:34
mwhudsonoh an importerror in my plugin23:37
mwhudsonhooray python23:37
mwhudsonah aaah can we please get a traceback when my plugin fails?23:39
qenghosnapcraft --debug23:44
mwhudsonqengho: thanks23:45

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!