I’m sorry if i missed some reading but…
We always used the portserver on an Opsenserver 5x server and are moving towards FC2, hence i tried to install the dgrp driver, and run into 2 problems.
The install works for both tgz and rpm, but missing tk-8.xxx makes eg dgrp_gui fail on wish.
Trying to add a node, the logscreen says;ERROR:couldn’t register node
after loading the module, and trying to cat /proc/dgrp/config gives the error ; Illegal seek
after which i’m pretty much stuck.
Trying to find some additional reading I came accross this forum so any help will be much appreciated.
The error you are seeing when adding a node, could be a gcc compiler mis-match or a sign that you are using a newer 2.6.8+ kernel.
Check to see if the compiler matches your kernel:
gcc --version
more /proc/version
The gcc version will need to match. If they do, and you are using a newer 2.6.8+ kernel, please contact Digi Tech. Support for a beta driver that will work in the newer Red Hat kernels.
Thx for the fast reply, Indeed my gcc versions are correct, and i am using the 2.6.8-1 kernel.
So i restarted into 2.6.5, redid the install … works!
So i could check for the Beta version, but since we will be running custom kernels, is there perhaps some kernel option i can add or remove in order for the 1.7 version to run correctly ?