Changes

From SME Server
Jump to navigationJump to search
9 bytes added ,  13:05, 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>
+
Additional note by TDBSOFT 1/1/2017<br>
<pre> service firebird-superserver start</pre>
+
There is a minor bug in the firebird-superserver service when you run the command<br>
<br>This will show the following result<br>
+
<pre>
 +
service firebird-superserver start
 +
</pre>
 +
<br>
 +
This will show the following result
 +
<br>
 
<pre>
 
<pre>
 
Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'<br>
 
Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'<br>
 
Try `/usr/bin/dirname --help' for more information.    [ OK ]
 
Try `/usr/bin/dirname --help' for more information.    [ OK ]
 
</pre>
 
</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<br>
 
<pre>
 
<pre>
 
daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"  
 
daemon --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"  
</pre>
+
</pre><br>
<br>to  
+
to  
 
<pre>
 
<pre>
 
daemon </nowiki><b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"
 
daemon </nowiki><b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"
147

edits

Navigation menu