Re: Where do sshd write?

2007-02-06 Thread Jules Colding
On Mon, 2007-02-05 at 16:01 +0100, mickey wrote: On Mon, Feb 05, 2007 at 01:31:30PM +0100, Miod Vallat wrote: The problem is that when I attempt to ssh to the box then the connection is dropped immediately after having been authenticated. So sshd must attempt to write to some file on the

Re: Where do sshd write?

2007-02-06 Thread Jules Colding
On Mon, 2007-02-05 at 08:00 -0600, Ryan Corder wrote: On Mon, 2007-02-05 at 12:19 +0100, Jules Colding wrote: The problem is that when I attempt to ssh to the box then the connection is dropped immediately after having been authenticated. So sshd must attempt to write to some file on the

Re: 4.0 stable FTP client not working

2007-02-06 Thread Joachim Schipper
On Tue, Feb 06, 2007 at 03:55:32PM +1100, Richard Thornton wrote: Hi I have a PC that I recently installed OpenBSD (OpenBSD openbsd.acme.com 4.0 GENERIC.MP#936 i386) on, which is great stuff, only problem I have is ftp does not work? So i try ftp x.x.x.x and I see my PC in my firewall

Re: dump(8) - dvd: best practices?

2007-02-06 Thread Joachim Schipper
On Mon, Feb 05, 2007 at 05:09:09PM -0500, Josh Grosse wrote: I have a small network with a central backup server; backup has been to hard drive, compressed. I have begun experimenting with using dump(8) to split partitions in to manageable units for burning onto DVD+RW. I am posting to

which interface for NAT?

2007-02-06 Thread Mitja
Hello, I have problems configuring NAT. I've built a VPN from router2 to default route. I have access to internet from router2. Now I am stuck with NAT. How should I do NATting? What interface to use? # NETWORK SETUP: 192.168.1.0/24 | | | router 2-[172.16.16.6] --VPN-- [172.16.15.6]-

Re: External 250Gb USB Disk with three FAT32 partitions, device not configured

2007-02-06 Thread Brian A. Seklecki
dmesg output of the disk that runs correctly: umass0 at uhub2 port 2 configuration 1 interface 0 umass0: Cypress Semiconductor USB2.0 Storage Device, rev 2.00/0.01, addr 2 umass0: using SCSI over Bulk-Only sd0 at scsibus1 targ 1 lun 0: ST315323, A, SCSI0 0/direct fixed sd0: 14652MB, 14652

Re: Speedtouch modem and PPPoA

2007-02-06 Thread Brian A. Seklecki
On Mon, 5 Feb 2007, Luca wrote: Hi all, I installed for the first time the Speedtouch 330, compiled the source code (http://speedtouch.sourceforge.net/index.php?/index.en.html), installed the firmware...launched the script...it takes about 10 minutes to bring up the tun0 interface and get a

SSH client (putty) hangs after name/password login

2007-02-06 Thread forums
Hello, Having a problem for some time now on a OBSD 3.8 machine. When I log with SSH (using putty) into the machine from the local network, all works fine... but when I try to login via the internet (outside) with SSH it wont work. I get the logon prompt, give my name+password and then the SSH

Question about syslog-ng

2007-02-06 Thread Phusion
When installing syslog-ng on a OpenBSD 4.0 machine should I start the daemon in /etc/rc.local or /etc/rc.securelevel? Phusion

mk.conf(5) note about ${SKIPDIR}

2007-02-06 Thread Brian A. Seklecki
This entry should probably reflect/note that the space-separated paths should be relative to ${BSDSRCDIR}, e.g.,: SKIPDIR+=lib/libossaudio usr.sbin/httpd games But I'm a realist, and I know examples aren't normal practice, so I'll settle for the note w/o. :} I'll sendbug(1) l8*

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread Brian A. Seklecki
I tried the above (see link) but still it won't work... Does the privsep sshd(8) process spawn on the server? Does that spawn a login shell of the associated user? pstree(8) will show. Also, fire up debugging levels? #LogLevel INFO - DEBUG, DEBUG1, DEBUG3 etc. ~BAS help !

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread forums
Hello Brian, Not quite sure what you mean with pstree...don't know the command and no 'man pstree' on my 3.8 system..? But if i look with ps -x | grep sshd I get the following : # ps -x | grep sshd 5245 ?? Is 0:00.33 /usr/sbin/sshd 18310 ?? Is 0:00.08 sshd: user1 [priv] (sshd)

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread forums
Hello, That was my first guess as well...For that reason I set the option UseDNS NO in the SSHD config file. I would then expect it not to check DNS servers to find the matching hostname. The DNS it uses does know my hostname however, looking into the logs I see my PC name resolved at login time

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread Brian A. Seklecki
Hello Brian, Not quite sure what you mean with pstree...don't know the command and no 'man pstree' on my 3.8 system..? It's in the psmisc/ package Note that I no problems logging into the system while on the local network (doing this via a PC that I remotely manage). When I do a SSH session

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread Brian A. Seklecki
On Tue, 6 Feb 2007, forums wrote: Hello, That was my first guess as well...For that reason I set the option UseDNS NO Yea. When DNS times occur, the login process never completes. In fact, before the prompt appears the timeour occurs. AS

Re: External 250Gb USB Disk with three FAT32 partitions, device not configured

2007-02-06 Thread Angel Sancho
Hi, thanks for your answer Yes, I'm running GENERIC: [EMAIL PROTECTED]:/home/angel $ uname -a OpenBSD notdefined 3.9 GENERIC#617 i386 Really, I don't know why scsibus isn't attaching, can I attach it manually without rebuild the kernel? 2007/2/6, Brian A. Seklecki [EMAIL PROTECTED]: dmesg

Re: Speedtouch modem and PPPoA

2007-02-06 Thread Alessio Cappelli
Hi, a friend of mine has the same modem onto OpenBSD 3.8 GENERIC. It works very well. I can send you in private the configuration files for italian Tele2 internet provider. Ask me if in need. Regards Alessio Cappelli Luca ha scritto: Hi all, I installed for the first time the Speedtouch

Re: dump(8) - dvd: best practices?

2007-02-06 Thread Josh Grosse
On Tue, Feb 06, 2007 at 12:38:02PM +0100, Joachim Schipper wrote: ISTR that there was a piece of software called 'shunt' that would pipe a specified amount of data into certain commands, then close and re-open the pipe. This is basically what split does, but writing to a pipe instead of files.

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread forums
Hello Brian, I thought we eliminated pf(4) as the problem. Technically if you can negotiate a 3-way handshake and establish the TCP socket, MTU should be a non-issue. Yes, well, if I disable pf (pf -d) it still does not work...so, you would say that then it cannot be a PF problem... (pass

NFSv2 write speed

2007-02-06 Thread Antoine Jacoutot
Hi. I've been needing to use amd lately to mount remote NFS exported fs. AFAIK, the automounted support only NFSv2 which would not be an issue if it was not so slow... reading is fine but writing is like 6 to 7 times slower than with NFSv3. The tests were made with a current/macppc NFS client

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread Dag Richards
Brian A. Seklecki wrote: Hello Brian, Not quite sure what you mean with pstree...don't know the command and no 'man pstree' on my 3.8 system..? It's in the psmisc/ package Note that I no problems logging into the system while on the local network (doing this via a PC that I remotely

Re: Dell poweredge sc440 / broadcom bcm5754 / 5787

2007-02-06 Thread Nathan Johnson
It looks like -current fixed your panics, so try boot -c and enable acpi. I'm interrested in knowing if this fixes your problem. But it might not be applicable to you since I couldn't see your dmesg. I enabled acpi on both the january 31st current kernel and the february 6th current kernel

Re: SSH client (putty) hangs after name/password login

2007-02-06 Thread Frank Bax
At 09:03 AM 2/6/07, forums wrote: I get the logon prompt, give my name+password and then the SSH just sits there... Nothing happens anymore...(after a while it times out) http://openbsd.org/faq/faq8.html#RevDNS

[COMM] OpenBSD 3.9 and 4.0 BRU Server Agents Updated

2007-02-06 Thread Tim Jones
Hi Folks, Slightly commercial, but I wanted the OpenBSD team to know that the BRU Server agent daemons for OpenBSD 3.9 and 4.0 x86 32bit and 64bit have been updated. I know a few of you are using BRU Server to backup OpenBSD platforms, so wanted to make sure that you were all aware of

Re: Strange vpn trouble

2007-02-06 Thread Jonathan Whiteman
Actually I am having a similar problem with an entirely different (I think) VPN solution. Pings work for me but tcp/ip *returns* don't work. Sometimes they only fail on the first try, but for some hosts they never respond. Two questions, out of curiosity, is this VPN you've set up

Re: OT: Domain Name Freedom

2007-02-06 Thread prad
On Sat, 3 Feb 2007 14:59:40 -0800 J.C. Roberts [EMAIL PROTECTED] wrote: Both MySpace and GoDaddy picked the wrong person to screw, and now damaging both companies, in fact possibly putting them out of business for their censorship attempts, seems like well deserved retribution. this is an

Re: dump(8) - dvd: best practices?

2007-02-06 Thread Joachim Schipper
On Tue, Feb 06, 2007 at 10:33:31AM -0500, Josh Grosse wrote: On Tue, Feb 06, 2007 at 12:38:02PM +0100, Joachim Schipper wrote: ISTR that there was a piece of software called 'shunt' that would pipe a specified amount of data into certain commands, then close and re-open the pipe. This is

Re: which interface for NAT?

2007-02-06 Thread Joachim Schipper
On Tue, Feb 06, 2007 at 01:07:33PM +0100, Mitja wrote: Hello, I have problems configuring NAT. I've built a VPN from router2 to default route. I have access to internet from router2. Now I am stuck with NAT. How should I do NATting? What interface to use? # NETWORK SETUP:

HTTP URL filtering?

2007-02-06 Thread Xavier Mertens
Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf? something else? Thanks! Xavier

Re: HTTP URL filtering?

2007-02-06 Thread Jonathan Whiteman
Yes, I'd recommend pf. If you've never worked with it before, the PF section of the FAQ is an excellent starting point. http://www.openbsd.org/faq/pf/index.html Xavier Mertens wrote: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs

Re: HTTP URL filtering?

2007-02-06 Thread Craig Skinner
On Tue, Feb 06, 2007 at 10:50:36PM +0100, Xavier Mertens wrote: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf?

Re: HTTP URL filtering?

2007-02-06 Thread Constantine A. Murenin
On 06/02/07, Xavier Mertens [EMAIL PROTECTED] wrote: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf? something else?

Re: HTTP URL filtering?

2007-02-06 Thread Daniel Ouellet
Xavier Mertens wrote: I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf? something else? PF doesn't look at URL content, so can't

Re: interupt mapping

2007-02-06 Thread sinuhe
D. E. Evans wrote: On a Toshiba Satellite a35-s1593, without a PC-card currently plugged in, I get a mapping error for the CardBus (cbb). I intend to purchase a wireless PC-Card (I haven't decided on model yet), and wish to ensure it will work with the

Re: dump(8) - dvd: best practices?

2007-02-06 Thread Josh Grosse
On Tue, Feb 06, 2007 at 09:21:52PM +0100, Joachim Schipper wrote: On Tue, Feb 06, 2007 at 10:33:31AM -0500, Josh Grosse wrote: ...It's not in the ports tree, but I will look into what it can do, if it works for me I will report back, and then port it. :) Always good! Yes, testing of

Re: HTTP URL filtering?

2007-02-06 Thread Karsten McMinn
On 2/6/07, Xavier Mertens [EMAIL PROTECTED] wrote: Hi *, I've a problem with an Apache web server hit by f*cking spammers... I would like to filter some URLs (unused but still used by the bots) *BEFORE* they reach the httpd processes. What could be the best method? pf? something else? I used

ospfd participating in a stub area

2007-02-06 Thread Nigel Roberts
Is it possible to configure an area in ospfd.conf to be a stub area? I have an area where all particpating routers (ciscos) are configured to treat it as a stub ie. router ospf 1234 ... area 1 stub ... There doesn't appear to be a way of setting a similar option in ospfd.conf, so when I start

Re: HTTP URL filtering?

2007-02-06 Thread Jonathan Whiteman
Sorry I should have read the original more carefully before replying. For some reason I thought you wanted to filter by source address. PF is not the way you'd want to go for filtering based on the HTTP GET request. Jonathan Whiteman wrote: Yes, I'd recommend pf. If you've never worked with

Re: which interface for NAT?

2007-02-06 Thread Mitja
Joachim Schipper wrote: On Tue, Feb 06, 2007 at 01:07:33PM +0100, Mitja wrote: Hello, I have problems configuring NAT. I've built a VPN from router2 to default route. I have access to internet from router2. Now I am stuck with NAT. How should I do NATting? What interface to use? # NETWORK

Re: dump(8) - dvd: best practices?

2007-02-06 Thread Josh Grosse
On Tue, Feb 06, 2007 at 06:24:38PM -0500, I wrote: I have completed tests with small files, and am now running a test w/ 8GB or so of data. It works, using shunt/flyisofs. I will be making offsite backups much much more than I will be restoring them, and this is fairly easy: shunt

Re: ospfd participating in a stub area

2007-02-06 Thread Lars Hansson
Nigel Roberts wrote: Is it possible to configure an area in ospfd.conf to be a stub area? Yes, use the passive option. It's in the ospfd.conf man page. --- Lars Hansson

Re: ospfd participating in a stub area

2007-02-06 Thread Nick Davey
The passive keyword will advertise a network as a stub area, however as the interface is passive it cannot form a neighbor relationship with any other router in that area, or on that interface. From the man pages it would appear there is no way to specify an area as stub however Claudio or

Decent 2d performance with ATI FireGL 5200?

2007-02-06 Thread Allan Wind
Is there a way to get decent 2d performance with an ATI FireGL 5200? VESA in 1920x1200 is too slow for me. The ati or radeon drivers give me (EE) No devices detected., and the driver list in /var/log/Xorg.0.log does not show the card. fglrx is not an option either, right? Porting seems under

Re: Question about syslog-ng

2007-02-06 Thread jared r r spiegel
On Tue, Feb 06, 2007 at 08:21:38AM -0600, Phusion wrote: When installing syslog-ng on a OpenBSD 4.0 machine should I start the daemon in /etc/rc.local or /etc/rc.securelevel? taking a peek at /etc/rc, the base syslogd is started unconditionally before even rc.securelevel is sourced. it