[Bug 197477] opentracker does not allow to change bind/listen IP

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 9 11:23:45 UTC 2015


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 at FreeBSD.org
          Reporter: matorola at 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.


More information about the freebsd-ports-bugs mailing list