[Bug 1450053] Re: upgrade 14.04 to 15.04, mysql no longer starts on boot due to missing policykit-1

2015-04-30 Thread Daniel Speichert
Have the same problem but policykit-1 is installed and it doesn't fix
the problem.

-- 
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/1450053

Title:
  upgrade 14.04 to 15.04, mysql no longer starts on boot due to missing
  policykit-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1450053/+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 1424127] [NEW] package clamav-daemon 0.98.6+dfsg-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-02-20 Thread Daniel Speichert
Public bug reported:

Errors were encountered while processing:
 clamav-daemon
Error in function: 

SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
Error in sys.excepthook:
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/apport_python_hook.py, line 102, in 
apport_excepthook
pr.add_proc_info(extraenv=['PYTHONPATH', 'PYTHONHOME'])
  File /usr/lib/python3/dist-packages/apport/report.py, line 521, in 
add_proc_info
raise ValueError('%s does not exist' % self['ExecutablePath'])
ValueError: /usr/bin/python3.4.dpkg-new (deleted) does not exist

Original exception was:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: clamav-daemon 0.98.6+dfsg-1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
Date: Sat Feb 21 04:55:16 2015
DuplicateSignature: package:clamav-daemon:0.98.6+dfsg-1:subprocess installed 
post-installation script returned error exit status 2
Ec2AMI: ami-0034
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.medium
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=0cf23fdc-0f15-486b-940f-6127e0a5fbe4 ro console=tty1 console=ttyS0
SourcePackage: clamav
Title: package clamav-daemon 0.98.6+dfsg-1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: Upgraded to vivid on 2015-02-21 (0 days ago)

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


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

-- 
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/1424127

Title:
  package clamav-daemon 0.98.6+dfsg-1 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/1424127/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Daniel Speichert
Disabling apparmor didn't help in our case. Did you try disabling it?

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-10 Thread Daniel Speichert
Dirk,
I am not using ceph, I'm using shared NFS storage at /var/lib/nova/instances 
only.

All the snapshots we do are of QCOW2 images. OpenStack by default converts all 
images to QCOW2 when you run an instance from them.
We had QCOW snapshots working perfectly in Grizzly, it only stopped working in 
Havana.

As a result of above, we can not create any snapshot so I don't know if
we would have any problems to boot from them. We can boot properly from
snapshots created before upgrade.

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1243187] Re: Horizon drops path when redirecting to login page after session expires

2013-11-08 Thread Daniel Speichert
Thanks Kymil-arcadia for pointing out my mistake - reading my own
comment again I can't figure out the sense of my solution.

So here is the full story:
By default, /etc/openstack-dashboard/local_settings.py has the following lines:

LOGIN_URL='/horizon/auth/login/'
LOGIN_REDIRECT_URL='/horizon/'

It is necessary to change them to:

LOGIN_URL='/horizon/auth/login/'
LOGOUT_URL='/horizon/auth/logout/'
LOGIN_REDIRECT_URL='/horizon/'

Adding that one extra LOGOUT_URL that you also mentioned. Without that
line, Horizon doesn't add the /horizon/ part of the URL, which is
required.

-- 
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/1243187

Title:
  Horizon drops path when redirecting to login page after session
  expires

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1243187/+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 1244694] [NEW] Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Public bug reported:

In some cases (not for all instances, just for some) the following error
prevents creating the snapshot:

2013-10-25 14:49:30.724 22980 AUDIT nova.compute.manager 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] instance snapshotting
2013-10-25 14:49:30.944 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Beginning live snapshot process
2013-10-25 14:49:32.006 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Snapshot extracted, beginning image upload
2013-10-25 14:49:32.329 22980 ERROR nova.openstack.common.rpc.amqp 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] Exception during message handling
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp Traceback 
(most recent call last):
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 461, 
in _process_data
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp **args)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 172, in dispatch
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp result = 
getattr(proxyobj, method)(ctxt, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 353, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 90, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp payload)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 73, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
f(self, context, *args, **kw)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 243, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp pass
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 229, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 271, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp e, 
sys.exc_info())
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 258, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 319, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp % 
image_id, instance=instance)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 309, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp *args, 
**kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2293, in 
snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
task_states.IMAGE_SNAPSHOT)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2324, in 
_snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
update_task_state)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1397, in 
snapshot
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
image_format)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 

[Bug 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Creating a snapshot of the same instance on the same physical node when
the instance is shut off works.

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1243187] Re: Horizon drops path when redirecting to login page after session expires

2013-10-22 Thread Daniel Speichert
The issue can be fixed by adding:
LOGIN_REDIRECT_URL='/horizon/'
to /etc/openstack-dashboard/local_settings.py

** Also affects: horizon (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: horizon

-- 
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/1243187

Title:
  Horizon drops path when redirecting to login page after session
  expires

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1243187/+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 1242766] Re: python manage.py compress: bin/sh: 1: lesscpy: not found

2013-10-22 Thread Daniel Speichert
It should depend on python-lesscpy

-- 
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/1242766

Title:
  python manage.py compress: bin/sh: 1: lesscpy: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1242766/+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 1242766] Re: python manage.py compress: bin/sh: 1: lesscpy: not found

2013-10-22 Thread Daniel Speichert
So in fact the bug is in Ubuntu package - it should depend on python-
lesscpy.

-- 
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/1242766

Title:
  python manage.py compress: bin/sh: 1: lesscpy: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1242766/+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 1242766] Re: python manage.py compress: bin/sh: 1: lesscpy: not found

2013-10-22 Thread Daniel Speichert
But even if COMPRESS_OFFLINE =True, then you still need python-lesscpy
to manually execute python manage.py compress, which is part of
Horizon. So in all cases users need this package.

-- 
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/1242766

Title:
  python manage.py compress: bin/sh: 1: lesscpy: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1242766/+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 1242766] Re: python manage.py compress: bin/sh: 1: lesscpy: not found

2013-10-22 Thread Daniel Speichert
Regular users don't run test but need to compress their templates. Isn't
that a difference here? It's only this one package needed as dependency?
Is this package at least recommended?

-- 
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/1242766

Title:
  python manage.py compress: bin/sh: 1: lesscpy: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1242766/+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 1242766] Re: python manage.py compress: bin/sh: 1: lesscpy: not found

2013-10-21 Thread Daniel Speichert
Could you comment on the reason for why it is not a bug?

-- 
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/1242766

Title:
  python manage.py compress: bin/sh: 1: lesscpy: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1242766/+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 1181447] [NEW] package keystone 1:2013.1-0ubuntu1.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-05-17 Thread Daniel Speichert
Public bug reported:

Upgrade from Quantal to Raring

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: keystone 1:2013.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
Uname: Linux 3.5.0-27-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sat May 18 01:46:26 2013
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2013-04-05 (42 days ago)
InstallationMedia: Ubuntu-Server 12.10 Quantal Quetzal - Release amd64 
(20121017.2)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: keystone
Title: package keystone 1:2013.1-0ubuntu1.1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to raring on 2013-05-18 (0 days ago)

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


** Tags: amd64 apport-package raring

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

Title:
  package keystone 1:2013.1-0ubuntu1.1 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/keystone/+bug/1181447/+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