Subject | Re: Problems with TempDirectories in firebird.conf? |
---|---|
Author | peterson77 |
Post date | 2005-09-01T18:36:38Z |
Thanks, Helen, it worked. The key was to add a /home/firebird
directory that was owned by firebird, then create the sorting
directory within it.
- Steve Peterson
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
directory that was owned by firebird, then create the sorting
directory within it.
- Steve Peterson
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 03:01 AM 31/08/2005 +0000, you wrote:out.
> >I must be forgetting something and hope that someone can point it
> >opening it
> >When I changed the firebird.conf file to have:
> > TempDirectories = /home/listpi/fbtemp 2000000000
> >
> >Firebird would not process searches anymore. Connections could be
> >made, but it would not perform searches. I tried changing the
> >permissions on the fbtemp file to root, to firebird, and to
> >up to all users, but nothing worked.doesn't
> >
> >I am running Firebird 1.5.2 classic on a Red Hat Linux box. Has
> >anyone seen this before? What am I missing?
> >
> >
> >Error message when a search is attempted:
> >
> >org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544344. I/O
> >error during "open" operation for file ""
>
> This will be a permissions problem. The user firebird (rightly)
> have rw AND x permissions on the /home/listpi directory, but itneeds them.
>firebird its
> For simplicity, create a /home/firebird directory and make
> owner; or a /tmp/firebird directory; and put yourtempdirectories there,
> rather than have firebird encroaching on another user's territory.direct
>
> If you are using Classic and are working in processes that have
> (non-networked) connections to databases (as I think theJaybird "embedded"
> model does) then you will also need to have a firebird group, towhich
> firebird and your local uses must belong. Any permissions - suchas rwx
> permissions on directories - must then be applied to the group.
>
> ./heLen