[Devel] [ openser-Bugs-1656081 ] openserctl issues
SourceForge.net
noreply at sourceforge.net
Tue Feb 27 10:28:07 CET 2007
Bugs item #1656081, was opened at 2007-02-09 16:07
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1656081&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tools
Group: ver devel
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
>Assigned to: Bogdan (bogdan_iancu)
Summary: openserctl issues
Initial Comment:
On some systems, the "-n" switch is mandatory.
Please update the openserctl.base:
$ diff -Naur openserctl.base openserctl.base.orig
--- openserctl.base 2007-02-09 09:01:31.000000000 -0500
+++ openserctl.base.orig 2007-02-09 09:01:04.000000000 -0500
@@ -70,7 +70,7 @@
echo "error: 'TAIL' tool not found: set TAIL variable to correct tool path"
exit
fi
- LAST_LINE="$TOOLPATH -n -1"
+ LAST_LINE="$TOOLPATH -1"
fi
if [ -z "$EXPR" ] ; then
locate_tool expr
also, if the MySQL tables are created without serweb, openserclt add ... is failing (see the following error):
ERROR 1054 (42S22) at line 1: Unknown column 'phplib_id' in 'field list'
----------------------------------------------------------------------
>Comment By: Bogdan (bogdan_iancu)
Date: 2007-02-27 11:28
Message:
Logged In: YES
user_id=1275325
Originator: NO
Hi Ovidiu,
I made a fix on SVN trunk - please let me know if works as expected.
Thanks and regards,
Bogdan
----------------------------------------------------------------------
Comment By: Daniel-Constantin Mierla (miconda)
Date: 2007-02-15 18:27
Message:
Logged In: YES
user_id=1246013
Originator: NO
tail command fixed. Till to work on phplib_id issue.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1656081&group_id=139143
More information about the Devel
mailing list