On Wed, Feb 20, 2013 at 3:16 PM, Warren Young <war...@etr-usa.com> wrote:

> On 2/20/2013 09:21, Richard Hipp wrote:
>
>>
>> In 
>> http://www.fossil-scm.org/**fossil/info/f4143c5b59<http://www.fossil-scm.org/fossil/info/f4143c5b59>you
>>  can add an IP
>> address to the --port option:
>>
>
> I don't see that that patch touches the parsing of -P in main.c:
>

I was referring to the version.  The complete patch is a collection of two
different checkins.  The complete patch is here:


http://www.fossil-scm.org/fossil/vdiff?from=12ff5ff85e0b61f0&to=f4143c5b594fc836


>
>     iPort = mxPort = atoi(zPort);
>
> It also doesn't change how inaddr.sin_addr.sin_addr is set in cgi.c, which
> you'd need to do in order to bind fossil to just one interface on a
> multihomed server.
>
> So, no surprise, when I try it here with -P 10.11.12.13:1415 I get:
>
>     "../fossil: unable to open listening socket on ports 10"
>
> It is of course treating the leading "10" in the IP as a port number.
>
> ______________________________**_________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.**org <fossil-users@lists.fossil-scm.org>
> http://lists.fossil-scm.org:**8080/cgi-bin/mailman/listinfo/**fossil-users<http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users>
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to