[Bug 1284641] Re: problem with paths with spaces with 12.04 client with 14.04 server

2015-03-04 Thread Stephane Chazelas
The bug is in apache2. It has been fixed upstreams in 2.4.10 and a patch is available at https://bz.apache.org/bugzilla/attachment.cgi?id=31705 ** Package changed: subversion (Ubuntu) => apache2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-12-10 Thread Stephane Chazelas
For the record, there's more on that bug at http://thread.gmane.org/gmane.linux.ubuntu.bugs.server/36923 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/595117 Title: qemu-nbd slow

[Bug 648202] Re: vsftpd started even if not in standalone mode

2010-09-27 Thread Stephane Chazelas
Also, I suspect the last line of the pre-start script should be: check_standalone_mode || stop instead of: check_standalone_mode || exit 0 which is a no-op except for the message that check_standalone_mode might display. -- vsftpd started even if not in standalone mode https://bugs.launchpad.

[Bug 648202] [NEW] vsftpd started even if not in standalone mode

2010-09-26 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd (lucid vsftpd 2.2.2-3ubuntu6) because of a syntax error in /etc/init/vsftpd.con, vsftd is started (and respawns a lot as it fails to start) if there's no "listen=yes" in /etc/vsftpd.conf /etc/init/vsftpd.conf has: if [ -e "${CON

[Bug 625955] [NEW] vsftpd installation fails if there's a user name starting with "ftp"

2010-08-28 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd 2.2.2-3ubuntu6 debian/vsftpd.postinst has if ! getent passwd | grep -q "^${_USERNAME}" ($_USERNAME being "ftp" by default). It should be: if ! getent -- passwd "$_USERNAME" same for groups. ** Affects: vsftpd (Ubuntu) Importance: Undeci

