Re[2]: Tor crashes ZoneAlarm

2006-09-14 Thread Arrakistor
'real  firewall'  as  in  something  physical  and  external  to  your
computer.  Such  as  a  router. even one of those cheap linksys wrt54g
where  you  can  load up custom firmware, and schedule QoS so all your
cool  traffic speeds right over your encrypted porn downloads, all the
while blocking icmp and other useless traffic. wish i had QoS...

Regards,
 Arrakistor

Thursday, September 14, 2006, 12:09:58 AM, you wrote:

 Arrakistor wrote:
 Kees,
 
 I see this problem all the time.
 To avoid this, you must uninstall zone alarm and get a real firewall.
 Then contact zone alarm, tell them they make a crappy product and why.
 

 I posted my message on the zonealarm forum as well, so I hope to find
 out what is going on soon.

 http://forum.zonelabs.org/zonelabs/board/message?board.id=genmessage.id=37070

 Kees

 PS. Can you expand on 'real firewall' please.



Re: Tor crashes ZoneAlarm

2006-09-14 Thread Kees Vonk
Arrakistor wrote:
 'real  firewall'  as  in  something  physical  and  external  to  your
 computer.  Such  as  a  router. even one of those cheap linksys wrt54g
 where  you  can  load up custom firmware, and schedule QoS so all your
 cool  traffic speeds right over your encrypted porn downloads, all the
 while blocking icmp and other useless traffic. wish i had QoS...

I am using IPCop for that, but that does not give me the control over
which programs can access the internet, so I prefer to use both.

Kees

 
 Regards,
  Arrakistor
 
 Thursday, September 14, 2006, 12:09:58 AM, you wrote:
 
 Arrakistor wrote:
 Kees,

 I see this problem all the time.
 To avoid this, you must uninstall zone alarm and get a real firewall.
 Then contact zone alarm, tell them they make a crappy product and why.

 
 I posted my message on the zonealarm forum as well, so I hope to find
 out what is going on soon.
 
 http://forum.zonelabs.org/zonelabs/board/message?board.id=genmessage.id=37070
 
 Kees
 
 PS. Can you expand on 'real firewall' please.
 
 



Re: Tor crashes ZoneAlarm

2006-09-14 Thread glymr
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

most current adsl2/2+ modems now have full configurable firewalls and
QoS and IDS and ICMP ping on or off. sygate is better for a free
firewall than zonealarm

Kees Vonk wrote:
 Arrakistor wrote:
 'real  firewall'  as  in  something  physical  and  external  to  your
 computer.  Such  as  a  router. even one of those cheap linksys wrt54g
 where  you  can  load up custom firmware, and schedule QoS so all your
 cool  traffic speeds right over your encrypted porn downloads, all the
 while blocking icmp and other useless traffic. wish i had QoS...
 
 I am using IPCop for that, but that does not give me the control over
 which programs can access the internet, so I prefer to use both.
 
 Kees
 
 Regards,
  Arrakistor

 Thursday, September 14, 2006, 12:09:58 AM, you wrote:

 Arrakistor wrote:
 Kees,

 I see this problem all the time.
 To avoid this, you must uninstall zone alarm and get a real firewall.
 Then contact zone alarm, tell them they make a crappy product and why.

 I posted my message on the zonealarm forum as well, so I hope to find
 out what is going on soon.
 http://forum.zonelabs.org/zonelabs/board/message?board.id=genmessage.id=37070
 Kees
 PS. Can you expand on 'real firewall' please.

 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)

iD8DBQFFCQWLGkOzwaes7JsRA3R5AJ0T2ycG3kWTvcRDzY67x0kVmc/cyACeK6+C
y53tBDzIHBbVBRjl1WFDyJY=
=F4Ms
-END PGP SIGNATURE-


tor libevent1 dependencies problem

