我按照这个教程来设置我的node.js服务器的新贵: http : //howtonode.org/deploying-node-upstart-monit
问题是,当我尝试运行“启动mynodeprogram”,我得到floowing错误:
root@v:/# start mynodeprogram start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
我用下面的命令安装了新手:
root@v:~# apt-get install upstart Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: upstart 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 0 B/272 kB of archives. After this operation, 717 kB of additional disk space will be used. Selecting previously deselected package upstart. (Reading database ... 43793 files and directories currently installed.) Unpacking upstart (from .../upstart_0.6.6-1_amd64.deb) ... Processing triggers for man-db ... Setting up upstart (0.6.6-1) ...
希望你能帮我…
你尝试重新启动吗? 很多时候可以马上修复它。