[Bug 1852720] Re: docker snap suddenly installed by itself

2020-01-17 Thread olivier via ubuntu-bugs
I please note that the snap may not be the root cause. I've got the same pb without have installed snap. see my issue on GitHub https://github.com/moby/moby/issues/40390 ** Bug watch added: github.com/moby/moby/issues #40390 https://github.com/moby/moby/issues/40390 -- You received this bug

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-21 Thread Zygmunt Krynicki
Chromium deb is automatically migrating to the snap. This is a specific case and is not related to docker. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: docker snap suddenly

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-21 Thread Björn Svensson
I would like you to open the case for Snap again. On my machine, it continues to auto install other packages as well. I just got chromium today. Similar to the case with docker, the machine starts to behave strange when there are dual installations of applications. Similar to the docker fix, I can

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-21 Thread John Lenton
(if you disagree please set back from Invalid as otherwise it won't get picked up by our triage). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: docker snap suddenly installed by

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-21 Thread John Lenton
I'm setting as invalid for snapd, as there is nothing snapd is doing wrong here AFAICT. ** Changed in: snapd (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-18 Thread Tianon Gravi
Thanks for testing and confirming! Fix is now released to the stable channel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: docker snap suddenly installed by itself To manage

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-17 Thread Ishan
I had docker with apt and snap package, suddenly today i was seeing my cpu full and disk space full with logs . and had a permission error in the logs with contaired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-16 Thread Linrav
Hi @Tianon. Confirmed identical symptoms and issue with snap clashing over ubuntu's containerd! Refreshed your snap from edge channel and confirmed it fixes the issue. Thank you so much! Saved the day :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread DataBitz
Thanks, tested from beta channel and it seems to have fixed the problem for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: docker snap suddenly installed by itself To manage

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Tianon Gravi
My fix finished building and uploading into the edge channel, so if folks could test it from either edge or beta (I'd suggest beta, but your choice), that would be helpful. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Tianon Gravi
At least for the "Docker fails to run containers and fill syslog" half of this, I've reproduced in https://forum.snapcraft.io/t/docker- snap-18-09-9-error/14171/5 and have a fix committed waiting for Launchpad to build so I can rush it through the channels ASAP. -- You received this bug

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Don Gi Min
I have this exact issue, and I have a ~200GB syslog file because of it. I'm not experienced enough to do forensics on this, if anyone has some idea where to look I'll help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Guy Wyant
Well, regardless of whether snap docker was already installed prior to change 33, it was at that auto-refresh when the issue actually began, not before. No docker tools we have would have pulled in docker snap automatically, and we had not changed a thing on the server for days. -- You received

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread mike kershaw
Also hit here on a near-vanilla 18.04 install; snap docker auto-updated and fell down, and stayed down until manually reloaded. $ snap changes ID Status Spawn Ready Summary 10 Doneyesterday at 23:06 EST yesterday at 23:06 EST Auto-refresh snap

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Oliver Grawert via ubuntu-bugs
sadly snapd wipes the logs after a while so your snap changes start only at change 33 and this is only a refresh of the already installed docker snap ... it would be interesting to know why/how it got installed in the first place, perhaps someone from the snapd team has a hint here ... do you

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Guy Wyant
Same symptoms as above for us. Totally unattended server and we were hit with an outage immediately after this change happened. First line is the relevant snap changes entry of where the problems began. Then we removed the docker snap today at 10:39. redacted@redacted:/# snap changes ID Status

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Oliver Grawert via ubuntu-bugs
unattended-updates do not deal with snap packages (effectively snaps care for their upgrades themselves, there is no external entity like unattended-upgrades needed)... also snap packages do not "just install themselves", something must have actively triggered that ... along with syslog (or

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Daniel Skowroński
I second that this is security hazard. This may be related to unattended-upgrades package which could interact with snap, but I don't have machine which was affected by this (but I'm sure it was there). Can anyone with the issue active backup syslog before truncating it so it can be investigated?

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread A Z
Adding in workaround: Remove either the docker snap or the docker.io package: sudo snap remove docker OR sudo apt purge docker.io Truncate the syslog to get your diskspace back: sudo truncate -s 0 /var/log/syslog -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread lubobill1990
I regard this is not just a bug, but a serious security hazard. Why snap can automatically install docker from outside control? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: docker

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: docker.io (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title:

[Bug 1852720] Re: docker snap suddenly installed by itself

2019-11-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: snapd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852720 Title: