[Bug 1479826] Re: 'systemctl enable apache2' wrongly reports a failure because of update-rc.d backwards compat actions

2015-09-16 Thread Elias Probst
Looks to me like this is more likely a problem in systemd-sysv-generator than apache2 itself. ** Package changed: apache2 (Ubuntu) => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1479826] Re: 'systemctl enable apache2' wrongly reports a failure because of update-rc.d backwards compat actions

2015-09-16 Thread Elias Probst
Looks to me like this is more likely a problem in systemd-sysv-generator than apache2 itself. ** Package changed: apache2 (Ubuntu) => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu.

[Bug 1487103] [NEW] [PATCH] pam-auth-update - don't break because of trailing whitespace in /usr/share/pam-configs/* files

2015-08-20 Thread Elias Probst
Public bug reported: When a /usr/share/pam-configs/* file contains trailing whitespaces, the resulting entry in /etc/pam.d/* won't be written. The attached patch fixes this and strips leading/trailing whitespaces where appropriate. ** Affects: pam (Ubuntu) Importance: Undecided

[Bug 1479826] [NEW] 'systemctl enable apache2' wrongly reports a failure because of update-rc.d backwards compat actions

2015-07-30 Thread Elias Probst
Public bug reported: # lsb_release -rd Description: Ubuntu 15.04 Release: 15.04 # apt-cache policy apache2 Installed: 2.4.10-9ubuntu1 Candidate: 2.4.10-9ubuntu1 Version table: *** 2.4.10-9ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

[Bug 1479826] [NEW] 'systemctl enable apache2' wrongly reports a failure because of update-rc.d backwards compat actions

2015-07-30 Thread Elias Probst
Public bug reported: # lsb_release -rd Description: Ubuntu 15.04 Release: 15.04 # apt-cache policy apache2 Installed: 2.4.10-9ubuntu1 Candidate: 2.4.10-9ubuntu1 Version table: *** 2.4.10-9ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-07-28 Thread Elias Probst
Would it probably make sense to backport the systemd-related improvements [1] from 5.7 to 5.6. Although they're not perfect yet, they're a huge improvement compared to the current hacks required to make mysqld behave more or less sane in systemd environments. [1]

[Bug 1478849] [NEW] infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2015-07-28 Thread Elias Probst
Public bug reported: # lsb_release -rd Description:Ubuntu 15.04 Release:15.04 # apt-cache policy mysql-server-5.6 mysql-server-5.6: Installed: 5.6.24-0ubuntu2 Candidate: 5.6.24-0ubuntu2 Version table: *** 5.6.24-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/

[Bug 1478849] [NEW] infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2015-07-28 Thread Elias Probst
Public bug reported: # lsb_release -rd Description:Ubuntu 15.04 Release:15.04 # apt-cache policy mysql-server-5.6 mysql-server-5.6: Installed: 5.6.24-0ubuntu2 Candidate: 5.6.24-0ubuntu2 Version table: *** 5.6.24-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-07-28 Thread Elias Probst
Would it probably make sense to backport the systemd-related improvements [1] from 5.7 to 5.6. Although they're not perfect yet, they're a huge improvement compared to the current hacks required to make mysqld behave more or less sane in systemd environments. [1]

[Bug 1478849] Re: infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2015-07-28 Thread Elias Probst
I dug a bit deeper and it turned out the problem here is caused by port 3306 already being occupied by another local test-container and therefore mysqld aborting on startup. So in the end, the problem could be reduced to: when mysqld fails to start (as defined in ExecStart=), the 'mysqladmin

[Bug 1478849] Re: infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

2015-07-28 Thread Elias Probst
I dug a bit deeper and it turned out the problem here is caused by port 3306 already being occupied by another local test-container and therefore mysqld aborting on startup. So in the end, the problem could be reduced to: when mysqld fails to start (as defined in ExecStart=), the 'mysqladmin

[Bug 1455711] Re: pidgin icon does not appear in the System Tray on kde 5

2015-06-07 Thread Elias Probst
This is not so much a KDE Plasma 5 issue, but more an issue of legacy applications still not supporting a reasonable systray protocol (SNI). There are workarounds like [sni-qt](https://launchpad.net/sni-qt), but this won't help with crippled/statically linked applications like Skype. For more

[Bug 1407838] [NEW] Backtrace when commit is GPG signed

2015-01-05 Thread Elias Probst
Public bug reported: When a commit is GPG signed, python-git will fail: File /usr/lib/python2.7/dist-packages/gitdb/util.py, line 238, in __getattr__ self._set_cache_(attr) File /usr/lib/python2.7/dist-packages/git/objects/commit.py, line 132, in _set_cache_

[Bug 730691]

2014-11-12 Thread Elias Probst
I can still reproduce this in 'frameworks' although the changes from comment#30 seem to be applied there in ksnapshot.cpp. → Open ksnapshot → Create a new snapshot → Send To… → Gwenview - Loading 'snapshot_TJ9858.png' failed - Could not open file /home/elias/snapshot_TJ9858.png The mentioned

[Bug 1325463] Re: segfault while realmd-join

2014-07-16 Thread Elias Probst
0.15.0-1ubuntu0.1 fixes the problem for me on 14.04/amd64. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325463 Title: segfault while realmd-join To manage notifications about this bug go to:

[Bug 1333694] Re: realmd samba-common-bin dependencies

2014-07-16 Thread Elias Probst
Workaround: - make sure the required packages are installed - uncomment the line samba-common-bin = /usr/bin/net from /usr/lib/realmd/realmd-distro.conf - stop realmd (it will be automatically restarted when needed): sudo killall realmd Try again… -- You received this bug notification

[Bug 1292693] [NEW] Wrong configuration for service handling

2014-03-14 Thread Elias Probst
Public bug reported: realmd enables and then starts some services according to definitions in its configuration file. As the package is inherited from Debian as upstream, this will cause some troubles with Ubuntu's Upstart. The file /usr/lib/realmd/realmd-distro.conf (build from

[Bug 1196466] Re: krdc xfreerdp version mismatch

2013-08-15 Thread Elias Probst
Same here, using the backports PPA on 13.04. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196466 Title: krdc xfreerdp version mismatch To manage notifications about this bug go to:

[Bug 1002187] Re: Skype won't start (segmentation fault)

2013-04-26 Thread Elias Probst
@GonzoDark: Manually manipulating package-manager owned files is never a proper solution, but a rather ugly temporary hack. Better create a local copy of the *.desktop file and do all the needed changes directly in it. -- You received this bug notification because you are a member of Ubuntu

[Bug 1002187] Re: Skype won't start (segmentation fault)

2013-03-22 Thread Elias Probst
Also solved here by applying comment#31 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1002187 Title: Skype won't start (segmentation fault) To manage notifications about this bug go to:

[Bug 993084] [NEW] Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
Public bug reported: German error message: Ein unlösbares Problem ist während der Systemaktualisierung aufgetreten: E:Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen. Roughly translates as: An unresolvable issue occured during the system upgrade: E:Error: Interrupted by

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
gzip compressed, as the raw file had 5,7MiB ** Attachment added: /var/log/dist-upgrade/20120502-0928/apt-term.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124658/+files/apt-term.log.gz -- You received this bug notification because you are a member of

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
** Attachment added: /var/log/dist-upgrade/20120502-0928/apt.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124659/+files/apt.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
** Attachment added: /var/log/dist-upgrade/20120502-0928/history.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124660/+files/history.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
** Attachment added: /var/log/dist-upgrade/20120502-0928/main.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124661/+files/main.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
gzip compressed as the raw file had 5.7MiB ** Attachment added: /var/log/dist-upgrade/20120502-0928/term.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124662/+files/term.log.gz -- You received this bug notification because you are a member of Ubuntu

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
** Attachment added: /var/log/dist-upgrade/20120502-0928/xorg_fixup.log https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/993084/+attachment/3124663/+files/xorg_fixup.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
As requested, all files from /var/log/dist-upgrade/20120502-0928 are attached. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993084 Title: Upgrade from 11.10 to 12.04 failed To manage

[Bug 993084] Re: Upgrade from 11.10 to 12.04 failed

2012-05-02 Thread Elias Probst
I've just installed all pending updates, rebooted and now the upgrade seems to run just fine. So maybe this bug can be closed at this point, but it probably makes sense if someone with enough knowledge takes a quick look at the logfiles first, to make sure it wasn't caused by something else. --

[Bug 858970] Re: Virtuoso 6.1.3 cause nepomuk encoding error

2011-12-05 Thread Elias Probst
A public response by Sebastian Trüg: http://trueg.wordpress.com/2011/12/05/manually-forcing-the-re-indexing- of-folders-is-easy/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858970 Title: Virtuoso

[Bug 858970] Re: Virtuoso 6.1.3 cause nepomuk encoding error

2011-11-19 Thread Elias Probst
@mogliii I've just forwarded this to Sebastian Trüg, the main developer behind Nepomuk. I could tell you some brute force ways to wipe the database, but he'll probably come up with a more elegant solution which could also be applied by the Ubuntu devs after including this patch. -- You received

[Bug 858970] Re: Virtuoso 6.1.3 cause nepomuk encoding error

2011-11-16 Thread Elias Probst
No, that's the reason for my comment#3 - as soon as the Encoding errors made it into the semantic data, only full re-indexing helps, as there is no way for Nepomuk to determine, which data are correctly encoded and which not. -- You received this bug notification because you are a member of

[Bug 858970] Re: Virtuoso 6.1.3 cause nepomuk encoding error

2011-11-16 Thread Elias Probst
It's actually a little disappointing (although I'm no *buntu user) that the *buntu devs didn't manage to include this tiny patch which would have prevented so much possible trouble. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 858970] Re: Virtuoso 6.1.3 cause nepomuk encoding error

2011-10-07 Thread Elias Probst
As the final release is only 6 days to go, I'd like to raise the awareness for the importance of this bug. Without the patch above, newly indexed content in the Nepomuk repository will be corrupted - so please make sure to apply this patch! -- You received this bug notification because you are

[Bug 769014] [NEW] kraft doesn't show names in address list (patch available)

2011-04-22 Thread Elias Probst
Public bug reported: Binary package hint: akonadi-server The application kraft doesn't show any names in the address selection. This is due to a shortcoming of akonadi-server which should be fixed upstream now, but although Kubuntu already uses version 1.5.2 of akonadi-server, it seems like

[Bug 156852] Re: OpenOffice writer crashes when loading a template if openoffice.org-base not installed

2007-11-14 Thread Elias Probst
I can confirm this. The same here on an up-to-date (Nov., 15th, 2007) Kubuntu 7.10 when loading OpenOffice.org Calc templates. Problem was gone after installing 'openoffice.org-base' + dependencies. Regards, Elias P. -- OpenOffice writer crashes when loading a template if openoffice.org-base