0% found this document useful (0 votes)
77 views2 pages

Message

The log file documents a server restarting multiple times due to crashing. It checks disk space and file permissions before pulling a Docker container image and starting processes in the container. The processes crash twice due to being unable to find a required configuration file. Automatic restarts are aborted after the second crash since the crashes occurred less than 60 seconds apart.

Uploaded by

NightOwl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views2 pages

Message

The log file documents a server restarting multiple times due to crashing. It checks disk space and file permissions before pulling a Docker container image and starting processes in the container. The processes crash twice due to being unable to find a required configuration file. Automatic restarts are aborted after the second crash since the crashes occurred less than 60 seconds apart.

Uploaded by

NightOwl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

`[Pterodactyl Daemon]: Checking server disk space usage, this could take a few

seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take
a few seconds...
[email protected]~ Serwer oznaczony jako starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes
to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
v16.19.1
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull;
fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install $
{NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm
uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then
/usr/local/bin/npm install; fi; /usr/local/bin/node /home/container/${BOT_JS_FILE}
[email protected]~ Serwer oznaczony jako running...
node:internal/modules/cjs/loader:1024
throw err;
^
Error: Cannot find module '/home/container/src/config.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
at Function.Module._load (node:internal/modules/cjs/loader:866:27)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
[email protected]~ Serwer oznaczony jako offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state!
----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few
seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take
a few seconds...
[email protected]~ Serwer oznaczony jako starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes
to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
v16.19.1
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull;
fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install $
{NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm
uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then
/usr/local/bin/npm install; fi; /usr/local/bin/node /home/container/${BOT_JS_FILE}
[email protected]~ Serwer oznaczony jako running...
node:internal/modules/cjs/loader:1024
throw err;
^
Error: Cannot find module '/home/container/src/config.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
at Function.Module._load (node:internal/modules/cjs/loader:866:27)
at Function.executeUserEntryPoint [as runMain]
(node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
[email protected]~ Serwer oznaczony jako offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state!
----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60
seconds ago.`

You might also like