Re: kernel pppoe problem : pppoe0 : timeout

2005-10-09 Thread Can Erkin Acar
You possibly have other/previous pppoe sessions not being terminated correctly. The reason is that, the kernel pppoe does not terminate unknown sessions (ie. not handled by itself). see pppoe(4) manual page for details, compiling a kernel with PPPOE_TERM_UNKNOWN_SESSIONS option may help. Can

installation stalled at wdo pciide 0:0:0 using pio mode 4, ultra-dma mode4

2005-10-09 Thread Roelof Wobben
hello, I try to install Openbsd version 3.3 on a Amd-k6 computer with 256 mb memory. I see several messages. On one moment the installation seems to stall. The last messages I see are : wdo at pciide channel 0 drive 0 : wdo: 16 sector pio, lba, 58, 58446mb, 16383 cyl, 16 head, 63 sec, 120103200

Re: installation stalled at wdo pciide 0:0:0 using pio mode 4, ultra-dma mode4

2005-10-09 Thread Jasper Lievisse Adriaanse
On Sun, 9 Oct 2005 11:12:19 +0200 "Roelof Wobben" <[EMAIL PROTECTED]> wrote: > hello, > > I try to install Openbsd version 3.3 on a Amd-k6 computer with 256 mb memory. OpenBSD 3.3? I hope that's a typo and you mean 3.7 or a snapshot of 3.8? Jasper -- "Security is decided by quality" -- The

Re: installation stalled at wdo pciide 0:0:0 using pio mode 4,ultra-dma mode4

2005-10-09 Thread Roelof Wobben
No, Its not a typo. I have a old cd with version 3.3. Roelof - Original Message - From: "Jasper Lievisse Adriaanse" <[EMAIL PROTECTED]> To: "Roelof Wobben" <[EMAIL PROTECTED]> Cc: Sent: Sunday, October 09, 2005 11:18 AM Subject: Re: installation stalled at wdo pciide 0:0:0 using pio

Re: installation stalled at wdo pciide 0:0:0 using pio mode 4,ultra-dma mode4

2005-10-09 Thread Jasper Lievisse Adriaanse
On Sun, 9 Oct 2005 11:43:30 +0200 "Roelof Wobben" <[EMAIL PROTECTED]> wrote: > No, > > Its not a typo. > I have a old cd with version 3.3. Well, then I _strongly_ advise you to order your copies of 3.8 today. Jasper > > Roelof > > - Original Message - > From: "Jasper Lievisse Adriaan

Re: FileSystem Corruptions? Very important Files at stake.

2005-10-09 Thread Christer Solstrand Johannessen
On Sat, 8 Oct 2005, Justin Wong wrote: Hi, I was wondering if you could help me. After searches on the internet turned up nothing, I found your site about your love for OpenBSD. My problem is that when I boot, I get an error /dev/rwd0a BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THO

partition problem

2005-10-09 Thread Roelof Wobben
Hello, I try to install Openbsd 3.7 on my system. Everything goes well except when i follow the instructions on the install manual i get a error-message that the Openbsd partition and my documents partition are the same. With fdisk my disk looks now like this. Starting

Re: installation stalled at wdo pciide 0:0:0 using pio mode 4,ultra-dma mode4

2005-10-09 Thread Johan Mson Lindman
On Sunday 09 October 2005 11:43, you wrote: > No, > > Its not a typo. > I have a old cd with version 3.3. > > Roelof The point is that there's no support for that release, it's too old. Get a copy of OpenBSD 3.7 or try out a -current snapshot and if the problem is still there, please report back.

Re: Two Isp Fault Tollerance Help

2005-10-09 Thread nikns
I have the same issue. Resolved it with ifstated. In OpenBSD 3.8 comes in base system. With pf switches route-to. my setup: ifstated.conf: $OpenBSD: ifstated.conf,v 1.6 2005/02/07 06:08:10 david Exp $ init-state primary net = '( "ping -t 128 -q -c 1 -w 1 159.148.60.20 > /dev/null" every 10 || \

Bridging atu0 and sis0

2005-10-09 Thread Edd Barrett
Hi there, Im trying to bridge a wired sis0 and a wifi atu0. hostname.atu0: !ifconfig \$if inet 192.168.1.252 nwid VextAIR2 nwkey ... hostname.sis0: up bridgename.bridge0: add sis0 add atu0 up my client (attached to sis0) is 192.168.1.200 my router to the net (atu0) is 192.168.1.1 #ifconfig lo

Multi boot question XP and Openbsd after installation

2005-10-09 Thread r.wobben
hello, I have installed Openbsd on my computer. The manual says now for multi-booting with XP you must do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 but if i do this i get a error-message that rsd0a does not exist how can i make this right. Roelof

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Roland Kuebert
Hi, [EMAIL PROTECTED] wrote: > hello, > > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 > > but if i do this i get a error-message that rsd0a does not exist > > how can i make this right. T

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Fred Crowson
[EMAIL PROTECTED] wrote: hello, I have installed Openbsd on my computer. The manual says now for multi-booting with XP you must do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 but if i do this i get a error-message that rsd0a does not exist how can i make this right. Roelof Hi, /dev/rs

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Nick Holland
[EMAIL PROTECTED] wrote: > hello, > > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 > > but if i do this i get a error-message that rsd0a does not exist > > how can i make this right. > > Ro

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Joachim Schipper
On Sun, Oct 09, 2005 at 05:03:19PM +0200, [EMAIL PROTECTED] wrote: > hello, > > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 > > but if i do this i get a error-message that rsd0a does not exi

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Rogier Krieger
On 10/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 Please don't type commands on the console that you don't understand beforehand. You will

Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread steven mestdagh
On Sun, Oct 09, 2005 at 05:03:19PM +0200, [EMAIL PROTECTED] wrote: > hello, > > I have installed Openbsd on my computer. > The manual says now for multi-booting with XP you must > do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1 > > but if i do this i get a error-message that rsd0a does not exi

[EMAIL PROTECTED]: Re: dual DVI graphics card]

2005-10-09 Thread Andreas Bihlmaier
forgot to cc ... > Hi Aaron, > > On 07/10/2005, at 7:37 AM, Aaron Glenn wrote: > > > >I wasn't clear enough in my original post. I'm looking to run > >1920x1200 on two DVI monitors; and I'd like some sort of OpenGL > >hardware acceleration support, however minor. None of the ATi chipsets > >curre

Re: Bridging atu0 and sis0

2005-10-09 Thread pedro la peu
> !ifconfig \$if inet 192.168.1.252 nwid VextAIR2 nwkey ... A wireless client cannot function as a member of a bridge. The interface needs to "see" every frame and this only occurs when it's operating in hostap mode.

Re: Add a PF rule from the command line

2005-10-09 Thread Keith Richardson
Roy Morris wrote: I would like to be able to add/remove a rule from the command line on those systems which may have only a ram drive and or read only pf.conf. Anyone know how to do it, or would you need to create a new pf.conf in memory someplace and then load it? Thanks Roy Try descri

DTrace

2005-10-09 Thread Gustavo Rios
Does OBSD support something like Solaris DTrace? Thanks.

boot-problem

2005-10-09 Thread Roelof Wobben
Hello, After installing Openbsd 3.7 i have accidently booted the process before i could copy openbsd.pbr to win xp. Is there a way i could get into Openbsd with the installation cd so i could copy openbsd.pbr or do i have to do the installation again. Roelof

Re: boot-problem

2005-10-09 Thread Emil Khatib
You could try to label your OpenBSD as active with any partitioning software, copy openbsd.pbr and then do the contrary to get Win booting back. I'm sure that there is a more efficient way, but I'm not an expert in OpenBSD :P On 10/9/05, Roelof Wobben <[EMAIL PROTECTED]> wrote: > > Hello, > > Afte

Re: Add a PF rule from the command line

2005-10-09 Thread Roy Morris
Keith Richardson wrote: Roy Morris wrote: I would like to be able to add/remove a rule from the command line on those systems which may have only a ram drive and or read only pf.conf. Anyone know how to do it, or would you need to create a new pf.conf in memory someplac

Re: boot-problem

2005-10-09 Thread Andreas Bihlmaier
> Hello, > > After installing Openbsd 3.7 i have accidently booted the process before i > could copy openbsd.pbr to win xp. > > Is there a way i could get into Openbsd with the installation cd so i could > copy openbsd.pbr or do i have to do the installation again. > 0.) READ THE FAQ !!! (curr

Re: boot-problem

2005-10-09 Thread steven mestdagh
On Sun, Oct 09, 2005 at 08:26:19PM +0200, Roelof Wobben wrote: > Hello, > > After installing Openbsd 3.7 i have accidently booted the process before i > could copy openbsd.pbr to win xp. Accidentally? Are you positive your installation is finished? > Is there a way i could get into Openbsd with

Re: boot-problem

2005-10-09 Thread Matthew Weigel
Roelof Wobben wrote: Hello, After installing Openbsd 3.7 i have accidently booted the process before i could copy openbsd.pbr to win xp. Is there a way i could get into Openbsd with the installation cd so i could Yes. That's what the "(S)hell" is for in (I)nstall, (U)pgrade or (S)hell? Si

Re: Add a PF rule from the command line

2005-10-09 Thread ed
On Sun, 09 Oct 2005 14:59:36 -0400 Roy Morris <[EMAIL PROTECTED]> wrote: > I would like to be able to add/remove a rule from > the command line on those systems which > may have only a ram drive and or read only > pf.conf. Anyone know how to do it, or would > you need to create

Re: mounting MS-DOS disk in a USB floppy drive?

2005-10-09 Thread Alexander Hall
James Hartley wrote: I'm unable to mount a MS-DOS disk within a USB floppy drive on OpenBSD 3.7/i386. disklabel doesn't recognize the MS-DOS filesystem either: There was a thread about disklabels and floppys not too long ago. I don't think a disklabel is used for floppys, since you seldom (

Request for additions to spamdb

2005-10-09 Thread J Moore
I've learned the hard way that this doesn't achieve the desired result: # spamdb -Ta [EMAIL PROTECTED] it should be: # spamdb -Ta "<[EMAIL PROTECTED]>" Addition of a short EXAMPLES section to man spamdb could really help. And, in IMHO, the "key" argument could also use a brief explanation. Ot

Re: Request for additions to spamdb

2005-10-09 Thread Jason McIntyre
On Sun, Oct 09, 2005 at 03:57:51PM -0500, J Moore wrote: > I've learned the hard way that this doesn't achieve the desired result: > > # spamdb -Ta [EMAIL PROTECTED] > > it should be: > > # spamdb -Ta "<[EMAIL PROTECTED]>" > > Addition of a short EXAMPLES section to man spamdb could really help

No Joy with net/irc

2005-10-09 Thread Jim Razmus
I'm trying to setup an internal 3 node irc network for my company. I have two nodes, both on OpenBSD, bursting just fine. However, I can't seem to get a third node to graft itself on to the hub server. Has anyone successfully run a multi-node irc network with OpenBSD as a hub server? Thanks, Ji

Re: DTrace

2005-10-09 Thread Joe S
Gustavo Rios wrote: Does OBSD support something like Solaris DTrace? Thanks. No, but it will be availalbe in FreeBSD soon.

Re: Sun Ultra 5 as a firewall?

2005-10-09 Thread Joe S
Joe S wrote: questions on the list. Why not just setup a test network and run iperf against it? After doing my own tests, I found that the Ultra 5 was too slow to perform near wire-speed throughput. TEST 1 - Sun Ultra 5 360MHz dc0 and dc1 are Phobos 430TX quad nic, PCI card [ 4] 0.0-10.0

Re: Sun Ultra 5 as a firewall?

2005-10-09 Thread Jason Dixon
On Oct 9, 2005, at 9:02 PM, Joe S wrote: Joe S wrote: questions on the list. Why not just setup a test network and run iperf against it? After doing my own tests, I found that the Ultra 5 was too slow to perform near wire-speed throughput. TEST 1 - Sun Ultra 5 360MHz dc0 and dc1 are P

Re: DTrace

2005-10-09 Thread Gustavo Rios
Sorry, i was talking about OBSD! Anyhow, what would it be the problem with DTrace, for OBSD not supporting it? 2005/10/9, Joe S <[EMAIL PROTECTED]>: > Gustavo Rios wrote: > > Does OBSD support something like Solaris DTrace? > > > > Thanks. > > > > > No, but it will be availalbe in FreeBSD soon.

Re: mounting MS-DOS disk in a USB floppy drive?

2005-10-09 Thread James Hartley
On Sunday, October 09, 2005, Alexander Hall wrote: >> 8< >> $ sudo mount -t msdos /dev/rsd0c /mnt >> mount_msdos: /dev/rsd0c on /mnt: Block device required >> 8< > > Hmmm maybe try /dev/sd0c? This gives a different error: $ sudo mount -t msdos /dev/sd0c /mnt mount_msdos: /dev/sd0

Re: DTrace

2005-10-09 Thread Jens Teglhus Møller
- Original Message - From: "Gustavo Rios" <[EMAIL PROTECTED]> Does OBSD support something like Solaris DTrace? Thanks. Was it too difficult to do a google for "openbsd dtrace"? /jtm

Re: Two Isp Fault Tollerance Help

2005-10-09 Thread Rod.. Whitworth
On Sun, 9 Oct 2005 15:04:42 +0300, nikns wrote: >I have the same issue. Resolved it with ifstated. >In OpenBSD 3.8 comes in base system. >With pf switches route-to. > >my setup: >ifstated.conf: > $OpenBSD: ifstated.conf,v 1.6 2005/02/07 06:08:10 david Exp $ > >init-state primary > >net = '( "ping

You've received a greeting from a family member!

2005-10-09 Thread postcards1001
You have just received a virtual greeting from a family member! You can pick up your postcard at the following web address: http://www.postcards1001.com/?a91-valets-cloud-187 If you can't click on the web address above, you can also visit E-Greetings at http://www.postcards1001.com/ and en

Re: mounting MS-DOS disk in a USB floppy drive?

2005-10-09 Thread Andreas Bihlmaier
> > Hmmm maybe try /dev/sd0c? > > This gives a different error: > > $ sudo mount -t msdos /dev/sd0c /mnt > mount_msdos: /dev/sd0c on /mnt: inappropriate file type on format > > Any comments are welcomed. RTFM! MSDOS is ALWAYS ALWAYS 'i' in disklabel even if the whole drive is formated as FAT!

Re: mounting MS-DOS disk in a USB floppy drive?

2005-10-09 Thread James Hartley
> On Sunday, October 09, 2005, Andreas Bihlmaier wrote: > ... >> $ sudo mount -t msdos /dev/sd0c /mnt >> mount_msdos: /dev/sd0c on /mnt: inappropriate file type on format > ... > RTFM! > > MSDOS is ALWAYS ALWAYS 'i' in disklabel even if the whole drive is > formated as FAT! > Thus try with /dev/sd

Re: mounting MS-DOS disk in a USB floppy drive?

2005-10-09 Thread Andreas Bihlmaier
> > MSDOS is ALWAYS ALWAYS 'i' in disklabel even if the whole drive is > > formated as FAT! > > Thus try with /dev/sd0i > > > > "disklabel sd0" should have told you that. > > As stated in the original message, NOTHING is being reported by > disklabel. > > $ disklabel sd0 > #/dev/rsd0c > type: SC

Re: DTrace

2005-10-09 Thread Damien Miller
On Sun, 9 Oct 2005, Gustavo Rios wrote: Does OBSD support something like Solaris DTrace? no

Re: Sun Ultra 5 as a firewall?

2005-10-09 Thread Joe S
Jason Dixon wrote: Unless you've got a DS-3 or better, why does it matter? 1 interface is for the ADSL connection. I'm not worried about that. 2 interfaces are local networks. It's the throughput between those 2 that I noticed a bit of a bottleneck. It's not *that* bad. It's more suprising t