Re: [Qemu-devel] [Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-07-07 Thread Stephane Chazelas
2010-06-24 00:16:03 -, Jamie Lokier: > Serge Hallyn wrote: > > The default of qemu-img (of using O_SYNC) is not very sensible > > because anyway, the client (the kernel) uses caches (write-back), > > (and "qemu-nbd -d" doesn't flush those by the way). So if for > > instance qemu-nbd is killed,

Re: [Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-06-17 Thread Stephane Chazelas
2010-06-16 20:36:00 -, Dustin Kirkland: [...] > Could you please send that patch to the qemu-devel@ mailing list? > Thanks! [...] Hi Dustin, it looks like qemu-devel is subscribed to bugs in there, so the bug report is on the list already. Note that I still consider it as a bug because: - s

[Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-06-16 Thread Stephane Chazelas
** Patch added: "qemu-nbd.diff" http://launchpadlibrarian.net/50435882/qemu-nbd.diff -- qemu-nbd slow and missing "writeback" cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm

[Bug 595117] [NEW] qemu-nbd slow and missing "writeback" cache option

2010-06-16 Thread Stephane Chazelas
Public bug reported: Binary package hint: qemu-kvm dpkg -l | grep qemu ii kvm 1:84+dfsg-0ubuntu16+0.12.3+noroms+0ubuntu9dummy transitional pacakge from kvm to qemu- ii qemu 0.12.3+noroms-0ubuntu9

[Bug 587858] [NEW] update-motd executed even in non-interactive sessions

2010-05-31 Thread Stephane Chazelas
Public bug reported: "ssh localhost exit" takes edges on lucid (ii libpam-modules1.1.1-2ubuntu2 Pluggable Authentication Modules for PAM ii openssh-server1:5.3p1-3ubuntu3 secure shell

[Bug 536620] Re: SEGV when using pasv_address

2010-03-10 Thread Stephane Chazelas
** Patch added: "fix" http://launchpadlibrarian.net/40689544/vsftpd.patch -- SEGV when using pasv_address https://bugs.launchpad.net/bugs/536620 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in ubuntu. -- Ubuntu-server-bugs

[Bug 536620] [NEW] SEGV when using pasv_address

2010-03-10 Thread Stephane Chazelas
Public bug reported: Binary package hint: vsftpd vsftpd2.2.0-1ubuntu1 Any attempt to set the pasv_address configuration parameter causes vsftpd to SEGV upon a client issuing a PASV FTP command. The bug was already fixed upstreams in 2.2.1, the fix is: --- vsftpd-2.2

Re: [Bug 510086] Re: localhost connection timeouts after start of eucalyptus

2010-01-30 Thread Stephane Chazelas
2010-01-30 02:37:08 -, Daniel Nurmi: [...] > I'm unable to reproduce this problem with (pre) Eucalyptus 1.6.2; with a > running active CC in MANAGED mode (which has the masq rule in place), I > can telnet to localhost port 22 (for example) without a problem, and > sshing to localhost shows that

[Bug 510086] [NEW] localhost connection timeouts after start of eucalyptus

2010-01-20 Thread Stephane Chazelas
Public bug reported: This is on ubuntu karmic server. After the starting of eucalyptus (sudo start eucalyptus), any TCP connection attempt on the loopback interface (the connect(2) system call) to a port that has no listener hangs instead of returning immediately with ECONNREFUSED. The problem

Re: [Bug 364581] Re: Crash when logging in

2009-10-14 Thread Stephane Chazelas
2009-10-13 20:05:29 -, Chuck Short: [...] > You have provided the information that I have needed. > > Regards > chuck > > ** Changed in: mod-auth-mysql (Ubuntu) >Importance: Undecided => Low [...] Hi Chunk, Why low? It crashes on 64bit machines, it's not really benign, is it? And the fi

[Bug 368044] Re: slapd crash when using SQL backend

2009-10-08 Thread Stephane Chazelas
What do you mean by "where does it come from?". I comes from me some time ago. Why classify as low? Is it because the sql backend isn't supported? Cheers, Stephane -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you are a m

Re: [Bug 364581] Re: Crash when logging in

2009-10-06 Thread Stephane Chazelas
2009-10-05 14:02:29 -, Chuck Short: > Which version of apache are you using (output of dpkg -l | grep apache > will do)? [...] Any version of apache will do, the bug is not with apache. ii apache2-doc 2.2.11-2ubuntu2.3 Apache HTTP Server documen

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-06-09 Thread Stephane Chazelas
that patch is still wrong. The first time a HUP is received, we run the code in the trap and call wait which will wait for both the refresh command and the mysqld one. But we won't return from that trap until mysqld dies, and in the trap the HUP signal is blocked, which means any subsequent HUP w

[Bug 382677] [NEW] crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
Public bug reported: When using the SQL backend, a search like: ldapsearch ... '(cn=)' causes slapd to crash with this error: slapd: /tmp/openldap-2.4.15/servers/slapd/back-sql/search.c:1366: backsql_process_filter_attr: Assertion `0' failed. Looking at the code there, it does a switch(f->f_c

[Bug 382677] Re: crash with SQL backend on search with empty attributes

2009-06-02 Thread Stephane Chazelas
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/27403420/Dependencies.txt -- crash with SQL backend on search with empty attributes https://bugs.launchpad.net/bugs/382677 You received this bug notification because you are a member of Ubuntu Server Team, which is subscrib

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/26034841/Dependencies.txt -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ub

[Bug 368044] Re: slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
I'm not seeing the patch, so I attach it again. Sorry if that causes a duplicate. ** Attachment added: "possible fix" http://launchpadlibrarian.net/26034890/slapd.diff -- slapd crash when using SQL backend https://bugs.launchpad.net/bugs/368044 You received this bug notification because you a

[Bug 368044] [NEW] slapd crash when using SQL backend

2009-04-27 Thread Stephane Chazelas
Public bug reported: I've not narrowed down the minimum scenario that causes it. But the bug is quite obvious from reading the code. There's a free() that should definitely not be called as it is made on an address that is not the result of an allocation. Please find diff attached (it may not be