[Bug 1913470] Re: sssd also needs `attach_disconnected` in its apparmor profile

2021-01-28 Thread Nish Aravamudan
I'm wondering now if *perhaps* kernel or kexec is involved. I don't
reboot directly to the overlay kernel, I use:

`kexec --initrd=/boot/initrd.img-$(uname -r) --command-line="$(cat
/proc/cmdline`) overlayroot=tmpfs" /boot/vmlinuz-$(uname -r) -l`

And we are on a custom 5.4 kernel (it's the  nature of our HVs that we
don't run the Ubuntu kernel). Can you try with kexec instead of
overlayroot.conf config?

And can you tell me what kernel is in your VM?

The last part is this is baremetal, but I don't think that should
matter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913470

Title:
  sssd also needs `attach_disconnected` in its apparmor profile

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913470] Re: sssd also needs `attach_disconnected` in its apparmor profile

2021-01-27 Thread Nish Aravamudan
1) # aa-enforce usr.sbin.sssd (default)

journal contains:

Jan 27 17:46:27 s2r5node66 sssd[3382]: ldb: unable to open modules directory 
'/usr/lib/x86_64-linux-gnu/ldb/modules/ldb'
Jan 27 17:46:25 s2r5node66 systemd[1]: Starting System Security Services 
Daemon...
Jan 27 17:46:25 s2r5node66 systemd[1]: sssd.service: Main process exited, 
code=exited, status=4/NOPERMISSION
Jan 27 17:46:25 s2r5node66 systemd[1]: sssd.service: Failed with result 
'exit-code'.
Jan 27 17:46:25 s2r5node66 systemd[1]: Failed to start System Security Services 
Daemon.

2) # aa-complain usr.sbin.sssd; systemctl restart sssd

Jan 27 17:50:07 s2r5node66 audit[10294]: AVC apparmor="ALLOWED"
operation="open" info="Failed name lookup - disconnected path" error=-13
profile="/usr/sbin/sssd" name="usr/lib/x86_64-linux-gnu/ldb/modules/ldb"
pid=10294 comm="sssd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

3) modify /etc/apparmor/usr.sbin.sssd

/usr/sbin/sssd flags=(complain,attach_disconnected) {

# aa-enforce usr.sbin.sssd

/usr/sbin/sssd flags=(attach_disconnected) {

# systemctl restart sssd

● sssd.service - System Security Services Daemon
   Loaded: loaded (/lib/systemd/system/sssd.service; enabled; vendor preset: 
enabled)
   Active: active (running) since Wed 2021-01-27 17:53:06 UTC; 7s ago

and ssh works again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913470

Title:
  sssd also needs `attach_disconnected` in its apparmor profile

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1913470] [NEW] sssd also needs `attach_disconnected` in its apparmor profile

2021-01-27 Thread Nish Aravamudan
Public bug reported:

Similar to LP: #1727202 and other packages (libvirtd, e.g.) it seems
like sssd also needs an `attach_disconnected` profile option.
Symptomatically, what we see is that when we boot a node that uses sssd
for authentication with the `overlayroot=tmpfs` option, sssd fails to
start.

If I modify sssd to include the afore-mentioned option and then restart
sssd, ssh and authentication works fine. The error appears to be from
the underlying ldb code.

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

** Affects: sssd (Ubuntu Bionic)
 Importance: Undecided
 Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913470

Title:
  sssd also needs `attach_disconnected` in its apparmor profile

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902607] [NEW] apt-setup package (deb and udeb) should be updated in bionic-security

2020-11-02 Thread Nish Aravamudan
Public bug reported:

AIUI, a end user should be able to install a system with just the
release archive and the security pocket enabled. However, if one tries
to do this with a preseed using a gpg-signed local repositoryl, it will
fail with the bug resolved in LP: #1754075. I think it would make sense
to provide the same fix for /etc/apt/trusted.gpg.d in the security
pocket? Right now, in our internal mirror, I have to manually sync only
the debootstrap packets from bionic-updates, while everything else we
need to install can come from release + security.

** Affects: apt-setup (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: apt-setup (Ubuntu Bionic)
 Importance: Undecided
 Status: New

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

** Also affects: apt-setup (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: debootstrap (Ubuntu)

** Changed in: apt-setup (Ubuntu)
   Status: New => Fix Released

** No longer affects: debootstrap (Ubuntu Bionic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902607

Title:
  apt-setup package (deb and udeb) should be updated in bionic-security

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-setup/+bug/1902607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902368] Re: debootstrap (deb and udeb) should be updated in bionic-security

2020-11-02 Thread Nish Aravamudan
** Also affects: apt-setup (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: apt-setup (Ubuntu)

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902368

Title:
  debootstrap (deb and udeb) should be updated in bionic-security

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1902368] [NEW] debootstrap (deb and udeb) should be updated in bionic-security

2020-10-31 Thread Nish Aravamudan
Public bug reported:

AIUI, a end user should be able to install a system with just the
release archive and the security pocket enabled. However, if one tries
to do this with a preseed using a https protocol, it will fail with the
bug resolved in LP: #1772556. I think it would make sense to provide the
same fix for apt-transport-https in the security pocket? Right now, in
our internal mirror, I have to manually sync only the debootstrap
packets from bionic-updates, while everything else we need to install
can come from release + security.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1902368

Title:
  debootstrap (deb and udeb) should be updated in bionic-security

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 974454] Re: resolv.conf loses search directive with domain during pxe boot

2019-10-09 Thread Nish Aravamudan
** Also affects: netcfg (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682342
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974454

Title:
  resolv.conf loses search directive with domain during pxe boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1843591] Re: Security issues related to php7.2.19

2019-09-12 Thread Nish Aravamudan
PHP has a MRE generally (Microrelease Exception) and gets regular updates
in the security and updates pocket via upstream dotreleases.

On Thu, Sep 12, 2019 at 6:41 AM Paride Legovini <
paride.legov...@canonical.com> wrote:

> Thanks for your report. Security updates are usually done by patching
> the released package with the specific fix needed to address the
> problem, trying to minimize changes in behavior and the regression risk.
> New releases of software packages are normally not backported to
> existing Ubuntu releases, unless there is a very good reason to do so.
>
> In the security advisory you linked the "Arbitrary Code Execution" seems
> to be due to CVE-2019-13224, which does not affect the version of php
> currently in Bionic. The other bugs mentioned in the advisory do not
> seem to be security-related. It's more like a "kitchen sink" report.
>
> This said, did you hit any of the bugs mentioned in the advisory? If you
> did, please comment back adding all the relevant details, or even better
> open a new bug report for the specific issue. You may find it helpful to
> read "How to report bugs effectively"
> http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.
>
> I'm setting the status of this report to Incomplete for the moment.
> Should you have more information to add here please do so in a comment
> and set the bug status back to New. Thanks!
>
> ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-13224
>
> ** Changed in: php7.2 (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to php7.2
> in Ubuntu.
> Matching subscriptions: PHP7.2
> https://bugs.launchpad.net/bugs/1843591
>
> Title:
>   Security issues related to php7.2.19
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1843591/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php7.2; component=main;
> status=Incomplete; importance=Undecided; assignee=None;
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: legovini wdarking
> Launchpad-Bug-Reporter: Gilmar Pereira (wdarking)
> Launchpad-Bug-Modifier: Paride Legovini (legovini)
> Launchpad-Message-Rationale: Subscriber (php7.2 in Ubuntu)
> Launchpad-Message-For: nacc
> Launchpad-Subscription: PHP7.2
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843591

Title:
  Security issues related to php7.2.19

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1843591/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 974454] Re: resolv.conf loses search directive with domain during pxe boot

2019-08-14 Thread Nish Aravamudan
** Description changed:

+ [Impact]
+ 
+  * netcfg currently ends up overwriting DNS search domains provided by
+ correctly configured DHCP servers in the installer environment.
+ 
+  * Any preseed command that relies on hostname resolution via a search
+ domain fail at runtime.
+ 
+  * The change in this bug allows netcfg to detect that the DHCP-server
+ provided a domain.
+ 
+ [Test Case]
+ 
+  * TBP
+ 
+ [Regression Potential]
+ 
+  * TBP
+ 
+ [Other Info]
+  
+  * Anything else you think is useful to include
+  * Anticipate questions from users, SRU, +1 maintenance, security teams and 
the Technical Board
+  * and address these questions in advance
+ 
+ [Original Report]
+ 
  When performing a pxe boot using the netboot image from the precise-
  server-amd64 iso, resolv.conf is modified and the search directive
  containing the domain provided by dhcp is removed. I can see that the
  entry is picked up during the boot of the image initially. The file is
  then overwritten removing the search directive. This seems to correspond
  with a reverse dns lookup being used to obtain a hostname as shown in
  the log section provided. Running dhclient after this restores the entry
  in resolv.conf.
  
  In monitorng resolv.conf, I found that /etc/resolv.conf is populated
  with the following information initially during the pxe boot, which is
  the result that is needed:
  
  search provision.example.com
  nameserver 10.1.0.2
  
  ---
  
  It is then modified to the following:
  
  nameserver 10.1.0.2
  
  
  Apr  5 14:03:33 netcfg[2088]: DEBUG: No RA received; attempting IPv4 
autoconfig
  Apr  5 14:03:33 netcfg[2088]: WARNING **: Started DHCP client; PID is 2147
  Apr  5 14:03:34 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 
interval 1
  Apr  5 14:03:34 dhclient: DHCPREQUEST of 10.1.0.112 on eth0 to 
255.255.255.255 port 67
  Apr  5 14:03:34 dhclient: DHCPOFFER of 10.1.0.112 from 10.1.0.2
  Apr  5 14:03:34 dhclient: DHCPACK of 10.1.0.112 from 10.1.0.2
  Apr  5 14:03:34 dhclient: bound to 10.1.0.112 -- renewal in 7192 seconds.
  Apr  5 14:03:36 kernel: [   21.621493] eth0: no IPv6 routers present
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Reading domain name returned via DHCP
  Apr  5 14:03:36 netcfg[2088]: DEBUG: DHCP domain name is '**'
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Reading NTP servers from DHCP info
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Read NTP server 10.1.0.2
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Reading nameservers from /etc/resolv.conf
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Read nameserver 10.1.0.2
  Apr  5 14:03:36 netcfg[2088]: DEBUG: State is now 1
  Apr  5 14:03:36 netcfg[2088]: DEBUG: State is now 2
  Apr  5 14:03:36 netcfg[2088]: DEBUG: State is now 5
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Using DNS to try and obtain default 
hostname
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Getting default hostname from rDNS 
lookup of autoconfigured address 10.1.0.112
  Apr  5 14:03:36 netcfg[2088]: DEBUG: getnameinfo() returned -3: errno 0 
(Success)
  Apr  5 14:03:36 netcfg[2088]: DEBUG: Getting default hostname from rDNS 
lookup of autoconfigured address fe80::250:56ff:feb8:5e
  Apr  5 14:03:36 netcfg[2088]: DEBUG: getnameinfo() returned -2: errno 0 
(Success)
  
  ---
  
  pxelinux.cfg entry:
  
  LABEL default
-   MENU DEFAULT
-   MENU LABEL Ubuntu 12.04 (64-bit) Installer
-   IPAPPEND 2
-   KERNEL ubuntu/12.04/amd64/linux
-   APPEND interface=auto lang=en_US locale=en_US console-setup/layoutcode=us 
priority=critical debian-installer/allow_unauthenticated=true 
initrd=ubuntu/12.04/amd64/initrd.gz url=http://kickstart/cgi-bin/example.cgi 
ramdisk_size=10882 root=/dev/ram0 devfs=mount,dall rw --
+   MENU DEFAULT
+   MENU LABEL Ubuntu 12.04 (64-bit) Installer
+   IPAPPEND 2
+   KERNEL ubuntu/12.04/amd64/linux
+   APPEND interface=auto lang=en_US locale=en_US console-setup/layoutcode=us 
priority=critical debian-installer/allow_unauthenticated=true 
initrd=ubuntu/12.04/amd64/initrd.gz url=http://kickstart/cgi-bin/example.cgi 
ramdisk_size=10882 root=/dev/ram0 devfs=mount,dall rw --

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974454

Title:
  resolv.conf loses search directive with domain during pxe boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 974454] Re: resolv.conf loses search directive with domain during pxe boot

2019-08-14 Thread Nish Aravamudan
** Also affects: netcfg (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: netcfg (Ubuntu Bionic)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/974454

Title:
  resolv.conf loses search directive with domain during pxe boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1728181] Re: systemd-networkd-wait-online waits when devices are unmanaged

2019-03-12 Thread Nish Aravamudan
https://github.com/systemd/systemd/issues/8686 seems related.

** Bug watch added: github.com/systemd/systemd/issues #8686
   https://github.com/systemd/systemd/issues/8686

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728181

Title:
  systemd-networkd-wait-online waits when devices are unmanaged

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1816650] Re: 4.19+ (and possibly -stable trees?) need a fix from upstream

2019-03-01 Thread Nish Aravamudan
Before:

# lldpctl  | grep PortDescr
PortDescr:et-0/0/23:0
PortDescr:et-0/0/23:0
PortDescr:et-0/0/23:0
PortDescr:et-0/0/23:0

After:

# lldpctl  | grep PortDescr
PortDescr:et-0/0/23:0
PortDescr:et-0/0/23:0

Using: 0.9.9-1ubuntu0.1 on 18.04

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1816650

Title:
  4.19+ (and possibly -stable trees?) need a fix from upstream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 414957] Re: lldpd does not start after reboot.

2019-03-01 Thread Nish Aravamudan
** Changed in: lldpd (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/414957

Title:
  lldpd does not start after reboot.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1815464] Re: Update Package to 7.2.14 or 15

2019-02-28 Thread Nish Aravamudan
** Also affects: php7.2 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: php7.2 (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Changed in: php7.2 (Ubuntu Bionic)
   Status: New => Fix Released

** Changed in: php7.2 (Ubuntu Cosmic)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1815464

Title:
  Update Package to 7.2.14 or 15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1815464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1816650] Re: 4.19+ (and possibly -stable trees?) need a fix from upstream

2019-02-20 Thread Nish Aravamudan
** Description changed:

+ [Impact]
+ 
+ lldpctl indicates duplicate LLDP records.
+ 
+ [Test Case]
+ 
+ On a system with a bonded link, issue:
+ 
+ # lldpctl | grep PortDescr
+ 
+ and it will indicate duplicate records.
+ 
+ After applying the fix, issue the same command and duplicates will be
+ elided.
+ 
+ [Regression Potential]
+ 
+ The above issue is only seen on kernels newer than 4.19 (so 19.04+,
+ which implies 18.04.3's kernel). However, the bond-specific code in
+ lldpctl is only needed on kernels <= 2.6.27 per upstream, which is older
+ than any kernel in any supported Ubuntu. This fix allows future-proofs
+ lldpctl for the eventual HWE impact.
+ 
+ [Original Description]
+ 
  So I think this commit:
  
  
https://github.com/torvalds/linux/commit/6a9e461f6fe4434e6172304b69774daff9a3ac4c
  
  has been backported to some -stable trees.
  
  This makes lldpd < 1.0.3 duplicate entries. I think given both -stable
  trees in existing Ubuntu and the HWE stack in 18.04 (even if only
  18.04.3), we should backport
  
  
https://github.com/vincentbernat/lldpd/pull/307/commits/0638075c721323aa6aeab9c6ab282861f53c9f2f
  
  to the source package in 18.04+.

** Changed in: lldpd (Ubuntu Cosmic)
   Status: New => Won't Fix

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

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

** Description changed:

  [Impact]
  
- lldpctl indicates duplicate LLDP records.
+ lldpctl indicates duplicate LLDP records. While the above issue is only
+ seen on kernels newer than 4.19 (so 19.04+, which implies 18.04.3's
+ kernel), this patch has been backported to the -stable tree.
  
  [Test Case]
  
  On a system with a bonded link, issue:
  
  # lldpctl | grep PortDescr
  
  and it will indicate duplicate records.
  
  After applying the fix, issue the same command and duplicates will be
  elided.
  
  [Regression Potential]
  
- The above issue is only seen on kernels newer than 4.19 (so 19.04+,
- which implies 18.04.3's kernel). However, the bond-specific code in
- lldpctl is only needed on kernels <= 2.6.27 per upstream, which is older
- than any kernel in any supported Ubuntu. This fix allows future-proofs
- lldpctl for the eventual HWE impact.
+ However, the bond-specific code in lldpctl is only needed on kernels <=
+ 2.6.27 per upstream, which is older than any kernel in any supported
+ Ubuntu. This fix allows future-proofs lldpctl for the eventual HWE
+ impact.
  
  [Original Description]
  
  So I think this commit:
  
  
https://github.com/torvalds/linux/commit/6a9e461f6fe4434e6172304b69774daff9a3ac4c
  
  has been backported to some -stable trees.
  
  This makes lldpd < 1.0.3 duplicate entries. I think given both -stable
  trees in existing Ubuntu and the HWE stack in 18.04 (even if only
  18.04.3), we should backport
  
  
https://github.com/vincentbernat/lldpd/pull/307/commits/0638075c721323aa6aeab9c6ab282861f53c9f2f
  
  to the source package in 18.04+.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1816650

Title:
  4.19+ (and possibly -stable trees?) need a fix from upstream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1816650] Re: 4.19+ (and possibly -stable trees?) need a fix from upstream

2019-02-19 Thread Nish Aravamudan
** Also affects: lldpd (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

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

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

** Changed in: lldpd (Ubuntu Bionic)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: lldpd (Ubuntu Cosmic)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1816650

Title:
  4.19+ (and possibly -stable trees?) need a fix from upstream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1816650] [NEW] 4.19+ (and possibly -stable trees?) need a fix from upstream

2019-02-19 Thread Nish Aravamudan
Public bug reported:

So I think this commit:

https://github.com/torvalds/linux/commit/6a9e461f6fe4434e6172304b69774daff9a3ac4c

has been backported to some -stable trees.

This makes lldpd < 1.0.3 duplicate entries. I think given both -stable
trees in existing Ubuntu and the HWE stack in 18.04 (even if only
18.04.3), we should backport

https://github.com/vincentbernat/lldpd/pull/307/commits/0638075c721323aa6aeab9c6ab282861f53c9f2f

to the source package in 18.04+.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1816650

Title:
  4.19+ (and possibly -stable trees?) need a fix from upstream

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1813859] Re: package php-gd 1:7.0+35ubuntu6 failed to install/upgrade: package php-gd is not ready for configuration cannot configure (current status 'half-installed')

2019-01-29 Thread Nish Aravamudan
Can you provide `apt-cache  policy php-gd` output in this bug please?

** Changed in: php-defaults (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1813859

Title:
  package php-gd 1:7.0+35ubuntu6 failed to install/upgrade: package php-
  gd is not ready for configuration  cannot configure (current status
  'half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1813859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807250] Re: At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my system

2018-12-06 Thread Nish Aravamudan
I just tried booting into 4.15.0-20 as the release pocket has it still
and it also failed to work. So now I'm wondering if/when it did work. I
will try and narrow it down in the next few days.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807250

Title:
  At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my
  system

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807250] Re: At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my system

2018-12-06 Thread Nish Aravamudan
Right, I understand fully what the bot is asking for, but it's not
exactly relevant here. We are seeing (on at least two systems) a lack of
IIO device discovery. If I modprobe all the iio modules, I do get a
/sys/bus/iio, but no devices in it. So it feels like something is
missing, but I don't know where.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807250

Title:
  At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my
  system

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1807250] [NEW] At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my system

2018-12-06 Thread Nish Aravamudan
Public bug reported:

I have a Yoga 900-13ISK and a Thinkpad T470s. Both have had working
screen rotation in the past. However, I noticed today while supporting a
user in #ubuntu, neither do now. No icon in the Gnome menu and:

# G_MESSAGES_DEBUG=all iio-sensor-proxy 
** (process:14877): DEBUG: 12:31:21.603: Could not find any supported sensors

Indeed, /sys/bus/iio does not exist! I believe this is distinct from LP:
#1792813, as I have just tested mainline 4.19 and it also does not work.

I am working on getting more data, including testing older kernels from
18.04, but it might take me some time.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807250

Title:
  At some point in the 18.04 cycle, /sys/bus/iio has disappeared from my
  system

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-27 Thread Nish Aravamudan
> That's why I think it's not a problem of the Ubuntu package. And I think when 
> Ubuntu takes a new
> major version, like 7.1 and 7.2 was, you should take the complete upstream 
> instead of doing all the
> new changes of that version on the old code, isn't it?

Right, we (well, Debian originally) take the upstream as it is, then
patch it appropriately, with bugfixes and some
documentation/branding/building fixes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578600

Title:
  Multiple connections to Interbase with php 7.0 are not allowed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1578600/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1578600] Re: Multiple connections to Interbase with php 7.0 are not allowed

2018-11-26 Thread Nish Aravamudan
Thank you for working hard on this upstream and here. I'm sorry for the
state of the Interbase module, but I'm not sure there are any safe
options for Ubuntu to proceed with without at least a more complete
upstream fix (that doesn't regress the tests in the code).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578600

Title:
  Multiple connections to Interbase with php 7.0 are not allowed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1578600/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636666] Re: [MIR] pcre2

2018-11-26 Thread Nish Aravamudan
@andersk: you are totally correct, I apologize!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/163

Title:
  [MIR] pcre2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636666] Re: [MIR] pcre2

2018-11-26 Thread Nish Aravamudan
@andersk: you are totally correct, I apologize!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/163

Title:
  [MIR] pcre2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1636666] Re: [MIR] pcre2

2018-11-21 Thread Nish Aravamudan
@andersk: 7.3.0~beta2-2 of php7.3 dropped pcre3 as a dependency and
reverted back to pcre2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/163

Title:
  [MIR] pcre2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1801336] Re: package php7.2-cgi 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade: installed php7.2-cgi package post-installation script subprocess returned error exit status 1

2018-11-02 Thread Nish Aravamudan
Error: The new file /usr/lib/php/7.2/php.ini-production does not exist!

Let me see if I can reproduce this later today

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1801336

Title:
  package php7.2-cgi 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade:
  installed php7.2-cgi package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1801336/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1793981] Re: package php7.2-fpm 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade: installed php7.2-fpm package post-installation script subprocess returned error exit status 1

2018-11-02 Thread Nish Aravamudan
Please do not randomly change the state of bugs.

** Changed in: php7.2 (Ubuntu)
   Status: Fix Released => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793981

Title:
  package php7.2-fpm 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade:
  installed php7.2-fpm package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1793981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798625] Re: Multiple Vulnerabilities in PHP Could Allow for Arbitrary Code Execution

2018-10-22 Thread Nish Aravamudan
Thanks for confirming, Marc!

** Also affects: php7.2 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798625

Title:
  Multiple Vulnerabilities in PHP Could Allow for Arbitrary Code
  Execution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1798625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1798625] Re: Multiple Vulnerabilities in PHP Could Allow for Arbitrary Code Execution

2018-10-19 Thread Nish Aravamudan
Yeah, I mean, it would be good if there was an actual CVE attached to
the exploit, as just saying "the most severe of which could allow an
attacker to execute arbitrary code" without specifying which of the
bugfixes they are referring to is sort of neither here nor there.
Looking cursorily at the changes in 7.2.11, none are obviously security
fixes (segfault prevention is good, of course) in the vein of arbitrary
code execution, but I'm also not a security expert!

We will normally do MRE (microrelease updates) of PHP (esp. in the LTS
series) at a regular cadence. AFAICT, this update only came out a week
ago and wasn't embargoed, etc. (so I'm really not sure it's a pressing
security issue, the ISAC notwithstanding).

I will try and work with the security team, but I expect this to just
roll out via normal -updates otherwise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798625

Title:
  Multiple Vulnerabilities in PHP Could Allow for Arbitrary Code
  Execution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1798625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1796388] [NEW] ibverbs-providers not coinstallable although it is multi-arch

2018-10-05 Thread Nish Aravamudan
Public bug reported:

Fixed in 18.10 via Debian bug 898055.

** Affects: rdma-core
 Importance: Unknown
 Status: Unknown

** Affects: rdma-core (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: rdma-core (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Bug watch added: Debian Bug tracker #898055
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898055

** Also affects: rdma-core via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898055
   Importance: Unknown
   Status: Unknown

** Also affects: rdma-core (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: rdma-core (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1796388

Title:
  ibverbs-providers not coinstallable although it is multi-arch

To manage notifications about this bug go to:
https://bugs.launchpad.net/rdma-core/+bug/1796388/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794307] Re: docker login fails Cannot autolaunch D-Bus without X11

2018-10-01 Thread Nish Aravamudan
** Also affects: golang-github-docker-docker-credential-helpers (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794307

Title:
  docker login fails Cannot autolaunch D-Bus without X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-docker-docker-credential-helpers/+bug/1794307/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1795473] Re: Need to backport segfault fix from upstream in credential helpers

2018-10-01 Thread Nish Aravamudan
** Also affects: docker (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: golang-github-docker-docker-credential-helpers (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1795473

Title:
  Need to backport segfault fix from upstream in credential helpers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1792938] Re: PHP 7.2.7 contains various security issues.

2018-09-27 Thread Nish Aravamudan
7.2.10 is now in -updates and -security.

** Package changed: php-defaults (Ubuntu) => php7.2 (Ubuntu)

** Changed in: php7.2 (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1792938

Title:
  PHP 7.2.7 contains various security issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1792938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1724896] Re: [MRE] Please update to latest upstream release 7.0.25

2018-09-26 Thread Nish Aravamudan
zesty has gone EOL.

** Changed in: php7.0 (Ubuntu Zesty)
   Status: Fix Committed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1724896

Title:
  [MRE] Please update to latest upstream release 7.0.25

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1724896/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1794116] Re: package php7.0-opcache 7.0.32-0ubuntu0.16.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 128

2018-09-24 Thread Nish Aravamudan
Hello,

Were you using a GUI to do the package upgrade (e.g., software manager?):
Parameterization of php7.0-json (7.0.32-0ubuntu0.16.04.1) ...
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Warning: unable to close filehandle GEN1 properly: Broken pipe during global 
destruction.
dpkg: package php7.0-json (--configure) processing error:
 the installed post-install script subprocess returned a 128 status exit error
Parameterization of php7.0-opcache (7.0.32-0ubuntu0.16.04.1) ...
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Use of uninitialized value $ reply in scalar chomp at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66.
Use of uninitialized value $ reply in concatenation (.) Or string at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 67.
Use of uninitialized value $ reply in split at 
/usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 68.
Warning: unable to close filehandle GEN1 properly: Broken pipe during global 
destruction.
dpkg: package php7.0-opcache (--configure) processing error:
 the installed post-install script subprocess returned a 128 status exit error

We have seen similar issues in the past with them. Could you try running
`sudo apt-get -f install` from a terminal? Is it able to successfully do
the install/upgrade?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1794116

Title:
  package php7.0-opcache 7.0.32-0ubuntu0.16.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1794116/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1793981] Re: package php7.2-fpm 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade: installed php7.2-fpm package post-installation script subprocess returned error exit status 1

2018-09-24 Thread Nish Aravamudan
This seems like a (possibly preventable) local configuration issue:

Setting up php7.2-fpm (7.2.10-0ubuntu0.18.04.1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Job for php7.2-fpm.service failed because the control process exited with error 
code.
See "systemctl status php7.2-fpm.service" and "journalctl -xe" for details.
invoke-rc.d: initscript php7.2-fpm, action "restart" failed.
● php7.2-fpm.service - The PHP 7.2 FastCGI Process Manager
   Loaded: loaded (/lib/systemd/system/php7.2-fpm.service; enabled; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Wed 2018-09-19 06:24:04 EDT; 7ms ago
 Docs: man:php-fpm7.2(8)
  Process: 31548 ExecStart=/usr/sbin/php-fpm7.2 --nodaemonize --fpm-config 
/etc/php/7.2/fpm/php-fpm.conf (code=exited, status=78)
 Main PID: 31548 (code=exited, status=78)

Sep 19 06:24:04 Nelis05ux systemd[1]: Starting The PHP 7.2 FastCGI Process 
Manager...
Sep 19 06:24:04 Nelis05ux php-fpm7.2[31548]: [19-Sep-2018 06:24:04] ERROR: 
[pool www] cannot get uid for user 'nginx': Success (0)
Sep 19 06:24:04 Nelis05ux php-fpm7.2[31548]: [19-Sep-2018 06:24:04] ERROR: FPM 
initialization failed
Sep 19 06:24:04 Nelis05ux systemd[1]: php7.2-fpm.service: Main process exited, 
code=exited, status=78/n/a
Sep 19 06:24:04 Nelis05ux systemd[1]: php7.2-fpm.service: Failed with result 
'exit-code'.
Sep 19 06:24:04 Nelis05ux systemd[1]: Failed to start The PHP 7.2 FastCGI 
Process Manager.
dpkg: error processing package php7.2-fpm (--configure):


Specifically, "Sep 19 06:24:04 Nelis05ux php-fpm7.2[31548]: [19-Sep-2018 
06:24:04] ERROR: [pool www] cannot get uid for user 'nginx': Success (0)". Is 
there such a user on your system?

** Changed in: php7.2 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793981

Title:
  package php7.2-fpm 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade:
  installed php7.2-fpm package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1793981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791542] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-0ubuntu0~gpu18.0

2018-09-20 Thread Nish Aravamudan
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791542

Title:
  package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to
  overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also
  in package nvidia-340 340.107-0ubuntu0~gpu18.04.1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1793251] Re: package php7.0-fpm 7.0.31-1+ubuntu16.04.1+deb.sury.org+1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-09-19 Thread Nish Aravamudan
Hello,

You are using a PPA for your PHP packages. Please contact the PPA
maintainer for support.

Thanks,
Nish

** Changed in: php7.0 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1793251

Title:
  package php7.0-fpm 7.0.31-1+ubuntu16.04.1+deb.sury.org+1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1793251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1790596] Re: [Wishlist] add workspaces switching grid icon by default

2018-09-04 Thread Nish Aravamudan
** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1790596

Title:
  [Wishlist] add workspaces switching grid icon by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1790596/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786964] Re: package php7.2-readline 7.2.7-0ubuntu0.18.04.2 failed to install/upgrade: проблеми међузависности — остављам неподешеним

2018-08-14 Thread Nish Aravamudan
It would appear from the DpkgHistoryLog.txt that possibly you were using
a graphical or non-cli environment to install the packages.

Can you run with just `apt` (e.g. `apt -f install`) or `apt-install
php7.2` ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786964

Title:
  package php7.2-readline 7.2.7-0ubuntu0.18.04.2 failed to
  install/upgrade: проблеми међузависности — остављам неподешеним

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1786964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1762595] Re: Thunar incorrectly thinks USB storage device hasn't finished ejecting

2018-07-07 Thread Nish Aravamudan
On Sat, Jul 7, 2018, 03:00 Martin Dauskardt  wrote:

> How long will it take to for 1.36.1-0ubuntu3 to appear in Bionic?
>

Well it won't -- please read https://wiki.ubuntu.com/StableReleaseUpdates
to understand the process.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762595

Title:
  Thunar incorrectly thinks USB storage device hasn't finished ejecting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1779723] Re: [Wishlist] Add a GUI option autoremove kernel cleanup on updates

2018-07-02 Thread Nish Aravamudan
** Changed in: update-manager (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1779723

Title:
  [Wishlist] Add a GUI option autoremove kernel cleanup on updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1779723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1779214] [NEW] Installing php-gd on bionic fails (dependency to ubuntu 16.04 istead of 18.04)

2018-06-28 Thread Nish Aravamudan
1) 16.04 -> 18.04 is not yet supported, so you used do-release-upgrade
-d?

2) you had ondrej's ppa configured in 16.04 and it is still configured in
18.04 to use the xenial series. Seems like a local configuration issue with
your repositories.

On Thu, Jun 28, 2018, 14:15 Noman Knost  wrote:

> Public bug reported:
>
> I tried to install php-gd:
> $ apt install php7.2
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> You might want to run 'apt --fix-broken install' to correct these.
> The following packages have unmet dependencies.
>  php7.2-gd : Depends: php7.2-common (= 7.2.5-0ubuntu0.18.04.1) but
> 7.2.5-1+ubuntu16.04.1+deb.sury.org+1 is to be installed
> E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or
> specify a solution).
>
> It tells me it depends on 7.2.5-0ubuntu0.18.04.1 but
> 7.2.5-1+ubuntu16.04.1+deb.sury.org+1 is to be installed.
>
> I am on  (uname -a)
> Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 17:59:24 UTC 2018 i686
> athlon i686 GNU/Linux
>
> release is (lsb_release -r)
> Release:18.04
>
> Upgraded from ubuntu server 16.04.
>
> I don't know what to do or what to tell you more... Please help me.
>
> ** Affects: php7.2 (Ubuntu)
>  Importance: Undecided
>  Status: New
>
> --
> You received this bug notification because you are subscribed to php7.2
> in Ubuntu.
> Matching subscriptions: PHP7.2
> https://bugs.launchpad.net/bugs/1779214
>
> Title:
>   Installing php-gd on bionic fails (dependency to ubuntu 16.04 istead
>   of 18.04)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1779214/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php7.2; component=main;
> status=New; importance=Undecided; assignee=None;
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: romankost
> Launchpad-Bug-Reporter: Noman Knost (romankost)
> Launchpad-Bug-Modifier: Noman Knost (romankost)
> Launchpad-Message-Rationale: Subscriber (php7.2 in Ubuntu)
> Launchpad-Message-For: nacc
> Launchpad-Subscription: PHP7.2
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1779214

Title:
  Installing php-gd on bionic fails (dependency to ubuntu 16.04 istead
  of 18.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1779214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762595] Re: Thunar incorrectly thinks USB storage device hasn't finished ejecting

2018-06-26 Thread Nish Aravamudan
** Also affects: gvfs (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762595

Title:
  Thunar incorrectly thinks USB storage device hasn't finished ejecting

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1777903] Re: Grub never install in uefi mode ever on any pc I used , and it's like that since ubuntu 14.04 for every ?ubuntu remix and distribution.

2018-06-20 Thread Nish Aravamudan
This bug report is difficult to follow and seems like troll-ish, also
based upon IRC discussion from the submitter. Please clean up the bug
with actual information if you would like it to be considered.

** Changed in: grub-installer (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1777903

Title:
  Grub never install in uefi mode ever on any pc I used ,and it's like
  that since ubuntu 14.04 for every ?ubuntu remix and distribution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1777903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1777192] Re: php7.0 missing ming package/module

2018-06-19 Thread Nish Aravamudan
Well, that makes it even *less* likely that we would try and package it
-- a segfaulting library from upstream is not something we want in
Ubuntu, right? Have you asked the upstream folks if this is a bug in
their code? In any case, as php7.0-ming would be in universe, this needs
someone who is willing to do the legwork in the community.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1777192

Title:
  php7.0 missing ming package/module

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1777192] Re: php7.0 missing ming package/module

2018-06-18 Thread Nish Aravamudan
FWIW, src:ming has been removed from Debian altogether.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1777192

Title:
  php7.0 missing ming package/module

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1777192] Re: php7.0 missing ming package/module

2018-06-18 Thread Nish Aravamudan
If you need it only for the "near future", maybe just spin up a Trusty
container.

afaict, ming is not package in Debian either.

You could try downloading the ming source package and updating it, but
no idea if it will work. This seems like pretty low priority, tbh; it
hasn't been present for the 2 years since 16.04 released and would live
in universe anyways.

** Tags added: needs-packaging

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

** Changed in: php7.0 (Ubuntu)
   Status: New => Invalid

** Changed in: ming (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: php7.0 (Ubuntu)
   Importance: Wishlist => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1777192

Title:
  php7.0 missing ming package/module

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1777192] Re: php7.0 missing ming package/module

2018-06-15 Thread Nish Aravamudan
There was no PHP7 compatible ming when 16.04 released. Adding it seems
like a fair amount of work, when it is available via PECL.

Also, it might be worth seeing if Debian will package it.

Finally, totally my opinion, but flash is dead, let's not try and
resuscitate it in PHP.

** Changed in: php7.0 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1777192

Title:
  php7.0 missing ming package/module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1777192/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1773087] Re: Remove python3-apport as dependency of xserver-xorg

2018-05-25 Thread Nish Aravamudan
xserver-xorg now has an apport hook. So in order of ubuntu-bug to work,
it is necessary to have python3-apport installed, per LP: #1730035.
Definitely not a bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773087

Title:
  Remove python3-apport as dependency of xserver-xorg

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1770618] Re: package php7.2-common 7.2.3-1ubuntu1 failed to install/upgrade: installed php7.2-common package post-installation script subprocess returned error exit status 128

2018-05-11 Thread Nish Aravamudan
Hello,

Were you using a graphical update-manager or so process? If so, can you
try to run `sudo apt-get -f install` from the terminal? Based upon the
output from the log, this is a known issue with the debconf
infrastructure, only seen with GUI software updaters.

Thanks,
Nish

** Changed in: php7.2 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770618

Title:
  package php7.2-common 7.2.3-1ubuntu1 failed to install/upgrade:
  installed php7.2-common package post-installation script subprocess
  returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1770618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768707] Re: package php7.0-mysql 7.0.28-0ubuntu0.16.04.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2018-05-03 Thread Nish Aravamudan
Hello,

It appears you have been having lots of package issues, since you tried
starting to install mysql-server. Can you explain exactly what is
happening on your system?

-Nish

** Changed in: php7.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768707

Title:
  package php7.0-mysql 7.0.28-0ubuntu0.16.04.1 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1768707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768700] Re: package php7.0-fpm 7.0.28-0ubuntu0.16.04.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 10

2018-05-03 Thread Nish Aravamudan
Hello,

Were you using a graphical package manager? If you were, does the
install finish when using apt-get on the commandline?

It would appear you also had a failure when installing composer before?
What was it?

Thanks,
Nish

** Changed in: php7.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768700

Title:
  package php7.0-fpm 7.0.28-0ubuntu0.16.04.1 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1768700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767855] Re: php.ini grammar mistake

2018-04-29 Thread Nish Aravamudan
@slavicd: It's not fix committed in Ubuntu (which is what the package
state would be). It's fixed upstream, so the next MRE (Micorelease
Exception) update of PHP will pick up the fix (Presuming it's in the
release).

** Changed in: php-defaults (Ubuntu)
   Status: Fix Committed => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767855

Title:
  php.ini grammar mistake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1767855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1767855] Re: php.ini grammar mistake

2018-04-29 Thread Nish Aravamudan
Yeah that would be ideal.

On Sun, Apr 29, 2018, 17:10 Slavic Dragovtev <1767...@bugs.launchpad.net>
wrote:

> I just found out that the bug is all the way upstream - on php.net. This
> means I have to submit a bug with php, not Debian, then, I reckon.
>
> --
> You received this bug notification because you are subscribed to php-
> defaults in Ubuntu.
> Matching subscriptions: php-defaults
> https://bugs.launchpad.net/bugs/1767855
>
> Title:
>   php.ini grammar mistake
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1767855/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-defaults;
> component=main; status=New; importance=Undecided; assignee=None;
> Launchpad-Bug-Tags: amd64 apport-bug bionic
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: nacc slavicd
> Launchpad-Bug-Reporter: Slavic Dragovtev (slavicd)
> Launchpad-Bug-Modifier: Slavic Dragovtev (slavicd)
> Launchpad-Message-Rationale: Subscriber (php-defaults in Ubuntu)
> Launchpad-Message-For: nacc
> Launchpad-Subscription: php-defaults
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767855

Title:
  php.ini grammar mistake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1767855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1767855] [NEW] php.ini grammar mistake

2018-04-29 Thread Nish Aravamudan
The default file contents are inherited directly from Debian and Ubuntu is
unlikely to add delta just for typos/grammatical errors. Please consider
filing with Debian?

On Sun, Apr 29, 2018, 12:55 Slavic Dragovtev <1767...@bugs.launchpad.net>
wrote:

> Public bug reported:
>
> There are a few cases of word mistakes in text like this:
>
> ; Defines the probability that the 'garbage collection' process is started
> ; on every session initialization. The probability is calculated by using
> ; gc_probability/gc_divisor. Where session.gc_probability is the numerator
> ; and gc_divisor is the denominator in the equation. Setting this value to
> 1
> ; when the session.gc_divisor value is 100 will give you approximately a
> 1% chance
> ; the gc will run on any give request.
>
> Note the last line: "give request" should be "given request".
>
> ProblemType: Bug
> DistroRelease: Ubuntu 18.04
> Package: php 1:7.2+60ubuntu1
> ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
> Uname: Linux 4.15.0-20-generic x86_64
> ApportVersion: 2.20.9-0ubuntu7
> Architecture: amd64
> CurrentDesktop: ubuntu:GNOME
> Date: Sun Apr 29 12:34:42 2018
> InstallationDate: Installed on 2018-04-27 (2 days ago)
> InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64
> (20180426)
> PackageArchitecture: all
> SourcePackage: php-defaults
> UpgradeStatus: No upgrade log present (probably fresh install)
>
> ** Affects: php-defaults (Ubuntu)
>  Importance: Undecided
>  Status: New
>
>
> ** Tags: amd64 apport-bug bionic
>
> --
> You received this bug notification because you are subscribed to php-
> defaults in Ubuntu.
> Matching subscriptions: php-defaults
> https://bugs.launchpad.net/bugs/1767855
>
> Title:
>   php.ini grammar mistake
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1767855/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-defaults;
> component=main; status=New; importance=Undecided; assignee=None;
> Launchpad-Bug-Tags: amd64 apport-bug bionic
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: slavicd
> Launchpad-Bug-Reporter: Slavic Dragovtev (slavicd)
> Launchpad-Bug-Modifier: Slavic Dragovtev (slavicd)
> Launchpad-Message-Rationale: Subscriber (php-defaults in Ubuntu)
> Launchpad-Message-For: nacc
> Launchpad-Subscription: php-defaults
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767855

Title:
  php.ini grammar mistake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-defaults/+bug/1767855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763085] Re: Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

2018-04-17 Thread Nish Aravamudan
** Changed in: corosync (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: pacemaker (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763085

Title:
  Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763493] Re: Update to 1.8.7

2018-04-17 Thread Nish Aravamudan
This bug was fixed in the package haproxy - 1.8.7-1

---
haproxy (1.8.7-1) unstable; urgency=medium

  * New upstream version.
- BUG/MAJOR: cache: always initialize newly created objects
  * d/control: switch maintainer address to tracker.debian.org.

 -- Vincent Bernat   Sat, 07 Apr 2018 07:58:34 +0200

haproxy (1.8.6-1) unstable; urgency=medium

  * New upstream version.
- BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on
 non-first blocks
- BUG/MAJOR: h2: remove orphaned streams from the send list before closing
- BUG/MEDIUM: h2/threads: never release the task outside of the task
  handler
- BUG/MEDIUM: h2: always add a stream to the send or fctl list when
  blocked
- BUG/MEDIUM: h2: don't consider pending data on detach if connection
  is in error

 -- Vincent Bernat   Thu, 05 Apr 2018 21:08:12 +0200

haproxy (1.8.5-1) unstable; urgency=medium

  * New upstream version.
- BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues
 management
- BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk
- BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk
- BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc
- BUG/MEDIUM: h2: also arm the h2 timeout when sending
- BUG/MEDIUM: h2: always consume any trailing data after end of output
  buffers
- BUG/MEDIUM: h2: properly account for DATA padding in flow control
- BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier
  as possible
- BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is
  stopping
- BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken.
- BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as
  unrecovarable.
- BUG/MEDIUM: ssl: Shutdown the connection for reading on
  SSL_ERROR_SYSCALL
- BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers
- BUG/MEDIUM: threads/queue: wake up other threads upon dequeue
- BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is
  temporarily disabled
  * Upload to unstable.
  * d/control: update Vcs-* fields to salsa.debian.org.

 -- Vincent Bernat   Sun, 25 Mar 2018 11:31:25 +0200

** Changed in: haproxy (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: haproxy (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: haproxy (Ubuntu)
   Status: In Progress => Fix Released

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763493

Title:
  Update to 1.8.7

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763085] Re: Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

2018-04-17 Thread Nish Aravamudan
** Changed in: corosync (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: pacemaker (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763085

Title:
  Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763085] Re: Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

2018-04-17 Thread Nish Aravamudan
** Description changed:

  Request provided offline.
+ 
+ No FFE needed, as both updates are bugfix only.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763085

Title:
  Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1749745] Re: php7.2 has removed the mcrypt module

2018-04-16 Thread Nish Aravamudan
Looks like 1.3.6+dfsg.1-1 is now in bionic.

On Sun, Apr 15, 2018 at 1:30 PM, Nish Aravamudan 
wrote:

> Thanks! I'll sync on Monday.
>
> On Sun, Apr 15, 2018, 11:01 Malcolm Scott  wrote:
>
>> ...Indeed Debian just published roundcube 1.3.6+dfsg.1-1 which drops the
>> php-mcrypt dependency.  roundcube could now be copied back to Ubuntu as-
>> is.
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1749745
>>
>> Title:
>>   php7.2 has removed the mcrypt module
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/ubuntu/+source/cakephp/+bug/
>> 1749745/+subscriptions
>>
>> Launchpad-Notification-Type: bug
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=cakephp;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=gosa;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-crypt-chap;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-horde-crypt-blowfish;
>> component=universe; status=Invalid; importance=Undecided; assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-horde-passwd;
>> component=universe; status=Invalid; importance=Undecided; assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=roundcube;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=roundcube-plugins-extra;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=tcpdf;
>> component=universe; status=Invalid; importance=Undecided; assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=tt-rss;
>> component=universe; status=Invalid; importance=Undecided; assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=yubikey-ksm;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=ubuntu; sourcepackage=zoneminder;
>> component=universe; status=Fix Released; importance=Undecided;
>> assignee=None;
>> Launchpad-Bug: distribution=debian; sourcepackage=gosa; component=main;
>> status=Fix Released; importance=Unknown; assignee=None;
>> Launchpad-Bug-Information-Type: Public
>> Launchpad-Bug-Private: no
>> Launchpad-Bug-Security-Vulnerability: no
>> Launchpad-Bug-Commenters: malcscott nacc vorlon
>> Launchpad-Bug-Reporter: Nish Aravamudan (nacc)
>> Launchpad-Bug-Modifier: Malcolm Scott (malcscott)
>> Launchpad-Message-Rationale: Subscriber
>> Launchpad-Message-For: nacc
>>
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1749745

Title:
  php7.2 has removed the mcrypt module

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1749745] Re: php7.2 has removed the mcrypt module

2018-04-15 Thread Nish Aravamudan
Thanks! I'll sync on Monday.

On Sun, Apr 15, 2018, 11:01 Malcolm Scott  wrote:

> ...Indeed Debian just published roundcube 1.3.6+dfsg.1-1 which drops the
> php-mcrypt dependency.  roundcube could now be copied back to Ubuntu as-
> is.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1749745
>
> Title:
>   php7.2 has removed the mcrypt module
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/cakephp/+bug/1749745/+subscriptions
>
> Launchpad-Notification-Type: bug
> Launchpad-Bug: distribution=ubuntu; sourcepackage=cakephp;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=gosa;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-crypt-chap;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu;
> sourcepackage=php-horde-crypt-blowfish; component=universe; status=Invalid;
> importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=php-horde-passwd;
> component=universe; status=Invalid; importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=roundcube;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=roundcube-plugins-extra;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=tcpdf;
> component=universe; status=Invalid; importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=tt-rss;
> component=universe; status=Invalid; importance=Undecided; assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=yubikey-ksm;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=ubuntu; sourcepackage=zoneminder;
> component=universe; status=Fix Released; importance=Undecided;
> assignee=None;
> Launchpad-Bug: distribution=debian; sourcepackage=gosa; component=main;
> status=Fix Released; importance=Unknown; assignee=None;
> Launchpad-Bug-Information-Type: Public
> Launchpad-Bug-Private: no
> Launchpad-Bug-Security-Vulnerability: no
> Launchpad-Bug-Commenters: malcscott nacc vorlon
> Launchpad-Bug-Reporter: Nish Aravamudan (nacc)
> Launchpad-Bug-Modifier: Malcolm Scott (malcscott)
> Launchpad-Message-Rationale: Subscriber
> Launchpad-Message-For: nacc
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1749745

Title:
  php7.2 has removed the mcrypt module

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762576] Re: ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

