[Bug 1917292] Re: Lubuntu Hirsute daily install failed due to grub packaging errors

2021-03-01 Thread Thomas Ward
We just checked with cjwatson and vorlon, it looks like this might be a stuck sync and mirror process. They're killing that and manually syncing it now, so the mismatch might go away in the next ISO build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1867198] Re: MIR: bin:libnginx-mod-http-geoip2 from src:nginx

2021-03-01 Thread Thomas Ward
Discussed via IRC, but libmaxminddb is a dependency that needs to be in Main if we're going to get this third-party module (shipped inside src:nginx) binary-included in Main. The module is still actively reviewed by the third party developer but has not had any code changes to the underlying C mod

[Bug 1917500] [NEW] pastebin.com as a fallback errors with HTTP 405s

2021-03-02 Thread Thomas Ward
Public bug reported: The pastebin.com fallback (in the event the distro can't be determined by `distro` module) does not function. While this does not block any functionality for distro-specific pastebins such as paste.u.c or Debian's paste, it DOES break pastebin.com functionality, making pasteb

[Bug 1917292] Re: Lubuntu Hirsute daily install failed due to grub packaging errors

2021-03-02 Thread Thomas Ward
This issue was resolved by cjwatson and vorlon addressing the mismatching versions between what's in the repos and what was being put on the ISO (caused by a desync in the local ftp mirror the builder was using). This is not a Cala bug nor a Grub bug, this was an ISO builder issue. ** Changed in:

[Bug 1929878] Re: package nginx 1.18.0-0ubuntu1.2 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2021-05-27 Thread Thomas Ward
Your configuration is pointing to a nonexistent certificate somewhere in the configuration. This is the relevant section in your logs: mei 27 10:26:01 Kernoitje2 nginx[12175]: nginx: [emerg] cannot load certificate "/etc/ssl/meet.jit.si.crt": BIO_new_file() failed (SSL: error:02001002:system libr

[Bug 1929878] Re: package nginx 1.18.0-0ubuntu1.2 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2021-05-29 Thread Thomas Ward
That is something you have to discuss with NGINX and their developers upstream. And is not something that we can do at the Ubuntu level. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929878 Title:

[Bug 1928087] Re: Please remove src:jack-rack

2021-06-11 Thread Thomas Ward
** Changed in: jack-rack (Ubuntu) Assignee: Ubuntu Studio Development (ubuntustudio-dev) => (unassigned) ** Changed in: jack-rack (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1933886] Re: tor browser not launching in impish

2021-06-28 Thread Thomas Ward
ERR:NOREPRO Test environment: Ubuntu 21.10, fresh install. Wayland is the environment (because Wayland is default) ** Changed in: torbrowser-launcher (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1933886] Re: tor browser not launching in impish

2021-06-28 Thread Thomas Ward
Okay, so, I did some heavy hardcore digging. The core execution string at the deepest level is something like this: `$HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_en- US/Browser/firefox --class "Tor Browser" -profile $HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_en- US/Browser/TorBr

[Bug 1933886] Re: tor browser not launching in impish

2021-06-28 Thread Thomas Ward
More development chaos: I downloaded Tor Browser from upstream directly. This issue is not reproducible on Upstream Tor Browser, which doesn't use a launcher mechanism like torbrowser-launcher does. More digging for me, now... ** Changed in: torbrowser-launcher (Ubuntu) Status: Incomplet

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-06-29 Thread Thomas Ward
** Attachment added: "Crash stderr output." https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1933886/+attachment/5507948/+files/torbrowser-crash-error.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-06-29 Thread Thomas Ward
Did some more tracing. Narrowed this down to some kind of AppArmor issue in the Lubuntu environment possibly, but more importantly, this error shows up: " Gtk-WARNING **: 01:33:02.634: cannot open display: :0" This suggests that apparmor might be blocking things? ** Attachment added: "apparmor

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-06-29 Thread Thomas Ward
Core problem traced back to what LOOKS to be a regression in AppArmor owned by the Security team. For all intents and purposes, `/etc/apparmor.d/abstractions/X` should give read-write to the display sockets. HOWEVER, this has changed in AppArmor. Even if we include the abstractions if they exist

[Bug 1934005] [NEW] abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-06-29 Thread Thomas Ward
Public bug reported: In Focal, abstractions/X has the following section in it: # the unix socket to use to connect to the display /tmp/.X11-unix/* rw, unix (connect, receive, send) type=stream peer=(addr="@/tmp/.X11-unix/X[0-9]*"), unix (connect, receive, send) type=s

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-06-29 Thread Thomas Ward
Related Security Team bug for the apparmor regression: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1934005 Related Upstream bug because there'll need to be some abstractions included in the apparmor rules: https://github.com/micahflee/torbrowser-launcher/issues/588 ** Bug watch ad

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-06-29 Thread Thomas Ward
NOTE: The AppArmor profiles are **brand new** in Impish, and as such are incomplete. This plus the X abstractions regression explains why this is broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1934005] Re: abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-06-30 Thread Thomas Ward
So, fixed upstream, but not present in Hirsute or Impish... guess its patching time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934005 Title: abstractions/X: Possible regression of X session fun

[Bug 1934005] Re: abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-06-30 Thread Thomas Ward
** Changed in: apparmor (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934005 Title: abstractions/X: Possible regression of X sess

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-06-30 Thread Thomas Ward
** Changed in: apparmor (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932331 Title: ubuntu_qrt_apparmor: i18n test fails on ar

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-06-30 Thread Thomas Ward
Has the fidelity of the patch attached here been vetted by anyone? (Seth Arnold asked me to take a look @ this while I'm pushing hard for 1934005 to fix some major chaos so this gets in with that update / SRU) -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1934005] Re: abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-06-30 Thread Thomas Ward
** Also affects: apparmor (Ubuntu Impish) Importance: High Assignee: Thomas Ward (teward) Status: New ** Also affects: apparmor (Ubuntu Hirsute) Importance: Undecided Status: New ** Changed in: apparmor (Ubuntu Hirsute) Importance: Undecided => High ** Changed

[Bug 1934005] Re: abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-06-30 Thread Thomas Ward
SRU template applied because this'll need SRU'd as well, after this lands in Impish. ** Description changed: + [Impact] + Any application that requires access to X11 sockets for the Display may want to include abstractions/X in the AppArmor rules, which usually will include rules that we would

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-06-30 Thread Thomas Ward
Seth Arnold has affirmed the patch is going to fix things, so it's been reviewed by Seth. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932331 Title: ubuntu_qrt_apparmor: i18n test fails on arm64 H

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-06-30 Thread Thomas Ward
Thanks for the confirm, Steve. However, these may be 'upstream' but aren't yet in Ubuntu, so. The two issues on my radar are the one I discovered needs fixed for something to properly WORK for torbrowser- launcher, and the other is this one Seth poked at me to include on any SRU for HIrsute. (Or

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-07-01 Thread Thomas Ward
** Also affects: apparmor (Ubuntu Hirsute) 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/1932331 Title: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirs

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-07-01 Thread Thomas Ward
** Changed in: apparmor (Ubuntu Hirsute) Status: New => In Progress ** Changed in: apparmor (Ubuntu Hirsute) Assignee: (unassigned) => Thomas Ward (teward) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1932331] Re: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish

2021-07-01 Thread Thomas Ward
** Changed in: apparmor Status: In Progress => 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/1932331 Title: ubuntu_qrt_apparmor: i18n test fails on arm64 Hirsute / Impish To man

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-07-03 Thread Thomas Ward
** Changed in: torbrowser-launcher (Ubuntu) Status: Confirmed => In Progress ** Changed in: torbrowser-launcher (Ubuntu) Importance: Undecided => Medium ** Changed in: torbrowser-launcher (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) -- You received

[Bug 1934005] Re: abstractions/X: Possible regression of X session functionality by removing 'w' from /tmp/.X11-unix/* line?

2021-07-06 Thread Thomas Ward
I did some testing with the adjusted X abstractions, and porting the torbrowser-launcher apparmor rules back as part of testing. With the X abstractions added, and the adjusted X abstractions working, all looks good there. The other component of the SRU is a tests fix, that will only show in the

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2021-07-07 Thread Thomas Ward
Viktor: No, not all buggy modules are going to get removed, especially if there's patches. However, to *fix* the issue with the Lua module, and because it has **future** requisite dependencies on OpenResty Core, the Lua module was removed. This also was not removed in *older* releases, it was on

[Bug 1933378] Re: Unable to build from source mongodb-server-core - focal

2021-07-07 Thread Thomas Ward
Does mongodb still need the requests library, but in Python 3? If so the removal here without inclusion of the python3 requests library will break things. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1933378] Re: Unable to build from source mongodb-server-core - focal

2021-07-07 Thread Thomas Ward
Also verify whether Hirsute and later are also affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933378 Title: Unable to build from source mongodb-server-core - focal To manage notifications

[Bug 1933378] Re: Unable to build from source mongodb-server-core - focal

2021-07-08 Thread Thomas Ward
Confirmed, removed from Groovy onwards, see https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1879494 Removing the hirsute+ tasks because of license incompatibility blocks. ** Changed in: mongodb (Ubuntu Groovy) Status: New => Won't Fix ** Changed in: mongodb (Ubuntu Hirsute)

[Bug 1933378] Re: Unable to build from source mongodb-server-core - focal

2021-07-08 Thread Thomas Ward
** Changed in: mongodb (Ubuntu Focal) Assignee: (unassigned) => Heather Lemon (hypothetical-lemon) ** Changed in: mongodb (Ubuntu Impish) Assignee: Heather Lemon (hypothetical-lemon) => (unassigned) ** Changed in: mongodb (Ubuntu Impish) Importance: High => Undecided ** Changed in:

[Bug 1934891] Re: squid: build failure for Impish RISC-V

2021-07-10 Thread Thomas Ward
ned) ** Changed in: squid (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) ** Changed in: squid (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1934891] Re: squid: build failure for Impish RISC-V

2021-07-10 Thread Thomas Ward
** Changed in: squid (Ubuntu) Status: Triaged => In Progress ** Changed in: squid (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934891 Title: squid

[Bug 1934891] Re: squid: build failure for Impish RISC-V

2021-07-10 Thread Thomas Ward
Uploaded to impish-proposed. Should be building, and provided no autopkgtests fail it should migrate to impish repos on its own. ** Changed in: squid (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1934891] Re: squid: build failure for Impish RISC-V

2021-07-10 Thread Thomas Ward
Unsubscribing sponsors as I've sponsored this. Server Team: do me a solid and keep an eye out for any autopkgtest failures in case I miss them - I have a lot of mail so sometimes I don't see the failure notices :P -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1935673] Re: Certain Nginx requests cause a Bus error (18.04 only)

2021-07-12 Thread Thomas Ward
** Also affects: libmaxminddb (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: libmaxminddb (Ubuntu Bionic) Status: New => Incomplete ** Changed in: libmaxminddb (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are

[Bug 1918137] Re: Ubuntu 21.04 Hirsute: i386 package cleaning process

2021-04-14 Thread Thomas Ward
This is not a bug in Ubuntu, in fact this should instead be submitted to the mirrors team as a ticket at r...@ubuntu.com and *not* via the Ubuntu bug system. Closing as "invalid" as it's not a bug in Ubuntu, rather a separate issue not related to a bug in Ubuntu. ** Changed in: ubuntu Stat

[Bug 1918137] Re: Ubuntu 21.04 Hirsute: i386 package cleaning process

2021-04-14 Thread Thomas Ward
** Changed in: ubuntu Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918137 Title: Ubuntu 21.04 Hirsute: i386 package cleaning process To manage notifications ab

[Bug 1926311] [NEW] "TPM PCR0 differs from reconstruction" for device firmware errors - not fixed in all releases (1.3.11 in Focal for example)

2021-04-27 Thread Thomas Ward
Public bug reported: `fwupd` has an internal logging mechanism, and during firmware updates attempts to rebuild TPM PCRs based off event logs. Unfortunately, this has known bugs in versions before 1.3.12, 1.4.7, 1.5.0. Per their wiki on this (https://github.com/fwupd/fwupd/wiki/TPM-PCR0 -differs

[Bug 1926311] Re: "TPM PCR0 differs from reconstruction" for device firmware

2021-04-27 Thread Thomas Ward
** Attachment added: "Example logs with TPM PCR0 failures." https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1926311/+attachment/5492799/+files/fwupd_logs_focal.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1926311] Re: "TPM PCR0 differs from reconstruction" for device firmware

2021-04-27 Thread Thomas Ward
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1883568 is related, but 1.3.11 does NOT properly fix the TPM PCR0 calculation, per fwupd upstream. ** Summary changed: - "TPM PCR0 differs from reconstruction" for device firmware + "TPM PCR0 differs from reconstruction" for device firmware err

[Bug 1754431] Re: multiple urls not opening on commandline

2021-07-14 Thread Thomas Ward
In 0.3.2, we know that the torbrowser-launcher does not actually launch the URLs. When executed on the command line directly we see this on a Focal system: $ torbrowser-launcher https://cnn.com Tor Browser Launcher By Micah Lee, licensed under MIT version 0.3.2 https://github.com/micahflee/torbro

[Bug 1754431] Re: URLs not opening in Tor Browser when passed as command line arguments

2021-07-14 Thread Thomas Ward
** Summary changed: - multiple urls not opening on commandline + URLs not opening in Tor Browser when passed as command line arguments -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754431 Title: U

[Bug 1933886] Re: tor browser not launching in impish (flavors; l/x/kubuntu)

2021-07-15 Thread Thomas Ward
** Changed in: torbrowser-launcher (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/1933886 Title: tor browser not launching in impish (flavors; l/x

[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2020-11-15 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893753 Title: libnginx-mod-http-lua 0.10.11 not compatible w

[Bug 1905613] Re: Please backport v4l2loopback 0.12.5-1 (universe) from hirsute

2020-12-10 Thread Thomas Ward
You need to verify the rdepends as well. This will not move until this gets the rdeps tested. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905613 Title: Please backport v4l2loopback 0.12.5-1 (uni

[Bug 1905613] Re: Please backport v4l2loopback 0.12.5-1 (universe) from hirsute

2020-12-10 Thread Thomas Ward
I misread - Reverse-Suggests don't need tested, they're listed for completeness sake. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905613 Title: Please backport v4l2loopback 0.12.5-1 (universe) fr

[Bug 1779919] Re: package nginx-core 1.10.3-0ubuntu0.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-07-03 Thread Thomas Ward
>From your logs, something else is already listening on Port 80. Find that process and shut it down, then attempt installation and configuration of NGINX again. ** Changed in: nginx (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu B

[Bug 1790149] Re: [FFe needed] Update NGINX in Cosmic to 1.15.3 for bugfixes

2018-09-07 Thread Thomas Ward
Upload in progress, it should land in the queue shortly. Thanks, Lukasz. ** Changed in: nginx (Ubuntu) Status: Triaged => 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/1790149 T

[Bug 1782226] Re: [SRU] Allow NGINX to install but not start during postinst if another process is bound to port 80

2018-09-10 Thread Thomas Ward
Tested and confirmed working in Bionic. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1797897] [NEW] Add --with-compat to NGINX packages

2018-10-15 Thread Thomas Ward
Public bug reported: Adding --with-compat would allow for those compiling dynamic modules separately to include them in the NGINX packages. This should be considered for Ubuntu and Debian as well. ** Affects: nginx Importance: Wishlist Assignee: Thomas Ward (teward) Status

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-15 Thread Thomas Ward
Note that for Ubuntu, this will not be done for Cosmic - we are too late in the dev cycle to do this for Cosmic, so any changes to this which would add this to the Ubuntu packages will be for D-series (whatever it is named). This needs discussed first, however, before it gets included in the Ubunt

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-15 Thread Thomas Ward
I realized in IRC I failed to explain properly what happens here. Related: https://forum.nginx.org/read.php?29,270210,270213#msg-270213 and http://mailman.nginx.org/pipermail/nginx-devel/2018-May/09.html IN a nut-shell, what --with-compat does is allow people who build NGINX dynamic modules

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-16 Thread Thomas Ward
We are too close to Cosmic release to get this into Cosmic (Won't Fix'd for Cosmic). This will be included in the D-series cycle for Ubuntu. ** Changed in: nginx (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) ** Also affects: nginx (Ubuntu Dd-series) Importan

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-17 Thread Thomas Ward
Mainline PPA packages are building with --with-compat in the staging PPA, if all goes well I'll copy it over to the actual Mainline PPA. Stable PPA is in progress but more slowly due to other work requirements. ** Changed in: nginx (Ubuntu Dd-series) Assignee: (unassigned) => Tho

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-17 Thread Thomas Ward
Stable PPA packages are now building with --with-compat in the staging PPA, they'll be copied over if all goes well to the main Stable PPA as well. Ubuntu changes are on hold until D-series cycle opens. ** Changed in: nginx/stable Status: In Progress => Fix Committed -- You received this

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-17 Thread Thomas Ward
PPAs now have --with-compat enabled. Updated packages are copying in from the staging PPAs now. ** Changed in: nginx/mainline Status: Fix Committed => Fix Released ** Changed in: nginx/stable Status: Fix Committed => Fix Released ** Changed in: nginx Status: In Progress =>

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-17 Thread Thomas Ward
** Bug watch added: Debian Bug tracker #897926 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897926 ** Also affects: nginx (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897926 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Bug 1800214] [NEW] Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-10-26 Thread Thomas Ward
Public bug reported: [Reason for SRU] Ubuntu Cosmic 18.10 ships with OpenSSL 1.1.1, which has TLS 1.3 support. It was intended to enable TLS 1.3 in the default nginx.conf so that TLS v1.3 support would be "enabled by default" if you enabled SSL, however it did not get included due to my own sched

[Bug 1800214] Re: Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-10-26 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: New => Incomplete ** Changed in: nginx (Ubuntu) Status: Incomplete => In Progress ** Description changed: [Reason for SRU] Ubuntu Cosmic 18.10 ships with OpenSSL 1.1.1, which has TLS 1.3 support. It was intended to enable TLS 1.3 in th

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-10-30 Thread Thomas Ward
** Changed in: nginx (Ubuntu Disco) Status: Triaged => 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/1797897 Title: Add --with-compat to NGINX packages To manage notifications ab

[Bug 1795690] [NEW] Update NGINX in Cosmic go 1.15.5 for segfault bugfixes

2018-10-02 Thread Thomas Ward
upload and should be OK under the current freeze of the archives. ** Affects: nginx (Ubuntu) Importance: Medium Assignee: Thomas Ward (teward) Status: In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1795690] Re: Update NGINX in Cosmic go 1.15.5 for segfault bugfixes

2018-10-02 Thread Thomas Ward
Build tests are underway in https://launchpad.net/~teward/+archive/ubuntu/cosmic- buildtests/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1795690 Title: Update NGINX in Cosmic go 1.15.5 f

[Bug 1794325] Re: Errors were encountered while processing: nginx-core

2018-10-02 Thread Thomas Ward
As Steve Beattie indicated, something else is already listening on port 80, so NGINX can't bind to the port. This is not a package bug. Check to see if you have any other processes listening in Port 80 and disable them before attempting to start NGINX. ** Changed in: nginx (Ubuntu) Status

[Bug 1795690] Re: Update NGINX in Cosmic go 1.15.5 for segfault bugfixes

2018-10-02 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: In Progress => Fix Committed ** Summary changed: - Update NGINX in Cosmic go 1.15.5 for segfault bugfixes + SSL worker process bugfixes in 1.15.5, please put into Cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 1803590] Re: package nginx-core 1.14.0-0ubuntu1.2 failed to install/upgrade: instalado nginx-core paquete post-installation guión el subproceso devolvió un error con estado de salida 1

2018-11-15 Thread Thomas Ward
Note also bug reports are not for support requests, please use another medium to get help with your issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803590 Title: package nginx-core 1.14.0-0ub

[Bug 1794235] Re: pysimplesoap broken with python-httplib2 >= 0.10

2018-11-21 Thread Thomas Ward
Per the request of Logan Rosen on #ubuntu-devel on IRC, I was able to follow the test case as written and confirmed the proposed SRU fix does in fact solve this issue. It was noted by Logan however on IRC that another issue had been identified while looking at the source code, but it is not an SRU

[Bug 1800214] Re: Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-11-05 Thread Thomas Ward
Confirmed in testing with a Cosmic container that this enables TLS 1.3 as well as 1.2, 1.1, and 1.0 in the default configuration change. TESTERS: (0) Start with the NGINX in main, not in proposed, for this test. (`sudo apt install nginx-core nginx`) (1) In /etc/nginx/sites-available/default, unc

[Bug 1801982] [NEW] Security Advisory - Nov. 6, 2018 - CVE-2018-16843, CVE-2018-16844

2018-11-06 Thread Thomas Ward
*** This bug is a security vulnerability *** Public security bug reported: The following was put out in a security advisory notice over nginx- announce's mailing list today: http://mailman.nginx.org/pipermail/nginx-announce/2018/000220.html Hello! Two security issues were identified in nginx H

[Bug 1801983] [NEW] Security Advisory - Nov. 6, 2018 - CVE-2018-16845

2018-11-06 Thread Thomas Ward
ubuntu1, 1.10.3-0ubuntu0.16.04.2) * Bionic (1.14.0-0ubuntu1, 1.14.0-0ubuntu1.1) * Cosmic (1.15.0-0ubuntu1, 1.15.0-0ubuntu2) * Disco (1.15.0-0ubuntu1, 1.15.0-0ubuntu3) ** Affects: nginx (Ubuntu) Importance: Medium Assignee: Thomas Ward (teward) Status: Confirmed ** Affects: nginx

[Bug 1801982] Re: Security Advisory - Nov. 6, 2018 - CVE-2018-16843, CVE-2018-16844

2018-11-06 Thread Thomas Ward
ic) Importance: Undecided => Medium ** Changed in: nginx (Ubuntu Cosmic) Importance: Undecided => Medium ** Changed in: nginx (Ubuntu Disco) Importance: Undecided => Medium ** Changed in: nginx (Ubuntu Disco) Assignee: (unassigned) => Thomas Ward (teward) -- You received

[Bug 1604434] Re: NGINX 1.10.x Fail to Build in OpenSSL 1.1.0, switch to Mainline for Yakkety and future non-LTS (until next LTS)

2018-11-06 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604434 Title: NGINX 1.10.x Fail to Build in OpenSSL 1.1.0, switch to Mainline for

[Bug 1800214] Re: Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-11-06 Thread Thomas Ward
Looks like Adam Conrad included the SRU within Disco's no change rebuild for perl, marking as Fix Committed for Disco as that hasn't landed out of proposed yet. ** Also affects: nginx (Ubuntu Disco) Importance: Wishlist Status: In Progress ** Changed in: nginx (Ubuntu Disco) Stat

[Bug 1800214] Re: Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-11-06 Thread Thomas Ward
Additional testing was completed by myself and I haven't seen any TLS related regressions (running this on two production sites currently for my business and my personal). I'm marking this as verification-done. ** Tags removed: verification-needed verification-needed-cosmic ** Tags added: verific

[Bug 1801983] Re: Security Advisory - Nov. 6, 2018 - CVE-2018-16845

2018-11-07 Thread Thomas Ward
** Changed in: nginx (Ubuntu Trusty) Status: Confirmed => Fix Released ** Changed in: nginx (Ubuntu Xenial) Status: Confirmed => Fix Released ** Changed in: nginx (Ubuntu Bionic) Status: Confirmed => Fix Released ** Changed in: nginx (Ubuntu Cosmic) Status: Confirmed

[Bug 1801982] Re: Security Advisory - Nov. 6, 2018 - CVE-2018-16843, CVE-2018-16844

2018-11-07 Thread Thomas Ward
** Changed in: nginx (Ubuntu Xenial) Status: Confirmed => Fix Released ** Changed in: nginx (Ubuntu Bionic) Status: Confirmed => Fix Released ** Changed in: nginx (Ubuntu Cosmic) Status: Confirmed => Fix Released -- You received this bug notification because you are a membe

[Bug 1800214] Re: Enable TLS 1.3 by default in NGINX configs for Cosmic

2018-11-07 Thread Thomas Ward
Released by the security team while handing USN-3812-1 and three CVEs into Cosmic. Marking "Fix Released" for Cosmic as this is now in the repositories. ** Changed in: nginx (Ubuntu Cosmic) Status: Fix Committed => Fix Released -- You received this bug notification because you are a memb

[Bug 1802330] [NEW] "Not enough memory" error when trying to work with large images with partclone

2018-11-08 Thread Thomas Ward
Public bug reported: Partclone is capable of working with images that're fragmented into tiny bits, and then reconstructing them and cloning partitions. However, with extremely large disks, the version of partclone in Xenial has a major flaw: it wants you to have memory equal to the 'disk size'.

[Bug 1802330] Re: "Not enough memory" error when trying to work with large images with partclone

2018-11-08 Thread Thomas Ward
** Changed in: partclone (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: partclone (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/1802330 Title

[Bug 1802330] Re: "Not enough memory" error when trying to work with large images with partclone

2018-11-08 Thread Thomas Ward
Correction, the backported version was using Disco as a base, however in this case the actual versions of partclone are still the same, the only difference is the version string (as the changes in Bionic, COsmic, and Disco are just no-change rebuilds as far as I can tell) -- You received this bug

[Bug 1802330] Re: "Not enough memory" error when trying to work with large images with partclone

2018-11-08 Thread Thomas Ward
Note that I was able to successfully backport the Bionic 0.3.11 version into Xenial with one change to the build dependencies (a very minor change) in a PPA, and this works without issues (and is not affected by this bug). The PPA is available at https://launchpad.net/~teward/+archive/ubuntu/partc

[Bug 1801982] Re: Security Advisory - Nov. 6, 2018 - CVE-2018-16843, CVE-2018-16844

2018-11-13 Thread Thomas Ward
** Changed in: nginx (Ubuntu Disco) 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/1801982 Title: Security Advisory - Nov. 6, 2018 - CVE-2018-16843, CVE-2018

[Bug 1801983] Re: Security Advisory - Nov. 6, 2018 - CVE-2018-16845

2018-11-13 Thread Thomas Ward
** Changed in: nginx (Ubuntu Disco) 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/1801983 Title: Security Advisory - Nov. 6, 2018 - CVE-2018-16845 To manag

[Bug 1797897] Re: Add --with-compat to NGINX packages

2018-11-13 Thread Thomas Ward
A packaging change containing the --with-compat change has been committed to disco-proposed, along with security patch fixes via the newer nginx version for bugs #1801982 and #1801983. ** Changed in: nginx (Ubuntu Disco) Status: In Progress => Fix Committed -- You received this bug notifi

[Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-14 Thread Thomas Ward
** Description changed: demotion of pcre3 in favor of pcre2. These packages need analysis what needs to be done for the demotion of pcre3: Packages which are ready to build with pcre2 should be marked as 'Triaged', packages which are not ready should be marked as 'Incomplete'. ai

[Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-14 Thread Thomas Ward
Nginx properly builds with pcre2 ** Changed in: nginx (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1792544 Title: demotion of pcre3 in favor of pcre2 To man

[Bug 1782226] Re: [SRU] Allow NGINX to install but not start during postinst if another process is bound to port 80

2018-09-17 Thread Thomas Ward
1.14.0-0ubuntu1.1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782226 Title: [SRU] Allow NGINX to install but not start during postinst if another process is bound to port 80 To manage notific

Re: [Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-18 Thread Thomas Ward
Nice find, I looked in trac but must have missed that... Sent from my Sprint Samsung Galaxy S9+. Original message From: Anders Kaseorg Date: 9/18/18 06:22 (GMT-05:00) To: tew...@thomas-ward.net Subject: [Bug 1792544] Re: demotion of pcre3 in favor of pcre2 Likewise, nginx d

[Bug 1792544] Re: demotion of pcre3 in favor of pcre2

2018-09-18 Thread Thomas Ward
NGINX has technically said this is won't fix: >From a response to my inquiry: http://mailman.nginx.org/pipermail/nginx- devel/2018-September/011448.html -- Hello! On Tue, Sep 18, 2018 at 08:12:20AM -0400, Thomas Ward wrote: > Downstream in Ubuntu, it has been proposed to demot

[Bug 1793762] Re: package nginx-core 1.14.0-0ubuntu1.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2018-09-21 Thread Thomas Ward
Sep 21 09:41:43 ajax nginx[4764]: nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/w9qbj.duckdns.org/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/w9qbj.duckdns.org/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_fi

[Bug 1793762] Re: package nginx-core 1.14.0-0ubuntu1.1 failed to install/upgrade: installed nginx-core package post-installation script subprocess returned error exit status 1

2018-09-21 Thread Thomas Ward
That's beyond the scope of the bug. NGINX can't read or see the file, why that is the case is beyond the scope of this bug. (You may wish to seek support for this problem from Let's Encrypt or some other support mechanism, as bugs are not a support method for solving issues). -- You received th

[Bug 1794321] [NEW] [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-25 Thread Thomas Ward
Public bug reported: NGINX Upstream recently released 1.15.4. This is the following from its changelog: Changes with nginx 1.15.425 Sep 2018 *) Feature: now the "ssl_early_data" directive can be used with OpenSSL. *) Bugfix: in the ngx_http_uwsgi

[Bug 1794321] Re: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-25 Thread Thomas Ward
PPA builds uploaded, location will be at https://launchpad.net/~teward/+archive/ubuntu/nginx-1794321 Once it builds, I'll run the upgrade sanity tests. (Thanks for the quick response, sil2100!) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1794321] Re: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-25 Thread Thomas Ward
Just realized I didn't enable all the archs on the PPA. WIll reupload to the PPA if necessary to regenerate the other archs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794321 Title: [FFe Needed

[Bug 1794321] Re: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-25 Thread Thomas Ward
All other arch builds beyond amd64 and i386 have been spun and are in progress on the PPA - thanks to cjwatson for showing me the sneaky way to build the other archs. (Builds in progress, once amd64 finishes and shows up I'll do testing) -- You received this bug notification because you are a me

[Bug 1794321] Re: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-25 Thread Thomas Ward
Basic upgrade and installation tests were completed in a Cosmic container. Both upgrading to 1.15.4 from 1.15.3 which is currently in the repos and clean-installing 1.15.4 work without issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1794321] Re: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes

2018-09-26 Thread Thomas Ward
Uploaded and awaiting approval. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1794321 Title: [FFe Needed] Update NGINX in Cosmic to 1.15.4 for bugfixes To manage notifications about this bug go to:

  1   2   3   4   5   6   7   8   9   10   >