Re: Thoughts on TMPFS no longer being considered highly experimental

2011-07-01 Thread Stefan Bethke
Am 01.07.2011 um 07:01 schrieb Sean M. Collins: Ugh - bonnie++ creates a file that is twice the size of available memory, and I have 16G of swap available. While ZFS already had most of the memory wired for ARC. I shouldn't be surprised that the box was printing swap zone exhausted The box

[head tinderbox] failure on sparc64/sparc64

2011-07-01 Thread FreeBSD Tinderbox
TB --- 2011-07-01 09:23:48 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-07-01 09:23:48 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-07-01 09:23:48 - cleaning the object tree TB --- 2011-07-01 09:23:56 - cvsupping the source tree TB --- 2011-07-01 09:23:56 -

keyboard driver problem?

2011-07-01 Thread ti bugmenot
I met with the same problem. I do not know how to solve this problem: http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022022.html % uname -a FreeBSD td.local 9.0-CURRENT FreeBSD 9.0-CURRENT #3 r223706M: Fri Jul 1 16:50:12 YEKT 2011 root@td.local:/usr/obj/usr/src/sys/TI

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
On Friday 01 July 2011 13:21:35 ti bugmenot wrote: I met with the same problem. I do not know how to solve this problem: http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022022.html Hi, Our USB keyboard driver is very simple and does not parse the HID descriptors of the

Re: keyboard driver problem?

2011-07-01 Thread Eir Nym
On 1 July 2011 16:05, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 01 July 2011 13:21:35 ti bugmenot wrote: I met with the same problem. I do not know how to solve this problem: http://lists.freebsd.org/pipermail/freebsd-current/2011-January/022022.html Hi, Our USB keyboard

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
On Friday 01 July 2011 16:14:43 Eir Nym wrote: On 1 July 2011 16:05, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 01 July 2011 13:21:35 ti bugmenot wrote: I met with the same problem. I do not know how to solve this problem:

Re: FreeBSD 9

2011-07-01 Thread Hendrik Hasenbein
On 30.06.2011 17:26, Tim Gustafson wrote: Hi, I've installed FreeBSD 9 on a new server because 8.2 doesn't have support for the LSI SAS2008 controller. I've also built the system as a ZFS-root box, and I have to say that I'm quite happy with the disk performance: we're getting about

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
On Friday 01 July 2011 16:14:43 Eir Nym wrote: On 1 July 2011 16:05, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 01 July 2011 13:21:35 ti bugmenot wrote: I met with the same problem. I do not know how to solve this problem:

Re: FreeBSD 9

2011-07-01 Thread Tim Gustafson
it is nice that you give 9 a chance, but there is LSI SAS2008 support in 8.2, too. I tried booting off an 8.2 release disc and it did not see the controller. I don't have a dmesg from booting off that disc so I can't offer much more detail other than what I have in my dmesg now: mps0: LSI

Re: Thoughts on TMPFS no longer being considered highly experimental

2011-07-01 Thread Sean M. Collins
On 7/1/11 2:42 AM, Stefan Bethke wrote: The box shouldn't wedge in this situation. If tmpfs can create a memory starvation situation on the kernel level, it is not production ready. The full message was swap zone exhausted, increase kern.maxswzone - I guess that actual swap wasn't exhausted,

[head tinderbox] failure on sparc64/sparc64

2011-07-01 Thread FreeBSD Tinderbox
TB --- 2011-07-01 15:12:58 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-07-01 15:12:58 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2011-07-01 15:12:58 - cleaning the object tree TB --- 2011-07-01 15:13:06 - cvsupping the source tree TB --- 2011-07-01 15:13:06 -

Re: FreeBSD 9

2011-07-01 Thread Artem Belevich
On Fri, Jul 1, 2011 at 7:45 AM, Tim Gustafson t...@soe.ucsc.edu wrote: it is nice that you give 9 a chance, but there is LSI SAS2008 support in 8.2, too. I tried booting off an 8.2 release disc and it did not see the controller. More specifically, it's in 8.2-STABLE. mps driver was MFC'ed on

cvsup servers broken?

2011-07-01 Thread Ian FREISLICH
Hi I've been seeing this all day: # cvsup -L2 /root/supfile-cvs Parsing supfile /root/supfile-cvs Connecting to cvsup6.freebsd.org Connected to cvsup6.freebsd.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing

Re: keyboard driver problem?

2011-07-01 Thread Hans Petter Selasky
Hi, Can you try the attached patch and report back? Please also send me your HID descriptor: usbconfig -d X.Y do_request 0x81 0x06 0x2200 0 0x100 --HPS === input/ukbd.c == --- input/ukbd.c (revision 223581) +++ input/ukbd.c

Re: FreeBSD 9

2011-07-01 Thread Tim Gustafson
More specifically, it's in 8.2-STABLE. mps driver was MFC'ed on Feb 18th, 2011. It didn't make it into 8.2-RELEASE. Try mfsBSD image from http://mfsbsd.vx.sk/ -- it may work better. That's what I used. I used the zpool 15 versions though; maybe the zpool 28 version had the new driver on

Re: Thoughts on TMPFS no longer being considered highly experimental

2011-07-01 Thread Ulrich Spörlein
On Fri, 01.07.2011 at 11:33:42 -0400, Sean M. Collins wrote: On 7/1/11 2:42 AM, Stefan Bethke wrote: The box shouldn't wedge in this situation. If tmpfs can create a memory starvation situation on the kernel level, it is not production ready. The full message was swap zone exhausted,

Re: cvsup servers broken?

2011-07-01 Thread Matt
On 07/01/11 09:34, Ian FREISLICH wrote: Hi I've been seeing this all day: # cvsup -L2 /root/supfile-cvs Parsing supfile /root/supfile-cvs Connecting to cvsup6.freebsd.org Connected to cvsup6.freebsd.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging

Re: keyboard driver problem? (new patch)

2011-07-01 Thread Hans Petter Selasky
Hi, Found some bugs in my intial patch. Try this new one. --HPS === ukbd.c == --- ukbd.c (revision 223581) +++ ukbd.c (local) @@ -108,9 +108,10 @@ #define UKBD_IN_BUF_SIZE (2*(UKBD_NMOD + (2*UKBD_NKEYCODE))) /* bytes */ #define