Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install seems to freeze #21

Closed
GuySawyer opened this issue Apr 3, 2014 · 2 comments
Closed

Install seems to freeze #21

GuySawyer opened this issue Apr 3, 2014 · 2 comments

Comments

@GuySawyer
Copy link

Hi there, firstly well done on this submission. I'm working on a project and this is going to help a lot.

I am using a Beaglebone Black running the latest Debian Wheezy.

The install seems to freeze halfway through, and I'm wandering if this is normal and it just takes really long to install. Or what might be causing it to freeze..

Here is the output:

debian@debian-armhf:~$ sudo npm install onoff
npm http GET https://registry.npmjs.org/onoff
npm http 200 https://registry.npmjs.org/onoff
npm http GET https://registry.npmjs.org/onoff/-/onoff-0.3.1.tgz
npm http 200 https://registry.npmjs.org/onoff/-/onoff-0.3.1.tgz
npm http GET https://registry.npmjs.org/epoll
npm http 200 https://registry.npmjs.org/epoll
npm http GET https://registry.npmjs.org/epoll/-/epoll-0.1.3.tgz
npm http 200 https://registry.npmjs.org/epoll/-/epoll-0.1.3.tgz
npm http GET https://registry.npmjs.org/nan
npm http 200 https://registry.npmjs.org/nan
npm http GET https://registry.npmjs.org/nan/-/nan-0.8.0.tgz
npm http 200 https://registry.npmjs.org/nan/-/nan-0.8.0.tgz

> epoll@0.1.3 install /home/debian/node_modules/onoff/node_modules/epoll
> node-gyp rebuild

gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/0.10.22"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/home/debian/node_modules/onoff/node_modules/epoll/.node-gyp"
gyp http GET http://nodejs.org/dist/v0.10.22/node-v0.10.22.tar.gz
gyp http 200 http://nodejs.org/dist/v0.10.22/node-v0.10.22.tar.gz

Your input will be greatly appreciated.
Thanks in advancef

@GuySawyer
Copy link
Author

Ahh nevermind. I found that it was an error with my clock. The time was correct, but the timezone information had changed. I think rebooting the beaglebone (which I do very seldom) replaces the zoneinfo file. I need to figure out how to retain that info.

@fivdi
Copy link
Owner

fivdi commented Apr 3, 2014

Glad to hear you were able to sort things out.

@fivdi fivdi closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants