[Bug 294148] [NEW] move_uploaded_file does not set right permissions (ignores umask)

2008-11-05 Thread Hark
Public bug reported: Binary package hint: php5 After calling move_uploaded_file a file should get permissions according to the set umask. When /tmp is on the same partition as the file's destination this doesn't happen, the file gets mode 600 making it unreadable by Apache. I think this bug was

[Bug 317401] [NEW] Wrong documentation for TLSCipherSuite

2009-01-15 Thread Hark
Public bug reported: In the manual page for slapd.conf reads cipher-suite-spec should be a cipher specification for OpenSSL. in the description of TLSCipherSuite. This is wrong, as openldap uses gnutls instead of openssl now. Also the given example TLSCipherSuite HIGH:MEDIUM:+SSLv2

[Bug 757617] [NEW] mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Hark
Public bug reported: Binary package hint: munin-node When MySQL is running with skip-innodb the mysql_ plugin fails with error DBD::mysql::st execute failed: Unknown table engine 'INNODB' at /etc/munin/plugins/mysql_commands line 944. A simple patch is available at

[Bug 757617] Re: mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Hark
This is on 10.04 btw -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/757617 Title: mysql_ plugin fails with skip-innodb (patch available) -- Ubuntu-server-bugs mailing list

[Bug 219527] Re: Username completion crashes with libnss-ldap

2009-02-23 Thread Hark
Correct, I also don't experience this problem anymore. -- Username completion crashes with libnss-ldap https://bugs.launchpad.net/bugs/219527 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu-server-bugs

[Bug 419191] [NEW] Mailing from php5 module fails when number of Apache VirtualHosts is above +/-1500

2009-08-26 Thread Hark
Public bug reported: Binary package hint: libapache2-mod-php5 My shared webserver suddenly stopped mailing yesterday. Both the PHP mail() function or calling /usr/sbin/sendmail directly from exec() or something similar gives this error in /var/log/exim4/mainlog (of course /usr/sbin/sendmail is

Re: [Bug 419191] Re: Mailing from php5 module fails when number of Apache VirtualHosts is above +/-1500

2009-08-26 Thread Hark
To be sure I just started the kvm on another host. I experience exactly the same problem there. This is not a hardware fault. Mark Hunting wrote: Well in fact this server is already inside a kvm, so I don't think hardware is the problem. The configuration on the other host is OK because I

Re: [Bug 419191] Re: Mailing from php5 module fails when number of Apache VirtualHosts is above +/-1500

2009-09-02 Thread Hark
Sorry for mixing up some email addresses. My second e-mail didn't come through because of that. Here is it again: Well in fact this server is already inside a kvm, so I don't think hardware is the problem. The configuration on the other host is OK because I don't use PHP as a module there. The

[Bug 419191] Re: Mailing from php5 module fails when number of Apache VirtualHosts is above +/-1500

2009-09-02 Thread Hark
Sorry for bothering you again. I'm marking this bug as invalid. When I install another MTA (postfix, sendmail, esmtp, ...) everything works. It's very strange that Exim4 stops working with lots of Apache virtualhosts using php5 as module, but it will be way too complicated for me to find the cause

[Bug 611695] [NEW] mysqlhotcopy produces error about log tables

2010-07-30 Thread Hark
Public bug reported: When I backup my MyISAM tables with mysqlhotcopy I get this error: DBD::mysql::db do failed: You can't use locks with log tables. at /usr/bin/mysqlhotcopy line 452. I'm almost sure this has to do with the log tables in /var/lib/mysql/mysql. MySQL 5.0 didn't produce these

[Bug 611695] Re: mysqlhotcopy produces error about log tables

2010-08-04 Thread Hark
Thanks, I'll use a regular expression for now. -- mysqlhotcopy produces error about log tables https://bugs.launchpad.net/bugs/611695 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-bugs

[Bug 107224] Re: mysql-server preinst script stops running mysql

2010-02-11 Thread Hark
IMHO opinion this is a very important bug. Like Mark Goldfinch also reported unattended-upgraded caused a mysql shutdown on serveral of our servers. On several other servers where the meta package mysql-server was not installed this didn't happen. 2010-02-11 06:31:30,282 WARNING pkg

[Bug 107224] Re: mysql-server preinst script stops running mysql

2010-02-12 Thread Hark
@Lonnie Olson: a workaround is to remove the meta-package mysql-server. -- mysql-server preinst script stops running mysql https://bugs.launchpad.net/bugs/107224 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

[Bug 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-04-14 Thread Hark
I can confirm that this is a show stopper for lots of companies. For example in the company where I work we are planning to upgrade lots of machines from Hardy to Lucid, but this won't happen before this bug has been solved. And I don't expect we are going to compile ldap with a custom option on

[Bug 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-04-27 Thread Hark
Rune: The first solution (nscd) is not waterproof as nscd tends to crash quite often (and thus revoking your ability to do su or sudo as ldap user) -- NSS using LDAP on Karmic breaks 'su' and 'sudo' https://bugs.launchpad.net/bugs/423252 You received this bug notification because you are a

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-05-03 Thread Hark
For me both workarounds in the release notes aren't very usable, unfortunately. I can't use libnss-ldapd as the pam_check_host_attr and pam_check_service_attr options in libnss-ldap are essential for me, but as Ian Gordon wrote libnss-ldapd doesn't support these. The other solution (nscd) is