Re: console freeze after "ifconfig wlan0 scan" with wi(4) pccard device

2011-01-10 Thread Bernhard Schmidt
On Sunday, January 09, 2011 23:22:28 Anton Shterenlikht wrote: > On amd64 r217010 laptop (HP Compaq 6715s) > I'm trying to use this wi(4) device: > > wi0: > at port 0x100-0x13f irq 20 function 0 config 1 on pccard0 > > I do > > # ifconfig wlan0 create wlandev wi0 > # ifconfig -a > bge0: flags=

Recent mouse freeze problem with X, different window managers, any browser and flash.

2011-01-10 Thread Edwin L. Culp W.
For a week or so, with up to date, current, ports, etc. everytime I open a page that has automatic flash video my mouse freezes and I have to manually kill X and restart. I had worked fine for many months. Yesterday I rebuilt all linux emulation. All ports are up to date as of today. I have no

Re: HEADS UP: Merge of binutils 2.17

2011-01-10 Thread Anton Shterenlikht
On Fri, Jan 07, 2011 at 09:57:47PM +0100, Dimitry Andric wrote: > Hi all, This is slightly OT. I get this error on ia64 which seems to be binutils related (still 2.15). I just thought if it is, then it might have an effect on 2.17 as well. The error seems to be ia64 specific. On amd64 and sparc64

R: Recent mouse freeze problem with X, different window managers, any browser and flash.

2011-01-10 Thread Barbara
> >For a week or so, with up to date, current, ports, etc. everytime I >open a page that has automatic flash video my mouse freezes and I have >to manually kill X and restart. I had worked fine for many months. >Yesterday I rebuilt all linux emulation. All ports are up to date as >of today. I

Re: Loading uart module fails

2011-01-10 Thread John Baldwin
On Sunday, January 09, 2011 9:02:15 am Bruce Cran wrote: > Hi, > > I removed uart from my kernel configuration - when I tried to load it > later as a module I got the following error: > > acpi_timer0: couldn't allocate resource (port 0x4008) > driver bug: Unable to set devclass (devname: (null))

Re: NFSv4 and pam_mount - mounting user home directories.

2011-01-10 Thread Rick Macklem
> >> Good to know if it will work with nfsv4 server started via rc.conf > >> and > >> sysctl values in sysctl.conf.. > >> > > build a kernel with "options NFSD" in its config file and then try > > it > > with that kernel, and then you'll find out... > > > > How about patching the /etc/rc.d/nfsd sc

Re: NFSv4 and pam_mount - mounting user home directories (with security?)

2011-01-10 Thread Rick Macklem
> > So I would like NFSv4 to serve user home directories across the > network for all workstations, but I would like it to protect using > user password > > Eg. on workstation I want to do: > > sudo mount -t nfs -o nfsv4 nfs4-server:/home/user1 /home/user1 > and then I want to be asked for passw

Re: NFSv4 and pam_mount - mounting user home directories (with security?)

2011-01-10 Thread Marek Salwerowicz
I think you can stick it just before "return 0" in /etc/rc.d/nfsd. (I'd probably just go with the "sysctl vfs.newnfs.server_min_nfsvers=4" line in this case, since you want it unconditionally?) Or, if you don't want to build a kernel with "options NFSD", I think you can get nfsd.ko loaded early b