[Bug 1576989] Re: stale lock files freeze apps

2016-05-01 Thread Matthias Schmitz
Sorry for not answering to the bug https://bugs.launchpad.net/music- app/+bug/1556376 in time. I can confirm that removing a stale /home/phablet/.config/com.ubuntu.music/com.ubuntu.music.conf.lock solves the issues i had with the music app. Thanks for the work and yay i have music again :-)

[Bug 980787] Re: openstack-dashboard breaks with option DEBUG =False in config file

2012-04-14 Thread Matthias Schmitz
** Package changed: openstack-dashboard (Ubuntu) = horizon (Ubuntu) -- 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/980787 Title: openstack-dashboard breaks with option DEBUG =False

[Bug 980787] Re: openstack-dashboard breaks with option DEBUG =False in config file

2012-04-14 Thread Matthias Schmitz
According to the Django documentation [1] is it the easiest way to define an Alias for /static/ pointing to /usr/share/openstack_dashboard/openstack_dashboard/static/. So i added the following line to /etc/apache2/conf.d/openstack- dashboard.conf and the static files are served with Debug

[Bug 980787] Re: openstack-dashboard breaks with option DEBUG =False in config file

2012-04-14 Thread Matthias Schmitz
** Package changed: openstack-dashboard (Ubuntu) = horizon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/980787 Title: openstack-dashboard breaks with option DEBUG =False in config file

[Bug 948869] [NEW] Broken symlink to local_settings.py in package

2012-03-07 Thread Matthias Schmitz
Public bug reported: Hello, i installed the openstack-dashboard 2012.1~e4-0ubuntu1 on a Ubuntu Precise 12.04 . The symbolic link created by the package: /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py points to the file /etc/openstack-dashboard/settings.py

[Bug 948869] Re: Broken symlink to local_settings.py in package

2012-03-07 Thread Matthias Schmitz
*** This bug is a duplicate of bug 927594 *** https://bugs.launchpad.net/bugs/927594 ** This bug has been marked a duplicate of bug 927594 local_settings.py is in /etc, but wsgi is including it from other location -- You received this bug notification because you are a member of Ubuntu

[Bug 944235] Re: python-django-horizon has a missing dep on python-django-nose

2012-03-07 Thread Matthias Schmitz
Hello, if python-django-node is not installed the dashboard doesn't work at all. The browser shows only Internal Server Error and in apache's error.log an error message appears. So i think is must be a Dependency: not only Build-Depency: Best regards, Matthias [Wed Mar 07 14:10:17 2012]

[Bug 832924] Re: slurm version 0.3.3-2 failed to build in oneiric

2011-09-06 Thread Matthias Schmitz
I uploaded a new version of slurm to mentors.debian.net. It uses now scons as build system and builds fine on Oneiric and Sid. I would be glad if someone uploaded this package for me. :-) http://mentors.debian.net/package/slurm -- You received this bug notification because you are a member of

[Bug 832924] Re: slurm version 0.3.3-2 failed to build in oneiric

2011-08-29 Thread Matthias Schmitz
Ahh! Thanks for this pointer. The package build works with LDFLAGS=-Wl,--as-needed. Fixed package version is coming ... :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832924 Title: slurm

[Bug 832924] Re: slurm version 0.3.3-2 failed to build in oneiric

2011-08-28 Thread Matthias Schmitz
I can reproduced the problem here with a Oneiric chroot and cowbuilder . But the problem also appears with a small testcase so something must be broken in libncurses5-dev. root@x200:~# cat ncurses-test.c #include curses.h int main (void) { initscr(); return(0); } root@x200:~#