[Bug 1549730] Re: launcher inserts new apps at #1

2016-03-01 Thread John Lenton
** Changed in: unity (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549730 Title: launcher inserts new apps at #1 To manage notifications about this bug

[Bug 1555567] Re: License information from the store not being used

2016-04-26 Thread John Lenton
I can confirm snappy receives the license information from the store, and promptly forgets about it. Ooops. ** Changed in: snappy Status: New => Confirmed ** Changed in: snappy Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu

[Bug 1575129] Re: snapd installs files in /etc which break bzr (via etckeeper)

2016-04-27 Thread John Lenton
One thing we *could* do is create them every boot, under /run/systemd/system, but that's part of a bigger piece of work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575129 Title: snapd installs

[Bug 1575129] Re: snapd installs files in /etc which break bzr (via etckeeper)

2016-04-27 Thread John Lenton
Unfortunately AFAIK that name is mandated by systemd for a mount unit that mounts /snap/ubuntu-core/109.2 Mount units must be named after the mount point directories they control. Example: the mount point /home/lennart must be configured in a unit file home-lennart.mount. For

[Bug 1580018] Re: ubuntu-core image missing awk

2016-05-11 Thread John Lenton
It's because /etc isn't hidden; the snap sees the host's /etc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580018 Title: ubuntu-core image missing awk To manage notifications about this bug go

[Bug 1580018] Re: ubuntu-core image missing awk

2016-05-11 Thread John Lenton
** Changed in: snapd (Ubuntu) Status: Incomplete => Confirmed ** Changed in: snapd (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580018 Title:

[Bug 1572463] Re: setup-profile configures security based on snap.Info from DisconnectSnap, which still sees older revision

2016-05-12 Thread John Lenton
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1572463 Title: setup-profile configures security based on snap.Info from

[Bug 1571721] Re: Removing when an app is running results in a half removal

2016-05-12 Thread John Lenton
@tim yes, run zyga's reset-state script from https://github.com/zyga/devtools/blob/master/reset-state -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571721 Title: Removing when an app is running

[Bug 1569577] Re: please remove var/lib/snapd/apparmor/additional from debian/snapd.dirs

2016-05-12 Thread John Lenton
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569577 Title: please remove var/lib/snapd/apparmor/additional from

[Bug 1570280] Re: snap and snappy man pages incomplete

2016-05-12 Thread John Lenton
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1570280 Title: snap and snappy man pages incomplete To manage notifications

[Bug 1579553] Re: 'snap help' is not well handled

2016-05-08 Thread John Lenton
I'm assuming you mean that the help command doesn't provide help for subcommands. Shout if not. Looking at the library we're using, and unless I'm missing something, fixing this is going to require working on the library. As that is probably going to take a while, maybe we should remove the help

[Bug 1579553] Re: 'snap help' is not well handled

2016-05-08 Thread John Lenton
Ah! That's fixed on master: john@feuille:~/canonical/snappy/src/github.com/ubuntu-core/snappy$ GOPATH=~/canonical/snappy go build -o /tmp/snp github.com/ubuntu-core/snappy/cmd/snap && /tmp/snp help Usage: snp [OPTIONS] Help Options: -h, --help Show this help message Available commands:

[Bug 1579553] Re: 'snap help' is not well handled

2016-05-08 Thread John Lenton
Well... it'd be an improvement. It'd still need us to either take over handling help, or an upstream patch; I'm not sure which one is easier. (yes, the lib offers no way to customise that help message). Question: what if `snap ---help` (but not `snap -h`) were to work like `snap man | man -l -`?

[Bug 1609368] Re: 'snap find' no longer lists all available snaps

2016-08-03 Thread John Lenton
It isn't that we can't do it; it's that it's a lot of work to do it properly, and there isn't a clear need. 'snap find .' will still only give you an arbitrary set of 100 packages. 'apt list' is a local query; 'snap find' is a remote one. Having 'snap find' return all snap packages is expensive,

[Bug 1303354] Re: [Apps Scope] App Summary appears to be part of Description

2016-07-15 Thread John Lenton
@rodney ooh, I can answer that one! Existing 15.04 snappy core devices. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1303354 Title: [Apps Scope] App Summary appears to be part of Description To

[Bug 1598657] Re: No error id for username/password error returned from snapd

2016-07-18 Thread John Lenton
In #1562 I'm returning a 400 with `invalid-auth-data` when e.g. the email provided is not valid (the value will describe the validation error in detail); a 401 with `login-required` will be returned by other unauthorised results (e.g. provided email/password is not correct.). -- You received

[Bug 1598657] Re: No error id for username/password error returned from snapd

2016-08-05 Thread John Lenton
** Changed in: snappy Assignee: (unassigned) => John Lenton (chipaca) ** Changed in: snappy Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598657

[Bug 1609754] Re: Cannot install suggested 'hello-world' example

2016-08-05 Thread John Lenton
Your squid probably needs holes poked in it to reach the CDN. Could you try that and update the bug if it doesn't fix it? Thanks. ** Changed in: snapd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1609754] Re: Cannot install suggested 'hello-world' example

2016-08-05 Thread John Lenton
The hole poked needs to be for https://068ed04f23.site.internapcdn.net /download-snap/ FWIW. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609754 Title: Cannot install suggested 'hello-world'

[Bug 1609754] Re: Cannot install suggested 'hello-world' example

2016-08-06 Thread John Lenton
The only thing SNAPD_DEBUG_HTTP does is turn on the logging of the requests; the codepath is otherwise exactly the same. The timeout is set to 10 seconds for things other than download; for downloads it isn't set, so a timeout at download comes from elsewhere in the stack. And yet curl doesn't

[Bug 1574487] Re: possibly unclean shutdown

2017-01-23 Thread John Lenton
** Also affects: initramfs-tools-ubuntu-core (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574487 Title: possibly unclean shutdown To manage

[Bug 1637410] Re: Resolve snap ID / Name confusion

2017-01-27 Thread John Lenton
the buy api is the only case where we need the client to talk to the store about a snap that doesn't exist locally. For that case, snap ids are the only reasonable choice. For cases where a snap exists locally, snap name is the only reasonable choice. ** Changed in: snapd (Ubuntu) Status:

[Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-02-10 Thread John Lenton
I should point out that there isn't a clear 1:1 mapping between desktop files and apps, and that some of the things mentioned here would impose this. FWIW IMHO if gnome software needs to choose one app from a snap to run because of its own limitations it should choose the default app, the one

[Bug 1658719] Re: `snap refresh` doesn't show progress when checking for a large number of snaps

2017-01-23 Thread John Lenton
`snap refresh` speed should be mostly independent of number of installed snaps (there are components of the time that are linearly proportional to the number, but most of the times should be independent of it). When there is an update you get the progress bar so I'm assuming you're not talking

[Bug 1658719] Re: `snap refresh` doesn't show progress when checking for a large number of snaps

2017-01-23 Thread John Lenton
Just to be clear: $ snap list | wc -l 51 $ time snap refresh All snaps up to date. real0m3.953s user0m0.008s sys 0m0.008s is this the "long time" you're talking about? -- You received this bug notification because you

[Bug 1517553] Re: Push Notifications Delayed or Missing

2016-08-05 Thread John Lenton
has anybody checked manually sending a push notification (either using the user+device token for telegram itself (it used to print it somewhere), or using "shove")? Historically the delays were on telegram's end. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1609754] Re: Cannot install suggested 'hello-world' example

2016-08-05 Thread John Lenton
Oh, that's interesting. I thought you'd said that you'd downloaded the snap elsewhere. The CDN is only used for the actual snap; the search hits the store directly, hence why i thought it was that. Can you set up snapd to run with SNAPD_DEBUG_HTTP=7 (adding it to /etc/environment and restarting

[Bug 1609368] Re: 'snap find' no longer lists all available snaps

2016-08-03 Thread John Lenton
There seems to be an issue with it not being displayed as required in the help output. For now at least it _is_ required. There is another issue about the error message being unclear. "snap find" without arguments has not shown "all available snaps" in quite a while; it would show 100 arbitrary

[Bug 1594297] Re: Snapd packages restart in rsync style matter when update/install

2016-09-01 Thread John Lenton
** Changed in: snapd (Ubuntu) Status: Triaged => Confirmed ** Changed in: snapd (Ubuntu) Importance: Wishlist => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594297 Title: Snapd

[Bug 1611485] Re: "snap revert" doesn't remove the reverted version

2016-09-07 Thread John Lenton
snap remove does have --revision (I'm not sure that's released into Ubuntu, but if it's not there yet it will be soon). An explicit snap refresh of the snap will move you forwards to the locally available revision you reverted away from (this is WIP but should land later this week, and released

[Bug 1585403] Re: please support parallel operation

2016-09-16 Thread John Lenton
Installing a package is not a CPU-intensive process; it's an IO- intensive one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1585403 Title: please support parallel operation To manage

[Bug 1592074] Re: ubuntu-core is change in progress after interrupt "snap install"

2016-10-26 Thread John Lenton
The issue is that interrupting snap does not abort the change. We have a card to implement that, but it's not done. If you look at 'snap changes' you'll see the change you requested is still in progress. You can stop it by doing "snap abort NN" where NN is the change id as reported by snap

[Bug 1634392] [NEW] have a snap command to wait for a change

2016-10-18 Thread John Lenton
Public bug reported: It would be nice to have a "snap watch" or similar that would allow one to monitor the progress of a change. Scenarios like dropped shell, or waiting on the terminal for a process started in via the browser or in a different session, for example. $ snap watch 3 Downloading

[Bug 1632453] Re: snapd won't start on dragonboard

2016-10-20 Thread John Lenton
*** This bug is a duplicate of bug 1628914 *** https://bugs.launchpad.net/bugs/1628914 ** This bug is no longer a duplicate of bug 1631791 ubuntu-core/core unconditionally switches to the stable channel on all-snap images ** This bug has been marked a duplicate of bug 1628914

[Bug 1635194] Re: Issues when activating a large number of applications at the same time

2016-10-20 Thread John Lenton
Coincidence; there were over 200 loopbacks active in the system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635194 Title: Issues when activating a large number of applications at the same time

[Bug 1571770] Re: Returns 500 when it can't find mounted snap

2016-10-24 Thread John Lenton
** Changed in: snapd (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571770 Title: Returns 500 when it can't find mounted snap To manage

[Bug 1569892] Re: /etc/profile.d/apps-bin-path.sh comment talks about /snaps/bin (which doesn't exist) when in reality it uses /snap/bin

2016-10-24 Thread John Lenton
** Changed in: hundredpapercuts Status: Fix Committed => Fix Released ** Changed in: snapd (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: snappy Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu

[Bug 1587477] Re: snapd should not use /tmp to unpack snaps on systems where /tmp is a tmpfs (and thus limited in size)

2016-10-24 Thread John Lenton
** Changed in: snappy Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587477 Title: snapd should not use /tmp to unpack snaps on systems where /tmp is a

[Bug 1645447] Re: snap info not finding all packages

2016-11-28 Thread John Lenton
** Changed in: snapd (Ubuntu) Importance: Undecided => Medium ** Changed in: snapd (Ubuntu) Status: New => Confirmed ** Changed in: snapd (Ubuntu) Assignee: (unassigned) => John Lenton (chipaca) ** Changed in: snapd (Ubuntu) Status: Confirmed => In Progr

[Bug 1645447] Re: snap info not finding all packages

2016-11-28 Thread John Lenton
$ /tmp/snp info quagga name:quagga summary: "Quagga BGP/OSPFv2/OSPFv3/ISIS/RIP/RIPng/PIM routing daemon" publisher: osr channels: candidate: 1.0.20160315-rc1-git.c01f37e (4) - beta: 1.0.20160315-rc1-git.c01f37e (4) - edge:

Re: [Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-16 Thread John Lenton
Out of curiosity, how many changes per second were you doing? On 16 Nov 2016 23:20, "Colin Ian King" <1642...@bugs.launchpad.net> wrote: > Well, until it's fixed, does that mean that unsuccessful transactions > will cause snapd to eat memory - and if so, that seems like a DoS vector > to me. > >

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
Unless I'm misreading something, it's growing at about 2MB every 60 sec. 180 changes should use a *lot* less than 2MB. So there probably is something else going on... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
I've put a branch up that drops a few things so that building snapd without cgo is possible. Could you take it from https://github.com/chipaca/snappy/tree/no-c and either build it, and repeat the memory tests? You can either build it entirely by hand setting CGO_ENABLED=0 to force it to build a

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
(if you'd rather I put the binary somewhere for you, do let me know) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642068 Title: snapd memory sizes grows huge over time To manage notifications

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
attached -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642068 Title: snapd memory sizes grows huge over time To manage notifications about this bug go to:

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
(that one has a static binary; the only caveat is because it's master it'll bump your state.json to the latest thing, which might then not let you go back to whatever you were using before) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
** Attachment added: "snapd.deb" https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1642068/+attachment/4778656/+files/snapd.deb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642068 Title:

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
Could you try again with this one? This one is dynamically linked but has an Environment line in /lib/systemd/system/snapd.service to force it to use the Go resolver. And, lastly, if you can remove that line from the service file and try again, then it should use the cgo resolver. ** Attachment

[Bug 1642068] Re: snapd memory sizes grows huge over time

2016-11-17 Thread John Lenton
For example, doing `snap find` in a loop grows snapd. I struggle to not call that a leak. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642068 Title: snapd memory sizes grows huge over time To

[Bug 1628612] Re: prefer "core" rather than "ubuntu-core" if installed

2016-10-10 Thread John Lenton
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628612 Title: prefer "core" rather than "ubuntu-core" if installed To manage

[Bug 1628612] Re: prefer "core" rather than "ubuntu-core" if installed

2016-10-10 Thread John Lenton
To test: * start with an empty state * snap install ubuntu-core * snap install hello-world * hello-world reset state, repeat with core. If it fails at the "snap install core" step, your snapd is too old; check that and *start over* (i.e. make sure things still work with ubuntu-core and the

[Bug 1645815] [NEW] apt install of local debs does not tab-complete

2016-11-29 Thread John Lenton
pgrade log present (probably fresh install) ** Affects: apt (Ubuntu) Importance: Undecided Assignee: John Lenton (chipaca) Status: Incomplete ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1643910] Re: BAMF_DESKTOP_FILE_HINT not set in correct place for unity7

2016-12-05 Thread John Lenton
The way we're currently doing it is by setting the environment from the desktop file, and that works OK for things launched from that desktop file (right?). So if when running a snap we find that env key not set, I think we need to set BAMF_DESKTOP_FILE_HINT to *something*. Otherwise things (bamf

[Bug 1678040] Re: snap version on arch shows 'unknown'

2017-03-31 Thread John Lenton
Looks like “go generate” isn't being run during package build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1678040 Title: snap version on arch shows 'unknown' To manage notifications about this

[Bug 1631514] Re: snap doesnt work. error: cannot communicate with server

2017-03-16 Thread John Lenton
@Joseph, that looks like a different issue; could you file a new bug? Include the output of “journalctl -u snapd.service” when you do. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1631514

[Bug 1672819] [NEW] exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-03-14 Thread John Lenton
Public bug reported: This can be reproduced with https://gist.github.com/chipaca/806c90d96c437444f27f45a83d00a813 With that, and go 1.8, if you run “make” and then for i in `seq 99`; do ./a_go; done you'll see a variable number of ”GOT 1000” (or whatever your user id is). If you don't, add one

[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-03-14 Thread John Lenton
I also tried this in 4.10.0-11-generic, same results. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672819 Title: exec'ing a setuid binary from a threaded program sometimes fails to setuid To

[Bug 1589210] Re: snap remove "core" on classic not allowed

2017-03-17 Thread John Lenton
@Florin, USB mounting broken? Could you file a separate bug about that? (it certainly works here! :-) ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1589210 Title: snap remove "core" on classic

[Bug 1673539] Re: snapd doesn't clean up imported (snap) assertions

2017-03-16 Thread John Lenton
Could you share the output of “sudo du -sh /var/lib/snapd/assertions/” on a system where you consider this to be sizeable? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1673539 Title: snapd doesn't

[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-04-03 Thread John Lenton
Might this be related to https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=857909 ? ** Bug watch added: Debian Bug tracker #857909 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857909 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1638537] Re: snapd eats 100% CPU for about 5 minutes on first boot causing a load of >2.0

2017-03-03 Thread John Lenton
Until the device key is generated there is nothing it _can_ do (in fact it might not even be listening to requests yet; not sure offhand). That said, on the pi2 it takes a little over a minute to do the keygen (and that's too long, but not much we can do about it without better hardware support

[Bug 1628289] Re: snapd should depend on squashfuse (for use in containers)

2017-07-24 Thread John Lenton
I understand this is high priority, but the PR you just wrote is a poor copy of the older one from February where we attempted the same thing, and it's just as wrong for the same reasons. Is there really no other way to pull squashfuse onto the lxd images? I don't know how they're built, but

[Bug 1575053] Re: Please move snap user data from "$HOME/snap" to "$HOME/.snap" (or to "$HOME/.local/share/snap" in accordance with the XDG spec)

2017-07-04 Thread John Lenton
We can't really do this in a way that won't have unwanted consequences before we have epochs. Those are coming sometime soon (work will start in the next few months, at least based on the discussion at the snappy sprint: see the second whiteboard on https://forum.snapcraft.io/t

[Bug 1685755] Re: Can install snaps

2017-04-24 Thread John Lenton
Hello Turan, thank you for the bug report! could you add the output of “journalctl -u snapd” to this? Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685755 Title: Can install snaps

[Bug 1685755] Re: Can install snaps

2017-04-24 Thread John Lenton
Note the user has also reported this in the forum: https://forum.snapcraft.io/t/cant-install-snap-app/376/3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1685755 Title: Can install snaps To manage

[Bug 1576411] Re: UTF-8 is not very well supported inside snaps

2017-08-23 Thread John Lenton
If we're doing this, we should have a core config as to what locales to generate. That way on small core devices we just generate what's needed (often: nothing). On non-core we can make that unsettable and proxy to whatever the host uses for the 'get' step. -- You received this bug notification

[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-05-10 Thread John Lenton
With the kernel from #16 I am no longer able to reproduce the issue, not with the simplified reproducers described in this bug, nor with the original (slower and more convoluted) snapd reproducer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1672819] Re: exec'ing a setuid binary from a threaded program sometimes fails to setuid

2017-05-11 Thread John Lenton
** Changed in: linux (Ubuntu Xenial) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1672819 Title: exec'ing a setuid binary from a threaded program sometimes

[Bug 1689578] Re: Lack of shell completion installation support for command line apps

2017-05-09 Thread John Lenton
Added a snapcraft bug task for the 'completer' support there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1689578 Title: Lack of shell completion installation support for command line apps To

[Bug 1689578] Re: Lack of shell completion installation support for command line apps

2017-05-09 Thread John Lenton
Yes there is. http://chipaca.com/post/160369439977/in-snap-tab- completion ** No longer affects: snappy ** Changed in: snapd (Ubuntu) Status: New => Fix Committed ** Changed in: snapd (Ubuntu) Assignee: (unassigned) => John Lenton (chipaca) ** Also affects: snapcraft Impo

[Bug 1650846] Re: shellcheck: unable to decommit memory: Invalid argument (0.4.4)

2017-05-22 Thread John Lenton
Where are you getting shellcheck 0.4.4 to run under travis? In Ubuntu 0.4.4 is from 17.04, and afaik travis is still on 14.04. So it could indeed be that you're running a shellcheck built for a newer kernel than you have. ** Changed in: shellcheck (Ubuntu) Status: Confirmed => Incomplete

[Bug 1650846] Re: shellcheck: unable to decommit memory: Invalid argument (0.4.4)

2017-05-22 Thread John Lenton
I just tested, and running shellcheck 0.4.4 from artful (not 17.04; my bad: 17.10) on 16.04 or 14.04 will print that error. Downloading 0.4.4's package sources from http://packages.ubuntu.com/artful/shellcheck and rebuilding it does not print that error. Closing this as Invalid; afaict it's not

[Bug 1650261] Re: snaps with hyphens in their names get badly-named systemd mount definitions

2017-06-14 Thread John Lenton
Sciri, how is this not a dupe? In both cases it's bzr having an expecation about what's a valid filename that is not supported by systemd mount units. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1722003] Re: Some free (gratis) packages require logging in with a Snap Store account

2017-10-09 Thread John Lenton
*** This bug is a duplicate of bug 1581713 *** https://bugs.launchpad.net/bugs/1581713 ** This bug has been marked a duplicate of bug 1581713 Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package -- You received this bug notification

[Bug 1636016] Re: snapcraft should warn of invalid name

2017-10-13 Thread John Lenton
For what it's worth, "12to8" is a valid snap name, and a valid app name. There was a bug in snapd (getting fixed right now). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1636016 Title: snapcraft

[Bug 1575053] Re: Please move snap user data from "$HOME/snap" to "$HOME/.snap" (or to "$HOME/.local/share/snap" in accordance with the XDG spec)

2017-10-11 Thread John Lenton
Oliver, the argument that ~/snap/ is “not just simply a configuration dir” isn't particularly good, I think, as the same could be said about the triple XDG directories for data, config and cache (all of which default to be hidden). It is the nature of the confinement that we build that these

Re: [Bug 1718942] Re: running favorited snap shows two icons in Ubuntu dock

2017-09-28 Thread John Lenton
I don't know which app you're testing this with, but I suspect it needs to add a StartupWMClass entry in its .desktop file On 28 September 2017 at 03:49, Merlijn Sebrechts wrote: > ** Tags added: artful > > ** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu)

Re: [Bug 1718942] Re: running favorited snap shows two icons in Ubuntu dock

2017-09-28 Thread John Lenton
bamfdaemon is a unity thing, i believe On 28 September 2017 at 08:24, Merlijn Sebrechts wrote: > Easy to test with keepassx, both available in software center (keepassx) > and as a snap (keepassx-elopio) > > > I can confirm that setting

[Bug 1710051] Re: xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ... chrome ... reason: Hang on render ring, action: reset

2017-09-01 Thread John Lenton
The package description of xserver-xorg-video-intel says, The use of this driver is discouraged if your hw is new enough (ca. 2007 and newer). You can try uninstalling this driver and let the server use it's builtin modesetting driver instead. did you try removing the package entirely? --

[Bug 1718942] Re: running favorited snap shows two icons in Ubuntu dock

2017-10-08 Thread John Lenton
@Merlijn, I don't think there's a way for snapd to know the WMClass of an app in a snap. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718942 Title: running favorited snap shows two icons in

[Bug 1702297] Re: Compiz ignores _MOTIF_WM_HINTS set from xprop

2017-12-14 Thread John Lenton
Verified that 1:0.9.12.3+16.04.20171116-0ubuntu1 fixes the issue on xenial: before upgrading, I confirmed xprop didn't disable the decorations on an xterm window; after upgrading, it did. Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1673950] Re: Tooltips in the Unity launcher have a wrong padding and position

2017-12-14 Thread John Lenton
I verified that 1:0.9.12.3+16.04.20171116-0ubuntu1 fixes the issue for me in 16.04: before the upgrade, with the horizontal launcher and at a high scaling factor the padding was wrong. After the upgrade, it was ok. Thank you! -- You received this bug notification because you are a member of

[Bug 1668950] Re: Unity doesn't provide an easy way to enable/disable the low graphics mode

2017-12-14 Thread John Lenton
I can verify that after upgrading to 1:0.9.12.3+16.04.20171116-0ubuntu1, that gsetting controls low graphics mode. I had low graphics mode enabled before upgrading, using ~$ cat .config/upstart/lowgfx.conf start on starting unity7 pre-start script initctl set-env -g UNITY_LOW_GFX_MODE=1 end

[Bug 1730159] Re: Snapd should not start if there are no Snaps installed

2017-11-05 Thread John Lenton
I don't think systemd lets you express this, so it'd have to be logic inside snapd itself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730159 Title: Snapd should not start if there are no Snaps

Re: [Bug 1662552] Re: snaps don't work with NFS home

2018-05-14 Thread John Lenton
Michal, have you done the things described in https://forum.snapcraft.io/t/snaps-and-nfs-home/438 ? On Mon, 14 May 2018 at 14:46, Michal Kukuča <1662...@bugs.launchpad.net> wrote: > With Ubuntu Bionic 18.04, snapd version 2.32, Snap still doesn’t work > correctly with home folders mounted via

[Bug 1767896] Re: Live 18.04 with persistence snapd high CPU usage

2018-05-09 Thread John Lenton
That's very interesting! Could you paste the output of "snap tasks --last=seed" ? Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767896 Title: Live 18.04 with persistence snapd high CPU

[Bug 1767896] Re: Live 18.04 with persistence snapd high CPU usage

2018-05-10 Thread John Lenton
If you seed a snap, then you also need to seed that snap's base, and snaps providing any plugs that snap requires, otherwise it'll fail to seed. A failure to seed it pretty bad, as snapd will be stuck in a loop trying to do that. I don't think this is a bug in snapd, because if you have network,

[Bug 1767896] Re: Live 18.04 with broken seed causes snapd high CPU usage

2018-05-10 Thread John Lenton
I am not a publisher for that snap, so I can't do that. I'll ask on #snapd to see if anybody is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767896 Title: Live 18.04 with broken seed causes

[Bug 1767896] Re: Live 18.04 with persistence snapd high CPU usage

2018-05-10 Thread John Lenton
it looks like the seed is missing gtk-common-themes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767896 Title: Live 18.04 with persistence snapd high CPU usage To manage notifications about this

[Bug 1771714] Re: List more `snap changes`

2018-05-17 Thread John Lenton
The changes are garbage-collected after a certain time, or after a certain number of changes, both of which are hard-coded. If there's a bug it's in the hardcodedness of this :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1768794] Re: Snap branches all show with same name

2018-05-17 Thread John Lenton
OTOH what the client should be doing is looking at 'tracks' to get the order of the channels, and then using that to look up each track in the map; this would've avoided the issue (but not the info leak which is still a bug) -- You received this bug notification because you are a member of

[Bug 1768794] Re: Snap branches all show with same name

2018-05-17 Thread John Lenton
FWIW there's a bug store-side, as it shouldn't be exposing branches at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768794 Title: Snap branches all show with same name To manage

[Bug 1772844] Re: snapd didn't initialize all the seeded snaps

2018-05-23 Thread John Lenton
What are the contents of seed.yaml? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772844 Title: snapd didn't initialize all the seeded snaps To manage notifications about this bug go to:

[Bug 1772844] Re: snapd didn't initialize all the seeded snaps

2018-05-23 Thread John Lenton
As a workaround, in seed.yaml, ensure content providers are before the snaps that need them; the seeding step does not sort things. It's unclear whether it should, but at least we should warn about it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1772844] Re: snapd didn't initialize all the seeded snaps

2018-05-23 Thread John Lenton
Note that seed change is still ongoing (it's still got tasks in Doing state). You can watch the progress with 'snap watch --last=seed'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772844 Title:

[Bug 1724537] Re: The revert features is not revert completed.

2017-10-20 Thread John Lenton
Alfie, thank you for the extra info. Could we also see snap info stlouis-kernel ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1724537 Title: The revert features is not revert completed. To

[Bug 1745342] Re: touchscreen that worked in artful with 4.12 no longer works with 4.13

2018-01-26 Thread John Lenton
$ uname -a Linux flimsy 4.12.0-041200-generic #201801261443 SMP Fri Jan 26 14:46:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux did _not_ work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745342

[Bug 1745342] Re: touchscreen that worked in artful with 4.12 no longer works with 4.13

2018-01-26 Thread John Lenton
Sorry for the delay :-) was at the doc's. $ uname -a Linux flimsy 4.12.0-041200-generic #201801261650 SMP Fri Jan 26 16:51:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux did _not_ work. Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1745342] Re: touchscreen that worked in artful with 4.12 no longer works with 4.13

2018-01-25 Thread John Lenton
With john@flimsy:~$ uname -a Linux flimsy 4.13.0-041300rc1-generic #201707151931 SMP Sat Jul 15 23:32:39 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux the touchscreen does not work. With john@flimsy:~$ uname -a Linux flimsy 4.12.14-041214-generic #201709200843 SMP Wed Sep 20 12:46:23 UTC 2017

[Bug 1745342] Re: touchscreen that worked in artful with 4.12 no longer works with 4.13

2018-01-25 Thread John Lenton
Linux flimsy 4.12.0-041200-generic #201707022031 SMP Mon Jul 3 00:32:52 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745342 Title: touchscreen that

<    2   3   4   5   6   7   8   9   10   >