Changes

Jump to navigation Jump to search
48 bytes added ,  13:07, 19 May 2018
m
Line 73: Line 73:  
     status=enabled
 
     status=enabled
   −
Additional note by TDBSOFT 1/1/2017<br>There is a minor bug in the firebird-superserver service when you run the command<br> service firebird-superserver start<br>This will show the following result<br> Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'<br> Try `/usr/bin/dirname --help' for more information.    [ OK ]
+
Additional note by TDBSOFT 1/1/2017<br>
 
+
There is a minor bug in the firebird-superserver service when you run the command<br>
<br>To resolve this issue edit the file  /etc/init.d/firebird-superserver and change the line below
+
<pre>
 
+
service firebird-superserver start
<br> daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<br>to  
+
</pre>
 
+
<br>
daemon <b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<br>
+
This will show the following result
 +
<br>
 +
<pre>
 +
Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'<br>
 +
Try `/usr/bin/dirname --help' for more information.    [ OK ]
 +
</pre>
 +
<br>
 +
To resolve this issue edit the file  /etc/init.d/firebird-superserver and change the line below<br>
 +
<pre>
 +
daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"  
 +
</pre><br>
 +
to  
 +
<pre>
 +
daemon --check="X" --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"
 +
</pre>
 +
<br>  
    
See this article on the problem http://tracker.firebirdsql.org/browse/CORE-5069<br>
 
See this article on the problem http://tracker.firebirdsql.org/browse/CORE-5069<br>
147

edits

Navigation menu