Forum Replies Created
-
AuthorPosts
-
Silvan
KeymasterI cannot get a useful stacktrace.
This and this are reports to a similar problem.
I assume that no system changes have been made and the packagekwallet-pamis installed.
If it is a general openmamba problem it should be reproduced by me or reported by other users when updating existing installations or doing a fresh installation but the fact that this is happening only to you and on two installations suggests to investigate on any post installation operation you have made on both systems, for example the installation of any external software might have changed the /etc/pam.d files and as written above it seems that the problem is at PAM level.Silvan
KeymasterThe report you sent (related to another problem) shows a crash of the
ksecretddaemon. I don’t know if it is the same installation of this post, in any case it might be worth to see a useful stacktrace of the crash dump. As an example the following console commands might produce the stacktrace as output:sudo dnf install kf6-kwallet-debug coredumpctl info -q -rNovember 4, 2025 at 10:59 am in reply to: Would it be possible to add Microsoft Edge stable to the repos? #29429Silvan
KeymasterI’ve checked but the license does not allow to redistribute Microsoft Edge binaries in a public repository.
By the way it might be provided as an openmamba installable component from network, a specific mechanism which locally downloads the upstream archive and creates the RPM. However this requires some more effort than simply creating the package for the repository so I will evaluate doing this work when possible.The process of updating packages is managed by a chain of openmamba specific tools called
autospec,autodistandwebbuildwhich are today provided in a ready-to-use docker environment with the openmamba-docker-buildvm project. This project provides a web interface and scripts that are periodically run to do batch operations like checking for packages to be updated, build them and release to a repository.-
This reply was modified 7 months ago by
Silvan.
Silvan
KeymasterHi,
this would normally happen because the user has set a password for KDE Wallet. You may want to try to open KWalletManager and change the password by setting an empty one.Silvan
KeymasterHi,
I’ve updated the kernel to version6.12.49and I have included the patch you requested.
The missing files resulting from your build probably are related to a missing dependency that would result by examinating the full build log, maybekmod.Silvan
KeymasterYou only see a tenth of lines in the Console output box? There should be hundreds if not thousands of lines since the beginning of rpmbuild… maybe the scrollbar is not working?
About not seeing anything “relevant” in /var/webbuild/tmp, did you by chance use the “build” button below the editor or the autodist “build” button in the right?
Additionally, if you clicked on the [x] on the line in the top processes box, then the build log (if done using the “build” button below the editor) is gone.Silvan
KeymasterAddition: as most builds are parallelized you often won’t find the error at the very bottom of the build log. By scrolling up the “Console log” you might find the error information many lines before the end. The Console box tries to help by evidencing possible error lines using a red background.
Silvan
KeymasterWhen you build a SRPM using the
buildbutton of the **Webbuild** you get the build process in a line in the top box. When build is finished by clicking on this line you get the full scrollable build log in the “Console output” box. The build logs for the processes in the top, which you can show in the console output box, are the files located in/var/webbuild/tmp. Or are you looking for something else?Silvan
KeymasterHi,
your previous reply was blocked by the antispam mechanism, maybe due to html code and/or urls it contained, and I have later approved it.Glad you sorted out your issues.
About Docker unfortunately the
resolv.conffile will be overwritten the next time you start the container. Public resources say that if you will recreate the container you may run it withdocker run --dns 1.1.1.1 --dns 8.8.8.8 ...to have alternative DNS permanently set.About package build, as I said you may find build requirements missing (
flexin this case) because SRPMs specs do not contain a full list of build requirements and the new container has only a basic know set of general requirement installed.-
This reply was modified 8 months, 1 week ago by
Silvan.
Silvan
KeymasterThis is a Docker issue. If your Docker host is openmamba I can suggest to restart it on the host:
sudo systemctl restart docker.Possible checks in the running container are the nameservers set in the file
/etc/resolv.confby checking and pinging directly the IP address, by the way this kind of problem when I’ve seen it is usually some sort of problem in docker network interfaces which gets solved when restarting the host service.Silvan
KeymasterCan you check that the container has access to internet? This is the only explanation I currently have for the “Select a SRPM package” select being empty. You may check if the following command run from a container shell works:
curl https://push.openmamba.org/pub/openmamba/base/SRPMS.base/The “Select a .spec file” select will be populated when you “Unpack and edit” SRPMS packages.
-
This reply was modified 8 months, 1 week ago by
Silvan.
Silvan
KeymasterHi,
you should have the “Unpack and edit” button on the right like in the attached image and should start by pressing it.
NOTE: if it is the first time you login press F5 to reload the page, this is a known issue.Then you get the spec file in the editor and have buttons below. To create a new release add a changelog next to “new release with changelog:” and press the
updatebutton. You add the patch from a network url using the “Add patches” box on the right or you should add it manually in the /var/autodist/RPM/SOURCES folder and edit the spec file to add and apply the patch.Next you may press the “build” button below to start building the package.
These are the very basic things to learn but of course they do not cover everything you may need to know.
By starting a new container you will probably need to install some basic build requirements which are missing.-
This reply was modified 8 months, 1 week ago by
Silvan.
Attachments:
You must be logged in to view attached files.Silvan
KeymasterHi,
althoughdnf5is already in the repository to provide at build time the library required byPackageKit, it is not yet tested and supported in openmamba so it should not be installed. If I remember I will write an update in this post when it will be possible to install it.-
This reply was modified 10 months, 1 week ago by
Silvan.
Silvan
KeymasterThis may be partially redundant with what already written in previous reply:
discoveryis a strict requirement of the KDE Plasma desktop environment as it is provided by openmamba so it is by design a requirement of thedesktop-base-kdemeta package.kwin-x11is a weak requirement ofdesktop-base-kdeand it is removed because it was installed bydesktop-base-kdeitself which you are removing, so dnf considers it a leaf which is no longer required. Supported openmamba Plasma desktop users are not expected to remove neitherdesktop-base-kdenordiscover.By wanting to uninstall
discoveryyou are customizing your desktop installation in a way which is not supported by openmamba, so you will also getdesktop-base-kdeand, e.g.,mambatraytools removed. You can do it but then you have to manage the desktop requirements on your own. You can of course just reinstallkwin-x11after the removal ofdesktop-base-kdefor your needs. You can also make and maintain your owndesktop-base-mycustomkdemetapackage if you want and know how to do it.-
This reply was modified 11 months, 2 weeks ago by
Silvan.
Silvan
KeymasterBy uninstalling
discoveralsodesktop-base-kdehas been uninstalled.desktop-base-kdeis openmamba metapackage which ensures that all requirements for KDE Plasma are installed as expected for openmamba desktop users.If you remove this metapackage then you need to fulfill the KDE requirements and any required change upon upstream Plasma updates on your own.
Specifically, the missing or broken features you have noticed may depend on plugins that have been moved into the new
kwin-x11package which has not been installed automatically for you becausedesktop-base-kdehas been removed in your previous installation. -
This reply was modified 7 months ago by
-
AuthorPosts

