On debian coudlnot start with boot ;/ i use update-rc after installing gld. http://pastebin.ca/137372 this si gld script.
Did you try Code: update-rc.d gld defaults ? This should create the necessary system startup links for GLD.
no i dont have problems Code: # ls -la /etc/rc3.d/ | grep gld lrwxrwxrwx 1 root root 13 2006-08-18 12:47 S20gld -> ../init.d/gld
The problem could be that gld gets started too early. You could try to delete this S20gld link and create a new one, let's say S99gld, for example (the higher the number, the later the process gets started during boot). Also do this in rc2.d and rc5.d.