Hobbit creates its disk rrd files with the name of the mount/partition in the filename...ie. "disk,$mountpoint.rrd". Since your BigSister client is reporting the mount point as "N/A", Hobbit is trying to create a file called "disk,N/A.rrd", and UNIX is interpreting the "/A" as being a subdirectory (which doesn't exist), thus getting the error.
The solution is to either fix the bigsister client so that it properly reports the mountpoints in its disk test, or use a bb client instead which doesnt seem to have this problem.
-Charles
Etienne Roulland wrote:
Hi everybody,
i'm trying to set up an hobbit server with both big brother & sister clients.
I don't have problem to get the rrd graphs from BigB client but big sister doesn't seems to be "hobbit aware"...
I get this for the disks test :
N/A 9.2GB 7.7GB 1.5GB 84% / N/A 9GB 6.6GB 2.4GB 74% /home
So i get : 2005-02-07 18:36:13 RRD error creating /usr/local/stow/hobbit//data/rrd/mybox/disk,N/A.rrd: creating '/usr/local/stow/hobbit//data/rrd/mybox/disk,N/A.rrd': No such file or directory
I don't understand why i get an "N/A"..
Is somebody ever tried this setting ? And did it work ?
Regards,