Wiki Mageia

Talk:Alien-de
Created page with "The Summary word should not be translated as is a Special tag in a spec file --~~~~"
New page
The Summary word should not be translated as is a Special tag in a spec file--[[User:Katnatek|katnatek]] ([[User talk:Katnatek|talk]]) 01:33, 15 May 2025 (UTC) Katnatek
Org Council
2025
← Older revision Revision as of 23:48, 14 May 2025 (One intermediate revision by the same user not shown)Line 30: Line 30: * [[Internationalisation_Team_(i18n)|I18n]]: Yuri Chornoivan (yurchor), Filip Komar (filip) * [[Internationalisation_Team_(i18n)|I18n]]: Yuri Chornoivan (yurchor), Filip Komar (filip) * [[Packagers]]: Nicolas Lécureuil (neoclust) * [[Packagers]]: Nicolas Lécureuil (neoclust) −* [[QA_Team|QA]]: Thomas J Andrews (TJ)+* [[QA_Team|QA]]: Thomas J Andrews (TJ), Jose López (joselp) * [[Packages_Security_Team|Security Team]]: David Walser (luigiwalser), Nicolas Salguero (ns80) * [[Packages_Security_Team|Security Team]]: David Walser (luigiwalser), Nicolas Salguero (ns80) * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) − ==2024== ==2024== Line 44: Line 43: * [[Internationalisation_Team_(i18n)|I18n]]: Yuri Chornoivan (yurchor), Filip Komar (filip) * [[Internationalisation_Team_(i18n)|I18n]]: Yuri Chornoivan (yurchor), Filip Komar (filip) * [[Packagers]]: Nicolas Lécureuil (neoclust) * [[Packagers]]: Nicolas Lécureuil (neoclust) −* [[QA_Team|QA]]: Thomas J Andrews (TJ)+* [[QA_Team|QA]]: Thomas J Andrews (TJ), Jose López (joselp) * [[Packages_Security_Team|Security Team]]: David Walser (luigiwalser), Nicolas Salguero (ns80) * [[Packages_Security_Team|Security Team]]: David Walser (luigiwalser), Nicolas Salguero (ns80) * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) Tandrews16Möglichkeiten um Anwendungen zu installieren-de
Alien
add multilanguage banner
← Older revision Revision as of 20:59, 14 May 2025 Line 2: Line 2: [[Category:Howtos]] [[Category:Howtos]] [[Category:Installing]] [[Category:Installing]] +{{multi language banner|[[Alien-de|Deutsch]] ; [[Alien|English]]}} {{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file<br>formats. If you want to use a package from another linux distribution than the one you have installed on your system, you<br>can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} {{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file<br>formats. If you want to use a package from another linux distribution than the one you have installed on your system, you<br>can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} PsycaAlien-de
Created page with "Category:Dokumentation Category:Howtos Category:Installing {{multi language banner-de|Deutsch ; English}} {{introduction-de|{{prog|alien}}..."
New page
[[Category:Dokumentation]][[Category:Howtos]]
[[Category:Installing]]
{{multi language banner-de|[[Alien-de|Deutsch]] ; [[Alien|English]]}}
{{introduction-de|{{prog|alien}} ist eine Anwendung welche zu Red Hat rpm, Debian deb, Stampede slp, Slackware tgz und Solaris pkg Dateiformaten konvertiert. Falls Sie ein Paket von einer anderen Linux Distribution, welche Sie nicht auf Ihrem System installiert haben, verwenden möchten, können Sie alien verwenden um dieses in Ihr gewünschtes Paketformat umzuwandeln und zu installieren. Es unterstützt auch LSB Pakete.}}
Diese Seite behandelt auch Umwandlungen, welche nicht erfolgreich abgeschlossen wurden.
== Betrachtung ==
Wir werden im {{folder|~/tmp}} Verzeichnis arbeiten, in welchem die .rpm und .deb Dateien für dieses Beispiel gespeichert wurden.
Sie können auch ein anderes Verzeichnis verwenden.
Führen Sie {{prog|fakeroot}} vor alien aus, damit alien ohne root-Rechte funktioniert.
== '''rpm zu deb''' ==
Dies funktionierte seit den Mageia 8 tagen nicht sofort {{bug|28607}}, jedoch seit Mageia 9 und neuer, seitdem die aktualisierten Pakete zur Verfügung stehen, können wir einen Schritt aufführen, welche uns die Durchführung ermöglicht.
Die Umwandlung kann wie folgt fehlschlagen:
{{output|fakeroot alien --to-deb mc-4.8.29-1.mga9.x86_64.rpm}}
{{withbr|<nowiki>Package build failed. Here's the log:
dh binary
dh_update_autotools_config
dh_autoreconf
create-stamp debian/debhelper-build-stamp
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/home/katnatek/tmp/mc-4.8.29'
mkdir -p debian/mc
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
sed -e s#'./'##g | \
xargs -0 -r -i cp -a ./{} debian/mc/{}
make[1]: Leaving directory '/home/katnatek/tmp/mc-4.8.29'
dh_installdocs
dh_installchangelogs
dh_installman
dh_installman: error: mv debian/mc/usr/share/man/es/man1/mc.1.xz.dh-new debian/mc/usr/share/man/es/man1/mc.1.xz: No such file or directory
dh_installman: error: Aborting due to earlier error
make: *** [debian/rules:7: binary] Error 25</nowiki>}}{{Stop}}
'''Lösung:''' <br />
{{output|fakeroot alien --to-deb mc-4.8.29-1.mga9.x86_64.rpm -s}}
{{withbr|<nowiki>Directory mc-4.8.29 prepared.</nowiki>}}{{Stop}}
Bearbeiten Sie die Datei {{file|mc-4.8.29/debian/rules}}
Fügen Sie nach der Zeile 26 folgendes ein: {{code|override_dh_installman:}} und speichern Sie diese Änderung.
{{code|cd mc-4.8.29}}
{{code|fakeroot dh binary}}
Am Ende des Vorgangs werden Sie etwas ähnliches wie folgt sehen:
{{pre|<nowiki>dpkg-gencontrol: warning: Depends field of package mc: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: package mc: substitution variable ${perl:Depends} unused, but is defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'mc' in '../mc_4.8.29-2_amd64.deb'.</nowiki>}}
== '''deb zu rpm''' ==
Dieser Vorgang funktioniert für gewöhnlich sofort, wie bei deb von Debian:
{{code|fakeroot alien --to-rpm bash_5.2.15-2+b7_amd64.deb}}
Jedoch kann es bei manchen deb Dateien fehlschlagen.
{{output|fakeroot alien --to-rpm schildichat-desktop-alpha_1.11.97-sc.0.test.0_amd64.deb}}
{{withbr|<nowiki>Warning: Skipping conversion of scripts in package schildichat-desktop-alpha: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Package build failed. Here's the log of the command (cd schildichat-desktop-alpha-1.11.97~sc.0.test.0; rpmbuild --buildroot='/home/katnatek/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0' -bb --target x86_64 'schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec'):
error: line 5: Empty tag: Summary:
Building target platforms: x86_64
Building for target x86_64</nowiki>}}{{Stop}}
'''Lösung:''' <br />
{{output|fakeroot alien --to-rpm schildichat-desktop-alpha_1.11.97-sc.0.test.0_amd64.deb -s}}
{{withbr|<nowiki>Warning: Skipping conversion of scripts in package schildichat-desktop-alpha: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Directory schildichat-desktop-alpha-1.11.97~sc.0.test.0 prepared.</nowiki>}}{{Stop}}
{{code|cd schildichat-desktop-alpha-1.11.97~sc.0.test.0}}
Bearbeiten Sie die spec Datei, fügen Sie Informationen in der Zusammenfassung ein und speichern Sie die Änderung.
{{code|<nowiki>rpmbuild -bb schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec --define "_topdir $(pwd)"</nowiki>}}
Dies verursacht eine Menge an Fehlermeldung, wie:
{{pre|File not found: /home/user/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0/BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64/opt/SchildiChatAlpha/v8_context_snapshot.bin}}
{{code|mkdir -p BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}}
Verschieben Sie das Verzeichnis oder die Verzeichnisse, welche nicht für die rpm Erstellung nötig sind '''(BUILD,BUILDROOT,SRPMS)''' nach {{folder|BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}}
In diesem Fall {{folder|opt}} und {{folder|usr}}.
Kehren Sie, falls nötig, zurück zu {{folder|~/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0}}
Führen Sie den Befehl erneut aus
{{code|<nowiki>rpmbuild -bb schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec --define "_topdir $(pwd)"</nowiki>}}
{{note-de|Im deb zu rpm Fall können Sie sehen, das es komplex ist diese per Hand zu beheben, da wir die Schritte für jede Umwandlung lernen und anpassen müssen.
Der Schlüssel ist das Verzeichnis BUILDROOT und der String zwischen dem ersten "/" und dem zweiten "/".}} Psyca
Ways to install programs
.deb packages: Updated and link to our Alien page.
← Older revision Revision as of 17:24, 14 May 2025 Line 174: Line 174: === .deb packages === === .deb packages === −Programs packaged for Debian/Ubuntu in .deb format can sometimes be converted using the program {{prog|alien}}, which you can install from Mageia repo. ''- But Alien is broken {{Bug|28607}} and not maintained upstream. ''+Programs packaged for Debian/Ubuntu in .deb format can sometimes be converted using the program {{prog|alien}}, which you can install from Mageia repo. −It seems that the package is not maintained for several years. −Alien was once intended as a program that could convert files from various formats to other formats, for example between the rpm format (Mageia, Redhat), dpkg (Debian), slp (Stampede), and tgz (Slackware). If you want to use a package from a Linux distribution other than the one you have installed on your PC, use Alien to convert such a package to your preferred package format. Then you install that converted package.+Alien was created to convert files between various packaging formats, for example between the rpm format (Mageia, Redhat/Fedora), dpkg (Debian), slp (Stampede), and tgz (Slackware). If you want to use a package from a Linux distribution other than the one you have installed on your computer, use Alien to convert such a package to your preferred package format. Then you install that converted package. +Old example: [https://forums.mageia.org/en/viewtopic.php?f=15&t=11003&p=71011#p64907 How to repackage and install Spotify] −Old example: [https://forums.mageia.org/en/viewtopic.php?f=15&t=11003&p=71011#p64907 How to repackage and install Spotify]+It is a bit quirky as it is not maintained by upstream for several years. However, recently {{Bug|28607}} we got it to work reasonably at least for .deb, and for help see our [[Alien|Alien]] page. == Binary files == == Binary files == MorganoAlien
typos + added Category tags.
← Older revision Revision as of 17:19, 14 May 2025 Line 1: Line 1: +[[Category:Documentation]] +[[Category:Howtos]] +[[Category:Installing]] + {{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file<br>formats. If you want to use a package from another linux distribution than the one you have installed on your system, you<br>can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} {{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file<br>formats. If you want to use a package from another linux distribution than the one you have installed on your system, you<br>can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} Line 5: Line 9: == Considerations == == Considerations == I will work from {{folder|~/tmp}} folder, in this place I store the .rpm and .deb files used in the examples. I will work from {{folder|~/tmp}} folder, in this place I store the .rpm and .deb files used in the examples. −You can work from other folder.+You can work from another folder. {{prog|fakeroot}} command before alien allows to use alien without root permissions. {{prog|fakeroot}} command before alien allows to use alien without root permissions. == '''rpm to deb''' == == '''rpm to deb''' == −This was not working out of the box since mageia 8 times {{bug|28607}}, but now in mageia 9 and beyond with the updated packages we can at least provide a procedure that allows to perform the operation.+This was not working out of the box since Mageia 8 times {{bug|28607}}, but now in Mageia 9 and beyond with the updated packages we can at least provide a procedure that allows to perform the operation. This conversion can fail like this This conversion can fail like this MorganoAlien
rpm to deb: typo
← Older revision Revision as of 13:26, 14 May 2025 (One intermediate revision by the same user not shown)Line 1: Line 1: −{{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file+{{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file<br>formats. If you want to use a package from another linux distribution than the one you have installed on your system, you<br>can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} − formats. If you want to use a package from another linux distribution than the one you have installed on your system, you − can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}} This page will cover how to troubleshoot conversions that not ends successful. This page will cover how to troubleshoot conversions that not ends successful. Line 12: Line 10: == '''rpm to deb''' == == '''rpm to deb''' == −This was not working out of the box since mageia 8 times {{bug|28607}}, but now in mageia 9 and beyond with the updated packages we can at less provide a procedure that allows to perform the operation.+This was not working out of the box since mageia 8 times {{bug|28607}}, but now in mageia 9 and beyond with the updated packages we can at least provide a procedure that allows to perform the operation. This conversion can fail like this This conversion can fail like this PsycaOrg Council
2024: Create list for 2025
← Older revision Revision as of 11:22, 14 May 2025 Line 19: Line 19: = Council members = = Council members = −==2024==+==2025== −Please update this list when the elections for your team are done!+Please update this list when the elections for your team are done! For now, the entries of 2024 have been copied to this list. −IINM, only QA team (end of 2023) and i18n team (in 2023 and 2024) had elections, for all other teams just copying the entries of 2022. Teams' representatives: Teams' representatives: Line 35: Line 34: * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) * [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) + +==2024== + +Teams' representatives: +* [[Atelier_team|Atelier]]: Jose López (joselp), Filip Komar (filip) +* [[Bug_Squad_Portal|Bug Squad]]: Lewis Smith (lewyssmith), Marja van Waes (marja) +* [[Documentation team|Documentation]]: Yves Brungard (papoteur) +* [[Forums team]]: Florian Hubold (doktor5000), Karel Roth (isadora), Pascal Vilarem (Maât +* [[Internationalisation_Team_(i18n)|I18n]]: Yuri Chornoivan (yurchor), Filip Komar (filip) +* [[Packagers]]: Nicolas Lécureuil (neoclust) +* [[QA_Team|QA]]: Thomas J Andrews (TJ) +* [[Packages_Security_Team|Security Team]]: David Walser (luigiwalser), Nicolas Salguero (ns80) +* [[Sysadmin_Team|Sysadmins]]: Pascal Vilarem (Maât) ==2022== ==2022== MarjaAlien
deb to rpm
← Older revision Revision as of 03:44, 14 May 2025 (One intermediate revision by the same user not shown)Line 93: Line 93: {{code|mkdir -p BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}} {{code|mkdir -p BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}} −Move the folder that not belong to rpm build '''(BUILD,BUILDROOT,SRPMS)''' to {{folder|BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}}+Move the folder(s) that not belong to rpm build '''(BUILD,BUILDROOT,SRPMS)''' to {{folder|BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}} In this case, {{folder|opt}} and {{folder|usr}}. In this case, {{folder|opt}} and {{folder|usr}}. −Return if needed to {{folder ~/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0}}+Return if needed to {{folder|~/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0}} Run again Run again KatnatekAlien
Created page with "{{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file formats. If you want to use..."
New page
{{introduction|{{prog|alien}} is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg fileformats. If you want to use a package from another linux distribution than the one you have installed on your system, you
can use alien to convert it to your preferred package format and install it. It also supports LSB packages.}}
This page will cover how to troubleshoot conversions that not ends successful.
== Considerations ==
I will work from {{folder|~/tmp}} folder, in this place I store the .rpm and .deb files used in the examples.
You can work from other folder.
{{prog|fakeroot}} command before alien allows to use alien without root permissions.
== '''rpm to deb''' ==
This was not working out of the box since mageia 8 times {{bug|28607}}, but now in mageia 9 and beyond with the updated packages we can at less provide a procedure that allows to perform the operation.
This conversion can fail like this
{{output|fakeroot alien --to-deb mc-4.8.29-1.mga9.x86_64.rpm}}
{{withbr|<nowiki>Package build failed. Here's the log:
dh binary
dh_update_autotools_config
dh_autoreconf
create-stamp debian/debhelper-build-stamp
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/home/katnatek/tmp/mc-4.8.29'
mkdir -p debian/mc
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
sed -e s#'./'##g | \
xargs -0 -r -i cp -a ./{} debian/mc/{}
make[1]: Leaving directory '/home/katnatek/tmp/mc-4.8.29'
dh_installdocs
dh_installchangelogs
dh_installman
dh_installman: error: mv debian/mc/usr/share/man/es/man1/mc.1.xz.dh-new debian/mc/usr/share/man/es/man1/mc.1.xz: No such file or directory
dh_installman: error: Aborting due to earlier error
make: *** [debian/rules:7: binary] Error 25</nowiki>}}{{Stop}}
'''Solution:''' <br />
{{output|fakeroot alien --to-deb mc-4.8.29-1.mga9.x86_64.rpm -s}}
{{withbr|<nowiki>Directory mc-4.8.29 prepared.</nowiki>}}{{Stop}}
Edit the file {{file|mc-4.8.29/debian/rules}}
Add this after the line 26: {{code|override_dh_installman:}} ,and save the change.
{{code|cd mc-4.8.29}}
{{code|fakeroot dh binary}}
At the end of the process, you will see something like this:
{{pre|<nowiki>dpkg-gencontrol: warning: Depends field of package mc: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: package mc: substitution variable ${perl:Depends} unused, but is defined
dh_md5sums
dh_builddeb
dpkg-deb: building package 'mc' in '../mc_4.8.29-2_amd64.deb'.</nowiki>}}
== '''deb to rpm''' ==
This procedure usually works out of the box like with this deb from debian:
{{code|fakeroot alien --to-rpm bash_5.2.15-2+b7_amd64.deb}}
But some deb files can fail.
{{output|fakeroot alien --to-rpm schildichat-desktop-alpha_1.11.97-sc.0.test.0_amd64.deb}}
{{withbr|<nowiki>Warning: Skipping conversion of scripts in package schildichat-desktop-alpha: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Package build failed. Here's the log of the command (cd schildichat-desktop-alpha-1.11.97~sc.0.test.0; rpmbuild --buildroot='/home/katnatek/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0' -bb --target x86_64 'schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec'):
error: line 5: Empty tag: Summary:
Building target platforms: x86_64
Building for target x86_64</nowiki>}}{{Stop}}
'''Solution:''' <br />
{{output|fakeroot alien --to-rpm schildichat-desktop-alpha_1.11.97-sc.0.test.0_amd64.deb -s}}
{{withbr|<nowiki>Warning: Skipping conversion of scripts in package schildichat-desktop-alpha: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Directory schildichat-desktop-alpha-1.11.97~sc.0.test.0 prepared.</nowiki>}}{{Stop}}
{{code|cd schildichat-desktop-alpha-1.11.97~sc.0.test.0}}
Edit the spec file, put some information in summary, save the change.
{{code|<nowiki>rpmbuild -bb schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec --define "_topdir $(pwd)"</nowiki>}}
This will produce lot of errors like:
{{pre|File not found: /home/user/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0/BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64/opt/SchildiChatAlpha/v8_context_snapshot.bin}}
{{code|mkdir -p BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}}
Move the folder that not belong to rpm build '''(BUILD,BUILDROOT,SRPMS)''' to {{folder|BUILDROOT/schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.x86_64}}
In this case, {{folder|opt}} and {{folder|usr}}.
Return if needed to {{folder ~/tmp/schildichat-desktop-alpha-1.11.97~sc.0.test.0}}
Run again
{{code|<nowiki>rpmbuild -bb schildichat-desktop-alpha-1.11.97~sc.0.test.0-2.spec --define "_topdir $(pwd)"</nowiki>}}
{{note|The deb to rpm case as you see is the complex to fix by hand as we have to learn and adapt the steps for each conversion.
The key is the folder BUILDROOT and the string between the first next "/" and the second "/".}} Katnatek
SOP Version and Release freeze
How to enforce version freeze: Fix path
← Older revision Revision as of 08:11, 9 May 2025 Line 2: Line 2: * take a checkout of puppet configuration * take a checkout of puppet configuration −* go to ''modules/buildsystem/templates''+* edit ''deployment/mga_buildsystem/manifests/config.pp'' −* edit ''submit-todo.conf'' −in ''checks/version/cauldron'' ( yaml hierarchy )+in the ''$cauldron_version_check'' object * change mode from * change mode from − mode: normal+ 'mode' => 'normal' to to − mode: version_freeze+ 'mode' => 'version_freeze' * commit and push * commit and push Line 18: Line 17: A Release Freeze is done similarly, but with A Release Freeze is done similarly, but with − mode: freeze+ 'mode' => 'freeze' == How to add someone to the list of users able to upload == == How to add someone to the list of users able to upload == DanfVendored dependencies
See Also: Add Trustify
← Older revision Revision as of 09:12, 7 May 2025 Line 125: Line 125: * [https://vuln.go.dev/ Go Vulnerability Database] * [https://vuln.go.dev/ Go Vulnerability Database] * [https://guac.sh/ GUAC] SBOM management tool * [https://guac.sh/ GUAC] SBOM management tool +* [https://github.com/trustification/trustify Trustify] SBOM management tool * [https://github.com/anchore/grype grype], tool that can look up security issues from a SPDX SBOM * [https://github.com/anchore/grype grype], tool that can look up security issues from a SPDX SBOM * [https://trivy.dev/ Trivy], tool that can look up security issues from a SPDX SBOM * [https://trivy.dev/ Trivy], tool that can look up security issues from a SPDX SBOM [[Category:Packaging]] [[Category:Packaging]] DanfMageia 9 Errata-de
Mageia 9 Errata
Boomaga virtual printer: Removed duplicate #31980 entry. And it do work on some systems still.
← Older revision Revision as of 13:30, 30 April 2025 Line 518: Line 518: ==== Boomaga virtual printer ==== ==== Boomaga virtual printer ==== − −{{bug|31980}} - Sometimes not working at all. Really need upstream update, but is stalled since years. When it works, which it most often do, be happy :) '''Workaround:''' System reboot is known to have effect. {{bug|31859}} - Boomaga sometimes crash when printing to it from some applications, notably Okular. Alternative '''Workarounds: 1.)''' Just try again, '''2.)''' Launch Boomaga first, '''3.)''' Use another application with Boomaga. {{bug|31859}} - Boomaga sometimes crash when printing to it from some applications, notably Okular. Alternative '''Workarounds: 1.)''' Just try again, '''2.)''' Launch Boomaga first, '''3.)''' Use another application with Boomaga. −{{bug|31980}} - Boomaga not works since the last updates.+{{bug|31980}} - Sometimes not working at all. Really need upstream update, but is stalled since years. When it works, which it most often do, be happy :) '''Workaround:''' System reboot is known to have effect. Seems to have got worse on some systems in spring 2025, but still works on other. ==== Printer duplicate - not a bug ==== ==== Printer duplicate - not a bug ==== MorganoMageia 9 Errata
Boomaga virtual printer: other bug
← Older revision Revision as of 02:23, 30 April 2025 (One intermediate revision by the same user not shown)Line 511: Line 511: {{Bug|31623}} - '''hp-toolbox can't use the installed HP printer''' if the ipp-usb package is installed. Problem: some printers need ipp-usb. '''Workaround''': Choose if you want ipp-usb or not installed for your printer. Fresh installs from Classic installer do not have this package installed unless on-line repositories have been used during installation. Live media have ipp-usb installed. {{Bug|31623}} - '''hp-toolbox can't use the installed HP printer''' if the ipp-usb package is installed. Problem: some printers need ipp-usb. '''Workaround''': Choose if you want ipp-usb or not installed for your printer. Fresh installs from Classic installer do not have this package installed unless on-line repositories have been used during installation. Live media have ipp-usb installed. −{{Bug|32198}} - '''Blank pdf''' output from the virtual printer '''cups-pdf''' version 3.0.1-3.mga9. Fix is in progress. Possible '''Workarounds:''' Many programs can export pdf directly. Sometimes by a menu entry like "File > Export" (i.e LibreOffice). In some programs the pdf export is a choice in the print dialogue, like choosing any printer and where also CUPS-PDF is listed, named as "Save to pdf", "Print to pdf" or similar. (Okular, Firefox, Thunderbird, Chromium ...)+'''FIXED by Update:''' {{Bug|32198}} - '''Blank pdf''' output from the virtual printer '''cups-pdf''' version 3.0.1-3.mga9. Possible '''Alternatives:''' Many programs can export pdf directly. Sometimes by a menu entry like "File > Export" (i.e LibreOffice). In some programs the pdf export is a choice in the print dialogue, like choosing any printer and where also CUPS-PDF is listed, named as "Save to pdf", "Print to pdf" or similar. (Okular, Firefox, Thunderbird, Chromium ...), [https://bugs.mageia.org/show_bug.cgi?id=32198#c16 cups-brf] (if you like rename the output file from .brf to .pdf). {{Bug|32266}} - After '''upgrading from Mageia 8, USB-connected printers may not work''' and it can not be reinstalled manually. '''Manual Fix:''' Remove the printer forcibly by as root execute {{cmd|<nowiki>lpadmin -x <printername></nowiki>}}, then install the printer as usual - you may find it listed under Network Printers due to ipp-usb.service. {{Bug|32266}} - After '''upgrading from Mageia 8, USB-connected printers may not work''' and it can not be reinstalled manually. '''Manual Fix:''' Remove the printer forcibly by as root execute {{cmd|<nowiki>lpadmin -x <printername></nowiki>}}, then install the printer as usual - you may find it listed under Network Printers due to ipp-usb.service. Line 522: Line 522: {{bug|31859}} - Boomaga sometimes crash when printing to it from some applications, notably Okular. Alternative '''Workarounds: 1.)''' Just try again, '''2.)''' Launch Boomaga first, '''3.)''' Use another application with Boomaga. {{bug|31859}} - Boomaga sometimes crash when printing to it from some applications, notably Okular. Alternative '''Workarounds: 1.)''' Just try again, '''2.)''' Launch Boomaga first, '''3.)''' Use another application with Boomaga. + +{{bug|31980}} - Boomaga not works since the last updates. ==== Printer duplicate - not a bug ==== ==== Printer duplicate - not a bug ==== KatnatekQA Tipps und Tricks-de
Grafischen Server aufsetzen-de
QA Tips en Trucs-nl
QA Tips and Tricks
+ Downgrade everything from testing repos
← Older revision Revision as of 02:51, 28 April 2025 Line 1: Line 1: +[[QA Team portal|Return to the QA Team portal]] +[[Category:Contributors]][[Category:QA]] + {{multi_language_banner|[[QA Tipps und Tricks-de|Deutsch]] ; [[QA_Tips_and_Tricks|English]] ; [[Trucs et Astuces AQ-fr|français]] ; [[QA Tips en Trucs-nl|Nederlands]] ; }} {{multi_language_banner|[[QA Tipps und Tricks-de|Deutsch]] ; [[QA_Tips_and_Tricks|English]] ; [[Trucs et Astuces AQ-fr|français]] ; [[QA Tips en Trucs-nl|Nederlands]] ; }} Line 139: Line 142: <pre># rpm -e --nodeps <package></pre> <pre># rpm -e --nodeps <package></pre> + +== Downgrade everything from testing repos == + +To synchronise your system to only contain packages and versions from release and updates repositories. +# Read about [[Using_DNF#Synchronize_with_repos|this usage of DNF]]. +# {{cmd|<nowiki>dnf offline-distrosync download --disablerepo=\*testing\* --allowerasing</nowiki>}} == Perl Modules == == Perl Modules == Line 204: Line 213: firefox 8801 8841 user mem REG 8,2 707048 137291 /usr/lib64/libpixman-1.so.0.32.8 firefox 8801 8841 user mem REG 8,2 707048 137291 /usr/lib64/libpixman-1.so.0.32.8 </pre> </pre> − − − −[[QA Team portal|Return to the QA Team portal]] −[[Category:Contributors]][[Category:QA]] Morgano- « primera
- ‹ anterior
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- siguiente ›
- última »