Re: perl -MCPAN checksum mismatch on anything

2005-06-24 Thread Uwe Dippel
On Fri, 24 Jun 2005 20:03:31 -0500, J.D. Bronson wrote: > I too have this same problem. > > Fresh install...no custom anything...just trying to add modules to > perl, and anything tried fails 100% no matter which source I use > (even perl.org). > > Whats going on? - anyone have any further ins

Re: External, USB hard drives

2005-06-24 Thread Tobias Weingartner
On Friday, June 24, Steven Bowers wrote: > > Any comments on the Buslink drives? I found a site selling both 1.1 > and 2.0 drives for a some-what reasonable price. Seems like all the > USB 2.0 stuff is 120GB or greater and $100 and up. Since I'm primarily > backing up about 1MB of data I'm not sur

Re: External, USB hard drives

2005-06-24 Thread Steven Bowers
Any comments on the Buslink drives? I found a site selling both 1.1 and 2.0 drives for a some-what reasonable price. Seems like all the USB 2.0 stuff is 120GB or greater and $100 and up. Since I'm primarily backing up about 1MB of data I'm not sure I need that much capacity Any suggestions on somet

Re: perl -MCPAN checksum mismatch on anything

2005-06-24 Thread J.D. Bronson
I too have this same problem. Fresh install...no custom anything...just trying to add modules to perl, and anything tried fails 100% no matter which source I use (even perl.org). Whats going on? - anyone have any further insight on this? -- J.D. Bronson Information Services - Telecom A

Re: External, USB hard drives

2005-06-24 Thread Jon Drews
On 6/23/05, Steven Bowers <[EMAIL PROTECTED]> wrote: > I'd like to attach an external USB hard drive to my 3.7 machine so > that I can back various files on a scheduled basis. Not having used a > USB drive before thought I would ask here about them first. I am using a Seagate 80 GB USB 2.0 hard

Re: package installation fatal error

2005-06-24 Thread Mr.Slippery
Qv6 ([EMAIL PROTECTED]) dixit: > Folks: > > Brand new to openbsd. Brand new to *nix too? > #PKG_PATH=ftp://ftp.openbsd.org/pub/OPENBSD/3.7/packages/i386/ (...) > ftp://ftp.openbsd.org/pub/OPENBSD/3.7/packages/i386/snort-2.1.2.tgz The issue is that OpenBSD is not the same as OPENBSD. -- |---

Norton Antivirus ha riscontrato un virus in una mail da Lei inviata

2005-06-24 Thread sandbox%ONE
Il sistema automatico ha rilevato un virus. Contattare l'amministratore di sistema. ___ Servizio gestito da Padova Ricerche S.c.p.A. Galleria Spagna, 28 35127 Padova [EMAIL PROTECTED] The scanned document was QUARANTINED. Virus Information: The attachment documento.p

Re: package installation fatal error

2005-06-24 Thread Qv6
Thanks all! > s/OPENBSD/OpenBSD/

Re: package installation fatal error

2005-06-24 Thread J. Lievisse Adriaanse
Could you show us the output of "env" for both shells? Jasper On Fri, 24 Jun 2005 09:23:58 -0500 Qv6 <[EMAIL PROTECTED]> wrote: > Folks: > > Brand new to openbsd. > > Just installed obsd without any of the X sets, game*, or bsd.mp > installed, on an intel pc. Every seems to be on the up and

Re: package installation fatal error

2005-06-24 Thread Dimitri Georganas
Qv6 wrote: Folks: Brand new to openbsd. Just installed obsd without any of the X sets, game*, or bsd.mp installed, on an intel pc. Every seems to be on the up and up except that installing packges gives a fatal error, and there is nothing in the log files to tell me anything about this part

Crypto SO Keys

2005-06-24 Thread Roy Morris
I have read through the mail archives but I didn't really find a good answer to the question. Hopefully it's not just my inability to read! I would like to have a 'security officer' type key, that is required at start up for encryption. I know crypto cards I have used in the past provided this fu

Re: package installation fatal error

2005-06-24 Thread Qv6
On Friday 24 June 2005 09:23 am, Qv6 wrote: > Folks: > > > Here are the steps I took: > > #PKG_PATH=ftp://ftp.openbsd.org/pub/OPENBSD/3.7/packages/i386/ > #export PKG_PATH > # Never mind folks. I found out the cause: PKG_PATH was not properly defined. here is the original PKG_PATH definition

package installation fatal error

2005-06-24 Thread Qv6
Folks: Brand new to openbsd. Just installed obsd without any of the X sets, game*, or bsd.mp installed, on an intel pc. Every seems to be on the up and up except that installing packges gives a fatal error, and there is nothing in the log files to tell me anything about this particular error.

Disappearead packets (another problem)

2005-06-24 Thread Paolo Perrucci
It seems that today it's not a good day... I have a pop3 server in the LAN protected by the firewalls and today some users reported that they can't connect to the server. Debugging the problem with one of this user I noticed that sometimes the user syn packets doesn't reach the internal server

Re: External, USB hard drives

2005-06-24 Thread L. V. Lammert
On Fri, 24 Jun 2005 [EMAIL PROTECTED] wrote: > Quoting Steven Bowers <[EMAIL PROTECTED]>: > > > speaking are they all compatible? Are there specific brands/models to > > stay away from? > Most USB2.0 drive 'bays' will work, however be aware: Many of the drive 'bays' apparently only work with a DO

Per User Bandwidth Question -- PF.

2005-06-24 Thread Lou Goddard
Greetings, Is this a good design? Am I way off track; does a better method exist? I need to limit upload and download speeds of 1,000 hosts individually. Each host shall have it's own dedicated queue with an arbitrary bandwidth limit. The machine performing the traffic shaping shall be a mult

Re: inetd and netstat with parameters

2005-06-24 Thread Camiel Dobbelaar
netstat is already taken. [EMAIL PROTECTED] $ grep netstat /etc/services netstat 15/tcp On Fri, 24 Jun 2005, Karl-Heinz Wild wrote: > I try the following > > /etc/services > > netstat /tcp > > /etc/inetd > > netstat stream tcp nowait

Re: inetd and netstat with parameters

2005-06-24 Thread Otto Moerbeek
On Fri, 24 Jun 2005, Karl-Heinz Wild wrote: > I try the following > > /etc/services > > netstat /tcp That's a duplicate entry. There's already a service called netstat on port 13. Try another name and it'll work. -Otto > > /etc/inetd > > netstat stream tcp nowait root

Re: inetd and netstat with parameters

2005-06-24 Thread Karl-Heinz Wild
On 24.06.2005, at 13:36, Marius Van Deventer - Umzimkulu wrote: I am not sure I understand correctly, are you trying to set up netcat (nc)? No. I try to setup a service I then try to connect with nc or another tool. netstat stream tcp nowait root /usr/bin/netstat netstat -natafinet this li

Re: HA firewall

2005-06-24 Thread Paolo Perrucci
Activating pf debug (set debug urgent=misc) I saw in the master fw a lot of messages like this (10/sec) Jun 24 13:38:32 ip-11-52 /bsd: pfsync: ignoring stale update (3) id: 42bae8be000a3882 creatorid: 21b58ce2 Jun 24 13:38:32 ip-11-52 /bsd: pf: state insert failed: tree_lan_ext lan: 62.94.11.4

Re: inetd and netstat with parameters

2005-06-24 Thread Marius Van Deventer - Umzimkulu
I am not sure I understand correctly, are you trying to set up netcat (nc)? > -Original Message- > From: Karl-Heinz Wild [mailto:[EMAIL PROTECTED] > Sent: 24 June 2005 12:58 PM > To: misc@openbsd.org > Subject: inetd and netstat with parameters > > > I try the following > > /etc/ser

inetd and netstat with parameters

2005-06-24 Thread Karl-Heinz Wild
I try the following /etc/services netstat /tcp /etc/inetd netstat stream tcp nowait root/usr/bin/netstat netstat - natafinet $ nc localhost but I can get any result. then i tried starting inetd -d to get some infos where the problem could be, but no result. My questio

Re: HA firewall

2005-06-24 Thread Paolo Perrucci
Ok, I replaced syncif with syncdev on both fws. Waiting for the next panic... Thanks Paolo Rogier Krieger ha scritto: On 6/24/05, Paolo Perrucci <[EMAIL PROTECTED]> wrote: hostname.pfsync0: up syncif rl0 To start with small steps: how about replacing syncif with syncdev for the hostname.p

Re: HA firewall

2005-06-24 Thread Rogier Krieger
On 6/24/05, Paolo Perrucci <[EMAIL PROTECTED]> wrote: > hostname.pfsync0: up syncif rl0 To start with small steps: how about replacing syncif with syncdev for the hostname.pfsync0 files? IIRC, syncif is deprecated as of 3.7. For more info, see ifconfig(8). Cheers, Rogier -- If you don't know w

Re: HA firewall

2005-06-24 Thread Paolo Perrucci
Hi all, following there are others usefull infos about my configuration. I hope these helps to debug the issue. Paolo === Architecture xl0WAN xl0 | | | | |-| rl0|-| | FW1 || FW2 | |-|r

Re: External, USB hard drives

2005-06-24 Thread shanejp
Quoting Steven Bowers <[EMAIL PROTECTED]>: > speaking are they all compatible? Are there specific brands/models to > stay away from? I have a USB2/Firewire combo unit based on the Prolific PL-3507 chipset. It is problematic and doing a search for it with Google finds that many other people have d