Hi,
Hobbit client : hobbit-4.2-beta-20060605 OS: FreeBSD 6.1
I configured on hobbit server the client-local.cfg for freebsd:
[freebsd] log:/var/log/messages:10240 log:/var/log/maillog:10240 file:/usr/local/bin/bash:md5"
and the hobbit-clients.cfg :
HOST=baldo FILE /usr/local/bin/bash MD5=e457ec5b7884437c7ce266e5827a4a43 LOG /var/log/messages diff-bkp-mx-dom red
but it doesn't work, the status of FILES is:
red /usr/local/bin/bash File has MD5 hash (No MD5 data) - should be e457ec5b7884437c7ce266e5827a4a43
On client-data information, there is this section:
[file:/usr/local/bin/bash] type:100000 (file) mode:755 (-rwxr-xr-x) linkcount:1 owner:0 (root) group:0 (wheel) size:594692 clock:1153621952 (2006/07/23-04:32:32) atime:1153620827 (2006/07/23-04:13:47) ctime:1150500756 (2006/06/17-01:32:36) mtime:1145695494 (2006/04/22-10:44:54)
it seems it doesn t manage to do the md5 check.
here the way i use to get the md5 of the file:
md5 /usr/local/bin/bash
MD5 (/usr/local/bin/bash) = e457ec5b7884437c7ce266e5827a4a43
thanks in advance. Regards, Nicolas