Dealing with Seagate's problematic 7200.11 firmware.

2009-01-23 Thread Dieter
Recovering from Seagate's problematic 7200.11 firmware. Most of you have read about the problems with Seagate's 7200.11 disks. For those of you that haven't, the firmware on many of these drives is buggy, and can "brick" the drive when powering up or rebooting the system. Thus far, Seagate's res

Re: Cannot FTP to ftp.openbsd.org

2009-01-23 Thread Parvinder Bhasin
Thanks for the response Stuart. You maybe right there as , I setup another box (different network - same os (obsd)) but saw slowness only on one and not the other. Also weird thing was as the slowness was only it getting back the user prompt. After that login and file transfers were all

Re: Apache file upload

2009-01-23 Thread Nick Holland
pcnico...@freesurf.fr wrote: > Hi > > I need a very simple web page to upload files on my Apache web server. > I found some cgi script like this one > http://www.raditha.com/megaupload/ but I always face "internal server > error" message. > > Did anyone done some like that ? I had an applica

Re: Cannot FTP to ftp.openbsd.org

2009-01-23 Thread Stuart Henderson
On 2009-01-23, Parvinder Bhasin wrote: > Never mind this email...it turns out the server was REALY slow in > responding and I was impatient (i guess). not sure about this particular occasion, but delays at that point are often caused by broken reverse dns for the client's IP address.

Re: Cannot FTP to ftp.openbsd.org

2009-01-23 Thread Parvinder Bhasin
Never mind this email...it turns out the server was REALY slow in responding and I was impatient (i guess). Thx. On Jan 23, 2009, at 3:58 PM, Parvinder Bhasin wrote: Cannot ftp to ftp.openbsd.org from my openbsd machine. This is not in front of firewall , this machine is actually connec

Cannot FTP to ftp.openbsd.org

2009-01-23 Thread Parvinder Bhasin
Cannot ftp to ftp.openbsd.org from my openbsd machine. This is not in front of firewall , this machine is actually connected to the internet directly. Here is where it stops: ftp> open ftp.openbsd.org Connected to openbsd.sunsite.ualberta.ca. If I try to ftp to some other ftp site, they a

Re: Router ping one way only

2009-01-23 Thread Andres Genovez
2009/1/23 duxbuz > Made some progress, in fact probably a school boy error, the 172.16.0.6 > vista > machine uses wireless. I placed a wired maching on 172.16.0.0/24 and one > on > 192.168.0.0/24 subnets and they can communicate via ping. Phew. > > But it seems 192168.0.0/24 subnet gets no dns re

Re: Router ping one way only

2009-01-23 Thread duxbuz
Made some progress, in fact probably a school boy error, the 172.16.0.6 vista machine uses wireless. I placed a wired maching on 172.16.0.0/24 and one on 192.168.0.0/24 subnets and they can communicate via ping. Phew. But it seems 192168.0.0/24 subnet gets no dns resolved, it has dns settings for

Re: Router ping one way only

2009-01-23 Thread duxbuz
Sorry, ip 172.16.0.6 is the address of the vista machine on otherside of router. I will post the results of the pupil-laptop pinging the server: pu...@pupil-laptop:~$ sudo tcpdump -i eth0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10M

Promiscuous interfaces forward multicast packets

2009-01-23 Thread (private) HKS
The short version: -- When an interface is put into promiscuous mode, inbound multicast traffic is forwarded according to the host's routing table regardless of net.inet.ip.mforwarding. Details: -- gw1 has vr0 (external) and vr1 (internal) gw2 has em0 (external) and em1 (internal) vr0 and em0 pl

Re: ftp-proxy on a nat firewall

2009-01-23 Thread (private) HKS
On Fri, Jan 23, 2009 at 8:49 AM, Daniel A. Ramaley wrote: > I've gotten a couple of off-list replies with suggestions to try. I > greatly appreciate any ideas, but still have not had any luck so far. > I've trimmed my ruleset and adjust some of it to be more permissive. > Any ideas as to why ftp-p

Re: SSH and ProxyCommand (was Re: rdr and authpf)

2009-01-23 Thread Lars Noodén
Lars Nooden wrote: > >> +--E > >> | > >> AB--+--C > >> | > >> +--D Juan Miscaro wrote: > Host B > HostName host-B > User user-B > IdentityFile key-B > > Host C > HostName host-C > User user-C > IdentityFile key-C > ProxyCommand ssh B nc %h %p Ye

[NEWS] January 23rd, 2009 I want to network with you

2009-01-23 Thread Mr. Vasquez
AboutMusic, LLC PRESS RELEASEJanuary 23rd, 2009 For Immediate Release Contact:AboutMusic, LLCSat36oSun26oMon26oTue30oWed34oThu36oFri37oJanuary 23rd, 2009 Thank you for reading ournewsletter  If you are looking to be part o f this newsletter orneed a graphic/web designer email: desi.

SSH cipher preference change (was: Re: CVS: cvs.openbsd.org: src)

2009-01-23 Thread Christian Weisgerber
Damien Miller wrote: > Modified files: > usr.bin/ssh: myproposal.h > > Log message: > prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC > modes; ok markus@ This means that ssh's default cipher will no longer profit from hifn(4) or glxsb(4) acceleration. People relyi

