[Group.of.nepali.translators] [Bug 1571721] Re: Removing when an app is running results in a half removal

2016-11-29 Thread Michael Vogt
** Changed in: snappy
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1571721

Title:
  Removing when an app is running results in a half removal

Status in Snappy:
  Fix Released
Status in snapd package in Ubuntu:
  Fix Released
Status in snapd source package in Xenial:
  Fix Released

Bug description:
  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [sudo] password for sergiusens: 
  [\] Remove snap "telegram" from the system
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [|] Remove security profile for snap "telegram"
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  I had an apps/telegram/command: telegram and it was running during the
  removal (it was not a daemon).

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1571721/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1571721] Re: Removing when an app is running results in a half removal

2016-07-27 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.11+16.10

---
snapd (2.11+16.10) yakkety; urgency=medium

  * New upstream release: LP: #1605303
- increase version number to reflect the nature of the update
  better
- store, daemon, client, cmd/snap, docs/rest.md: adieu search
  grammar
- debian: move snapd.refresh.timer into timers.target
- snapstate: add daemon-reload to fix autopkgtest on yakkety
- Interfaces: hardware-observe
- snap: rework the output after a snap operation
- daemon, cmd/snap: refresh --devmode
- store, daemon, client, cmd/snap: implement `snap find --private`
- tests: add network-observe interface spread test
- interfaces/builtin: allow getsockopt for connected x11 plugs
- osutil: check for nogrup instead of adm
- store: small cleanups (more needed)
- snap/squashfs: fix test not to hardcode snap size
- client,cmd/snap: cleanup cmd/snap test suite, add extra args
  testThis cleans up the cmd/snap test suite:
- wrappers: map "never" restart condition to "no."
- wrappers: run update-desktop-database after add/remove of desktop
  files
- release: work around elementary mistake
- many: remove all traces of channel from the buying codepath
- store: kill setUbuntuStoreHeaders
- docs: add payment methods documentation
- many: present user with a choice of payment backends
- asserts: add cross checks for snap asserts
- cmd/snap,cmd/snap-exec: support running hooks via snap-exec.
- tests: improve snap run symlink tests
- tests: add content sharing interface spread test
- store & many: a mechanical branch shortening store names
- snappy: remove old snappy pkg
- overlord/snapstate: kill flagscompat
- overlord/snapstate, daemon, client, cmd/snap: devmode override
  (aka confined)
- tests: extend refresh test to talk to the staging and production
  stores
- asserts,daemon: cross checks for account and account-key
  assertions
- client: existing JSON fixtures uses tabs for indentation
- snap-exec: add proper integration test for snap-exec
- spread.yaml, tests: replace hello-world with test-snapd-tools
- tests: add locale-control interface spread test
- tests: add mount-observe interface spread test
- tests: add system-observe interface spread test
- many: add AuthContext to mediate user updates to the state
- store/auth: add helper for the macaroon refresh endpoint
- cmd: add buy command
- overlord: switch snapstate.Update to use ListRefresh (aka
  /snaps/metadata)
- snap-exec: fix silly off-by-one error
- tests: stop using hello-world.echo in the tests
- tests: add env command to test-snapd-tools
- classic: remove (most of) "classic" mode, this is implemented as a
  snap now
- many: remove snapstate.Candidate and other cleanups
- many: removed authenticator, store gets a user instead
- asserts: fix minor doc comment typo
- snap: ensure unknown arguments to `snap run` are ignored
- overlord/auth: add Device/SetDevice to persist device identity in
  state
- overlord: make SyncBoot work again
- tests: add -y flag to apt autoremove command in unity task restore
- many: migrate SnapSetup and SideInfo to use RealName
- daemon: drop auther()
- client: improve error from client.do() on json decode failures
- tests: readd the fake store tests
- many: allow removal of broken snaps, add spread test
- overlord: implement {After: duration} support for handlers
- interface: add new interfaces.all.SecurityBackends
- integration-tests: remove login tests
- cmd,interfaces,snap: implement hook whitelist.
- daemon,overlord/auth,store: update macaroon authentication to use
  the new endpoints
- daemon, overlord: add buy endpoint to REST API
- tests: use systemd-run for starting and stopping the unity app
- tests, integration-tests: port systemd service check test to
  spread
- store: switch search to new snap-specific endpoint
- store, many: start using the new details endpoint
- tests, integration-tests: port unity test to spread
- tests: add spread test for tried snaps removal
- tests, integration-tests: port auth errors test to spread
- snapstate: rename OfficialName to RealName in the new tests
- many: rename SideInfo.OfficialName to SideInfo.RealName
- snapstate: use snapstate.Type in backend.RemoveSnapFiles
- many: add `snap enable/disable` commands
- tests, integration-tests: port refresh all test to spread
- snap: add `snap run --shell`
- tests: set yaml indentation to 4 spaces
- snapstate: cleanup downloaded temp snap files
- overlord: make patch1_test more robust
- debian: add snapd.postrm that purges
- integration-tests: drop already covered refresh app test
- many: add concept of "broken" snaps
- tests, integration-tests: 

[Group.of.nepali.translators] [Bug 1571721] Re: Removing when an app is running results in a half removal

2016-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.0.3

---
snapd (2.0.3) xenial; urgency=medium

  * New upstream micro release:
- integration-tests, debian/tests: add unity snap autopkg test
- snappy: introduce first feature flag for assumes: common-data-dir
- timeout,snap: add YAML unmarshal function for timeout.Timeout
- many: go into state.Retry state when unmounting a snap fails.
  (LP: #1571721, #1575399)
- daemon,client,cmd/snap: improve output after snap
  install/refresh/remove (LP: #1574830)
- integration-tests, debian/tests: add test for home interface
- interfaces,overlord: support unversioned data
- interfaces/builtin: improve the bluez interface
- cmd: don't include the unit tests when building with go test -c
  for integration tests
- integration-tests: teach some new trick to the fake store,
  reenable the app refresh test
- many: move with some simplifications test snap building to
  snap/snaptest
- asserts: define type for revision related errors
- snap/snaptest,daemon,overlord/ifacestate,overlord/snapstate: unify
  mocking snaps behind MockSnap
- snappy: fix openSnapFile's handling of sideInfo
- daemon: improve snap sideload form handling
- snap: add short and long description to the man-page
  (LP: #1570280)
- snappy: remove unused SetProperty
- snappy: use more accurate test data
- integration-tests: add a integration test about remove removing
  all revisions
- overlord/snapstate: make "snap remove" remove all revisions of a
  snap (LP: #1571710)
- integration-tests: re-enable a bunch of integration tests
- snappy: remove unused dbus code
- overlord/ifacestate: fix setup-profiles to use new snap revision
  for setup (LP: #1572463)
- integration-tests: add regression test for auth bug LP:#1571491
- client, snap: remove obsolete TypeCore which was used in the old
  SystemImage days
- integration-tests: add apparmor test
- cmd: don't perform type assertion when we know error to be nil
- client: list correct snap types
- intefaces/builtin: allow getsockname on connected x11 plugs
  (LP: #1574526)
- daemon,overlord/snapstate: read name out of sideloaded snap early,
  improved change summary
- overlord: keep tasks unlinked from a change hidden, prune them
- integration-tests: snap list on fresh boot is good again
- integration-tests: add partial term to the find test
- integration-tests: changed default release to 16
- integration-tests: add regression test for snaps not present after
  reboot
- integration-tests: network interface
- integration-tests: add proxy related environment variables to
  snapd env file
- README.md: snappy => snap
- etc: trivial typo fix (LP:#1569892)
- debian: remove unneeded /var/lib/snapd/apparmor/additional
  directory (LP: #1569577)

 -- Michael Vogt   Tue, 03 May 2016 07:51:57
+0200

** Changed in: snapd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1571721

Title:
  Removing when an app is running results in a half removal

Status in Snappy:
  Fix Committed
Status in snapd package in Ubuntu:
  Fix Committed
Status in snapd source package in Xenial:
  Fix Released

Bug description:
  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [sudo] password for sergiusens: 
  [\] Remove snap "telegram" from the system
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [|] Remove security profile for snap "telegram"
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  I had an apps/telegram/command: telegram and it was running during the
  removal (it was not a daemon).

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1571721/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1571721] Re: Removing when an app is running results in a half removal

2016-04-20 Thread Michael Vogt
** Also affects: snapd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: snapd (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: snapd (Ubuntu Xenial)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1571721

Title:
  Removing when an app is running results in a half removal

Status in Snappy:
  New
Status in snapd package in Ubuntu:
  Triaged
Status in snapd source package in Xenial:
  Triaged

Bug description:
  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [sudo] password for sergiusens: 
  [\] Remove snap "telegram" from the system
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  |-- sergiusens@lindon:~/source/github.com/sergiusens/telegram-snap (master *) 
--|
  $ sudo snap remove telegram
  [|] Remove security profile for snap "telegram"
  error: cannot perform the following tasks:
  - Remove snap "telegram" from the system (remove 
/snap/telegram/11/bin/Telegram: read-only file system)

  I had an apps/telegram/command: telegram and it was running during the
  removal (it was not a daemon).

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1571721/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp