[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-10-25 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-10-25 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-08-26 Thread Joshua Powers
Hi James, Marius,

Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu. Since we use this bug tracker to track bugs in Ubuntu, rather
than configuration problems, I'm marking this bug as Invalid. This helps
us to focus on fixing bugs in Ubuntu.

If you disagree, please explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to New.

Thanks!


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

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Incomplete

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-08-23 Thread Marius Gedminas
Heh, took me a while to discover _which_ of my servers failed an upgrade
on that date (ideja).

etckeeper confirms that /etc/apache2/mods-enabled/proxy.{load,conf} were
symlinks to absolute paths prior to the failed upgrade.  Curiously,
proxy_http.load was a symlink to a relative path.

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-08-23 Thread Marius Gedminas
** Also 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/1564269

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-08-23 Thread James Harris
I ran into this issue. And it looks my fault for not using a2enmod.

ls -l /etc/apache2/mods-enabled/proxy.load
lrwxrwxrwx 1 root root 38 Nov 11  2014 proxy.load -> 
/etc/apache2/mods-available/proxy.load

This breaks apache2.postinst:

  target=$(readlink "$link") || true
  ...
  if [ ! -e "/etc/apache2/mods-enabled/$target" ] ; then

Replacing the symlink targets with relative paths also works around the
issue.

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617996/+files/lspci.txt

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
Running `dpkg --configure -a` fails with the same error.

Workaround: `a2dismod proxy_http; dpkg --configure -a; a2enmod
proxy_http`.

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "history.log"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617993/+files/history.log

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "apt-term.log"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617997/+files/apt-term.log

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "xorg_fixup.log"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617995/+files/xorg_fixup.log

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "apt.log"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617992/+files/apt.log

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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


[Bug 1564269] Re: 12.04 -> 14.04 upgrade fails in apache2

2016-03-31 Thread Marius Gedminas
** Attachment added: "main.log"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+attachment/4617994/+files/main.log

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

Title:
  12.04 -> 14.04 upgrade fails in apache2

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

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