Re: indefinite wait buffer: Does this indicate hardware issue?

2005-12-26 Thread Xin LI
Hi, On 12/27/05, Nikolay Pavlov <[EMAIL PROTECTED]> wrote: [snip] > Seems i have the same problem. > > ad1: req=0xc2998000 SETFEATURES SET TRANSFER MODE semaphore timeout !! > DANGER Will Robinson !! > swap_pager: indefinite bufobj: 0 blkno: 3 size: 4096 This looks like a driver problem, or ha

Re: indefinite wait buffer: Does this indicate hardware issue?

2005-12-26 Thread Nikolay Pavlov
On Saturday, 17 December 2005 at 0:49:48 +0800, Xin LI wrote: > Dear folks, > > I have a box indicating the following sometimes: > "swap_pager: indefinite wait buffer: bufobj: 0, blkno: 262169, size: 4096" > > It's running FreeBSD 6.0-RELEASE, with two Maxtor 7Y250P0 hard disks > attached to Int

Problem with new DRI/DRM support for Intel 855GM

2005-12-26 Thread Julian Stecklina
Hello, I just discovered that the DRM drivers have been updated and my 855GM is now supported by i915.ko. If I load the module, the driver attaches: drmsub1: mem 0xe800-0xefff,0xfaf0-0xfaf7 at device 2.1 on pci0 info: [drm] AGP at 0xf000 128MB info: [drm] Initialized i915 1.

Re: 6-BETA3 -> 6-STABLE: sys/modules/de: opt_ddb.h: No such file or directory

2005-12-26 Thread Xin LI
Hi, Roman, On 12/27/05, Roman V. Palagin <[EMAIL PROTECTED]> wrote: > Yes, this is longstanding bug. You need to MFC rev. 1.5 of > sys/modules/de/Makefile to unbreak standalone build of if_de.ko Committed, thanks! Cheers, -- Xin LI <[EMAIL PROTECTED]> http://www.delphij.net _

Re: 6-BETA3 -> 6-STABLE: sys/modules/de: opt_ddb.h: No such file or directory

2005-12-26 Thread Roman V. Palagin
On Dec 25, at 2:20am +0800, Xin LI wrote: > On 12/25/05, Boris Samorodov <[EMAIL PROTECTED]> wrote: > > to 6-STABLE. Cvsupped twice, the result is the same. Buildworld stops > > at: > > - > > ===> sys/modules/de (depend) > > @ -> /usr/src/sys > > machine -> /usr/src/sys/i386/include > > touch

More geom trouble [Was: Re: geom_gate problems (RELENG_6 from today)]

2005-12-26 Thread Emanuel Strobl
Here is another error I got recently: g_vfs_done():ad0a[WRITE(offset=35405824, length=8192)]error = 1 g_vfs_done():ad0a[WRITE(offset=35430400, length=8192)]error = 1 This time no geom_[raid3,mirror,gate] was involved!! Something seems to be badly broken -Harry Am Montag, 26. Dezember 2005 1

Re: StorageWorks

2005-12-26 Thread Anton Nikiforov
Wilko Bulte wrote: On Sun, Dec 25, 2005 at 12:15:28AM +0300, Anton Nikiforov wrote.. Wilko Bulte wrote: On Sat, Dec 24, 2005 at 02:13:38AM +0300, Anton Nikiforov wrote.. Dear ALL! I have a Intel XEON based server and Compaq StorageWorks FC adapter with FC disk subsystem. I did not found

Re: geom_gate problems (RELENG_6 from today)

2005-12-26 Thread Emanuel Strobl
Am Montag, 26. Dezember 2005 14:15 CEST schrieb Harald Schmalzbauer: > Hello, merry christmas to veryone, especially Pawel, since I hope he can > fix my problem ;) > > When I create /dev/ggate2 I can successfully dd to it (the raw device), > but as soon as I newfs ggate2 and mount it I cannot write

geom_gate problems (RELENG_6 from today)

2005-12-26 Thread Harald Schmalzbauer
Hello, merry christmas to veryone, especially Pawel, since I hope he can fix my problem ;) When I create /dev/ggate2 I can successfully dd to it (the raw device), but as soon as I newfs ggate2 and mount it I cannot write a file onto the filesystem, like "dd if=/dev/zero of=/mnt/testfile bs=32k"

Re: em bad performance

2005-12-26 Thread Steven Hartland
We have had several issues with different hardware combinations where 1/2 duplex is an issue. Seems not all vendors implement the standard the same way causing significant problems if the ports on both ends aren't hard coded. Steve - Original Message - From: "Scott Long" <[EMAIL PROTE

Re: HEADS UP: MFC of local_startup changes to rc.d complete

2005-12-26 Thread Doug Barton
Florent Thoumie wrote: rcNG was the word for "using rc.subr". rcNG stands for rc Next Generation. It's not the next generation anymore. Using the .sh extension prevents from conflicts in ${WRKDIR} and you know what kind of file it is in ${FILESDIR}. Anyway, what is the difference betwee

Re: HEADS UP: MFC of local_startup changes to rc.d complete

2005-12-26 Thread Doug Barton
Jose M Rodriguez wrote: But this doesn't solve the real problem. We've lost a reference model about rc and the interaction with the base system and ports. I'm not sure what that last sentence means. - some kinda of style for ports/system rc scripts - some docs about keywords and stage suppo