Re: Mounting devfs over to ZFS from fstab fails

2008-03-29 Thread Scot Hetzel
On 3/28/08, Attila Nagy <[EMAIL PROTECTED]> wrote: > Hello, > > I have some jails running on ZFS, so I have to mount devfs's into them. > > For this purpose, I have some similar lines in /etc/fstab: > devfs /pool/jail/ldap/dev devfs rw 0 0 > > Where /pool is a ZFS files

Re: Generic 2-port PCI Express Serial Card - how to get recognized?

2008-03-29 Thread Scot Hetzel
To find the vendor/device IDs of your card use "pciconf -lv", and look for entries similar to the following: [EMAIL PROTECTED]:0:20:0: class=0x0c0500 card=0x309b103c chip=0x43721002 rev=0x11 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'IXP SB400 SMBus' class = s

Re: Generic 2-port PCI Express Serial Card - how to get recognized?

2008-03-29 Thread Scot Hetzel
On 3/28/08, Karl Denninger <[EMAIL PROTECTED]> wrote: > Hi folks; > > I have a "generic" PCI Express "dumb" (16550 allegedly) serial card that > goes in a PCI Express slot. > > FreeBSD doesn't see it, which I assume has to do with the card's "vendor ID" > not being in the table that FreeBSD reo

Missing manual pages (e.g. aio_fsync)

2008-03-29 Thread Carlos A. M. dos Santos
Hello, It seems that the manual page of aio_fsync is missing, at least in FreeBSD 7.0-STABLE. I have some questions regarding this: 1. Is there somebody working on a man page for aio_fsync? 2. Is there a list of missing manual pages? 3. What is the current status of POSIX and Unix Specificatio

Re: The Design and Implementation of the FreeBSD Operating System

2008-03-29 Thread Robert Joosten
Hi Unga, > Is there a 2nd edition coming soon? Third iirc. ISBN 0201549794 was the first, although with a slightly different name. Regards, Robert PS: may I politely remind you of our mailinglist charters phrase: "No posting should be made to more than 2 mailing lists (..) ? ;-) http://www.fr

Re: The Design and Implementation of the FreeBSD Operating System

2008-03-29 Thread N.J. Mann
In message <[EMAIL PROTECTED]>, Robert Joosten ([EMAIL PROTECTED]) wrote: > Hi Unga, > > > Is there a 2nd edition coming soon? > > Third iirc. ISBN 0201549794 was the first, although with a slightly > different name. You are forgetting ISBN 0201061961! Cheers, Nick. -- __

Panic with usb serial

