This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:~/geocommons/geoiq$ rake solr:start | |
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+) | |
WARNING: 'task :t, arg, :needs => [deps]' is deprecated. Please use 'task :t, [args] => [deps]' instead. | |
at /home/benheb/geocommons/geoiq/lib/tasks/gc_auth.rake:84 | |
rake aborted! | |
getaddrinfo: Name or service not known | |
Tasks: TOP => solr:start | |
(See full trace by running task with --trace) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:~/geocommons/geoiq$ rake solr:start --trace | |
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+) | |
WARNING: 'task :t, arg, :needs => [deps]' is deprecated. Please use 'task :t, [args] => [deps]' instead. | |
at /home/benheb/geocommons/geoiq/lib/tasks/gc_auth.rake:84 | |
** Invoke solr:start (first_time) | |
** Execute solr:start | |
rake aborted! | |
getaddrinfo: Name or service not known | |
/usr/lib/ruby/1.8/net/http.rb:560:in `initialize' | |
/usr/lib/ruby/1.8/net/http.rb:560:in `open' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:/$ du -hs * | |
7.9M bin | |
du: cannot read directory `boot/lost+found': Permission denied | |
43M boot | |
4.0K cdrom | |
4.5G data | |
du: cannot read directory `dev/vboxusb': Permission denied | |
1.2M dev | |
du: cannot read directory `etc/ppp/peers': Permission denied | |
du: cannot read directory `etc/ssl/private': Permission denied |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:~$ npm install | |
npm ERR! Couldn't read dependencies. | |
npm ERR! Error: ENOENT, No such file or directory '/home/benheb/package.json' | |
npm ERR! Report this *entire* log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Linux 2.6.38-13-generic | |
npm ERR! command "node" "/usr/local/bin/npm" "install" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:/var/www/SPA$ git commit -a -m 'commit working' | |
fatal: failed to read object df1d7248230fee89c9333291f99a373cb052516d: Invalid argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.socket.on('job', function (data) { | |
self.metadata = data; | |
self.level_ids = F1.config.twitch_boundaries['political']; | |
self._setLevel(18 - MM.App.instances[self.app_id].getZoom()); | |
if (self.metadata.state == 'processing'){ | |
var el = jq('<div id="twitch_status"/>'); | |
el.appendTo('#'+F1.config.map_options.dom_id); | |
el.twitch_status({limit: self.metadata.limit || self.metadata.dataset.overlay_data.feature_count}); | |
} | |
//twitch temporal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:~/geocommons/geoiq$ git pull origin 9323_twitch_maps | |
remote: Counting objects: 46, done. | |
remote: Compressing objects: 100% (13/13), done. | |
remote: Total 29 (delta 23), reused 22 (delta 16) | |
Unpacking objects: 100% (29/29), done. | |
From github.com:geoiq/geoiq | |
* branch 9323_twitch_maps -> FETCH_HEAD | |
Updating a64f413..cf1ce42 | |
error: The following untracked working tree files would be overwritten by merge: | |
tiles/ModestMaps/MapQuest.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.../node_modules/cssom/test/vendor/qunit.css | 189 + | |
.../stylus/node_modules/cssom/test/vendor/qunit.js | 1415 +++ | |
.../stylus/node_modules/growl/History.md | 16 + | |
.../stylus/node_modules/growl/Readme.md | 74 + | |
.../stylus/node_modules/growl/lib/growl.js | 82 + | |
.../stylus/node_modules/growl/package.json | 25 + | |
.../node_modules/stylus/node_modules/growl/test.js | 17 + | |
.../stylus/node_modules/mkdirp/.gitignore.orig | 2 + | |
.../stylus/node_modules/mkdirp/.gitignore.rej | 5 + | |
.../stylus/node_modules/mkdirp/.npmignore | 2 + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benheb@benheb:~/geocommons/geoiq/lib/twitch$ node app.js | |
node.js:134 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
TypeError: object is not a function | |
at Object.CALL_NON_FUNCTION (native) | |
at EventEmitter.fork (/usr/lib/nodejs/cluster.js:147:3) | |
at Object.<anonymous> (/home/benheb/geocommons/geoiq/lib/twitch/app.js:28:13) | |
at Module._compile (module.js:411:26) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
@ @ @ @ @ @ @ @ @ |
OlderNewer