Changes

From SME Server
Jump to navigationJump to search
142 bytes added ,  12:57, 19 May 2018
m
minor formatting
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> <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>
    
<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
   −
<br> daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<br>to  
+
<nowiki><pre>daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever" </pre></nowiki><br>to  
   −
daemon <b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<br>
+
<nowiki><pre>daemon </nowiki><b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<nowiki></pre></nowiki><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