2006-09-14 Thread gabrix
I have a debian 2.6 stable on 1 pc i can't install tor because an unmet
depencie that's the error:
 [EMAIL PROTECTED]:~# apt-get install tor
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.

 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against
 that package should be filed.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
   tor: Depends: libevent1 (= 1.1a) but 1.0b-1.1 is to be installed
 E: Broken packages
My sources.list has tor stable fonts
 deb http://mirror.noreply.org/pub/tor sarge main
 deb-src http://mirror.noreply.org/pub/tor sarge main
How can i fix this ?



Re: tor libevent1 dependencies problem

2006-09-14 Thread Peter Palfrader
On Thu, 14 Sep 2006, gabrix wrote:

 I have a debian 2.6 stable on 1 pc i can't install tor because an unmet
 depencie that's the error:

There is no debian 2.6.

  The following packages have unmet dependencies:
tor: Depends: libevent1 (= 1.1a) but 1.0b-1.1 is to be installed
  E: Broken packages
 My sources.list has tor stable fonts
  deb http://mirror.noreply.org/pub/tor sarge main
  deb-src http://mirror.noreply.org/pub/tor sarge main
 How can i fix this ?

First of all you should get a new keyboard.  Yours seems to have a
broken ? key.

Secondly, what does apt-cache policy libevent1 say?

Peter


Re: Now tor does not work at all...

2006-09-14 Thread phobos
On Thu, Sep 14, 2006 at 11:04:02PM +0200, [EMAIL PROTECTED] wrote 1.2K bytes in 
44 lines about:
: nofiles(descriptors) 64
: sbsize(bytes)unlimited
: .: Out of file descriptors
: The line nofiles(descriptors) seemed not so okay to my, so I changed the
: line in the startup script to ulimit -n 1200

The tor startup script in contrib, or available in the rpms,
sets 8192 file descriptors.  This would be ulimit -n 8192.

: /bin/sh -x /etc/rc.d/tor start seems very wrong to me - the startup
: script loops endlessly.

You are the first to report this problem.  Can you send me the
full output of sh-x /etc/rc.d/tor when run as root or via sudo?
-- 
Andrew


Re: Now tor does not work at all...

2006-09-14 Thread yancm
What OS/Rev Level and hardware are you running on?

I had a similar problem on NetBSD, I had to increase fdlimit
in the kernel...as I recall...

 Hi there,

 I tried to find a workaround for the error I described a few days ago,
 but it was not possible. Then I would exactly know the time until tor
 crashes, but - surprisingly - now it doesn't work at all:

 $ /etc/rc.d/tor start
 .: Out of file descriptors

 So I added a short line in the startup script (after #!/bin/sh), ulimit
 -a; the output is the following:
 time(seconds)unlimited
 file(blocks) unlimited
 data(kbytes) 131072
 stack(kbytes)2048
 coredump(blocks) unlimited
 memory(kbytes)   251064
 locked memory(kbytes) 83689
 process(processes)   160
 nofiles(descriptors) 64
 sbsize(bytes)unlimited
 .: Out of file descriptors

 The line nofiles(descriptors) seemed not so okay to my, so I changed the
 line in the startup script to ulimit -n 1200

 $ /etc/rc.d/tor start
 /etc/rc.conf.d/tor: too many nested function calls

 /bin/sh -x /etc/rc.d/tor start seems very wrong to me - the startup
 script loops endlessly.

 I had a look to the currently opened files via fstat/pstat, p.e.
 $ pstat -T
 200/1772 files

 Tor was great, I would like it to run - but now I just don't know what
 to do. *Any* suggestions? ;)

   Mary




Re: Now tor does not work at all...

2006-09-14 Thread Marianne Spiller
[EMAIL PROTECTED] wrote:
 What OS/Rev Level and hardware are you running on?
Ideed, it *is* NetBSD-3.0_RELEASE. But I don't understand: the software
went fine for four or five days, and *then* the error happens. Even a
reboot doesn't change.

The hardware is an SGI Indy without graphics board, R4600 200MHz 256MB.

-- 
Von allen Dingen, die mir verloren gegangen,
hab ich am meisten an meinem Verstand gehangen.


Re: tor libevent1 dependencies problem

2006-09-14 Thread gabrix




Peter Palfrader wrote:

  On Thu, 14 Sep 2006, gabrix wrote:

  
  
I have a debian 2.6 stable on 1 pc i can't install tor because an unmet
depencie that's the error:

  
  
There is no debian 2.6.

  
  

  The following packages have unmet dependencies:
  tor: Depends: libevent1 (= 1.1a) but 1.0b-1.1 is to be installed
E: Broken packages
  

My sources.list has tor stable fonts


  deb http://mirror.noreply.org/pub/tor sarge main
deb-src http://mirror.noreply.org/pub/tor sarge main
  

How can i fix this ?

  
  
First of all you should get a new keyboard.  Yours seems to have a
broken ? key.

Secondly, what does "apt-cache policy libevent1" say?

Peter

  

Offcourse is a 3.1! 2.6 maybe might be as last chance ... the kernel
version ?()(WHOKNOWS?)MISTERY!
[EMAIL PROTECTED]:~# apt-cache policy libevent1
libevent1:
  Installato: 1.1a-1~sarge.1
  Candidato: 1.1a-1~sarge.1
  Tabella Versione:
 *** 1.1a-1~sarge.1 0
    500 http://mirror.noreply.org sarge/main Packages
    100 /var/lib/dpkg/status
 1.0b-1.1 0
    500 http://debian.fastweb.it stable/main Packages
Yo!






Re: tor libevent1 dependencies problem

2006-09-14 Thread gabrix




Peter Palfrader wrote:

  On Thu, 14 Sep 2006, gabrix wrote:

  
  
I have a debian 2.6 stable on 1 pc i can't install tor because an unmet
depencie that's the error:

  
  
There is no debian 2.6.

  
  

  The following packages have unmet dependencies:
  tor: Depends: libevent1 (= 1.1a) but 1.0b-1.1 is to be installed
E: Broken packages
  

My sources.list has tor stable fonts


  deb http://mirror.noreply.org/pub/tor sarge main
deb-src http://mirror.noreply.org/pub/tor sarge main
  

How can i fix this ?

  
  
First of all you should get a new keyboard.  Yours seems to have a
broken ? key.

Secondly, what does "apt-cache policy libevent1" say?

Peter

  

That's the right one:
[EMAIL PROTECTED]:~# apt-cache policy libevent1
libevent1:
  Installed: (none)
  Candidate: 1.0b-1.1
  Version Table:
 1.1a-1~sarge.1 0
    500 http://mirror.noreply.org sarge/main Packages
    500 http://mirror.noreply.org experimental-0.1.2.x-sarge/main
Packages
 1.0b-1.1 0
   1000 http://debian.fastweb.it stable/main Packages





make win 2003 server use my tor server - newbie question

2006-09-14 Thread Shava Ghost
found the faq that addresses the tor server side, but it doesnt address the 
client side.


here's the scenerio:
i have a working tor server :)

i want my windows 2003 server machine (differant box) to use the tor server.
(i'll call this one my 'client')

i edited my torrc file to add 'SocksListenAddress 192.168.1.99:9100'
which is the ip of my tor server.
(cable modem - router w/firewall - tor server)

so, i think i told tor to listen on interface 192.168.1.99 on port 9100.

on my client, i launch ie, then click ToolsInternet OptionsConnectionsLan 
Settings.

in the Proxy Server frame, i click Advanced.

i'm not sure what to put in the other protocols,
but i enter 192.168.1.99 with port 9100 in the socks textboxes.

cant reach the internet at all now...

what am i doing wrong?

_
Get real-time traffic reports with Windows Live Local Search  
http://local.live.com/default.aspx?v=2cp=42.336065~-109.392273style=rlvl=4scene=3712634trfc=1