6.3-RELEASE kernel panic

2008-02-12 Thread Petr Holub
Hi, just another kernel panic: it may be due to a buggy IBM USB keyboard with integrated touchpad. I got random generation of ESC ^G characters. When unplugging this keyboard from the box for the second time, I got the following panic (admitting that it doesn't look like a keyboard related crash):

[PATCH] ng_nat(4) redirects and rc.d script

2008-02-12 Thread Vadim Goncharov
Hello! Please test: http://antigreen.org/vadim/freebsd/ng_nat/ (I've ran for a week on a production 6.2 router without any problems). This is a patched version of ng_nat(4) for FreeBSD 6.x, providing support for all libalias(3) features, especially port redirections (before this moment ng_nat

Re: RELENG_7: interrupt eating whole cpu core

2008-02-12 Thread Tom Evans
On Fri, 2008-02-08 at 19:35 +0100, Dominic Fandrey wrote: > Tom Evans wrote: > > On Fri, 2008-02-08 at 17:14 +0100, Dominic Fandrey wrote: > >> Tom Evans wrote: > >>> If I try to turn on DMA, I just get WDMA2, which just doesn't cut it: > >> I think any DMA mode is fast enough to handle a DVD drive

Re: Broadcom Netlink BCM5906M

2008-02-12 Thread TooMany Secrets
On 2/11/08, Thomas Nyström <[EMAIL PROTECTED]> wrote: > Some questions: Which version of FreeBSD are you running? > How do you recover? For example: > reboot > ifconfig bge0 down; ifconfig bge0 up > or what? > > I tested to ftp a file from my laptop and back again (around 400 MB) > and couldn't see

Re: mount of ext2fs volume stuck in "D+" state (disk uninterruptible wait)

2008-02-12 Thread Kris Kennaway
Joe Peterson wrote: Kris Kennaway wrote: Joe Peterson wrote: I just tried (under FreeBSD 7.0-RC1) to mount an ext2fs volume - I've mounted it before with no trouble on this same FreeBSD version. This time, mount appeared to hang. I noticed that I can see the contents of the volume under the m

Re: RELENG_7: interrupt eating whole cpu core

2008-02-12 Thread Dominic Fandrey
Tom Evans wrote: On Fri, 2008-02-08 at 19:35 +0100, Dominic Fandrey wrote: Tom Evans wrote: On Fri, 2008-02-08 at 17:14 +0100, Dominic Fandrey wrote: Tom Evans wrote: If I try to turn on DMA, I just get WDMA2, which just doesn't cut it: I think any DMA mode is fast enough to handle a DVD driv

Formatting bug in C++ iostreams when running i386 binary on amd64

2008-02-12 Thread Tom Evans
Hi list. I've encountered a strange bug deploying one of our C++ applications on amd64. We tend to build most of our applications on i386, even if the deployment box is amd64, as we aren't 100% sure that our code is 64 bit clean yet. The boxes in question both run 6.2-RELEASE, at various kernel re

Re: Rebuilding World Problems

2008-02-12 Thread Chris H.
Quoting Gavin Spomer <[EMAIL PROTECTED]>: Please forgive me if this is not the appropriate list to post this on. If this is a topic for another, more appropriate FreeBSD list, then would someone please kindly point this guy in the right direction? :) I'm on the security advisory list too and

Re: Rebuilding World Problems

2008-02-12 Thread Chris H.
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: On 12/02/2008, Chris H. <[EMAIL PROTECTED]> wrote: Quoting Gavin Spomer <[EMAIL PROTECTED]>: . . . > for some reason. Having said that, I figured I would also have to be > in /usr/src for the "make installworld" step. But I couldn't do that! >

Three interface NAT box

2008-02-12 Thread Matthew Herzog
Hi Again. I have a FreeBSD 6.3 box that runs IPNAT and IPFILTER. xl0 is the external NIC and is a dhcp client on a cable network. Naturally, it does IPFILTER. fxp0 is the internal NIC that hands out dhcp leases to clients inside the NAT net. It has the address 192.168.0.1. I also run a cachi

[releng_7 tinderbox] failure on sparc64/sparc64

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 03:50:06 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 03:50:06 - starting RELENG_7 tinderbox run for sparc64/sparc64 TB --- 2008-02-13 03:50:06 - cleaning the object tree TB --- 2008-02-13 03:50:20 - cvsupping the source tree TB --- 2008-02-13 03:50:21 - /

Re: another: supervisor read, page not present

2008-02-12 Thread Kip Macy
What workload, if any, was running at the time? Have you run memtest on the machine to confirm that there are no memory issues? -Kip 2008/2/12 Mikhail T. <[EMAIL PROTECTED]>: > The kernel is from: > FreeBSD 6.3-STABLE #0: Thu Feb 7 ... amd64 > > The crash: > > Unread portion of the ker

another: supervisor read, page not present

2008-02-12 Thread Mikhail T.
The kernel is from: FreeBSD 6.3-STABLE #0: Thu Feb 7 ... amd64 The crash: Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0xffe3ffe3e010 fault code = supervisor read data, pag

[releng_7 tinderbox] failure on powerpc/powerpc

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 02:57:21 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:57:21 - starting RELENG_7 tinderbox run for powerpc/powerpc TB --- 2008-02-13 02:57:21 - cleaning the object tree TB --- 2008-02-13 02:57:40 - cvsupping the source tree TB --- 2008-02-13 02:57:40 - /

[releng_7 tinderbox] failure on i386/i386

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 02:02:35 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:02:35 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-02-13 02:02:36 - cleaning the object tree TB --- 2008-02-13 02:02:57 - cvsupping the source tree TB --- 2008-02-13 02:02:57 - /usr/bi

Re: Rebuilding World Problems

2008-02-12 Thread [EMAIL PROTECTED]
On 12/02/2008, Chris H. <[EMAIL PROTECTED]> wrote: > Quoting Gavin Spomer <[EMAIL PROTECTED]>: . . . > > for some reason. Having said that, I figured I would also have to be > > in /usr/src for the "make installworld" step. But I couldn't do that! > > Why? I could cd to /usr, but not /usr/src! . .

Re: FreeBSD 7.0-RC2 Available

2008-02-12 Thread Jase Thew
Abdullah Ibn Hamad Al-Marri wrote: How about RELENG_7? will we still get PRERELEASE? Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ I imagine RELENG_7 will stay at PRERELEASE until 7.0-RELEASE is out of the door, at which point it will become 7.0-STABLE. Rgd

Re: FreeBSD 7.0-RC2 Available

2008-02-12 Thread Ken Smith
On Tue, 2008-02-12 at 10:54 -0800, Abdullah Ibn Hamad Al-Marri wrote: > How about RELENG_7? will we still get PRERELEASE? We leave the development branch a release is coming from named PRERELEASE until the release is completed. No matter what we do with the development branches during this phase

Rebuilding World Problems

2008-02-12 Thread Gavin Spomer
Please forgive me if this is not the appropriate list to post this on. If this is a topic for another, more appropriate FreeBSD list, then would someone please kindly point this guy in the right direction? :) I'm on the security advisory list too and got 2 emails about patches about a month ago

Re: FreeBSD 7.0-RC2 Available

2008-02-12 Thread Abdullah Ibn Hamad Al-Marri
How about RELENG_7? will we still get PRERELEASE? Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs _

Re: Formatting bug in C++ iostreams when running i386 binary on amd64

2008-02-12 Thread Peter Jeremy
On Tue, Feb 12, 2008 at 06:23:18PM +, Tom Evans wrote: >I've encountered a strange bug deploying one of our C++ applications on >amd64. We tend to build most of our applications on i386, even if the >deployment box is amd64, as we aren't 100% sure that our code is 64 bit >clean yet. The boxes i

Re: FreeBSD 7.0-RC2 Available

2008-02-12 Thread Ken Smith
On Tue, 2008-02-12 at 13:31 -0500, Ken Smith wrote: > The second Release Candidate for FreeBSD 7.0 is now available on most of > the FTP mirror sites ... Sorry - forgot to include ... The MD5/SHA256 sums for the ISOs are: MD5 (7.0-RC2-amd64-bootonly.iso) = bc37934ad5c29d081738e244ba5d2b3b MD5 (

FreeBSD 7.0-RC2 Available

2008-02-12 Thread Ken Smith
The second Release Candidate for FreeBSD 7.0 is now available on most of the FTP mirror sites, for example ftp://ftp.freebsd.org/pub/FreeBSD/releases/{$arch}/ISO-IMAGES/7.0/ (where ${arch} is your machine's architecture, e.g. amd64, i386, etc). If you can please try a "local mirror" please. Us

[releng_7 tinderbox] failure on ia64/ia64

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 02:53:51 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:53:51 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2008-02-13 02:53:51 - cleaning the object tree TB --- 2008-02-13 02:54:06 - cvsupping the source tree TB --- 2008-02-13 02:54:06 - /usr/bi

[releng_7 tinderbox] failure on i386/pc98

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 02:05:43 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:05:43 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-02-13 02:05:43 - cleaning the object tree TB --- 2008-02-13 02:06:04 - cvsupping the source tree TB --- 2008-02-13 02:06:04 - /usr/bi

Re: Expresscard Wireless

2008-02-12 Thread Sam Leffler
Michael Lankton wrote: I bought a laptop with no PCMCIA slot, just expresscard. Instead of using a usb dongle for wireless, I would like to use an expresscard if possible. Ubiquiti makes one that uses atheros chip. Has anyone successfully used an expresscard wifi card in FreeBSD? Any info?

Re: Rebuilding World Problems

2008-02-12 Thread Kevin Oberman
> Date: Tue, 12 Feb 2008 16:34:57 -0800 > From: "Chris H." <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Quoting Gavin Spomer <[EMAIL PROTECTED]>: > > > Please forgive me if this is not the appropriate list to post this > > on. If this is a topic for another, more appropriate FreeBSD list,

[releng_7 tinderbox] failure on amd64/amd64

2008-02-12 Thread FreeBSD Tinderbox
TB --- 2008-02-13 01:12:39 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 01:12:39 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2008-02-13 01:12:39 - cleaning the object tree TB --- 2008-02-13 01:13:13 - cvsupping the source tree TB --- 2008-02-13 01:13:13 - /usr/

Re: ifconfig fxp0 link0 from rc.conf?

2008-02-12 Thread Toomas Aas
Matthew Herzog wrote: What is the proper way to turn on the checksum offloading for an Intel fxp card? Yes, it's obvious I can do it by hand with ifconfig. That works fine. How do enable it in rc.conf so that it happens upon each reboot? I searched the www for an hour and found no examples. H

Re: UFS snapshot weirdness

2008-02-12 Thread Ivan Voras
Eirik Øverby wrote: > I use the snapshots to get a consistent file-backup with history. This > one puzzles me to no end. Did you try running fsck on the original file system and on the snapshot? signature.asc Description: OpenPGP digital signature

Re: UFS snapshot weirdness

2008-02-12 Thread Eirik Øverby
On Feb 12, 2008, at 1:41 PM, Daniel O'Connor wrote: On Tue, 12 Feb 2008, Eirik Øverby wrote: I am at a total loss here. Is it re-using the first snapshot I ever made of this filesystem, even though I've removed it? Didn't I understand how to create/remove snapshots? Is this a bug? Sure the ol

Interrupt storm when disconnecting sata drives in 7.0-RC2 and 6.3

2008-02-12 Thread W M Griffith
I've tested both 6.3 and 7.0-RC2, amd64 architecture, and have found the occurrence of an interrupt storm using an ASUS A8N-SLI Premium (nForce 4) motherboard with an AMD Opteron 175. Relevant dmesg output: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0 ata0

Re: RELENG_7: interrupt eating whole cpu core

2008-02-12 Thread Oliver Fromme
Tom Evans wrote: > The chipset supports UDMA6, the drive supports UDMA6, Are you sure about that? What brand/model is that? I don't think I've ever seen an atapi CD/DVD drive that supported more than UDMA3. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567

Re: UFS snapshot weirdness

2008-02-12 Thread Daniel O'Connor
On Tue, 12 Feb 2008, Eirik Øverby wrote: > I am at a total loss here. Is it re-using the first snapshot I ever > made of this filesystem, even though I've removed it? Didn't I > understand how to create/remove snapshots? Is this a bug? Sure the old md isn't hanging around by mistake or some such?

UFS snapshot weirdness

2008-02-12 Thread Eirik Øverby
Hi all, I've been making a wrapper script for the backup tool 'duplicity', allowing me to create config files for each resource, wherein I define whether a snapshot should be made prior to backing up the resource or not. Now I find that my snapshots never change The script creates a

Expresscard Wireless

2008-02-12 Thread Michael Lankton
I bought a laptop with no PCMCIA slot, just expresscard. Instead of using a usb dongle for wireless, I would like to use an expresscard if possible. Ubiquiti makes one that uses atheros chip. Has anyone successfully used an expresscard wifi card in FreeBSD? Any info? Thanks __