[Sqlrelay-discussion] "Error was: No such file or directory" on freeBSD
Brought to you by:
mused
|
From: Culley H. <har...@gm...> - 2008-04-08 05:01:54
|
Hello,
I am trying to configure sqlrelay on freebsd-- pc-bsd actually, my
development machine and eventually on my production freebsd servers.
Sqlrelay was installed from the port-- version sqlrelay-0.38_2
When I try to start it I get the below error. Any ideas? It seems like it
is looking for /var/sqlrelay. In this directory there was no
/var/sqlrelay/var so I created it but it didn't fix the problem.
ch
===================
[root@pcbsd /usr/local/etc]# sqlr-start -id flashex
Starting listener:
sqlr-listener -id flashex -config /usr/local/etc/sqlrelay.conf
sqlr-listener error:
Unable to create a semaphore set. This is usally because an
sqlr-listener is already running for the flashex instance.
If it is not running, something may have crashed and left an old semaphore set
lying around. Use the ipcs command to inspect existing semaphore sets
and the ipcrm command to remove the semaphore set with
id -1.
Error was: No such file or directory
unsuccessful completion
sqlr-listener failed to start.
|