Changes between Version 1 and Version 3 of Ticket #58310
- Timestamp:
- Apr 6, 2019, 6:03:15 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58310
- Property Port @4.14_0 removed
-
Ticket #58310 – Description
v1 v3 1 1 Prior to the upgrade I was successfully opening tor, then running:- 2 {{{ 2 3 sudo proxychains4 nmap -A -Pn xx.xx.xx.xx 4 }}} 3 5 4 6 Now that command errors with:- 7 {{{ 5 8 [proxychains] config file found: /opt/local/etc/proxychains.conf 6 9 [proxychains] preloading /opt/local/lib/libproxychains4.dylib … … 9 12 **Assertion failed: (rc == 0), function collect_dnet_interfaces, file netutil.cc, line 1379. 10 13 Abort trap: 6** 14 }}}