Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The docker image does not work on Raspberry Pi 4 #638

Closed
4 tasks done
kausar007 opened this issue May 8, 2022 · 12 comments
Closed
4 tasks done

[BUG] The docker image does not work on Raspberry Pi 4 #638

kausar007 opened this issue May 8, 2022 · 12 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🛑 No Response [ISSUE] Response was requested, but has not been provided

Comments

@kausar007
Copy link

Environment

Self-Hosted (Docker)

Version

2.0.8

Describe the problem

Using the following docker-compose file Dashy throws errors in a loop.

version: "3.5"
services:
  dashy:
    image: lissy93/dashy
    container_name: dashy
    restart: unless-stopped

The error looks like

#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xbee6c5ec

Additional info

No response

Please tick the boxes

@kausar007 kausar007 added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label May 8, 2022
@liss-bot

This comment was marked as resolved.

@liss-bot liss-bot closed this as completed May 8, 2022
@Lissy93 Lissy93 reopened this May 9, 2022
@Lissy93
Copy link
Owner

Lissy93 commented May 9, 2022

Possibly similar to this issue: jesec/flood#390
Which looks to be caused by the Alpine Node base image being used 🤔
Lemme dust out my Pi, and see if I can recreate it...

@pablollama
Copy link

Hi there, I've got Dashy working fine on a Pi4. (Underying OS on the Pi is Ubuntu 20.04)

Just tried it then with your barebones config, and got 2 warnings - but it runs fine...

yarn run v1.22.15
today at 08:23:46$ npm-run-all --parallel build-watch start
today at 08:23:52$ node server
today at 08:23:53$ vue-cli-service build --watch --mode production
today at 08:23:58
today at 08:23:58Checking config file against schema...
today at 08:24:01✔️ Config file is valid, no issues found
today at 08:24:01
today at 08:24:01SSL Not Enabled: Public key not present
today at 08:24:01
today at 08:24:01
today at 08:24:01 ██████╗ █████╗ ███████╗██╗ ██╗██╗ ██╗
today at 08:24:01 ██╔══██╗██╔══██╗██╔════╝██║ ██║╚██╗ ██╔╝
today at 08:24:01 ██║ ██║███████║███████╗███████║ ╚████╔╝
today at 08:24:01 ██║ ██║██╔══██║╚════██║██╔══██║ ╚██╔╝
today at 08:24:01 ██████╔╝██║ ██║███████║██║ ██║ ██║
today at 08:24:01 ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝
today at 08:24:01
today at 08:24:01*******************************************************************************************
today at 08:24:01Welcome to Dashy! 🚀
today at 08:24:01Your new dashboard is now up and running with Docker
today at 08:24:01*******************************************************************************************
today at 08:24:01
today at 08:24:02
today at 08:24:02Using Dashy V-2.0.8. Update Check Complete
today at 08:24:03✅ Dashy is Up-to-Date
today at 08:24:03
today at 08:24:16
today at 08:24:16- Building for production...
today at 08:24:21 WARN A new version of sass-loader is available. Please upgrade for best experience.
today at 08:31:02 WARNING Compiled with 2 warnings10:31:01 PM
today at 08:31:02
today at 08:31:02 warning
today at 08:31:02
today at 08:31:02asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
today at 08:31:02This can impact web performance.
today at 08:31:02Assets:
today at 08:31:02 fonts/Raleway-Variable.3b5635ac.ttf (302 KiB)
today at 08:31:02 js/chunk-vendors.bbcfcf7a.js (5.54 MiB)
today at 08:31:02 js/dashy.7b0caf93.js (473 KiB)
today at 08:31:02 web-icons/screenshots/dashy-scrsht-1.png (367 KiB)
today at 08:31:02 web-icons/windows10/LargeTile.scale-400.png (307 KiB)
today at 08:31:02 web-icons/windows10/SplashScreen.scale-400.png (307 KiB)
today at 08:31:02
today at 08:31:02 warning
today at 08:31:02
today at 08:31:02entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
today at 08:31:02Entrypoints:
today at 08:31:02 dashy (6.24 MiB)
today at 08:31:02 css/chunk-vendors.d8067ad8.css
today at 08:31:02 js/chunk-vendors.bbcfcf7a.js
today at 08:31:02 css/dashy.74fa274e.css
today at 08:31:02 js/dashy.7b0caf93.js

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label May 14, 2022
@kausar007
Copy link
Author

I tried it just now with the new image that was pushed 5 hours ago. Still the same error. My OS is Raspbian GNU/Linux 10 (buster)

@pablollama
Copy link

I'm running 64 bit:
rp128:/docker/dashy$ablo@rp128:/docker/dashy$ lscpu
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit

Have seen a couple of github issues where 32bit Raspian was causing issues with npm stuff

Any other error messages?

Just psoting this so maybe it shortens Alicia's time investigating...
Cheers,

@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label May 15, 2022
@asenov
Copy link

asenov commented Jun 5, 2022

Reproducible on 32bit architecture

lscpu
Architecture: armv7l
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: ARM

docker-compose up
Pulling dashy (lissy93/dashy:)...
latest: Pulling from lissy93/dashy
5480d2ca1740: Pull complete
00d662877661: Pull complete
c234d4aeb7df: Pull complete
9a2fd5970489: Pull complete
d7b052dfd17d: Pull complete
a9e2cff93ceb: Pull complete
4a632bc0e086: Extracting [===================================> ] 62.39MB/88.6MB
4a632bc0e086: Extracting [======================================> ] 69.07MB/88.6MB
4a632bc0e086: Pull complete
84e58e92758d: Pull complete
Digest: sha256:abb6534dae56532cff66e4bfe4e1b2c0770a6887d0b91fca9e22afee00da83c4
Status: Downloaded newer image for lissy93/dashy:latest
Creating Dashy ... done
Attaching to Dashy
Dashy |
Dashy |
Dashy | #
Dashy | # Fatal error in , line 0
Dashy | # unreachable code
Dashy | #
Dashy | #
Dashy | #
Dashy | #FailureMessage Object: 0xbed4c5dc
Dashy exited with code 133

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Jun 5, 2022
@liss-bot
Copy link
Collaborator

liss-bot commented Jul 6, 2022

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Jul 6, 2022
@liss-bot
Copy link
Collaborator

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Jul 12, 2022
@dbeuchler
Copy link

Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               4
Model name:          Cortex-A53
Stepping:            r0p4
CPU max MHz:         1400.0000
CPU min MHz:         600.0000
BogoMIPS:            89.60
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32

Same problem for me, NodeRed 3.0.1 @ docker:

node-red_1  |
node-red_1  |
node-red_1  | #
node-red_1  | # Fatal error in , line 0
node-red_1  | # unreachable code
node-red_1  | #
node-red_1  | #
node-red_1  | #
node-red_1  | #FailureMessage Object: 0x7eed352c
node-red_1  | ./entrypoint.sh: line 14:     7 Trace/breakpoint trap   (core dumped) /usr/local/bin/node $NODEOPTIONS node_modules/node-red/red.js --userDir /data $FLOWS

@CrazyWolf13
Copy link
Collaborator

@kausar007 @dbeuchler @asenov @pablollama Can anyone confirm this is still a problem?
Because for me all is working fine.

@CrazyWolf13 CrazyWolf13 added the 🛑 No Response [ISSUE] Response was requested, but has not been provided label Apr 13, 2024
@Lissy93 Lissy93 added the 🚏 Awaiting User Response [ISSUE] Response from original author is pending label Apr 14, 2024
@dbeuchler
Copy link

@kausar007 @dbeuchler @asenov @pablollama Can anyone confirm this is still a problem? Because for me all is working fine.

I switched to x64 some time ago and cannot test the image for rpi anymore :-/ maybe its already fixed?

@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed 🚏 Awaiting User Response [ISSUE] Response from original author is pending labels Apr 16, 2024
@Lissy93
Copy link
Owner

Lissy93 commented Apr 20, 2024

I believe this should be fixed.
If anyone is still experiencing issues with it, let me below and I'll reopen

@Lissy93 Lissy93 closed this as completed Apr 20, 2024
@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🛑 No Response [ISSUE] Response was requested, but has not been provided
Projects
Status: Done
Development

No branches or pull requests

7 participants