[Sqlrelay-discussion] Re: Debian 3.1 Install -- Socket Problem
Brought to you by:
mused
From: Ben G. <me...@be...> - 2005-07-28 14:47:18
|
Hi David, Thank you for the pointer. Changing permissions on /tmp resolved that error. Now, I can open sqlrsh and enter a query. However, it hangs after I press <enter>. I don't get a results set or an error message--just a blank line: | 0> select * from tablename; | Any ideas? Ben ======================= From: David Muse <david@fi...> Re: Debian 3.1 Install -- Socket Problem 2005-07-26 18:03 What are the runasuser and runasgroup settings set to for the instance you"re trying to start? If /tmp has 755 permissions, then unless they"re both set to the owner of the /tmp, then you won"t be able to create a socket there. Also, is this a custom kernel build? Is it possible that unix socket support was accidentally removed from the kernel? David Muse david.muse@fi... On Tue, 2005-07-26 at 09:47 -0500, Ben Gribaudo wrote: > Hello, > > I am attempting to get SQLRelay running on a new Debian 3.1 box. Would any > of you be able to point me in the right direction to get sqlr-listener > listening on sqlrelay.socket? I"m getting "Could not listen on unix > socket: /tmp/sqlrelay.socket". > > I"ve googled but haven"t come up with anything on this. Permissions on > /tmp are 755 and I am attempting to run /etc/init.d/sqlrelay start as root. > > Full error message and version information below. > > Thank you, > Ben [snip] |