Is the two error messages at the top normal? - anyway on i go with the
install process
On chapter 2 with the init scripts i found after converting the rpm
that they are already included with the main .deb package i already
installed before...
For gfs2-utils i needed to go into Synaptic and found that its gfs2-
tools
Now when i do service sc101-nbd start i find i need to install debian-
helper-scripts, which i sudo apt-get install.
Now when i sudo service sc101-nbd start i get the following error;
/usr/bin/service: 5: /etc/init.d/sc101-nbd: Permission denied
What am i doing wrong? lol
Thanks in advance
looks like you have a couple of things here.
1) make sure you are running the "ut listall" as root. So maybe sudo
ut listall. If that still fails, make sure the firewall is not causing
you grief.
2) Looks like there is an issue with the execute permissions on the
sc101-nbd init script. Try "sudo chmod u+x /etc/init.d/sc101-nbd".
Let me know if this still is an issue for you.
-- Darrin