We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Fedora 21(Chappeau) I get the following and tcpcrypt refuses to run.
[me@localhost ~]$ sudo tcpcryptd -f Initializing... Reading random seed from /dev/urandom Running (fails to auth with the main site)
^C [me@localhost ~]$ sudo tcpcryptd -vvvv Initializing... Reading random seed from /dev/urandom Random seed set to 1565759196 Gotta malloc 4976 Generating RSA key Generating RSA key: 4096 bits Done generating RSA key Gotta malloc 16 Buffer size 2097152 wanted 1048576 Divert packets using iptables -j NFQUEUE --queue-num 666 Opening control socket at /var/run/tcpcryptd.control Attempting to drop privileges with chroot=/var/run/tcpcryptd and user=tcpcryptd Running Testing network via 171.66.3.195 Gotta malloc 4976 Test result: port 80 crypt 0 req 0 state 3 err 0 flags 0 Gotta malloc 4976 Gotta malloc 4976 Test result: port 80 crypt 0 req 1 state 3 err 0 flags 0 Gotta malloc 4976 Gotta malloc 4976 Test result: port 80 crypt 1 req 2 state 2 err 670 flags 0 Gotta malloc 4976 Gotta malloc 4976 Test result: port 7777 crypt 0 req 0 state 3 err 0 flags 0 Gotta malloc 4976 Gotta malloc 4976 Test result: port 7777 crypt 0 req 1 state 3 err 0 flags 0 Gotta malloc 4976 Gotta malloc 4976 Test result: port 7777 crypt 1 req 2 state 2 err 670 flags 0 Tests done! 3 6 failed [2/6]! Disabling tcpcrypt for 30 minutes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Fedora 21(Chappeau) I get the following and tcpcrypt refuses to run.
[me@localhost ~]$ sudo tcpcryptd -f
Initializing...
Reading random seed from /dev/urandom
Running
(fails to auth with the main site)
^C
[me@localhost ~]$ sudo tcpcryptd -vvvv
Initializing...
Reading random seed from /dev/urandom
Random seed set to 1565759196
Gotta malloc 4976
Generating RSA key
Generating RSA key: 4096 bits
Done generating RSA key
Gotta malloc 16
Buffer size 2097152 wanted 1048576
Divert packets using iptables -j NFQUEUE --queue-num 666
Opening control socket at /var/run/tcpcryptd.control
Attempting to drop privileges with chroot=/var/run/tcpcryptd and user=tcpcryptd
Running
Testing network via 171.66.3.195
Gotta malloc 4976
Test result: port 80 crypt 0 req 0 state 3 err 0 flags 0
Gotta malloc 4976
Gotta malloc 4976
Test result: port 80 crypt 0 req 1 state 3 err 0 flags 0
Gotta malloc 4976
Gotta malloc 4976
Test result: port 80 crypt 1 req 2 state 2 err 670 flags 0
Gotta malloc 4976
Gotta malloc 4976
Test result: port 7777 crypt 0 req 0 state 3 err 0 flags 0
Gotta malloc 4976
Gotta malloc 4976
Test result: port 7777 crypt 0 req 1 state 3 err 0 flags 0
Gotta malloc 4976
Gotta malloc 4976
Test result: port 7777 crypt 1 req 2 state 2 err 670 flags 0
Tests done! 3 6 failed [2/6]!
Disabling tcpcrypt for 30 minutes
The text was updated successfully, but these errors were encountered: