Re: [Sqlrelay-discussion] sqlrsh hanging on openbsd
Brought to you by:
mused
From: Jolan L. <jo...@pr...> - 2005-06-03 05:08:14
|
On Wed, Jun 01, 2005 at 11:53:25PM -0400, David Muse wrote: > I just made a maintenance release, give it a try. It should detect > readline properly now and work even if you disable readline support. > > I had some strange problems when I tested it on openbsd though. All of > my queries failed with authentication errors and 2 sqlr-listener > processes were getting spawned off for each client connection. It's > possible that it won't happen on real hardware though. I was running > OpenBSD-3.7 in vmware and vmware doesn't officially support openbsd. > > Give it a try and let me know. readline support is working now, thank you. i noticed during the build i get a stream of 'rm: : Invalid argument' after every g++ invocation which did not happen before. as far as running it, i am seeing the same problem you are with real hardware: $ sudo sqlrsh -id sqlitetest SQLRShell - Version 0.22 Connected to: localhost:9000 as sqlitetest type help; for a help. 0> debug on; 0> SELECT sqlite_version(); Result Set Buffer Size: 100 Connecting to listener... Unix socket: /tmp/sqlitetest.socket Authenticating with listener : sqlitetest:sqlitetest No authentication error. Must Not Reconnect. Authenticating with connection : sqlitetest:sqlitetest Broken pipe Exit 141 and if I run sqlrsh -id sqlitetest without sudo sqlrsh crashes right away. maybe this is due to failing to drop privileges? |