Details
Jun 30 2018
May 16 2018
How are we doing on RAM use? Is it any more or less efficient than socat after you cut down the number of spawned instances?
May 9 2018
Done.
May 8 2018
Mar 7 2018
(superseded by systemd socket activation)
Mar 5 2018
Feb 11 2018
Had to be done for Whonix 14 to stop wasting RAM by too many socat instances.
Jun 5 2017
Done and closed.
JasonJAyalaP (Jason J. Ayala P.):
JasonJAyalaP added a comment.
> Try to remove as much as possible. I pasted the wrong code, I meant to say that I'm assuming we still need: for i in /etc/controlportfilt.d/*.conf /rw/config/controlportfilt.d/*.conf; do if [ -f "$i" ]; then . "$i" fi done
Jun 3 2017
Try to remove as much as possible.
I pasted the wrong code, I meant to say that I'm assuming we still need:
for i in /etc/controlportfilt.d/*.conf /rw/config/controlportfilt.d/*.conf; do if [ -f "$i" ]; then . "$i" fi done
Did you try new identity? Does it work?
Jun 2 2017
I commented out the three lines and rebooted. Both stable and alpha connect fine.
Apr 9 2017
Feb 20 2017
systemd feature request:
make ListenStream= port number available as ${PORT} for ExecStart
https://github.com/systemd/systemd/issues/5403
Feb 11 2017
As per https://lists.freedesktop.org/archives/systemd-devel/2017-February/038261.html the package would not be that cleanly implemented. Disadvantage: lots of systemd unit files. One per port. (Also one per unix domain socket file.)
Feb 6 2017
Good idea.
Feb 5 2017
Nov 27 2016
Nov 26 2016
Nov 17 2016
The variable names ended up being:
Oct 12 2016
Sep 23 2016
I kept this as review, since this all has to be tested again when a new build has been created.
Sep 13 2016
Got an answer. Will be probably TOR_SOCKS_SOCKET.
Sep 11 2016
In latest torbutton version there already is environment variable TOR_CONTROL_SOCKET.
Jun 16 2016
Since rinetd has been replaced with socat in T464, this code can be removed.
Jun 8 2016
Jun 2 2016
May 8 2016
https://forums.whonix.org/t/retroshare-tickets/2364/2?u=patrick makes me wonder, if this whole thing should be configurable using a .d configuration folder.
May 6 2016
https://forums.whonix.org/t/retroshare-tickets/2364/2?u=patrick makes me wonder, if this whole thing should be configurable using a .d configuration folder.
Apr 26 2016
Apr 3 2016
Ricochet is moving to UNIX sockets too:
Mar 29 2016
marmarek (Marek Marczykowski-Górecki):
How is Tor started in TBB?
How is Tor started in TBB? If it is possible to disable it (I hope so), there should be no race condition with it. When user start TBB, the socket should be already there, and wont be overwritten because Tor is disabled. Right?
Mar 28 2016
Other crazy approaches:
Feb 3 2016
As no crypto is used in Whonix (and generally nothing more than simple
TCP connection), I think it doesn't matter.
A very ugly crypto bug/backdoor was dug up in socat. Maybe an aternative is better?
Jan 8 2016
iptables cannot redirect local port traffic to remote ports, otherwise
these tools would not be needed.
What about iptables redirect? Isn't that enough, or some problems with it?