Hi everybody, I have two questions :
- I encounter the already known problem (segmentation fault) on a Solaris 2.8 with gmond. I have compiled this executable on this machine, so I don't think this a problem of 32-bits/64-bits kernel compatibility. Here is the log : /etc/gmond.conf configuration pthread_attr_init creating cluster hash for 1024 nodes hash_create size = 1024 hash->size is 1031 gmond initialized cluster hash Using interface ce0 mcast listening on 239.2.11.71 8649 XML listening on port 8649 listening thread(s) have been started listening thread(s) have been started cleanup thread has been started multicasting on channel 239.2.11.71 8649 gmond: cannot open /dev/kmem kvm_open: Permission denied *** WARNING!!!! kvm_open() failed. prepare for a segfault ... *** kvm_nlist: Bad address Lookup up kstat: km (unix?)='unix', ks (system_misc?)='system_misc',kn (resulting metric?)='ncpus' ncpus: kc is 37f10 ncpus: Just did kstat_lookup(). ncpus: Looked up. ncpus: Kstat data type: 2, Value returned: 4, 4 4 4 ncpus: Kernel close. Val returned: 4 metric_init: Assigning cpu_num value (4) to ncpus 2) Concerning the Web Front-end, it is written in the manual that it uses TemplatePower. I have retrieved the class.TemplatePower.inc.php but when I browse some php-page I get messages like Cannot instantiate non-existent class: templatepower in /usr/local/apache-ssl/htdocs/gmetad-webfrontend/meta_view.php on line 3 In fact there is no include directive linked to the class.TemplatePower.inc.php. Do I have to mofify these files by hand ? Thank you in advance of any hint on these topics.

