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

Unidentified Hardware causing crash uhttpd on firstboot #1815

Open
1 task
Innismir opened this issue Jan 11, 2025 · 5 comments
Open
1 task

Unidentified Hardware causing crash uhttpd on firstboot #1815

Innismir opened this issue Jan 11, 2025 · 5 comments
Labels

Comments

@Innismir
Copy link

Innismir commented Jan 11, 2025

Describe the bug

Upon install of AREDN on hardware on a platform that is unable to be identified by getBoard() in hardware.uc, the web app crashes upon FirstBoot. This occurred to me when I was installing AREDN on a bare iron x64 system

  • Does this issue still occur on the latest version?
    Present in nightly

Expected behavior

uhttpd starts normally on firstboot

Additional context

My quick fix was eddting getBoard and adding a
else { boardJson.model.id = "vmware"; boardJson.model.name = "VMware"; }
at the end of getBoard()

Which causes the script to just return "VMware" if it can't identify the system. This has successfully worked around the glitch but is a duct tape solution.

@Innismir Innismir added the bug Something isn't working label Jan 11, 2025
@aanon4
Copy link
Contributor

aanon4 commented Jan 11, 2025

Please add the support data.

@Innismir
Copy link
Author

Innismir commented Jan 11, 2025

supportdata-N1WBV-DARTMADUMR1-2025-1-11-22-37.tar.gz

This is post-duct tape.

@aanon4
Copy link
Contributor

aanon4 commented Jan 12, 2025

Hmm ... it identifies itself as "WYSE ZQ Class" which seems very specific. I'd hoped for something a little more generic.

@aanon4
Copy link
Contributor

aanon4 commented Jan 12, 2025

#1816

@aanon4 aanon4 added waiting for feedback Waiting for feedback from issuer and removed missing support data labels Jan 12, 2025
@aanon4
Copy link
Contributor

aanon4 commented Jan 18, 2025

Feedback?

@aanon4 aanon4 added fixed waiting for confirmation and removed waiting for feedback Waiting for feedback from issuer labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants