[Group.of.nepali.translators] [Bug 1593407] Re: Guest session cannot run snaps

2023-09-20 Thread Michael Vogt
** Project changed: snappy => snapd

-- 
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/1593407

Title:
  Guest session cannot run snaps

Status in Light Display Manager:
  Confirmed
Status in snapd:
  Confirmed
Status in Ubuntu MATE:
  Confirmed
Status in Desktop:
  New
Status in firefox package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in snapd package in Ubuntu:
  Confirmed
Status in firefox source package in Xenial:
  Confirmed
Status in lightdm source package in Xenial:
  Confirmed
Status in snapd source package in Xenial:
  Confirmed

Bug description:
  I'm using Ubuntu 16.04.

  The guest session cannot execute snaps, because of a permission error.
  The LightDM's guest session AppArmor profile is not allowing access to /snap 
and other needed files and folders.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1593407/+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 1659719] Re: ssh can't call a binary from a snap without the full path

2023-09-20 Thread Michael Vogt
** Project changed: snappy => snapd

-- 
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/1659719

Title:
  ssh can't call a binary from a snap without the full path

Status in snapd:
  Fix Committed
Status in livecd-rootfs package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Confirmed
Status in pam package in Ubuntu:
  Fix Released
Status in livecd-rootfs source package in Xenial:
  New
Status in openssh source package in Xenial:
  Won't Fix
Status in pam source package in Xenial:
  Fix Released
Status in livecd-rootfs source package in Bionic:
  New
Status in openssh source package in Bionic:
  Won't Fix
Status in pam source package in Bionic:
  Fix Released
Status in livecd-rootfs source package in Focal:
  New
Status in openssh source package in Focal:
  Won't Fix
Status in pam source package in Focal:
  Fix Released
Status in livecd-rootfs source package in Groovy:
  Fix Released
Status in openssh source package in Groovy:
  Won't Fix
Status in pam source package in Groovy:
  Fix Released
Status in openssh package in Debian:
  New

Bug description:
  [impact]
  ssh can't call a binary from a snap, it will only work using the full path.

  [test case]
  Create a container. Install the go snap (and make sure golang-go is not 
installed). Run "ssh  go version" and check the binary is found.

  [regression potential]
  It's a pam change an they are always a bit scary but the code follows the 
existing pattern for updating PATH in /etc/environment and has been tested in 
groovy.

  [original description]

  Let's say I have the hello snap installed in 192.168.122.24. Then:

  elopio@ubuntu-xenial:~/mosh$ ssh 192.168.122.24 hello
  elopio@192.168.122.24's password:
  bash: hello: command not found
  elopio@ubuntu-xenial:~/mosh$ ssh 192.168.122.24 /snap/bin/hello
  elopio@192.168.122.24's password:
  Hello, world!

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1659719/+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 1580740] Re: [SRU] Cannot open a browser link from a snap that provides a link

2023-09-20 Thread Michael Vogt
** Project changed: snappy => snapd

-- 
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/1580740

Title:
  [SRU] Cannot open a browser link from a snap that provides a link

Status in snapd:
  Triaged
Status in snapd-xdg-open package in Ubuntu:
  Fix Released
Status in snapd-xdg-open source package in Xenial:
  Fix Released

Bug description:
  [Impact]

  Links in snaps cannot be opened on the host.

  [Test Case]

  Steps to reproduce:

  - Run `sudo snap install telegram-sergiusens`
  - Launch telegram-sergiusens.sergiusens (or from the dash)
  - Receive a link
  - Try an open the link.

  The reason for it not working is that there is no browser in ubuntu-
  core and there is no handler that knows how to redirect this to the
  classic Ubuntu instance.

  [Regression Potential]

   * The fix is a new package to be pulled in by snapd, so there is
  little risk of regression

  [Other Info]

   * snapd-xdg-open is just one piece of two that are needed to fix this
  bug. The other piece is a fake xdg-open script that is available in
  the OS snap, which simply makes a D-Bus method invocation to the
  service in snapd-xdg-open

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1580740/+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 1721223] Re: Networkd fail to set ip address between leases if ip address changes on UbuntuCore

2023-09-20 Thread Michael Vogt
** Project changed: snappy => snapd

-- 
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/1721223

Title:
  Networkd fail to set ip address between leases if ip address changes
  on UbuntuCore

Status in snapd:
  Fix Committed
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Fix Released
Status in systemd source package in Zesty:
  Won't Fix
Status in systemd source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * networkd fails to renew a lease, specifically it fails to change IPv4 
address via DHCP renew/rebind.
   * networkd relies on a kernel feature to promote secondary IPv4 address to 
primary, upon primary address lease expiry.
   * this sysctl tunable was not enabled by default in systemd.

  [Test Case]

  Add a device, and assign two IPv4 addresses. First one, with a short
  lease time. Second one, with a different ip and a longer lease time.
  Second one should be treated as secondary ip address, and upon expiry
  of the first one, should be promoted and become primary ip address.
  The below scripted instructions simulate this:

  sudo ip link add name testleases type dummy

  sudo ip address add 192.0.2.10/27 dev testleases \
    valid_lft 5 preferred_lft 5

  sudo ip address add 192.0.2.11/27 dev testleases \
    valid_lft 11 preferred_lft 11

  ip address list dev testleases | \
  grep -q 'inet 192.0.2.10/27 scope global dynamic testleases' \
  && echo ok || echo not ok

  ip address list dev testleases | \
  grep -q 'inet 192.0.2.11/27 scope global secondary dynamic testleases' \
  && echo ok || echo not ok

  sleep 6

  ip address list dev testleases | \
  grep -q 'inet 192.0.2.11/27 scope global dynamic testleases' \
  && echo ok || echo not ok

  sudo ip link del dev testleases

  [Regression Potential]

   * This changes the default kernel behaviour, previously upon expiry
  of the primary address, secondary addresses were removed as well.
  Which is imho silly.

  * comparing networkd renewal with isc-dhcp renewal the semantics are
  quite different. Upon acquiring new ip address, isc-dhcp would
  instantly flush existing ip address, and add a new one. Networkd add
  the new address as secondary, and waits for old one to expire first
  before promoting / switching to using the new ip address. IMHO kernel
  should have an API to promote secondary ip address to a primary one.

  * This update also applies other safe-looking options, which are
  currently also already applied via sysctls shipped in other packages

  # Source route verification
  net.ipv4.conf.default.rp_filter = 1
  net.ipv4.conf.all.rp_filter = 1

  # Do not accept source routing
  net.ipv4.conf.default.accept_source_route = 0
  net.ipv4.conf.all.accept_source_route = 0

  # Enable hard and soft link protection
  fs.protected_hardlinks = 1
  fs.protected_symlinks = 1

  * This update also applies the following upstream/bufferbloat.net
  recommended setting

  # Fair Queue CoDel packet scheduler to fight bufferbloat
  net.core.default_qdisc = fq_codel

  * [~racb] There are complex network setups out there, such as HA with
  corosync/pacemaker, OpenStack Neutron, and that kind of thing. If this
  fix were SRU'd, will all of these things in the wild cope with this
  sysctl change?

  [Other Info]

   * Original bug report

  Hi there,
  we found a replicable issue that involves the Ubuntu Core networking and 
causes complete loss of connectivity.
  We run a custom board with ubuntu core: the architecure is amrhf.
  We replicated this issue with an official Ubuntu Core image on a Raspberry 
Pi: other platform was been tested.
  It shows that it is a snap core problem which interests networkd: we use the 
default network stack based on networkd + netplan.

  Below steps to replicate the issue.

  1)Setup a dhcp server for lease of about some minutes (i.e 10 minutes).
  2)Boot the board and wait for get an ip from dhcp server
  3)Before the lease expires, set a reservation for a different ip address

  Depending on lease duration before the lease expires( for 10 minute we have 2 
minutes before ), networkd configure the new address in addition to the 
previous one.
  When the lease expire both ip address ( the prevoius and the new one ) 
disappear from the interested network interface.
  Depending on lease duration before the second lease expires ( for 10 minure 
we have 2 minutes before ) networkd configure only the new ip address on the 
network interface and the ping toward an outside host work properly.

  During the test the dhcp server records correctly leases and their
  duration.

  We check directly from console the network interface setting with the
  tool ip, checking continuously the value for ip address and valid_lft
  fields for the interested network interface.

  Please note that if 

[Group.of.nepali.translators] [Bug 1856159] Re: [SRU] 2.43

2020-02-20 Thread Michael Vogt
** Also affects: snapd (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Description changed:

  This is a new version of snapd.
  
  The changelog is available here
  https://github.com/snapcore/snapd/blob/2.43/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.43 (note that the debian
  changelog is auto-generated from the merges of the git commits so there
  is usually no need to look at the raw git commits).
  
  The travis logs for 2.43 can be found here: https://travis-
  ci.org/snapcore/snapd/branches
  
  The snappy team released a new release that we want SRU into xenial. The
  new process described in https://wiki.ubuntu.com/SnapdUpdates was used
  and we have done integration-tests on the snappy images, autopkgtests on
  classic and unit tests.
+ 
+ This time we also include trusty to ensure that on trusty users can get
+ a more recent version that auto-installs the snapd snap so that they get
+ the benefit of re-exec there.

-- 
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/1856159

Title:
  [SRU] 2.43

Status in snapd package in Ubuntu:
  Fix Released
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Bionic:
  New
Status in snapd source package in Eoan:
  New

Bug description:
  This is a new version of snapd.

  The changelog is available here
  https://github.com/snapcore/snapd/blob/2.43/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.43 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The travis logs for 2.43 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

  This time we also include trusty to ensure that on trusty users can
  get a more recent version that auto-installs the snapd snap so that
  they get the benefit of re-exec there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1856159/+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 1659534] Re: userdel doesn't supports extrausers

2020-02-10 Thread Michael Vogt
** Changed in: shadow (Ubuntu Cosmic)
   Status: Confirmed => Won't Fix

-- 
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/1659534

Title:
  userdel doesn't supports extrausers

Status in Snappy:
  Fix Released
Status in shadow package in Ubuntu:
  Fix Released
Status in shadow source package in Xenial:
  Fix Released
Status in shadow source package in Bionic:
  Fix Released
Status in shadow source package in Cosmic:
  Won't Fix

Bug description:
  TEST CASE:
  - run userdel --extrausers foo on a ubuntu core system

  REGRESSION POTENTIAL:
  - low, this option will only take effect when "userdel --extrauser" is used.

  On an Ubuntu Core system is impossible to delete an user from the
  extrausers db:

  root@localhost:/# userdel --extrausers alice
  userdel: unrecognized option '--extrausers'

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1659534/+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 1673247] Re: package snapd 2.23.1 failed to install/upgrade: trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package snap-confine

2019-10-30 Thread Michael Vogt
I'm closing the snapd task, this is a bug in dpkg.

** Changed in: snapd
   Status: New => Won't Fix

-- 
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/1673247

Title:
  package snapd 2.23.1 failed to install/upgrade: trying to overwrite
  '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package
  snap-confine 2.23.1

Status in snapd:
  Won't Fix
Status in dpkg package in Ubuntu:
  In Progress
Status in snapd package in Ubuntu:
  In Progress
Status in dpkg source package in Trusty:
  Confirmed
Status in snapd source package in Trusty:
  In Progress
Status in dpkg source package in Xenial:
  Confirmed
Status in snapd source package in Xenial:
  Confirmed
Status in dpkg source package in Yakkety:
  Invalid
Status in snapd source package in Yakkety:
  Invalid
Status in dpkg source package in Zesty:
  Confirmed
Status in snapd source package in Zesty:
  Confirmed

Bug description:
  When the ubuntu installer runs it has an option to download updates during 
the install. When this happens snapd/snap-confine 2.22.6 are installed on 
/target. The upgrade brings in snapd/snap-confine 2.23.1 which has a conffile 
in /etc/apparmor.d/usr.lib.snapd.snap-confine. The snapd packages declares a 
breaks/replaces: snapd-confine (<< 2.23) which works correctly on regular 
upgrades. However it does fail on upgrades with the "--root=/target" that is 
used by ubiquity. After a bit of debugging it turns out the reason is that
  src/archives.c:tarobject() has a check for obsolete conffiles in the block
  around "Is the file an obsolete conffile ...". There is a stat() here that
  checks that the conff->name and the fnamevb are the same file. This check
  fails to take the instdir into account and therefore the loop does not 
  continue but falls through to the "does_replace()" checks.

  
  
  Snap 2.23.1 fails to upgrade from 2.21.

  Known facts:
  - reporters (and apport) indicate it fails during the install via the live-cd
  - not reproducible so far on an already installed system
  - breaks/replaces of snapd are correct
  - When adding "xenial-proposed" to apt-setup in ubiquity and installing

  Cause:
  - when ubiquity runs it uses "dpkg --root=/target --unpack ..." - however 
when doing the conffile checking dpkg does not handle the "--root" parameter 
correctly and checks something against "/" instead of "/target".

  -
  I really don't know what else to add...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.23.1
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Uname: Linux 4.8.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CasperVersion: 1.376.2
  Date: Wed Mar 15 16:03:33 2017
  DuplicateSignature:
   package:snapd:2.23.1
   Unpacking snapd (2.23.1) over (2.21) ...
   dpkg: error processing archive 
/target/var/cache/apt/archives/snapd_2.23.1_amd64.deb (--unpack):
    trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is 
also in package snap-confine 2.23.1
  ErrorMessage: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  LiveMediaBuild: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: snapd
  Title: package snapd 2.23.1 failed to install/upgrade: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1673247/+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 1840375] Re: groupdel doesn't support extrausers

2019-08-21 Thread Michael Vogt
** Also affects: shadow (Ubuntu Disco)
   Importance: Undecided
   Status: New

-- 
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/1840375

Title:
  groupdel doesn't support extrausers

Status in snapd:
  New
Status in shadow package in Ubuntu:
  Triaged
Status in shadow source package in Xenial:
  New
Status in shadow source package in Bionic:
  New
Status in shadow source package in Disco:
  New

Bug description:
  snapd needs the ability to call 'groupdel --extrausers foo' to clean
  up after itself, but --extrausers is currently unsupported.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1840375/+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 1495580] Re: chfn needs to learn about the --extrausers argument and use libnss-extrausers files when set

2019-03-22 Thread Michael Vogt
** Also affects: shadow (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: shadow (Ubuntu Bionic)
   Status: New => 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/1495580

Title:
  chfn needs to learn about the --extrausers argument and use libnss-
  extrausers files when set

Status in Snappy:
  Fix Released
Status in shadow package in Ubuntu:
  Fix Released
Status in shadow source package in Xenial:
  Confirmed
Status in shadow source package in Bionic:
  Fix Released

Bug description:
  as seen in bug 1492327, adduser now works for creating users in the
  extrausers db but when it tries to update the GECOS field at the end
  of adding a user (interactively and noninteractively) chfn falls over
  ...

  chfn needs similar patches to the other shadow binaries that recently
  got extrausers support.

  TEST CASE:
  - create a user "foo" on an Ubuntu Core system
  - run "chfn --extrausers -f some-name foo" on an Ubuntu Core system

  REGRESSION POTENTIAL:
  - low: this requires the new (and optional) --extrausers switch to change 
anything.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1495580/+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 984390] Re: $PATH is taken from login.defs not /etc/environment

2019-03-22 Thread Michael Vogt
This is "fixed" in disco - the "su" binary does no longer comes from
"shadow" here but from util-linux. And there this bug does not exist.

** Changed in: shadow (Ubuntu)
   Status: Triaged => 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/984390

Title:
  $PATH is taken from login.defs not /etc/environment

Status in shadow package in Ubuntu:
  Fix Released
Status in shadow source package in Precise:
  Won't Fix
Status in shadow source package in Xenial:
  New
Status in shadow source package in Bionic:
  New

Bug description:
  $PATH isn't sourced from /etc/environment, instead the version in
  /etc/login.defs is used.  (The example below comes from a precise install.)

  | james@panlong:~$ echo $PATH
  | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  | james@panlong:~$ sudo su - buildd
  | buildd@panlong:~$ echo $PATH
  | /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | buildd@panlong:~$ cat /etc/environment
  | 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
  | buildd@panlong:~$ grep PATH /etc/login.defs
  | # Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
  | # *REQUIRED*  The default PATH settings, for superuser and normal users.
  | ENV_SUPATH  
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  | ENV_PATH
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | #CRACKLIB_DICTPATH
  | buildd@panlong:~$ sudo sed -i -e "s#^ENV_PATH.*#ENV_PATH
PATH=/wtf:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games#" 
/etc/login.defs
  | buildd@panlong:~$ logout
  | james@panlong:~$ sudo su - buildd
  | buildd@panlong:~$ echo $PATH
  | /wtf:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | buildd@panlong:~$

  REGRESSION POTENTIAL:
  - medium: it changes (incorrect) existing behaviour so https://xkcd.com/1172/ 
may apply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/984390/+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 984390] Re: $PATH is taken from login.defs not /etc/environment

2019-03-22 Thread Michael Vogt
** Also affects: shadow (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: shadow (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: shadow (Ubuntu Precise)
   Status: Triaged => Won't Fix

-- 
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/984390

Title:
  $PATH is taken from login.defs not /etc/environment

Status in shadow package in Ubuntu:
  Triaged
Status in shadow source package in Precise:
  Won't Fix
Status in shadow source package in Xenial:
  New
Status in shadow source package in Bionic:
  New

Bug description:
  $PATH isn't sourced from /etc/environment, instead the version in
  /etc/login.defs is used.  (The example below comes from a precise install.)

  | james@panlong:~$ echo $PATH
  | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  | james@panlong:~$ sudo su - buildd
  | buildd@panlong:~$ echo $PATH
  | /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | buildd@panlong:~$ cat /etc/environment
  | 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
  | buildd@panlong:~$ grep PATH /etc/login.defs
  | # Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
  | # *REQUIRED*  The default PATH settings, for superuser and normal users.
  | ENV_SUPATH  
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  | ENV_PATH
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | #CRACKLIB_DICTPATH
  | buildd@panlong:~$ sudo sed -i -e "s#^ENV_PATH.*#ENV_PATH
PATH=/wtf:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games#" 
/etc/login.defs
  | buildd@panlong:~$ logout
  | james@panlong:~$ sudo su - buildd
  | buildd@panlong:~$ echo $PATH
  | /wtf:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  | buildd@panlong:~$

  REGRESSION POTENTIAL:
  - medium: it changes (incorrect) existing behaviour so https://xkcd.com/1172/ 
may apply

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/984390/+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 1820898] [NEW] grub in xenial fails to read pc-linux 4.15 kernel snap

2019-03-19 Thread Michael Vogt
Public bug reported:

The grub version in xenial fails to read the pc-kernel 4.15 kernel snap.

To reproduce (thanks to Colin for the grub-fstest hint):

$ snap download pc-kernel --channel 18
$ grub-fstest pc-kernel_192.snap crc /vmlinuz

This fails with the xenial grub with:
grub-fstest: error: read error at offset 8096256: invalid xz chunk.

but it should work (it works correctly with the grub2 from bionic and
later).

Colin pointed to
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=951306c5094d2bfb46d5baedfde84a2015c4a3fa
which may fix the issue.

** Affects: grub2 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: grub2 (Ubuntu Xenial)
 Importance: Undecided
 Status: New

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

** Changed in: grub2 (Ubuntu)
   Status: New => Fix Released

** Description changed:

  The grub version in xenial fails to read the pc-kernel 4.15 kernel snap.
  
  To reproduce (thanks to Colin for the grub-fstest hint):
  
  $ snap download pc-kernel --channel 18
  $ grub-fstest pc-kernel_192.snap crc /vmlinuz
  
  This fails with the xenial grub with:
  grub-fstest: error: read error at offset 8096256: invalid xz chunk.
  
- but it should work (works correctly with the grub2 from bionic).
+ but it should work (it works correctly with the grub2 from bionic and
+ later).
  
  Colin pointed to
  
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=951306c5094d2bfb46d5baedfde84a2015c4a3fa
  which may fix the issue.

-- 
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/1820898

Title:
  grub in xenial fails to read pc-linux 4.15 kernel snap

Status in grub2 package in Ubuntu:
  Fix Released
Status in grub2 source package in Xenial:
  New

Bug description:
  The grub version in xenial fails to read the pc-kernel 4.15 kernel
  snap.

  To reproduce (thanks to Colin for the grub-fstest hint):

  $ snap download pc-kernel --channel 18
  $ grub-fstest pc-kernel_192.snap crc /vmlinuz

  This fails with the xenial grub with:
  grub-fstest: error: read error at offset 8096256: invalid xz chunk.

  but it should work (it works correctly with the grub2 from bionic and
  later).

  Colin pointed to
  
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=951306c5094d2bfb46d5baedfde84a2015c4a3fa
  which may fix the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1820898/+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 1819728] Re: Please backport "fix race between daemon-reload and other commands #8803" to 16.04 (for UC16) and 18.04 (for UC18)

2019-03-15 Thread Michael Vogt
Unfortunately we need to pull the xenial update. We see failure like
this:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-xenial/xenial/i386/p/python-
systemd/20190314_173156_e1077@/log.gz

on various autopkgtest runs. E.g. for
http://autopkgtest.ubuntu.com/packages/p/python-systemd

It is also very inconsistent, i.e. not all arches are affected, for the
python-systemd just i386,ppc64el,s390x. But its also visible in the
docker.io xenial amd64 test so its not arch specific.

** Changed in: systemd (Ubuntu Xenial)
   Status: Fix Committed => Triaged

** Changed in: systemd (Ubuntu)
   Status: New => 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/1819728

Title:
  Please backport "fix race between daemon-reload and other commands
  #8803" to 16.04 (for UC16) and 18.04 (for UC18)

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Triaged
Status in systemd source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  On Ubuntu Core we recently hit the a race in daemon-reload and systemctl 
twice. This race is fixed in systemd upstream: "fix race between daemon-reload 
and other commands #8803".

  Note that this is a general problem in systemd with daemon-reload and
  systemctl commands, we just happen to hit it more often on Ubuntu Core
  but the test-case below explodes just fine on a normal Ubuntu release
  like 16.04 or 18.04 (not on 18.10+ as its fixed there).

  [TEST CASE]
  To reproduce its enough to run:

  for i in $(seq 50); do
    systemctl daemon-reload &
    systemctl start ssh &
  done

  This will result in "systemctl start ssh" hanging in ppoll. With the
  patch applied the hangs go away.

  [REGRESSION POTENTIAL]
  Low, this change is already in the systemd upstream and in use cosmic and 
later.

  The upstream fix is https://github.com/systemd/systemd/pull/8803
  Full spread run with the fixed systemd in the "core" snap and a regression 
test: https://github.com/snapcore/snapd/pull/6595

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1819728/+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 1795590] Re: [SRU] 2.36

2018-11-20 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

-- 
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/1795590

Title:
   [SRU] 2.36

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Bionic:
  New
Status in snapd source package in Cosmic:
  New

Bug description:
  This is a new version of snapd.

  The changelog is available here
  https://github.com/snapcore/snapd/blob/2.36/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.36 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The travis logs for 2.36 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  We currently have no autopkgtest logs before snapd hits -proposed
  because we got asked to disable our autopkgtest integration as it was
  using too many resources from the autopkgtest infrastructure.

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1795590/+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 1773118] Re: [SRU] 2.33

2018-06-11 Thread Michael Vogt
** Description changed:

- PLACEHOLDER
+ This is a new version of snapd.
+ 
+ The changelog is available here
+ https://github.com/snapcore/snapd/blob/2.33/packaging/ubuntu-16.04/changelog,
+ the raw git changelog is available here:
+ https://github.com/snapcore/snapd/commits/2.33 (note that the debian
+ changelog is auto-generated from the merges of the git commits so there
+ is usually no need to look at the raw git commits).
+ 
+ The travis logs for 2.33 can be found here: https://travis-
+ ci.org/snapcore/snapd/branches
+ 
+ We currently have no autopkgtest logs before snapd hits -proposed
+ because we got asked to disable our autopkgtest integration as it was
+ using too many resources from the autopkgtest infrastructure.
+ 
+ The snappy team released a new release that we want SRU into xenial. The
+ new process described in https://wiki.ubuntu.com/SnapdUpdates was used
+ and we have done integration-tests on the snappy images, autopkgtests on
+ classic and unit tests.

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

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

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

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

-- 
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/1773118

Title:
  [SRU] 2.33

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Artful:
  New
Status in snapd source package in Bionic:
  New

Bug description:
  This is a new version of snapd.

  The changelog is available here
  https://github.com/snapcore/snapd/blob/2.33/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.33 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The travis logs for 2.33 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  We currently have no autopkgtest logs before snapd hits -proposed
  because we got asked to disable our autopkgtest integration as it was
  using too many resources from the autopkgtest infrastructure.

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1773118/+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 1767833] Re: [SRU] 2.32.6

2018-04-29 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

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

-- 
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/1767833

Title:
  [SRU] 2.32.6

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Artful:
  New
Status in snapd source package in Bionic:
  New

Bug description:
  This is a new version of snapd.

  The changelog is available here
  
https://github.com/snapcore/snapd/blob/2.32.6/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.32.6 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The travis logs for 2.32.6 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  We currently have no autopkgtest logs before snapd hits -proposed
  because we got asked to disable our autopkgtest integration as it was
  using too many resources from the autopkgtest infrastructure.

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1767833/+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 1756173] Re: [SRU] 2.32

2018-04-19 Thread Michael Vogt
*** This bug is a duplicate of bug 1765090 ***
https://bugs.launchpad.net/bugs/1765090

** This bug has been marked a duplicate of bug 1765090
   [SRU] 2.32.5

-- 
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/1756173

Title:
  [SRU] 2.32

Status in snapd package in Ubuntu:
  Fix Released
Status in snapd source package in Trusty:
  Fix Committed
Status in snapd source package in Xenial:
  Fix Committed
Status in snapd source package in Artful:
  Fix Committed
Status in snapd source package in Bionic:
  Fix Released

Bug description:
  This is a new version of snapd. It supersedes the pending snapd releases
  in -proposed.

  The changelog is available here
  
https://github.com/snapcore/snapd/blob/2.33.3.1/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.32.3.1 (note that the
  debian changelog is auto-generated from the merges of the git commits
  so there is usually no need to look at the raw git commits).

  The travis logs for 2.33.3.1 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  We currently have no autopkgtest logs before snapd hits -proposed
  because we got asked to disable our autopkgtest integration as it was
  using too many resources from the autopkgtest infrastructure.

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

  Related bugs:
   * bug 1628289: snapd does not work in containers without squashfuse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1756173/+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 1765090] Re: [SRU] 2.32.5

2018-04-18 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

-- 
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/1765090

Title:
  [SRU] 2.32.5

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Artful:
  New

Bug description:
  This is a new version of snapd.

  The changelog is available here
  
https://github.com/snapcore/snapd/blob/2.32.5/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.32.5 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The travis logs for 2.33.5 can be found here: https://travis-
  ci.org/snapcore/snapd/branches

  We currently have no autopkgtest logs before snapd hits -proposed
  because we got asked to disable our autopkgtest integration as it was
  using too many resources from the autopkgtest infrastructure.

  The snappy team released a new release that we want SRU into xenial.
  The new process described in https://wiki.ubuntu.com/SnapdUpdates was
  used and we have done integration-tests on the snappy images,
  autopkgtests on classic and unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1765090/+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 1709536] Re: snapd 2.26.14 on ubuntu-core won't start in containers anymore

2018-01-02 Thread Michael Vogt
** Changed in: snapd
   Status: New => 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/1709536

Title:
  snapd 2.26.14 on ubuntu-core won't start in containers anymore

Status in Snap Layer:
  New
Status in snapd:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Fix Released
Status in systemd source package in Artful:
  Fix Released

Bug description:
  [Impact]

  Systemd treats a failure to apply the requested Nice value as critical
  to unit startup.

  Unprivileged LXD containers do not allow the use of negative nice
  values. snapd will fail to start inside containers now that snapd uses
  a negative Nice value.

  Aug 09 05:54:37 core systemd[1]: snapd.service: Main process exited, 
code=exited, status=201/NICE
  Aug 09 05:54:37 core systemd[1]: snapd.service: Unit entered failed state.
  Aug 09 05:54:37 core systemd[1]: snapd.service: Failed with result 
'exit-code'.

  The fix is for systemd to ignore permission errors when attempting to
  setup such custom nice values in containers.

  I have confirmed that setting up a unit override by hand which sets
  Nice = 0 does resolve the problem.

  [Test Case]

  Boot a Xenial image in lxd:

  $ lxc launch xenial x1
  $ lxc exec x1 -- systemctl --state=failed

  Observe failures for snapd :

  ● snapd.service loaded failed failed Snappy daemon
  ● snapd.socket loaded failed failed Socket activation for snapp

  Install updated systemd from -proposed and get status: (lxc exec
   reboot; lxc exec  systemctl status)

  State: running
  Jobs: 0 queued
  Failed: 0 units

  [Regression Potential]

  Services will now run with a Nice value other than what was specified
  in the unit if it cannot be changed for some reason.

To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1709536/+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 1623125] Re: fixrtc script does not catch "Last mount time: n/a" string

2017-12-20 Thread Michael Vogt
** Changed in: snappy
   Status: Triaged => Fix Released

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
   Status: Triaged => Confirmed

** Changed in: initramfs-tools-ubuntu-core (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: initramfs-tools-ubuntu-core (Ubuntu Xenial)
   Status: New => 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/1623125

Title:
  fixrtc script does not catch "Last mount time: n/a" string

Status in Snappy:
  Fix Released
Status in initramfs-tools package in Ubuntu:
  In Progress
Status in initramfs-tools-ubuntu-core package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Xenial:
  New
Status in initramfs-tools-ubuntu-core source package in Xenial:
  Fix Released

Bug description:
  [TEST CASE]
  * this will be tested by the snappy team
  * without this fix the dragonboard will not boot on a freshly written image

  [REGRESSION POTENTIAL]
  * low as it only fixes an invalid string

  trying to boot a new dragonboard image results in:

  error: assertion is signed with expired public key
  "-CvQKAwRQ5h3Ffn10FILJoEZUXOv6km9FwA80-Rcj-f-6jadQ89VRswHNiEB9Lxk" by
  canonical

  this is due to a clock skew that should normally be catched by the
  fixrtc script in the initrd.

  the script is supposed to check the last mount time of the writable
  disk (SD card) and if this does not exist, fall back to the filesystem
  creation time ...

  in former versions of mkfs.ext4 the last mount time filed was simply
  left empty, so this fallback worked fine ... in xenial the fields now
  look like:

  Filesystem created:   Tue Sep 13 17:32:20 2016
  Last mount time:  n/a
  Last write time:  Tue Sep 13 17:32:20 2016

  due to the script running with "set -e" it falls over on the "n/a" and
  exists before falling back to creation time, there needs to be a check
  added for the "n/a" string now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1623125/+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 1623125] Re: fixrtc script does not catch "Last mount time: n/a" string

2017-12-20 Thread Michael Vogt
** Also affects: initramfs-tools (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: initramfs-tools-ubuntu-core (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Description changed:

+ [TEST CASE]
+ * this will be tested by the snappy team
+ * without this fix the dragonboard will not boot on a freshly written image
+ 
+ 
  trying to boot a new dragonboard image results in:
  
  error: assertion is signed with expired public key
  "-CvQKAwRQ5h3Ffn10FILJoEZUXOv6km9FwA80-Rcj-f-6jadQ89VRswHNiEB9Lxk" by
  canonical
  
  this is due to a clock skew that should normally be catched by the
  fixrtc script in the initrd.
  
  the script is supposed to check the last mount time of the writable disk
  (SD card) and if this does not exist, fall back to the filesystem
  creation time ...
  
  in former versions of mkfs.ext4 the last mount time filed was simply
  left empty, so this fallback worked fine ... in xenial the fields now
  look like:
  
  Filesystem created:   Tue Sep 13 17:32:20 2016
  Last mount time:  n/a
  Last write time:  Tue Sep 13 17:32:20 2016
  
  due to the script running with "set -e" it falls over on the "n/a" and
  exists before falling back to creation time, there needs to be a check
  added for the "n/a" string now.

** Description changed:

  [TEST CASE]
  * this will be tested by the snappy team
  * without this fix the dragonboard will not boot on a freshly written image
  
+ [REGRESSION POTENTIAL]
+ * low as it only fixes an invalid string
  
  trying to boot a new dragonboard image results in:
  
  error: assertion is signed with expired public key
  "-CvQKAwRQ5h3Ffn10FILJoEZUXOv6km9FwA80-Rcj-f-6jadQ89VRswHNiEB9Lxk" by
  canonical
  
  this is due to a clock skew that should normally be catched by the
  fixrtc script in the initrd.
  
  the script is supposed to check the last mount time of the writable disk
  (SD card) and if this does not exist, fall back to the filesystem
  creation time ...
  
  in former versions of mkfs.ext4 the last mount time filed was simply
  left empty, so this fallback worked fine ... in xenial the fields now
  look like:
  
  Filesystem created:   Tue Sep 13 17:32:20 2016
  Last mount time:  n/a
  Last write time:  Tue Sep 13 17:32:20 2016
  
  due to the script running with "set -e" it falls over on the "n/a" and
  exists before falling back to creation time, there needs to be a check
  added for the "n/a" string now.

-- 
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/1623125

Title:
  fixrtc script does not catch "Last mount time: n/a" string

Status in Snappy:
  Triaged
Status in initramfs-tools package in Ubuntu:
  In Progress
Status in initramfs-tools-ubuntu-core package in Ubuntu:
  Triaged
Status in initramfs-tools source package in Xenial:
  New
Status in initramfs-tools-ubuntu-core source package in Xenial:
  New

Bug description:
  [TEST CASE]
  * this will be tested by the snappy team
  * without this fix the dragonboard will not boot on a freshly written image

  [REGRESSION POTENTIAL]
  * low as it only fixes an invalid string

  trying to boot a new dragonboard image results in:

  error: assertion is signed with expired public key
  "-CvQKAwRQ5h3Ffn10FILJoEZUXOv6km9FwA80-Rcj-f-6jadQ89VRswHNiEB9Lxk" by
  canonical

  this is due to a clock skew that should normally be catched by the
  fixrtc script in the initrd.

  the script is supposed to check the last mount time of the writable
  disk (SD card) and if this does not exist, fall back to the filesystem
  creation time ...

  in former versions of mkfs.ext4 the last mount time filed was simply
  left empty, so this fallback worked fine ... in xenial the fields now
  look like:

  Filesystem created:   Tue Sep 13 17:32:20 2016
  Last mount time:  n/a
  Last write time:  Tue Sep 13 17:32:20 2016

  due to the script running with "set -e" it falls over on the "n/a" and
  exists before falling back to creation time, there needs to be a check
  added for the "n/a" string now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1623125/+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 1714984] Re: [SRU] 2.28

2017-10-10 Thread Michael Vogt
** Description changed:

- Placeholder
+ This is a new version of snapd.
+ 
+ The changelog for 2.28.1 is available here
+ 
https://github.com/snapcore/snapd/blob/2.28.1/packaging/ubuntu-16.04/changelog,
+ the raw git changelog is available here:
+ https://github.com/snapcore/snapd/commits/2.28.1 (note that the debian
+ changelog is auto-generated from the merges of the git commits so there
+ is usually no need to look at the raw git commits).
+ 
+ The snappy team released a new 2.28.1 release that we want SRU into
+ xenial. The new process described in
+ https://wiki.ubuntu.com/SnapdUpdates was used and we have done
+ integration-tests on the snappy images, autopkgtests on classic and unit
+ tests.

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

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

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

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

-- 
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/1714984

Title:
  [SRU] 2.28

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Zesty:
  New
Status in snapd source package in Artful:
  New

Bug description:
  This is a new version of snapd.

  The changelog for 2.28.1 is available here
  
https://github.com/snapcore/snapd/blob/2.28.1/packaging/ubuntu-16.04/changelog,
  the raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.28.1 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.28.1 release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1714984/+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 1576066] Re: 32bit glibc calls old socketcall() syscall, causing seccomp problems

2017-09-11 Thread Michael Vogt
** Also affects: glibc (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: glibc (Ubuntu Artful)
   Importance: High
   Status: Fix Released

** Also affects: libseccomp (Ubuntu Artful)
   Importance: High
   Status: 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/1576066

Title:
  32bit glibc calls old socketcall() syscall, causing seccomp problems

Status in glibc package in Ubuntu:
  Fix Released
Status in libseccomp package in Ubuntu:
  Fix Released
Status in glibc source package in Trusty:
  Triaged
Status in libseccomp source package in Trusty:
  Triaged
Status in glibc source package in Xenial:
  Fix Released
Status in libseccomp source package in Xenial:
  Fix Released
Status in glibc source package in Zesty:
  New
Status in libseccomp source package in Zesty:
  New
Status in glibc source package in Artful:
  Fix Released
Status in libseccomp source package in Artful:
  Fix Released

Bug description:
  Back in the day when Linux was created for i386, for who knows what
  reason, all socket calls were multiplexed through a single syscall
  API, socketcall().  This was a strange thing to do, but it probably
  made sense from the standpoint of the same part of the kernel handling
  all of those calls.

  It was realised a long time ago that this was a strange and suboptimal
  arrangement.

  By the time they got around to doing amd64 and other architectures,
  they fixed this arrangement and gave each socket call a separate
  syscall entry point.  32bit systems continued to do it this old way,
  however, multiplexing all calls through socketcall().

  This is a problem for seccomp.  If we want to allow a program to make
  casual use of the network, but not bind a listener socket, we cannot
  currently do that.  On 64bits we just filter out the bind() and
  listen() calls, but on 32bit, it's all the same syscall.

  The kernel people fixed this problem up last summer by introducing
  new, separate, syscall entries for each separate call.

http://patchwork.sourceware.org/patch/7679/

  The problem is that glibc in Y is still using the old socketcall()
  interface on i386.  It needs to be updated to use the new calls.

  A possible caveat is that this might create problems for running newer
  binaries on older kernels on i386 (as we sometimes do with builders)
  because they won't have the new syscalls.  A solution could involve
  checking for ENOSYS and trying again via the old route.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1576066/+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 1576066] Re: 32bit glibc calls old socketcall() syscall, causing seccomp problems

2017-06-30 Thread Michael Vogt
** Also affects: glibc (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Also affects: glibc (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: libseccomp (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
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/1576066

Title:
  32bit glibc calls old socketcall() syscall, causing seccomp problems

Status in glibc package in Ubuntu:
  Confirmed
Status in libseccomp package in Ubuntu:
  Confirmed
Status in glibc source package in Trusty:
  New
Status in libseccomp source package in Trusty:
  New
Status in glibc source package in Xenial:
  New
Status in libseccomp source package in Xenial:
  New

Bug description:
  Back in the day when Linux was created for i386, for who knows what
  reason, all socket calls were multiplexed through a single syscall
  API, socketcall().  This was a strange thing to do, but it probably
  made sense from the standpoint of the same part of the kernel handling
  all of those calls.

  It was realised a long time ago that this was a strange and suboptimal
  arrangement.

  By the time they got around to doing amd64 and other architectures,
  they fixed this arrangement and gave each socket call a separate
  syscall entry point.  32bit systems continued to do it this old way,
  however, multiplexing all calls through socketcall().

  This is a problem for seccomp.  If we want to allow a program to make
  casual use of the network, but not bind a listener socket, we cannot
  currently do that.  On 64bits we just filter out the bind() and
  listen() calls, but on 32bit, it's all the same syscall.

  The kernel people fixed this problem up last summer by introducing
  new, separate, syscall entries for each separate call.

http://patchwork.sourceware.org/patch/7679/

  The problem is that glibc in Y is still using the old socketcall()
  interface on i386.  It needs to be updated to use the new calls.

  A possible caveat is that this might create problems for running newer
  binaries on older kernels on i386 (as we sometimes do with builders)
  because they won't have the new syscalls.  A solution could involve
  checking for ENOSYS and trying again via the old route.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1576066/+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 1690083] Re: [SRU] 2.26.1

2017-05-11 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

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

-- 
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/1690083

Title:
  [SRU] 2.26.1

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Yakkety:
  New
Status in snapd source package in Zesty:
  New

Bug description:
  This is a new version of snapd.

  The changelog for 2.26.1 is available here
  https://github.com/snapcore/snapd/blob/2.26.1/debian/changelog, the
  raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.26.1 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.26.1 release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1690083/+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 1673247] Re: package snapd 2.23.1 failed to install/upgrade: trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package snap-confine

2017-03-17 Thread Michael Vogt
** Changed in: dpkg (Ubuntu)
   Status: New => In Progress

** Changed in: dpkg (Ubuntu)
   Importance: Undecided => Critical

** Changed in: snapd (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: snapd (Ubuntu Trusty)
   Status: New => Invalid

** Changed in: snapd (Ubuntu Trusty)
   Status: Invalid => In Progress

** Changed in: snapd (Ubuntu)
   Status: Invalid => In Progress

** Patch added: "Testcase for 
https://anonscm.debian.org/git/dpkg/dpkg-tests.git;
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1673247/+attachment/4839251/+files/0001-add-test-for-LP-1673247.patch

-- 
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/1673247

Title:
  package snapd 2.23.1 failed to install/upgrade: trying to overwrite
  '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package
  snap-confine 2.23.1

Status in dpkg package in Ubuntu:
  In Progress
Status in snapd package in Ubuntu:
  In Progress
Status in dpkg source package in Trusty:
  New
Status in snapd source package in Trusty:
  In Progress
Status in dpkg source package in Xenial:
  New
Status in snapd source package in Xenial:
  New
Status in dpkg source package in Yakkety:
  New
Status in snapd source package in Yakkety:
  New

Bug description:
  When the ubuntu installer runs it has an option to download updates during 
the install. When this happens snapd/snap-confine 2.22.6 are installed on 
/target. The upgrade brings in snapd/snap-confine 2.23.1 which has a conffile 
in /etc/apparmor.d/usr.lib.snapd.snap-confine. The snapd packages declares a 
breaks/replaces: snapd-confine (<< 2.23) which works correctly on regular 
upgrades. However it does fail on upgrades with the "--root=/target" that is 
used by ubiquity. After a bit of debugging it turns out the reason is that
  src/archives.c:tarobject() has a check for obsolete conffiles in the block
  around "Is the file an obsolete conffile ...". There is a stat() here that
  checks that the conff->name and the fnamevb are the same file. This check
  fails to take the instdir into account and therefore the loop does not 
  continue but falls through to the "does_replace()" checks.

  
  
  Snap 2.23.1 fails to upgrade from 2.21.

  Known facts:
  - reporters (and apport) indicate it fails during the install via the live-cd
  - not reproducible so far on an already installed system
  - breaks/replaces of snapd are correct
  - When adding "xenial-proposed" to apt-setup in ubiquity and installing

  Cause:
  - when ubiquity runs it uses "dpkg --root=/target --unpack ..." - however 
when doing the conffile checking dpkg does not handle the "--root" parameter 
correctly and checks something against "/" instead of "/target".

  -
  I really don't know what else to add...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.23.1
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Uname: Linux 4.8.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CasperVersion: 1.376.2
  Date: Wed Mar 15 16:03:33 2017
  DuplicateSignature:
   package:snapd:2.23.1
   Unpacking snapd (2.23.1) over (2.21) ...
   dpkg: error processing archive 
/target/var/cache/apt/archives/snapd_2.23.1_amd64.deb (--unpack):
    trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is 
also in package snap-confine 2.23.1
  ErrorMessage: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  LiveMediaBuild: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: snapd
  Title: package snapd 2.23.1 failed to install/upgrade: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1673247/+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 1673247] Re: package snapd 2.23.1 failed to install/upgrade: trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package snap-confine

2017-03-16 Thread Michael Vogt
** Patch added: "Proposed fix"
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1673247/+attachment/4838985/+files/dpkg_1.18.10ubuntu2.debdiff

** Also affects: dpkg (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1673247

Title:
  package snapd 2.23.1 failed to install/upgrade: trying to overwrite
  '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package
  snap-confine 2.23.1

Status in dpkg package in Ubuntu:
  New
Status in snapd package in Ubuntu:
  Confirmed
Status in dpkg source package in Trusty:
  New
Status in snapd source package in Trusty:
  New
Status in dpkg source package in Xenial:
  New
Status in snapd source package in Xenial:
  New
Status in dpkg source package in Yakkety:
  New
Status in snapd source package in Yakkety:
  New

Bug description:
  Snap 2.23.1 fails to upgrade from 2.21.

  Known facts:
  - reporters (and apport) indicate it fails during the install via the live-cd
  - not reproducible so far on an already installed system
  - breaks/replaces of snapd are correct
  - When adding "xenial-proposed" to apt-setup in ubiquity and installing

  Cause:
  - when ubiquity runs it uses "dpkg --root=/target --unpack ..." - however 
when doing the conffile checking dpkg does not handle the "--root" parameter 
correctly and checks something against "/" instead of "/target".

  -
  I really don't know what else to add...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.23.1
  ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11
  Uname: Linux 4.8.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CasperVersion: 1.376.2
  Date: Wed Mar 15 16:03:33 2017
  DuplicateSignature:
   package:snapd:2.23.1
   Unpacking snapd (2.23.1) over (2.21) ...
   dpkg: error processing archive 
/target/var/cache/apt/archives/snapd_2.23.1_amd64.deb (--unpack):
    trying to overwrite '/etc/apparmor.d/usr.lib.snapd.snap-confine', which is 
also in package snap-confine 2.23.1
  ErrorMessage: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  LiveMediaBuild: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: snapd
  Title: package snapd 2.23.1 failed to install/upgrade: trying to overwrite 
'/etc/apparmor.d/usr.lib.snapd.snap-confine', which is also in package 
snap-confine 2.23.1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1673247/+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 1667105] Re: SRU tracker 2.22.6

2017-02-22 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

** Description changed:

- WIP
+ New bugfix release of snapd 2.22.
+ 
+ [Impact]
+ * There are a small number systems in the wild that misbehave on upgrades. To 
track down the root cause we added better debugging and support to report 
errors to errrors.ubuntu.com
+ 
+ [Test case]
+ * A test for regressions is sufficient. The full testsuite with >100 
integration tests is run automatically.
+ 
+ [Regression potential]
+ * little, pretty much all changes happen in code that is already a failure 
condition

-- 
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/1667105

Title:
  SRU tracker 2.22.6

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Yakkety:
  New

Bug description:
  New bugfix release of snapd 2.22.

  [Impact]
  * There are a small number systems in the wild that misbehave on upgrades. To 
track down the root cause we added better debugging and support to report 
errors to errrors.ubuntu.com

  [Test case]
  * A test for regressions is sufficient. The full testsuite with >100 
integration tests is run automatically.

  [Regression potential]
  * little, pretty much all changes happen in code that is already a failure 
condition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1667105/+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 1665729] [NEW] [SRU] 2.22.3

2017-02-17 Thread Michael Vogt
Public bug reported:

Limit the number of retries for the ubuntu-core -> core transition to
fix possible store overload.

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Trusty)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Yakkety)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Zesty)
 Importance: Undecided
 Status: New

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

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

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

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

-- 
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/1665729

Title:
  [SRU] 2.22.3

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Yakkety:
  New
Status in snapd source package in Zesty:
  New

Bug description:
  Limit the number of retries for the ubuntu-core -> core transition to
  fix possible store overload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1665729/+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 1583298] Re: Add support for epoch property

2017-01-27 Thread Michael Vogt
** Changed in: snapd (Ubuntu Xenial)
   Status: New => Fix Released

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

** Changed in: snapd (Ubuntu)
   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/1583298

Title:
  Add support for epoch property

Status in click-reviewers-tools package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Fix Released
Status in click-reviewers-tools source package in Xenial:
  Fix Released
Status in snapd source package in Xenial:
  Fix Released
Status in click-reviewers-tools source package in Yakkety:
  Fix Released
Status in snapd source package in Yakkety:
  Fix Released

Bug description:
  In order to support step upgrades, snaps need to be able to specify
  upgrade paths. The method decided upon to specify said upgrade paths
  is an optional "epoch" property. Valid values consist of positive
  integers and an asterisk (e.g. 1 is epoch 1, 1* is the upgrade path
  from 1 to 2, and 2 is epoch 2). If the epoch is not specified, it
  should implicitly be 0.

  Example YAML:

  name: foo
  version: 1
  description: foo
  summary: foo
  epoch: 1*

  Note that the API for providing this to the store does not yet exist,
  so this bug only covers the parsing of this information from the
  `snap.yaml`.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-reviewers-tools/+bug/1583298/+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 1589613] Re: Snap app names are too permissive

2017-01-26 Thread Michael Vogt
This is fixed in xenial and yakkety.

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

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

** Changed in: snapd (Ubuntu Yakkety)
   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/1589613

Title:
  Snap app names are too permissive

Status in Canonical Click Reviewers tools:
  Invalid
Status in Snapcraft:
  Fix Released
Status in snapcraft package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Fix Released
Status in snapcraft source package in Xenial:
  Fix Released
Status in snapd source package in Xenial:
  Fix Released
Status in snapcraft source package in Yakkety:
  Fix Released
Status in snapd source package in Yakkety:
  Fix Released

Bug description:
  Currently snapd accepts app names that can cause issues in the rest of
  the system (e.g. invalid apparmor profiles like "myapp/", or clashing
  with hook names). These should be more restrictive: the current
  recommendation is `^[a-zA-Z0-9](?:-?[a-zA-Z0-9])*$`.

  [Impact]

   * snaps with invalid names are generated and installable.

   * blocking problems earlier will make the experience better.

  [Test Case]

   * For snapcraft: make a snapcraft.yaml with an invalid name, and run
  snapcraft.

   * For snappy: make a snap with an invalid name, and try to install
  it.

  [Regression Potential]

   * Valid names could be affected. Run some tests on valid names too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1589613/+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 1570914] Re: inconsistent apps/key validation

2017-01-26 Thread Michael Vogt
We validate the app name in snapd now as well. This is available in
xenial-updates.

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

** Changed in: snapd (Ubuntu Xenial)
   Status: Confirmed => 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/1570914

Title:
  inconsistent apps/key validation

Status in click-reviewers-tools package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Fix Released
Status in ubuntu-core-launcher package in Ubuntu:
  Fix Released
Status in click-reviewers-tools source package in Xenial:
  Fix Released
Status in snapd source package in Xenial:
  Fix Released
Status in ubuntu-core-launcher source package in Xenial:
  Fix Released

Bug description:
  The following snap.yaml:

  name: network-manager
  ...
  apps:
NetworkManager:
  ...

  results in the following:
  Apr 15 14:09:02 localhost.localdomain ubuntu-core-launcher[1180]: appname 
snap.network-manager.NetworkManager not allowed

  This is because verify_appname() in src/main.c does not allow upper
  case letters. This is easy enough to fix but then I noticed that:

  1. docs/meta.md is silent on the issue of what is allowed for the keys in the 
apps dictionary (app names) of the snap.yaml
  2. validate.go is not checking the contents of the key name in the apps 
dictionary

  Looking at 15.04, I see this regex that applies to 'name':
  `^[A-Za-z0-9/. _#:-]*$` but this is too lenient for the app name for
  several reasons (so 15.04 was buggy). 16.04 uses this same regex for
  validating things in apps[key], but neglects to verify 'key' itself.

  I suggest we:
  1. update snapd to use "^[a-zA-Z](?:-?[a-zA-Z0-9])*$" (ie, the same as snap 
name but allow upper-case)
  2. adjust docs/meta.md accordingly
  3. adjust ubuntu-core-launcher accordingly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-reviewers-tools/+bug/1570914/+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 1636847] Re: unexpectedly large memory usage of mounted snaps

2017-01-17 Thread Michael Vogt
** Changed in: snappy
   Status: In Progress => 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/1636847

Title:
  unexpectedly large memory usage of mounted snaps

Status in Snappy:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Yakkety:
  Fix Released
Status in linux source package in Zesty:
  Fix Released

Bug description:
  This is a tracking bug for what might be kernel bugs or kernel
  configuration changes.

  As described [1], memory used by simply mounting a squashfs file (even
  an empty one) is ranging from almost nothing (on certain
  distributions) to 131MB on Ubuntu 16.04 and 16.10 on a single-core
  machine or VM.

  The amount is excessive and should be investigated by the kernel team.
  We may need to change the kernel or at least the configuration we ship
  in our packages and kernel snaps.

  [1] https://github.com/zyga/mounted-fs-memory-checker

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1636847/+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 1537793] Re: Autoupdate should be less frequent and more randomly distributed

2017-01-17 Thread Michael Vogt
** Changed in: snappy
   Status: In Progress => 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/1537793

Title:
  Autoupdate should be less frequent and more randomly distributed

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

Bug description:
  Currently the autoupdate timer (snappy/debian/snappy-autopilot.timer)
  is set to hourly with a 15 minute accuracy.

  As snappy will be included in 16.04 desktops (millions of them), this
  rate has the potential to seriously overload the Click Package Index
  service. I suggest changing this to 3 times per day, randomly
  distributed across 24hr on a per host basis so we don't get top-of-the
  hour thundering herds.

  Further rationale is to also avoid having updates downloaded by all
  hosts within the first hour of release, since gradual/staged updates
  are not implemented for snaps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1537793/+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 1656382] [NEW] [SRU] 2.21

2017-01-13 Thread Michael Vogt
Public bug reported:

This is a new version of snapd.

The changelog for 2.21 is available here
https://github.com/snapcore/snapd/blob/2.21/debian/changelog, the raw
git changelog is available here:
https://github.com/snapcore/snapd/commits/2.21 (note that the debian
changelog is auto-generated from the merges of the git commits so there
is usually no need to look at the raw git commits).

The snappy team released a new 2.21 release that we want SRU into
xenial. The new process described in
https://wiki.ubuntu.com/SnapdUpdates was used and we have done
integration-tests on the snappy images, autopkgtests on classic and unit
tests.

[Test case]
Additionally, verify that the contents of the binary packages have not changed 
as a result of the package refactoring.

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Trusty)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Yakkety)
 Importance: Undecided
 Status: New

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

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

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

-- 
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/1656382

Title:
  [SRU] 2.21

Status in snapd package in Ubuntu:
  New
Status in snapd source package in Trusty:
  New
Status in snapd source package in Xenial:
  New
Status in snapd source package in Yakkety:
  New

Bug description:
  This is a new version of snapd.

  The changelog for 2.21 is available here
  https://github.com/snapcore/snapd/blob/2.21/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.21 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.21 release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  [Test case]
  Additionally, verify that the contents of the binary packages have not 
changed as a result of the package refactoring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1656382/+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 1628289] Re: snapd should depend on squashfuse (for use in containers)

2016-12-07 Thread Michael Vogt
** Changed in: snappy
   Status: Fix Released => Triaged

-- 
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/1628289

Title:
  snapd should depend on squashfuse (for use in containers)

Status in Snappy:
  Triaged
Status in squashfuse package in Ubuntu:
  Fix Released
Status in squashfuse source package in Xenial:
  Fix Released

Bug description:
  We're finally making progress on the apparmor stacking and snapd in
  container front. The next LXD release will include the needed support
  as will the kernel soon afterwards.

  With that, one can finally get snaps to install inside containers, but
  for any of it to work, squashfuse must be present in the container so
  that snapd can use it to mount the filesystem.

  squashfuse is in the archive and I've contributed support to snapd a
  while back, so all that should be needed is for the snapd package to
  be updated to depend or at least recommend squashfuse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1628289/+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 1593407] Re: Guest session cannot run snaps

2016-12-05 Thread Michael Vogt
** Also affects: lightdm (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

-- 
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/1593407

Title:
  Guest session cannot run snaps

Status in Light Display Manager:
  Confirmed
Status in Snappy:
  Confirmed
Status in lightdm package in Ubuntu:
  Triaged
Status in snapd package in Ubuntu:
  Triaged
Status in lightdm source package in Xenial:
  New
Status in snapd source package in Xenial:
  New

Bug description:
  I'm using Ubuntu 16.04.

  The guest session cannot execute snaps, because of a permission error.
  The LightDM's guest session AppArmor profile is not allowing access to /snap 
and other needed files and folders.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1593407/+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 1571989] Re: package snapd (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1

2016-12-05 Thread Michael Vogt
** Also affects: snap (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

-- 
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/1571989

Title:
  package snapd (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/man/man1/snap.1.gz', which is also in package
  snap 2013-11-29-1ubuntu2

Status in snap package in Ubuntu:
  Triaged
Status in snapd package in Ubuntu:
  Confirmed
Status in snap source package in Xenial:
  New
Status in snapd source package in Xenial:
  New

Bug description:
  Ran 'sudo apt install snapd' on a clean installation of Ubuntu 16.04
  Beta 2.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: snapd (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Tue Apr 19 08:40:57 2016
  DuplicateSignature:
   Unpacking snapd (2.0.1) ...
   dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.1_amd64.deb 
(--unpack):
trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in 
package snap 2013-11-29-1ubuntu2
  ErrorMessage: trying to overwrite '/usr/share/man/man1/snap.1.gz', which is 
also in package snap 2013-11-29-1ubuntu2
  InstallationDate: Installed on 2016-04-19 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.7
  SourcePackage: snapd
  Title: package snapd (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 
2013-11-29-1ubuntu2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snap/+bug/1571989/+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 1628289] Re: snapd should depend on squashfuse (for use in containers)

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

** 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/1628289

Title:
  snapd should depend on squashfuse (for use in containers)

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

Bug description:
  We're finally making progress on the apparmor stacking and snapd in
  container front. The next LXD release will include the needed support
  as will the kernel soon afterwards.

  With that, one can finally get snaps to install inside containers, but
  for any of it to work, squashfuse must be present in the container so
  that snapd can use it to mount the filesystem.

  squashfuse is in the archive and I've contributed support to snapd a
  while back, so all that should be needed is for the snapd package to
  be updated to depend or at least recommend squashfuse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1628289/+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 1603610] Re: Snaps have no screenshots

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/1603610

Title:
  Snaps have no screenshots

Status in snapd-glib:
  Fix Released
Status in Snappy:
  Fix Released
Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Committed
Status in gnome-software source package in Yakkety:
  Fix Released

Bug description:
  Snaps have no screenshots

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd-glib/+bug/1603610/+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 1587445] Re: 'snap list' with nothing installed should be more tasteful

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/1587445

Title:
  'snap list' with nothing installed should be more tasteful

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

Bug description:
  'snap list' is nice and fast, thank you! On classic systems the first
  time you try it there may well be no snaps installed, and the output
  isn't very helpful:

$ snap list
Name  Version  Rev  Developer
$

  Could we change it in this corner case to:

$ snap list
No snaps are installed yet. Try 'snap browse' or 'snap install hello'

  We won't have 'snap browse' for a while but let's go ahead with the
  recommendation to install 'hello' till we do.

  Thanks!
  Mark

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1587445/+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 1583259] Re: Snappy needs to influence environment variables in applications

2016-11-29 Thread Michael Vogt
** Changed in: snappy
   Status: New => 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/1583259

Title:
  Snappy needs to influence environment variables in applications

Status in Canonical Click Reviewers tools:
  Fix Released
Status in Snappy Launcher:
  Invalid
Status in Snapcraft:
  Triaged
Status in Snappy:
  Fix Released
Status in click-reviewers-tools package in Ubuntu:
  Fix Released
Status in click-reviewers-tools source package in Xenial:
  Fix Released
Status in click-reviewers-tools source package in Yakkety:
  Fix Released

Bug description:
  = SRU for snapcraft =
  [Impact]

   * Adding an environment keyword to snapcraft.yaml, which will make it to 
snap.yaml which the launcher will use to setup the environment.
   * This reduces the amount of wrapper files.

  [Test Case]

   1. Run `snapcraft` on the ros demo.
   2. Install the snap.
   3. snap should run. (if it doesn't it mostly likely means the environent was 
setup incorrectly).
   4. snap.yaml's `assumes` gets a `snap-run` tag.

  [Regression Potential]

   * Very low. Environment that was previously setup by wrapper scripts could 
be missing when the launcher launches using the environment keyword.
   * The use of `assumes` will make sure this doesn't break people on older 
versions of snapd or snap-run

  = SRU for click-reviewers-tools =
  [Impact]
  This is already fixed in the store so the SRU is for users to not see this 
failure their local system

  [Test Case]
  Run snap-review on the attached snap:

  $ snap-review ./snap-example-env_0_all.snap
  ./snap-example-env_0_all.snap: pass

  [ Regression Potential]
  Regression potential is extremely low since this is already on production in 
the Ubuntu Store for many weeks.

  = Original description =

  We see a common pattern across many snaps, all apps are really using
  wrappers to set environment variables. I'd like to propose that this
  is exposed as first class feature in snapcraft (same like plugs and
  slots), snappy (where interfaces can affect variables and snappy can
  have sensible defaults) and ubuntu-core-launcher (to actually apply
  those variables to each started process).

  As a bit of context, this is a wrapper for a non trivial but still
  common app: the calculator:

  https://bazaar.launchpad.net/~ubuntu-desktop/+junk/gnome-calculator-
  snap/view/head:/calc#L3

  The wrapper is 44 lines long, all of which set up environment
  variables.

  Support environment variable that would be available to snaps. The
  form should look like

  snapcraft.yaml

  name: ...
  version: ...
  ...
  environment: # these apply to all snaps
     ENV1: value1
     ENV2: value2

  apps:
     app1:
   ...
   environment:
  ENV1: value1 # takes precedence over global ones

  These environment values would be transported to snap.yaml

To manage notifications about this bug go to:
https://bugs.launchpad.net/click-reviewers-tools/+bug/1583259/+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 1574556] Re: apparmor denials reported for encrypted HOME

2016-11-29 Thread Michael Vogt
This is fixed in xenial-updates

** Changed in: snappy
   Status: Triaged => Fix Released

** Changed in: ubuntu-core-launcher (Ubuntu Xenial)
   Status: Triaged => 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/1574556

Title:
  apparmor denials reported for encrypted HOME

Status in Snappy:
  Fix Released
Status in ubuntu-core-launcher package in Ubuntu:
  Fix Released
Status in ubuntu-core-launcher source package in Xenial:
  Fix Released

Bug description:
  I just did a fresh install of Ubuntu 16.04 with encrypted $HOME. I've
  installed my links snap and it seems to work but I see odd apparmor
  denials in syslog:

  abr 25 12:09:25 vm audit[2128]: AVC apparmor="DENIED" operation="open" 
profile="/usr/bin/ubuntu-core-launcher" name="/home/.ecryptfs/zyga/.Private/" 
pid=2128 comm="ubuntu-core-lau" requested_mask="wr" denied_mask="wr" fsuid=1000 
ouid=1000
  abr 25 12:09:25 vm audit[2128]: AVC apparmor="DENIED" operation="open" 
profile="/usr/bin/ubuntu-core-launcher" 
name="/home/.ecryptfs/zyga/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfhjlvT8DEXMHHv0WTtxJ7vh---/"
 pid=2128 comm="ubuntu-core-lau" requested_mask="wr" denied_mask="wr" 
fsuid=1000 ouid=1000
  abr 25 12:09:25 vm audit[2128]: AVC apparmor="DENIED" operation="open" 
profile="/usr/bin/ubuntu-core-launcher" 
name="/home/.ecryptfs/zyga/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfhjlvT8DEXMHHv0WTtxJ7vh---/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfh5TefvZX.jl5R9fjgnc45G---/"
 pid=2128 comm="ubuntu-core-lau" requested_mask="wr" denied_mask="wr" 
fsuid=1000 ouid=1000
  abr 25 12:09:25 vm audit[2128]: AVC apparmor="DENIED" operation="open" 
profile="/usr/bin/ubuntu-core-launcher" 
name="/home/.ecryptfs/zyga/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfhjlvT8DEXMHHv0WTtxJ7vh---/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfh5TefvZX.jl5R9fjgnc45G---/ECRYPTFS_FNEK_ENCRYPTED.FWZP03VlehQiTEQUSfHv7QCD3zeqlxOc9gfhJJq4TueYwFMXoSVrZyfk0E--/"
 pid=2128 comm="ubuntu-core-lau" requested_mask="wr" denied_mask="wr" 
fsuid=1000 ouid=1000
  abr 25 12:09:25 vm kernel: audit_printk_skb: 36 callbacks suppressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1574556/+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-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 1569577] Re: please remove var/lib/snapd/apparmor/additional from debian/snapd.dirs

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/1569577

Title:
  please remove var/lib/snapd/apparmor/additional from debian/snapd.dirs

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

Bug description:
  /var/lib/snapd/apparmor/additional is no longer used by anything.
  Please remove it from debian/snapd.dirs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1569577/+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 1570280] Re: snap and snappy man pages incomplete

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/1570280

Title:
  snap and snappy man pages incomplete

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

Bug description:
  man -k snap
  ...
  snap (1) - (unknown subject)
  snappy (1)   - (unknown subject)

  man snappy
  No manual entry for snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1570280/+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 1634236] Re: [SRU] Dependency on snap-confine too weak

2016-11-17 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: Confirmed => 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/1634236

Title:
  [SRU] Dependency on snap-confine too weak

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

Bug description:
  Trivial SRU of snapd that adds a missing versioned dependency for
  snap-confine to snapd.

  It turns out there is a regression because of this if:
  - you use an armhf architecture
  - snapd 2.16
  - snap-confine < 1.0.43

  The reason is that with snapd 2.16 we use the "snap run" to start 
applications. This is a command written in go. On armhf the auxv vector content 
is critical for successfully running go commands.
  But apparmor cleans that by default because it might be dangerous.
  On snap-confine 1.0.43 we added an apparmor rule to relax this.

  TEST CASE:
  - install snapd 2.16 on an armhf/classic system (e.g. pi2)
  - make sure you have snap-confine from xenial (not from xenial-updates): 
1.0.38
  - snap install hello
  - run "hello" and verify it does not run
  - install snap-confine from xenial-updates (1.0.43)
  - verify that "hello" does run now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1634236/+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 1637215] Re: [SRU] 2.17.1

2016-11-07 Thread Michael Vogt
** Summary changed:

- [SRU] 2.17
+ [SRU] 2.17.1

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

** Changed in: snapd (Ubuntu Vivid)
   Status: New => Invalid

** Changed in: snapd (Ubuntu)
   Status: New => 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/1637215

Title:
  [SRU] 2.17.1

Status in snapd package in Ubuntu:
  Fix Released
Status in snapd source package in Vivid:
  Invalid
Status in snapd source package in Xenial:
  Fix Committed
Status in snapd source package in Yakkety:
  Fix Committed

Bug description:
  This is a new version of snapd.

  The changelog for 2.17 is available here
  https://github.com/snapcore/snapd/blob/2.17/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.17 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.17 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.17 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.17 here under 
"spread")

  The following additional tests were performed:
  """
  $ adt-run -s -U snapd_2.17.dsc --- qemu ~/VM/adt-xenial-amd64-cloud.img
  [lots of output, wait 45min]
  2016/09/28 11:51:57 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
  2016/09/28 11:52:00 Discarding autopkgtest:ubuntu-16.04-64...
  2016/09/28 11:52:01 Successful tasks: 88
  2016/09/28 11:52:01 Aborted tasks: 0
  adt-run [11:52:01]: test integrationtests: ---]
  adt-run [11:52:02]: test integrationtests: - - - - - - - - - - results - - - 
- - - - - - -
  integrationtests PASS
  adt-run [11:52:03]:  summary
  integrationtests PASS

  $ adt-run -s -U snapd_2.17.dsc --- qemu ~/VM/adt-yakkety-amd64-cloud.img
  [lots of output, wait 45min]
  2016/09/28 12:09:09 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
  2016/09/28 12:09:12 Discarding autopkgtest:ubuntu-16.04-64...
  2016/09/28 12:09:12 Successful tasks: 88
  2016/09/28 12:09:12 Aborted tasks: 0
  adt-run [12:09:13]: test integrationtests: ---]
  adt-run [12:09:14]: test integrationtests: - - - - - - - - - - results - - - 
- - - - - - -
  integrationtests PASS
  adt-run [12:09:14]:  summary
  integrationtests PASS

  """
  Almost all of our spread integration tests are now run as part of the 
autopkgtest run.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1637215/+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 1595558] Re: sudo doesn't have /snap/bin in PATH

2016-10-10 Thread Michael Vogt
** Also affects: sudo (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Changed in: sudo (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: snapd (Ubuntu Trusty)
   Status: New => Won't Fix

** Changed in: sudo (Ubuntu Trusty)
   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/1595558

Title:
  sudo doesn't have /snap/bin in PATH

Status in snapd package in Ubuntu:
  Won't Fix
Status in sudo package in Ubuntu:
  Fix Released
Status in snapd source package in Trusty:
  Won't Fix
Status in sudo source package in Trusty:
  In Progress
Status in snapd source package in Xenial:
  Won't Fix
Status in sudo source package in Xenial:
  Fix Released

Bug description:
  [ SRU Justification ]
  Snap may contain sysadmin tools as well. They are currently hard to invoke
  because /snap/bin is not in the PATH when sudo is used because the default
  secure_path of sudoers does not have it.

  [ SRU Test Case ]
  1. sudo snap install hello-world
  2. sudo hello-world
  3. verify that this fails with "command not found"
  4. install sudo from xenial-proposed
  5. verify that sudo hello-world now works

  [ Regression Potential ]
  - may trigger conffile prompts on upgrade

  [Original report]
  $ nextcloud.occ
  # prints output

  $ sudo nextcloud.occ
  sudo: nextcloud.occ: command not found

  I need to do `sudo /snap/bin/nextcloud.occ` if I want it to run.

  $ sudo env | grep PATH
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1595558/+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 1628425] Re: [SRU] 2.16

2016-09-28 Thread Michael Vogt
** Description changed:

  This is a new version of snapd.
  
  The changelog for 2.16 is available here
  https://github.com/snapcore/snapd/blob/2.16/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.16 (note that the debian
  changelog is auto-generated from the merges of the git commits so there
  is usually no need to look at the raw git commits).
  
  The snappy team released a new 2.16 micro release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and unit
  tests.
  
  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.16 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.16 here under 
"spread")
  
  The following additional tests were performed:
  """
- $ adt-run -s -U snapd_2.15.2.dsc --- qemu ~/VM/adt-xenial-amd64-cloud.img
+ $ adt-run -s -U snapd_2.16.dsc --- qemu ~/VM/adt-xenial-amd64-cloud.img
  [lots of output, wait 45min]
+ 2016/09/28 11:51:57 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
+ 2016/09/28 11:52:00 Discarding autopkgtest:ubuntu-16.04-64...
+ 2016/09/28 11:52:01 Successful tasks: 88
+ 2016/09/28 11:52:01 Aborted tasks: 0
+ adt-run [11:52:01]: test integrationtests: ---]
+ adt-run [11:52:02]: test integrationtests:  - - - - - - - - - - results - - - 
- - - - - - -
+ integrationtests PASS
+ adt-run [11:52:03]:  summary
+ integrationtests PASS
  
- $ adt-run -s -U snapd_2.15.2.dsc --- qemu ~/VM/adt-yakkety-amd64-cloud.img
+ $ adt-run -s -U snapd_2.16.dsc --- qemu ~/VM/adt-yakkety-amd64-cloud.img
  [lots of output, wait 45min]
+ 2016/09/28 12:09:09 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
+ 2016/09/28 12:09:12 Discarding autopkgtest:ubuntu-16.04-64...
+ 2016/09/28 12:09:12 Successful tasks: 88
+ 2016/09/28 12:09:12 Aborted tasks: 0
+ adt-run [12:09:13]: test integrationtests: ---]
+ adt-run [12:09:14]: test integrationtests:  - - - - - - - - - - results - - - 
- - - - - - -
+ integrationtests PASS
+ adt-run [12:09:14]:  summary
+ integrationtests PASS
  
  """
  Almost all of our spread integration tests are now run as part of the 
autopkgtest run.
  
  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """
  
  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

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

-- 
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/1628425

Title:
  [SRU] 2.16

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.16 is available here
  https://github.com/snapcore/snapd/blob/2.16/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.16 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.16 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.16 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.16 here under 
"spread")

  The following additional tests were performed:
  """
  $ adt-run -s -U snapd_2.16.dsc --- qemu ~/VM/adt-xenial-amd64-cloud.img
  [lots of output, wait 45min]
  2016/09/28 11:51:57 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
  2016/09/28 11:52:00 Discarding autopkgtest:ubuntu-16.04-64...
  2016/09/28 11:52:01 Successful tasks: 88
  2016/09/28 11:52:01 Aborted tasks: 0
  adt-run [11:52:01]: test integrationtests: ---]
  adt-run [11:52:02]: test integrationtests:  - - - - - - - - - - results - - - 
- - - - - - -
  integrationtests PASS
  adt-run [11:52:03]:  summary
  integrationtests PASS

  $ adt-run -s -U snapd_2.16.dsc --- qemu ~/VM/adt-yakkety-amd64-cloud.img
  [lots of output, wait 45min]
  2016/09/28 12:09:09 Restoring autopkgtest:ubuntu-16.04-64:tests/upgrade/...
  2016/09/28 12:09:12 Discarding 

[Group.of.nepali.translators] [Bug 1623579] Re: [SRU] 2.15

2016-09-16 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1623579

Title:
  [SRU] 2.15

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.15 is available here
  https://github.com/snapcore/snapd/blob/2.15/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.15 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.15 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.15 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.15 here under 
"spread")

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.15.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.14.2 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1623579/+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 1621839] [NEW] Non interactive key removal not possible

2016-09-09 Thread Michael Vogt
Public bug reported:

Its not possible to remove a secret key with gnupg2 in a non-interactive
way.

** Affects: gnupg2 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: gnupg2 (Ubuntu Xenial)
 Importance: Undecided
 Status: New

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

** Changed in: gnupg2 (Ubuntu)
   Status: New => 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/1621839

Title:
  Non interactive key removal not possible

Status in gnupg2 package in Ubuntu:
  Fix Released
Status in gnupg2 source package in Xenial:
  New

Bug description:
  Its not possible to remove a secret key with gnupg2 in a non-
  interactive way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1621839/+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 1618095] Re: [SRU] 2.14

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

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

-- 
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/1618095

Title:
  [SRU] 2.14

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.14 is available here
  https://github.com/snapcore/snapd/blob/2.14/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.14 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.14 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.14 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.14 here under 
"spread")
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/13/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/16/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.14.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.13 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1618095/+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 1612291] Re: cannot create $SNAP_USER_DATA when using ecryptfs and sudo

2016-08-23 Thread Michael Vogt
This is fixed with the 1.0.40 upload to yakkety

** Changed in: snap-confine (Ubuntu)
   Status: New => 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/1612291

Title:
  cannot create $SNAP_USER_DATA when using ecryptfs and sudo

Status in Snappy Launcher:
  Fix Released
Status in snap-confine package in Ubuntu:
  Fix Released
Status in snap-confine source package in Xenial:
  Fix Committed

Bug description:
  Because of the two apparmor rules on snap-confine, attempts to create
  user data directory from snap-confine will fail when the user is using
  new-style encrypted home directory and sudo to start a snap.

  TEST CASE:
  1. sudo adduser --encrypt-home test-encrypted
  2. Ensure that the test-encrypted user can use sudo, e.g. add it to the sudo 
group
  3. Log in as test-encrypted user
  4. Install the hello-world snap
  5. Run sudo /snap/bin/hello-world
  6. Verify that `hello-world` fails to run
  7. Install snap-confine from xenial-propsoed
  8. verify that `hello-world` runs now

  The following patch makes the problem go away:

  diff --git a/debian/usr.bin.snap-confine b/debian/usr.bin.snap-confine
  index f3e6308..aeb17bd 100644
  --- a/debian/usr.bin.snap-confine
  +++ b/debian/usr.bin.snap-confine
  @@ -155,6 +155,6 @@
   owner @{HOME}/.Private/ r,
   owner @{HOME}/.Private/** mrixwlk,
   # new-style encrypted $HOME
  -owner @{HOMEDIRS}/.ecryptfs/*/.Private/ r,
  -owner @{HOMEDIRS}/.ecryptfs/*/.Private/** mrixwlk,
  +@{HOMEDIRS}/.ecryptfs/*/.Private/ r,
  +@{HOMEDIRS}/.ecryptfs/*/.Private/** mrixwlk,
   }

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-confine/+bug/1612291/+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 1612120] Re: $SNAP_USER_DATA is no longer created by snap-confine but is not yet created by snapd

2016-08-23 Thread Michael Vogt
This is fixed with the 1.0.40 upload to yakkety

** Changed in: snap-confine (Ubuntu)
   Status: Confirmed => 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/1612120

Title:
  $SNAP_USER_DATA is no longer created by snap-confine but is not yet
  created by snapd

Status in Snappy Launcher:
  Fix Released
Status in snap-confine package in Ubuntu:
  Fix Released
Status in snap-confine source package in Xenial:
  Fix Committed

Bug description:
  We've noticed that the code that creates the $SNAP_USER_DATA directory
  has now been removed from snap-confine for the past few releases but
  the corresponding code in snapd, that depends on snap-exec, is not yet
  active. This has lead to some snaps that rely on it to have no way to
  create per-user data directories.

  TEST CASE:
  1. sudo snap install bluez
  2. sudo systemctl status snap.bluez.obex
  3. verify that it fails to start the service
  4. install snapd from xenial-proposed
  5. snap remove bluez
  6. snap install bluez
  7. repeat (2)
  8. verify that it works this time

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-confine/+bug/1612120/+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 1612684] Re: dies when run in a place that is not inside the snap chroot

2016-08-23 Thread Michael Vogt
This is fixed with the 1.0.40 upload to yakkety

** Changed in: snap-confine (Ubuntu)
   Status: New => 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/1612684

Title:
  dies when run in a place that is not inside the snap chroot

Status in Snappy Launcher:
  Fix Released
Status in snap-confine package in Ubuntu:
  Fix Released
Status in snap-confine source package in Xenial:
  Fix Committed

Bug description:
  When running any snap from a place that is not inside the snap chroot
  (like /tmp/some-subdir or /srv) running the snap-confine launcher dies
  with a ugly error.

  TEST CASE:
  1. mkdir /tmp/99
  2. cd /tmp/99
  3. sudo snap install hello-world
  4. verify that it shows: "cannot remain in /tmp/99, please run this snap from 
another location. errmsg: No such file or directory"
  5. install snap-confine from xenial-proposed
  6. verify that hello-world runs now (and shows a message that it switches to 
/tmp)

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-confine/+bug/1612684/+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 1615113] Re: snap-confine prevented from mounting base directory through the "content" interface

2016-08-22 Thread Michael Vogt
** Also affects: snap-confine (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: snap-confine (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1615113

Title:
  snap-confine prevented from mounting base directory through the
  "content" interface

Status in Snappy Launcher:
  In Progress
Status in snap-confine package in Ubuntu:
  New
Status in snap-confine source package in Xenial:
  New

Bug description:
  Using the new "content" interface, and following the integration tests
  as an example, I have build two snaps in https://github.com/ubuntu
  /snappy-playpen/tree/geany one under "geany" the other under "geany-
  plugins" that work together to share the plugin code with the geany
  app.

  Both build, install, and connect just fine, but on trying to run
  /snap/bin/geany it immediately fails with the following message:

  cannot mount /snap/geany-plugins/x1 at /snap/geany/x1/plugins with
  options bind,ro. errmsg: Permission denied

  Checking dmesg after this shows the following:

  [335489.022097] audit: type=1400 audit(1471624994.323:302441):
  apparmor="DENIED" operation="mount" info="failed srcname match"
  error=-13 profile="/usr/lib/snapd/snap-confine"
  name="/snap/geany/x1/plugins/" pid=18454 comm="ubuntu-core-lau"
  srcname="/snap/geany-plugins/x1/" flags="rw, bind"

  I belive this is due to the fact that my geany-plugins slot is sharing
  the root of it's content (/) instead of a file or folder by name. This
  makes the mount source /snap/geany-plugins/x1/ which is too short to
  match the apparmor allow line of /snap/*/*/**

  To test this, I made the following change to 
/etc/apparmor.d/usr.lib.snapd.snap-confine
  120,121c120,121
  < mount options=(rw bind) /snap/*/*/** -> /snap/*/*/**,
  < mount options=(ro bind) /snap/*/*/** -> /snap/*/*/**,
  ---
  > mount options=(rw bind) /snap/*/** -> /snap/*/*/**,
  > mount options=(ro bind) /snap/*/** -> /snap/*/*/**,

  This allowed the mount to happen and the application to run.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-confine/+bug/1615113/+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 1595558] Re: sudo doesn't have /snap/bin in PATH

2016-08-15 Thread Michael Vogt
Closing the snapd tasks, we will fix it in sudo directly.

** Also affects: sudo (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: snapd (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: snapd (Ubuntu Xenial)
   Status: New => Won't Fix

** Description changed:

+ [ SRU Justification ]
+ Snap may contain sysadmin tools as well. They are currently hard to invoke
+ because /snap/bin is not in the PATH when sudo is used because the default
+ secure_path of sudoers does not have it.
+ 
+ [ SRU Test Case ]
+ 1. sudo snap install hello-world
+ 2. sudo hello-world
+ 3. verify that this fails with "command not found"
+ 4. install sudo from xenial-proposed
+ 5. verify that sudo hello-world now works
+ 
+ [ Regression Potential ]
+ - may trigger conffile prompts on upgrade
+ 
+ [Original report]
  $ nextcloud.occ
  # prints output
  
  $ sudo nextcloud.occ
  sudo: nextcloud.occ: command not found
  
  I need to do `sudo /snap/bin/nextcloud.occ` if I want it to run.
  
  $ sudo env | grep PATH
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

-- 
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/1595558

Title:
  sudo doesn't have /snap/bin in PATH

Status in snapd package in Ubuntu:
  Won't Fix
Status in sudo package in Ubuntu:
  New
Status in snapd source package in Xenial:
  Won't Fix
Status in sudo source package in Xenial:
  New

Bug description:
  [ SRU Justification ]
  Snap may contain sysadmin tools as well. They are currently hard to invoke
  because /snap/bin is not in the PATH when sudo is used because the default
  secure_path of sudoers does not have it.

  [ SRU Test Case ]
  1. sudo snap install hello-world
  2. sudo hello-world
  3. verify that this fails with "command not found"
  4. install sudo from xenial-proposed
  5. verify that sudo hello-world now works

  [ Regression Potential ]
  - may trigger conffile prompts on upgrade

  [Original report]
  $ nextcloud.occ
  # prints output

  $ sudo nextcloud.occ
  sudo: nextcloud.occ: command not found

  I need to do `sudo /snap/bin/nextcloud.occ` if I want it to run.

  $ sudo env | grep PATH
  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1595558/+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 1612362] Re: [SRU] 2.12

2016-08-11 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: snapd (Ubuntu)
   Status: New => 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/1612362

Title:
  [SRU] 2.12

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.12 is available here
  https://github.com/snapcore/snapd/blob/2.12/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.12 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.12 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.12 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.12 here under 
"spread")
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/14/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/17/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.12.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.11 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1612362/+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 1606277] Re: log-observe interface is broken in latest snap-confine

2016-07-27 Thread Michael Vogt
** Also affects: snap-confine (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1606277

Title:
  log-observe interface is broken in latest snap-confine

Status in Snappy Launcher:
  Fix Released
Status in snap-confine package in Ubuntu:
  New
Status in snap-confine source package in Xenial:
  New

Bug description:
  The log-observe interface is broken due to how we handle bind mounts
  now. This can be seen with 'snappy-debug':

  $ sudo snap install snappy-debug
  $ sudo snap connect snappy-debug:log-observe ubuntu-core:log-observe
  $ sudo /snap/bin/snappy-debug.security scanlog
  kernel.printk_ratelimit = 0
  Traceback (most recent call last):
    File "/snap/snappy-debug/22/bin/snappy-security-scanlog", line 580, in 

  sys.exit(main())
    File "/snap/snappy-debug/22/bin/snappy-security-scanlog", line 569, in main
  from_end=opt.only_new)
    File "/snap/snappy-debug/22/bin/snappy-security-scanlog", line 92, in 
__init__
  self.scan_log(log_file, snap_name, follow, from_end)
    File "/snap/snappy-debug/22/bin/snappy-security-scanlog", line 157, in 
scan_log
  log = open_file_read(log_file)
    File "/snap/snappy-debug/22/bin/snappy-security-scanlog", line 71, in 
open_file_read
  orig = codecs.open(path, 'r', "UTF-8", errors="replace")
    File "/usr/lib/python3.5/codecs.py", line 895, in open
  file = builtins.open(filename, mode, buffering)
  FileNotFoundError: [Errno 2] No such file or directory: '/var/log/syslog'

  This is because /var/log/syslog is not available at runtime due to the bind 
mounts. This can be shown by installing hello-world, adjusting 
/var/lib/snapd/apparmor/profiles/snap.hello-world.sh to have "/**/ r," (to be 
able to read any directory), reloading the profile, then doing:
  $ hello-world.sh
  ...
  bash-4.3$ ls /var/log/
  alternatives.log  btmp dpkg.log  fsck watchdog
  bootstrap.log   dmesg  faillog   lastlog  wtmp

  This may also be a problem with other interfaces, I haven't checked
  extensively, though it seems that /var/lib/extrausers (from the
  nameservice abstraction) won't work right, and (at least) ppp
  (/var/log/ppp) and timezone-control (/usr/share/zoneinfo) are also
  affected.

  WORKAROUND for snappy-debug: launch outside of the launcher:
  $ sudo SNAP=/snap/snappy-debug/current 
PATH=$PATH:/snap/snappy-debug/current/bin 
/snap/snappy-debug/current/bin/snappy-security scanlog

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-confine/+bug/1606277/+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 1605303] [NEW] [SRU] 2.0.11

2016-07-21 Thread Michael Vogt
Public bug reported:

This is a new version of snapd.

The changelog for 2.0.11 is available here
https://github.com/snapcore/snapd/blob/2.0.11/debian/changelog, the raw
git changelog is available here:
https://github.com/snapcore/snapd/commits/2.0.11 (note that the debian
changelog is auto-generated from the merges of the git commits so there
is usually no need to look at the raw git commits).

The snappy team released a new 2.0.11 micro release that we want SRU
into xenial. The new process described in
https://wiki.ubuntu.com/SnapdUpdates was used and we have done
integration-tests on the snappy images, autopkgtests on classic and unit
tests.

The following automatic tests are run:
- travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.11 here)
- travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.0.11 here under 
"spread")
- jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/12/
- jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/15/

The following additional tests were performed:
"""
- adt-buildvm-ubuntu-cloud
- customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
- adt-run --source snapd_2.0.11.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
"""
This included the upgrade from 2.0.10 as part of the autopkgtest run. There are 
also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

