Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2015 11:23:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197477] opentracker does not allow to change bind/listen IP
Message-ID:  <bug-197477-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197477

            Bug ID: 197477
           Summary: opentracker does not allow to change bind/listen IP
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: matorola@gmail.com

When I try to specify bind/listen ip address via config file
(/usr/local/etc/opentracker/opentracker.conf) or via command line, I always get
message "V6 Tracker is V6 only!" and it doesn't start.

for example (default configuration file, without any uncommented directives) :

# egrep -cv "^#|^$" /usr/local/etc/opentracker/opentracker.conf
0

# /usr/local/bin/opentracker -i 127.0.0.1 -p 6969 -P 6969 -f
/usr/local/etc/opentracker/opentracker.conf
V6 Tracker is V6 only!

# /usr/local/bin/opentracker -i 127.0.0.1 -f
/usr/local/etc/opentracker/opentracker.conf                
V6 Tracker is V6 only!


but it does allow to change ports:

# /usr/local/bin/opentracker -p 6969 -P 80 -f ../opentracker/opentracker.conf
(runs in foreground)

But configuration file does not allow to specify port values without IP
address, and it returns error on a try, for example:

# echo listen.tcp_udp 127.0.0.1:6969 >
/usr/local/etc/opentracker/opentracker.conf

# /usr/local/bin/opentracker  -f /usr/local/etc/opentracker/opentracker.conf
V6 Tracker is V6 only!


Currently, I have to change start script /usr/local/etc/rc.d/opentracker to
honor command line arguments from a newly defined variable from /etc/rc.conf.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197477-13>