[Group.of.nepali.translators] [Bug 1621507] Re: initramfs-tools configure_networking() fails to dhcp ipv6 addresses

2017-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package open-iscsi -
2.0.873+git0.3b4b4500-14ubuntu14

---
open-iscsi (2.0.873+git0.3b4b4500-14ubuntu14) zesty; urgency=medium

  * Make systemd job not run in containers (LP: #1576341)

 -- Serge Hallyn   Sun, 15 Jan 2017 23:08:29
-0600

** Changed in: open-iscsi (Ubuntu)
   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/1621507

Title:
  initramfs-tools configure_networking() fails to dhcp ipv6 addresses

Status in MAAS:
  Fix Committed
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in klibc package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Xenial:
  Fix Released
Status in isc-dhcp source package in Xenial:
  Fix Released
Status in klibc source package in Xenial:
  Won't Fix
Status in open-iscsi source package in Xenial:
  Fix Released
Status in initramfs-tools source package in Yakkety:
  Fix Released
Status in isc-dhcp source package in Yakkety:
  Fix Released
Status in klibc source package in Yakkety:
  Won't Fix
Status in open-iscsi source package in Yakkety:
  Fix Released
Status in klibc package in Debian:
  New

Bug description:
  initramfs' configure_networking function uses ipconfig to configure the 
network.
  ipconfig does not support dhcpv6.  See: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627164

  Related bugs:
    * bug 1229458: grub2 needed changes
    * bug 1621615: network not configured when ipv6 netbooted into cloud-init
    * bug 1635716: Can't bring up a machine on a dual network (ipv4 and ipv6)

  Bugs related to uploads for this specific SRU:

  cloud-init:
  bug 1460715: different fix unrelated to this SRU
  bug 1639930: ip6= on kernel command line
  bug 1642679: different fix unrelated to this SRU
  bug 1644043: different fix unrelated to this SRU

  ifupdown:
  bug 1629972: networking.service takes down lo on stop

  initramfs-tools:
  bug 1621507: no IPv6 DHCP support in early boot
  bug 1628306: regression-update (failure when ip="")
  bug 1631474: regression-update (failure when ip=:eth0:dhcp)

  isc-dhcp:
  bug 1621507: no IPv6 DHCP support in early boot
  bug 1633479: dhclient does not wait for IPv6 DAD

  open-iscsi:
  bug 1621507: no IPv6 DHCP support in early boot

  [Impact]

  It is not possible to netboot Ubuntu with a network-based root
  filesystem in an ipv6-only environment.  Anyone wanting to netboot in
  an ipv6-only environment is affected.

  [Stable Fix]

  These uploads add "ip6=" to the command line syntax to configure ipv6
  using the defacto isc-dhcp-client.  IPv4 configuration (and "ip="
  syntax) remain unchanged.

  Valid format for the ip6= command line option is:
     ip6=none (or ip6=off or ip6=) -- do not configure ipv6
     ip6=DEVICE  -- run IPv6 dhclient on device DEVICE.

  [Test Case]

  See Bug 1229458.  Configure radvd, dhcpd, and tftpd for your ipv6-only
  netbooting world.  Pass the boot process an ipv6 address to talk to,
  and see it fail to configure the network.

  [Regression Potential]

  1) This increases the uncompressed initramfs size by approximately 500KB, 
since isc-dhcp-client is added, but klibc is still needed for some other 
things, and is therefore present.  On systems with a very small /boot 
partition, this could result in failure to upgrade the initramfs.
  2) In at least some cases, DHCP network configuration shifts from klibc's 
ipconfig to isc-dhcp-client's dhclient.  This should be of minimal risk, as 
isc-dhcp-client is in very very widespread use.  In the event of a regression, 
network boot would fail, but the prior kernel should still be bootable.

  [Tests for verification]

  Whoever checks the last one off, please mark verification done.

  MAAS test cases:
   X / Y
  [+]/[+] MAAS on IPv6-only network
  [+]/[+] MAAS on IPv4-only network
  [+]/[+] MAAS booting IPv4 on dual-stack network (with and without dhcp6)
  [+]/[+] MAAS booting IPv6 on dual-stack network (with and without dhcp4)

  Non-MAAS test cases:
   X / Y
  [+]/[+] ip="" and ip6 not present
  [+]/[+] ip=:eth0:dhcp and ip6 not present
  [+]/[+] d-i install with iSCSI remote root should complete normally
  [+]/[+] Validate normal boot without remote root
  [+]/[+] Booting an iSCSI remote root via IPv4 (using ip=)
  [+]/[+] Booting an iSCSI remote root via IPv6 (using ip6=)
  [+]/[+] Booting an iSCSI remote root via IPv4 (no ip=, d-i use case)
  [+]/[+] Booting an iSCSI remote root with BOOTIF specified (BOOTIF=mac of 
booting device)52-54-00-53-5d-24
  [+]/[+] Booting an iSCSI remote root on mixed network with no options (IPv4 
should be used only)

To manage notifications about this bug go to:

[Group.of.nepali.translators] [Bug 1658270] Re: Backport Dirty COW patch to prevent wineserver freeze

2017-01-27 Thread Joseph Salisbury
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

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

Title:
  Backport Dirty COW patch to prevent wineserver freeze

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  A few kernels updates ago (after kernel 3.13.0-98) on 14.04 (Trusty) a
  backported fix for Dirty COW from kernel 4.8.3 resulted in some Delphi
  apps freezing wineserver and leaving it unkillable:

  https://bugs.winehq.org/show_bug.cgi?id=41637

  I haven't tested for the bug on 16.04 Xenial (kernel 4.4.0-59) but it
  is probably affected.  A patch is available:

  https://lkml.org/lkml/2017/1/5/13
  --- 
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jhansonxi   2775 F pulseaudio
   /dev/snd/controlC2:  jhansonxi   2775 F pulseaudio
   /dev/snd/controlC0:  jhansonxi   2775 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=6c1d3a04-0529-476c-b193-3e584c0333ca
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  MachineType: System manufacturer System Product Name
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-59-generic 
root=/dev/mapper/vg0-lv1 ro quiet nosplash
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware1.157.6
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-59-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: dialout
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 11/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1206
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A78-EM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1206:bd11/26/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A78-EM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1658270/+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 1658788] Re: SRU pysha3 to xenial, yakkety

2017-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package pysha3 - 1.0.0-0ubuntu1~ubuntu16.04.1

---
pysha3 (1.0.0-0ubuntu1~ubuntu16.04.1) xenial-proposed; urgency=medium

  * Backport to xenial (LP: #1658788).

 -- William Grant   Tue, 24 Jan 2017 12:08:17 +1100

** Changed in: pysha3 (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/1658788

Title:
  SRU pysha3 to xenial, yakkety

Status in pysha3 package in Ubuntu:
  Invalid
Status in pysha3 source package in Xenial:
  Fix Released
Status in pysha3 source package in Yakkety:
  Fix Released

Bug description:
  [Impact]

   * python-pysha3 (currently in zesty universe) is required by
  snapcraft to generate sha3-384 hashes to support delta uploads (please
  see: https://github.com/snapcore/snapcraft/pull/940/files and
  https://bugs.launchpad.net/snapcraft/+bug/1646303).

  [Test Case]

   n/a

  [Regression Potential]

   * none, as this is a new package.

  [Other Info]
   
   * wgrant has discussed this with slangasek, but by all means if further 
justification for this SRU is required, please let me know.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysha3/+bug/1658788/+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 1658788] Re: SRU pysha3 to xenial, yakkety

2017-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package pysha3 - 1.0.0-0ubuntu1~ubuntu16.10.1

---
pysha3 (1.0.0-0ubuntu1~ubuntu16.10.1) yakkety-proposed; urgency=medium

  * Backport to yakkety (LP: #1658788).

 -- William Grant   Tue, 24 Jan 2017 12:08:17 +1100

** Changed in: pysha3 (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/1658788

Title:
  SRU pysha3 to xenial, yakkety

Status in pysha3 package in Ubuntu:
  Invalid
Status in pysha3 source package in Xenial:
  Fix Released
Status in pysha3 source package in Yakkety:
  Fix Released

Bug description:
  [Impact]

   * python-pysha3 (currently in zesty universe) is required by
  snapcraft to generate sha3-384 hashes to support delta uploads (please
  see: https://github.com/snapcore/snapcraft/pull/940/files and
  https://bugs.launchpad.net/snapcraft/+bug/1646303).

  [Test Case]

   n/a

  [Regression Potential]

   * none, as this is a new package.

  [Other Info]
   
   * wgrant has discussed this with slangasek, but by all means if further 
justification for this SRU is required, please let me know.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysha3/+bug/1658788/+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 1640978] Re: letsencrypt 0.4.1 contains numerous bugs fixed upstream

2017-01-27 Thread Robie Basak
No changes needed to python-letsencrypt-apache: this will be left as-is
in Xenial, will use python-letsencrypt which is only being changed to
drop the letsencrypt package for the transition (libraries stay all the
same).

** Changed in: python-certbot (Ubuntu Yakkety)
   Status: New => In Progress

** Changed in: python-certbot (Ubuntu)
   Status: New => Fix Released

** Changed in: python-certbot-apache (Ubuntu)
   Status: New => Fix Released

** Changed in: python-letsencrypt-apache (Ubuntu Xenial)
   Status: New => Invalid

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

Title:
  [SRU] Backport letsencrypt 0.9.3

Status in python-acme package in Ubuntu:
  Fix Released
Status in python-certbot package in Ubuntu:
  Fix Released
Status in python-certbot-apache package in Ubuntu:
  Fix Released
Status in python-certbot-nginx package in Ubuntu:
  Fix Released
Status in python-letsencrypt package in Ubuntu:
  Invalid
Status in python-letsencrypt-apache package in Ubuntu:
  Invalid
Status in python-acme source package in Xenial:
  In Progress
Status in python-certbot source package in Xenial:
  In Progress
Status in python-certbot-apache source package in Xenial:
  In Progress
Status in python-certbot-nginx source package in Xenial:
  In Progress
Status in python-letsencrypt source package in Xenial:
  In Progress
Status in python-letsencrypt-apache source package in Xenial:
  Invalid
Status in python-acme source package in Yakkety:
  In Progress
Status in python-certbot source package in Yakkety:
  In Progress
Status in python-certbot-apache source package in Yakkety:
  In Progress
Status in python-certbot-nginx source package in Yakkety:
  In Progress
Status in python-letsencrypt source package in Yakkety:
  Invalid
Status in python-letsencrypt-apache source package in Yakkety:
  Invalid

Bug description:
  This bug contains a list of known major and other issues fixed between
  upstream letsencrypt 0.4.1 and the latest version, certbot 0.9.3 (the
  project has also been renamed to avoid confusion between the python
  client software and the Let's Encrypt CA service).

  [Impact]

  MAJOR BUGS FIXED

  https://github.com/certbot/certbot/issues/2750
  letsencrypt < 0.5.0 was not compatible with future configuration files, so 
users who run certbot-auto then downgrade to the Xenial packages will encounter 
errors.

  https://github.com/certbot/certbot/issues/2709
  Failure to remember choices of authenticator plugins for renewal operation. 
This would essentially make "letsencrypt renew" useless on Xenial. Numerous 
less severe automated renewal-related bugs fixed in subsequent releases:
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.5.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.7.0+is%3Aclosed+label%3Arenewal
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.6.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.8.1%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.9.0%20is%3Aclosed%20label%3Arenewal%20

  https://github.com/certbot/certbot/issues/2613
  Failure to handle IPv6 Virtual hosts in Apache configurations

  https://github.com/certbot/certbot/issues/2320
  Erroneous behaviour with Apache configs that have multiple vhosts in a single 
file (these are still not supported for cert installation in 0.9.3, but at 
least produce clear error messages)

  https://github.com/certbot/certbot/issues/2768
  Incompatibility with the specified version of the ACME protocol, preventing 
the Let's Encrypt serverside code from following it correctly 

  https://github.com/certbot/certbot/issues/2731
  Failure to parse Plesk's apache config files

  https://github.com/certbot/certbot/issues/1243
  Apache plugin errors out when transformations to a configuration turn out to 
be a no-op.

  https://github.com/certbot/certbot/issues/3210
  Incorrect handling of RewriteCond directives when trying to avoid Apache 
inifinite redirect loops

  https://github.com/certbot/certbot/issues/1833
  Problems running Apache renewal in cron due to cron's default PATH

  UX: fail to re-ask for email address if the first one seems invalid:
  https://github.com/certbot/certbot/issues/2675

  UX: when re-running is a NOOP (due to renewal not being needed yet), print an 
explanation:
  https://github.com/certbot/certbot/issues/1918

  OTHER BUGS FIXED

  Reduce the risk of incorrect or corrupt state in case of control-C interrupts:
  https://github.com/certbot/certbot/issues/3219

  Failure to correctly parse certain rewrite directives in Apache configs:
  

[Group.of.nepali.translators] [Bug 1640978] Re: letsencrypt 0.4.1 contains numerous bugs fixed upstream

2017-01-27 Thread Robie Basak
python-letsencrypt and python-letsencrypt-apache don't exist in Yakkety
or Zesty, so let's mark those Invalid as there is no action to take for
these packages neither in Yakkety nor Zesty (only Xenial).

** Changed in: python-letsencrypt-apache (Ubuntu)
   Status: Fix Released => Invalid

** Changed in: python-letsencrypt-apache (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: python-letsencrypt (Ubuntu Yakkety)
   Status: New => Invalid

** Changed in: python-letsencrypt (Ubuntu)
   Status: Fix Released => Invalid

** Also affects: python-certbot (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/1640978

Title:
  letsencrypt 0.4.1 contains numerous bugs fixed upstream

Status in python-acme package in Ubuntu:
  Fix Released
Status in python-certbot package in Ubuntu:
  New
Status in python-certbot-apache package in Ubuntu:
  New
Status in python-certbot-nginx package in Ubuntu:
  Fix Released
Status in python-letsencrypt package in Ubuntu:
  Invalid
Status in python-letsencrypt-apache package in Ubuntu:
  Invalid
Status in python-acme source package in Xenial:
  In Progress
Status in python-certbot source package in Xenial:
  In Progress
Status in python-certbot-apache source package in Xenial:
  In Progress
Status in python-certbot-nginx source package in Xenial:
  In Progress
Status in python-letsencrypt source package in Xenial:
  In Progress
Status in python-letsencrypt-apache source package in Xenial:
  New
Status in python-acme source package in Yakkety:
  In Progress
Status in python-certbot source package in Yakkety:
  New
Status in python-certbot-apache source package in Yakkety:
  In Progress
Status in python-certbot-nginx source package in Yakkety:
  In Progress
Status in python-letsencrypt source package in Yakkety:
  Invalid
Status in python-letsencrypt-apache source package in Yakkety:
  Invalid

Bug description:
  This bug contains a list of known major and other issues fixed between
  upstream letsencrypt 0.4.1 and the latest version, certbot 0.9.3 (the
  project has also been renamed to avoid confusion between the python
  client software and the Let's Encrypt CA service).

  [Impact]

  MAJOR BUGS FIXED

  https://github.com/certbot/certbot/issues/2750
  letsencrypt < 0.5.0 was not compatible with future configuration files, so 
users who run certbot-auto then downgrade to the Xenial packages will encounter 
errors.

  https://github.com/certbot/certbot/issues/2709
  Failure to remember choices of authenticator plugins for renewal operation. 
This would essentially make "letsencrypt renew" useless on Xenial. Numerous 
less severe automated renewal-related bugs fixed in subsequent releases:
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.5.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.7.0+is%3Aclosed+label%3Arenewal
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.6.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.8.1%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.9.0%20is%3Aclosed%20label%3Arenewal%20

  https://github.com/certbot/certbot/issues/2613
  Failure to handle IPv6 Virtual hosts in Apache configurations

  https://github.com/certbot/certbot/issues/2320
  Erroneous behaviour with Apache configs that have multiple vhosts in a single 
file (these are still not supported for cert installation in 0.9.3, but at 
least produce clear error messages)

  https://github.com/certbot/certbot/issues/2768
  Incompatibility with the specified version of the ACME protocol, preventing 
the Let's Encrypt serverside code from following it correctly 

  https://github.com/certbot/certbot/issues/2731
  Failure to parse Plesk's apache config files

  https://github.com/certbot/certbot/issues/1243
  Apache plugin errors out when transformations to a configuration turn out to 
be a no-op.

  https://github.com/certbot/certbot/issues/3210
  Incorrect handling of RewriteCond directives when trying to avoid Apache 
inifinite redirect loops

  https://github.com/certbot/certbot/issues/1833
  Problems running Apache renewal in cron due to cron's default PATH

  UX: fail to re-ask for email address if the first one seems invalid:
  https://github.com/certbot/certbot/issues/2675

  UX: when re-running is a NOOP (due to renewal not being needed yet), print an 
explanation:
  https://github.com/certbot/certbot/issues/1918

  OTHER BUGS FIXED

  Reduce the risk of incorrect or corrupt state in case of control-C interrupts:
  https://github.com/certbot/certbot/issues/3219

  Failure to correctly 

[Group.of.nepali.translators] [Bug 1640978] Re: letsencrypt 0.4.1 contains numerous bugs fixed upstream

2017-01-27 Thread Robie Basak
** Also affects: python-certbot-apache (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/1640978

Title:
  letsencrypt 0.4.1 contains numerous bugs fixed upstream

Status in python-acme package in Ubuntu:
  Fix Released
Status in python-certbot package in Ubuntu:
  New
Status in python-certbot-apache package in Ubuntu:
  New
Status in python-certbot-nginx package in Ubuntu:
  Fix Released
Status in python-letsencrypt package in Ubuntu:
  Invalid
Status in python-letsencrypt-apache package in Ubuntu:
  Invalid
Status in python-acme source package in Xenial:
  New
Status in python-certbot source package in Xenial:
  New
Status in python-certbot-apache source package in Xenial:
  New
Status in python-certbot-nginx source package in Xenial:
  New
Status in python-letsencrypt source package in Xenial:
  New
Status in python-letsencrypt-apache source package in Xenial:
  New
Status in python-acme source package in Yakkety:
  New
Status in python-certbot source package in Yakkety:
  New
Status in python-certbot-apache source package in Yakkety:
  New
Status in python-certbot-nginx source package in Yakkety:
  New
Status in python-letsencrypt source package in Yakkety:
  Invalid
Status in python-letsencrypt-apache source package in Yakkety:
  Invalid

Bug description:
  This bug contains a list of known major and other issues fixed between
  upstream letsencrypt 0.4.1 and the latest version, certbot 0.9.3 (the
  project has also been renamed to avoid confusion between the python
  client software and the Let's Encrypt CA service).

  [Impact]

  MAJOR BUGS FIXED

  https://github.com/certbot/certbot/issues/2750
  letsencrypt < 0.5.0 was not compatible with future configuration files, so 
users who run certbot-auto then downgrade to the Xenial packages will encounter 
errors.

  https://github.com/certbot/certbot/issues/2709
  Failure to remember choices of authenticator plugins for renewal operation. 
This would essentially make "letsencrypt renew" useless on Xenial. Numerous 
less severe automated renewal-related bugs fixed in subsequent releases:
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.5.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.7.0+is%3Aclosed+label%3Arenewal
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.6.0%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.8.1%20is%3Aclosed%20label%3Arenewal%20
  
https://github.com/certbot/certbot/issues?utf8=%E2%9C%93=is%3Aissue%20milestone%3A0.9.0%20is%3Aclosed%20label%3Arenewal%20

  https://github.com/certbot/certbot/issues/2613
  Failure to handle IPv6 Virtual hosts in Apache configurations

  https://github.com/certbot/certbot/issues/2320
  Erroneous behaviour with Apache configs that have multiple vhosts in a single 
file (these are still not supported for cert installation in 0.9.3, but at 
least produce clear error messages)

  https://github.com/certbot/certbot/issues/2768
  Incompatibility with the specified version of the ACME protocol, preventing 
the Let's Encrypt serverside code from following it correctly 

  https://github.com/certbot/certbot/issues/2731
  Failure to parse Plesk's apache config files

  https://github.com/certbot/certbot/issues/1243
  Apache plugin errors out when transformations to a configuration turn out to 
be a no-op.

  https://github.com/certbot/certbot/issues/3210
  Incorrect handling of RewriteCond directives when trying to avoid Apache 
inifinite redirect loops

  https://github.com/certbot/certbot/issues/1833
  Problems running Apache renewal in cron due to cron's default PATH

  UX: fail to re-ask for email address if the first one seems invalid:
  https://github.com/certbot/certbot/issues/2675

  UX: when re-running is a NOOP (due to renewal not being needed yet), print an 
explanation:
  https://github.com/certbot/certbot/issues/1918

  OTHER BUGS FIXED

  Reduce the risk of incorrect or corrupt state in case of control-C interrupts:
  https://github.com/certbot/certbot/issues/3219

  Failure to correctly parse certain rewrite directives in Apache configs:
  https://github.com/certbot/certbot/issues/2735

  Failure to correctly enable HTTP -> HTTPS redirects in some Apache configs:
  https://github.com/certbot/certbot/issues/3003

  Failure to provide a sensible error if the user requests a Unicode domain:
  (support for those is being added in 0.10.0)
  https://github.com/certbot/certbot/issues/2661

  Directory deletion permission errors are fatal when using the webroot plugin 
for non-root users (but shouldn't be):
  https://github.com/certbot/certbot/issues/2678

  UX: provide helpful guidance for 

[Group.of.nepali.translators] [Bug 1635801] Re: lxqt uninstalled network-manager and plasma-nm

2017-01-27 Thread Jeremy Bicha
Alf, this is still broken. I tested with Kubuntu 16.10 which has 
lxqt-metapackages 5 where this was supposedly fixed. The fix is a bit odd.
-Recommends: cmst
+Recommends: cmst, connman | network-manager

I didn't test this, but maybe this would work:
+Recommends: cmst | network-manager

** Description changed:

  Impact
  ==
- Kubuntu 16.04 users who try to install 'lxqt' will have network-manager 
uninstalled. This is needlessly disruptive since network-manager should work 
fine and users may have already configured their networks with network-manager.
+ Kubuntu 16.04 and 16.10 users who try to install 'lxqt' will have 
network-manager uninstalled. This is needlessly disruptive since 
network-manager should work fine and users may have already configured their 
networks with network-manager.
  
  Test Case
  =
  From Kubuntu 16.04, run
  sudo apt install lxqt
  
  Does apt say that it will remove network-manager?
  
  Regression Potential
  
  Low. Maybe cmst integrates better with lxqt?
- But this change was made in lqxt-metapackages 5 included in Ubuntu 16.10 and 
Debian Stretch (which has a newer version).
  
  Other Info
  ==
  'lxqt' is the metapackage from Debian. For 16.10 and newer, it is recommended 
to install lubuntu-qt-desktop instead.
+ 
+ lxqt 4 recommends cmst. cmst depends on connman. network-manager
+ conflicts with connman. This bug does not affect Ubuntu (Unity) where
+ apt does not install cmst despite the recommends. I think the reason
+ that it works in Ubuntu (Unity) is because Ubuntu (Unity) depends on
+ indicator-network which depends on network-manager. Kubuntu only
+ recommends plasma-nm which depends on network-manager. Because it was
+ only a recommends, apt is happy to remove plasma-nm to fulfill the new
+ cmst recommends.
  
  Original Bug Report
  ===
  In order to test lxqt from the official repos I installed the package named 
"lxqt".
  This is what happened:
  
  [enzo@Feynman ~] sudo apt-get install lxqt
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following additional packages will be installed:
    audacious audacious-plugins audacious-plugins-data cmst compton 
compton-conf connman gnome-user-guide gucharmap libaudcore3 libaudgui3 
libaudtag2 libbinio1v5 libbonoboui2-0 libbonoboui2-common libc-ares2
    libconfig9 libcue1 libfluidsynth1 libfm-data libfm-extra4 libfm-gtk-data 
libfm-gtk4 libfm-modules libfm-qt2 libfm4 libgail18 libgnome2-0 libgnome2-bin 
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
    libgnomeui-common libgucharmap-2-90-7 libguess1 libjpeg-progs libjpeg9 
liblxqt-globalkeys-ui0 liblxqt-globalkeys0 libmenu-cache-bin libmenu-cache3 
libmms0 liboobs-1-5 libsdl2-2.0-0 libsidplayfp4 libsndio6.1
    libstatgrab10 libsysstat-qt5-0 libxcb-screensaver0 libyelp0 lximage-qt 
lxmenu-data lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-core 
lxqt-globalkeys lxqt-openssh-askpass lxqt-panel lxqt-policykit
    lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-sudo obconf-qt ofono 
pcmanfm-qt qlipper qpdfview qpdfview-djvu-plugin qpdfview-ps-plugin 
qpdfview-translations qps screengrab smplayer smplayer-l10n
    smplayer-themes smtube system-tools-backends xarchiver xscreensaver 
xscreensaver-data yelp yelp-xsl
  Suggested packages:
    indicator-network libfm-tools nautilus-actions sidplayfp sndiod calibre 
juffed nomacs qtpass quassel | quassel-client trojita | claws-mail vokoscreen 
zim arj lhasa rar rpm unar xfishtank xdaliclock
    xscreensaver-gl fortune qcam | streamer gdm3 | kdm-gdmcompat
  Recommended packages:
    perl5
  The following packages will be REMOVED:
    network-manager plasma-nm
  The following NEW packages will be installed:
    audacious audacious-plugins audacious-plugins-data cmst compton 
compton-conf connman gnome-user-guide gucharmap libaudcore3 libaudgui3 
libaudtag2 libbinio1v5 libbonoboui2-0 libbonoboui2-common libc-ares2
    libconfig9 libcue1 libfluidsynth1 libfm-data libfm-extra4 libfm-gtk-data 
libfm-gtk4 libfm-modules libfm-qt2 libfm4 libgail18 libgnome2-0 libgnome2-bin 
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
    libgnomeui-common libgucharmap-2-90-7 libguess1 libjpeg-progs libjpeg9 
liblxqt-globalkeys-ui0 liblxqt-globalkeys0 libmenu-cache-bin libmenu-cache3 
libmms0 liboobs-1-5 libsdl2-2.0-0 libsidplayfp4 libsndio6.1
    libstatgrab10 libsysstat-qt5-0 libxcb-screensaver0 libyelp0 lximage-qt 
lxmenu-data lxqt lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-core 
lxqt-globalkeys lxqt-openssh-askpass lxqt-panel lxqt-policykit
    lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-sudo obconf-qt ofono 
pcmanfm-qt qlipper qpdfview qpdfview-djvu-plugin qpdfview-ps-plugin 
qpdfview-translations qps screengrab smplayer smplayer-l10n
    smplayer-themes smtube system-tools-backends xarchiver xscreensaver 
xscreensaver-data yelp yelp-xsl
  0 upgraded, 86 newly installed, 2 to remove and 0 not 

[Group.of.nepali.translators] [Bug 1635801] Re: lxqt uninstalled network-manager and plasma-nm

2017-01-27 Thread Jeremy Bicha
This needs a bit more testing before upload. Maybe ask a Kubuntu or
Lubuntu developer to take a look.

** Description changed:

+ Impact
+ ==
+ Kubuntu 16.04 users who try to install 'lxqt' will have network-manager 
uninstalled. This is needlessly disruptive since network-manager should work 
fine and users may have already configured their networks with network-manager.
+ 
+ Test Case
+ =
+ From Kubuntu 16.04, run
+ sudo apt install lxqt
+ 
+ Does apt say that it will remove network-manager?
+ 
+ Regression Potential
+ 
+ Low. Maybe cmst integrates better with lxqt?
+ But this change was made in lqxt-metapackages 5 included in Ubuntu 16.10 and 
Debian Stretch (which has a newer version).
+ 
+ Other Info
+ ==
+ 'lxqt' is the metapackage from Debian. For 16.10 and newer, it is recommended 
to install lubuntu-qt-desktop instead.
+ 
+ Original Bug Report
+ ===
  In order to test lxqt from the official repos I installed the package named 
"lxqt".
  This is what happened:
  
- 
  [enzo@Feynman ~] sudo apt-get install lxqt
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  The following additional packages will be installed:
-   audacious audacious-plugins audacious-plugins-data cmst compton 
compton-conf connman gnome-user-guide gucharmap libaudcore3 libaudgui3 
libaudtag2 libbinio1v5 libbonoboui2-0 libbonoboui2-common libc-ares2
-   libconfig9 libcue1 libfluidsynth1 libfm-data libfm-extra4 libfm-gtk-data 
libfm-gtk4 libfm-modules libfm-qt2 libfm4 libgail18 libgnome2-0 libgnome2-bin 
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
-   libgnomeui-common libgucharmap-2-90-7 libguess1 libjpeg-progs libjpeg9 
liblxqt-globalkeys-ui0 liblxqt-globalkeys0 libmenu-cache-bin libmenu-cache3 
libmms0 liboobs-1-5 libsdl2-2.0-0 libsidplayfp4 libsndio6.1
-   libstatgrab10 libsysstat-qt5-0 libxcb-screensaver0 libyelp0 lximage-qt 
lxmenu-data lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-core 
lxqt-globalkeys lxqt-openssh-askpass lxqt-panel lxqt-policykit
-   lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-sudo obconf-qt ofono 
pcmanfm-qt qlipper qpdfview qpdfview-djvu-plugin qpdfview-ps-plugin 
qpdfview-translations qps screengrab smplayer smplayer-l10n
-   smplayer-themes smtube system-tools-backends xarchiver xscreensaver 
xscreensaver-data yelp yelp-xsl
+   audacious audacious-plugins audacious-plugins-data cmst compton 
compton-conf connman gnome-user-guide gucharmap libaudcore3 libaudgui3 
libaudtag2 libbinio1v5 libbonoboui2-0 libbonoboui2-common libc-ares2
+   libconfig9 libcue1 libfluidsynth1 libfm-data libfm-extra4 libfm-gtk-data 
libfm-gtk4 libfm-modules libfm-qt2 libfm4 libgail18 libgnome2-0 libgnome2-bin 
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
+   libgnomeui-common libgucharmap-2-90-7 libguess1 libjpeg-progs libjpeg9 
liblxqt-globalkeys-ui0 liblxqt-globalkeys0 libmenu-cache-bin libmenu-cache3 
libmms0 liboobs-1-5 libsdl2-2.0-0 libsidplayfp4 libsndio6.1
+   libstatgrab10 libsysstat-qt5-0 libxcb-screensaver0 libyelp0 lximage-qt 
lxmenu-data lxqt-about lxqt-admin lxqt-common lxqt-config lxqt-core 
lxqt-globalkeys lxqt-openssh-askpass lxqt-panel lxqt-policykit
+   lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-sudo obconf-qt ofono 
pcmanfm-qt qlipper qpdfview qpdfview-djvu-plugin qpdfview-ps-plugin 
qpdfview-translations qps screengrab smplayer smplayer-l10n
+   smplayer-themes smtube system-tools-backends xarchiver xscreensaver 
xscreensaver-data yelp yelp-xsl
  Suggested packages:
-   indicator-network libfm-tools nautilus-actions sidplayfp sndiod calibre 
juffed nomacs qtpass quassel | quassel-client trojita | claws-mail vokoscreen 
zim arj lhasa rar rpm unar xfishtank xdaliclock
-   xscreensaver-gl fortune qcam | streamer gdm3 | kdm-gdmcompat
+   indicator-network libfm-tools nautilus-actions sidplayfp sndiod calibre 
juffed nomacs qtpass quassel | quassel-client trojita | claws-mail vokoscreen 
zim arj lhasa rar rpm unar xfishtank xdaliclock
+   xscreensaver-gl fortune qcam | streamer gdm3 | kdm-gdmcompat
  Recommended packages:
-   perl5
+   perl5
  The following packages will be REMOVED:
-   network-manager plasma-nm
+   network-manager plasma-nm
  The following NEW packages will be installed:
-   audacious audacious-plugins audacious-plugins-data cmst compton 
compton-conf connman gnome-user-guide gucharmap libaudcore3 libaudgui3 
libaudtag2 libbinio1v5 libbonoboui2-0 libbonoboui2-common libc-ares2
-   libconfig9 libcue1 libfluidsynth1 libfm-data libfm-extra4 libfm-gtk-data 
libfm-gtk4 libfm-modules libfm-qt2 libfm4 libgail18 libgnome2-0 libgnome2-bin 
libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0
-   libgnomeui-common libgucharmap-2-90-7 libguess1 libjpeg-progs libjpeg9 
liblxqt-globalkeys-ui0 liblxqt-globalkeys0 libmenu-cache-bin libmenu-cache3 
libmms0 liboobs-1-5 libsdl2-2.0-0 libsidplayfp4 libsndio6.1
-   libstatgrab10 

[Group.of.nepali.translators] [Bug 1651401] Re: MySQL Bug #24347476 causing serious production issues. Request 5.7.17 update

2017-01-27 Thread Robie Basak
5.7.17 is now in all supported releases that have 5.7, including Zesty,
the development release.

** Changed in: mysql-5.7 (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/1651401

Title:
  MySQL Bug #24347476 causing serious production issues. Request 5.7.17
  update

Status in mysql-5.7 package in Ubuntu:
  Fix Released
Status in mysql-5.7 source package in Xenial:
  Fix Released

Bug description:
  This MySQL bug has been fixed in the MySQL 5.7.17 release but the
  ubuntu repos are still on 5.7.16. I request a release of 5.7.17 to
  resolve the serious production issues we're experiencing due to this
  bug. Hoping to not have to change to the MySQL repositories as will
  ahve to change a lot of internal processes.

  https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1651401/+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 1570356] Re: unable to load plugins in Centos

2017-01-27 Thread James Page
Yes - this was fixed in the version of Barbican in Yakkety, so this only
impacts on Xenial.

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

** Changed in: barbican (Ubuntu)
   Status: Incomplete => Fix Released

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

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

** Changed in: barbican (Ubuntu Xenial)
 Assignee: (unassigned) => Dmitrii Shcherbakov (dmitriis)

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

Title:
  unable to load plugins in Centos

Status in Barbican:
  Fix Released
Status in barbican package in Ubuntu:
  Fix Released
Status in barbican source package in Xenial:
  In Progress

Bug description:
  The certificate_manager module in barbican/plugins/interface creates
  an instance of _CertificateEventPluginManager whithin that same
  module. the _CertificateEventPluginManager in turn, imports the
  plugins, which import the certificate_manager module itself. So in
  Centos we see that this causes an error when trying to import the
  modules:

  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: cannot import name 
certificate_manager
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: Traceback (most 
recent call last):
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 163, in 
_load_plugins
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: verify_requirements,
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: File 
"/usr/lib/python2.7/site-packages/stevedore/named.py", line 123, in 
_load_one_plugin
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: verify_requirements,
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: File 
"/usr/lib/python2.7/site-packages/stevedore/extension.py", line 184, in 
_load_one_plugin
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: plugin = ep.resolve()
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: File 
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2208, in 
resolve
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: module = 
__import__(self.module_name, fromlist=['__name__'], level=0)
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: File 
"/usr/lib/python2.7/site-packages/barbican/plugin/simple_certificate_manager.py",
 line 19, in 
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: from 
barbican.plugin.interface import certificate_manager as cert
  Apr 11 15:33:31 centos-7-ovh-gra1-54094 gunicorn[25012]: ImportError: cannot 
import name certificate_manager

  This is due to the circular dependency I mentioned above.

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