PDA

View Full Version : How to activate FAM daemon?



techmarks
May 30th, 2008, 07:36 AM
I've installed XFCE4 on FreeBSD 7.0.

Everything looks good execept file changes don't update on the desktop.

I think this must be because XFCE4 uses FAM (File Alteration Monitor) to track file changes and it's not being activated.

I tried putting the following line in /etc/rc.conf

fam_start = "YES"

but that didn't help at all.

Does anyone know how to activate FAM on FreeBSD 7.0 to work with XFCE4?

I did compile FAM from the ports already.

Thanks for any info.

cardinals_fan
May 30th, 2008, 07:16 PM
Check out http://sourceforge.net/projects/bsdfam:


BSD-licensed clone of SGI's FAM (File Alteration Monitor) API used to notify application when specific files or directories are changed. Unlike Linux version, to monitor changes it uses excellent kqueue(9) kernel API available in modern BSD derivatives.