Re: proposed migration duty - special php edition

2020-03-03 Thread Bryce Harrington
On Tue, Mar 03, 2020 at 12:38:08PM +0100, Christian Ehrhardt wrote: > Today I tried to fill my compile/test breaks with some help for php7.4 by > asking bryce this morning. I mostly indulged in non-PHP work today, but have some small updates: > [07:09] + php-defaults: php-recode/amd64 =>

Re: proposed migration duty - special php edition

2020-03-03 Thread Bryce Harrington
On Tue, Mar 03, 2020 at 03:07:42PM +0100, Christian Ehrhardt wrote: > On Tue, Mar 3, 2020 at 2:33 PM Robie Basak > wrote: > > > On Tue, Mar 03, 2020 at 12:38:08PM +0100, Christian Ehrhardt wrote: > > > Class I: > > > - php-cache-lite - FAIL stderr: PHP Warning: > > >

[Bug 1865523] Re: [bionic] fence_scsi not working properly with 1.1.18-2ubuntu1.1

2020-03-03 Thread Rafael David Tinoco
# Demonstration of fence_scsi fencing a node: (k)rafaeldtinoco@clubionic03:~/.../upstream$ cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp # iscsi auto eth1 iface eth1 inet static address 10.250.1.12/24 # private auto eth2 iface eth2 inet static

[Bug 1865523] Re: [bionic] fence_scsi not working properly with 1.1.18-2ubuntu1.1

2020-03-03 Thread Rafael David Tinoco
Now I'm going to work with this package and check needed Pacemaker fixes. After that I'm going to propose both merges together. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1865523 Title:

[Bug 1865523] Re: [bionic] fence_scsi not working properly with 1.1.18-2ubuntu1.1

2020-03-03 Thread Rafael David Tinoco
# For Ubuntu Bionic: Okay, after bisecting fence-scsi and monitoring all its functions I was able to isolate the patches that I need to take to bionic to make it compatible with existing version and, at the same time, operational: Note: all tests were conducted with Pacemaker v1.1.19-0ubuntu1

[Bug 1865523] Re: [bionic] fence_scsi not working properly with 1.1.18-2ubuntu1.1

2020-03-03 Thread Rafael David Tinoco
# Demonstration of fence_scsi agent working in Bionic: (k)rafaeldtinoco@clubionic01:~/.../upstream$ sudo dpkg -i ./*.deb dpkg: warning: downgrading fence-agents from 4.4.0-2 to 4.0.25-2ubuntu1 (Reading database ... 85434 files and directories currently installed.) Preparing to unpack

Proposed migration report for Tue 2020-03-03

2020-03-03 Thread Andreas Hasenack
# bind9, bind9-libs, isc-dhcp, debian-installer, bind-dyndb-ldap Stuck on debian-installer, which is stuck on linux, which has a block proposed tag: https://launchpad.net/bugs/1865025 # apache2, cacti Resolved via https://launchpad.net/ubuntu/+source/cacti/1.2.9+ds1-1ubuntu2 (bug #1865067: fix

[Bug 1865511] Re: Clamav package should contain clamav-daemon

2020-03-03 Thread Andreas Hasenack
apt install clamav on eoan brings in: clamav clamav-base clamav-freshclam libclamav9 libltdl7 libtfm1 The freshclam daemon tries to download the databases right away: Tue Mar 3 20:01:42 2020 -> freshclam daemon 0.102.2 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64) Tue Mar 3 20:01:42 2020 ->

[Bug 1865511] Re: Tweak freshclam ReceiveTimeout value for slow internet connections

2020-03-03 Thread Andreas Hasenack
Actually, looks like this was fixed already. The 30s ReceiveTimeout default value was being set in eoan's clamav-freshclam.postinst: [ -z "$ReceiveTimeout" ] && ReceiveTimeout=30 This was later changed to 0 in the package version 0.102.2+dfsg-1: clamav (0.102.2+dfsg-1) unstable; urgency=medium

Triage report for 2020-03-03 (bug touched on 2020-03-02)

2020-03-03 Thread Andreas Hasenack
Just this bug I wanted to highlight: LP: #1863749 - *+(Triaged) [strongswan] - NTRU Plugin Missing in Focal If someone has experience with the NTRU plugin, please chime in on the bug, as we need to gather reasons to have it enabled again and included in Focal as a Feature Freeze

[Bug 1865501] Re: libpcap-dev and derivatives missing libpcap.pc

