Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Seth Remington
On Tue, 2005-11-01 at 20:44 +, Christoph Zwerschke wrote: > I think I found the problem. Python's readlink() can return a relative > path, so a simple recursion will not work when the links cross directory > boundaries (what they do in this case). I fixed that in the trunk. Can > you verify

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Christoph Zwerschke
I checked out the latest svn and for some reason the Generic start script still isn't working for me (I swear it was working for a bit ;) I think I found the problem. Python's readlink() can return a relative path, so a simple recursion will not work when the links cross directory boundaries (

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Seth Remington
I checked out the latest svn and for some reason the Generic start script still isn't working for me (I swear it was working for a bit ;) Now the problem is here: # Make sure to have the absolute path: test -d "$WORK_DIR" || exit 5 WORK_DIR=`cd "$WORK_DIR" 2>/dev/null && pwd` The ubuntu rcX.d l

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Seth Remington
On Mon, 2005-10-31 at 23:22 +, Christoph Zwerschke wrote: > By the way, I also thought about adding a generic Webware Posix start > script that is not a shell script, but a pure Python script. Would that > be a silly idea? I think it should work, using the shebang mechanism. > > -- Christop

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Seth Remington
Yes it does exist in Ubuntu as well. Glad you squished another bug. -Seth On Tue, 2005-11-01 at 10:38 +, Christoph Zwerschke wrote: > Actually, install.py should have copied the Debian script automatically > to WebKit/webkit if /sbin/start-stop-daemon exists (can you confirm that > this al

Re: [Webware-devel] Problem with Improved UNIX Start Scripts

2005-11-01 Thread Christoph Zwerschke
Actually, install.py should have copied the Debian script automatically to WebKit/webkit if /sbin/start-stop-daemon exists (can you confirm that this also exists in Ubuntu?), but I just saw there was a typo in the check for start-stop-daemon. I have fixed that too. -- Christoph -

[Webware-devel] [ webware-Bugs-1344375 ] MakeAppWorkDir needs .py in WebKit Install Guide

2005-11-01 Thread SourceForge.net
Bugs item #1344375, was opened at 2005-11-01 00:17 Message generated for change (Comment added) made by cito You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104866&aid=1344375&group_id=4866 Please note that this message will contain a full copy of the comment thread