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

2016-07-19 Thread Thomas Ward
next LTS (and track Stable/Mainline depending on when the release happens each year until next LTS, which we should target Stable releases.) -- PREREQUISITE: * Merge from Debian 1.10.1-1, see Bug #1580252 ** Affects: nginx (Ubuntu) Importance: Wishlist Assignee: Thomas Ward (tew

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-07-19 Thread Thomas Ward
I've reopened this - this is a prerequisite for another issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580252 Title: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main) To manage

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-07-19 Thread Thomas Ward
Preliminary Debdiff comparing Ubuntu Yakkety current to the Merge, Round 2, Version 1. ** Patch added: "Debdiff for NGINX, version 1.10.1-0ubuntu1 to 1.10.1-1ubuntu1 (Round 2, Version 1)" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1580252/+attachment/4703570/+files/lp_1580252_DEBDIF

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-07-19 Thread Thomas Ward
Debdiff for NGINX, version 1.10.1-1 in Debian to 1.10.1-1ubuntu1 (Round 2, Version 1) ** Patch added: "Debdiff for NGINX, version 1.10.1-1 (Debian) to 1.10.1-1ubuntu1 (Round 2, Version 1)" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1580252/+attachment/4703571/+files/lp_1580252_DEBDI

[Bug 1604511] Re: `tail -n N` no longer functions, prints all data in specified files instead of only the last N records

2016-07-19 Thread Thomas Ward
Turns out some shells are evil, and it was a failure in the system telling me the correct number of lines (this isn't an Ubuntu SSH client into the server) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1604511] [NEW] `tail -n N` no longer functions, prints all data in specified files instead of only the last N records

2016-07-19 Thread Thomas Ward
Public bug reported: While running nginx install/upgrade tests, I was trying to get the last 10 lines of the /var/log/apt/history.log file. Naturally, I was trying to use 'tail' for this: tail -n 10 /var/log/apt/history.log Instead of only getting the last 10 lines of the file, I get the entire

[Bug 918896] Re: No data returned from MSSQL server

2016-07-21 Thread Thomas Ward
@Geoffrey: That sounds great for updating the development release, but a straight sync may not work for the stable release update to the rest of the world. The debdiffs I had done were to 'nitpick' the upstream fixes and apply them to the older package versions, not to redo the packaging. Those

[Bug 1606109] Re: When I try to access www.starbuds.byann.com I am given your ubuntu message rather than the webisite. Please explain why ???

2016-07-25 Thread Thomas Ward
For support requests use the "Answers" function not bug reports, in the future. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1606109 Title: When I try to access www.starbuds.byann.com I am given yo

[Bug 1606109] Re: When I try to access www.starbuds.byann.com I am given your ubuntu message rather than the webisite. Please explain why ???

2016-07-25 Thread Thomas Ward
This is not a bug but rather a support request. That said, I cannot confirm the problem - I see a Microsoft IIS under construction page. Unless you add content and adjust nginx to look at the correct location on the server for the files and upload content to the server accordingly the "default Do

[Bug 1580252] [NEW] Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-10 Thread Thomas Ward
Importance: Wishlist 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://bugs.launchpad.net/bugs/1580252 Title: Please merge nginx 1.10.0-1 (main) from Debian Unstable (m

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-11 Thread Thomas Ward
Preliminary debdiff, for the difference between 1.10.0-0ubuntu1 (Ubuntu) and 1.10.0-1ubuntu1 (merge from Debian), version 1 of the debdiff, for this merge. This is not going to be uploaded to the repositories without additional spot-checks. ** Patch added: "Debdiff for NGINX, version 1.10.0-0ubun

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-11 Thread Thomas Ward
Preliminary Debdiff (v2) for NGINX, version 1.10.0-0ubuntu1 to 1.10.1-1ubuntu1. Forgot to include this bug number in here. ** Patch added: "Preliminary Debdiff (v2) for NGINX, version 1.10.0-0ubuntu1 to 1.10.1-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1580252/+attachment

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-12 Thread Thomas Ward
Version 3 of the preliminary debdiff. This time, I forgot to update the dependencies of the various binary packages (that is, the Conflicts lines of nginx-{core,light,full,extras} and nginx-{core,light,full,extras}-dbg). Also added nginx-core to 'nginx' metapackage. ** Description changed: NG

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-13 Thread Thomas Ward
Version 4 of debdiff. Thanks to Seth Arnold for helping me catch I forgot to link back to this bug in the changelog. ** Patch removed: "Preliminary Debdiff (v3) for NGINX, version 1.10.0-0ubuntu1 to 1.10.1-1ubuntu1" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1580252/+attachment/466

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-05-14 Thread Thomas Ward
Preliminary Debdiff v5. This is undergoing testing now. Commas are important, for the parsing of dependencies. They were missing for nginx-core being added, which triggered fail-to-build issues. That's been resolved, and packages 'build' now without issue. ** Patch removed: "Preliminary Debdif

[Bug 1580252] Re: Please merge nginx 1.10.0-1 (main) from Debian Unstable (main)

2016-07-12 Thread Thomas Ward
This merge has been superseded by other items. ** Changed in: nginx (Ubuntu) Status: Triaged => 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/1580252 Title: Please merge nginx 1.10

[Bug 1602756] Re: Missing fastcgi parameter in /etc/nginx/fastcgi_params on xenial

2016-07-13 Thread Thomas Ward
You don't have to sub me to bugs. I'm already subbed to them all and it makes extra noise. If you want to discuss something, email is the best way, lets not flood bugs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1602756] Re: Missing fastcgi parameter in /etc/nginx/fastcgi_params on xenial

2016-07-13 Thread Thomas Ward
This appears to be related to Debian-implemented changes for 1.6.x. Refer to my blog post for more details: http://dark-net.net/?p=10 This is not a bug or a regression, this was decided upon by Debian. ** Changed in: nginx (Ubuntu) Status: New => Invalid -- You received this bug notific

[Bug 1602756] Re: Missing fastcgi parameter in /etc/nginx/fastcgi_params on xenial

2016-07-13 Thread Thomas Ward
That said, this is a headache, yes, for users but ultimately this is something that we're not going to change. (To add to the existing delta between Ubuntu and Debian for something that can be addressed by simply changing the config on your side to refer to a different file is too minor a change t

[Bug 1581835] Re: Enable native GTK Look and Feel for non-gnome desktops

2016-05-17 Thread Thomas Ward
** Changed in: openjdk-7 (Ubuntu) Importance: Undecided => Wishlist ** Changed in: openjdk-8 (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/1581835 Tit

[Bug 1580162] Re: My project triggers JDK-8066871

2016-05-17 Thread Thomas Ward
** Changed in: openjdk-8 (Ubuntu) Status: Confirmed => Triaged ** Changed in: openjdk-8 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580162 Title:

[Bug 1584494] [NEW] [TESTING] package nginx-core 1.10.0-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-22 Thread Thomas Ward
tall/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nginx (Ubuntu) Importance: Undecided Assignee: Thomas Ward (teward) Status: Invalid ** Tags: amd64 apport-package ne

[Bug 1578344] Re: code duplication between nginx-*.postinst and init script

2016-05-24 Thread Thomas Ward
For Debian, this should be fixed up there. For Ubuntu, this may be picked up by me after the merge. This is dependent on whether Debian updates to fix this first or not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1557300] Re: Application error on Linux Mint

2016-03-15 Thread Thomas Ward
Mint is not Ubuntu, which makes this bug invalid here in its current state. Please file a bug from an Ubuntu system using the 'ubuntu-bug' tool which will gather debugging information. Also, when filing a bug, we need more descriptors than provided - such as information about what you are actua

[Bug 1557300] Re: Application error on Linux Mint

2016-03-15 Thread Thomas Ward
Also, please only file a bug against the package in Ubuntu if you are able to replicate the issue in Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1557300 Title: Application error on Linux

[Bug 1549347] Re: [FFe] Please update nginx to 1.9.12

2016-03-15 Thread Thomas Ward
** Summary changed: - [FFe Requested] Please update nginx to 1.9.12 + [FFe] Please update nginx to 1.9.12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549347 Title: [FFe] Please update nginx to 1

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
** Description changed: Please sync znc 1.6.3-1 (universe) from Debian unstable (main) ZNC 1.6.3 upstream changelog indicates that there are multiple bugs - fixed in the system. Specifically (refer to this page: + fixed in the system. Specifically (refer to this page: http://wiki.znc.i

[Bug 1549347] Re: [FFe] Please update nginx to 1.9.12

2016-03-15 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Importance: Undecided => Wishlist ** Changed in: nginx (Ubuntu) Status: New => 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/1549347 Title: [FF

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
This log file contains the complete sbuild log for the i386 build in a Xenial schroot. The build host machine is a 14.04 system, but the schroot is Xenial. This file also contains Lintian output, because I like to lintian-check my builds. The Lintian checks fail with 'E: znc changes: bad- distri

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
Uploading the diff for the upstream changelog. The diff was done based on two folders: ./xenial-current and ./xenial- sync, which on my system is how I separated the existing 1.9.2 in Ubuntu and the new 1.9.3 in Debian in the folder structure I was working in. This is why the folder names do not m

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
I redid the changelog diff, to try and make it less evil. Diff content appears to be the same, though, except for the folder paths which differ from the prior upload and look a little more sane here. ** Patch added: "Upstream ChangeLog.md Diff (1.9.2 -> 1.9.3)" https://bugs.launchpad.net/ubun

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
This log file contains the complete sbuild log for the amd64 build in a Xenial schroot. The build host machine is a 14.04 system, but the schroot is Xenial. This file also contains Lintian output, because I like to lintian-check my builds. The Lintian checks fail with 'E: znc changes: bad- distr

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
Runtime logs of 'znc --makeconf' indicating it is installed, and the running state of the executable was reflected with a test ZNC connecting to IRC correctly. (As well, the PID indicated on the system was successfully installed). ** Attachment added: "CLI run logs - znc 1.6.3" https://bugs.l

[Bug 1551379] Re: Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-15 Thread Thomas Ward
.deb files were installed via dpkg -i, dependencies via `apt-get install -f`, which finished configuration of some znc packages which were missing dependencies. This text file is all the relevant logs from the installation that I was able to pull (network disconnect to the testing system resulted

[Bug 1551379] Re: [FFe Needed] Sync znc 1.6.3-1 (universe) from Debian unstable (main)

2016-03-19 Thread Thomas Ward
Thanks, Iain Lane. Resubscribing sponsors because I can't do the sync. ** Summary changed: - [FFe Needed] Sync znc 1.6.3-1 (universe) from Debian unstable (main) + [FFe] Sync znc 1.6.3-1 (universe) from Debian unstable (main) -- You received this bug notification because you are a member of Ub

[Bug 1299972] Re: Default site config is ambiguous in PHP block (precise)

2016-03-19 Thread Thomas Ward
This appears to have been resolved since this was originally filed. ** Changed in: nginx (Ubuntu) Status: Triaged => Fix Released ** Changed in: nginx (Ubuntu Precise) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1559571] Re: package nginx-extras (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-03-21 Thread Thomas Ward
Due to some issue in apt and apport hooks, can you provide the output of the following command please? systemctl -l status nginx.service ** Changed in: nginx (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1559507] Re: Keyboard selection is missed

2016-03-21 Thread Thomas Ward
Confirmed on Lubuntu Alternate 20160321 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559507 Title: Keyboard selection is missed To manage notifications about this bug go to: https://bugs.launchpa

[Bug 1559507] Re: Keyboard selection is missed

2016-03-21 Thread Thomas Ward
Also confirmed on Ubuntu Server 20160321 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559507 Title: Keyboard selection is missed To manage notifications about this bug go to: https://bugs.launchp

[Bug 1559507] Re: Keyboard selection is missed

2016-03-21 Thread Thomas Ward
Discussion with Diogo Matsubara (~matsubara) suggested that this should be a "High" importance bug. ** Changed in: debian-installer (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1565043] Re: Please enable HTTP/2 in NGINX

2016-04-01 Thread Thomas Ward
Before I enable HTTP/2 in nginx-light, I will discuss with the Server team. Debian does, indeed, have it enabled in nginx-full and nginx- extras, and nginx-core will have it as it closely mirrors nginx-full. This will be considered for the next upload, otherwise. ** Summary changed: - Please en

[Bug 1565043] [NEW] Please enable HTTP/2 in NGINX for Xenial

2016-04-01 Thread Thomas Ward
Debian bug that has a 'pending' change. ** Affects: nginx (Ubuntu) Importance: Wishlist Assignee: Thomas Ward (teward) Status: Triaged ** Tags: xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1565043] Re: Please enable HTTP/2 in NGINX for Xenial

2016-04-04 Thread Thomas Ward
We will not be enabling HTTP/2 for nginx-light. nginx-full and nginx- extras, as well as nginx-core, will have http/2 enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565043 Title: Please en

[Bug 1534368] Re: HTTP/2 is not enabled for nginx-extras

2016-04-05 Thread Thomas Ward
*** This bug is a duplicate of bug 1565043 *** https://bugs.launchpad.net/bugs/1565043 ** This bug has been marked a duplicate of bug 1565043 Please enable HTTP/2 in NGINX for Xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1552949] Re: the "http2" parameter requires ngx_http_v2_module

2016-04-05 Thread Thomas Ward
*** This bug is a duplicate of bug 1565043 *** https://bugs.launchpad.net/bugs/1565043 ** This bug has been marked a duplicate of bug 1565043 Please enable HTTP/2 in NGINX for Xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1565043] Re: Please enable HTTP/2 in NGINX for Xenial

2016-04-05 Thread Thomas Ward
** Changed in: nginx (Ubuntu) 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/1565043 Title: Please enable HTTP/2 in NGINX for Xenial To manage notifications abo

[Bug 1566392] [NEW] [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
Public bug reported: NGINX has recently uploaded 1.9.13. There are included in this upload multiple bug fixes, but also changes to include support for other features in the modules. -- -- The upstream changelog is as follows: (http://nginx.org/en/CHANGES) Changes with nginx 1.9.14

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
** Description changed: - NGINX has recently uploaded 1.9.13. There are included in this upload + NGINX has recently uploaded 1.9.14. There are included in this upload multiple bug fixes, but also changes to include support for other features in the modules. -- -- The ups

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
Build logs for amd64 from a local sbuild schroot. (+ Lintian output) ** Attachment added: "amd64 sbuild logs (+ Lintian)" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624794/+files/nginx_1.9.14-0ubuntu1_amd64.build -- You received this bug notification because y

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
Build logs for i386 from a local sbuild schroot. (+ Lintian output) ** Attachment added: "i386 sbuild logs (+ Lintian)" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624795/+files/nginx_1.9.14-0ubuntu1_i386.build -- You received this bug notification because you a

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
Test builds for other arches performed in my Xenial build testing PPA - https://launchpad.net/~teward/+archive/ubuntu/xenial- buildtests/+packages - this PPA will be used for installation testing. Local tests with the sbuild-created packages in an amd64 VM for upgrading from existing releases have

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
nginx-light apt logs ** Attachment added: "nginx-light apt logs" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624916/+files/nginx-light_install_log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
nginx-extras apt logs ** Attachment added: "nginx-extras apt logs" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624919/+files/nginx-extras_install_log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
nginx-full apt logs ** Attachment added: "nginx-full apt logs" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624917/+files/nginx-full_install_log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
This is now ready for FFe review/consideration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566392 Title: [FFe Needed] Update nginx to 1.9.14 To manage notifications about this bug go to: https:

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
nginx-core apt logs ** Attachment added: "nginx-core apt logs" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1566392/+attachment/4624920/+files/nginx-core_install_log.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1566392] Re: [FFe Needed] Update nginx to 1.9.14

2016-04-05 Thread Thomas Ward
This is a screenshot indicating that nginx is running, but also to indicate that nginx's default site page is working. The IP of the VM is also listed so you can confirm it actually operates correctly and that it's connecting to the same system to get that page. ** Attachment added: "Screenshot -

[Bug 1565043] Re: Please enable HTTP/2 in NGINX for Xenial

2016-04-05 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: In Progress => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565043 Title: Please enable HTTP/2 in NGINX for Xenial To manage notifications abo

[Bug 1566392] Re: [FFe] Update nginx to 1.9.14

2016-04-06 Thread Thomas Ward
Thanks, Adam Conrad, for reviewing again. Uploaded. ** Summary changed: - [FFe Needed] Update nginx to 1.9.14 + [FFe] Update nginx to 1.9.14 ** Changed in: nginx (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1577059] Re: package nginx-core (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-04-30 Thread Thomas Ward
*** This bug is a duplicate of bug 1512344 *** https://bugs.launchpad.net/bugs/1512344 This is a duplicate of Bug #1512344 with the error message in the journalctl output. ** This bug has been marked a duplicate of bug 1512344 [Master Bug] Package nginx-* failed to install/upgrade: subproc

[Bug 1577059] Re: package nginx-core (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-04-30 Thread Thomas Ward
** This bug is no longer a duplicate of bug 1512344 [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue) ** Changed in: nginx (Ubuntu) Status: New => Incomplete -- You receiv

[Bug 1573893] Re: Can't use Epson XP-310 printer with 16.04 no lsb

2016-05-02 Thread Thomas Ward
*** This bug is a duplicate of bug 1536353 *** https://bugs.launchpad.net/bugs/1536353 ** This bug has been marked a duplicate of bug 1536353 [regression] Printer drivers install is broken as lsb package is not available anymore -- You received this bug notification because you are a mem

[Bug 1577427] Re: apticron won't stop complaining about weak digest algorithm

2016-05-02 Thread Thomas Ward
I am not an apticron expert, but I don't believe this is an apticron bug - this is an issue where apt and apt-get no longer permits weak-hash signatures and throws those warnings. I am not marking this as Invalid, but I am fairly certain this is more a support request than a bug report, in its cur

[Bug 1578344] Re: code duplication between nginx-*.postinst and init script

2016-05-04 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: New => Incomplete ** Changed in: nginx (Ubuntu) Status: Incomplete => Triaged ** Changed in: nginx (Ubuntu) Importance: Undecided => Low ** Changed in: nginx (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) **

[Bug 1574278] Re: AbiWord starts to flicker after adding some text

2016-05-04 Thread Thomas Ward
I stumbled across a discussion on this in #lubuntu-devel on IRC. I'm setting "Medium" importance on this for several reasons: * This package is part of the lubuntu-desktop task. This means it's considered part of the Lubuntu Desktop core software set. * This package is in the Universe repository

[Bug 1574278] Re: AbiWord starts to flicker after adding some text

2016-05-04 Thread Thomas Ward
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740678 is the Debian Orphaned Package bug on this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1574278 Title: AbiWord starts to flicker after addi

[Bug 1574278] Re: AbiWord text cursor starts to flicker after adding some text

2016-05-04 Thread Thomas Ward
I have confirmed this, however it is *only* the cursor, it is not the text itself or other components - it is only the cursor. This doesn't impact anything but that cursor blink rate. ** Summary changed: - AbiWord starts to flicker after adding some text + AbiWord text cursor starts to flicker a

[Bug 1574278] Re: AbiWord text cursor starts to flicker after adding some text

2016-05-04 Thread Thomas Ward
I can only replicate as reported by the OP when I start triggering automated scroll downs. Pasting 15 pages of filler text was able to very quickly trigger this issue. It actively impacts usability, so I'm bumping this to "High" actively (you can't see the top third of the document window through

[Bug 1578642] Re: Xenial tasksel "manual package selection" during installation does nothing

2016-05-05 Thread Thomas Ward
If "manual package selection" is no longer something we wish to support, then perhaps it should be removed from 'tasksel'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1578642 Title: Xenial tasksel

[Bug 1578642] [NEW] Xenial tasksel "manual package selection" during installation does nothing

2016-05-05 Thread Thomas Ward
Public bug reported: NOTE: This bug was filed via `ubuntu-bug` on an Ubuntu Server machine post-install. The issue appeared on the Xenial ISOs, and likely still exists (pending a Yakkety image I can dig up which will actually install on a VM). While not part of the ISO testing, it was discovered

[Bug 1578732] Re: /usr/sbin/apache2:11:ZEND_DO_FCALL_SPEC_HANDLER:execute_ex:dtrace_execute_ex:ZEND_DO_FCALL_SPEC_HANDLER:execute_ex

2016-05-05 Thread Thomas Ward
Zend is part of the PHP package. The stack trace refers quite a lot to php7.0, and in several of the observed 'incidents' according to errors.u.c the StacktraceAddress is "/usr/sbin/apache2:11:/usr/lib/apache2/modules/libphp7.0.so+..." which seems to refer to the php7.0 modules and libraries insta

[Bug 1578732] Re: /usr/sbin/apache2:11:ZEND_DO_FCALL_SPEC_HANDLER:execute_ex:dtrace_execute_ex:ZEND_DO_FCALL_SPEC_HANDLER:execute_ex

2016-05-05 Thread Thomas Ward
Checking with other server team members, it's been observed that the problem on errors.u.c listed point to a PHP stacktrace - not an Apache stacktrace. Repointing to php7.0, and Invalid-ing apache2. ** Also affects: php7.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: apach

[Bug 1579334] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-05-07 Thread Thomas Ward
You have a broken installation of NGINX somehow where your configuration directory has nginx.conf deleted. You will need to reinstall NGINX and nginx-common with the following two commands. make sure to take a copy of your site configurations (if any existed) first: sudo apt-get purge nginx ngin

[Bug 1573928] Re: nginx on xenial sets ownership for web-folder to root:root

2016-04-25 Thread Thomas Ward
Marking as Incomplete because I have not tested previous releases yet. (Trusty, Wily) ** Changed in: nginx (Ubuntu) Status: New => Incomplete ** Changed in: nginx (Ubuntu) Assignee: (unassigned) => Thomas Ward (teward) -- You received this bug notification because you are a

[Bug 1573928] Re: nginx on xenial sets ownership for web-folder to root:root

2016-04-25 Thread Thomas Ward
This appears to not be just an nginx issue. Apache also does this - creates /var/www/ with root:root ownership. Perhaps this has something to do with how `dpkg` is configuring the packages, whereas things are run as root... -- You received this bug notification because you are a member of Ubunt

[Bug 1573928] Re: nginx on xenial sets ownership for web-folder to root:root

2016-04-25 Thread Thomas Ward
This needs further testing. It has been reported by others that this was never the case in older Ubuntu releases, hence more testing to confirm if this is something that has changed. Please give us time to research this further. -- You received this bug notification because you are a member of

[Bug 1573928] Re: nginx on xenial sets ownership for web-folder to root:root

2016-04-25 Thread Thomas Ward
This is not a change in behavior from previous versions, as previous Ubuntu versions did not set permissions as www-data:www-data for /var/www/* It was confirmed by Marc Deslauriers (https://launchpad.net/~mdeslaur) today that in 14.04 and 15.10, Apache creates /var/www/* with root:root. It was al

[Bug 1574888] [NEW] Default configuration on Xenial invalid for php7.0-fpm

2016-04-25 Thread Thomas Ward
Public bug reported: This is a recurrence of Bug #1547642. The path for php7.0-fpm's socket is /var/run/php/php7.0-fpm.sock, not /var/run/php7.0-fpm.sock. This needs updated in the default configurations. ** Affects: nginx (Ubuntu) Importance: Low Assignee: Thomas Ward (t

[Bug 1575212] [NEW] [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
changes the version string upstream. Other changes are a result of post-Xenial configuration issue discoveries, or an updated patch due to the version bump. ** Affects: nginx (Ubuntu) Importance: Wishlist Assignee: Thomas Ward (teward) Status: New ** Affects: nginx (Ubuntu

[Bug 1575217] [NEW] [Yakkety] Please update to NGINX 1.10.0

2016-04-26 Thread Thomas Ward
26 Apr 2016 *) 1.10.x stable branch. ** Affects: nginx (Ubuntu) Importance: Wishlist Assignee: Thomas Ward (teward) Status: In Progress ** Tags: yakkety ** Description changed: NGINX 1.10.0 is now stable and available for inclusion

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
issue discoveries, or an updated patch due to the version bump. ** Changed in: nginx (Ubuntu Xenial) Importance: Undecided => Wishlist ** Changed in: nginx (Ubuntu Xenial) Assignee: (unassigned) => Thomas Ward (teward) ** Patch added: "DebDiff for 1.10.0 changes" https

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
An updated version has been pushed to Yakkety and is sitting in the Unapproved queue until things start being processed from there. Bug #1575217 is the bug that refers to the Yakkety update. ** Also affects: nginx (Ubuntu Yakkety) Importance: Wishlist Assignee: Thomas Ward (teward

[Bug 1575217] Re: [Yakkety] Please update to NGINX 1.10.0

2016-04-26 Thread Thomas Ward
Yakkety update debdiff - this was already uploaded to the queue. ** Patch added: "Yakkety update" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1575217/+attachment/4648014/+files/yakkety-update.debdiff ** Changed in: nginx (Ubuntu) Status: In Progress => Fix Committed -- You r

[Bug 1575217] Re: [Yakkety] Please update to NGINX 1.10.0

2016-04-26 Thread Thomas Ward
Test building in a PPA, because apparently `mk-sbuild` in Trusty doesn't want to accept Yakkety as valid for making an schroot. The PPA is here: https://launchpad.net/~teward/+archive/ubuntu/yakkety- buildtests/+packages -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 1574888] Re: Default configuration on Xenial invalid for php7.0-fpm

2016-04-26 Thread Thomas Ward
*** This bug is a duplicate of bug 1547642 *** https://bugs.launchpad.net/bugs/1547642 ** This bug has been marked a duplicate of bug 1547642 Xenial default configuration refers to PHP5, not PHP7; uses incorrect default php-fpm socket path as well -- You received this bug notification be

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
Oopsies, I made a mistake in the debdiff. Good thing I haven't uploaded this. Updated debdiff. ** Patch added: "Updated Xenial SRU 1.10.0 debdiff" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1575212/+attachment/4648023/+files/xenial-sru-nginx-1.10.0.debdiff ** Changed in: nginx (Ubu

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
Build-testing the SRU in a PPA: https://launchpad.net/~teward/+archive/ubuntu/xenial- buildtests/+packages?field.name_filter=nginx&field.status_filter=published&field.series_filter= The Yakkety version has already been accepted into Yakkety proposed, and is building there currently. This versi

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
Just some testing notes: * nginx 1.9.15 -> 1.10.0 upgrade tests (nginx-core): - Upgrades work without issue. * Default site settings work out of the box. * SSL and HTTP/2 both work * Server banner advertises as "1.10.0 (Ubuntu)" as it should be doing. -- You received this bug notification beca

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
HTTP/2 tests also ran, everything operates as it should :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575212 Title: [Xenial] [SRU] Update nginx to 1.10.0 To manage notifications about this bug

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
I ran upgrade and installation tests, as well as version string tests, and SSL support tests. All tests passing, this should be good to release to xenial-updates. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member

[Bug 1575212] Re: [Xenial] [SRU] Update nginx to 1.10.0

2016-04-26 Thread Thomas Ward
** Changed in: nginx (Ubuntu) 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/1575212 Title: [Xenial] [SRU] Update nginx to 1.10.0 To manage notifications

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

2016-04-28 Thread Thomas Ward
There's nothing here to determine why nginx failed to install - it *does* show as running. Nothing in the output suggested by the dpkg error, either, helps to debug this as well. Best I can suggest is to try and install nginx separately, and then try and install your application. However, your h

[Bug 1576512] Re: package nginx-core (not installed) failed to install/upgrade: trying to overwrite '/usr/sbin/nginx', which is also in package nginx 1.9.15-1~wily also I have several issues dpkg rela

2016-04-29 Thread Thomas Ward
You are using the NGINX upstream repository. You need to uninstall that NGINX in order to use the NGINX in the Ubuntu repositories. This is a known conflict in repositories but it is not a bug. ** Changed in: nginx (Ubuntu) Status: New => Invalid -- You received this bug notification be

[Bug 1608722] Re: package nginx-core 1.10.1-0ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-08-01 Thread Thomas Ward
The DpkgTerminalLog indicates you have something else listening on port 80, and nginx can't bind to port 80. You need to find what is listening on port 80 and turn it off, then `apt-get install -f` to complete configuration. ** Changed in: nginx (Ubuntu) Status: New => Invalid -- You rec

[Bug 1610590] Re: package nginx-core 1.10.0-0ubuntu0.16.04.2 failed to install/upgrade: podproces instalovaný post-installation skript vrátil chybový status 1

2016-08-06 Thread Thomas Ward
Please run `sudo nginx` and indicate what errors it has occurring, if any. As well, please include the contents of /var/log/nginx/error.log as either an attachment to this bug or as a comment, it may be able to provide more insight. -- You received this bug notification because you are a member

[Bug 1619687] Re: nginx incorrectly handles slow connection in deferred mode

2016-09-02 Thread Thomas Ward
** Also affects: nginx (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: nginx (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1619687] Re: nginx incorrectly handles slow connection in deferred mode

2016-09-02 Thread Thomas Ward
** Changed in: nginx (Ubuntu) Status: New => Fix Released ** Changed in: nginx (Ubuntu Xenial) 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/1619687 Title:

[Bug 1619687] Re: nginx incorrectly handles slow connection in deferred mode

2016-09-02 Thread Thomas Ward
Can you include a sample configuration for how you would configure this type of setup? (That way we are working with similar setups) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619687 Title: ngi

[Bug 1633148] Re: Lubuntu 16.10 slideshow still incorrectly showing Lubuntu Software Center

2016-10-13 Thread Thomas Ward
Lubuntu team contacts told me they will fix this for 17.04. There is nothing that can be done for 16.10 as it's already released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1633148 Title: Lubunt

[Bug 1636593] Re: update Xenial nginx to 1.10.2

2016-10-25 Thread Thomas Ward
anged in: nginx (Ubuntu) Importance: Undecided => Wishlist ** 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/16

<    2   3   4   5   6   7   8   9   10   11   >