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 order for sqrelay to start, I had to manually create the directory
structure under /var/cache/sqlrelay (the non-existing 'ipc' dir error is
repeated for 'sockets' and 'pids' dirs too):

cd /var/cache/sqlrelay
mkdir tmp
mkdir tmp/ipc
mkdir tmp/sockets
mkdir tmp/pids
chown -R sqlrelay:sqlrelay tmp

If sqlrelay is not able to create the structure on its own during the
first run, a solution could be creating it in postinst scripts.


-- 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]

Reply via email to