Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Issues with config backups #22

Open
jdtinsley88 opened this issue Dec 7, 2018 · 1 comment
Open

Issues with config backups #22

jdtinsley88 opened this issue Dec 7, 2018 · 1 comment

Comments

@jdtinsley88
Copy link

Here is a snippet of an issue - I am running Centos 7 and installed everything per the instructions.

POST /dhcp_config_snapshots - - ms - -
[WS] STATUS: Socket clients (1)
{ Error: ENOENT: no such file or directory, mkdir 'config_backups/dhcp4'
at Object.fs.mkdirSync (fs.js:885:18)
at /root/kea-anterius/routes/dhcp_config_snapshots.js:39:16
at Layer.handle [as handle_request] (/root/kea-anterius/node_modules/express/lib/router/layer.js:95:5)
at next (/root/kea-anterius/node_modules/express/lib/router/route.js:137:13)
at auth (/root/kea-anterius/lib/authorize.js:30:4)
at Layer.handle [as handle_request] (/root/kea-anterius/node_modules/express/lib/router/layer.js:95:5)
at next (/root/kea-anterius/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/root/kea-anterius/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/root/kea-anterius/node_modules/express/lib/router/layer.js:95:5)
at /root/kea-anterius/node_modules/express/lib/router/index.js:281:22
errno: -2,
code: 'ENOENT',
syscall: 'mkdir',
path: 'config_backups/dhcp4' }
[WS] STATUS: Socket clients (1)
[WS] STATUS: Socket clients (1)
[WS] STATUS: Socket clients (1)
POST /dhcp_config_snapshots - - ms - -

@atmillertime
Copy link

cd kea-anterius
mkdir config_backups
mkdir config_backups/dhcp4
mkdir config_backups/dhcp6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants