Re: mount nfs from freebsd 7: protocol not supported

2009-12-19 Thread Matthew Dillon
: :The DragonFly box is the server, and Ive forced the FBSD nfs clients to :use TCP. : :Is this the right setup? : :Petr You should use TCP no matter what the client/server is. I though FreeBSD defaulted to tcp now (as do we in 2.5+). -Matt

Issues with 3G of ram fixed for 64 bit builds

2009-12-19 Thread Matthew Dillon
x86_64 now works properly with 3G of ram. Bounce buffers in the kernel were broken due to an incorrect #define. -Matt Matthew Dillon dil...@backplane.com

Re: mount nfs from freebsd 7: protocol not supported

2009-12-19 Thread elekktretterr
: :The DragonFly box is the server, and Ive forced the FBSD nfs clients to :use TCP. : :Is this the right setup? : :Petr You should use TCP no matter what the client/server is. I though FreeBSD defaulted to tcp now (as do we in 2.5+). FreeBSD 7 default is definitely UDF. Dunno

Re: Issues with 3G of ram fixed for 64 bit builds

2009-12-19 Thread elekktretterr
x86_64 now works properly with 3G of ram. Bounce buffers in the kernel were broken due to an incorrect #define. I guess this could be why ciss on x86_64 (machine also has 5GB RAM) halts the boot process. Petr