Package: sqlrelay Version: 1:0.39.4-1 Followup-For: Bug #412852
I'm using the following replacement sqlr-ipclean script to stop sqlrelay: #!/bin/sh ADMIN=sqlrelay DIRTY_S=`ipcs -s | grep $ADMIN | wc -l` DIRTY_M=`ipcs -m | grep $ADMIN | wc -l` if test $DIRTY_S -ne 0 ; then ipcrm -s `ipcs -s | grep $ADMIN | cut -f2 -d ' '` fi; if test $DIRTY_M -ne 0 ; then ipcrm -m `ipcs -m | grep $ADMIN | cut -f2 -d ' '` fi; echo "Interprocess buffers cleaned"; exit 0 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages sqlrelay depends on: ii adduser 3.107 add and remove users and groups ii libc6 2.7-10 GNU C Library: Shared libraries ii libgcc1 1:4.3.0-3 GCC support library ii libncurses5 5.6+20080419-1 Shared libraries for terminal hand ii libpcre3 7.6-2 Perl 5 Compatible Regular Expressi ii libreadline5 5.2-3 GNU readline and history libraries ii librudiments0.31 0.31-2 C++ class library providing base c ii libsqlrelay-0.39 1:0.39.4-1 SQL Relay (runtime libraries) ii libssl0.9.8 0.9.8g-8 SSL shared libraries ii libstdc++6 4.3.0-3 The GNU Standard C++ Library v3 ii libxml2-utils 2.6.32.dfsg-2 XML utilities sqlrelay recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]