@black3dynamite, do you need some specific help? I mean, I do web apps that works with firebird.
Posts made by abnerh69
-
RE: Installing the Firebird Database Server on CentOS 7
-
RE: Installing the Firebird Database Server on CentOS 7
Solved:
sudo chown -R firebird:firebird /tmp/firebirdThank you very much for your help and guide.
-
RE: Installing the Firebird Database Server on CentOS 7
@scottalanmiller it is good to hear that, I thought I was wrong. Now, please look at the log file: it says Can't access lock files's directory /tmp/firebird/
It seems firebird user has no access to that folder.
Let me test something, allowing firebird user to access it.
-
RE: If you are new drop in say hello and introduce yourself please!
@scottalanmiller Thanks a lot.
Checked firebird.log.rpmsave on /var/log/firebird:
1
localhost.localdomain (Client) Sun Jul 16 22:36:44 2017
/usr/sbin/fbguard: guardian starting /usr/sbin/fbserver
localhost.localdomain (Server) Sun Jul 16 22:36:44 2017
Database: /var/lib/firebird/system/security2.fdb
Can't access lock files' directory /tmp/firebird/
localhost.localdomain (Client) Sun Jul 16 22:36:44 2017
/usr/sbin/fbguard: /usr/sbin/fbserver terminated due to startup error (2)
localhost.localdomain (Client) Sun Jul 16 22:36:44 2017
/usr/sbin/fbguard: /usr/sbin/fbserver terminated due to startup error (2) -
RE: If you are new drop in say hello and introduce yourself please!
@scottalanmiller, Hi!, sorry, I didn't see this quote.
My name is Abner Hernandez. From Barinas, Venezuela.
(8.625676, -70.202637)
47 years old. Male. Married and 2 beautiful girls (22/19)
About 30 years developing. Several languages / databases.
Learning almost every day.
Jehova's Witness since very young. -
RE: Installing the Firebird Database Server on CentOS 7
@scottalanmiller sorry, where can I check firebird logs?
-
RE: Installing the Firebird Database Server on CentOS 7
@scottalanmiller do you know if it is possible (and how) to install firebird 2.5.7
classic / superclassic con CentoOS 7 ? -
RE: Installing the Firebird Database Server on CentOS 7
On CentOS 7.3.1611 (Core) installation reports:
Dependencies Resolved
Package Arch Version Repository SizeInstalling:
firebird x86_64 2.5.7.27050.0-1.el7 epel 648 k
Installing for dependencies:
firebird-superserver x86_64 2.5.7.27050.0-1.el7 epel 2.7 MTransaction Summary
Install 1 Package (+1 Dependent package)
Total download size: 3.4 M
Installed size: 14 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): firebird-2.5.7.27050.0-1.el7.x86_64.rpm | 648 kB 00:00:03
(2/2): firebird-superserver-2.5.7.27050.0-1.el7.x86_64.rpm | 2.7 MB 00:00:49Total 70 kB/s | 3.4 MB 00:00:49
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : firebird-superserver-2.5.7.27050.0-1.el7.x86_64 1/2
firebird983:
Installing : firebird-2.5.7.27050.0-1.el7.x86_64 2/2
Verifying : firebird-2.5.7.27050.0-1.el7.x86_64 1/2
Verifying : firebird-superserver-2.5.7.27050.0-1.el7.x86_64 2/2Installed:
firebird.x86_64 0:2.5.7.27050.0-1.el7Dependency Installed:
firebird-superserver.x86_64 0:2.5.7.27050.0-1.el7Complete!
-
RE: Installing the Firebird Database Server on CentOS 7
Mark this: on CentOS release 6.9 (Final), it reports installation:
installed:
firebrid.x86_64 0:2.5.5.26952.0-2.el6Dependency Installed:
firebird-classic-common.x86_64 0:2.5.5.26952.0-2.el6
firebird-filesystem.x86_64 0:2.5.5.26952.0-2.el6
firebird-libfbclient.x86_64 0:2.5.5.26952.0-2.el6
firebird-libfbembed.x86_64 0:2.5.5.26952.0-2.el6
firebird-superclassic.x86_64 0:2.5.5.26952.0-2.el6
libicu.x86_64 0:4.2.1-14.el6 -
RE: Installing the Firebird Database Server on CentOS 7
Thank you for quick answer.
Response:
systemctl status firebird-superserver
ā firebird-superserver.service - Firebird Database Server ( SuperServer )
Loaded: loaded (/usr/lib/systemd/system/firebird-superserver.service; enabled; vendor preset: disabled)
Active: inactive (dead)Jul 16 22:36:44 localhost.localdomain systemd[1]: Starting Firebird Database Server ( SuperServer )...
Jul 16 22:36:44 localhost.localdomain systemd[1]: firebird-superserver.service: Supervising process 3678 which is not our child. We'll most likely not notice when it exits.
Jul 16 22:36:44 localhost.localdomain systemd[1]: Started Firebird Database Server ( SuperServer ).cat /etc/centos-release
CentOS Linux release 7.3.1611 (Core)However, doing same on CentOS release 6.9 (Final), works all very good!
Maybe it is something related to:
http://tracker.firebirdsql.org/browse/CORE-5491?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel -
RE: Installing the Firebird Database Server on CentOS 7
Hi, thank you very much for this post. I need some help. Using CentOS 7 64 bits, installs firebird-superserver.x86_64 0:2.5.7.27050.0-1.el7 ok, but does not work.
gsec -user SYSDBA -password masterkey -modify sysdba -pw newpassword
returns:
Unable to complete network request to host "localhost".
Failed to establish a connection.
unable to open databaseCan you help me? Please