I formatted the SDCard and created another bootable SDCard. Sshed into it and updated the distro but the problem came when using apt-get upgrade, it upgrades some dependencies but then reaches a point it keeps on executing on and on. It has been doing that for 4hrs now. Below are the statements that are repeatedly displayin in the terminal;
ACTION Regenerating Makefile
make: Leaving directory '/root/.c9/node_modules/pty.js/buld'
make: Entering directory '/root/.9/node_module/pty.jsbuild'
make: Warning: File '../../../../.node-gyp/0.10.42/common.gypt' has modification time 7.6+06 s in the future
Can someone iut there assist me?
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/LkVeTUvIDqM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you. Just tried the systemd-timesync command but its saying
-bash: systemd-timesync: command not found
I'm sorry im a newbie, how do i type the command?
I have also tried the ntpdate -b -s -u pool.ntp.org command, not sure if it works the same way with your command.
Hi Robert,
Still getting the same error (command not found).
Looked for the file in /usr/lib/systemd/systemd-timesyncd, a file path in that link you included but the file does not exist.
Are there some packages i have to install first to run the command?
Aftrler running that command to initialise syncin, i got : Failed to issue method call: Unit name systemd-timesyncd is not valid
I have removed the c9-core-installer. Tried reinstalling it but still getting to that looping point even after time sync (using ntpdate command).
What can be the problems associated working without cloud 9? Does it mean i wont be able to use node.js too?
I dont intend to work with the cloud IDE though
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
Finally, it has worked. I reinstalled c9-core-installer after running these commands first; npm i chjj/pty.js --save and npm install -g node-gyp
Thank you.