progress…

 code, dinosaur  Comments Off on progress…
Mar 042014
 

In case I run into this again… fired up a VM with ubuntu 13.10, 64 bit… and after installing sshd (apt-get install openssh-server) it wouldn’t start; instead I’d get: # services ssh start start: Unknown job: ssh I didn’t see any answers out there, so I waded into the /etc/init.d/ssh script… it calls the “init_is_upstart” function here: check_for_upstart() { if init_is_upstart; then     exit $1 fi } The […]