Your message dated Thu, 05 Jul 2012 15:53:12 +0000
with message-id <[email protected]>
and subject line Bug#680362: Removed package(s) from unstable
has caused the Debian Bug report #602813,
regarding /etc/init.d/mysql: init script leaks file descriptors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
602813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602813
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: /etc/init.d/mysql: init script leaks file descriptors
Package: mysql-server-5.1
Version: 5.1.49-2
File: /etc/init.d/mysql
Severity: normal

The /etc/init.d/mysql script leaks file descriptors to
the /usr/bin/mysqld_safe script. This causes problems problems for
unattended-upgrades (see #379645) and is generally considered a bad idea
(can also cause other problems).

It is probably simplest to use start-stop-daemon in the init script.
This closes all file descriptors and redirects to /dev/null (as well as
all kind of other things a daemon should do to correctly background
itself).

Using start-stop-daemon can be done by by replacing:
  /usr/bin/mysqld_safe > /dev/null 2>&1 &
with:
  start-stop-daemon --start --background --quiet --exec /usr/bin/mysqld_safe
in the script.

Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-rc5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
-- arthur de jong - [email protected] - west consulting b.v. --




--- End Message ---
--- Begin Message ---
Version: 5.1.62-1+rm

Dear submitter,

as the package mysql-5.1 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/680362

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to