The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
47 views

How to connect with username/password to mongodb using native node.js driver

I'm using native mongo driver in Joyent cloud, the node.js application runs fine locally but in Joyent when i run with usrname/pswd that they provided it fails to connect. following is the code used ...
0
votes
0answers
145 views

Why my server get down frequently Phusion passenger + Joyent + ROR + Apache + mysql?

Very Specific problem, In my Ruby On Rails Application(Web Site). I have dedicated server on Joyent Account. Also my website is hosted on Joyent. But it's down frequently my passenger get down after ...
-2
votes
2answers
142 views

MongoDB in the cloud hosting, benefits

Im still fighting with mongoDB and I think this war will end is not soon. My database has a size of 15.95 Gb; Objects - 9963099; Data Size - 4.65g; Storage Size - 7.21g; Extents - 269; Indexes - ...
0
votes
2answers
53 views

Trouble running cron on Joyent

I'm trying to set up a node script to run as a cron job on Joyent. I can run arbitrary commands but node scripts to seem to execute. As an example: # cron # call a script every minute # being ...
0
votes
1answer
86 views

how to download copy of cloud9 sample code in beagle bone

today is 27th Dec 2012 and I just got my Beagle Bone board from RS Components. Once I got into the device Cloud9 IDE... I chosed the blinkingleds.js sample AND clicked RUN. It does running and I tried ...
17
votes
3answers
525 views

What are the most important statistics to look at when deploying a Node.js web-application?

First - a little bit about my background: I have been programming for some time (10 years at this point) and am fairly competent when it comes to coding ideas up. I started working on web-application ...
0
votes
0answers
82 views

Why Joyent Slingshot was discontinued? [closed]

I wonder why Joyent Slingshot didn't see much light? Was it ahead of its time?
0
votes
0answers
75 views

Node Zlib: Runtime error on SmartOs 64

I recently provisioned a SmartOS machine in Joyent's Cloud and npm installed zlib. The build succeeded, but now I get the following error every time I try to require('zlib'): Error: ld.so.1: node: ...
1
vote
2answers
643 views

Verify if my node.js instance is dev or production

Right now, whenever I want to deploy a node.js server to my production server, I need to change all the IP/DNS/username/password for my various connection to my databases and external APIs. This ...
0
votes
0answers
272 views

Unable to connect to game server with socket.io (node.js)

I am making a HTML5 multiplayer game and I am using node.js for the server app, socket.io for the client/server communications. So far I was working and testing on my PC, with the server listening on ...
0
votes
2answers
104 views

After website migration, index.html no longer automatically loaded

Thanks for any help you can provide! We just migrated our website to a new server. It's on a Joyent Cloud running Sun/Oracle Solaris, and it has Ruby in addition to PHP. It runs on MySQL and Apache. ...
9
votes
5answers
898 views

UTF-8 problems in php: var_export() returns \0 null characters, and ucfirst(), strtoupper(), etc. behave strangely

We are dealing with a strange bug in a Joyent Solaris server that never happened before (doesn't happen in localhost or two other Solaris servers with identical php configuration). Actually, I'm not ...
1
vote
2answers
555 views

Installing ruby on smartos plus

So ive got a smartos 64 plus machine (joyent) It DIDN'T have rails installed as i got a Could not find gem 'rdoc (~> 3.4)', required by 'rails (= 3.0.9)', in any of the sources Error trying to ...
1
vote
1answer
96 views

I want to upgrade from mysql to mysql2 on Joyent

I got following error in my Application. incompatible character encodings: ASCII-8BIT and UTF-8 I found solution for this for which i need to upgrade mysql gem to mysql2 in remote server i.e. ...
0
votes
2answers
157 views

Can I listen to ports other than 80 on Joyent's no.de development environment?

I recently provisioned a Node SmartMachine on Joyent's free development platform. I'm having trouble getting my Node server to listen to any port other than 80. This works: server.listen( 80 ); ...
0
votes
2answers
730 views

Deploying Express App

Issue I got the following folder structure: diaryapp nodes_modules express jade mongoose public routes views app.js package.json git pushing this to my Joyent Machine ...
0
votes
3answers
251 views

no.de pull from github

I am trying to pull or clone a git repo from my joyent smartmachine no.de thru putty. I can connect to my sever easily, but as soon as I write: git pull git@github.com/accoutName/repo , I get the ...
3
votes
2answers
710 views

Joyent no.de and Cloud9 ide

Hi have copied my cloud9 ide SSH key in my account settings in joyent no.de. When I launch "git push mywebsite.no.de master" in my cloud9 ide console I get the following errors: Warning: Permanently ...
1
vote
0answers
245 views

Joyent no.de: cant ssh/git push into my node.js machine

I get: ssh: connect to host switchboard1.no.de port 34726: Bad file number fatal: The remote end hung up unexpectedly As the instructions say my config file in .ssh looks like: Host ...
0
votes
1answer
166 views

Can Joyent smart machines be set up to follow a multiple-tier architecture (web/app/db machine)?

I''ve taken a quick look at Joyent's smart machines, and I can't find information to quickly answer this question. I'd like to know if they can be configured in a three-tier (or even two tier) ...