2020-03-03 Thread Andreas Hasenack
This was fixed in 1.9.0-2: libpcap (1.9.0-2) unstable; urgency=medium [ Luca Boccassi ] * Install upstream pkg-config file (closes: #922219). Ubuntu Eoan (19.10) and later have this fix. I assume you are running disco or earlier. But those versions do not have the pc file in the upstream

[Bug 1864958] Re: package mysql-server-8.0 8.0.19-0ubuntu0.19.10.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2020-03-03 Thread Andreas Hasenack
Setting the bug status to "incomplete" pending feedback from Lars' suggestions and requests. ** Changed in: mysql-8.0 (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to mysql-8.0 in Ubuntu.

[Bug 1833713] Re: Metadata is broken with dpdk bonding, jumbo frames and metadata from qdhcp

2020-03-03 Thread Andreas Hasenack
Does anybody know if upstream responded elsewhere? https://mail.openvswitch.org/pipermail/ovs-discuss/2019-July/048997.html shows no thread reply. Wouldn't it be best to open a bug instead? -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to

[Bug 1863749] Re: NTRU Plugin Missing in Focal

2020-03-03 Thread Andreas Hasenack
We are past feature freeze, so this needs to become a Feature Freeze Exception bug if we still want this in focal. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1863749 Title: NTRU Plugin

Re: proposed migration duty - special php edition

2020-03-03 Thread Bryce Harrington
On Tue, Mar 03, 2020 at 12:38:08PM +0100, Christian Ehrhardt wrote: > Today I tried to fill my compile/test breaks with some help for php7.4 by > asking bryce this morning. > > Summary for now is the usual one - I've moved a lot of things further, but > there is work left :-) > > [07:07] bryce:

Re: proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
On Tue, Mar 3, 2020 at 3:41 PM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > > > On Tue, Mar 3, 2020 at 3:08 PM Christian Ehrhardt < > christian.ehrha...@canonical.com> wrote: > >> >> >> On Tue, Mar 3, 2020 at 12:38 PM Christian Ehrhardt < >> christian.ehrha...@canonical.com>

Re: proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
On Tue, Mar 3, 2020 at 3:08 PM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: > > > On Tue, Mar 3, 2020 at 12:38 PM Christian Ehrhardt < > christian.ehrha...@canonical.com> wrote: > ... > >> Class III: >> - php-http-request2 >> - PHP Fatal error: Declaration of >>

Re: proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
On Tue, Mar 3, 2020 at 12:38 PM Christian Ehrhardt < christian.ehrha...@canonical.com> wrote: ... > Class III: > - php-http-request2 > - PHP Fatal error: Declaration of > HTTP_Request2_Adapter_CommonNetworkTest::setUp() must be compatible with > PHPUnit\Framework\TestCase::setUp(): void in >

Re: proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
On Tue, Mar 3, 2020 at 2:33 PM Robie Basak wrote: > On Tue, Mar 03, 2020 at 12:38:08PM +0100, Christian Ehrhardt wrote: > > Class I: > > - php-cache-lite - FAIL stderr: PHP Warning: > > file_put_contents(/usr/bin/.phpunit.result.cache): failed to open stream > > (no idea yet) > > - php-db -

Re: proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
> ... > > => But phpunit had further issues. > The new fails now seem like legitimate test-errors vs the new version: > - Exception: Serialization of 'ReflectionClass' is not allowed > - Deprecated: Function ReflectionType::__toString() is deprecated ... > At least all 39 errors are about the same

Re: proposed migration duty - special php edition

2020-03-03 Thread Robie Basak
On Tue, Mar 03, 2020 at 01:33:53PM +, Robie Basak wrote: > Debdiff for phpunit attached. Please review! I should add that I've tested phpunit build and autopkgtest locally on amd64 only, and php-cache-lite autopkgtest (without a build) locally against the local build of phpunit.

Re: proposed migration duty - special php edition

2020-03-03 Thread Robie Basak
On Tue, Mar 03, 2020 at 12:38:08PM +0100, Christian Ehrhardt wrote: > Class I: > - php-cache-lite - FAIL stderr: PHP Warning: > file_put_contents(/usr/bin/.phpunit.result.cache): failed to open stream > (no idea yet) > - php-db - same I/O error > - php-imagick - same I/O error > -

proposed migration duty - special php edition

2020-03-03 Thread Christian Ehrhardt
Today I tried to fill my compile/test breaks with some help for php7.4 by asking bryce this morning. Summary for now is the usual one - I've moved a lot of things further, but there is work left :-) [07:07] bryce: any emergency php things to look into? [07:08] not really, although there's a