2018-04-13 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762576

Title:
  ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762578] Re: ags_recall_stop_persistent() event not properly done

2018-04-13 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762578

Title:
  ags_recall_stop_persistent() event not properly done

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762564] Re: GSequencer wrong interface init function of AgsRecallAudioRun

2018-04-13 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762564

Title:
  GSequencer wrong interface init function of AgsRecallAudioRun

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762578] Re: ags_recall_stop_persistent() event not properly done

2018-04-12 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762578

Title:
  ags_recall_stop_persistent() event not properly done

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762576] Re: ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

2018-04-12 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762576

Title:
  ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762564] Re: GSequencer wrong interface init function of AgsRecallAudioRun

2018-04-12 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: New => In Progress

** Changed in: gsequencer (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762564

Title:
  GSequencer wrong interface init function of AgsRecallAudioRun

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763398] Re: s3cmd package requires python distutils package

2018-04-12 Thread Nish Aravamudan
python3-distutils is not a runtime dependency. Investigating why (dh-
python3 issue?)

** Changed in: s3cmd (Ubuntu)
   Status: New => Confirmed

** Changed in: s3cmd (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763398

Title:
  s3cmd package requires python distutils package

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-12 Thread Nish Aravamudan
** Changed in: llvm-toolchain-6.0 (Ubuntu)
 Assignee: Nish Aravamudan (nacc) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761009

Title:
  LLDB.h is missing from liblldb-6.0-dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-6.0/+bug/1761009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1720598] Re: Netbeans does not start

2018-04-11 Thread Nish Aravamudan
Is this the same as LP: #1763091 ? If so, I will dupe it (as I'm hoping
to resolve that today).

** Changed in: netbeans (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1720598

Title:
  Netbeans does not start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1735457] Re: New upstream version (8.2) for netbeans

2018-04-11 Thread Nish Aravamudan
Just an FYI this won't be happening until Debian releases it, so not in
18.04.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1735457

Title:
  New upstream version (8.2) for netbeans

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1758538] Re: Netbeans fails to run after turning on modules

2018-04-11 Thread Nish Aravamudan
Is this the same as LP: #1763091 ? If so, I will dupe it (as I'm hoping
to resolve that today).

** Changed in: netbeans (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1758538

Title:
  Netbeans fails to run after turning on modules

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763085] Re: Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

2018-04-11 Thread Nish Aravamudan
PPA: https://launchpad.net/~nacc/+archive/ubuntu/lp1763085

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763085

Title:
  Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1760907] Re: Netbeans 8.1 crash in splash screen

2018-04-11 Thread Nish Aravamudan
Is this the same as LP: #1763091 ? If so, I will dupe it (as I'm hoping
to resolve that today).

** Changed in: netbeans (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1760907

Title:
  Netbeans 8.1 crash in splash screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763091] [NEW] netbeans fails to start due to java9

2018-04-11 Thread Nish Aravamudan
Public bug reported:

$ netbeans 
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory 
(file:/usr/share/netbeans/platform18/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of 
org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

Cursory googling around, implies this is java9 incompatibility; netbeans
9 is the first release to support java 9 (it's unclear if 8.2 does). The
simplest fix is to rebuild with just java 8 support and use java 8 at
runtime.

** Affects: netbeans (Ubuntu)
 Importance: Undecided
 Assignee: Nish Aravamudan (nacc)
 Status: In Progress

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

** Changed in: netbeans (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763091

Title:
  netbeans fails to start due to java9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763085] [NEW] Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

2018-04-11 Thread Nish Aravamudan
Public bug reported:

Request provided offline.

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763085

Title:
  Investigate updating to pacemaker 1.1.18 and corosync 2.4.3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1762576] Re: ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

2018-04-10 Thread Nish Aravamudan
** Changed in: gsequencer (Ubuntu)
   Status: New => Confirmed

** Changed in: gsequencer (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1762576

Title:
  ags_widget_cclosure_marshal_VOID__STRING_INT() symbol not exported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1734223] Re: Update package to zsh 5.4.2 (as in Debian Buster)

2018-04-09 Thread Nish Aravamudan
Bionic currently has 5.4.2-3ubuntu3.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1734223

Title:
  Update package to zsh 5.4.2 (as in Debian Buster)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761899] [NEW] [FFe] Please merge with 1.13.10-1 from Debian unstable

2018-04-06 Thread Nish Aravamudan
Public bug reported:

Feature Freeze exception:

Much like 16.04, we want to get nginx in 18.04 as close to a LTS release
as possible. Future updates to get the actual upstream LTS release will
come from bionic-updates.

Features between 1.13.6 and 1.13.10:

https://nginx.org/en/CHANGES

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

** Merge proposal linked:
   
https://code.launchpad.net/~nacc/ubuntu/+source/nginx/+git/nginx/+merge/342762

** Description changed:

  Feature Freeze exception:
  
  Much like 16.04, we want to get nginx in 18.04 as close to a LTS release
  as possible. Future updates to get the actual upstream LTS release will
  come from bionic-updates.
+ 
+ Features between 1.13.6 and 1.13.10:
+ 
+ https://nginx.org/en/CHANGES

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761899

Title:
  [FFe] Please merge with 1.13.10-1 from Debian unstable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-06 Thread Nish Aravamudan
** Changed in: llvm-toolchain-6.0 (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761009

Title:
  LLDB.h is missing from liblldb-6.0-dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-6.0/+bug/1761009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-06 Thread Nish Aravamudan
Uploaded to bionic-proposed.

Submitted to Debian and already picked up into their VCS.

** Bug watch added: Debian Bug tracker #895051
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895051

** Also affects: llvm-toolchain-6.0 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895051
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761009

Title:
  LLDB.h is missing from liblldb-6.0-dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-6.0/+bug/1761009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-05 Thread Nish Aravamudan
I just uploaded llvm-toolchain-6.0_6.0-1ubuntu2~ppa1 to my PPA at
https://launchpad.net/~nacc/+archive/ubuntu/lp1761009 and it is building
now. Please test and report back once it's available.

** Changed in: llvm-toolchain-6.0 (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761009

Title:
  LLDB.h is missing from liblldb-6.0-dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-6.0/+bug/1761009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761009] Re: LLDB.h is missing from liblldb-6.0-dev package

2018-04-05 Thread Nish Aravamudan
** Changed in: llvm-toolchain-6.0 (Ubuntu)
   Status: New => Confirmed

** Changed in: llvm-toolchain-6.0 (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761009

Title:
  LLDB.h is missing from liblldb-6.0-dev package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-6.0/+bug/1761009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761370] Re: package libapache2-mod-php7.0 7.0.28-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-04-05 Thread Nish Aravamudan
Thank you for filing this bug report.

Per the output:

modified.conffile..etc.apache2.mods-available.php7.0.conf: [deleted]
modified.conffile..etc.apache2.mods-available.php7.0.load: [deleted]

You have deleted the apache2 configuration for the php7.0 module. If
your goal was to disable PHP support in apache2, you should either
remove the libapache2-mod-php metapackage, or run `sudo a2dismod php7.0`
(I think on the latter, it might be `sudo a2dismod php`).

As this appears to be a local configuration issue, I'm marking it as
incomplete. If you feel that is incorrect, please provide a comment
indicating why and mark it as New.

** Changed in: php7.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761370

Title:
  package libapache2-mod-php7.0 7.0.28-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1761370/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1759700] [NEW] Add a which-part-provided command or output (behind a flag)

2018-03-28 Thread Nish Aravamudan
Public bug reported:

As discussed with kyrofa on IRC, it would be very helpful to query
snapcraft for which part is responsible for a path in a snap.

Additionally, perhaps hidden behind a flag, it would be very helpful for
new (or optimizing) snappers to be able to have snapcraft list all files
in the snap due to each part. This would be used, for instance, to
determine what paths can be removed from stage/prime/etc in the YAML, as
they might be unused, but the part to modify is not immediately obvious.

** Affects: snapcraft
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1759700

Title:
  Add a which-part-provided command or output (behind a flag)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1757344] Re: package php7.1-sqlite3 7.1.15-0ubuntu0.17.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2018-03-21 Thread Nish Aravamudan
** Also affects: update-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1757344

Title:
  package php7.1-sqlite3 7.1.15-0ubuntu0.17.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.1/+bug/1757344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1638957] Re: [MIR] http-parser, dependency of sssd

2018-03-21 Thread Nish Aravamudan
Given the security team ack, and the package generally, fine to MIR

I believe the only package that needs promotion (other than the source):

libhttp-parser2.7.1

** Changed in: http-parser (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638957

Title:
  [MIR] http-parser, dependency of sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/http-parser/+bug/1638957/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1757344] Re: package php7.1-sqlite3 7.1.15-0ubuntu0.17.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2018-03-21 Thread Nish Aravamudan
Hello and thank you for filing this bug!

Was your update performed from a terminal (e.g., using apt or apt-get)
or from a GUI (e.g. update-manager)? If the latter, which GUI?

The segmentation fault reported is actually in the package manager
itself (the frontend of it), not with PHP.

A workaround is probably to use apt/apt-get, if you weren't already, to
perform the upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1757344

Title:
  package php7.1-sqlite3 7.1.15-0ubuntu0.17.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 139

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.1/+bug/1757344/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1638957] Re: [MIR] http-parser, dependency of sssd

2018-03-21 Thread Nish Aravamudan
** Changed in: http-parser (Ubuntu)
 Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638957

Title:
  [MIR] http-parser, dependency of sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/http-parser/+bug/1638957/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756380] Re: vaapi VP9 hardware decoding not working anymore in bionic

2018-03-20 Thread Nish Aravamudan
@cran: you can wait for your mirror, or download the debs from
archive.ubuntu.com.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756380

Title:
  vaapi VP9 hardware decoding not working anymore in bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1756380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756459] Re: VP9 hardware decoding broken in 17.10, displaying corrupted images in frames while playing videos

2018-03-20 Thread Nish Aravamudan
** Changed in: intel-vaapi-driver (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756459

Title:
  VP9 hardware decoding broken in 17.10, displaying corrupted images in
  frames while playing videos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1756459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1754464] Re: remove broken ruby srcpkgs due to ruby-defaults stuck in bionic-proposed

2018-03-15 Thread Nish Aravamudan
ruby-filepath's dep8 tests hang (reproducible locally) and upstream
mentions only ruby2.3 compatibility https://github.com/gioele/filepath

** Also affects: ruby-filepath (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1754464

Title:
  remove broken ruby srcpkgs due to ruby-defaults stuck in bionic-
  proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-autoparse/+bug/1754464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1753018] Re: Please merge strongswan 5.6.2-1 from Debian

2018-03-15 Thread Nish Aravamudan
FYI, the CVE was already fixed in 5.6.1-2ubuntu4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753018

Title:
  Please merge strongswan 5.6.2-1 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744148] Re: [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

2018-03-14 Thread Nish Aravamudan
** Attachment added: "php7.1_7.1.15-0ubuntu0.17.10.1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1744148/+attachment/5079884/+files/php7.1_7.1.15-0ubuntu0.17.10.1.debian.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744148

Title:
  [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1744148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744148] Re: [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

2018-03-14 Thread Nish Aravamudan
@Marc: php7.0/7.1 is ready to sponsor into xenial-security (and
-updates). You should only need to do some changelog mangling to match
the security team's format, and a `uscan` to grab the orig tarball from
upstream.

** Changed in: php7.0 (Ubuntu Xenial)
 Assignee: Nish Aravamudan (nacc) => Marc Deslauriers (mdeslaur)

** Changed in: php7.1 (Ubuntu Artful)
 Assignee: Nish Aravamudan (nacc) => Marc Deslauriers (mdeslaur)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744148

Title:
  [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1744148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744148] Re: [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

2018-03-14 Thread Nish Aravamudan
** Attachment added: "php7.1_7.1.15-0ubuntu0.17.10.1.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1744148/+attachment/5079883/+files/php7.1_7.1.15-0ubuntu0.17.10.1.dsc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744148

Title:
  [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1744148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744148] Re: [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

2018-03-14 Thread Nish Aravamudan
** Attachment added: "php7.0_7.0.28-0ubuntu0.16.04.1.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1744148/+attachment/5079867/+files/php7.0_7.0.28-0ubuntu0.16.04.1.dsc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744148

Title:
  [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1744148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744148] Re: [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

2018-03-14 Thread Nish Aravamudan
** Attachment added: "php7.0_7.0.28-0ubuntu0.16.04.1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1744148/+attachment/5079866/+files/php7.0_7.0.28-0ubuntu0.16.04.1.debian.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744148

Title:
  [MRE] Please update to latest upstream release 7.0.28 / 7.1.15 / 7.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1744148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >