[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-07-03 Thread David Favor
A simple fix is...
```
pip install --break-system-packages pyasynchat pyasyncore
```

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

Title:
  fail2ban is broken in 24.04 Noble

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


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

[Bug 1846367] Re: udev /dev/null incorrect permissions after package auto upgrades

2020-02-02 Thread David Favor
Problem still occurs from time to time.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1846367] Re: udev /dev/null incorrect permissions after package auto upgrades

2019-10-26 Thread David Favor
Problem still persists.

Be great if anyone has a clue about how to track down the problem
source.

Thanks.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1846367] Re: udev /dev/null incorrect permissions after package auto upgrades

2019-10-05 Thread David Favor
Problem seems to be occurring on more + more machines now.

Problem also seems unrelated to udev, as no udev packages updated last
night.

This means the temp fix listed above is incorrect.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1846367] Re: udev /dev/null incorrect permissions after package auto upgrades

2019-10-05 Thread David Favor
Unsure if effected package should be udev or kernel.

Leaving as udev for now.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1846367] Re: udev /dev/null incorrect permissions after package auto upgrades

2019-10-05 Thread David Favor
Problem seems to be effecting more machines.

Problem also seems to be occurring independent of any SNAP or APT
updates, so the temp fix mentioned above is incorrect.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1846367] [NEW] udev /dev/null incorrect permissions after package auto upgrades

2019-10-02 Thread David Favor
Public bug reported:

I've been attempting to determine root cause of this problem for months.

