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
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
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.
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
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
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,
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
** 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
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
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
** 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
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
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
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
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
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
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
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
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
** 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
** 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
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
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
23 matches
Mail list logo