[Bug 1241892] [NEW] Wrong path for Apache config files

2013-10-18 Thread Lars Kneschke
Public bug reported: I use this code in the postinst file # create vhost configuration links servers=apache2 linkdestination_apache=../../tine20/apache.conf linkname=tine20 if [ -e /usr/share/wwwconfig-common/confd-link.sh ]; then . /usr/share/wwwconfig-common/confd-link.sh fi This

[Bug 1241907] [NEW] php5-mcrypt not enabled after install

2013-10-18 Thread Lars Kneschke
Public bug reported: Ubuntu release: Saucy Package: php5-mcrypt (5.4.6-0ubuntu3) After installation the the mycrypt extension should be enabled. But it is not. The problem is, that the mcrypt.ini file is installed into the wrong destination. ** Affects: php-mcrypt (Ubuntu) Importance:

[Bug 1210380] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-08-10 Thread Lars Kneschke
This is from /var/log/mysql/error.log before I added the line breaks. 130809 8:50:47 InnoDB: 5.5.32 started; log sequence number 6926705359 ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER

[Bug 1210380] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-08-09 Thread Lars Kneschke
Just as reminder. There are 2 problems. One got fixed by the patch from Gerald. The other problem is, that there is invalid SQL included in the postint file. With the patch from Gerald the MySQL server is starting again, but some SQL update statements were not executed. Which may lead to problems

[Bug 1210383] Re: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-08-09 Thread Lars Kneschke
See https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1210380/comments/3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210383 Title: package mysql-server-5.5 5.5.32-0ubuntu0.13.04.2 failed

[Bug 1210380] Re: package mysql-server-5.5 5.5.32-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-08-09 Thread Lars Kneschke
There are 2 problems. The line breaks after the ALTER TABLE statements in mysql- server-5.5.postinst are missing. fix_privs=`echo -e \ USE mysql;\n \ ALTER TABLE user ADD column Create_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N';\n \ ALTER TABLE

[Bug 426113] Re: [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-25 Thread Lars Kneschke
After searching a little bit more, I found bug #314566. I don't have 2 cards, but 2 monitors (laptop internal display and external monitor). Beside this I have exactly the same problems like described in bug #314566. -- [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

[Bug 426113] Re: [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-25 Thread Lars Kneschke
I did some more tests. Using the opensource nv display driver, kdm is starting up. -- [Karmic] Xserver does not detect keyboard and mouse when started trough KDM https://bugs.launchpad.net/bugs/426113 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 314566] Re: gdm/xdm/kdm crash if running two card setup

2009-09-25 Thread Lars Kneschke
I have the still the same problem with Karmic and 185.18.36. Startx is working, while kdm is crashing. Using the nv driver everything is working. -- gdm/xdm/kdm crash if running two card setup https://bugs.launchpad.net/bugs/314566 You received this bug notification because you are a member of

[Bug 426113] [NEW] [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-08 Thread Lars Kneschke
Public bug reported: I'm running Kubuntu Karmic (all updates applied as of 2009-09-08). I did not have this problem while running Jaunty. The problem is, that X is unable to start up, when started trough KDM.I can see the NVIDIA logo for a short time and then I get the failsafe error dialogue

[Bug 426113] Re: [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-08 Thread Lars Kneschke
** Attachment added: my xorg.conf http://launchpadlibrarian.net/31475057/xorg.conf -- [Karmic] Xserver does not detect keyboard and mouse when started trough KDM https://bugs.launchpad.net/bugs/426113 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 426113] Re: [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-08 Thread Lars Kneschke
** Attachment added: Xorg.0.log while started through startx http://launchpadlibrarian.net/31475142/Xorg.0.log -- [Karmic] Xserver does not detect keyboard and mouse when started trough KDM https://bugs.launchpad.net/bugs/426113 You received this bug notification because you are a member of

[Bug 426113] Re: [Karmic] Xserver does not detect keyboard and mouse when started trough KDM

2009-09-08 Thread Lars Kneschke
** Attachment added: Xorg.0.log while started through KDM http://launchpadlibrarian.net/31475152/Xorg.0.log -- [Karmic] Xserver does not detect keyboard and mouse when started trough KDM https://bugs.launchpad.net/bugs/426113 You received this bug notification because you are a member of

[Bug 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-04-01 Thread Lars Kneschke
I'm pretty sure that this is not a problem of nss-ldap but nss-files or the nss subsystem at all! nss-ldap should never get asked about any account informations (root, daemon,...) found by nss-files already. And yes, it is really a pita that no one took care for this major bug already. -- ldap

[Bug 155947] Re: ldap config causes Ubuntu to hang at a reboot

2008-01-06 Thread Lars Kneschke
From my point of view the problem is not located in the nss_ldap but in nss_compat/nss_files. I have 2 servers. Both have a local openldap server running. I have following lines in nsswitch.conf passwd: compat ldap group: compat ldap shadow: compat ldap And I have