Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Sep 2020 15:43:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249111] net/py-wsdd fails to start
Message-ID:  <bug-249111-7788-EZ1EqJ5Ase@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249111-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249111-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Gerard Seibert <gerard_seibert@outlook.com> ---
(In reply to Hiroo Ono from comment #3)
I added that change, plus corrected a minor problem in my firewall (I think=
). I
tried running the command both with and without my firewall enabled, and the
log remained the same. This is the latest error message:

Sep  5 11:39:33 scorpio daemon[84582]: 2020-09-05 11:39:33,544:wsdd INFO(pid
84583): using pre-defined UUID ccceb86e-be3a-5e41-80fb-8d63f97c1277
Sep  5 11:39:33 scorpio daemon[84582]: 2020-09-05 11:39:33,553:wsdd INFO(pid
84583): joined multicast group ('ff02::c', 3702, 22364, 1) on
fe80::24e:1ff:feb0:9234%alc0
Sep  5 11:39:33 scorpio daemon[84582]: 2020-09-05 11:39:33,556:wsdd INFO(pid
84583): joined multicast group ('239.255.255.250', 3702) on 192.168.1.101%a=
lc0
Sep  5 11:39:33 scorpio daemon[84582]: Traceback (most recent call last):
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
650,
in <module>
Sep  5 11:39:33 scorpio daemon[84582]:     sys.exit(main())
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
597,
in main
Sep  5 11:39:33 scorpio daemon[84582]:     nm =3D RouteSocketAddressMonitor=
(s)
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 9=
23,
in __call__
Sep  5 11:39:33 scorpio daemon[84582]:     obj.enumerate()
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
275,
in enumerate
Sep  5 11:39:33 scorpio daemon[84582]:=20=20=20=20
self.parse_route_socket_response(rt_buf.raw, True)
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
311,
in parse_route_socket_response
Sep  5 11:39:33 scorpio daemon[84582]:     intf, addr_mask, rtm_type,
intf_flags)
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
360,
in parse_addrs
Sep  5 11:39:33 scorpio daemon[84582]:     self.handle_new_address(addr,
addr_family, intf)
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 1=
016,
in handle_new_address
Sep  5 11:39:33 scorpio daemon[84582]:     mch, WSDHttpRequestHandler,
mch.family, self.selector))
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 7=
99,
in __init__
Sep  5 11:39:33 scorpio daemon[84582]:     super().__init__(mch.listen_addr=
ess,
RequestHandlerClass)
Sep  5 11:39:33 scorpio daemon[84582]:   File
"/usr/local/lib/python3.7/socketserver.py", line 452, in __init__
Sep  5 11:39:33 scorpio daemon[84582]:     self.server_bind()
Sep  5 11:39:33 scorpio daemon[84582]:   File "/usr/local/bin/wsdd", line 8=
05,
in server_bind
Sep  5 11:39:33 scorpio daemon[84582]:     super().server_bind()
Sep  5 11:39:33 scorpio daemon[84582]:   File
"/usr/local/lib/python3.7/http/server.py", line 137, in server_bind
Sep  5 11:39:33 scorpio daemon[84582]:=20=20=20=20
socketserver.TCPServer.server_bind(self)
Sep  5 11:39:33 scorpio daemon[84582]:   File
"/usr/local/lib/python3.7/socketserver.py", line 466, in server_bind
Sep  5 11:39:33 scorpio daemon[84582]:=20=20=20=20
self.socket.bind(self.server_address)
Sep  5 11:39:33 scorpio daemon[84582]: OSError: [Errno 49] Can't assign
requested address

--=20
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-249111-7788-EZ1EqJ5Ase>