Files
da-HomeNetDocumentation/PI2/Konfiguration/systemuebersicht.md
T

93 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: systemuebersicht
description:
published: true
date: 2026-06-28T14:29:37.585Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:29:35.833Z
---
# Systemübersicht Raspberry PI2
**Zusammenfassung**: Der Raspberry PI2 `hoobs` läuft mit Raspbian GNU/Linux 11 "bullseye" (armv7l) und 921 MB RAM. Smart-Home-Hub mit HOOBS (Homebridge), Pi-hole DNS-Adblocker, Samba-Freigaben, Apache-Webserver und WiiM-Proxy.
**Quellen**: 🔌 SSH (`ssh PI2`)
**Zuletzt aktualisiert**: 2026-06-28
---
## Basis-Daten
| Merkmal | Wert |
|---|---|
| **Hostname** | `hoobs` |
| **Betriebssystem** | Raspbian GNU/Linux 11 (bullseye) |
| **Architektur** | armv7l (32-bit) |
| **Kernel** | 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 |
| **CPU** | 4× ARM Cortex-A7 (BCM2835) |
| **RAM** | 921 MiB (674 MiB genutzt, 189 MiB verfügbar) |
| **Swap** | ~1,8 GiB (dphys-swapfile, ~930 MiB belegt) |
| **CPU-Temperatur** | ~65 °C (passiv gekühlt) |
| **Betriebszeit** | 24 Tage, 17 Stunden |
| **Load Average** | 5.19 / 5.66 / 5.09 (erhöht durch HOOBS) |
| **Letzter Reboot** | 4. Juni 2026, 01:28 Uhr |
## Speicher
| Laufwerk | Größe | Verwendet | Typ | Mountpunkt |
|---|---|---|---|---|
| **SD-Karte** (mmcblk0) | 119 GB | 11 GB | ext4 (root) | `/` |
| **USB-Stick** (sda) | 57 GB | 18 GB | ext4 | `/media/usbstick` |
| **Seagate HDD** (sdb1) | 1,8 TB | 1,2 TB | ntfs | `/media/Seagate-Expansion` |
## Systemd-Dienste (Enabled)
Wichtige enabled systemd-Services:
| Dienst | Zweck |
|---|---|
| `hoobsd.service` | HOOBS Smart-Home-Hub (Homebridge) |
| `pihole-FTL.service` | Pi-hole DNS-Adblocker |
| `apache2.service` | Apache HTTP Server |
| `smbd.service` / `nmbd.service` | Samba SMB-Freigaben |
| `helm.service` | HOOBS Helm-UI |
| `music_social_api.service` | Spotify/Music API Proxy |
| `wiim_proxy.service` | WiiM API Proxy |
| `ssh.service` | SSH-Server |
| `cron.service` | Cron-Daemon |
| `NetworkManager.service` | Netzwerk-Verwaltung |
| `ufw.service` | Firewall (ufw) |
| `watchdog.service` | Hardware-Watchdog |
| `bluetooth.service` | Bluetooth |
| `avahi-daemon.service` | mDNS/Bonjour |
| `dphys-swapfile.service` | Swap-Datei |
(Quelle: `systemctl list-unit-files --state=enabled`)
## Systemd-Timer
| Timer | Ausführung |
|---|---|
| `logrotate.timer` | Täglich 00:00 |
| `apt-daily.timer` | Täglich |
| `apt-daily-upgrade.timer` | Täglich |
| `fstrim.timer` | Wöchentlich (SD-Karten-Trimming) |
| `e2scrub_all.timer` | Wöchentlich (Dateisystem-Prüfung) |
| `man-db.timer` | Täglich |
| `systemd-tmpfiles-clean.timer` | Täglich |
## Netzwerk
Siehe [netzwerk](../Allgemein/netzwerk.md) für Details.
## Verwandte Seiten
- [hardware](../Allgemein/hardware.md) Hardware-Details
- [netzwerk](../Allgemein/netzwerk.md) Netzwerk-Konfiguration
- [sicherheit](../Allgemein/sicherheit.md) Sicherheits-Einstellungen
- [laufwerke-und-speicher](./laufwerke-und-speicher.md)
- [hoobs](./dienste/hoobs.md)
- [pihole](./dienste/pihole.md)
- [apache](./dienste/apache.md)
- [samba](./dienste/samba.md)