LINUX.ORG.RU

Simply Linux 10.2

 , ,


1

1

Состоялся выпуск операционной системы Simply Linux 10.2 для x86_64, AArch64, i586 на 10 платформе (ветка p10 Aronia). Simply Linux — операционная система для домашнего пользования и решения повседневных задач.

Скачать релизный образ

Изменения

  • Ядро Linux версий 5.10 и 6.1.
  • Рабочая среда XFCE 4.18.
  • Веб-браузер Chromium 117.0.
  • Мессенджер Pidgin 2.14.
  • Улучшено взаимодействие с интерфейсом.
  • Добавлены новые словари в библиотеку Hunspell.
  • Добавлена экранная клавиатура Onboard 1.4.
  • Java OpenJDK версии 17.

Simply Linux на ALT Linux Wiki

Состав дистрибутива

Сайт загрузки



Проверено: hobbit ()
Последнее исправление: hobbit (всего исправлений: 3)

Ответ на: комментарий от x22

Claude AI о запуске Debian v2 в контейнерах на хосте Debian v11:

Significant challenges to get Debian v2 userspace running in that scenario:

    You'd need to manually install an old glibc, libc6 and other core libraries suited for Debian v2 without being able to leverage Debian's packaging system. Difficult to make it a consistent environment.
    Binaries built for old architectures like i386 would not run on x86_64 without emulation. You'd have to rebuild or source old binaries.
    Essential daemon processes like init, cron, syslog etc would need to be recreated or backported to run without the old kernel APIs.
    Network configuration and interfaces would be mismatched with the Docker host networking. Lots of tweaking needed.
    Filesystem layout, devices, mount points would not align with what an old Debian distro expects. Manual configuration is prone to mistakes.
    Old config files would need to be adapted for the containerized environment. Running commands could behave differently.
    No apt or dpkg for package management - everything would have to be installed manually. Difficult dependency resolution.

Overall, starting from FROM scratch eliminates one hurdle but all other challenges remain. I would still consider this an impractical undertaking compared to starting with a compatible modern base image. The amount of tinkering needed to recreate the userspace would be extremely tedious and error-prone.
sanyo1234
()
Ответ на: комментарий от sanyo1234

Debian 2.* конец прошлого века, если не ошибаюсь.

У нас старше el5 вряд ли что-то понадобится.

/ ALT 3.0 под lxc из другой оперы /

x22
()
Ответ на: комментарий от wandrien

Вот ещё одна порция бреда от того же самого генератора:

Older Linux distributions like Debian v2 were built for 32-bit x86 processors (also known as i386 architecture). Programs compiled for those old 32-bit systems won't naturally run on modern 64-bit x86_64 processors without some additional steps.

There are a couple options to get 32-bit i386 binaries running on a 64-bit x86_64 host:

    Recompile the source code on the 64-bit system to build a new 64-bit binary. But this requires access to the old source code.
    Use an emulation/compatibility layer like qemu-user or binfmt_misc in the kernel to emulate an i386 CPU. This allows running the old 32-bit binary unmodified. However, there is some performance overhead.
    Run the 32-bit binary in a 32-bit Docker container on the 64-bit host using multi-architecture images. The container then acts as the emulated i386 environment.

So for an old Debian v2 userspace on a modern system, any proprietary binaries or programs you don't have the source for would need to be run under emulation. Or you'd need to recompile from source if available to build a 64-bit version.

Trying to run those old i386 binaries natively on x86_64 without emulation would result in errors as the CPU instructions are incompatible. Let me know if this helps explain the challenge!
sanyo1234
()
Ответ на: комментарий от sanyo1234

Напоминает некоторые старые треды ЛОРа. Видать знания из интернетов машиной были усвоены в достаточном объёме, можно выпускать на волю для оживления дискуссий.

wandrien ★★
()
Ответ на: комментарий от x22

P.S. Пациент жизнерадостен, много и уверенно говорит (с)

Ведь правдоподобно описан гемор для постороннего человека.

x22
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.