Silvan

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 159 total)
  • Author
    Posts
  • in reply to: user-contrib package repository #29404
    Silvan
    Keymaster

    Hi,
    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.conf file will be overwritten the next time you start the container. Public resources say that if you will recreate the container you may run it with docker 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 (flex in 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 1 month, 3 weeks ago by Silvan.
    in reply to: user-contrib package repository #29395
    Silvan
    Keymaster

    This 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.conf by 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.

    in reply to: user-contrib package repository #29392
    Silvan
    Keymaster

    Can 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 1 month, 4 weeks ago by Silvan.
    in reply to: user-contrib package repository #29386
    Silvan
    Keymaster

    Hi,
    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 update button. 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 1 month, 4 weeks ago by Silvan.
    Attachments:
    You must be logged in to view attached files.
    in reply to: Can’t install dnf5 #29378
    Silvan
    Keymaster

    Hi,
    although dnf5 is already in the repository to provide at build time the library required by PackageKit, 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 3 months, 3 weeks ago by Silvan.
    in reply to: update broke kwin #29366
    Silvan
    Keymaster

    This may be partially redundant with what already written in previous reply:
    discovery is a strict requirement of the KDE Plasma desktop environment as it is provided by openmamba so it is by design a requirement of the desktop-base-kde meta package. kwin-x11 is a weak requirement of desktop-base-kde and it is removed because it was installed by desktop-base-kde itself 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 neither desktop-base-kde nor discover.

    By wanting to uninstall discovery you are customizing your desktop installation in a way which is not supported by openmamba, so you will also get desktop-base-kde and, e.g., mambatray tools removed. You can do it but then you have to manage the desktop requirements on your own. You can of course just reinstall kwin-x11 after the removal of desktop-base-kde for your needs. You can also make and maintain your own desktop-base-mycustomkde metapackage if you want and know how to do it.

    • This reply was modified 5 months ago by Silvan.
    in reply to: update broke kwin #29364
    Silvan
    Keymaster

    By uninstalling discover also desktop-base-kde has been uninstalled. desktop-base-kde is 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-x11 package which has not been installed automatically for you because desktop-base-kde has been removed in your previous installation.

    in reply to: update broke kwin #29360
    Silvan
    Keymaster

    I believe the update from the 23 june broke plasma-desktop or kwin. I do not have the ability to switch virtual desktops any longer, the virtual desktop widget pager is gone from the panel and windows overlap but cannot be moved. Typical shortcuts to change window sizes do not work.

    By not being able to switch virtual desktops you suggest that your plasma desktop is running and you should be able to run programs. If that’s the case you may open a konsole and troubleshoot the problem by yourself by inspecting logs or run the openmamba “system report” and send it via the website if you are expecting suuport from whom is writing.

    With the latest upgrades KDE Plasma has been updated to 6.4.0 release and proved to work on some test environments. The kwin package has been split upstream into kwin (wayland) and kwin-x11, by the way both are installed if you have performed a full system upgrade because the desktop-base-kde package will require the new kwin-x11 package as a soft dependency. Provided that all packages have been upgraded the system logs may reveal if there is some plasma component which is reporting errors or crashing.

    • This reply was modified 5 months ago by Silvan.
    Silvan
    Keymaster

    Ok. Release 470.256.02-5mamba supposingly fixed it.

    Silvan
    Keymaster

    Hi,
    does access to any virtual console work by pressing CTRL-ALT-F2..F8? This would allow retrieving log information from the console to identify the cause of the issue.
    If not, the only way to get useful information would be to start the kernel with the “debug” menu choice (or removing “quiet splash” from Grub command line).
    Did you by any chance install the “nvidia” proprietary driver?

    in reply to: After system update, cannot login or unlock session #29347
    Silvan
    Keymaster

    In order to check for any low level error returned by the authentication layer you may want to login into a tty console after you got the password rejected, then run:

    sudo os-makereport

    this will create a report file that you can send for us to inspect.

    Or if you have the required console skills you can check for any relevant error (maybe reported by PAM) in the user and system journal with sudo journalctl -b or journalctl -b.

    in reply to: After system update, cannot login or unlock session #29345
    Silvan
    Keymaster

    Hi,

    the password might not be accepted in the graphical section due to a wrong keyboard layout setting if it contains some special characters, have you checked for this?
    Then you don’t have the problem any longer after recreating the user? Maybe you changed the password too?
    The “Send a report” page seems to work but you need to be logged in the site.

    in reply to: WSL Version – Add user. #29330
    Silvan
    Keymaster

    Many thanks for adding openmamba-KDE6 to your WSL howto project and for sharing in this forum!

    in reply to: WSL Version – Add user. #29326
    Silvan
    Keymaster

    Good. User can just be added to the sysadmin group to give root permissions with sudo, adding to this group is also recommended for polkit policies.

    in reply to: WSL Version – Add user. #29322
    Silvan
    Keymaster

    Hello,
    the command to add a user in openmamba isĀ  useradd. See also man useradd.

    You need to install KDE Plasma 6 because you used rootfs-base for the installation`? The command is:

    sudo dnf install desktop-base-kde

    If you need the graphical login manager also sudo dnf install sddm may be needed.

Viewing 15 posts - 16 through 30 (of 159 total)