Skip to main content

the avatar of YaST Team

Announcing Agama 4

After publishing Agama 3 a month ago, it is time for a new release. Among other things, this new version fixes several issues in the startup process, allows the use of a network proxy, adds (partial) support for IPv6, includes a few improvements in the web UI and features a new tool to extract Agama-related logs.

But as important as those changes, we did some internal work that will serve as the base for other features, like proper i18n support and more flexible storage management. Some of those features will land sooner than later, but meanwhile, let’s focus on what Agama 4 brings.

Agama startup issues

Our QA team is testing Agama through several scenarios and in different architectures. Those tests helped identify some issues with Agama’s startup process: D-Bus activation errors, time-outs and even potential crashes.

Working closely with QA, we have identified and (hopefully) fixed most of those problems. In a nutshell, you should not see the “Cannot connect to D-Bus” error message anymore. And if that’s not the case, please open a bug report attaching the logs :wink:

If you are interested in the technical details, there is a bunch of fixes you might want to check: #729, #732, #747, #749, #753.

Installing through a proxy

Many users and customers are used to deploy their systems with no direct access to Internet, just using a proxy. So it did not come as a surprise that it was one of the most requested features. Agama 4 includes support for specifying a proxy at boot time using the option proxy= when the installation requires to use a HTTP(S) or FTP source. The supported proxy URL format is: protocol://[user[:password]@]host[:port].

Of course, the proxy configuration is copied to the target system at the end of the installation.

The nitty-gritty details are available in #696 and #711.

IPv6 support in the automated installation

In Agama 4 it is possible to specify the IPv6 configuration when using the automated installation. To accommodate this feature, we decided to introduce some changes in the profile definition. Here is an example that sets up IPv4 and IPv6 addresses.

  "network": {
    "connections": [
      {
        "id": "Ethernet network device 1",
        "method4": "manual",
        "method6": "manual",
        "addresses": [
          "192.168.122.100/24",
          "::ffff:c0a8:7ac7/64"
        ],
        "gateway4": "192.168.122.1",
        "gateway6": "::ffff:c0a8:7a01",
        "nameservers": [
          "192.168.122.1",
          "2001:4860:4860::8888"
        ]
      }
    ]
  }

Matching specific network devices

In previous versions of Agama, it was not possible specify which interface to use for a given network connection when using the auto-installation mechanism: Agama just delegated on NetworkManager to decide. Now you can associate a network connection with an specific interface by using its name or more complex conditions. See #723 for further details.

  "network": {
    "connections": [
      {
        "id": "Ethernet network device 1",
        "method4": "auto",
        "interface": "enp1s0"
      }
    ]
  }

Agama specific storage settings

Agama reads the information about the products offered for installation from a configuration (/etc/agama.yaml). Such a file contains a storage section which indicates the options (whether to use LVM, encryption, etc.) and the volumes (file systems) to create in the target system.

Since both Agama and YaST use the same mechanism to calculate the storage layout (known as the Guided Setup in YaST), the configuration for Agama was a direct translation of the YaST settings. But although the internal components and algorithms are the same, Agama’s approach for tweaking their behavior is actually different in several aspects from YaST. For that reason, Agama now implements its own storage settings, making the product configuration more straightforward and less error-prone.

This change has a direct impact in Agama’s auto-installation profiles.

storage: {
  bootDevice: "/dev/vda",
  lvm: true,
  encryptionPassword: "123456"
}

Interested in the implementation? Feel free to check: #721, #738 and #748.

Better logging support

As the project evolves and more people try Agama, we need to make the debugging process easier. Recently, we introduced a new command that gathers all the information we need to debug the problems you face when using Agama (similar to the venerable save_y2logs for YaST). Typing agama logs store creates a tarball you can attach to your bug reports.

This first version (#757) is rather basic but we are already working on additional features to have a pleasant debugging process :bug:.

Polishing the web user interface

Balsa Asanovic has become a regular contributor of Agama. For example, he implemented the “show password” feature (#750) and improved the error reporting in the iSCSI form (#699). But not only that, he is actively involved in our discussions in GitHub. Thank you, Balsa!

Moreover, a bug that prevented to download YaST2 logs through the web UI has been fixed (#746).

i18n support is coming to Agama

If you follow the project closely enough, you might already know that we are working on i18n support. Many of the pieces are already in place but we did not make it for this version. However, we trust that our next major version will feature a translated web interface. Actually, our translators are already working on that.

Trying Agama 4

The easiest way to try Agama is to download one of the two variants (ALP or openSUSE) of the Agama Live devel ISO. This image is built in the systemsmanagement:Agama:Devel OBS project and is updated each time we release a new version.

If you are interested in the bleeding edge, try the ISO in the systemsmanagement:Agama:Staging OBS project. It is built automatically and contains the code from Agama’s Git repository, so it might get broken occassionally.

What to expect

We expect to be able to ship a translated Agama interface and better handling of the storage settings in the next release. But, meanwhile, we are already working on other important features like software patterns selection or support for the SUSE Customer Center.

Of course, we appreciate opinions and feedback. As usual, feel free to contact the YaST team at the YaST Development mailing list, our #yast channel at Libera.chat or even the Agama project at GitHub.

Stay tuned!

the avatar of Vojtěch Zeisek

Kurz práce v příkazové řádce Linuxu nejen pro MetaCentrum 2024

Course of work in Linux command line not only for MetaCentrum 2024

Don’t be afraid of command line! It is friendly and powerful tool allowing to process large data and automate tasks. Practically identical is command line also in Apple macOS, BSD and another UNIX-based systems, not only in Linux. The course is designed for total beginners as well as intermediate advanced students. The only requirement is an interest (or need) to work in command line, typically on Linux computing server.

vojta

the avatar of openSUSE News

Slowroll Distribution Keeps Name

Choosing a name for anything is not an easy task; the detail can wield significant influence, which is why a survey to make a decision about renaming Slowroll was presented.

Slowroll is a new distribution based on Tumbleweed, but rolls out updates slower; it is designed to implement updates at a pace of one to two months, integrating bug fixes and addressing Common Vulnerability and Exposure issues as they emerge.

As will all things in open source, the name was presented along with the idea for the distribution and discussion took place about the details surrounding Slowroll. The origin of the name was self-describing the distribution, but other names for Slowroll were proposed, so the renaming of it was put to a vote. All names there were proposed were included in the survey.

That voting process concluded today with more than 1,000 votes cast by interested members of the open-source community. This enthusiastic involvement underscores the interest of the openSUSE user base and trajectory of the project. The top results are the following:

  1. Slowroll - 46.33%

  2. Driftwood - 25.91%

  3. Snowroll - 21.04%

  4. Drift - 20.51%

  5. Wave - 16.36%

  6. Orbit - 13.44%

  7. Lunar - 12.56%

  8. Tide - 12.47%

The percentages surpass the 100% threshold due to the respondents’ option to endorse multiple choices.

With an impressive 46.33% of the votes, the community found Slowroll to remain the best option to describe the naming of the distribution. The decision has been reached to retain the established name as it represents a communal vision and messaging in name.

Members of the project extend their gratitude and appreciation for all those who took the survey and contributed to this pivotal decision.

Anyone interested in making a logo for the new distribution can send design images to the project’s marketing telegram channel. The logo should be an .svg image and should complement other logos for the project that related to a branding direction being discussed on the project’s GitHub.

Thank you for being part of the journey, and have a lot of fun!

the avatar of Klaas Freitag

Kraft Version 1.1

Version 1.1 von Kraft ist mit wichtigen Verbesserungen für Benutzende und die Integration in moderne Softwarestacks wie cmake und KDE releast worden. Die wichtigsten Änderungen sollen hier kurz vorgestellt werden.

Als erstes einige technische Details: Die niederländischen Übersetzungen sind aktualisiert. Das Anwendungs-Icon wurde repariert, und die cmake Steuerdateien wurden so geändert, dass Kraft jetzt sowohl mit älteren als auch neuen Versionen von Akonadi zusammenarbeitet, wie sie in verschiedenen Linux-Distributionen gefunden werden.

Aus Sicht von Benutzenden gibt es zwei wesentliche Verbesserungen:

Erstens können die Kopf- und Fußtexte der Dokumente können jetzt mit Makros erweitert werden, die automatische Berechnung z. B. von Datumswerten unterstützen. So kann beispielsweise ein Zahlungsziel von zwei Wochen nach dem Dokumentdatum durch den Einsatz eines Makros sehr leicht automatisch auf dem Ausdruck eingefügt werden. Darüber hinaus gibt es noch weitere interessante Makros z. B. zur Berechnung der sog. haushaltsnahen Dienstleistungen. Sie werden in einem separaten Beitrag vorgestellt.

Zum Zweiten wurde ein neuer Knopf hinzugefügt, mit dem Vorlagen für Kopf- und Fußtexte jetzt an der Cursorposition zusätzlich in die Texte des Dokumentes eingefügt werden. Bisher konnten nur die gesamten Dokumenttexte ersetzt werden. Mit der neuen Erweiterung steigt die Flexibilität wie die
Vorlagen organisiert werden, da jetzt leichter spezifische Textbausteine erstellt werden können.

Parallel zu diesem Release geht die Arbeit an einem Kraft 2.0 Branch weiter, der Kraft zu einem kollaborativen, digital souveränen Werkzeug über Internet machen wird.

Kraft Version 1.1 kann wie üblich über die Download-Seite heruntergeladen werden.

Bitte beachten: Wenn man Kraft 1.1 selbst übersetzen will, stößt man auf einen kleinen Fehler: Im root-Verzeichnis des source Tarballs wird die Datei .tag erwartet, sonst bricht cmake mit einem Fehler ab. Dies kann behoben werden, indem die Datei angelegt wird mit dem Inhalt 100ca9f3.

a silhouette of a person's head and shoulders, used as a default avatar

openSUSE Tumbleweed – Review of the week 2023/38

Dear Tumbleweed users and hackers,

Tumbleweed went for a small break this week and delivered ‘only’ 4 snapshots (0914, 0915, 0917, and 0920). The large gap happened due to a test suite error in icu, which resulted in all stagings turning red. Once this was resolved, the fix was added in parallel to multiple stagings to resume progress.

The 4 delivered snapshots contained some eagerly awaited updates (at least for some):

  • KDE Plasma 5.27.8
  • KDE Gear 23.08.1
  • Linux kernel 6.5.3
  • GNOME 45.0
  • Libproxy 0.5.3
  • groff 1.23.0
  • PostgreSQL 16.0

The staging projects are mostly moving, a few select issues have been with us for a while by now and block some updates. The things on the list are:

  • Java 20 OpenJDK will be removed; Java 21 OpenJDK added. Mid-term, we will switch from Java 17 LTS version to Java 21 LTS as the distro default
  • Linux kernel 6.5.4
  • Poppler 23.09.0
  • LLVM 17
  • Mesa 23.1.8
  • cmake 3.27.5
  • FMT 10: breaks mariadb boo#1213219 and ceph boo#1213217; help welcome
the avatar of openSUSE News

Health-Checker, Gear, More update in Tumbleweed

A few openSUSE Tumbleweed snapshots became available to users of the rolling release this week.

Several software packages for KDE users were among those updated.

The health-checker package, which checks to ensure a system comes up correctly after an update, moved to version 1.10 in snapshot 20230917. The new version fixed a journal check error that reported an invalid option error with systemctl. While not a critical issue, this can spam the journal and was caused by a change in openSUSE kiwi, according to the bugzilla report. An update of OpenSSL 1.1.1w fixes a Common Vulnerability and Exposure that doesn’t effect Linux systems and had a fix preventing corruption of XMM registers ensuring application stability. The 0.10.6 snapper version had fixes for creating files in the root directory and provides improvements in handling info.xml files. Security updates came in libwebp 1.3.2 that specifically addresses CVE-2023-4863, which could have allowed a remote attacker to perform an out of bounds memory write via a crafted HTML page. Also updated in the snapshot were groff 1.23.0, tiff 4.6.0 and more.

Snapshot 20230915 brought one other package besides updates for KDE Gear 23.08.1. The lone software package to update was gtkmm4 4.12.0 had some enhancements in simplifying C++ development with GTK. The package also introduces a deprecation and improves documentation with clearer explanations about managed and non-managed widgets in GTK. The Gear 23.08.1 updates had several improvements and bug fixes. Among those updates were kitinerary and it expands its barcode extraction capabilities as well as enhances ticket handling for various scenarios. There were some fixes to the definition of preprocessor macro HAVE_X11 in KMail. KNavalBattle reset stats upon restarting a game. A crash was fixed for Konsole and Gwenview improved navigation with side mouse buttons and settings menu override issues. The update of Okular fixes object creation and button icon issues in PDFs.

The 20230914 wasn’t in the last Tumbleweed update, but it did have some significant updates. The snapshot also provides more updates for KDE users. Plasma 5.27.8 updates Application installer Discover and fixes some Flatpak crashes to enhance stability. An update of Breeze fixes the separator position on HiDPI displays and removed extra 1px padding for improved visual aesthetics. The plasma5-desktop 5.27.8 package fixes touchpad-related crashes on X11 and also includes numerous other fixes and improvements. An update of btrfsprogs 6.5.1 addresses issues with crc32c when PIE or relro is enabled. The spec file no longer has a dependency on xmlto for building docs. A 13.2.1+git update of GNU Compiler Collection addresses issues with -fstack-protector related to aarch64 fixing CVE-2023-4039. Xfce users also received an update in the snapshot. The xfce4-whiskermenu-plugin 2.8.0 update fixes menu issues in Wayland, adds new features like specific menu instances and center screen display, streamlines settings, and improves compatibility with Xfce 4.14.

the avatar of Klaas Freitag

Kraft Version 1.1

Kraft (Github) is a desktop utility making it easy to create offers and invoices quickly and beautifully in small companies.

Today we are releasing Kraft Version 1.1 with significant improvements for users and the Krafts integration with latest software such as cmake and KDE.

It received updated dutch translations in UI and also for the manual. The application icon was fixed, and some cmake related fixes were done that make Kraft working with different versions of Akonadi that are available on different distributions.

Macros

For users, two significant improvements are included: The header- and footer texts of the documents now may contain macros that support automatic computing of values such as dates that depend on the document date. With that, it is for example easy to have for example a payment date printed out on the document, that is ten days later than the document date.

There are even more interesting macros, stay tuned for a separate post about this feature.

Insert Templates Button

The second new feature is a new button that allows to insert templates for the header- or footer text at the cursor position. Before it was only possible to replace the entire text with a template. This will give users way more flexibility how to structure template texts.

In parallel to these improvements, work is also going on in a branch for Kraft 2.0 which will enable more collaborative functions for Kraft.

a silhouette of a person's head and shoulders, used as a default avatar

openSUSE Tumbleweed – Review of the weeks 2023/36 & 37

Dear Tumbleweed users and hackers,

Due to my contributing to different things last Friday, I had to skip the weekly review (again) and thus will have to span two weeks again this time. As Tumbleweed rests in the capable hands of Ana, this is not an issue: Tumbleweed keeps on rolling without me being present after all. Just as we expect it to be. During the last two weeks, we have released 9 snapshots (0901, 0902, 0904, 0906, 0908, 0910, 0911, 0912, and 0913).

The most relevant changes in those nine snapshots included:

  • glibc fix for malloc: Enable merging of remainders in memalign, remove bin scanning from memalign
  • Mesa 23.1.6 & 23.1.7
  • Mozilla Firefox 117.0 & 117.0.1
  • Grub 2.12 RC1
  • KDE Gear 23.08.0
  • KDE Frameworks 5.110.0
  • git 2.42.0
  • Linux kernel 6.4.12 & 6.5.2
  • Pipewire 0.3.79
  • Samba 4.18.6
  • PHP 8.2.10
  • GNOME 44.4
  • Coreutils 9.4
  • Python 3.11.5
  • btrfsprogs 6.5
  • systemd 254.3
  • Qemu 8.1.0

This list makes it quite obvious: the vacation period is over. The performance issues around OBS/openQA after the data center move seem also to be well under control for the moment.

Staging projects currently hold these changes to be tested:

  • KDE Plasma 5.27.8
  • KDE Gear 23.08.1
  • GNOME 45 (currently RC staged, final release scheduled for September 20; we should be able to deliver this rather swiftly. NOTE: extensions need to be updated for this GNOME version!)
  • libproxy 0.5.3 (changing from 0.4.18): This is the rewrite maintained by Volkswagen Group
  • FMT 10: breaks mariadb boo#1213219 and ceph boo#1213217; help welcome
  • libxml2 2.11.x

the avatar of openSUSE News

Systemd, Kernel update in Tumbleweed

This week saw openSUSE Tumbleweed level up with a new Linux Kernel.

The rolling release had many snapshots, but only recently did the zypper dup change the distribution to Linux Kernel 6.5.

The most recent snapshot to be released is 20230913. Mozilla Firefox 117.0.1 fixes a bug that causes extensions with long-running tasks to be terminated prematurely. The web browser resolves problems with audio for WebAssembly-based sites. An update of curl 8.3.0 removes Global Secure Kit and Network Security Services support. The package also fixes address issues like handling IPv6 addresses in response headers, reduces some timeouts and improves SSL and HTTP protocol handling. An update of virtualization tool qemu 8.1.0 improved live migration support for Virtual Function Input/Output (VFIO) and has some Advanced Encryption Standard acceleration for arm, PowerPC, and RISC-V architectures. An update of sudo 1.9.14p3 fixes a crash issue related to Python 3.12 and resolves output formatting problems when piping or redirecting output. Several other packages updated in the snapshot.

Text editor vim arrived in snapshot 20230912. The 9.0.1894 version took care of four Common Vulnerabilities and Exposures. CVE-2023-4751 was one of those and it had the potential for a buffer overflow. The package also improves error handling, and the update addresses some problems related to testing, syntax recognition and compatibility with different file types. An update of perl-Mojolicious 9.340.0 improves support for serving static files with a prefix, enhancements encoding option methods and addresses issues related to Perl features and fixes built-in templates to not require an internet connection. An update of yast2-trans provided Swedish, Indonesian and Russian translations. There were several other packages updated in the snapshot including libportal 0.7.1 that had an update earlier in the week.

The 6.5.2 kernel arrives on users machines with snapshot 20230911 and it introduces several features like improved support for server and cloud performance and Advanced Configuration and Power Interface (ACPI) support for RISC-V architecture. The kernel-sourcel from 6.4.12 to 6.5.2 also brings support for USB4 V2 for high-speed data transfer all while preparing for a future with support for Wi-Fi 7. The diagnostic, debugging and instructional userspace package strace also made a 6.4 to 6.5 jump; it introduces decoding for various syscalls and socket options. It also updates lists of constant values and ioctl (input/output control) commands from Linux 6.5. An update of systemd 254.3 introduced configurability for utmp, AppArmor, SELinux as well as improves package handling. The snapshot brought KDE Frameworks 5.110.0 that brought several improvements. Notable changes include the enhancement of KImageFormats with improved desktop file support along with support for libavif 1.0 for encoding and decoding .avif files. KIO now handles copy operations on CIFS mounts more effectively and fixes the Ask Jeeves search provider. Kirigami addresses property access, spacing and itemChange problems. KWayland resolves build issues related to XLib’s Bool definition, and several other updates were made with KDE Frameworks packages.

Snapshot 20230910 had many packages update in the snapshot. Mesa 23.1.7 introduces support for the OpenGL 4.6 Application Programming Interface; however, not all drivers support all OpenGL 4.6 features. Mesa also implements the Vulkan 1.3 API. An update to btrfsprogs 6.5 had some notable changes. The filesystem package published static binaries built with backward compatibility and including a 3x speedup in the CRC32C implementation. The package introduces stricter option combinations for btrfstune and adds some experimental feature updates and code refactoring. An update for dracut removes a microcode check that was previously based on the configuration settings related to AMD and Intel microcode. The package also disabled FIPS (Federal Information Processing Standards) and IMA (Integrity Measurement Architecture) features for an older specific architecture. An update of libvirt 9.7.0 enhances functionality with qemu providing basic support for “VFIO variant” drivers. The library also adds two new commands, net-desc and net-metadata. The GObject package for creating cabinet files, gcab, updated to version 1.6 and has a new feature that introduces an ability to specify allowed compression formats at runtime. Flatpak portal library, libportal 0.7, adds support for new methods in the Background and Remote Desktop portals. The library enhances documentation and also improves unit and integration tests. The 4.5.141 update of libstorage-ng had Swedish translations and now handles the json output of Btrfs 6.5 better.

The 20230908 snapshot brought a python311 3.11.5, which addresses various security and bug-related issues. It fixes security vulnerabilities in SSL sockets and resolves potential memory access issues on C APIs. The new python also enhances various aspects of the python-core, which was also updated in the snapshot, and built-in libraries. Numerous bug fixes and improvements were made in the update and the snapshot also brought several other Python Package Index updates. The kexec-tools 2.0.27 update adds various architecture-specific improvements, enhancements to documentation and the Xen support in ALP was disabled for the package. An update of sssd 2.9.2 introduces a new option called local_auth_policy and allows control over offline authentication methods. Caching DNS resolver unbound 1.18.0 brought new features such as metrics on collisions and support for Redis Unix sockets and passwords. The package also introduces NAT64 support. An update of perl-Bootloader 1.8 had improvements for a bootloader_entry script to accept an optional force-default argument. Several other packages were updated in the snapshot from last Friday.

the avatar of Open Build Service

Request Page Redesign - Build Results Summary Gets Into Shape

Lately, we have been working again on the request workflow redesign. We have introduced the build results summary of a request and improved the information displayed in the Mentioned Issues section. All these improvements will help you focus on what matters and better digest all the information you receive when you review or visit a request. The request redesign is part of the beta program. We started the redesign of the request workflow in August...