Re: panic on 08 jan 2009 snapshot. **update**

2009-01-09 Thread jared r r spiegel
On Fri, Jan 09, 2009 at 09:26:00PM -0800, Bryan wrote: > On Fri, Jan 9, 2009 at 9:16 PM, Bryan wrote: > > Greetings, > > > > previous snapshots were able to boot with no issues. I'm using > > GENERIC.MP, and the panic occurs when using GENERIC.SP. be sure to sendbug(1) this if you have not yet

Re: panic on 08 jan 2009 snapshot. **update**

2009-01-09 Thread Bryan
On Fri, Jan 9, 2009 at 9:16 PM, Bryan wrote: > Greetings, > > previous snapshots were able to boot with no issues. I'm using > GENERIC.MP, and the panic occurs when using GENERIC.SP. > > here is the panic message: (typed) > > > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > u

panic on 08 jan 2009 snapshot.

2009-01-09 Thread Bryan
Greetings, previous snapshots were able to boot with no issues. I'm using GENERIC.MP, and the panic occurs when using GENERIC.SP. here is the panic message: (typed) npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 uvm_fault(0xd080c660, 0x12e52000, 0, 3) -> e kernel: page fault

Re: [PF] IPSEC and PF/RDR rule

2009-01-09 Thread Mikolaj Kucharski
Hi, I have problem on the same field. OpenBSD router with external ip is redirecting traffic on the port 80: # router (pf.conf) rdr pass on ! lo inet proto tcp from any to (self) port = www -> 172.16.0.53 but the 172.16.0.53 is connected to the router with ipsec(4): # r

Re: Getting the Thinkpad X200 working fully under OpenBSD

2009-01-09 Thread Robert
On Sat, 10 Jan 2009 02:58:12 +0100 Robert wrote: > To check if there are regressions concerning your problem i'm gonna > update to the latest snapshot and report back. intel(4) is still working for me with this snapshot. OpenBSD 4.4-current (GENERIC.MP) #2058: Thu Jan 8 15:39:31 MST 2009

Re: Getting the Thinkpad X200 working fully under OpenBSD

2009-01-09 Thread Robert
On Sat, 10 Jan 2009 12:14:59 +1100 Dana wrote: > On Sat, Jan 3, 2009 at 5:43 AM, Robert wrote: > >Everything now works with -current. > Hi, > I've never had much luck with the intel driver, even with somewhat > recent snapshots. > I am using intel(4) exclusivly without any problems.

Re: Getting the Thinkpad X200 working fully under OpenBSD

2009-01-09 Thread Dana
On Sat, Jan 3, 2009 at 5:43 AM, Robert wrote: >Everything now works with -current. I've never had much luck with the intel driver, even with somewhat recent snapshots. When I try and use it, it bombs out with an "Unable to map mmio range" error, then says that the server has segfaulted.

4.4 is getting stuck

2009-01-09 Thread Uwe Dippel
Yesterday I upgraded my last production box (remote) from 4.3 to 4.4., without any hitch, rebooted, and so forth. Last night at some innocuous time, it stopped accepting incoming mail (postfix). This morning, it did courier-imap well, until I used an existing ssh-session like this: # pwd /usr

Re: Create a bootable usb key?

2009-01-09 Thread Lars Noodén
Guillaume Thouvenin wrote: > Is it possible to run the installer from the openbsd that is > on my usb key? The way I did it was to boot /bsd.rd and then do an installation to the USB key but installing a single set, "bsd.rd", and only that set. Then after booting back to the regular system mounte

Re: Create a bootable usb key?

2009-01-09 Thread Josh Grosse
On Fri, 09 Jan 2009 18:46:04 +0100, Guillaume Thouvenin wrote ...Is it possible to run the installer from the > openbsd that is on my usb key? Sure. Assuming you installed the bsd.rd kernel, all you need do is use that kernel instead: boot> bsd.rd

Re: Create a bootable usb key?

2009-01-09 Thread Ted Unangst
On Fri, Jan 9, 2009 at 12:46 PM, Guillaume Thouvenin wrote: > It's cool but now I'd like to install openbsd from the usb key to the hard > disk. I created a 10G OpenBSD partition from Linux so I have a partition > available on my disk. Is there an equivalent of the debian debootstrap or is > it be

Create a bootable usb key?

2009-01-09 Thread Guillaume Thouvenin
Hello, I tried to install openbsd on my eeepc 1000H (without external cdrom). I don't have any openbsd system installed. As I don't know how to make a bootable install media on a usb key, I installed a complete openbsd system on my usb key from Linux by using qemu. It worked fine. I modified

i386 kernel panic with 1/9/09 snapshot

2009-01-09 Thread Barry Commander
Hi This is the first problem I've had with OpenBSD, I think I've attached all relevant information but if i've neglected anything please let me know. I'm getting the following panic at boot time with the latest snapshot dated 1/9/09 uvm_fault(0xd08084a0, 0x12e3e000, 0, 3) -> e kernel: page fault t

Re: How to determine my ip address (logged in via ssh)

2009-01-09 Thread Darren Tucker
Falk Brockerhoff wrote: is there any gentle way how to determine my ip address if I connected via ssh to an openbsd system? echo $SSH_CLIENT | cut -f1 -d' ' -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes w

Re: How to determine my ip address (logged in via ssh)

2009-01-09 Thread Robert Blacquiere
Hi, On Fri, Jan 09, 2009 at 10:14:19AM +0100, Falk Brockerhoff wrote: > Hi, > > is there any gentle way how to determine my ip address if I connected via > ssh to an openbsd system? > > who -m shows only my FQDN, but not all providers provide correct RNDS > records. You could check SSH_CLIEN

How to determine my ip address (logged in via ssh)

2009-01-09 Thread Falk Brockerhoff
Hi, is there any gentle way how to determine my ip address if I connected via ssh to an openbsd system? who -m shows only my FQDN, but not all providers provide correct RNDS records. any idea? I'm not a c programmer, so a way using bash or perl would be fine. Falk