Hi.
I have 3 machines running Debian GNU/Linux Etch (4.0).
One is slighly more updated than the others (newer kernel).
Using the dgrp driver on this machine, the device nodes are not created. The configuration, made through the GUI is the same. On the machines it is working on, “state” shows as “READY”, on the third one “IDLE”.
When runnin the following commandline manually:
/usr/bin/dgrp/config/dgrp_cfg_node -v -v init su 192.68.10.4 2
the folling output is printed:
/usr/bin/dgrp/config/dgrp_cfg_node: init requested for node su
/usr/bin/dgrp/config/dgrp_cfg_node: testing for a loaded module
/usr/bin/dgrp/config/dgrp_cfg_node: testing for su in /proc
/usr/bin/dgrp/config/dgrp_cfg_node: making the special devices for su
/usr/bin/dgrp/config/dgrp_cfg_node: testing for a daemon for su
/usr/bin/dgrp/config/dgrp_cfg_node: attempting to kill su’s daemon (pid 9842)
/usr/bin/dgrp/config/dgrp_cfg_node: testing for a daemon for su
/usr/bin/dgrp/config/dgrp_cfg_node: testing for a loaded module
/usr/bin/dgrp/config/dgrp_cfg_node: testing for a su in /proc
/usr/bin/dgrp/config/dgrp_cfg_node: attempting to start a daemon for su
/usr/bin/dgrp/config/dgrp_cfg_node: operation completed (init node su)
But no devices are created, and no indication of what could be wrong…
I’m using this version of the driver:
40002086_n.tgz
Anyone have an idea of what could be wrong?