Default with ripd

2009-01-23 Thread Steven Surdock
Greetings, I'm trying to get ripd to announce a default route, but it seems to not want to send any routes. I suspect the error is related to the "error sending packet on interface fxp1: Host is down" message. Here is some debug info. Any pointers would be appreciated. Thanks. r...@pwbgp# /usr/

Re: Find - Sillyness

2009-01-23 Thread Morris, Roy
This worked! You da man! thanks much. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org]on Behalf Of Daniel A. Ramaley Sent: Friday, January 23, 2009 9:56 AM To: misc@openbsd.org Subject: Re: Find - Sillyness On Friday January 23 2009 08:07, you wrote: >I am

Re: Find - Sillyness

2009-01-23 Thread Lyndon Nerenberg
spider:/var/logtransfer/dc-fw1# find . -name pflog.*.gz -exec zcat {} | tcpdump -entttv -r - \; find: -exec: no terminating ";" Find -exec invokes the command directly using exec(2). There's no shell underlying the command, so pipes are out (even if you had correctly escaped the '|'). The e

Re: Find - Sillyness

2009-01-23 Thread Daniel A. Ramaley
On Friday January 23 2009 08:07, you wrote: >I am sure it's got something to do with the way I am quoting but it's >not making a lot of sense at this point. > >Here is the actual command I am trying to run and it's error >output. > >spider:/var/logtransfer/dc-fw1# find . -name pflog.*.gz -exec zcat

Re: Find - Sillyness

2009-01-23 Thread Morris, Roy
Ok, I tried both and neither worked. Same error doh! -Original Message- From: Nick Bender [mailto:nben...@gmail.com] Sent: Friday, January 23, 2009 9:21 AM To: Morris, Roy Cc: misc@openbsd.org Subject: Re: Find - Sillyness On Fri, Jan 23, 2009 at 9:07 AM, Morris, Roy wrote: > Here is t

Re: Find - Sillyness

2009-01-23 Thread Nick Bender
On Fri, Jan 23, 2009 at 9:07 AM, Morris, Roy wrote: > Here is the actual command I am trying to run and it's error > output. > > spider:/var/logtransfer/dc-fw1# find . -name pflog.*.gz -exec zcat {} | > tcpdump -entttv -r - \; > find: -exec: no terminating ";" > tcpdump: fread: Invalid argument >

Re: Find - Sillyness

2009-01-23 Thread Morris, Roy
Thanks for the help, however I must still be in stupid mode doh! the original command works but as soon as I add the rest of the command it dies. Basically what I am trying to do is go through three years worth of pflogs in gzip format and grep for a part of an ip address. It works on a command lin

Re: ftp-proxy on a nat firewall

2009-01-23 Thread Daniel A. Ramaley
I've gotten a couple of off-list replies with suggestions to try. I greatly appreciate any ideas, but still have not had any luck so far. I've trimmed my ruleset and adjust some of it to be more permissive. Any ideas as to why ftp-proxy still doesn't work? ext_if = "vr0" int_if = "fxp0" icmp

Re: Accessing PostgreSQL using LedgerSMB with chrooted Apache

2009-01-23 Thread Chris Bennett
Markus Hennecke wrote: On Thu, 22 Jan 2009, Aaron Poffenberger wrote: You might try connecting via tcp/ip rather than Unix sockets. I haven't used LedgerSMB but I do use phpPgAdmin under chrooted Apache over tcp/ip. (Same thing with phpMysqlAdmin.) I tried getting phpMysqlAdmin to run over U

Re: Router ping one way only

2009-01-23 Thread Christiano Farina Haesbaert
On 22/01/2009, at 07:11, duxbuz wrote: Still no joy with this issue. I was asked to try: Try this, . Go the the ubuntu machine (network 192...) and listen to icmp packets in the interface connected to the >172... network. Then get a machine from network 172... and try to ping it. You d

cyrix 6x86 cpu owners wanted

2009-01-23 Thread Alexander Yurchenko
if you have a machine with the following line in dmesg: cpu0: xchg bug workaround performed please contact me off-list. -- Alexander Yurchenko

Re: hoststated on OpenBSD

2009-01-23 Thread Gilles Chehade
Janne Johansson a icrit : Pierre-Yves Ritschard wrote: * Beavis (pfu...@gmail.com) wrote: I would like to ask some folks here regarding hoststated is it still available for OpenBSD? hoststated is now called relayd, after being called hostated. I think we should name it 'The daemon forme

Re: hoststated on OpenBSD

2009-01-23 Thread Janne Johansson
Pierre-Yves Ritschard wrote: * Beavis (pfu...@gmail.com) wrote: I would like to ask some folks here regarding hoststated is it still available for OpenBSD? hoststated is now called relayd, after being called hostated. I think we should name it 'The daemon formerly known as hoststated'

Re: hoststated on OpenBSD

2009-01-23 Thread Pierre-Yves Ritschard
* Beavis (pfu...@gmail.com) wrote: > Greetings List, > >I would like to ask some folks here regarding hoststated is it > still available for OpenBSD? All i got through google is > http://cvs.openbsd.org/papers/eurobsdcon07/pyr-loadbalancing/ > > I'm looking for a tool that would be able me to