After installing the new snapd it was ensured that apt is unaffected by doing:
"""
- sudo apt install -y hello && sudo apt remove -y hello
"""

After installing the new snapd gnome-software was used:
"""
- install "http" (snap) and remove it again
"""
All worked as expected.

** Affects: snapd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: snapd (Ubuntu Xenial)
 Importance: Undecided
 Status: New

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

-- 
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/1605303

Title:
  [SRU] 2.0.11

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.0.11 is available here
  https://github.com/snapcore/snapd/blob/2.0.11/debian/changelog, the
  raw git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.0.11 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.0.11 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.11 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.0.11 here under 
"spread")
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/12/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/15/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.0.11.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.10 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1605303/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : 

[Group.of.nepali.translators] [Bug 1593396] Re: [SRU] 1.0.34

2016-07-01 Thread Michael Vogt
** Changed in: ubuntu-core-launcher (Ubuntu)
   Status: New => Fix Released

** Changed in: ubuntu-core-launcher (Ubuntu)
   Status: Fix Released => Fix Committed

-- 
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/1593396

Title:
  [SRU] 1.0.34

Status in ubuntu-core-launcher package in Ubuntu:
  Fix Committed
Status in ubuntu-core-launcher source package in Xenial:
  New

Bug description:
  A new ubuntu-core-launcher release that fixes various issues with
  snapd.

  Changes:
  - ubuntu-core-launcher is renamed to snap-confine to reflect better that it 
is not ubuntu specific
  - fix nvidia handling
  - bugfixes: #1574556, #1592696, #1592402

  Regression potential:
  - some packaging change that have regression potential but can also be easily 
tested
  - build changes (switch to autotools etc), little regression potential here
  - code changes: diff looks bigger than it is mostly because the code got 
split up for easier maintenance
  - features: little regression risk here, nvidia is broken for snaps right now 
and this change will unbreak it.
  - new features that are disabled on ubuntu (e.g. arch-specific nvidia 
support) have no regression potential
   - the switch to a chroot-base approach has a regression potential because it 
changes fundamentally how the snap execution environment looks like but it was 
tested on ubuntu and many other distributions without any issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-core-launcher/+bug/1593396/+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 1495580] Re: chfn needs to learn about the --extrausers argument and use libnss-extrausers files when set

2016-06-23 Thread Michael Vogt
** Package changed: snapd (Ubuntu) => shadow (Ubuntu)

** Changed in: shadow (Ubuntu)
   Status: New => In Progress

** Changed in: shadow (Ubuntu Xenial)
   Importance: Undecided => Medium

-- 
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/1495580

Title:
  chfn needs to learn about the --extrausers argument and use libnss-
  extrausers files when set

Status in Snappy:
  Fix Released
Status in shadow package in Ubuntu:
  In Progress
Status in shadow source package in Xenial:
  Confirmed

Bug description:
  as seen in bug 1492327, adduser now works for creating users in the
  extrausers db but when it tries to update the GECOS field at the end
  of adding a user (interactively and noninteractively) chfn falls over
  ...

  chfn needs similar patches to the other shadow binaries that recently
  got extrausers support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1495580/+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 1495580] Re: chfn needs to learn about the --extrausers argument and use libnss-extrausers files when set

2016-06-23 Thread Michael Vogt
** Changed in: snappy
Milestone: 15.04.4 => None

** Changed in: snappy
 Assignee: Oliver Grawert (ogra) => (unassigned)

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

** Changed in: snappy
   Status: In Progress => Fix Released

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

-- 
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/1495580

Title:
  chfn needs to learn about the --extrausers argument and use libnss-
  extrausers files when set

Status in Snappy:
  Fix Released
Status in shadow package in Ubuntu:
  In Progress
Status in shadow source package in Xenial:
  Confirmed

Bug description:
  as seen in bug 1492327, adduser now works for creating users in the
  extrausers db but when it tries to update the GECOS field at the end
  of adding a user (interactively and noninteractively) chfn falls over
  ...

  chfn needs similar patches to the other shadow binaries that recently
  got extrausers support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1495580/+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 1593201] Re: [SRU] 2.0.9

2016-06-23 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: New => 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/1593201

Title:
  [SRU] 2.0.9

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

Bug description:
  This is a new version of snapd.

  The changelog for 2.0.9 is available here
  https://github.com/snapcore/snapd/blob/2.0.9/debian/changelog, the raw
  git changelog is available here:
  https://github.com/snapcore/snapd/commits/2.0.9 (note that the debian
  changelog is auto-generated from the merges of the git commits so
  there is usually no need to look at the raw git commits).

  The snappy team released a new 2.0.9 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.9 here)
  - travis/spread based integration/system tests: 
https://travis-ci.org/snapcore/snapd/branches (check for 2.0.9 here under 
"spread")
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/13/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/16/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.0.9.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.8 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1593201/+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 1594776] Re: add-apt-repository explodes on missing ppa

2016-06-22 Thread Michael Vogt
** Also affects: software-properties (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Patch added: "proposed fix"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1594776/+attachment/4688498/+files/lp1594776-shortcuts.diff

-- 
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/1594776

Title:
  add-apt-repository explodes on missing ppa

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New

Bug description:
  Just saw this on freshly updated Xenial. I think it's trying to be
  helpful and tell me what PPAs a particular LP team has published, but
  in the end it explodes:

  $ sudo add-apt-repository ppa:juju/next
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 102, 
in _get_https_content_py3
  lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
File "/usr/lib/python3.5/urllib/request.py", line 162, in urlopen
  return opener.open(url, data, timeout)
File "/usr/lib/python3.5/urllib/request.py", line 471, in open
  response = meth(req, response)
File "/usr/lib/python3.5/urllib/request.py", line 581, in http_response
  'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.5/urllib/request.py", line 509, in error
  return self._call_chain(*args)
File "/usr/lib/python3.5/urllib/request.py", line 443, in _call_chain
  result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 589, in http_error_default
  raise HTTPError(req.full_url, code, msg, hdrs, fp)
  urllib.error.HTTPError: HTTP Error 404: Not Found

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 327, 
in get_ppa_info
  ret = get_ppa_info_from_lp(user, ppa)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 92, 
in get_ppa_info_from_lp
  return get_info_from_lp(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, 
in get_info_from_lp
  return _get_https_content_py3(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 108, 
in _get_https_content_py3
  raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
  softwareproperties.ppa.PPAException: 'Error reading 
https://launchpad.net/api/1.0/~juju/+archive/ubuntu/next: Not Found'

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 393, 
in shortcut_handler
  return PPAShortcutHandler(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 356, 
in __init__
  info = get_ppa_info(self.shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 339, 
in get_ppa_info
  _get_suggested_ppa_message(user, ppa))
  softwareproperties.shortcuts.ShortcutException: Cannot add PPA: 
'ppa:~juju/ubuntu/next'.
  The team named '~juju' has no PPA named 'ubuntu/next'
  Please choose from the following available PPAs:
   * '1.22':  1.22 Updates
   * '1.22-proposed':  1.22 Proposed
   * '1.23':  1.23 Updates
   * 'daily':  Juju Daily
   * 'devel':  juju devel packages
   * 'enablement':  Juju Enablement
   * 'experimental':  juju experimental packages
   * 'golang':  juju-golang
   * 'proposed':  juju proposed packages
   * 'stable':  juju stable packages
  Error: 'ppa:juju/next' invalid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1594776/+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 1593396] Re: [SRU] 1.0.30

2016-06-17 Thread Michael Vogt
** Also affects: ubuntu-core-launcher (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1593396

Title:
  [SRU] 1.0.30

Status in ubuntu-core-launcher package in Ubuntu:
  New
Status in ubuntu-core-launcher source package in Xenial:
  New

Bug description:
  A new ubuntu-core-launcher with various fixes for snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-core-launcher/+bug/1593396/+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 1590434] Re: [SRU] Initial version as a snapd build-dep

2016-06-09 Thread Michael Vogt
** Also affects: golang-gopkg-macaroon.v1 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: golang-gopkg-macaroon.v1 (Ubuntu)
   Status: New => 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/1590434

Title:
  [SRU] Initial version as a snapd build-dep

Status in golang-gopkg-macaroon.v1 package in Ubuntu:
  Fix Released
Status in golang-gopkg-macaroon.v1 source package in Xenial:
  New

Bug description:
  The next version of snapd will need this in xenial as a new build-
  dependency.

  Regression potential: None, source only package, no rdepends only the
  next version of snapd will use it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-gopkg-macaroon.v1/+bug/1590434/+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 1589534] Re: [SRU] 2.0.7

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

-- 
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/1589534

Title:
  [SRU] 2.0.7

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

Bug description:
  This is a new version that improves on 2.0.6 which had an incomplete
  refresh (bug #1588977) and also breaks building on gccgo-6 (powerpc).

  The snappy team released a new 2.0.7 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.7 here)
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/4/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/4/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.0.7.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.5 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "gnome-photos" (deb) and remove it again
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1589534/+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 1588052] Re: [SRU] New stable micro release

2016-06-03 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: New => 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/1588052

Title:
  [SRU] New stable micro release

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

Bug description:
  The snappy team released a new 2.0.6 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.6 here)
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/snappy-by-tag-autopkgtest/1/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/snappy-by-tag-integration-test/1/

  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.0.6.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.5 as part of the autopkgtest run. There 
are also various snaps installed/removed (including installing and running 
ubuntu-calculator-app in xvfb) and run as part of the auto pkg test, including 
reboots to ensure that the system keeps working over reboots.

  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """

  After installing the new snapd gnome-software was used:
  """
  - install "gnome-photos" (deb) and remove it again
  - install "http" (snap) and remove it again
  """
  All worked as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1588052/+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 1588192] Re: GL interfaces seem wedged for Krita on nvidia

2016-06-02 Thread Michael Vogt
There is actually nothing for snapd itself to do here, its doing the
right thing as soon as the bind mount unit is available. I keep the bug
open for easier tracking for us.

** Changed in: nvidia-graphics-drivers-361 (Ubuntu)
   Importance: Undecided => Critical

** Also affects: nvidia-graphics-drivers-361 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1588192

Title:
  GL interfaces seem wedged for Krita on nvidia

Status in Snappy:
  In Progress
Status in nvidia-graphics-drivers-361 package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers-361 source package in Xenial:
  New

Bug description:
  Krita snap segfaults. I'm running nvidia proprietary drivers on Dell
  XPS 15.

  mark@mark-XPS-15-9550:~$ snap install krita
  97.84 MB / 97.84 MB 
[=]
 100.00 % 362.82 KB/s 

  Name   Version Rev  Developer
  krita  3.0-snap10  1krita
  mark@mark-XPS-15-9550:~$ krita
  QCoreApplication::arguments: Please instantiate the QApplication object first
  krita.lib.pigment: Compiled for arch: ::Vc::AVXImpl
  krita.lib.pigment: Features supported:
  krita.lib.pigment: "SSE2" ---  yes
  krita.lib.pigment: "SSSE3"---  yes
  krita.lib.pigment: "SSE4.1"   ---  yes
  krita.lib.pigment: "AVX " ---  yes
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast
  Segmentation fault (core dumped)
  mark@mark-XPS-15-9550:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1588192/+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 1588052] Re: [SRU] New stable micro release

2016-06-02 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Description changed:

  The snappy team released a new 2.0.6 micro release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and unit
  tests.
  
  The following automatic tests are run:
- - travis unit tests https://travis-ci.org/snapcore/snapd/branches
+ - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.6 here)
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/github-snappy-autopkgtest-cloud/2173/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/github-snappy-integration-tests-cloud/2870/
  
  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
  - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env"
  - adt-run --source snapd_2.0.6.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img
  """
  This included the upgrade from 2.0.5 as part of the autopkgtest run. There 
are also various snaps installed/removed and run as part of the auto pkg test, 
including reboots to ensure that the system keeps working over reboots.
  
  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """
  
  After installing the new snapd gnome-software was used:
  """
  - install "gnome-photos" (deb) and remove it again
  - install "http" (snap) and remove it again
  """

** Description changed:

  The snappy team released a new 2.0.6 micro release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and unit
  tests.
  
  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.6 here)
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/github-snappy-autopkgtest-cloud/2173/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/github-snappy-integration-tests-cloud/2870/
  
  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
- - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env"
- - adt-run --source snapd_2.0.6.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img
+ - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world"
+ - adt-run --source snapd_2.0.6.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.5 as part of the autopkgtest run. There 
are also various snaps installed/removed and run as part of the auto pkg test, 
including reboots to ensure that the system keeps working over reboots.
  
  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """
  
  After installing the new snapd gnome-software was used:
  """
  - install "gnome-photos" (deb) and remove it again
  - install "http" (snap) and remove it again
  """

** Description changed:

  The snappy team released a new 2.0.6 micro release that we want SRU into
  xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and unit
  tests.
  
  The following automatic tests are run:
  - travis unit tests https://travis-ci.org/snapcore/snapd/branches (check for 
2.0.6 here)
  - jenkins autopkgtests 
http://162.213.35.179:8080/job/github-snappy-autopkgtest-cloud/2173/
  - jenkins integration tests: 
http://162.213.35.179:8080/job/github-snappy-integration-tests-cloud/2870/
  
  The following additional tests were performed:
  """
  - adt-buildvm-ubuntu-cloud
- - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world"
+ - customize the resulting image: "sudo apt install snapd && sudo snap install 
hello-world && hello-world.env && sudo snap remove hello-world" (ensures the 
base image has the old debs and the daemon has some state)
  - adt-run --source snapd_2.0.6.dsc --- adt-virt-qemu 
adt-xenial-amd64-cloud.img: PASS
  """
  This included the upgrade from 2.0.5 as part of the autopkgtest run. There 
