Displaying 5 results from an estimated 5 matches for "famd".
Did you mean:
amd
2014 Feb 13
1
samba w/vfs notify_fam perf hit of 25% on writes noticed...?
...in).
I don't remember seeing this during previous benchmarks, which is
why I was more than a little curious.
When I'm doing the client write's
(writing 4G to the server, I used to see 98-99% cpu
usage from smbd that was servicing my session.
Now, I'm seeing about that amount from famd, and only in the upper
80%'s for smbd.
Transfer wise, I'm losing 25% on writes dropping them down to
around the same speed, or slightly less than 'reads' (writes
have normally been higher, cuz a writer with a large TCP
window can get ahead of where the reader is, but a reader
can...
2009 Dec 18
3
Security advice, please
...me I've got reports of a problem -
Checking `bindshell'... INFECTED (PORTS: 1008)
The page http://fatpenguinblog.com/scott-rippee/checking-bindshell-infected-
ports-1008/ suggests that this might be a false positive, so I ran 'netstat -
tanup' but unlike the report, it wasn't famd on the port. It was
tcp 0 0 0.0.0.0:1008 0.0.0.0:*
LISTEN 3797/rpc.mountd
It looks as though certain services are marked as suspicious when they grab
port 1008. I tried to find how to restart the service, but without success,
but a reboot pu...
2005 Mar 03
4
Steroids for Rsync!
I've been researching the state of 'file alteration monitoring'
technology on Linux. Famd uses dnotify to inefficently monitor a handful
of directories. The replacement for dnotify is being worked on in the
kenel and it's called inotify. If I understand it correctly and they get
it finished, it would be an awesome addition to rsync. With it, you
could run rsync to update a remot...
2006 Nov 29
2
75 seconds timeout when negotiating with smbd.
Hello all,
After upgrading to 3.0.23c on my FreeBSD 6.1 box Samba stopped working
on any connections. When connecting to smbd, tcp session is established
(SYN, SYN+ACK, ACK) then a client send a NEGOTIATION packet, and after
some timeout (about 10-15 seconds) this tcp session is closed (by the
client) because no response to NEG. packet was received. Then after 75
seconds (counting from the
2006 Jun 21
3
multiple apps one virtual host one domain
I''m trying to achieve the following:
Having a development server that runs multiple rails apps running wihout
creating a different virtual host for each apps.
my documentRoot is therefore /var/rails for my whole config
http://myserver/app1/controller/action -> (/var/rails/app1/...)
http://myserver/app2/controller/action -> (/var/rails/app2/...)
I''m under apache 1.3
mod