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

64bit HifiBerryOS not working on 1.5TB SD Card: beocreate2 restart loop #591

Open
ubrandes opened this issue Dec 6, 2024 · 0 comments
Open

Comments

@ubrandes
Copy link

ubrandes commented Dec 6, 2024

Describe the bug
After installing the current 64bit version of HifiBerryOS on a brand new 1500GB Sandisk SD card, the GUI process "beocreate2" keeps restarting infinitely, so that the GUI can't be accessed in the browser because the GUI's web server can't be reached.

SSH access works, but appears very laggy. "HifiBerry" is advertised via AirPlay, but it doesn't stream. The log keeps saying "Failed to start Beocreate 2 Server...Scheduled restart job.."

The same system installed on a 64GB SD card runs flawlessly (HifiBerry AMP2 on Pi Zero 2W). Re-installing HBOS on the 1.5TB card reproduces the error every time. The SD card itself is mint new and seems healthy. It appears a 1.5 TB SD card is too large for HifiBerry OS on a Pi Zero 2.

HiFiBerryOS version
64Alpha8, 23 May 2024

HiFiBerry sound card
HifiBerry AMP2

To Reproduce
Steps to reproduce the behavior:

  1. Install HBOS on a 1.5TB SD-Card
  2. After Firstboot, try to reach the Hifiberry's web GUI in the browser => web server not running
  3. to validate, access the shell via SSH
  4. test the status of the beocreate2 service => "Failed to start Beocreate 2 Server"
  5. see the service's restart loop, as shown in the log files below

Expected behavior
I expect HifiBerryOS to run on a 1.5TB SD-Card as it runs on a 64GB SD-Card. I had purchased it in order to load my entire CD collection onto it, for local playback from MPD. Happy to help debug this further.

Screenshots
n/a
Browser (if applicable)
n/a

Additional context
Here's output from the logs:

# systemctl status beocreate2 | cat
● beocreate2.service - Beocreate 2 Server
Loaded: loaded (/usr/lib/systemd/system/beocreate2.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/beocreate2.service.d
└─override.conf
Active: activating (start) since Thu 2024-12-05 23:28:19 UTC; 2min 52s ago
Docs: https://github.com/bang-olufsen/create/
Process: 1602 ExecStartPre=/opt/hifiberry/bin/bootmsg Starting Beocreate server (code=exited, status=0/SUCCESS)
Main PID: 1609 (node)
Tasks: 1 (limit: 374)
CPU: 240ms
CGroup: /system.slice/beocreate2.service
└─1609 /usr/bin/node /opt/beocreate/beo-system/beo-server.js vv

Dec 05 23:29:21 hifiberry systemd[1]: beocreate2.service: Scheduled restart job, restart counter is at 11.
Dec 05 23:29:53 hifiberry systemd[1]: Starting Beocreate 2 Server...

# journalctl -xeu beocreate2.service
Dec 05 23:05:55 hifiberry systemd[1]: Starting Beocreate 2 Server...
Dec 05 23:07:50 hifiberry systemd[1]: beocreate2.service: start operation timed out. Terminating.
Dec 05 23:07:51 hifiberry systemd[1]: beocreate2.service: Failed with result 'timeout'.
Dec 05 23:07:52 hifiberry systemd[1]: Failed to start Beocreate 2 Server.
Dec 05 23:07:52 hifiberry systemd[1]: beocreate2.service: Consumed 1.183s CPU time.
Dec 05 23:08:01 hifiberry systemd[1]: beocreate2.service: Scheduled restart job, restart counter is at 1.
Dec 05 23:08:01 hifiberry systemd[1]: Starting Beocreate 2 Server...
Dec 05 23:09:34 hifiberry systemd[1]: beocreate2.service: start operation timed out. Terminating.
Dec 05 23:09:35 hifiberry systemd[1]: beocreate2.service: Failed with result 'timeout'.
Dec 05 23:09:35 hifiberry systemd[1]: Failed to start Beocreate 2 Server.
Dec 05 23:09:35 hifiberry systemd[1]: beocreate2.service: Consumed 1.285s CPU time.
Dec 05 23:09:45 hifiberry systemd[1]: beocreate2.service: Scheduled restart job, restart counter is at 2.

[...keeps restarting and counting up...]

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

No branches or pull requests

1 participant