++ 18/06/14 20:11 +0200 - johhher:
>I'm running a Tor relay on a cheap Linux vserver with high bandwidth.
>I have a traffic limitation of 500Gb per month and was just wondering
>what would be the best configuration for the network.
I have a server with a similar cap and I am using the following
c
On Fri, Jun 20, 2014 at 6:47 AM, Tora Tora Tora wrote:
> Regretfully, I have to shutdown my two middle relays (not too big, you
> won't even notice it :-D), since I am unable to resolve issues with the
> latest OpenSSL bug.
>
> I was able to find upgraded packages for Centos and Fedora that are
>
On 06/20/2014 12:47 AM, Tora Tora Tora wrote:
[snip]
If someone can suggest a resolution that works, I might be able to keep
them running, otherwise I see no point in running vulnerable relays
until I figure things out.
Suggestion #1: upgrade to current version of your OS and apply all
updat
Sorry, I wasn't specific. I am running the latest Centos 6.5, build tor
from source (0.2.5.4), have restarted all applications and confirmed the
library used with 'lsof'. Since it is running other services, I have not
tried to reboot yet.
On 06/20/2014 07:45 AM, Steve Snyder wrote:
>
>
> On 06/
Yes, restarted the applications and verified with 'lsof'
On 06/20/2014 04:12 AM, Simon Hanna wrote:
...
> Did you restart all applications that are using openssl? If not, they
> continue to use the old librariers. Best way is to just do a complete
> restart..
___
You don't have to reboot the server. Just do a "lsof | grep DEL" (and maybe
"lsof | grep delete") and restart those services that are using upgraded
libraries.
That said, there have been a couple of kernel updates in recent weeks (the
latest being yesterday), so it is advisable to bite the bul
Agreed. I had a few other issues and went the reboot route.
On 06/20/2014 at 10:42 AM, "Steve Snyder" wrote:You don't have to
reboot the server. Just do a "lsof | grep DEL" (and maybe "lsof |
grep delete") and restart those services that are using upgraded
libraries.
That said, there have been