Ubuntu Pastebin

Paste from jj at Tue, 2 Jun 2015 01:39:26 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
website master* $ gulp watch
[02:38:36] Using gulpfile ~/src/bitbucket.org/rthink/website/gulpfile.js
[02:38:36] Starting 'watch'...
[02:38:36] 'watch' errored after 26 ms
[02:38:36] Error: watch ENOSPC
    at exports._errnoException (util.js:746:11)
    at FSWatcher.start (fs.js:1172:11)
    at Object.fs.watch (fs.js:1198:11)
    at Gaze._watchDir (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:289:30)
    at /home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:358:10
    at iterate (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/helper.js:52:5)
    at Object.forEachSeries (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/helper.js:66:3)
    at Gaze._initWatched (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:354:10)
    at Gaze.add (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:177:8)
    at new Gaze (/home/joaojeronimo/src/bitbucket.org/rthink/website/node_modules/gulp/node_modules/vinyl-fs/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:74:10)
website master* $ cd ..
rthink $ cd rthink/
rthink master $ make watch
reflex -g '*.go' -s -- sh -c "make run"
[00] Starting service
[info] Error while watching new path ./: no space left on device
[info] Error while watching new path benchmarks/: no space left on device
[info] Error while watching new path terms/: no space left on device
[info] Error while watching new path tests/: no space left on device
Download as text