[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Thomas Ward
** Also affects: nginx (Ubuntu Vivid)
   Importance: High
   Status: Confirmed

** Changed in: nginx (Ubuntu Vivid)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1447294

Title:
  package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1286182] Re: package nginx-full 1.1.19-1ubuntu0.6 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 2

2015-04-25 Thread Thomas Ward
Hello.

It looks like your init script has a syntax error on it.  If this is
still a problem, then please include the /etc/init.d/nginx script and
attach it to this bug.  The error indicates that /etc/init.d/nginx has a
lot of things it shouldn't have in it, which would explain why it's
failing to work (the init script should *not* have any configuration in
it, so somewhere along the lines an nginx site configuration syntax got
into init, which is causing this problem.)

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1286182

Title:
  package nginx-full 1.1.19-1ubuntu0.6 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 2

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448149] Re: Squid 3.3.8 incompatible with squidGuard 1.5-4

2015-04-25 Thread Deadwing
I emailed the maintainer and received this reply:

 Can you please confirm that the squidGuard 1.5-4 will or won't work with
 the shipping squid 3.3.8?

This is right. The problem was, that squid3 have changed its redirector
protocol several times. Until squid3 3.3.x older protocols were allowed.
But now with 3.4.0 only the newest protocol is supported in squid3. Because
squidguard cannot analyse which squid version is running I have made a
full cut and updated the code in squidguard to only work together with
3.4 and higher.

Sorry for these problems in Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/1448149

Title:
  Squid 3.3.8 incompatible with squidGuard 1.5-4

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448500] [NEW] tftp-hpa doesn't accept IPv4 connections

2015-04-25 Thread Nick B.
Public bug reported:

After upgrading to 15.04 on my server it seems tftp-hpa is not listening
and/or accepting IPv4 connections. When an IPv4 client tries to connect
this shows up in syslog

in.tftpd[4295]: connect: Address family not supported by protocol

netstat shows it's only listening on IPv6
sudo netstat -lp | grep tftp

udp6   0  0 [::]:tftp   [::]:*  
14327/in.tftpd

If I change the TFTP_ADDRESS option in /etc/default/tftp-hpa from
[::]:69 to 0.0.0.0:69 it works. But this breaks IPv6

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: tftp-hpa (not installed)
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Sat Apr 25 12:32:30 2015
Dependencies:
 gcc-4.9-base 4.9.1-16ubuntu6
 libc6 2.19-10ubuntu2.3
 libgcc1 1:4.9.1-16ubuntu6
 multiarch-support 2.19-10ubuntu2.3
InstallationDate: Installed on 2015-02-12 (72 days ago)
InstallationMedia: Ubuntu-Server 14.10 Utopic Unicorn - Release amd64 
(20141022.2)
ProcEnviron:
 LC_CTYPE=en_US.UTF-8
 TERM=screen-bce
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: tftp-hpa
UpgradeStatus: Upgraded to vivid on 2015-04-24 (1 days ago)

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in Ubuntu.
https://bugs.launchpad.net/bugs/1448500

Title:
  tftp-hpa doesn't accept IPv4 connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1448500/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Thomas Ward
I've been able to run the install command from the DpkgHistoryLog
(specifically for nginx) without any incident.  It installs from the
repositories correctly and operates as expected.

So, this will need a little more information.  Since dpkg's logs don't
actually give any information or insight into why the executable failed
to load, lets do some digging.

Run this command: `systemctl status nginx.service` and likely this
command: `journalctl -xe`  and provide the output.  My guess is that
something broke during its startup (something else bound to port 80 or
such), but because of the way the init scripts have been changed over
time and the systemd issue of it failing to report those errors, we'll
need to do some investigation to try and find *why* it's breaking.

Also, try `sudo nginx` and then see what errors, if any, are produced.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1447294

Title:
  package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448526] [NEW] package nginx-core (not installed) failed to install/upgrade: Versuch, »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx 1.7.12-1~utopic ist

2015-04-25 Thread Bernhard Nikola
Public bug reported:

nginx package installed: 1.7.12
nginx package in synaptix: 1.6.2

sudo apt-get udpate  sudo apt-get upgrade done before...

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nginx-core (not installed)
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
AptOrdering:
 nginx-common: Install
 nginx-core: Install
 nginx-common: Configure
 nginx-core: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Apr 25 21:22:18 2015
DuplicateSignature: package:nginx-core:(not installed):Versuch, 
»/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx 1.7.12-1~utopic 
ist
ErrorMessage: Versuch, »/usr/sbin/nginx« zu überschreiben, welches auch in 
Paket nginx 1.7.12-1~utopic ist
InstallationDate: Installed on 2015-04-22 (3 days ago)
InstallationMedia: Lubuntu 15.04 Vivid Vervet - Beta amd64 (20150417.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: nginx
Title: package nginx-core (not installed) failed to install/upgrade: Versuch, 
»/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx 1.7.12-1~utopic 
ist
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1448526

Title:
  package nginx-core (not installed) failed to install/upgrade: Versuch,
  »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx
  1.7.12-1~utopic ist

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448526] Re: package nginx-core (not installed) failed to install/upgrade: Versuch, »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx 1.7.12-1~utopic ist

2015-04-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1448526

Title:
  package nginx-core (not installed) failed to install/upgrade: Versuch,
  »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx
  1.7.12-1~utopic ist

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448526] Re: package nginx-core (not installed) failed to install/upgrade: Versuch, »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx 1.7.12-1~utopic ist

2015-04-25 Thread Thomas Ward
This is not a bug.  This is a conflict between the nginx.org repository
and the Ubuntu repositories.

Either completely remove the nginx.org repository and the installed
NGINX packages from there (sudo apt-get purge nginx) and install the
Ubuntu Repository versions, or use only the Ubuntu Repository versions.
Do not mix and match them.

** Changed in: nginx (Ubuntu)
   Status: New = Invalid

** Tags added: third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1448526

Title:
  package nginx-core (not installed) failed to install/upgrade: Versuch,
  »/usr/sbin/nginx« zu überschreiben, welches auch in Paket nginx
  1.7.12-1~utopic ist

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448528] [NEW] freshclam service failure due to missing log file

2015-04-25 Thread GLenn
Public bug reported:

freshclam 
ERROR: Can't open /var/log/clamav/freshclam.log in append mode (check 
permissions!).
ERROR: Problem with internal logger (UpdateLogFile = 
/var/log/clamav/freshclam.log).

clamav-freshclam.service is not working due to this too

clamav-freshclam0.98.6+dfsg-1ubuntu2
  amd64 
on Ubuntu 15.04

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1448528

Title:
  freshclam service failure due to missing log file

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1241884] Re: package nginx-full 1.4.1-3ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Thomas Ward
As 13.10 is well past End of Life, I am marking this as Incomplete.
If this is able to be reproduced in exactly the same way on 14.04 or any
other later supported release, please make a comment to that effect.

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1241884

Title:
  package nginx-full 1.4.1-3ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1423539] Re: package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1423539

Title:
  package libapache2-mod-php5 5.5.12+dfsg-2ubuntu4.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1425052] Re: package python-feedparser 5.1.3-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-04-25 Thread Launchpad Bug Tracker
[Expired for feedparser (Ubuntu) because there has been no activity for
60 days.]

** Changed in: feedparser (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to feedparser in Ubuntu.
https://bugs.launchpad.net/bugs/1425052

Title:
  package python-feedparser 5.1.3-2 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448586] [NEW] package rpcbind 0.2.1-6ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-04-25 Thread sweetbrett
Public bug reported:

upgrade from 14.10 to 15.04

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: rpcbind 0.2.1-6ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Sat Apr 25 23:39:49 2015
DuplicateSignature: package:rpcbind:0.2.1-6ubuntu3:subprocess new pre-removal 
script returned error exit status 1
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2014-08-30 (238 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: rpcbind
Title: package rpcbind 0.2.1-6ubuntu3 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package dist-upgrade vivid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/1448586

Title:
  package rpcbind 0.2.1-6ubuntu3 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448586] Re: package rpcbind 0.2.1-6ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-04-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/1448586

Title:
  package rpcbind 0.2.1-6ubuntu3 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1438745] Re: package clamav-daemon 0.98.6+dfsg-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-25 Thread Bug Watch Updater
** Changed in: clamav (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1438745

Title:
  package clamav-daemon 0.98.6+dfsg-1ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1444944] Re: package nut-client 2.7.1-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Alberto Salvia Novella
** Changed in: nut (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in Ubuntu.
https://bugs.launchpad.net/bugs/1444944

Title:
  package nut-client 2.7.1-1ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448082] Re: package mysql-server-5.6 5.6.24-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Alberto Salvia Novella
** Changed in: mysql-5.6 (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1448082

Title:
  package mysql-server-5.6 5.6.24-0ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1447294] Re: package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-25 Thread Alberto Salvia Novella
** Changed in: nginx (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1447294

Title:
  package nginx-full 1.6.2-5ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448456] [NEW] package openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2 failed to install/upgrade: package openstack-dashboard-ubuntu-theme is not ready for configuration cannot configure (cu

2015-04-25 Thread ka8ztlb
Public bug reported:

Horizon package breaks my HTTP and I get errors trying to un-install
Horizon.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
Date: Fri Apr 24 08:34:00 2015
DuplicateSignature: 
package:openstack-dashboard-ubuntu-theme:1:2014.1.4-0ubuntu2:package 
openstack-dashboard-ubuntu-theme is not ready for configuration  cannot 
configure (current status `half-installed')
ErrorMessage: package openstack-dashboard-ubuntu-theme is not ready for 
configuration  cannot configure (current status `half-installed')
InstallationDate: Installed on 2014-06-13 (314 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: horizon
Title: package openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2 failed to 
install/upgrade: package openstack-dashboard-ubuntu-theme is not ready for 
configuration  cannot configure (current status `half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package dist-upgrade trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1448456

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2 failed to
  install/upgrade: package openstack-dashboard-ubuntu-theme is not ready
  for configuration  cannot configure (current status `half-installed')

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1448456] Re: package openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2 failed to install/upgrade: package openstack-dashboard-ubuntu-theme is not ready for configuration cannot configure (curr

2015-04-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1448456

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.4-0ubuntu2 failed to
  install/upgrade: package openstack-dashboard-ubuntu-theme is not ready
  for configuration  cannot configure (current status `half-installed')

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs