Changes

From SME Server
Jump to navigationJump to search
60 bytes added ,  13:07, 19 May 2018
m
Line 57: Line 57:  
Extracted from: http://forums.contribs.org/index.php?topic=45447.0
 
Extracted from: http://forums.contribs.org/index.php?topic=45447.0
   −
By default, Firebird just allow access from local networks.<br>
+
By default, Firebird just allow access from local networks.<br>If you wanna to allow '''INTERNET ACCESS''' to your Firebird ('''NOT RECOMMENDED''') run:
If you wanna to allow INTERNET ACCESS to your Firebird (NOT RECOMMENDED) run:
   
<pre>
 
<pre>
 
config setprop firebird access public TCPPort 3050
 
config setprop firebird access public TCPPort 3050
Line 76: Line 75:  
Additional note by TDBSOFT 1/1/2017<br>
 
Additional note by TDBSOFT 1/1/2017<br>
 
There is a minor bug in the firebird-superserver service when you run the command<br>
 
There is a minor bug in the firebird-superserver service when you run the command<br>
service firebird-superserver start<br>
+
<pre>
This will show the following result<br>
+
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>
 
Starting Firebird server [default] /usr/bin/dirname: extra operand `-daemon'<br>
Try `/usr/bin/dirname --help' for more information.    [ OK ]<br>
+
Try `/usr/bin/dirname --help' for more information.    [ OK ]
 +
</pre>
 
<br>
 
<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>
+
<pre>
to daemon <b>--check="X"</b> --user=$FBRunUser "export FIREBIRD LD_LIBRARY_PATH; $GUARDIAN -pidfile $pidfile -daemon -forever"<br>
+
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