Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm following Linode's Getting Started guide to set up an Ubuntu 10.04 LTS linode. I used Linode's LAMP stack script, and have gotten to the point of setting up SSH keys. When I try to restart SSH:

sudo service ssh restart

I get:

sudo: service: command not found

and the same as root. When I look up whereis service I get nothing, so I assume this means I am missing a package, but am reading conflicting advice on what to do.

I tried: installing package sysvconfig (cannot find) and sysv-rc-conf (has no install candidate). Running /sbin/service ssh restart didn't seem to work either.

share|improve this question
2  
try unix.stackexchange.com or superuser.stackexchange.com or askubuntu.com this is off topic here – Jarrod Roberson Jan 14 at 4:02
Thank you. (I ended up deploying a fresh Ubuntu 12.04 disk image with no stack script, and have not had this problem.) – user1947613 Jan 14 at 5:01

closed as off topic by Don Roby, Jarrod Roberson, K-ballo, tripleee, Stony Jan 14 at 9:53

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.