Package: sqlrelay
Version: 1:0.39.4-1
Severity: normal
After installationi of the package and instances configuration, sqlrelay
fails to start with the following error:
Could not open: /var/cache/sqlrelay/tmp/ipc/my_instance
Make sure that the file and directory are readable and writable.
In ord
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
2 matches
Mail list logo