Re: arpresolve: can't allocate llinfo

2007-02-08 Thread Otto Moerbeek
On Thu, 8 Feb 2007, Cory Albrecht wrote: > Hello all, > > This is becoming rather frustrating, and I'm hoping somebody can help me. > > Every so often my OpenBSD stops routing packets and dmesg fills up with > "arpresolve: can't allocate llinfo". Before I go any further, let me > illustrate my n

Nagios plugin exit code not being read ?

2007-02-08 Thread Allie Daneman
This is a weird one and I'm not even sure if it's a nagios issue or something else.. I'm running an lpq shell script that I found through the nagios exchange and it's not working. I modified the script a little but it exits with the correct exit code as per nagios docs but nagios doesn't see it.

Re: Sun Fire X2100 M2

2007-02-08 Thread Edvard Fagerholm
Hi, Thanks for the input about the X2100 M2. This seems to be exactly what I was looking for. I've still got two questions, which is OT regarding OpenBSD... On Sun's webpages you'll only find options for a 250GB and 500GB SATA drive. Their manual also states that the M2 only supports drives of 2

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread Lars Hansson
[EMAIL PROTECTED] wrote: And not long ago I wrote to the list that this list *is* nice and people don't get attacked unless they become obnoxious. Please thank you for proving me absolutely wrong. Yeah because there are absolutely never, EVER, in a million years, any harsh replies on any othe

Re: bug(?) with OpenSSH 4.4+ and large DSA ID keys

2007-02-08 Thread Darren Spruell
On 2/8/07, Philip Guenther <[EMAIL PROTECTED]> wrote: My guess is that the one that accepts them is behind on its patches to OpenSSL. So, get rid of that bogus 4096bit DSA key and put a normal 1024bit DSA key or some RSA key in its place. FWiW, ssh-keygen(1) documents: -b bits Sp

Re: bug(?) with OpenSSH 4.4+ and large DSA ID keys

2007-02-08 Thread Philip Guenther
On 2/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ... For some reason, three (two OpenBSD/i386 and one OpenBSD/sparc64) of my four identically-configured SSH daemons cough up the above error when I try to authenticate using a big (4096-bit) DSA key from the same OpenSSH 4.2 client. There'

NFS with pf on OpenBSD

2007-02-08 Thread Rodney Hopkins
I want to run a NFS server on OpenBSD with pf enabled and configured only allow the required inbound ports needed to allow NFS mounts to work. The thing is, the only way I've successfully been able to do this is to exclude ports <1024 from being blocked inbound by pf. This is due to the fact

Re: poptop config question

2007-02-08 Thread James Mackinnon
turn off the use remote networks gateway on the clients and that should fix the problems. This must be done on the client because by default, when you use atleast the windows PPTP dialin option, the use default gateway is selected as a default option, thus, when connected via the VPN, everything

arpresolve: can't allocate llinfo

2007-02-08 Thread Cory Albrecht
Hello all, This is becoming rather frustrating, and I'm hoping somebody can help me. Every so often my OpenBSD stops routing packets and dmesg fills up with "arpresolve: can't allocate llinfo". Before I go any further, let me illustrate my network setup. 'Net---ADSL---WRT54G . . . (ral0)Open

umount a device after wrong usage of ccd...

2007-02-08 Thread Sebastian Rother
Hello everybody, I made a misstake during setting up a ccd. One of the HDDs was not unmounted but ccd didn`t told me during using cddconfig. My problem looks like: Script started on Fri Feb 9 01:46:05 2007 # mount /dev/sd0a on / type ffs (local, softdep) /dev/sd0g on /crypto/home type ffs (loca

Re: A little about assembly language

2007-02-08 Thread Marcus Watts
Rico Secada <[EMAIL PROTECTED]> writes: ... > I am brushing up a bit on my assembly language skills, I used to work on MIPS > but are now looking on x86. > > I have a problem choosing between "following" a book using the (as) AT&T > syntax and another using (nasm) Intel syntax. > > I know tha

Re: watch traffic on IPSEC tunnel?

2007-02-08 Thread Tim Pushor
That was it, thank you :) Its been one of those days :) Jason Dixon wrote: On Feb 8, 2007, at 5:15 PM, Tim Pushor wrote: May be a dumb question, but how do I look at traffic going over an IPSEC tunnel, on one of the OpenBSD machines? I've tried tcpdump -i enc0 but get nothing .. The enc0 in

Re: watch traffic on IPSEC tunnel?

2007-02-08 Thread Jason Dixon
On Feb 8, 2007, at 5:15 PM, Tim Pushor wrote: May be a dumb question, but how do I look at traffic going over an IPSEC tunnel, on one of the OpenBSD machines? I've tried tcpdump -i enc0 but get nothing .. The enc0 interface is down by default. Try bringing it up first ("ifconfig enc0 up"

Re: watch traffic on IPSEC tunnel?

2007-02-08 Thread Dag Richards
Tim Pushor wrote: May be a dumb question, but how do I look at traffic going over an IPSEC tunnel, on one of the OpenBSD machines? I've tried tcpdump -i enc0 but get nothing .. That is exactly what you do. Remember you can not use filters on it, no tcpdump -i enc0 host wakkawakka if plain

Re: Multiple XDM Displays

2007-02-08 Thread Seth Hanford
Seth Hanford wrote: > Hi, > > It looks like this used to be possible with 3.4 > (http://undeadly.org/cgi?action=article&sid=20040315100725&mode=expanded), > but I can't find where these configs live in the CVS tree to check out > the changes. Any pointers to those, or config changes I've missed, wo

Re: poptop config question

2007-02-08 Thread James Mackinnon
Brian, if using windows PPTP setup, remove the Use remote networks gateway checkmark so that everything you do doesn't go through the Poptop box including web. You will however require the use remote network gateway if the side you are connecting has multiple networks routed in other locations

Re: Decent 2d performance with ATI FireGL 5200?

2007-02-08 Thread Allan Wind
On 2007-02-07T22:12:03-0500, [EMAIL PROTECTED] wrote: > On Wed, Feb 07, 2007 at 12:07:16AM -0500, Allan Wind wrote: > > Is there a way to get decent 2d performance with an ATI FireGL 5200? > No its based on the Radeon X1600, it has no 2D acceleration core at all, > and of course ATI does not releas

watch traffic on IPSEC tunnel?

2007-02-08 Thread Tim Pushor
May be a dumb question, but how do I look at traffic going over an IPSEC tunnel, on one of the OpenBSD machines? I've tried tcpdump -i enc0 but get nothing ..

Re: poptop config question

2007-02-08 Thread Bryan Irvine
On 2/8/07, James Mackinnon <[EMAIL PROTECTED]> wrote: Brian, if using windows PPTP setup, remove the Use remote networks gateway checkmark so that everything you do doesn't go through the Poptop box including web. I've tested using the windows vpn setup and the mac os x. Same problem. You wi

A little about assembly language

2007-02-08 Thread Rico Secada
Hi, I am brushing up a bit on my assembly language skills, I used to work on MIPS but are now looking on x86. I have a problem choosing between "following" a book using the (as) AT&T syntax and another using (nasm) Intel syntax. I know that this isn't directly OpenBSD related but I would ap

Re: Dummy Interface In OpenBGPd

2007-02-08 Thread Stuart Henderson
On 2007/02/08 14:10, Dan Farrell wrote: > - You likely want to use the lo0 interface for this (although I suppose > lo1 will suffice, but lo0 is the 'standard' loopback address (don't beat > me up about my use of the word 'standard')) lo1 makes redistributing into OSPF simpler, as per Claudio's ex

poptop config question

2007-02-08 Thread Bryan Irvine
I've installed poptop from ports and have configured it mostly correct. I can authenticate and connect, but then I lose the ability to browse the internet, and cannot ping the ip address that it shows I've been assigned. Can you see anything I'm missing? pptpd.conf: /etc/ppp/ppp.conf bcrelay rl

Re: dhclient-script

2007-02-08 Thread Otto Moerbeek
On Thu, 8 Feb 2007, [EMAIL PROTECTED] wrote: > Nick Holland had mentioned in one of his e-mails that by "changing two lines" > of the dhclient-script, he could prevent the 'resolv.conf' file from being > over-written by his ISP. > > This is how I want my 'resolv.conf' looks like :- > domain my-

bug(?) with OpenSSH 4.4+ and large DSA ID keys

2007-02-08 Thread downtime
Please pardon me if this is the wrong place, or operator error/ retardation is involved. This has also gone to the OpenSSH list @mindrot.org, but the mail server there is refusing inbound mails, so I'm posting here too. Any help is sincerely appreciated. fatal: mm_request_receive_expect: r

Re: dhclient-script

2007-02-08 Thread alexyklee
Nick Holland had mentioned in one of his e-mails that by "changing two lines" of the dhclient-script, he could prevent the 'resolv.conf' file from being over-written by his ISP. This is how I want my 'resolv.conf' looks like :- domain my-domain-name.com nameserver 127.0.0.1 lookup file bind I d

Re: severe disklabel problems (with Symbios Logic MegaRAID SATA 4x/8x) in currrent i386

2007-02-08 Thread Didier Wiroth
> On i386 (and some other platforms as well) NEVER create a partition > starting at offset zero. Start with fdisk -i, and then use disklabel. > You see it'll skip some sectors. > See http://www.openbsd.org/faq/faq4.html#trackoffset > > -Otto Damn it I've never noticed this ... Than

severe disklabel problems (with Symbios Logic MegaRAID SATA 4x/8x) in currrent i386

2007-02-08 Thread Didier Wiroth
Hello, I'm not a computer expert, so I will try to explain it as best as possible. Here some details: I'm using i386 current. I've a LSI Megaraid 8x controller on which 3 physical drives are connected. >From these 3 physical drives I have configured 3 logical drives: $ sudo bioctl ami0 Volume S

Re: severe disklabel problems (with Symbios Logic MegaRAID SATA 4x/8x) in currrent i386

2007-02-08 Thread Otto Moerbeek
On Thu, 8 Feb 2007, Didier Wiroth wrote: > Hello, > I'm not a computer expert, so I will try to explain it as best as possible. > Here some details: > > I'm using i386 current. > > I've a LSI Megaraid 8x controller on which 3 physical drives are connected. > >From these 3 physical drives I hav

severe disklabel problems (with Symbios Logic MegaRAID SATA 4x/8x) in currrent i386

2007-02-08 Thread Didier Wiroth
Hello, I'm not a computer expert, so I will try to explain it as best as possible. Here some details: I'm using i386 current. I've a LSI Megaraid 8x controller on which 3 physical drives are connected. >From these 3 physical drives I have configured 3 logical drives: $ sudo bioctl ami0 Volume

Re: Dummy Interface In OpenBGPd

2007-02-08 Thread Dan Farrell
- You likely want to use the lo0 interface for this (although I suppose lo1 will suffice, but lo0 is the 'standard' loopback address (don't beat me up about my use of the word 'standard')) - Stop using the term 'dummy' in reference to any interface. There is no such thing. You are referring to the

Re: [offtopic] Fiery X2-W Raster Image Processor

2007-02-08 Thread Jason LaRiviere
Nickolay A. Burkov wrote: > My question is: Anyway, what is it? :) Fiery is a brand of RIP, as you mentioned. The one you describe probably drove a Xerox colour printer/copier in the mid to late nineties. For a time, they were built by sgi, so the mips makes sense. Some had cool little lcd screen

archive-index

2007-02-08 Thread Wim Wauters
archive-index

Re: Adding /dev/sd5?

2007-02-08 Thread Jeff Ross
A bunch of you wrote: On Thu, Feb 08, 2007 at 09:33:27AM -0700, Jeff Ross wrote: [EMAIL PROTECTED]:/home/jross $ sudo fdisk -i sd5 Password: fdisk: sd5: No such file or directory sudo sh /dev/MAKEDEV sd5 !DSPAM:45cb6947220471234514069! Thanks to all who replied! Jeff

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread chefren
On 2/8/07 5:59 PM, mickey wrote: On Thu, Feb 08, 2007 at 05:26:01PM +0100, chefren wrote: On 2/8/07 5:04 PM, mickey wrote: On Thu, Feb 08, 2007 at 04:27:21PM +0100, chefren wrote: On 2/8/07 4:13 PM, mickey wrote: On Thu, Feb 08, 2007 at 03:22:21PM +0100, chefren wrote: On 2/8/07 3:09 PM, mic

Re: Adding /dev/sd5?

2007-02-08 Thread jared r r spiegel
On Thu, Feb 08, 2007 at 09:33:27AM -0700, Jeff Ross wrote: > > Any gotchas on adding the other sd device? Should this be something > that is added to MAKEDEV? gotcha wise, if you MAKEDEV a pseudo device beyond a count that is allocated in kernel config, that's probably bad. ( eg, trying

Re: Adding /dev/sd5?

2007-02-08 Thread jared r r spiegel
On Thu, Feb 08, 2007 at 09:33:27AM -0700, Jeff Ross wrote: > > [EMAIL PROTECTED]:/home/jross $ sudo fdisk -i sd5 > Password: > fdisk: sd5: No such file or directory sudo sh /dev/MAKEDEV sd5

Re: Adding /dev/sd5?

2007-02-08 Thread Nickolay A. Burkov
On Thu, Feb 08, 2007 at 09:33:27AM -0700, Jeff Ross wrote: > Hi, > > I got to add 2 more hard drives to a server I manage (dmesg below) > > sd4 showed up no problem, but /dev/sd5 doesn't exist. > > [EMAIL PROTECTED]:/home/jross $ sudo fdisk -i sd5 > Password: > fdisk: sd5: No such file or direct

Re: Adding /dev/sd5?

2007-02-08 Thread Mike Erdely
Jeff Ross wrote: Any gotchas on adding the other sd device? Should this be something that is added to MAKEDEV? While there is no real sd5 on my machine and I didn't check beforehand to see if sd5 existed, this worked for me: cd /dev; ./MAKEDEV sd5 -ME

Re: Adding /dev/sd5?

2007-02-08 Thread Peter Hessler
cd /dev; sh ./MAKEDEV sd5 sd0 - sd4 are created by the installer, others need to be created by you. On 2007 Feb 08 (Thu) at 09:33:27 -0700 (-0700), Jeff Ross wrote: :Hi, : :I got to add 2 more hard drives to a server I manage (dmesg below) : :sd4 showed up no problem, but /dev/sd5 doesn't exist.

Multiple XDM Displays

2007-02-08 Thread Seth Hanford
Hi, Hoping you can provide some additional hints for me. I'm trying to get XDM to loosely emulate Windows XP Fast User Switching, to the extent that my wife and I can each have a graphical desktop session open concurrently, but switch back and forth. Usually, one of us will be using e-mail & a bro

Re: Failed installation on HP ProLiant ML110 G4 (with dmesg)

2007-02-08 Thread Ron Oliver
On 2/7/07, joshua stein <[EMAIL PROTECTED]> wrote: > I first tried this with the PS/2 keyboard that came with the unit, but > it was unresponsive by the time I got to a prompt, hence the MS > Natural Pro plugged in. can you try booting a snapshot to see if the keyboard works with recent changes

Adding /dev/sd5?

2007-02-08 Thread Jeff Ross
Hi, I got to add 2 more hard drives to a server I manage (dmesg below) sd4 showed up no problem, but /dev/sd5 doesn't exist. [EMAIL PROTECTED]:/home/jross $ sudo fdisk -i sd5 Password: fdisk: sd5: No such file or directory Any gotchas on adding the other sd device? Should this be something t

[offtopic] Fiery X2-W Raster Image Processor

2007-02-08 Thread Nickolay A. Burkov
Hello, misc@ I work in the print company. Recently, while cleaning out attic I've found interesting machine. Machine labeled "Fiery X2-W" is a hardware raster image processor with 200MHz NEC VR5000 MIPS CPU. At first look, it has PCI 32, PCI 64, USB, pATA and SCSI buses, serial and parallel port

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread mickey
On Thu, Feb 08, 2007 at 04:27:21PM +0100, chefren wrote: > On 2/8/07 4:13 PM, mickey wrote: > >On Thu, Feb 08, 2007 at 03:22:21PM +0100, chefren wrote: > >>On 2/8/07 3:09 PM, mickey wrote: > >>>On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: > hmm, on Thu, Feb 08, 2007 at 02:06

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread chefren
On 2/8/07 4:13 PM, mickey wrote: On Thu, Feb 08, 2007 at 03:22:21PM +0100, chefren wrote: On 2/8/07 3:09 PM, mickey wrote: On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that On Thu, Feb 08, 2007 at 10:13:29AM +0100,

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread mickey
On Thu, Feb 08, 2007 at 10:01:07AM -0500, [EMAIL PROTECTED] wrote: > On Thu, 8 Feb 2007 15:09:10 +0100, "mickey" <[EMAIL PROTECTED]> said: > > On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: > > > hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that > > > > On Thu, Feb 0

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread mickey
On Thu, Feb 08, 2007 at 03:22:21PM +0100, chefren wrote: > On 2/8/07 3:09 PM, mickey wrote: > >On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: > >>hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that > >>>On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: >

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread obsd
On Thu, 8 Feb 2007 15:09:10 +0100, "mickey" <[EMAIL PROTECTED]> said: > On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: > > hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that > > > On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: > > > > hmm, on Tue, Ja

Decent 2d X11 performance with ATI FireGL 5200?

2007-02-08 Thread Allan Wind
Is there a way to get decent 2d X11 performance with an ATI FireGL 5200? VESA in 1920x1200 is too slow for me using no configuration. 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, r

Re: auto-login as a console ordinary user

2007-02-08 Thread Nickolay A. Burkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 08, 2007 at 11:37:44AM +0100, [EMAIL PROTECTED] wrote: > In an educational context (teaching children something > different than MS WinXP) After booting I would like to login > automatically as a normal user (in other words, to find the > p

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread frantisek holop
hmm, on Thu, Feb 08, 2007 at 03:09:10PM +0100, mickey said that > what? dick measurement techniques? a bit preoccupied with dicks and measurements, aren't we? perhaps if you associate disk geometries with dicks, maybe you also talk of nipples instead of keys on your keyboard, etc. actually not a

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread chefren
On 2/8/07 3:09 PM, mickey wrote: On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: hmm, on Tue, Jan 30, 2007 at 07:40:52PM -0500, Nick Holland said th

Re: auto-login as a console ordinary user

2007-02-08 Thread Simon Vallet
Hi, On Thu, 08 Feb 2007 11:37:44 +0100 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > In an educational context (teaching children something > different than MS WinXP) After booting I would like to login > automatically as a normal user (in other words, to find the > prompt of the ordinary user

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread mickey
On Thu, Feb 08, 2007 at 03:02:32PM +0100, frantisek holop wrote: > hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that > > On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: > > > hmm, on Tue, Jan 30, 2007 at 07:40:52PM -0500, Nick Holland said that > > > > It means transl

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread frantisek holop
hmm, on Thu, Feb 08, 2007 at 02:06:45PM +0100, mickey said that > On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: > > hmm, on Tue, Jan 30, 2007 at 07:40:52PM -0500, Nick Holland said that > > > It means translation is stupid, but we keep doing it. :) > > > > it is not really the t

how does RAIDframe on macppc perform 'in the real world'?

2007-02-08 Thread Timo Schoeler
hi list, i'm about to build a RAID1 using RAIDframe (OpenBSD 4.0) on a good, old Power Mac G4. i'll be using two WD Caviar RE hard discs as well as a Promise TX4 300 HBA. are there any issues known for RAID1/RAIDframe on macppc or does it run as intended? thanks, timo

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread mickey
On Thu, Feb 08, 2007 at 10:13:29AM +0100, frantisek holop wrote: > hmm, on Tue, Jan 30, 2007 at 07:40:52PM -0500, Nick Holland said that > > It means translation is stupid, but we keep doing it. :) > > it is not really the translation that got me worried > (although wouldn't it be more consistent

Re: auto-login as a console ordinary user

2007-02-08 Thread Andreas Kahari
I used to do things like this. First exercise: How to log in with your own username and password. Second exercise: How to change your password. Andreas On 08/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: In an educational context (teaching children something different than MS WinXP) Afte

CARP send failed due to mbuf memory error

2007-02-08 Thread Matt Hamilton
Hi all, Just been trying to track down why CARP keeps unexpectedly failing over to the backup (a pair of firewalls) and I noticed (OpenBSD/i386 3.9) that there have been some mbuf errors: # netstat -s -p carp carp: 98 packets received (IPv4) 0 packets received (IPv6)

auto-login as a console ordinary user

2007-02-08 Thread [EMAIL PROTECTED]
In an educational context (teaching children something different than MS WinXP) After booting I would like to login automatically as a normal user (in other words, to find the prompt of the ordinary user magically). How can I achieve this result? Vittorio

Re: dmesg and fdisk do not match about usb external disk

2007-02-08 Thread frantisek holop
hmm, on Tue, Jan 30, 2007 at 07:40:52PM -0500, Nick Holland said that > It means translation is stupid, but we keep doing it. :) it is not really the translation that got me worried (although wouldn't it be more consistent to use the n x 255 x 63 version everywhere?) but the different number of se

Re: external usb disk freezing machine (not always)

2007-02-08 Thread frantisek holop
minor addition. i plugged in the disk today for testing, and left it there, and it didn't freeze. it played the on and off game for about 40m (sd0 detached 48 times) at which point the kernel disabled the port in question. so i cannot reproduce the crash every time. has anyone ever seen somethin

Porting ipsec code

2007-02-08 Thread wend ralph
Hi All, I am trying to make a portable version of ipsec code (KAME project), I have based my analysis on rfc 2367 and other docs..can you direct me to any links that would be useful to understand the issues on how to port this code? ---