Changes

From SME Server
Jump to navigationJump to search
87 bytes removed ,  13:02, 19 May 2018
m
no edit summary
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> <nowiki><PRE> service firebird-superserver start</pre></nowiki><br>This will show the following result<br><nowiki><pre> Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'</nowiki><br> Try `/usr/bin/dirname --help' for more information.    [ OK ]<nowiki></pre></nowiki>
+
Additional note by TDBSOFT 1/1/2017<br>There is a minor bug in the firebird-superserver service when you run the command<br>
 
+
<pre> service firebird-superserver start</pre>
 +
<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>To resolve this issue edit the file  /etc/init.d/firebird-superserver and change the line below
 
+
<pre>
<nowiki><pre>daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever" </pre></nowiki><br>to  
+
daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"  
 
+
</pre>
<nowiki><pre>daemon </nowiki><b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<nowiki></pre></nowiki><br>  
+
<br>to  
 +
<pre>
 +
daemon </nowiki><b>--check="X"</b> --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