Ticket Change Details
Not logged in
Overview

Artifact ID: 75b32b5f7a56e576808523ff042709fb163eafc4
Ticket: 3bdcdb910fc6b07b4357b510d3f0631582b8297c
Suggested inetd configuration for fossil not working.
User & Date: steveb 2011-07-22 07:22:33
Changes

  1. Appended to comment:
    
    
    <hr /><i>steveb added on 2011-07-22 07:22:33 UTC:</i><br />
    Looks to me like you missed a parameter in your inetd line.
    Look carefully at the example at http://www.sqlite.org/debug1/doc/tip/www/quickstart.wiki
    
      80 stream tcp nowait.1000 root /usr/bin/fossil /usr/bin/fossil http /home/proj1/repos1.fossil
    
    Note that /usr/bin/fossil is listed twice. The first time is the command to execute and the second is argv[0] passed to the program. They will often be the same, as in this example.
    
  2. resolution changed to: "Open"