NFSv4.1 server for testing/review

2013-07-21 Thread Rick Macklem
Hi, Just in case anyone is interested, I have put an experimental NFSv4.1 server in the svn repository under: projects/nfsv4.1-server It lacks required support for backchannels. However, since it never issues delegations at this point, it seems to work ok against the extant NFSv4.1 clients that

Re: Fix for sys_munlock(2) with racct

2013-07-21 Thread Jeremie Le Hen
On Sat, Jul 20, 2013 at 08:33:35PM -0700, Alan Cox wrote: > > On Jul 20, 2013, at 4:22 AM, Jeremie Le Hen wrote: > > > Hi Edward, Alan, > > > > I plan to commit the following patch: > > http://people.freebsd.org/~jlh/racct_munlock.diff > > > > This solves the following panic: > > > > panic: ra

Re: Enabling clang/llvm for MIPS?

2013-07-21 Thread Warner Losh
On Jul 21, 2013, at 2:04 PM, Dimitry Andric wrote: > > On Jul 21, 2013, at 20:42, Adrian Chadd wrote: >> I'd like to start doing test builds of the mips stuff (specifically >> mips4kc, mips24k and mips74k) on freebsd-head with clang/llvm. >> >> What changes are needed to the makefile framework

Re: Lenovo x220 - hangs on shutdown

2013-07-21 Thread Joel Dahl
On Sun, Jul 21, 2013 at 07:12:33PM +0300, Konstantin Belousov wrote: > On Sun, Jul 21, 2013 at 09:20:45AM +0200, Joel Dahl wrote: > > On Tue, Jul 16, 2013 at 10:48:35PM +0200, Joel Dahl wrote: > > > Hi, > > > > > > Yesterday I upgraded my Lenovo x220 to the latest current (r253368). Now > > > it

Re: Panic when starting X with Intel KMS

2013-07-21 Thread Andriy Gapon
on 21/07/2013 23:25 Gustau Pérez i Querol said the following: > github repo hasn't the svn revision The github repo does have svn revision numbers -- as git notes (google for this term). -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list http

Re: Panic when starting X with Intel KMS

2013-07-21 Thread Gustau Pérez i Querol
Al 21/07/2013 20:51, En/na Konstantin Belousov ha escrit: Hi, the assert doesn't happen (that's resident_count is not bigger than count). You can find the complete core at: https://dl.dropboxusercontent.com/u/2094962/core.txt.5 I do not understand what do you mean, it seems t

Re: Enabling clang/llvm for MIPS?

2013-07-21 Thread Dimitry Andric
On Jul 21, 2013, at 20:42, Adrian Chadd wrote: > I'd like to start doing test builds of the mips stuff (specifically > mips4kc, mips24k and mips74k) on freebsd-head with clang/llvm. > > What changes are needed to the makefile framework to enable this? In share/mk/bsd.own.mk, modify these parts:

Re: Panic when starting X with Intel KMS

2013-07-21 Thread Konstantin Belousov
On Sun, Jul 21, 2013 at 11:31:34AM +0200, Gustau P?rez i Querol wrote: > > > The issue happened somewhere before the process exit. Try the patch > > below, the idea is that your overflow count is really big, so the > > wrong-doer could cause underflow when acting. > > > > diff --git a/sys/amd64/a

Enabling clang/llvm for MIPS?

2013-07-21 Thread Adrian Chadd
Hiya, I'd like to start doing test builds of the mips stuff (specifically mips4kc, mips24k and mips74k) on freebsd-head with clang/llvm. What changes are needed to the makefile framework to enable this? Thanks, -Adrian ___ freebsd-current@freebsd.org

CFT: cloned_interfaces and gifconfig in rc.d/netif

2013-07-21 Thread Hiroki Sato
Hi, The attached patch allows rc.d/netif to create IFs in $cloned_interfaces when interface name(s) is specified. For example, when the following lines are in rc.conf: cloned_interfaces="bridge0 bridge1" ifconfig_bridge0="..." ifconfig_bridge1="..." The following commands create the i

Re: Lenovo x220 - hangs on shutdown

2013-07-21 Thread Konstantin Belousov
On Sun, Jul 21, 2013 at 09:20:45AM +0200, Joel Dahl wrote: > On Tue, Jul 16, 2013 at 10:48:35PM +0200, Joel Dahl wrote: > > Hi, > > > > Yesterday I upgraded my Lenovo x220 to the latest current (r253368). Now it > > hangs when I do a shutdown from an xterm. The screen just goes black and > > the

Re: Lenovo x220 - hangs on shutdown

2013-07-21 Thread Adrian Chadd
Hi! Great catch! Neel - any ideas why this change would stop Joel's machine from cleanly shutting down? -adrian On 21 July 2013 00:20, Joel Dahl wrote: > On Tue, Jul 16, 2013 at 10:48:35PM +0200, Joel Dahl wrote: >> Hi, >> >> Yesterday I upgraded my Lenovo x220 to the latest current (r253368)

where is the startkde file of kde4

2013-07-21 Thread Robin Lehrmann
hello mailing-list, I have installed kde4 on the current freebsd. Now I want to start it but I don't find the start script in /usr/local/kde4/bin I try the scripts kde4 kded4 kdeinit4 but I get always the error "$Display is Not Set" how can I set the display or start kde4? - Robin Lehrmann

Re: expanding past 1 TB on amd64

2013-07-21 Thread Chris Torek
(Apologies for delay in reply, family issues) I'd be fine with 4 TB instead of 16; and, at this point, with the latest patches, it's easily tuned. The auto-sizing of the direct map is not affected by sparse space as it keys off Maxmem, which is not actually physical size, but rather "one past las

Re: Panic when starting X with Intel KMS

2013-07-21 Thread Gustau Pérez i Querol
The issue happened somewhere before the process exit. Try the patch below, the idea is that your overflow count is really big, so the wrong-doer could cause underflow when acting. diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 19be4e0..fcdc6af 100644 --- a/sys/amd64/amd64/p

Re: Lenovo x220 - hangs on shutdown

2013-07-21 Thread Joel Dahl
On Tue, Jul 16, 2013 at 10:48:35PM +0200, Joel Dahl wrote: > Hi, > > Yesterday I upgraded my Lenovo x220 to the latest current (r253368). Now it > hangs when I do a shutdown from an xterm. The screen just goes black and the > fan never spins down. It doesn't respond to ping. > > It didn't do th

Re: Panic when starting X with Intel KMS

2013-07-21 Thread Konstantin Belousov
On Sat, Jul 20, 2013 at 01:20:56PM +0200, Oliver Pinter wrote: > On 7/20/13, Gustau P?rez i Querol wrote: > > Reading the backtrace I see this: > > > > panic: pmap_release: pmap resident count -398580 != 0 > > > > which comes from amd64/amd64/pmap.c:1936. I suspect that > > pmap-