Open
Conversation
fcv-iteratorIt
requested changes
Feb 27, 2026
| - "8768:8000" | ||
| - "8768" | ||
|
|
||
| os2iot-backend: |
Contributor
There was a problem hiding this comment.
Getting the following exception when attempting to start the backend container:
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:738:3)
at tryReadSync (node:fs:438:20)
at Object.readFileSync (node:fs:484:19)
at callback (/tmp/os2iot/backend/src/services/mqtt/mqtt.service.ts:35:31)
at done (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/pem.js:316:1)
at finalCallback (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/pem.js:324:1)
at deleteSeries (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/helper.js:130:1)
at Object.deleteTempFiles (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/helper.js:133:1)
at callback (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/pem.js:323:1)
at callback (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/openssl.js:91:1)
at finalCallback (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/openssl.js:243:1)
at deleteSeries (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/helper.js:130:1)
at myCallback (/tmp/os2iot/backend/node_modules/pem/webpack:/pem/lib/helper.js:121:1)
at FSReqCallback.oncomplete (node:fs:192:23)
Author
There was a problem hiding this comment.
It seams that you have a permission issue on the machine you are trying to run it on.
README.md
Outdated
| ``` | ||
| The first line already exists | ||
| 5. Once the helm chart has redeployed restart the network server to enable the new module. No newline at end of file | ||
| See https://github.com/itk-dev/OS2IoT-helm |
Contributor
There was a problem hiding this comment.
This repository should exist in OS2iot, and this reference should point there
Author
|
More changes on the way: itk-dev#1 |
Updated reference to demo Helm setup
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docker-composetodocker composeLinked to OS2iot/OS2iot-frontend#213