Re: [tor-talk] Autoupdateing

2015-11-30 Thread Scfith Rise up
I have to agree. crontab -e and add in the commands you want to run automatically at set intervals. > On Nov 30, 2015, at 4:10 PM, Michael McConville > wrote: > > Flipchan wrote: >> I tried to code an autoupdater for my tor relay, IF anyone is a >> king/queen on node.js or got any other awnse

[tor-talk] Auto updateing tor relays

2015-11-30 Thread Flipchan
I tried to code an autoupdater for my tor relay , IF anyone is a king/queen on node.js or got any other awnser on how to autoupdate ur server , i am almost their but havent got it to work 100% , link: github.com/flipchan/autoupdater -- Sincerly Flipchan -- tor-talk mailing list - tor-talk@lists

Re: [tor-talk] Autoupdateing

2015-11-30 Thread Michael McConville
Flipchan wrote: > I tried to code an autoupdater for my tor relay, IF anyone is a > king/queen on node.js or got any other awnser on how to autoupdate ur > server, i am almost their but havent got it to work 100%, link: > github.com/flipchan/autoupdater Why not just a cron job with pkg_add, apt-ge

[tor-talk] Autoupdateing

2015-11-30 Thread Flipchan
I tried to code an autoupdater for my tor relay , IF anyone is a king/queen on node.js or got any other awnser on how to autoupdate ur server , i am almost their but havent got it to work 100% , link: github.com/flipchan/autoupdater Take care n keep it codein;) -- Sincerly Flipchan -- tor-ta

Re: [tor-talk] [OT] shocking incident in software incident (Bob)

2015-11-30 Thread Bob
Ayesa, thanks for your advise. I have come to know from this incident from a source and I am sorry for those employees. I shared the information with [OT] tag to support the cause. I agree with you, they need job first. thanks On Monday 30 November 2015 02:20 PM, Ayase wrote: Bob, wit

[tor-talk] [OT] shocking incident in software incident (Bob)

2015-11-30 Thread Ayase
Bob, with respect, stop. Have you ever considered the reason why they're closing down and not paying anyone is because the company is absolutely broke? It's a very common occurrence in economics for a business to appear booming and fluid to the public, but have no money in actuality. Yeah, it s

Re: [tor-talk] Systemd error with v0.2.7.5 (git-6184c873e90d93b2)

2015-11-30 Thread Hideki Saito
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It turned out this was caused by AppArmor. kernel: audit: type=1400 audit(1448884032.655:58): apparmor="DENIED" operation="sendmsg" info="Failed name lookup - disconnected path" error=-13 profile="system__tor" name="run/systemd/notify" pid=4903 comm

Re: [tor-talk] TOR and Obfsproxy packet size

2015-11-30 Thread Amin s
Hi Philipp, > The difference is caused by the protocol headers that are wrapped around Tor cells; > IP, TCP, and TLS. How many bytes does TLS take? if we say TOR cell is 512 bytes, then 512 + 20 (TCP) + 20 (IP) = 552 and 586 - 552 = 34 bytes for TLS. is it correct? > How did you run your test?