2008-03-29 Thread Vince
Hi all, Is it expected that removing a usb serial adapter while you have a connection (eg tip) using it will panic a -stable system? I know it is expected if you remove a mounted umass device so wanted to see if its known behavior for serial before I file a pr. (adapter is serial converter, cl

Re: Missing manual pages (e.g. aio_fsync)

2008-03-29 Thread Vince
Carlos A. M. dos Santos wrote: Hello, It seems that the manual page of aio_fsync is missing, at least in FreeBSD 7.0-STABLE. I have some questions regarding this: 1. Is there somebody working on a man page for aio_fsync? 2. Is there a list of missing manual pages? http://wiki.freebsd.org/Mi

Re: Panic with usb serial

2008-03-29 Thread Jeremy Chadwick
On Sat, Mar 29, 2008 at 10:11:04PM +, Vince wrote: > Is it expected that removing a usb serial adapter while you have a > connection (eg tip) using it will panic a -stable system? I know it is > expected if you remove a mounted umass device so wanted to see if its known > behavior for

PCI add-in parallel port problem

2008-03-29 Thread Richard Perini
Hi, I'm trying to get a PCI-express add-in parallel port card working with 7.0-STABLE, and after trying the following, I'm unable to get it to attach to the ppc bus. The card has a "MosChip NM9805" chip. Motherboard is an ASUS P5E64 WS. (which of course has no on-board parallel port). The card

Re: Panic with usb serial

2008-03-29 Thread Vince
Jeremy Chadwick wrote: On Sat, Mar 29, 2008 at 10:11:04PM +, Vince wrote: Is it expected that removing a usb serial adapter while you have a connection (eg tip) using it will panic a -stable system? I know it is expected if you remove a mounted umass device so wanted to see if its known b

USB-Serial converters [Was: Panic with usb serial]

2008-03-29 Thread Ed Maste
On Sat, Mar 29, 2008 at 03:20:49PM -0700, Jeremy Chadwick wrote: > Also, I'd like to know what USB serial adapter you're using (brand, > model, and a website of it if possible), for unrelated reasons. Thanks! The "Cables Unlimited" USB-Serial adapter from TigerDirect[1] is based on the FTDI chip

Re: PCI add-in parallel port problem

2008-03-29 Thread Erik Trulsson
On Sun, Mar 30, 2008 at 10:05:09AM +1100, Richard Perini wrote: > > Hi, > > I'm trying to get a PCI-express add-in parallel port card working with > 7.0-STABLE, and after trying the following, I'm unable to get it to > attach to the ppc bus. The card has a "MosChip NM9805" chip. Motherboard > i

Re: PCI add-in parallel port problem

2008-03-29 Thread Richard Perini
On Sun, Mar 30, 2008 at 12:56:31AM +0100, Erik Trulsson wrote: > On Sun, Mar 30, 2008 at 10:05:09AM +1100, Richard Perini wrote: > > > > Hi, > > > > I'm trying to get a PCI-express add-in parallel port card working with > > 7.0-STABLE, and after trying the following, I'm unable to get it to > > a

Re: USB-Serial converters [Was: Panic with usb serial]

2008-03-29 Thread Jeremy Chadwick
On Sat, Mar 29, 2008 at 07:34:30PM -0400, Ed Maste wrote: > On Sat, Mar 29, 2008 at 03:20:49PM -0700, Jeremy Chadwick wrote: > > Also, I'd like to know what USB serial adapter you're using (brand, > > model, and a website of it if possible), for unrelated reasons. Thanks! > > The "Cables Unlimite

Re: Generic 2-port PCI Express Serial Card - how to get recognized?

2008-03-29 Thread Karl Denninger
On Sat, Mar 29, 2008 at 03:02:32PM +1030, Daniel O'Connor wrote: > On Sat, 29 Mar 2008, Karl Denninger wrote: > > Hi folks; > > > > I have a "generic" PCI Express "dumb" (16550 allegedly) serial card > > that goes in a PCI Express slot. > > > > FreeBSD doesn't see it, which I assume has to do with

Re: Panic with usb serial

2008-03-29 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Jeremy Chadwick <[EMAIL PROTECTED]> writes: : On Sat, Mar 29, 2008 at 10:11:04PM +, Vince wrote: : > Is it expected that removing a usb serial adapter while you have a : > connection (eg tip) using it will panic a -stable system? I know it is :

[releng_7 tinderbox] failure on i386/i386

2008-03-29 Thread FreeBSD Tinderbox
TB --- 2008-03-30 00:27:28 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-03-30 00:27:28 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-03-30 00:27:28 - cleaning the object tree TB --- 2008-03-30 00:27:49 - cvsupping the source tree TB --- 2008-03-30 00:27:49 - /usr/bi

[releng_7 tinderbox] failure on i386/pc98

2008-03-29 Thread FreeBSD Tinderbox
TB --- 2008-03-30 01:38:48 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-03-30 01:38:48 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-03-30 01:38:48 - cleaning the object tree TB --- 2008-03-30 01:39:05 - cvsupping the source tree TB --- 2008-03-30 01:39:05 - /usr/bi

gjournal....

2008-03-29 Thread Karl Denninger
Hi folks; Wondering about the various pros and cons of using the "gjournal" GEOM provider... and if you can "promote" and existing system using it, or whether you need to build something anew. The scenario is a fairly busy and large system with PostgreSQL database data on it. The data is current

[releng_7 tinderbox] failure on ia64/ia64

2008-03-29 Thread FreeBSD Tinderbox
TB --- 2008-03-30 01:44:31 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-03-30 01:44:31 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2008-03-30 01:44:31 - cleaning the object tree TB --- 2008-03-30 01:44:45 - cvsupping the source tree TB --- 2008-03-30 01:44:45 - /usr/bi

Re: Panic with usb serial

2008-03-29 Thread Kostik Belousov
On Sat, Mar 29, 2008 at 10:11:04PM +, Vince wrote: > Hi all, > Is it expected that removing a usb serial adapter while you have a > connection (eg tip) using it will panic a -stable system? I know it is > expected if you remove a mounted umass device so wanted to see if its > known beh

Re: Texas Instruments Card Reader.

2008-03-29 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Da Rock <[EMAIL PROTECTED]> writes: : Did anyone end up getting this to work? I'm suffering the same woes... Which device is this, specifically? Warner ___ freebsd-stable@freebsd.org mailing list http://lists.