Symptom is group/other permissions being dropped from all /dev/* files.

This only occurs on some machines, so some machine udev updates work,
some machines quietly fail.

Looks like the problem relates to...

1) APT /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-
Lists == 1, which triggers auto upgrades for critical packages.

2) This triggers the udev package run as an unattended/automatic
upgrade.

3) When udev package updates, /var/log/dpkg.log shows no errors.

4) /dev/* files have group/other permissions stripped.

5) LXD containers become unstable, as containers /dev points to machine
/dev.

Temp fix is change /etc/apt/apt.conf.d/10periodic - APT::Periodic
::Update-Package-Lists == 0 to disable all unattended upgrades.

Someone let me know where I can find APT/DPKG logs detailing exactly
what post install hook scripts run for udev, so I can look for errors.

Or if log verbosity has to be increased for this level of logging, let
me know how to increase verbosity, so next time udev updates, I can
provide logging detail sufficient to generate a fix for this problem.

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

** Description changed:

  I've been attempting to determine root cause of this problem for months.
  
  Symptom is group/other permissions being dropped from all /dev/* files.
  
  This only occurs on some machines, so some machine udev updates work,
  some machines quietly fail.
  
  Looks like the problem relates to...
  
  1) APT /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-
  Lists == 1, which triggers auto upgrades for critical packages.
  
  2) This triggers the udev package run as an unattended/automatic
  upgrade.
  
  3) When udev package updates, /var/log/dpkg.log shows no errors.
  
  4) /dev/* files have group/other permissions stripped.
  
  5) LXD containers become unstable, as containers /dev points to machine
  /dev.
  
- Temp fix is change APT::Periodic::Update-Package-Lists == 0 to disable
- all unattended upgrades.
+ Temp fix is change /etc/apt/apt.conf.d/10periodic - APT::Periodic
+ ::Update-Package-Lists == 0 to disable all unattended upgrades.
  
  Someone let me know where I can find APT/DPKG logs detailing exactly
  what post install hook scripts run for udev, so I can look for errors.
  
  Or if log verbosity has to be increased for this level of logging, let
  me know how to increase verbosity, so next time udev updates, I can
  provide logging detail sufficient to generate a fix for this problem.

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

Title:
  udev /dev/null incorrect permissions after package auto upgrades

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

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

[Bug 1665151]

2018-08-31 Thread David Favor
Somehow this has been fixed. Maybe a side effect of other fixes.

As of Apache-2.4.34 the following works.

SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

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

Title:
  Apache ignores disable TLSv1.0

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

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

[Bug 1704168] Re: Apache-2.4.27 massive slow down for files >8192 bytes long

2018-07-07 Thread David Favor
I can verify this is fixed in Apache 2.4.33 as I just tested this
version.

Thanks!

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

Title:
  Apache-2.4.27 massive slow down for files >8192 bytes long

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

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

[Bug 1768118] Re: Artful to Bionic upgrade kills all LXD container networking

2018-05-02 Thread David Favor
https://github.com/lxc/lxd/issues/4510 is the LXD related bug with
additional information + fix LXD dev is rolling in to attempt avoiding
problem.

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

Title:
  Artful to Bionic upgrade kills all LXD container networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: Artful to Bionic upgrade kills all LXD container networking

2018-05-02 Thread David Favor
Problem seems to be in Ubuntu packaging, as this fixes problem.

1) copy all containers to another LXD machine

2) do fresh Bionic install

3) copy all containers back

At this point all problems resolve, so some sort of packaging problem in
the Artful to Bionic upgrade.

** Summary changed:

- /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned
+ Artful to Bionic upgrade kills all LXD container networking

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

Title:
  Artful to Bionic upgrade kills all LXD container networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-05-01 Thread David Favor
Upgrade was done at host/machine level only.

When this is done all containers fail.

https://github.com/lxc/lxd/issues/4510 covers more information.

There appear to be many problems with bionic + LXD.

** Bug watch added: LXD bug tracker #4510
   https://github.com/lxc/lxd/issues/4510

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
** Attachment added: "cloud-init.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+attachment/5131120/+files/cloud-init.tar.gz

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
If you look closely at the cloud-init-output.log you'll see the DHCP
address never gets assigned + there's no errors or warnings about any
problems.

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
Additional info.

Correct. I did a do-release-upgrade -d to update from Artful to Bionic.

Also, this machine installed Artful from scratch, so was using Netplan
networking.

I've run cloud-init collect-logs + this produces no output + even using
strace it's not clear where logs end up being deposited.

Let me know + I'll provide the logs.

Only network problems are in containers.

Also, if I simply copy a failing container over to another Artful
machine the container works fine, so it appears something's wrong with
container <-> machine plumbing.

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
Ah... Maybe you're referring to standard cloud-init logs.

I've attached these two logs. If other logs are required, let me know.

** Attachment added: "cloud-init.log + cloud-init-output.log"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+attachment/5131066/+files/cloud-init.logs.txz

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] Re: /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
This is a high priority bug as it means any machine running many
containers, like hosting companies will destroy all connectivity to
containers if upgrade is done.

This means Bionic upgrades should not occur (when LXD containers
running), till this bug is fixed.

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

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1768118] [NEW] /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address assigned

2018-04-30 Thread David Favor
Public bug reported:

Upgrading machine from Artful -> Bionic all LXD containers fail, as no
DHCP addresses are assigned.

** Affects: cloud-init (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/1768118

Title:
  /etc/netplan/50-cloud-init.yaml fails silently with no dhcp address
  assigned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1768118/+subscriptions

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

[Bug 1710067] [NEW] Zesty - pear fail messages - Unable to find the wrapper "channel"

2017-08-10 Thread David Favor
Public bug reported:

To reproduce. Install php + pear on Zesty + install any package.

The actual package installation seems to work.

All the error messages just should be fixed, to reduce confusion about whether 
or not a package install really worked.
___

lxd: net11-migration # lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 17.04
Release:17.04
Codename:   zesty

lxd: net11-migration # pear upgrade
Nothing to upgrade

lxd: net11-migration # rm -rf /usr/share/php/.channels

lxd: net11-migration # pear update-channels
Updating channel "doc.php.net"
Update of Channel "doc.php.net" succeeded
Updating channel "pear.php.net"
Update of Channel "pear.php.net" succeeded
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded

lxd: net11-migration # pear install PHP_CodeSniffer

Warning: file_exists(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 
1511
PHP Warning:  file_exists(): Unable to find the wrapper "channel" - did you 
forget to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1511
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:316
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:270
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:666
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:296
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:159
PHP   7. file_exists() /usr/share/php/PEAR/Downloader/Package.php:1511

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1521
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1521
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:316
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:270
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:666
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:296
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:159
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1521

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1521
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1521
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:316
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:270
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:666
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:296
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:159
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1521
WARNING: channel "pear.php.net" has updated its protocols, use "pear 
channel-update pear.php.net" to update
downloading PHP_CodeSniffer-3.0.2.tgz ...
Starting to download PHP_CodeSniffer-3.0.2.tgz (529,486 bytes)
..done:
 529,486 bytes
install ok: channel://pear.php.net/PHP_CodeSniffer-3.0.2

Warning: unlink(/tmp/glibctesta2BTUt): No such file or directory in System.php 
on line 225
PHP Warning:  unlink(/tmp/glibctesta2BTUt): No such file or directory in 
/usr/share/php/System.php on line 225
PHP Stack trace:
PHP   1. _PEAR_call_destructors() /usr/share/php/PEAR.php:0
PHP   2. call_user_func_array:{/usr/share/php/PEAR.php:809}() 
/usr/share/php/PEAR.php:809
PHP   3. System::_removeTmpFiles() /usr/share/php/PEAR.php:809
PHP   4. System::rm() /usr/share/php/System.php:450
PHP   5. unlink() /usr/share/php/System.php:225

Warning: unlink(/tmp/pear/temp/pearMmyUcN): No such file or directory in 
System.php on line 225
PHP Warning:  unlink(/tmp/pear/temp/pearMmyUcN): No such file or directory in 
/usr/share/php/System.php on line 225
PHP Stack trace:
PHP   1. _PEAR_call_destructors() /usr/share/php/PEAR.php:0
PHP   2. call_user_func_array:{/usr/share/php/PEAR.php:809}() 
/usr/share/php/PEAR.php:809
PHP   3. System::_removeTmpFiles() /usr/share/php/PEAR.php:809
PHP   4. System::rm() /usr/share/php/System.php:450
PHP   5. unlink() /usr/share/php/System.php

[Bug 1704168] Re: Apache-2.4.27 massive slow down for files >8192 bytes long

2017-07-14 Thread David Favor
Upstream bug open worked today.

https://bz.apache.org/bugzilla/show_bug.cgi?id=61301

** Bug watch added: bz.apache.org/bugzilla/ #61301
   https://bz.apache.org/bugzilla/show_bug.cgi?id=61301

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

Title:
  Apache-2.4.27 massive slow down for files >8192 bytes long

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

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


[Bug 1704168] Re: Apache-2.4.27 massive slow down for files >8192 bytes long

2017-07-14 Thread David Favor
This verifies what I was seeing.

It appears all's well with >8192 bytes until ab gets into the "Time
taken for tests" which appears to be doing socket housekeeping, then
this testing seems to add roughly 5 secs/request.

I'll try again + open an upstream bug. I was having problems last time I
attempted this.

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

Title:
  Apache-2.4.27 massive slow down for files >8192 bytes long

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

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


[Bug 1704168] Re: Apache-2.4.27 massive slow down for files >8192 bytes long

2017-07-13 Thread David Favor
After a bit more testing, problem seems to be with ab.

Just compiled up https://curl.haxx.se/libcurl/c/chkspeed.html which
produces this...

lxd: net12-david-favor # ./chkspeed https://DavidFavor.com/foo-8192.txt
Data downloaded: 8192 bytes.
Total download time: 0.089 sec.
Average download speed: 90.153 kbyte/sec.

lxd: net12-david-favor # ./chkspeed https://DavidFavor.com/foo-8193.txt
Data downloaded: 8193 bytes.
Total download time: 0.089 sec.
Average download speed: 89.793 kbyte/sec.

So same time for either 8192 or 8193 byte files, so looks like
Apache-2.4.27 is working... whew...

Just ab is having some sort of problem.

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

Title:
  Apache-2.4.27 massive slow down for files >8192 bytes long

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

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


[Bug 1704168] [NEW] Apache-2.4.27 massive slow down for files >8192 bytes long

2017-07-13 Thread David Favor
Public bug reported:

Tracking this down took forever + I believe I now have a test case.

Top priority, is finding a temporary fix for this problem.

Here's the symptom...

lxd: net12-david-favor # ab -vvv -k -t 10 -n 10 -c 5 
https://DavidFavor.com/foo.txt 2>&1 | egrep -e ^Requests -e ^Failed -e ^Time -e 
"^Document Length:"
Document Length:8192 bytes
Time taken for tests:   8.540 seconds
Failed requests:0
Requests per second:11710.24 [#/sec] (mean)
Time per request:   0.427 [ms] (mean)
Time per request:   0.085 [ms] (mean, across all concurrent requests)

ab -vvv -k -t 10 -n 10 -c 5 https://DavidFavor.com/foo.txt 2>&1 | egrep -e 
^Requests -e ^Failed -e ^Time -e "^Document Length:"
Document Length:8193 bytes
Time taken for tests:   10.087 seconds
Failed requests:5
Requests per second:1.19 [#/sec] (mean)
Time per request:   4202.710 [ms] (mean)
Time per request:   840.542 [ms] (mean, across all concurrent requests)

First run 1-8192 byte files work great. They serve fast with 0 failed
requests.

Second run of 8193-... byte files slow to a crawl + produce request
failures + notice the "Time taken for tests", which seems to relate to
socket housekeeping tests, becomes very slow.

This seems to be an actual apache problem, rather than an ab problem, as
all sites I host seem to slow down, when Apache2-4.27 is installed.

I'll setup a testbed system running Zesty, for which I can provide a login, for 
debugging, if required.
___

lxd: net12-david-favor # uname -a
Linux net12-david-favor 4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

lxd: net12-david-favor # lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.10
Release:    16.10
Codename:   yakkety

lxd: net12-david-favor # apt-cache policy apache2
apache2:
  Installed: 2.4.27-0.1+ubuntu16.10.1+deb.sury.org+1
  Candidate: 2.4.27-0.1+ubuntu16.10.1+deb.sury.org+1
  Version table:
 *** 2.4.27-0.1+ubuntu16.10.1+deb.sury.org+1 500
500 http://ppa.launchpad.net/ondrej/apache2/ubuntu yakkety/main amd64 
Packages
100 /var/lib/dpkg/status
 2.4.18-2ubuntu4.2 500
500 http://archive.ubuntu.com/ubuntu yakkety-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu yakkety-security/main amd64 
Packages
 2.4.18-2ubuntu4 500
500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages

** Affects: apache2 (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/1704168

Title:
  Apache-2.4.27 massive slow down for files >8192 bytes long

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

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


[Bug 1700382] [NEW] Boot times slow when LXD installed, due to poorly crafted systemd dependency chain

2017-06-25 Thread David Favor
Public bug reported:

Notice the time spent inside lxd-containers.service + lxd.service which
require network + disk subsystems to work before they can work.

This behavior can be recreated by installing + configuring LXD, with no
containers.

Both lxd-containers.service + lxd.service should be run asynchronously
or at end of boot process.

Boot should never hang waiting on these to finish.

Fixing this, will reduce boot time by 20secs or 10% of total boot time for this 
machine.
___

net11 # systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @1min 16.744s
└─multi-user.target @1min 16.744s
  └─lxd-containers.service @58.554s +18.188s
└─lxd.service @1min 14.295s +2.457s
  └─network-online.target @1min 14.285s
└─network.target @1min 14.280s
  └─ifup@eth2.service @55.020s
└─network-pre.target @54.598s
  └─ebtables.service @50.416s +2.106s
└─local-fs.target @50.212s
  └─var-lib-lxd-devlxd.mount @1min 16.572s
└─local-fs-pre.target @48.449s
  └─lvm2-monitor.service @48.004s +220ms
└─lvm2-lvmetad.service @46.720s
  └─system.slice @18.745s
└─-.slice @2.783s

** Affects: systemd (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/1700382

Title:
  Boot times slow when LXD installed, due to poorly crafted systemd
  dependency chain

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

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

[Bug 1522675] Re: Warning messages about unsandboxed downloads

2017-06-24 Thread David Favor
This bug has been hanging round for over a year now.

While packages seem to install when this diagnostic emits, users always
have questions about this.

Be great if someone could fix this.

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

Title:
  Warning messages about unsandboxed downloads

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

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


[Bug 1665151] Re: Apache ignores disable TLSv1.0

2017-02-27 Thread David Favor
Be great if someone from Ubuntu could verify this problem + update the
upstream bug, so this problem can be resolved.

Thanks.

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

Title:
  Apache ignores disable TLSv1.0

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

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


[Bug 1665151] Re: Apache ignores disable TLSv1.0

2017-02-26 Thread David Favor
You're welcome.

I haven't gone back through the recent patches + I'm guessing this is a
fairly recent situation, as I'm fairly sure I was able to change this
setting around version 2.4.18 + problem seems to have crept in around
version 2.4.23 (best guess).

Thanks for scheduling this for a fix.

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

Title:
  Apache ignores disable TLSv1.0

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

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


[Bug 1665151] Re: Apache ignores disable TLSv1.0

2017-02-16 Thread David Favor
Upstream bug opened...

https://bz.apache.org/bugzilla/show_bug.cgi?id=60739

** Bug watch added: bz.apache.org/bugzilla/ #60739
   https://bz.apache.org/bugzilla/show_bug.cgi?id=60739

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

Title:
  Apache ignores disable TLSv1.0

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

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


[Bug 1665151] [NEW] Apache ignores disable TLSv1.0

2017-02-15 Thread David Favor
Public bug reported:

None of these settings correctly disable TLSv1.0 as stated in Apache docs.
___

# SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
# SSLProtocol -All TLSv1.2
# SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1

# SSLProtocol all -SSLv2 -SSLv3 -TLSv1
# SSLProtocol -all +TLSv1.2
# SSLProtocol TLSv1.2 -TLSv1
# SSLProtocol TLSv1.2
# SSLProtocol -All +TLSv1.1 +TLSv1.2

Likely the best setting is this, which will eventually pickup TLSv1.3+
when these protocols become available.

This also fails...

SSLProtocol all -SSLv2 -SSLv3 -TLSv1

** Affects: apache2 (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/1665151

Title:
  Apache ignores disable TLSv1.0

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

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


[Bug 1597863] Re: MariaDB install never asks for default root password

2016-10-23 Thread David Favor
This behavior breaks automated tools where --defaults-
file=/etc/mysql/debian.cnf should provide valid credentials.

Easy way to restore /etc/mysql/debian.cnf to be functional again...

Instructions relate to Yakkety/MariaDB + likely work with Xenial + MySQL
too.

1) First verify root can actually do anything from root, as sometimes
this is broken.

lxd: yakkety # mysql -uroot -p' ' -e 'SHOW DATABASES'
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |

2) Change root password to known value

   lxd: yakkety # mysql -uroot -p' '
   use mysql;
   update user set password=PASSWORD("NEWPASSWORD") where User='root';
   update user set plugin="mysql_native_password";

3) Change password entries in /etc/mysql/debian.cnf from empty to
NEWPASSWORD + all should be well.

4) Test...

lxd: yakkety # mysql --defaults-file=/etc/mysql/debian.cnf -e 'SHOW DATABASES'
++
| Database   |
++
| information_schema |
| mysql  |
| performance_schema |
++

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

Title:
  MariaDB install never asks for default root password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1597863/+subscriptions

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


Re: [Bug 1543280] Re: Synaptic fails with "W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-10-13 Thread David Favor
*** This bug is a duplicate of bug 1522675 ***
https://bugs.launchpad.net/bugs/1522675

Thiago Moreira wrote:
> *** This bug is a duplicate of bug 1522675 ***
> 
> http://links.davidfavor.com/wf/click?upn=npdP0-2FMHcGNgMeleDP-2B5C-2FmxBvEbzmIUS86pdsn6cAQIuaw8hOEgw5R6OCd8iyeZ_lR0zP4fA0FK1DidfqbLFtpflD6kv8L0IjDJyBWAygPP-2BuZH2Jz-2BuuquBHBK-2BZ0f2E8n90P-2BqBFlyahABD-2BGpAkgLMPIVdo6sMegBkRDtzWZdM1Xt2VtllGIGMJAOp1pqPjwdB3vZplqOKqHixhpS2-2FTTPbm8jeTVin1JU-2FVy1lqKCtIAhkDlcBJUWosyJvW5tSvQbvF-2BvRzg8-2B23D1e3T9GurxmC0ECLBTdYBcBF-2F4g-3D
> 
> I confirm that workaround of john  ortiz works! Thank you !

Bug still exists in apt-get V1.2.12

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

Title:
  Synaptic fails with "W: Can't drop privileges for downloading as file
  '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. -
  pkgAcquire::Run (13: Permission denied)"

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

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


Re: [Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2016-07-22 Thread David Favor
Ross Patterson wrote:
> This is still happening on my xenial system with os-prober 1.70.

Still happens at boot time in Xenial too.

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1374759/+subscriptions

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


[Bug 1597349] Re: module-assistant xtables-addons build break

2016-06-29 Thread David Favor
Changing from xtables-addons to module-assistant as this appears to be a
module-assistant problem, where build scripts are looked for
incorrectly.

** Package changed: xtables-addons (Ubuntu) => module-assistant (Ubuntu)

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

Title:
  module-assistant xtables-addons build break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/module-assistant/+bug/1597349/+subscriptions

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


[Bug 1597349] Re: module-assistant xtables-addons build break

2016-06-29 Thread David Favor
Maybe the correct way to do this is...

ln -sf /lib/modules/4.4.0-28-generic/updates/dkms/xt_TARPIT.ko
/lib/modules/4.2.0-36-generic/kernel/lib/.

Except, now we're back to the original problem of module-assistant
failing to build all xtables modules against latest kernels, so it
appear the way to use xt_TARPIT.ko is to...

1) fix module-assistant build break

2) synlink .ko files built via module-assistant into /lib/modules/`uname
-r`

3) arrange for appropriate /lib/modules/`uname -r` modules to load via
/etc/modules

So first up, is the fix for original build break.

net10.bizcooker.com# uname -a
Linux net10.bizcooker.com 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 
UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

net10.bizcooker.com# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

dpkg -l | egrep 'module-assistant|xtables|kmod'
ii  kmod   22-1ubuntu4  
amd64tools for managing Linux kernel modules
ii  libkmod2:amd64 22-1ubuntu4  
amd64libkmod shared library
ii  libxtables11:amd64 1.6.0-2ubuntu3   
amd64netfilter xtables library
ii  module-assistant   0.11.8   
all  tool to make module package creation easier
ii  xtables-addons-common  2.10-1build1 
amd64Extensions targets and matches for iptables [tools, libs]
ii  xtables-addons-dkms2.10-1build1 
all  Extensions targets and matches for iptables
ii  xtables-addons-source  2.10-1build1 
all  Extensions targets and matches for iptables [modules sources]

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

Title:
  module-assistant xtables-addons build break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/module-assistant/+bug/1597349/+subscriptions

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


[Bug 1597349] Re: module-assistant xtables-addons build break

2016-06-29 Thread David Favor
It appears the problem relates to where module-assistant is looking for
build scripts.

Build break error relates to...

   /bin/bash: /build/xtables-addons-smmDiF/xtables-addons-2.10/build-
aux/missing: No such file or directory

This is correct, as there's no /build/... directory generated by module-
assistant.

And several .../build-aux/missing files turn up via locate...

locate /build-aux/missing | egrep -v -e /lxc/
/usr/share/libtool/build-aux/missing
/usr/src/modules/xtables-addons/build-aux/missing
/usr/src/xtables-addons-2.10/build-aux/missing
/var/lib/dkms/xtables-addons/2.10/build/build-aux/missing

So likely fix is for module-assistant to look for build scripts in
correct directory.

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

Title:
  module-assistant xtables-addons build break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/module-assistant/+bug/1597349/+subscriptions

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


[Bug 1597349] Re: module-assistant xtables-addons build break

2016-06-29 Thread David Favor
All package updates are installed on this machine.

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

Title:
  module-assistant xtables-addons build break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/module-assistant/+bug/1597349/+subscriptions

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


[Bug 1597351] [NEW] modprobe --list is deprecated, please revert to add --list back again

2016-06-29 Thread David Favor
Public bug reported:

https://help.ubuntu.com/community/Loadable_Modules still states modprobe
--list works.

It appears --list has been deprecated, as it no longer works in Wily or
Xenial.

The modprobe man page no longer provides any easy way to list all
modules.

Please reintegrate --list or update man page with correct way to list
all modules.

Also, https://help.ubuntu.com/community/Loadable_Modules should be
corrected to state --list no longer works + give other options for
listing all modules.

** Affects: xtables-addons (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/1597351

Title:
  modprobe --list is deprecated, please revert to add --list back again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1597351/+subscriptions

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


[Bug 1597351] Re: modprobe --list is deprecated, please revert to add --list back again

2016-06-29 Thread David Favor
The workaround - find /lib/modules/`uname -r` -type f -name "*.ko -
seems very clunky.

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

Title:
  modprobe --list is deprecated, please revert to add --list back again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1597351/+subscriptions

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


[Bug 1597349] [NEW] module-assistant xtables-addons build break

2016-06-29 Thread David Favor
Public bug reported:

https://launchpad.net/ubuntu/xenial/arm64/xtables-addons-common
instructions fail. See attached log.

And it appears the instructions on this page are deprecated.

When xtables-addons-common is installed
/lib/modules/4.4.0-28-generic/updates/dkms/ seems to contain all kernel
modules, already built.

So it appears the above page documentation should be changed to simply
explain how to install the .ko files installed via xtables-addons-
common.

Likely the real question related to installing these .ko files.

Please update this ticket with how to install or make one of the .ko
files available at boot time.

For example, show how to configure
/lib/modules/4.4.0-28-generic/updates/dkms/xt_TARPIT.ko to be included
in running kernel at boot time.

Thanks.

** Affects: xtables-addons (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: 
"xtables-addons-source.buildlog.4.4.0-28-generic.1467206589.txt"
   
https://bugs.launchpad.net/bugs/1597349/+attachment/4692271/+files/xtables-addons-source.buildlog.4.4.0-28-generic.1467206589.txt

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

Title:
  module-assistant xtables-addons build break

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1597349/+subscriptions

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


[Bug 1595619] [NEW] lxc-clone fails with no useful information

2016-06-23 Thread David Favor
Public bug reported:

root@net8-rmt:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.10
Release:15.10
Codename:   wily

root@net8-rmt:~# uname -a
Linux net8-rmt.bizcooker.com 4.2.0-34-generic #39-Ubuntu SMP Thu Mar 10 
22:13:01 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

root@net8-rmt:~# lxc-create --version
1.1.5

root@net8-rmt:~# lxc-ll
NAME   STATEIPV4IPV6  GROUPS  AUTOSTART  
---
rmt-coachrev-dev   RUNNING  10.0.3.250  - -   YES
rmt-lightweight-vivid  RUNNING  10.0.3.189  - -   YES
rmt-mark-dev   RUNNING  10.0.3.218  - -   YES
rmt-si-mainSTOPPED  -   - -   NO 
rmt-si-main-preciseRUNNING  10.0.3.187  - -   YES
rmt-si-main-trusty STOPPED  -   - -   NO 
rmtcenter-dev  RUNNING  10.0.3.65   - -   YES
rmtcenter-prod RUNNING  10.0.3.229  - -   YES   

root@net8-rmt:~# lxc-clone -o rmt-si-main-precise -n rmt-si-main-precise-dev
clone failed

Clone seems to work when container is stopped, so my guess is container
requires to be stopped before clone will work.

Be great if lxc-clone kicked out a message to "clone failed because
original container is currently running", rather than "clone failed".

** Affects: lxc (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/1595619

Title:
  lxc-clone fails with no useful information

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

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


Re: [Bug 1543280] Re: Synaptic fails with "W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-06-07 Thread David Favor
*** This bug is a duplicate of bug 1522675 ***
https://bugs.launchpad.net/bugs/1522675

Paolo Pustorino wrote:
> *** This bug is a duplicate of bug 1522675 ***
> 
> http://links.davidfavor.com/wf/click?upn=npdP0-2FMHcGNgMeleDP-2B5C-2FmxBvEbzmIUS86pdsn6cAQIuaw8hOEgw5R6OCd8iyeZ_lR0zP4fA0FK1DidfqbLFtpflD6kv8L0IjDJyBWAygPN3dEKOVhCGsm26osZCXx12b7SRBdwuFv03mPlx344DrNLxPszjOY7goyyg4ZorrI3N-2Fhogy-2FmwVCFZD0UmTIHdfgD0ejufkUbMq9KduYPuyz16kOwH-2BUK6R4bGXNE3L5A4Tcms7EsF6bECTkCGOl8rTrWU9Ajm0yfxHumk6hJYbDt0X51q5xrUS8VuFg-2Fto6c-3D
> 
> Same as #11. ttf-mscorefonts-installer fails with the same error with
> both the stock and the 4.6 mainline kernel (this can't be a kernel issue
> anyway).
> 
> Tempted to chmod 777 some dir and get past this issue, seriously. This
> is frustrating.
> 

+1 for frustration.

I reported this bug months ago + it still shows up every time I generate
a new physical server or LXC container.

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

Title:
  Synaptic fails with "W: Can't drop privileges for downloading as file
  '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. -
  pkgAcquire::Run (13: Permission denied)"

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

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


[Bug 1458170] Re: Vivid + bootchart quietly fails

2016-05-11 Thread David Favor
I believe the problem relates to packaging + documentation.

All bootchart packages appear to be deprecated, in lieu of systemd
handling the bootchart function now... so... likely good to...

1) remove all bootchart packages, as they create confusion + are NOPs
(produce now effect)

2) update bootchart related documentation, explaining this deprecation

3) update documentation about how to correct generate bootchart output

Regards #3, suggestions like "install bootchart" or "journalctl --full |
grep -i bootchart" are insufficient, as no bootchart data is ever
generated.

Please update this ticket with correct documentation about how to...

1) setup systemd to generate bootchart data

2) how to view data (where data lives)

Thanks.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2016-05-03 Thread David Favor
Bug still persists + apport-collect 1468804 fails to work on headless
browsers.

Same problem seems to exist in Xenial.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1468804/+subscriptions

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


[Bug 1575982] [NEW] MySQL max_connections ignores cnf file

2016-04-27 Thread David Favor
Public bug reported:

Changing max_connections in /etc/mysql/mysql.conf.d/mysqld.cnf caps out
at 214 connections.

The max_connections setting can be adjusted down + has no effect when
value is set to more than 214.

This problem seems to have occurred when systemd was introduced.

Changing /lib/systemd/system/mysql.service LimitNOFILE=value (any value)
followed by...

systemctl daemon-reload
systemctl restart mysqld

Also has no effect, as many articles state.

Due to this problem, Ubuntu MySQL is unusable for sites with slightest
bit of traffic.

This ticket aims to have someone describe the correct way to effect
max_connections to increase past 214 connections.

Temporary fix is...

mysql --defaults-extra-file=/etc/mysql/debian.cnf -e 'SET GLOBAL
max_connections=1000'

** Affects: mysql-server (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/1575982

Title:
  MySQL max_connections ignores cnf file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-server/+bug/1575982/+subscriptions

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


[Bug 1434758] Re: mysqld: errno: 24 - Too many open files

2016-04-27 Thread David Favor
This is broken again.

net4-dev# sysctl fs.file-max
fs.file-max = 3280263

Changing /lib/systemd/system/mysql.service has no effect on file limits.

Setting...

[Service]
... ... ...
LimitNOFILE=infinity
LimitMEMLOCK=infinity

Then...

systemctl daemon-reload
service mysql restart

net4-dev# cat /proc/$(cat /var/run/mysqld/mysqld.pid)/limits | grep files
Max open files1024 4096 files

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

Title:
  mysqld: errno: 24 - Too many open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1434758/+subscriptions

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


[Bug 1543280] Re: apt-get fails withCan't drop privileges for downloading as file + couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-02-22 Thread David Favor
Please update this ticket as soon as a manual fix is determined, to
accelerate Xenial testing.

Thanks.

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

Title:
  apt-get fails withCan't drop privileges for downloading as file +
  couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission
  denied)

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

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


[Bug 1543280] Re: apt-get fails withCan't drop privileges for downloading as file + couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-02-09 Thread David Favor
Manual fix info appreciated. Thanks.

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

Title:
  apt-get fails withCan't drop privileges for downloading as file +
  couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission
  denied)

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

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


[Bug 1543280] Re: apt-get fails withCan't drop privileges for downloading as file + couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-02-08 Thread David Favor
Full messages...

The font install appears to have worked, just many messages interfering
where logs are normally clean (no messages).

aptitude changelog apt > /dev/null
W: Can't drop privileges for downloading as file 
'/tmp/aptitude-root.24195:wYCEcM/aptitudeDownload6J+8J:+PsVGmTNm^.^::Lz:%.Hi55VKA'
 couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

apt-get -yqq install debconf-utils
echo 'ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select 
true' | debconf-set-selections
apt-get -yqq install ttf-mscorefonts-installer
Preconfiguring packages ...
Selecting previously unselected package ttf-mscorefonts-installer.
(Reading database ... 27578 files and directories currently installed.)
Preparing to unpack .../ttf-mscorefonts-installer_3.4+nmu1ubuntu2_all.deb ...
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts-installer (3.4+nmu1ubuntu2) ...
Processing triggers for update-notifier-common (3.165) ...
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
Fetched 198 kB in 20s (9533 B/s)

W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arial32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arial32.exe [554 kB]
Fetched 554 kB in 22s (24.1 kB/s)   
 
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/arial32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/arialb32.exe
Get:1 http://downloads.sourceforge.net/corefonts/arialb32.exe [168 kB]
Fetched 168 kB in 11s (14.6 kB/s)   
  
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/arialb32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/comic32.exe
Get:1 http://downloads.sourceforge.net/corefonts/comic32.exe [246 kB]
Fetched 246 kB in 15s (15.6 kB/s)   
   
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/comic32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/courie32.exe
Get:1 http://downloads.sourceforge.net/corefonts/courie32.exe [646 kB]
Fetched 646 kB in 16s (39.5 kB/s)   
  
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/courie32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/georgi32.exe
Get:1 http://downloads.sourceforge.net/corefonts/georgi32.exe [392 kB]
Fetched 392 kB in 58s (6741 B/s)
   
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/georgi32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/impact32.exe
Get:1 http://downloads.sourceforge.net/corefonts/impact32.exe [173 kB]
Fetched 173 kB in 15s (11.0 kB/s)   

W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/impact32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/times32.exe
Get:1 http://downloads.sourceforge.net/corefonts/times32.exe [662 kB]
Fetched 662 kB in 10s (62.6 kB/s)   
   
W: Can't drop privileges for downloading as file 
'/var/lib/update-notifier/package-data-downloads/partial/times32.exe' couldn't 
be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/trebuc32.exe
Get:1 http://downloads.sourceforge.net/corefonts/trebuc32.exe [357 kB]
Fetched 357 kB in 15s (22.9 kB/s)   

W: Can't drop privileges for downloading as file 
'/va

[Bug 1543280] [NEW] apt-get fails withCan't drop privileges for downloading as file + couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

2016-02-08 Thread David Favor
Public bug reported:

Fails on all sorts of Xenial package installs.

Please update this ticket with manual fix for this, to facilitate Xenial
testing.

Thanks.
__

Two simple examples...

1) aptitude changelog apt > /dev/null

2) echo 'ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula 
select true' | debconf-set-selections
 apt-get -yqq install ttf-mscorefonts-installer
___

There are several bugs related to this problem. None have a fix
specified + all are opened against random packages, rather than
aptitude.

Several of these bugs have been closed saying problem is fixed in apt-1.1.2 + 
above which is incorrect.
___

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04
Codename:   xenial

apt-get --version
apt 1.1.10 (amd64)
Supported modules:
*Ver: Standard .deb
*Pkg:  Debian dpkg interface (Priority 30)
 Pkg:  Debian APT solver interface (Priority -1000)
 S.L: 'deb' Debian binary tree
 S.L: 'deb-src' Debian source tree
 Idx: Debian Source Index
 Idx: Debian Package Index
 Idx: Debian Translation Index
 Idx: Debian dpkg status file
 Idx: Debian deb file
 Idx: Debian dsc file
 Idx: Debian control file
 Idx: EDSP scenario file

aptitude --version
aptitude 0.7.4 compiled at Dec  9 2015 19:30:45
Compiler: g++ 5.3.1 20151207
Compiled against:
  apt version 5.0.0
  NCurses version 6.0
  libsigc++ version: 2.6.2
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 6.0.20151024
  cwidget version: 0.5.17
  Apt version: 5.0.0

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

** Package changed: synaptic (Ubuntu) => aptitude (Ubuntu)

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

Title:
  apt-get fails withCan't drop privileges for downloading as file +
  couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission
  denied)

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

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


[Bug 1492837] Re: iptables nat prerouting slight problem with adapter aliases

2016-01-05 Thread David Favor
Still broken in ubuntu-15.10-wily + causes all manner of headaches
debugging.

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

Title:
  iptables nat prerouting slight problem with adapter aliases

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

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


[Bug 1240757] Re: Bridge not created if bind9 is on

2015-12-26 Thread David Favor
Having bind use .d mechanism seems like the cleanest way to handle this.

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

Title:
  Bridge not created if bind9 is on

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

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


[Bug 1528655] Re: Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

2015-12-23 Thread David Favor
The systemd facility changes sysvinit behavior considerably, especially
sending no SIGKILL after SIGTERM.

Suggested solution, send SIGKILL after timeout, following SIGTERM.


Primary difference is systemd defers forever to underlying processes,
rather than shooting them in the head eventually.

This means processes which trap SIGTERM + never end, hang system
shutdown.

https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804
describes this problem with MySQL, not MariaDB, which does a very fast
shutdown.

Another culprit is fail2ban, which takes far to long to shutdown. I'll
push a shutdown fix for fail2ban shortly.

Worst offenders are /etc/rc.local processes, especially where a
supervisor program runs children + one or more children fail to die or
the supervisor restarts them when they die. Issuing - systemctl --no-
pager status rc.local.service - in a shell while issuing reboot in
another shell shows this problem.

The easiest way to debug a reboot hang is to run two shells + do reboot
in one.

Then a few seconds later issue - systemctl --no-pager status - in the
surviving shell. A quick scan of this output usually surfaces the
culprit.

Starting the attached script in /etc/rc.local as follows...

looper > /var/log/looper.log 2>&1

show systemd sends SIGTERM + never follows up with a SIGKILL, at least
within 5 minutes, which is when I killed the process myself to allow
reboot to finish shutdown + do restart.

net4-dev# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.10
Release:15.10
Codename:   wily

net4-dev# uname -a
Linux net4.bizcooker.com 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

** Attachment added: "looper"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1528655/+attachment/4539392/+files/looper

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

Title:
  Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

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

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


[Bug 1528655] Re: Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

2015-12-22 Thread David Favor
It appears - reboot -f - still works.

And this is a harsh way to reboot a system.

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

Title:
  Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

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

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


[Bug 1528655] [NEW] Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

2015-12-22 Thread David Favor
Public bug reported:

Yet another horrible bug related to systemd which delays shutdowns by
minutes.

https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1374759
surfaces this problem + the bug I'm reporting here is a separate issue.

Neither reboot or shutdown -r now work sensibly any more. Both rely on
systemd, which appears to be the root of most Ubuntu instabilities now,
reading the many reported systemd bugs.

Both the reboot + shutdown -r now commands should do what the mean.
Shutdown + Reboot now...

Not 150-250 seconds after requested, which appears to be some arbitrary
systemd timeout.

Please fix this problem + update this ticket with some workaround to get
an instant reboot, till fix is available.

Thanks.

** Affects: systemd (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/1528655

Title:
  Wily/15.10 - systemd hangs reboot + shutdown for long periods of time

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

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


[Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2015-12-22 Thread David Favor
This is a very ugly bug.

Sometimes this causes reboots to hang for long periods. Just timed it on
a Wily system with all upgrades installed.

Takes 157 seconds, to shutdown system.

Above comments only mention 3.19 (Vivid) kernels. This problem persists
in Wily...

net4-dev# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.10
Release:15.10
Codename:   wily

net4-dev# uname -a
Linux net4.bizcooker.com 4.2.0-22-generic #27-Ubuntu SMP Thu Dec 17 22:57:08 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1374759/+subscriptions

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


[Bug 1374759] Re: >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old

2015-12-22 Thread David Favor
I see this bug is tagged xenial. Please post a fix which can be added to
Wily, to escape the long shudown delay.

Thanks.

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

Title:
  >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is
  ufstype=old

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1374759/+subscriptions

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


[Bug 1527346] [NEW] Vivid to Wily upgrade fails if /tmp to small

2015-12-17 Thread David Favor
Public bug reported:

This system was running a small tmpfs /tmp filesystem of 64M.

do-release-upgrade fails part way through, leaving system in partially
upgraded state.

lsb_release -a report wily + no package upgrades occurred include kernel
still at Vivid's level.

Reboot + apt-get update + apt-get upgrade + update-grub2 seems to fix
problem.

Likely  best to put some sort of check into upgrade process to ensure
some amount of /tmp being free.

** Affects: ubuntu-release-upgrader (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/1527346

Title:
  Vivid to Wily upgrade fails if /tmp to small

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1527346/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-12-17 Thread David Favor
Bug still persists.

http://askubuntu.com/questions/615129/systemd-mysql-wont-stop provides
one solution + this is ugly.

Normal mysql should correctly stop itself, without hacking an etc
systemd service override.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-10-29 Thread David Favor
This is a horrible bug + best be fixed.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1492837] Re: iptables nat prerouting slight problem with adapter aliases

2015-09-26 Thread David Favor
Still broken on Vivid as of Sept 26 2015.

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

Title:
  iptables nat prerouting slight problem with adapter aliases

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

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


[Bug 1492837] Re: iptables nat prerouting slight problem with adapter aliases

2015-09-06 Thread David Favor
By "works" I mean packets forward correctly only when base adapter is
used (no :\d+) so aliases quietly drop packets.

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

Title:
  iptables nat prerouting slight problem with adapter aliases

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

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


[Bug 1492837] [NEW] iptables nat prerouting slight problem with adapter aliases

2015-09-06 Thread David Favor
Public bug reported:

There seems to be a slight problem with iptables + adapter aliases.

Take the alias eth0:1 for example...

ifconfig eth0:1
eth0:1Link encap:Ethernet  HWaddr 00:25:90:eb:cb:ae  
  inet addr:158.69.167.64  Bcast:158.69.255.255  Mask:255.255.0.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

1) This rule works + seems incorrect (notice -i rather than -i eth0:1)

   iptables -w -t nat -A PREROUTING -i eth0 -p tcp --dst
158.69.167.64 --dport 80 -j DNAT --to 10.0.3.189 80

2) This rule fails + seems correct (notice -i eth0:1)

   iptables -w -t nat -A PREROUTING -i eth0:1 -p tcp --dst
158.69.167.64 --dport 80 -j DNAT --to 10.0.3.189 80

In #2 the rule is consumed without generating any error.

Seems like either eth0:1 should be accepted + should work or should
generate an error.

The iptables man page says -i is the "Name of an interface via which a
packet was received" so I'm guessing anytime -i is passed with an alias,
then the correct action is to either generate an error + die or better
generate a warning that the alias has been converted to the base
interface (any :\d+ has been stripped).

This is a low priority item + at the same time can suck a huge amount of
time debugging.

** Affects: iptables (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/1492837

Title:
  iptables nat prerouting slight problem with adapter aliases

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

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


[Bug 1413193] Re: [vivid] Failed to reset devices.list

2015-09-05 Thread David Favor
Still broken in systemd 219.

If someone knows how to fix this, please update this ticket. Thanks.

rmt-net8# lxc-create --version
1.1.2

rmt-net8# lxcfs --version
FUSE library version: 2.9.2
fusermount version: 2.9.2
using FUSE kernel interface version 7.19

rmt-net8# psall | grep lxcfs
root  1461  0.1  0.0  22060  2820 ?Ss   17:55   0:02 /usr/bin/lxcfs 
-f -s -o allow_other /var/lib/lxcfs/
root 13887  0.0  0.0   6616   796 pts/2S+   18:29   0:00 grep 
--color=auto lxcfs

___

rmt-net8# lxc-start -n rmt-lightweight-vivid -F
systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK 
+SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID 
-ELFUTILS +KMOD -IDN)
Detected virtualization lxc.
Detected architecture x86-64.

Welcome to Ubuntu 15.04!

Set hostname to .
Failed to install release agent, ignoring: No such file or directory
Cannot add dependency job for unit dbus.socket, ignoring: Unit dbus.socket 
failed to load: No such file or directory.
Cannot add dependency job for unit display-manager.service, ignoring: Unit 
display-manager.service failed to load: No such file or directory.
[  OK  ] Reached target Encrypted Volumes.
Failed to reset devices.list on /lxc/rmt-lightweight-vivid: Permission denied
[  OK  ] Created slice Root Slice.
[  OK  ] Listening on Delayed Shutdown Socket.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
Failed to reset devices.list on /lxc/rmt-lightweight-vivid/system.slice: 
Permission denied
[  OK  ] Created slice System Slice.
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/systemd-setup-dgram-qlen.service: 
Permission denied
 Starting Increase datagram queue length...
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/system-getty.slice: Permission denied
[  OK  ] Created slice system-getty.slice.
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/system-container\x2dgetty.slice: 
Permission denied
[  OK  ] Created slice system-container\x2dgetty.slice.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Swap.
Failed to reset devices.list on /lxc/rmt-lightweight-vivid/user.slice: 
Permission denied
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[  OK  ] Listening on Journal Socket.
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/resolvconf.service: Permission denied
 Starting Nameserver information manager...
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/systemd-remount-fs.service: Permission 
denied
 Starting Remount Root and Kernel File Systems...
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-mqueue.mount: Permission denied
 Mounting POSIX Message Queue File System...
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/udev-finish.service: Permission denied
 Starting Copy rules generated while the root was ro...
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-hugepages.mount: Permission denied
 Mounting Huge Pages File System...
[  OK  ] Reached target Remote File Systems (Pre).
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-cpuinfo.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-sys-net.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-uptime.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-lxc-tty2.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-sysrq\x2dtrigger.mount: Permission 
denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/sys-fs-fuse-connections.mount: 
Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/-.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-diskstats.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-stat.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-lxc-console.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/proc-meminfo.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-lxc-tty4.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-lxc-tty3.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/dev-lxc-tty1.mount: Permission denied
Failed to reset devices.list on 
/lxc/rmt-lightweight-vivid/system.slice/sys-kernel-debug.mount: Permission 

[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-09-05 Thread David Favor
Just setting up a fresh Vivid LXC host machine + I was incorrect above.

There's no requirement for /etc/dnsmasq.conf to exist for lxc-net to
start correctly.

There is a requirement though for /etc/resolv.conf to reference at least
one valid name server.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-09-05 Thread David Favor
I had to remove both lines, in my case.

And this is likely a less than correct fix. I'm under the gun to get a
client machine I'm hosting setup to run many of their sites in LXC
containers, so time I invested looking at this fix was minimal.

Likely the entire stop function is best revisited, to allow functioning
across dnsmasq failing to start or dying.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-08-29 Thread David Favor
Oh, I see...

I was using OOM as an example. I this case, it appears the missing
/etc/dnsmasq.conf file might be the culprit.

So first start of lxc-net, dnsmasq never starts.

After that, it will never start, unless a hard reboot is done.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-08-28 Thread David Favor
Okay, a simple fix that seems to work (at least in my case), is to
comment out the first two guards in the stop function.

So...

#[ "x$USE_LXC_BRIDGE" = "xtrue" ] || { exit 0; }
#[ -f "${varrun}/network_up" ] || { exit 0; }

Once these are skipped, the code seems to work.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-08-28 Thread David Favor
Oh... and - touch /etc/dnsmasq.conf - is still required, so this is
another bug to be fixed.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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


[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-08-28 Thread David Favor
IMHO, systemd seems to be the root of all evil.

touch /etc/dnsmasq.conf has no effect.

net4-dev# systemctl restart lxc-net
net4-dev# systemctl status lxc-net
● lxc-net.service - LXC network bridge setup
   Loaded: loaded (/lib/systemd/system/lxc-net.service; enabled; vendor preset: 
enabled)
   Active: active (exited) since Fri 2015-08-28 18:20:16 CDT; 9s ago
  Process: 15219 ExecStop=/usr/lib/x86_64-linux-gnu/lxc/lxc-net stop 
(code=exited, status=0/SUCCESS)
  Process: 15223 ExecStart=/usr/lib/x86_64-linux-gnu/lxc/lxc-net start 
(code=exited, status=0/SUCCESS)
 Main PID: 15223 (code=exited, status=0/SUCCESS)

Shows lxc-net reported status of success + dnsmasq is never run.

There's just so much wrong here...

The entire /usr/lib/x86_64-linux-gnu/lxc/lxc-net script seems never to
require a rethink.

The problem is whoever wrote this imagined the Linux runtime environment
works sensibly (no edge conditions).

Many times they don't.

A simple situation is if OOM (Out of Memory Killer) runs +
scavenges/kill dnsmasq, then much of the "state" (files/directories)
lxc-net depends on is out of sync... meaning there's no test for dnsmasq
actually running. There's only a test for the lxcbr0 state files
existing. This is an insufficient approach.

I think the solution is to rewrite stop() to handle any edge condition,
so lxc-net can recover normal errors without manual intervention.

I'll take a stab at a rewrite + if my code isn't to embarrassing, I'll
post it.

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

Title:
  vivid container's networking.service fails on boot with signal=PIPE

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

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

[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-08-15 Thread David Favor
Be great if you added the steps you used to revert back to upstart.

I've concluded that all Vivid instability - hung reboots, MySQL
start/stop silently failing, same with Apache + bootchart - all relate
to the braindeadedness of systemd.

I've started using the latest mainline ppa kernel with Utopic + my
systems are rock solid again.

I also notice any bugs I open related to systemd are just ignored...
likely because systemd is just so broken no one feels excited to debug
any bugs related to it's nefariousness.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-08-15 Thread David Favor
Braindeadedness of systemd is just my opinion.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-08-13 Thread David Favor
Cleanest fix is to downgrade to Utopic, as systemd also fails for many
other services like Apache + fail2ban.

If running Vivid is a required, this hack seems to correctly top +
restart MySQL.

alias mysql-stop='mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf 
shutdown'
alias mysql-start='service mysql restart'
alias mysql-restart='mysql-stop ; mysql-start'

Only way I've found to get around systemd hang.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-08-13 Thread David Favor
Problem still persists after latest systemd updates.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-31 Thread David Favor
I've removed the patch tag + removed the patch file as LXC already has
this bug open + fix will likely come from there.

** Tags removed: patch

** Patch removed: "Unified diff patch file"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1471358/+attachment/4424582/+files/lxc-checkconfig.patch

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-07-31 Thread David Favor
This failure occurs consistently on every installation of Vivid.

Downgrading to Utopic, which avoids use of systemd, fixes problem.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-05 Thread David Favor
https://github.com/lxc/lxc/issues/508 documents this bug in LXC.

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-05 Thread David Favor
Attached is one way to fix this.

Patch created via...

diff -u lxc-checkconfig.orig lxc-checkconfig.fix > lxc-checkconfig.patch

** Patch added: "Unified diff patch file"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1471358/+attachment/4424582/+files/lxc-checkconfig.patch

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-05 Thread David Favor
The problem appears to be around line 102 of the lxc-checkconfig script.

echo -n "Cgroup memory controller: "

is followed by a slightly flawed check for kernel version...

if [ $KVER_MAJOR -ge 3 -a $KVER_MINOR -ge 6 ]; then
is_enabled CONFIG_MEMCG
else
is_enabled CONFIG_CGROUP_MEM_RES_CTLR
fi

The test - $KVER_MAJOR -ge 3 - passes, as this will be '4'.

The test - $KVER_MINOR -ge 6 - will fail, as the minor is '0'.

Likely a more robust test is to test for CONFIG_CGROUP_MEM_RES_CTLR
in kernel-3.6 + below.

The 4.0.7 kernel config file shows...

config-4.0.7-040007-generic:CONFIG_MEMCG=y
config-4.0.7-040007-generic:CONFIG_MEMCG_SWAP=y
config-4.0.7-040007-generic:# CONFIG_MEMCG_SWAP_ENABLED is not set
config-4.0.7-040007-generic:CONFIG_MEMCG_KMEM=y

Which is correct, as CONFIG_CGROUP_MEM_RES_CTLR seems to have been
deprecated.

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-04 Thread David Favor
Can't seem to get apport-collect to login to launchpad. Appears a browser is 
required to authenticate + the
command line browser invoked doesn't seem to correctly pass user + pass to 
launchpad.

This is a headless server, so there is no browser running.

Someone let me know how to run apport-collect with output to a file +
I'll add it's output as an attachment.

Pulling all kernel CONFIG_CGROUP* options from 3.19.8 + 4.0.7 config
file + doing a diff shows exact same CGROUP kernel switches used for
compiling both kernels.

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-04 Thread David Favor
Hum... lxc-checkconfig works for these kernel versions...

linux-image-3.16.0-41-generic   - default installed kernel
linux-image-3.19.8-031908-generic - mainline ppa vivid

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1471358] Re: lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-03 Thread David Favor
Also...

net8-rmt# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.10
Release:14.10
Codename:   utopic

net8-rmt# lxc-checkconfig
Kernel configuration not found at /proc/config.gz; searching...
Kernel configuration found at /boot/config-4.0.7-040007-generic
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Multiple /dev/pts instances: enabled

--- Control groups ---
Cgroup: enabled
Cgroup clone_children flag: enabled
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: missing
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: enabled

Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig

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

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-07-03 Thread David Favor
Steps to reproduce.

1) install fresh copy of Vivid

2) apt-get -yqq install mysql-server libmysqlclient-dev

3) reboot + system hangs forever (because mysql can't seem to be stopped
in all cases by systemd)

4) In another shell - mysqladmin shutdown - allows reboot continues

5) Also - service mysql stop - hangs forever, so only way to
consistently stop mysql is via - mysqladmin shutdown

This situation only occurs after several mysql restarts + this situation
seems to occur on every Vivid install I've done.

Down leveling to Utopic is how I've had to fix this.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1471358] [NEW] lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory controller

2015-07-03 Thread David Favor
Public bug reported:

net8-rmt# uname -a
Linux ns515383.ip-167-114-159.net 4.0.7-040007-generic #201507031036 SMP Fri 
Jul 3 10:37:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

net8-rmt# lxc-checkconfig | grep missing
Cgroup memory controller: missing

net8-rmt# grep cgroup /proc/mounts | grep memory
cgroup /sys/fs/cgroup/memory cgroup 
rw,relatime,memory,release_agent=/run/cgmanager/agents/cgm-release-agent.memory 
0 0

So it appears the memory controller is available + lxc-checkconfig just
fails to report it correctly.

** 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/1471358

Title:
  lxc-checkconfig shows Mainline PPA Wily-4.0.7 kernel missing memory
  controller

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

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-30 Thread David Favor
There is no easy fix to deal with systemd problems.

Other physical servers with Vivid + mysql or mariadb have worse
problems.

After a number of starts/stops, mysql simply won't start. There is no
debug info anywhere.

/var/log/syslog is quiet... Crickets...

Downgrading back to Utopic, as this appears to be the last stable
version of Ubuntu. While the basic plumbing for systemd exists in
Utopic, the actual /etc/init.d scripts are still working (non-systemd)
versions.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Nothing related shows up in /var/log/syslog at reboot either...

Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sdb3...
Jun 25 12:03:54 fine systemd[1]: Starting Unattended Upgrades...
Jun 25 12:03:54 fine systemd[1]: Deactivating swap /dev/sda3...
Jun 25 12:03:54 fine systemd[1]: Stopped Setup Virtual Console.
Jun 25 12:03:54 fine systemd[1]: Stopping Setup Virtual Console...
Jun 25 12:03:54 fine systemd[1]: Stopped target Timers.
Jun 25 12:03:54 fine systemd[1]: Stopping Timers.
Jun 25 12:03:54 fine systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 25 12:03:54 fine systemd[1]: Stopping Daily Cleanup of Temporary 
Directories.
Jun 25 12:03:54 fine systemd[1]: Stopping Authenticate and Authorize Users to 
Run Privileged Tasks...
Jun 25 12:03:54 fine systemd[1]: Stopped target Graphical Interface.
Jun 25 12:03:54 fine systemd[1]: Stopping Graphical Interface.
Jun 25 12:03:54 fine systemd[1]: Stopped target Multi-User System.
Jun 25 12:03:54 fine systemd[1]: Stopping Multi-User System.
Jun 25 12:03:54 fine systemd[1]: Stopping Login Service...
Jun 25 12:03:54 fine systemd[1]: Stopping Regular background program processing 
daemon...
Jun 25 12:03:54 fine systemd[1]: Stopping LSB: Cleans up any mess left by 
0dns-up...
Jun 25 12:03:54 fine systemd[1]: Stopped target Login Prompts.
Jun 25 12:03:54 fine systemd[1]: Stopping Login Prompts.
Jun 25 12:03:54 fine systemd[1]: Stopping Getty on tty1...
Jun 25 12:03:54 fine systemd[1]: Stopping LSB: disk temperature monitoring 
daemon...
Jun 25 12:03:54 fine systemd[1]: Stopping Fail2Ban Service...
Jun 25 12:03:54 fine rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" 
x-pid="1027" x-info="http://www.rsyslog.com";] exiting on signal 15.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Using inotifywait, reboot sequence is very odd...

ovhfine# inotifywait -mr -e OPEN /etc | egrep 'init.d|rc'
Setting up watches.  Beware: since -r was given, this may take a while!
Watches established.
/etc/init.d/ OPEN rng-tools
/etc/init.d/ OPEN rng-tools
/etc/init.d/ OPEN ntp
/etc/init.d/ OPEN ntp
/etc/init.d/ OPEN hddtemp
/etc/init.d/ OPEN hddtemp
/etc/init.d/ OPEN apport
/etc/init.d/ OPEN apport
/etc/init.d/ OPEN grub-common
/etc/init.d/ OPEN grub-common
/etc/default/ OPEN rcS
/etc/init.d/ OPEN mdadm
/etc/init.d/ OPEN mdadm
/etc/init.d/ OPEN preload
/etc/init.d/ OPEN preload
/etc/init.d/ OPEN ondemand
/etc/init.d/ OPEN ondemand
/etc/default/ OPEN rcS
/etc/init.d/ OPEN sysstat
/etc/init.d/ OPEN sysstat
/etc/init.d/ OPEN apache2
/etc/init.d/ OPEN apache2
/etc/default/ OPEN rcS
/etc/init.d/ OPEN rollerd
/etc/init.d/ OPEN rollerd
/etc/default/ OPEN rcS
/etc/init.d/ OPEN dns-clean
/etc/init.d/ OPEN dns-clean
/etc/default/ OPEN rcS
/etc/init.d/ OPEN irqbalance
/etc/init.d/ OPEN irqbalance
/etc/apt/apt.conf.d/ OPEN 20archive

Notice the mysql shutdown script is never accessed. Looking at the
apache2 shutdown script, there seems to be no connection which might
interfere with mysql.

Placing mysqladmin shutdown in /etc/init.d/apache2 fails to allow reboot
either.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
dirwatch /etc | grep OPEN | egrep 'init.d|rc' shows that shutdown
scripts are no longer run sensibly either.

The K01mysql script never runs, so likely there's some other shutdown
script with a dependency which is touching mysql + hanging before the
K01mysql runs.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Changing the /etc/rc{016}.d/K01mysql scripts to do mysqladmin shutdown
doesn't work, because inotifywait shows these files are never touched at
shutdown.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
This doesn't work either...

echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown' >
/etc/init.d/mysql-hard-stop

ln -s /etc/init.d/mysql-hard-stop /etc/rc0.d/K01-aaa-mysql-hard-stop
ln -s /etc/init.d/mysql-hard-stop /etc/rc6.d/K01-aaa-mysql-hard-stop

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
apport-collect 1468804 does not seem to work correctly on headless
(server) systems.

Gets into some infinite loop with lynx or whatever tool is running.

ovhfine# uname -a
Linux fine.bizcooker.com 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
ovhfine# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid
ovhfine# dpkg -l | egrep ^mysql
ovhfine# dpkg -l | egrep mysql
ii  libdbd-mysql-perl   4.028-2
amd64Perl5 database interface to the MySQL database
ii  libmysqlclient-dev  5.6.24-0ubuntu2
amd64MySQL database development files
ii  libmysqlclient18:amd64  5.6.24-0ubuntu2
amd64MySQL database client library
ii  mysql-client-5.65.6.24-0ubuntu2
amd64MySQL database client binaries
ii  mysql-client-core-5.6   5.6.24-0ubuntu2
amd64MySQL database core client binaries
ii  mysql-common5.6.24-0ubuntu2
all  MySQL database common files, e.g. /etc/mysql/my.cnf
ii  mysql-server5.6.24-0ubuntu2
all  MySQL database server (metapackage depending on the latest version)
ii  mysql-server-5.65.6.24-0ubuntu2
amd64MySQL database server binaries and system database setup
ii  mysql-server-core-5.6   5.6.24-0ubuntu2
amd64MySQL database server binaries
ii  php5-mysql  5.6.4+dfsg-4ubuntu6
amd64MySQL module for php5

All packages up to date.

** Package changed: mysql-dfsg-5.1 (Ubuntu) => mysql-5.6 (Ubuntu)

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+subscriptions

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


[Bug 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Redneckery to allow reboots till this bug fixed don't work because
apparently systemctl is seriously brain dead.

So the normal shut magic won't work...

echo 'mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf shutdown' > 
/etc/rc6.d/K00-msyql-stop
chmod +x /etc/rc6.d/K00-msyql-stop

Will update when I determine a workaround.

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/1468804/+subscriptions

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


[Bug 1468804] [NEW] mysql stop/restart fails + breaking mysql + reboots

2015-06-25 Thread David Favor
Public bug reported:

This is a huge problem.

After several iterations of - service mysql {start|stop|restart} - the
mysql service becomes broken + unrecoverable.

The problem becomes - service mysql stop - hangs forever, upon
attempting...

 exec systemctl stop mysql.service

What's required then is one of these...

 mysqladmin -uroot -p shutdown
 pkill mysqld

Neither of these is acceptable.

The biggest problem is this breakage also breaks reboots.

The reboot sequence depends on services doing what's expected, so when
systemctl stop mysql.service hangs, reboot hangs too.

Because of the lunacy of the entire systemctl subsystem, sshd is
correctly killed off while msqld hangs.

At this point, there's no way to ssh into system + a power recycle must
be done to complete a reboot sequence.

/bin/systemctl is an executable with no apparent way to debug it's
logic.

Please update this bug with details about how to debug /bin/systemctl +
I'll post output.

** Affects: mysql-dfsg-5.1 (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/1468804

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/1468804/+subscriptions

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


[Bug 1330542] Re: php-pear broken in trusty tahr - channel wrapper missing

2015-06-23 Thread David Favor
This problem has lingered for a year.

Same problem presents in all PHP versions from Tahr to Vivid.

net4-dev# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

net4-dev# pear install Archive_Tar

Warning: file_exists(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 
1518
PHP Warning:  file_exists(): Unable to find the wrapper "channel" - did you 
forget to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1518
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:307
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. file_exists() /usr/share/php/PEAR/Downloader/Package.php:1518

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1528
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1528
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:307
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1528

Warning: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1528
PHP Warning:  is_file(): Unable to find the wrapper "channel" - did you forget 
to enable it when you configured PHP? in 
/usr/share/php/PEAR/Downloader/Package.php on line 1528
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:307
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Downloader->download() /usr/share/php/PEAR/Command/Install.php:661
PHP   5. PEAR_Downloader_Package->initialize() 
/usr/share/php/PEAR/Downloader.php:279
PHP   6. PEAR_Downloader_Package->_fromFile() 
/usr/share/php/PEAR/Downloader/Package.php:160
PHP   7. is_file() /usr/share/php/PEAR/Downloader/Package.php:1528
downloading Archive_Tar-1.3.16.tgz ...
Starting to download Archive_Tar-1.3.16.tgz (20,024 bytes)
...done: 20,024 bytes

Warning: unlink(/usr/share/php/Archive/Tar.php): No such file or directory in 
PEAR/Installer.php on line 870
PHP Warning:  unlink(/usr/share/php/Archive/Tar.php): No such file or directory 
in /usr/share/php/PEAR/Installer.php on line 870
PHP Stack trace:
PHP   1. {main}() /usr/share/php/pearcmd.php:0
PHP   2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:307
PHP   3. PEAR_Command_Install->doInstall() 
/usr/share/php/PEAR/Command/Common.php:271
PHP   4. PEAR_Installer->install() /usr/share/php/PEAR/Command/Install.php:708
PHP   5. PEAR_Installer->commitFileTransaction() 
/usr/share/php/PEAR/Installer.php:1449
PHP   6. unlink() /usr/share/php/PEAR/Installer.php:870
Could not delete /usr/share/php/Archive/Tar.php, cannot rename 
/usr/share/php/Archive/.tmpTar.php
ERROR: commit failed

Warning: unlink(/tmp/glibctestntGkBm): No such file or directory in System.php 
on line 232
PHP Warning:  unlink(/tmp/glibctestntGkBm): No such file or directory in 
/usr/share/php/System.php on line 232
PHP Stack trace:
PHP   1. _PEAR_call_destructors() /usr/share/php/PEAR.php:0
PHP   2. call_user_func_array:{/usr/share/php/PEAR.php:774}() 
/usr/share/php/PEAR.php:774
PHP   3. System::_removeTmpFiles() /usr/share/php/PEAR.php:774
PHP   4. System::rm() /usr/share/php/System.php:466
PHP   5. unlink() /usr/share/php/System.php:232

Warning: unlink(/tmp/pear/temp/pearR3yiIK): No such file or directory in 
System.php on line 232
PHP Warning:  unlink(/tmp/pear/temp/pearR3yiIK): No such file or directory in 
/usr/share/php/System.php on line 232
PHP Stack trace:
PHP   1. _PEAR_call_destructors() /usr/share/php/PEAR.php:0
PHP   2. call_user_func_array:{/usr/share/php/PEAR.php:774}() 
/usr/share/php/PEAR.php:774
PHP   3. System::_removeTmpFiles() /usr/share/php/PEAR.php:774
PHP   4. System::rm() /usr/share/php/System.php:466
PHP   5. unlink() /usr/share/php/System.php:232

-- 
You received this bug notification

[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-06-15 Thread David Favor
apt-get --purge remove bootchart leaves all the /dev cruft/residue also.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-06-15 Thread David Favor
Maybe problem is bootchart is filling up /dev.

udev   16G  16G 0 100.0 [#] /dev

net4-dev# find /dev/.bootchart/log -ls
 143480 drwxr-xr-x   2 root root  100 Jun 11 18:42 
/dev/.bootchart/log
 12299 15094408 -rw-r--r--   1 root root 15456673792 Jun 11 22:37 
/dev/.bootchart/log/proc_ps.log
 12298 566784 -rw-r--r--   1 root root 580386797 Jun 11 22:37 
/dev/.bootchart/log/proc_diskstats.log
 12297 781824 -rw-r--r--   1 root root 800587747 Jun 11 22:37 
/dev/.bootchart/log/proc_stat.log

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-06-08 Thread David Favor
Be appreciated if someone can update this bug with a workaround.

Thanks.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1458173] Re: Vivid + LXC autostart not working

2015-05-29 Thread David Favor
Workaround is to run a script in /etc/rc.local that waits for the bridge
adapter to come up + then runs lxc-autostart.

This script can be run in background, for example...

/etc/rc.local snippet...

# LXC autostart boot hack
# Track https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1458173 for 
discussion about this bug 
mkdir -p /var/log/drftools
/david-favor/tools/lxc-autostart-boothack 
>/var/log/drftools/lxc-autostart-boothack.log 2>&1 &

** Attachment added: "lxc-autostart-boothack"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1458173/+attachment/4406621/+files/lxc-autostart-boothack

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

Title:
  Vivid + LXC autostart not working

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

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


[Bug 1459751] [NEW] lxc-attach runs in wrong container directory

2015-05-28 Thread David Favor
Public bug reported:

net8-rmt# lxc-attach -n test -- bash -c 'id && egrep ^root /etc/passwd && echo 
~ && echo $HOME && pwd'
uid=0(root) gid=0(root) groups=0(root)
root:x:0:0:root:/root:/bin/bash
/root
/root
/

Notice pwd show / instead of /root which is incorrect + causes all
manner of confusion when debugging path related problems.

net8-rmt# uname -a
Linux ns515383.ip-167-114-159.net 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 
18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

net8-rmt# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

Same behavior with containers created with precise through wily
releases.

** Affects: lxc (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/1459751

Title:
  lxc-attach runs in wrong container directory

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

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


[Bug 1458170] Re: Vivid + bootchart quietly fails

2015-05-28 Thread David Favor
Be appreciated if someone can update this bug with a workaround.

Thanks.

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

Title:
  Vivid + bootchart quietly fails

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

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


[Bug 1458063] Re: Vivid /usr/lib/x86_64-linux-gnu/lxc/lxc-net fails at boot time because named listening to UDP on LXC address

2015-05-28 Thread David Favor
I believe this is a duplicate of bug 1240757.

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

Title:
  Vivid /usr/lib/x86_64-linux-gnu/lxc/lxc-net fails at boot time because
  named listening to UDP on LXC address

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

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


  1   2   3   >