Strona 1 z 2

Firebird problem na Slackware

: 15 maja 2019, 18:51
autor: newslack
Zainstalowałem firebirda z paczki LINUX AMD 64 FirebirdCS-2.5.8.27089-0.amd64.tar.gz, instalacja przeszła pomyślnie.
Nie miałem utworzonego skryptu jego uruchomienia więc skopiowałem, ustawiłem właściciela, ustawiłem uprawnienia i dowiązanie symboliczne:
cp /opt/firebird/misc/firebird.init.d.slackware /etc/init.d/firebird
chown root:root /etc/init.d/firebird
chmod 775 /etc/init.d/firebird
ln -s /etc/init.d/firebird /usr/sbin/rcfirebird

Teraz gdy chce uruchomić firebirda poleceniem rcfirebird start to wyskakuje:

Kod: Zaznacz cały

Starting Firebird server [default]: root@test_hostname:~#
i nie startuje, a gdy chcę wyłączyć i wpisuje:
root@test_hostname:~# rcfirebird stop

Kod: Zaznacz cały

Stopping Firebird server [default]: error: no PID file.
Gdzie szukać przyczyny?

Re: Firebird problem na Slackware

: 16 maja 2019, 09:25
autor: LordRuthwen
Uruchom skrypt ze stracem, zobaczysz co się dokładnie dzieje.

Re: Firebird problem na Slackware

: 16 maja 2019, 09:57
autor: mariaczi
newslack pisze: 15 maja 2019, 18:51 Gdzie szukać przyczyny?
To co kolega powyżej napisał jak również w logach samego firebirda i ewentualnie systemu.

Re: Firebird problem na Slackware

: 05 czerwca 2019, 17:00
autor: newslack
Po wpisaniu polecenia:
strace -o output.txt rcfirebird start

zapisało do pliku:
http://wklejto.pl/746504

Re: Firebird problem na Slackware

: 06 czerwca 2019, 07:44
autor: LordRuthwen

Kod: Zaznacz cały

strace -f -s 1000 -o output.txt rcfirebird start

Re: Firebird problem na Slackware

: 06 czerwca 2019, 15:40
autor: newslack
@up
Po wpisaniu tego polecenia output.txt wygląda tak:
http://wklejto.pl/746865

Re: Firebird problem na Slackware

: 07 czerwca 2019, 06:11
autor: LordRuthwen
To nie wygląda na kompletny strace

Re: Firebird problem na Slackware

: 07 czerwca 2019, 16:16
autor: newslack
Faktycznie, masz racje, na tej wklejce jest ograniczona liczba znaków.
Wrzuciłem tez na inną wklejkę i plik na hosting
https://wklejaj.pl/Firebirda
http://hostuje.net/file.php?id=34fb305b ... 15d31ccfb8

Re: Firebird problem na Slackware

: 09 czerwca 2019, 21:06
autor: mariaczi
Spróbuj instalacji ze źródeł (za tym postem: https://www.firebirdnews.org/howto-inst ... are-linux/ (wiem, post już ma brodę, lecz sposób może być aktualny))

Kod: Zaznacz cały

1. unpack the firebird…tgz package.
2. ./install.sh
If you run Classic Server – that’s it, install is complete (just make sure inetd is running). If you run Super Server, you can easily start the server like this:

Kod: Zaznacz cały

/opt/firebird/bin/fbmgr -start -forever
If you wan’t it to start everytime you boot up, simply add that line to /etc/rc.d/rc.M or /etc/rc.d/rc.local

To stop it, use:

Kod: Zaznacz cały

/opt/firebird/bin/fbmgr -shut
Znalazłem jeszcze świeższy tutorial: http://linuxcampinas.blogspot.com/2015/ ... re-14.html (google translate, pewnie się przyda ;) )

Re: Firebird problem na Slackware

: 10 czerwca 2019, 18:25
autor: newslack
mariaczi pisze: 09 czerwca 2019, 21:06 Spróbuj instalacji ze źródeł (za tym postem: https://www.firebirdnews.org/howto-inst ... are-linux/ (wiem, post już ma brodę, lecz sposób może być aktualny))

Kod: Zaznacz cały

1. unpack the firebird…tgz package.
2. ./install.sh
If you run Classic Server – that’s it, install is complete (just make sure inetd is running). If you run Super Server, you can easily start the server like this:

Kod: Zaznacz cały

/opt/firebird/bin/fbmgr -start -forever
If you wan’t it to start everytime you boot up, simply add that line to /etc/rc.d/rc.M or /etc/rc.d/rc.local

To stop it, use:

Kod: Zaznacz cały

/opt/firebird/bin/fbmgr -shut
Znalazłem jeszcze świeższy tutorial: http://linuxcampinas.blogspot.com/2015/ ... re-14.html (google translate, pewnie się przyda ;) )
Próbowałem tez tymi sposobami, ale bezskutecznie, już brakuje mi pomysłów. Może rzecz w tym, że robie to na wirtualnej maszynie i stąd wynikają jakieś problemy?