Subject | Re: Firebird 1.5.1 oten crashes on our RedHat 9 server |
---|---|
Author | dirknaudts |
Post date | 2004-12-21T08:45:54Z |
Hi All,
So I implemented the updates to both /etc/init.d/firebird
and /ets/profile to include the LD_ASSUME_KERNEL stuff as mentioned
in the 1.5 release notes,
and it looked promising ...
executing the same scripts that caused problems before, now runs
smoothly !
But backing up the DB on my XP machine (also FB 1.5.1) (transportable)
and restoring it on the RH9 server still results in this :
...
gbak: restoring index FK_MINPRIJS
gbak: finishing, closing, and going home
IBE: Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Unable to complete network request to host "192.168.0.144".
Error reading data from the connection.
IBE: Restore completed. Current time: 9:31:30. Elapsed time: 00:02:28
Anyone any ideas as how to interpret/solve this ?
The restore is done from my XP machine using IBExpert 2004.08.05
both trying replace database and create new database, both results in
same problem.
Thanks
Dirk Naudts.
So I implemented the updates to both /etc/init.d/firebird
and /ets/profile to include the LD_ASSUME_KERNEL stuff as mentioned
in the 1.5 release notes,
and it looked promising ...
executing the same scripts that caused problems before, now runs
smoothly !
But backing up the DB on my XP machine (also FB 1.5.1) (transportable)
and restoring it on the RH9 server still results in this :
...
gbak: restoring index FK_MINPRIJS
gbak: finishing, closing, and going home
IBE: Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Unable to complete network request to host "192.168.0.144".
Error reading data from the connection.
IBE: Restore completed. Current time: 9:31:30. Elapsed time: 00:02:28
Anyone any ideas as how to interpret/solve this ?
The restore is done from my XP machine using IBExpert 2004.08.05
both trying replace database and create new database, both results in
same problem.
Thanks
Dirk Naudts.
> >if
> > From p.57:
> > ! NTPL problems on higher Linuxen:
> > The new NPTL (Native POSIX Thread Library) in Red Hat 9 (so far)
> will cause
> > problems for SuperServer and locally compiled programs, including
> the
> > utilities. Gbak, particularly, will throw a Broken Pipe error. To
> fix....
> >
> >
> > >But the release docs of the new NPTL build mention that the NPTL
> > >problems were solved. Should I still do what is mentioned in the
> > >initial release docs ?
> >
> > NPTL "problems" means trying to run an application that uses the
> old
> > threading model on a distro that uses the NPTL. So disable NPTL
> you
> > want to run a non-NPTL version of SS; or sail ahead with NPTL on
> RH 9 if
> > the NPTL version works fine.
> >
> > ./hb