From: Alain M. <al...@po...> - 2010-01-06 15:28:14
|
I just subscribed to this list for a single purpose: Report one bug and it's fix... I have been redirected here my Helen, moderator of the firebird-general list. I HOPE that here this will find it's way to someone who can fix it :) It's about FirebirdSS-1.5.6.5026-0.i686.tar.gz install in Mandriva Linux, and is probably present in other versions too. The problem is that after running the install.sh script, firebird runs ok, but after a reboot it doen't load anymore. This is caused because the initialization script is configured as pririty 20 and thus is loaded too early. It has some dependencies and should be loaded much later, recomended priotity for what I could find should be 80. To fix this, the file buildroot.tar.gz/opt/firebird/misc/firebird.init.d.mandrake in line 3 that contains; # chkconfig: 345 20 80 Should be # chkconfig: 345 80 20 this is a parameter for chkconfig meaning: 345=> to be used in these runlevels, 80=> start priority, 20=> stop priority. As a workaround after installing the buggy version, the startup links can be renamed with this: mv -fv /etc/rc3.d/S20firebird /etc/rc3.d/S80firebird mv -fv /etc/rc4.d/S20firebird /etc/rc4.d/S80firebird mv -fv /etc/rc5.d/S20firebird /etc/rc5.d/S80firebird I hope that this finds it's way for a fix. Thanks, Alain |
From: Philippe M. <mak...@fi...> - 2010-01-06 16:04:44
|
Alain Mouette [2010-01-06 16.28] : > I just subscribed to this list for a single purpose: Report one bug and > it's fix... I have been redirected here my Helen, moderator of the > firebird-general list. I HOPE that here this will find it's way to > someone who can fix it :) > > It's about FirebirdSS-1.5.6.5026-0.i686.tar.gz install in Mandriva > Linux, and is probably present in other versions too. > > The problem is that after running the install.sh script, firebird runs > ok, but after a reboot it doen't load anymore. This is caused because > the initialization script is configured as pririty 20 and thus is loaded > too early. It has some dependencies and should be loaded much later, > recomended priotity for what I could find should be 80. Yes it was fixed in July 2009, but seems it was not backported to 1.5 -- Philippe Makowski http://www.ibphoenix.com Supporting users of Firebird Tel +33 (0) 561058813 |
From: Alain M. <al...@po...> - 2010-01-06 23:04:16
|
Philippe Makowski escreveu: >> >> It's about FirebirdSS-1.5.6.5026-0.i686.tar.gz install in Mandriva >> Linux, and is probably present in other versions too. >> >> The problem is that after running the install.sh script, firebird runs >> ok, but after a reboot it doen't load anymore. This is caused because >> the initialization script is configured as pririty 20 and thus is loaded >> too early. It has some dependencies and should be loaded much later, >> recomended priotity for what I could find should be 80. > > Yes it was fixed in July 2009, but seems it was not backported to 1.5 Please do... I use an ERP program that is based on 1.5, I talked with one of the devellopers and it has to do with new user access control. And for what I have seen for Firebird future versions it is changing again soon, so they will take some time to migrate... In fact, I have seen that older versions are not neglected, I am glad with this :) Thanks, Alain |
From: Leyne, S. <Se...@br...> - 2010-01-06 23:19:45
|
Alain, > > Yes it was fixed in July 2009, but seems it was not backported to 1.5 > > Please do... Unfortunately, v1.5.6 was the last (ever) update to the 1.5 product. Sean |
From: Philippe M. <mak...@fi...> - 2010-01-07 22:49:57
|
2010/1/7 Alain Mouette <al...@po...>: > Please do... As Sean said it will not Unfortunately, v1.5.6 was the last (ever) update to the 1.5 product. > I use an ERP program that is based on 1.5, I talked with one of the > devellopers and it has to do with new user access control. And for what > I have seen for Firebird future versions it is changing again soon, so > they will take some time to migrate... I think it is a very bad excuse |