Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on November 6, 2021 at 02:31 AM

New Paste 1 (Text)

33chan@localhost:~/jschan$ npm run-script setup

> [email protected] setup
> npm i -g pm2 gulp && gulp generate-favicon && gulp default

npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

changed 528 packages, and audited 529 packages in 56s

14 packages are looking for funding
  run `npm fund` for details

21 high severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
[02:30:13] Using gulpfile ~/jschan/gulpfile.js
[02:30:13] Starting 'generate-favicon'...
[02:30:13] Starting 'generate-favicon'...
[02:30:36] Finished 'generate-favicon' after 23 s
[02:30:36] Starting 'closeConnections'...
[02:30:36] Finished 'closeConnections' after 1.18 ms
[02:30:36] Finished 'generate-favicon' after 23 s
[02:30:37] Using gulpfile ~/jschan/gulpfile.js
[02:30:37] Starting 'default'...
[02:30:37] Starting 'init'...
[02:30:37] 'init' errored after 41 ms
[02:30:37] MongoServerError: Authentication failed.
    at MessageStream.messageHandler (/home/33chan/jschan/node_modules/mongodb/lib/cmap/connection.js:467:30)
    at MessageStream.emit (node:events:390:28)
    at MessageStream.emit (node:domain:537:15)
    at processIncomingData (/home/33chan/jschan/node_modules/mongodb/lib/cmap/message_stream.js:108:16)
    at MessageStream._write (/home/33chan/jschan/node_modules/mongodb/lib/cmap/message_stream.js:28:9)
    at writeOrBuffer (node:internal/streams/writable:389:12)
    at _write (node:internal/streams/writable:330:10)
    at MessageStream.Writable.write (node:internal/streams/writable:334:10)
    at Socket.ondata (node:internal/streams/readable:754:22)
    at Socket.emit (node:events:390:28)
[02:30:37] 'default' errored after 45 ms
33chan@localhost:~/jschan$ exit