node-xmpp-bosh error on Ubuntu 11.10

Posted by megueloby on Ask Ubuntu See other posts from Ask Ubuntu or by megueloby
Published on 2012-04-03T10:29:24Z Indexed on 2012/04/03 11:41 UTC
Read the original article Hit count: 262

Filed under:

I am newbie in Linux word. I want to implement a bosh server.

Because it is hard on Windows platform I decided to deploy it on a Ubuntu virtual machine via vmware. I made installation without problems. I followed the processes on this page.

Now I want to test my bosh server with the command sudo bosh or sudo /etc/init.d/bosh start, after typing those I get on the terminal

Starting bosh server

after, nothing. I looked on the bosh.err file and I see

exec: 2: /usr/local/lib/bosh/run-server.js: Permission denied

I don? t know why this error with sudo.

When I try ls -l /usr/local/lib/bosh/run-server.js it show

-rw-r--r-- 1 root root 4889 2012-04-01 18:50 /usr/local/lib/bosh/run-server.js

How can I make bosh start?

© Ask Ubuntu or respective owner

Related posts about command-line