Bram Kragten
630f456aed
Merge current into next ( #40176 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ecspiegel <87676266+ecspiegel@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: alawadhi3000 <5523980+alawadhi3000@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: staticdev <staticdev-support@proton.me>
Co-authored-by: tronikos <tronikos@users.noreply.github.com>
Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: essys <essys@users.noreply.github.com>
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Gord <31004434+googanhiem@users.noreply.github.com>
Co-authored-by: Darren Griffin <darren.griffin@live.co.uk>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: hanwg <han.wuguang@gmail.com>
Co-authored-by: Adam W <35391288+A-damW@users.noreply.github.com>
Co-authored-by: Hessel <hesselonline@users.noreply.github.com>
Co-authored-by: Damien Sorel <mistic@strangeplanet.fr>
Co-authored-by: Tempura San <tempura.san@gmail.com>
Co-authored-by: Manu <4445816+tr4nt0r@users.noreply.github.com>
Co-authored-by: J. Diego Rodríguez Royo <jdrr1998@hotmail.com>
Co-authored-by: lexitus <38081592+lexitus@users.noreply.github.com>
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Evgeny Sureev <u@litka.ru>
Co-authored-by: Stefan Agner <stefan@agner.ch>
Co-authored-by: TomArm <TomArm@users.noreply.github.com>
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
Co-authored-by: Guillaume Rischard <github@stereo.lu>
Co-authored-by: Geoff <85890024+Thulrus@users.noreply.github.com>
Co-authored-by: GhoweVege <85890024+GhoweVege@users.noreply.github.com>
Co-authored-by: Logan Rosen <loganrosen@gmail.com>
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: RanTheLab <RanTheLab@users.noreply.github.com>
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
Co-authored-by: John Hess <john@h3ss.com>
Co-authored-by: Marco <cdrfun@cdrfun.eu>
Co-authored-by: robthebold <38596885+robthebold@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Pieter Rautenbach <parautenbach@gmail.com>
Co-authored-by: Tsvi Mostovicz <ttmost@gmail.com>
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Galorhallen <12990764+Galorhallen@users.noreply.github.com>
Co-authored-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Mr. Snyds <41122989+mrsnyds@users.noreply.github.com>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Ludovic BOUÉ <lboue@users.noreply.github.com>
Co-authored-by: threatdisplay <ajbriones@gmail.com>
Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com>
Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
Co-authored-by: Timothy <6560631+TimoPtr@users.noreply.github.com>
Co-authored-by: Joris Pelgröm <jpelgrom@users.noreply.github.com>
Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
Co-authored-by: Arie Catsman <120491684+catsmanac@users.noreply.github.com>
Co-authored-by: Marko Dimjašević <marko@dimjasevic.net>
Co-authored-by: karwosts <32912880+karwosts@users.noreply.github.com>
Co-authored-by: Guido Schmitz <Shutgun@users.noreply.github.com>
2025-07-28 16:45:52 +02:00
Stefan Agner
1d15b68fb2
Document OS error "Bad message" unhealthy case ( #30851 )
...
* Document OS error "Bad message" unhealthy case
With Supervisor pull request https://github.com/home-assistant/supervisor/pull/4750
we've introduced a new unhealthy condition when the operating system
raises "Bad message" errors on file system operations. This typically
points to a corrupted file system.
According to the (opt-in) Sentry error reports we see ~580 affected
systems in the last 30 days. A disproportional amount of systems are
running HAOS on Raspberry Pi. We assume that this is releated to the
known USB UAS storage problem on Raspberry Pi. Add this hints
accordingnly.
* Apply suggestions from code review
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-01-15 15:48:04 +01:00
Franck Nijhof
ce2fd10c6d
Adjust Supervisor unhealthy instructions to match current UI ( #28154 )
2023-07-10 14:03:41 +02:00
Franck Nijhof
99997df9ac
Fix button name for restarting system ( #25501 )
2023-01-10 08:36:52 -05:00
Mike Degatano
0a177e428a
Add explainer on `privileged` unhealthy reason ( #24781 )
...
* Add explainer on `privileged` unhealthy reason
* Redirect unsupported to unhealthy
2022-11-01 22:00:21 +01:00
Mike Degatano
d034302c40
Update reboot host instructions for new UI ( #24283 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-10-24 20:21:04 +02:00
benborra
5722bb0c61
Minor addition to supervisor unhealthy ( #23049 )
2022-07-25 12:50:37 +02:00
Joakim Sørensen
33d1212231
Adjust navigation changes for 2022.5 ( #22623 )
2022-05-04 08:24:25 +02:00
Joakim Sørensen
7fb9e73fb3
Adjust supervisor references ( #20556 )
2021-12-03 17:52:13 +01:00
Joakim Sørensen
64cb50619d
Rename unsupported reason container to software ( #19857 )
2021-10-19 11:27:08 +02:00
Pascal Vizeli
6bc36c75c7
Change description for unhealthy ( #19057 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-08-24 13:14:52 +02:00
Pascal Vizeli
78cdc5da2e
Content Trust more-info ( #17061 )
...
* Content Trust more-info
* base untrusted
* Update untrusted.markdown
* Update source/more-info/unhealthy/untrusted.markdown
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
* Update source/more-info/unsupported/content_trust.markdown
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
* Update source/more-info/unsupported/content_trust.markdown
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-03-30 11:45:13 +02:00
Joakim Sørensen
b273ccd254
Add unsupported page for job conditions ( #15740 )
2020-11-24 11:49:03 +01:00
Joakim Sørensen
3e05425e56
Add more-info about unhealthy setups ( #15729 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-23 17:37:26 +01:00