balena-io-experimental / browser

A drop-in web browser block
98 stars 75 forks source link

Fix chromium not starting on balenaOS v2.83.6+ #83

Closed rahul-thakoor closed 2 years ago

rahul-thakoor commented 2 years ago

balenaOS v2.83.6 enables user namespacing by default, making applications such as chromium unable to run. We override the kernel parameter user.max_user_namespaces in the application as a workaround.

Fixes #77

Change-type: patch Signed-off-by: Rahul Thakoor rahul@balena.io

ghost commented 2 years ago

An error occurred whilst building your landr site preview:

{
  "name": "TypeError",
  "message": "Cannot read property 'includes' of null",
  "stack": "TypeError: Cannot read property 'includes' of null\n    at hasDeployButton (/usr/src/app/node_modules/scrutinizer/lib/utils/markdown.js:462:19)\n    at module.exports (/usr/src/app/node_modules/scrutinizer/lib/plugins/deployButtons.js:34:26)"
}
rahul-thakoor commented 2 years ago

@balena-ci retest

phil-d-wilson commented 2 years ago

@balena-ci retest