are also various snaps installed/removed and run as part of the auto pkg test, 
including reboots to ensure that the system keeps working over reboots.
  
  After installing the new snapd it was ensured that apt is unaffected by doing:
  """
  - sudo apt install -y hello && sudo apt remove -y hello
  """
  
  After installing the new snapd gnome-software was used:
  """
  - install "gnome-photos" (deb) and remove it 

[Group.of.nepali.translators] [Bug 1583085] Re: [SRU] New stable micro release

2016-05-31 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: New => 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/1583085

Title:
  [SRU] New stable micro release

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

Bug description:
  The snappy team released a new 2.0.5 micro release that we want SRU
  into xenial. The new process described in
  https://wiki.ubuntu.com/SnapdUpdates was used and we have done
  integration-tests on the snappy images, autopkgtests on classic and
  unit tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1583085/+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 1583085] Re: [SRU] New stable micro release

2016-05-19 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
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/1583085

Title:
  [SRU] New stable micro release

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

Bug description:
  The snappy team released a new 2.0.5 micro release that we want SRU
  into xenial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1583085/+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 1575014] Re: /etc/X11/Xsession.d/65snappy cause XRDP error

2016-05-17 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Importance: Undecided => High

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

** 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/1575014

Title:
  /etc/X11/Xsession.d/65snappy cause XRDP error

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

Bug description:
  This is different issue with XRDP connection error to GNOME3 Unity.
  This will affect XRDP connection to LXDE, Xfce and MATE Desktop.

  $ sudo apt-get install -y xubuntu-desktop
  $ echo "xfce4-session" > ~/.xsession
  $ sudo reboot
  # RDP connect after boot and then cause error.

  /etc/X11/Xsession.d/65snappy always add /var/lib/snapd/desktop to
  XDG_DATA_DIRS however /var/lib/snapd/desktop is not exists.

  If starting Xsession by XRDP with correct XDG_DATA_DIRS,
  e.g. /usr/share/xfce4, XDRP will work.

  But if starting Xsession with empty XDG_DATA_DIRS, Xsession by XRDP
  will use incorrect XDG_DATA_DIRS and cause crash or unavailable
  desktop item.

  XRDP on ubuntu 15.10 will work with empty XDG_DATA_DIRS.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.0.2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Tue Apr 26 16:35:01 2016
  InstallationDate: Installed on 2016-04-24 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=screen
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ja_JP.UTF-8
   SHELL=/bin/bash
  SourcePackage: snapd
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.X11.Xsession.d.65snappy: [modified]
  mtime.conffile..etc.X11.Xsession.d.65snappy: 2016-04-26T16:23:37.137298

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1575014/+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 1569577] Re: please remove var/lib/snapd/apparmor/additional from debian/snapd.dirs

2016-05-03 Thread Michael Vogt
** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
Milestone: None => sru-1

** Changed in: snappy
   Status: New => Fix Committed

-- 
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/1569577

Title:
  please remove var/lib/snapd/apparmor/additional from debian/snapd.dirs

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

Bug description:
  /var/lib/snapd/apparmor/additional is no longer used by anything.
  Please remove it from debian/snapd.dirs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1569577/+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 1570280] Re: snap and snappy man pages incomplete

2016-05-03 Thread Michael Vogt
** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
Milestone: None => sru-1

** Changed in: snappy
   Status: New => Fix Committed

-- 
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/1570280

Title:
  snap and snappy man pages incomplete

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

Bug description:
  man -k snap
  ...
  snap (1) - (unknown subject)
  snappy (1)   - (unknown subject)

  man snappy
  No manual entry for snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1570280/+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 1571491] Re: possible auth bypass

2016-05-03 Thread Michael Vogt
** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
   Status: New => 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/1571491

Title:
  possible auth bypass

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

Bug description:
  The snapd authentication can by bypassed by sending invalid auth:
  headers and logout is not revmoing the local authentication data.

  Regression potential: worst case is that snap authentication no longer
  works which is preferable to an auth bypass.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1571491/+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 1572175] Re: change finished in status "Hold" with no error message

2016-04-28 Thread Michael Vogt
** Also affects: snappy
   Importance: Undecided
   Status: New

** Changed in: snappy
Milestone: None => sru-1

** Changed in: snappy
   Status: New => Fix Committed

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

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

-- 
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/1572175

Title:
  change finished in status "Hold" with no error message

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

Bug description:
  daniel@daydream:/tmp/2048.qml$ sudo snap install 2048-qml_1_amd64.snap

  error: change finished in status "Hold" with no error message
  daniel@daydream:/tmp/2048.qml$ cat snapcraft.yaml 
  name: 2048-qml
  version: 1
  summary: 2048 clone written in pure QML. No C++ wrappers needed.
  description: |
To do:
Animations kinda suck
Rewrite the horrible horrible mess in move function
Scores

  parts:
code:
  plugin: copy
  source: https://github.com/MartinBriza/2048.qml
  source-type: git
  files:
2048.qml: 2048.qml
  stage-packages:
- qmlscene
  daniel@daydream:/tmp/2048.qml$

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.0.1
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 19 16:32:32 2016
  InstallationDate: Installed on 2015-04-30 (354 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: snapd
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: 2015-07-02 09:27:08
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1572175/+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


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

2016-04-20 Thread Michael Vogt
** Also affects: snapd (Ubuntu Xenial)
   Importance: High
 Assignee: Zygmunt Krynicki (zyga)
   Status: In Progress

-- 
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/1572463

Title:
  setup-profile configures security based on snap.Info from
  DisconnectSnap, which still sees older revision

Status in snapd package in Ubuntu:
  In Progress
Status in snapd source package in Xenial:
  In Progress

Bug description:
  When the same snap is sideloaded two times the security profile stops
  working:

  ```
  $ sudo snap install youtube-dl_2016.03.27_amd64.snap
  [\] Setup snap "youtube-dl" security profiles
  $ youtube-dl.run
  WARNING: Assuming --restrict-filenames since file system encoding cannot 
encode all characters. Set the LC_ALL environment variable to fix this.
  Usage: youtube-dl [OPTIONS] URL [URL...]

  youtube-dl: error: You must provide at least one URL.
  Type youtube-dl --help to see a list of all options.

  $ sudo snap install youtube-dl_2016.03.27_amd64.snap
  [-] Copy snap "youtube-dl" data
  $ youtube-dl.run
  /bin/sh: 0: Can't open /snap/youtube-dl/12/command-run.wrapper

  $ dmesg|tail -n1
  [13348.347319] audit: type=1400 audit(1461143833.011:132): apparmor="DENIED" 
operation="open" profile="snap.youtube-dl.run" 
name="/snap/youtube-dl/12/command-run.wrapper" pid=28849 
comm="command-run.wra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

  $ grep SNAP_REVISION}= /var/lib/snapd/apparmor/profiles/snap.youtube-dl.run
  @{SNAP_REVISION}="11"
  ```

  $ snap changes|grep sideload
  6Done2016-04-20T09:17:02Z  2016-04-20T09:17:03Z  Install 
"/tmp/snapd-sideload-pkg-620395148" snap file
  7Done2016-04-20T09:17:10Z  2016-04-20T09:17:11Z  Install 
"/tmp/snapd-sideload-pkg-340731359" snap file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1572463/+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 1572175] Re: change finished in status "Hold" with no error message

2016-04-20 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Importance: Undecided => High

** Also affects: snapd (Ubuntu Xenial)
   Importance: High
   Status: Confirmed

-- 
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/1572175

Title:
  change finished in status "Hold" with no error message

Status in snapd package in Ubuntu:
  Confirmed
Status in snapd source package in Xenial:
  Confirmed

Bug description:
  daniel@daydream:/tmp/2048.qml$ sudo snap install 2048-qml_1_amd64.snap

  error: change finished in status "Hold" with no error message
  daniel@daydream:/tmp/2048.qml$ cat snapcraft.yaml 
  name: 2048-qml
  version: 1
  summary: 2048 clone written in pure QML. No C++ wrappers needed.
  description: |
To do:
Animations kinda suck
Rewrite the horrible horrible mess in move function
Scores

  parts:
code:
  plugin: copy
  source: https://github.com/MartinBriza/2048.qml
  source-type: git
  files:
2048.qml: 2048.qml
  stage-packages:
- qmlscene
  daniel@daydream:/tmp/2048.qml$

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: snapd 2.0.1
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 19 16:32:32 2016
  InstallationDate: Installed on 2015-04-30 (354 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: snapd
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: 2015-07-02 09:27:08
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1572175/+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 1570280] Re: snap and snappy man pages incomplete

2016-04-20 Thread Michael Vogt
Fix commited upstream: https://github.com/ubuntu-core/snappy/pull/1047

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

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

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

-- 
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/1570280

Title:
  snap and snappy man pages incomplete

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

Bug description:
  man -k snap
  ...
  snap (1) - (unknown subject)
  snappy (1)   - (unknown subject)

  man snappy
  No manual entry for snappy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1570280/+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 1567780] Re: Fails to start snappy-autopilot.service in a default install

2016-04-20 Thread Michael Vogt
** 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/1567780

Title:
  Fails to start snappy-autopilot.service in a default install

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

Bug description:
  Since snappy is now installed by default on cloud images, it fails to
  start:

  ● ubuntu-snappy.boot-ok.service - Notify bootloader that boot was successful
 Loaded: loaded (/lib/systemd/system/ubuntu-snappy.boot-ok.service; 
enabled; vendor preset: enabled)
 Active: failed (Result: exit-code) since Fri 2016-04-08 08:33:05 CEST; 
6min ago
Process: 938 ExecStart=/usr/bin/snappy booted (code=exited, 
status=1/FAILURE)
   Main PID: 938 (code=exited, status=1/FAILURE)

  Apr 08 08:33:05 autopkgtest systemd[1]: Starting Notify bootloader that boot 
was successful...
  Apr 08 08:33:05 autopkgtest snappy[938]: No option snappy_os in section
  Apr 08 08:33:05 autopkgtest /usr/bin/snappy[938]: main.go:50: DEBUG: 
[/usr/bin/snappy booted] failed: No option snappy_os in section
  Apr 08 08:33:05 autopkgtest systemd[1]: ubuntu-snappy.boot-ok.service: Main 
process exited, code=exited, status=1/FAILURE
  Apr 08 08:33:05 autopkgtest systemd[1]: Failed to start Notify bootloader 
that boot was successful.
  Apr 08 08:33:05 autopkgtest systemd[1]: ubuntu-snappy.boot-ok.service: Unit 
entered failed state.
  Apr 08 08:33:05 autopkgtest systemd[1]: ubuntu-snappy.boot-ok.service: Failed 
with result 'exit-code'.

   ubuntu-snappy.run-hooks.service - Regenerate snappy security policies
 Loaded: loaded (/lib/systemd/system/ubuntu-snappy.run-hooks.service; 
enabled; vendor preset: enabled)
 Active: failed (Result: exit-code) since Fri 2016-04-08 08:33:04 CEST; 
6min ago
Process: 596 ExecStart=/bin/sh -c set -ex; if ! cmp 
/usr/share/snappy/security-policy-version 
/var/lib/snappy/security-policy-version; then /usr/bin/snappy policygen 
--regenerate-all; cp /usr/share/snappy/security-policy-version 
/var/lib/snappy/; fi (code=exited, status=1/FAILURE)
   Main PID: 596 (code=exited, status=1/FAILURE)

  Apr 08 08:33:04 autopkgtest systemd[1]: Starting Regenerate snappy security 
policies...
  Apr 08 08:33:04 autopkgtest sh[596]: + cmp 
/usr/share/snappy/security-policy-version 
/var/lib/snappy/security-policy-version
  Apr 08 08:33:04 autopkgtest sh[596]: cmp: 
/usr/share/snappy/security-policy-version: No such file or directory
  Apr 08 08:33:04 autopkgtest sh[596]: + /usr/bin/snappy policygen 
--regenerate-all
  Apr 08 08:33:04 autopkgtest sh[596]: + cp 
/usr/share/snappy/security-policy-version /var/lib/snappy/
  Apr 08 08:33:04 autopkgtest sh[596]: cp: cannot stat 
'/usr/share/snappy/security-policy-version': No such file or directory
  Apr 08 08:33:04 autopkgtest systemd[1]: ubuntu-snappy.run-hooks.service: Main 
process exited, code=exited, status=1/FAILURE
  Apr 08 08:33:04 autopkgtest systemd[1]: Failed to start Regenerate snappy 
security policies.
  Apr 08 08:33:04 autopkgtest systemd[1]: ubuntu-snappy.run-hooks.service: Unit 
entered failed state.
  Apr 08 08:33:04 autopkgtest systemd[1]: ubuntu-snappy.run-hooks.service: 
Failed with result 'exit-code'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1567780/+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 1569581] Re: snapd no longer detects apparmor changes on upgrade

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

-- 
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/1569581

Title:
  snapd no longer detects apparmor changes on upgrade

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

Bug description:
  snappy in 16.04 used to compare /usr/share/snappy/security-policy-
  version and /var/lib/snappy/security-policy-version on boot to see if
  the apparmor package changed and therefore if it needed to regenerate
  all snap policy. This functionality was recently removed with nothing
  added to replace it.

  snapd must have a means to detect changes to the parser or the
  abstractions which the snap may #include, otherwise we cannot deliver
  parser and policy fixes from apparmor to installed snaps. It is fine
  to use a different method than what we had before, but we need to have
  something.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1569581/+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 1571491] [NEW] possible auth bypass

2016-04-17 Thread Michael Vogt
Public bug reported:

The snapd authentication can by bypassed by sending invalid auth:
headers and logout is not revmoing the local authentication data.

Regression potential: worst case is that snap authentication no longer
works which is preferable to an auth bypass.

** Affects: snapd (Ubuntu)
 Importance: Critical
 Status: In Progress

** Affects: snapd (Ubuntu Xenial)
 Importance: Critical
 Status: In Progress

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

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

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

-- 
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/1571491

Title:
  possible auth bypass

Status in snapd package in Ubuntu:
  In Progress
Status in snapd source package in Xenial:
  In Progress

Bug description:
  The snapd authentication can by bypassed by sending invalid auth:
  headers and logout is not revmoing the local authentication data.

  Regression potential: worst case is that snap authentication no longer
  works which is preferable to an auth bypass.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1571491/+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 1554848] Re: Please randomise automatic updates over a longer period

2016-03-15 Thread Michael Vogt
** Also affects: apt (Ubuntu Xenial)
   Importance: High
   Status: Confirmed

** Also affects: unattended-upgrades (Ubuntu Xenial)
   Importance: High
   Status: Confirmed

-- 
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/1554848

Title:
  Please randomise automatic updates over a longer period

Status in apt package in Ubuntu:
  Confirmed
Status in unattended-upgrades package in Ubuntu:
  Confirmed
Status in apt source package in Xenial:
  Confirmed
Status in unattended-upgrades source package in Xenial:
  Confirmed

Bug description:
  Load on the main Ubuntu archive servers is rather peakish, and tends
  to create a traffic peak on our Internet links at fairly regular times
  each day, preventing customers from accessing the archive.  This
  impacts the cloud archive mirrors using the ubuntu-repository-cache
  charm also, because they are hitting a squid cache which is backed by
  the main archive.  This effect will be even more pronounced under the
  recently-announced automatic update policy for xenial.

  One solution which would alleviate this to some extent would be to
  spread the load over a longer period by increasing the random sleep
  time in the daily update script from 30 minutes to, say, 1-2 hours.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1554848/+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