Skip to content

Debian Installer Bookworm RC3 released

Linux
  • Seit ein paar Tagen ist der RC3 verfügbar. Debian Installer Bookworm RC3

    Improvements in this release

    • finish-install:
      • Adjust APT cache cleaning to avoid breaking bash completion
        (#1034650).
    • grub-installer:
      • Detect EFI boot variables with hexadecimal digits, not only
        decimal digits.
    • hw-detect:
      • Restore support for firmware license prompts (#1033921).
    • linux:
      • Build against updated dwarves, reducing its size and memory
        footprint (#1033301).
    • partman-base:
      • Add support for input submitted using power-of-two units: kiB,
        MiB, GiB, etc. (#913431). Note that sizes are still output using
        power-of-ten units: kB, MB, GB, etc.
      • Add support for bigger prefixes: petabyte (PB), pebibyte (PiB),
        exabyte (EB), and exbibyte (EiB).
      • With many thanks to Vincent Danjean!
    • preseed:
      • Make sure netcfg considers DHCP-provided hostnames, only using
        the hostname parameter on the kernel command line as a fallback
        (#1035349).

    Hardware support changes

    • debian-installer:
      • Ship dedicated DRM modules for bochs and cirrus to avoid broken
        graphics under UEFI/Secure Boot (#1036019).
    • linux:
      • Work around black screen on ppc64el (#1033058).
    • xorg-server:
      • Ship modesetting_drv.so in the udeb again, fixing graphical
        installer support on UTM (#1035014).

    Localization status

    • 78 languages are supported in this release.
    • Full translation for 41 of them.

    Known bugs in this release

    • There seems to be no known major bug as of yet.

    See the errata[2] for details and a full list of known issues.

  • Python - Interessante Packages

    Python3
    1
    0 Stimmen
    1 Beiträge
    117 Aufrufe
    Niemand hat geantwortet
  • Mastodon - Beiträge des NodeBB-Forums automatisiert posten

    Linux
    9
    1
    0 Stimmen
    9 Beiträge
    454 Aufrufe
    FrankMF
    Ergänzt um eine automatische Übernahme der Tags aus dem Forum. Man muss den Beiträgen in Mastodon ja auch Reichweite geben
  • Flatpak Paket zurückrollen

    Linux
    1
    0 Stimmen
    1 Beiträge
    74 Aufrufe
    Niemand hat geantwortet
  • checkmk - Rest-Server überwachen

    Verschoben checkmk
    1
    3
    0 Stimmen
    1 Beiträge
    480 Aufrufe
    Niemand hat geantwortet
  • Kopia 0.7.0-rc1 Kurztest

    Kopia
    2
    2
    0 Stimmen
    2 Beiträge
    350 Aufrufe
    FrankMF
    Nachdem ich doch ziemlich lange Snapshot Zeiten hatte, habe ich Jarek mal gefragt woran das liegt. I guess you could run it in the cloud but latency will be progressively worse because it's a chatty protocol sensitive to latency Technisch verstehe ich das nicht, aber ich habe dann mal als kurzen Test auf meine lokale SSD einen Snapshot gemacht. Der war nach 2 Minuten (ca. 11GB) fertig. Der zweite Snapshot brauchte ca. 12 Sekunden. Das hört sich schon mal viel besser an, als die Stunden. Aktuell ist der Plan den Kopia-Server im Internet zu nutzen damit beerdigt. Das scheint so nicht zu funktionieren. Ich mache da noch einen kurzen Test, diesmal Lokal auf meinem NAS.
  • Kopia - Kopia-Server mit Kopia-UI

    Kopia
    1
    2
    0 Stimmen
    1 Beiträge
    419 Aufrufe
    Niemand hat geantwortet
  • Debian 10 - Terminal wechseln

    Linux
    2
    0 Stimmen
    2 Beiträge
    653 Aufrufe
    FrankMF
    Das eigentliche Problem scheint zu sein, das bei der Installation folgendes fehlte. root@debian:~# apt install gnome-terminal Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig Die folgenden zusätzlichen Pakete werden installiert: gnome-terminal-data nautilus-extension-gnome-terminal Die folgenden NEUEN Pakete werden installiert: gnome-terminal gnome-terminal-data nautilus-extension-gnome-terminal 0 aktualisiert, 3 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. Es müssen 2.867 kB an Archiven heruntergeladen werden. Nach dieser Operation werden 9.971 kB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] Nach der Deinstallation von tilix ist jetzt alles wieder so, wie ich es gewohnt bin
  • SSH Login ohne Passwort

    Angeheftet Linux
    4
    0 Stimmen
    4 Beiträge
    1k Aufrufe
    FrankMF
    Wie ihr ja wisst, benutze ich das Forum hier auch gerne als Notizbuch Also mal wieder was hier notieren. Mein Windows Systemadmin sagte mir heute, das es auch folgendes gibt # ssh-keygen -t ed25519 Generating public/private ed25519 key pair. Enter file in which to save the key (/root/.ssh/id_ed25519): /tmp/ed Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /tmp/ed Your public key has been saved in /tmp/ed.pub The key fingerprint is: SHA256:D33HCTW7Dy0p5kQdFTkPudx1PQh0EHFgkBvxy8KwhGM root@frank-ms7c92 The key's randomart image is: +--[ED25519 256]--+ | o=O*o=+=| | . oo o+oB+| | E o o.o.o+*| | . o +o...oo=o| | .So.o= O .| | o.= o + | | . . .| | | | | +----[SHA256]-----+ Der Key liegt nur in /tmp kopieren lohnt also nicht Ob das jetzt die Zukunft ist, kann ich nicht beantworten. Ich wollte es aber hier mal festhalten, weil es wohl mittlerweile auch von vielen Projekten benutzt wird. https://en.wikipedia.org/wiki/Ssh-keygen