Package: sitebar
Version: 3.3.9-2.1
Severity: serious
User: debian...@lists.debian.org
Usertags: instest-20101120 instest

Hi,

While testing the installation of all packages in unstable, I ran
into the following problem:

# check to see if mysql is running, start if not
if [ -f /usr/sbin/mysqld ] ; then
    mysqld_get_param() {
        mysqld --print-defaults | tr " " "\n" | grep -- "--$1" | tail -n 1 | 
cut -d= -f2
    }
    pidfile=`mysqld_get_param pid-file`
    ps_alive=0
    if [ -f "$pidfile" ] && ps `cat $pidfile` >/dev/null 2>&1; then ps_alive=1; 
fi
    if [ $ps_alive = 0 ]; then mysqld_safe > /dev/null 2>&1 & fi
fi

You should honor policy-rc.d by using invoke-rc.d.

The full build log is available from:
 http://people.debian.org/~lucas/logs/2010/11/20/sitebar.log

It is reproducible by installing your package in a clean chroot, using
the debconf Noninteractive frontend, and priority: critical.

This test was carried out using about 50 AMD64 nodes of the Grid'5000
platform.  Internet was not accessible from the nodes.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to