Silvan

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 108 total)
  • Author
    Posts
  • in reply to: file conflict for filesystem upgrading #29158
    Silvan
    Keymaster

    Hi,
    I’ve released the package update filesystem-2.3-10mamba as an attempt to fix the problem you are reporting.
    Thanks for letting me know if it works or not.

    in reply to: dnf offers i586 packages to upgrade my x86-64 system #29140
    Silvan
    Keymaster

    Hi @ouaille_aime_scier,
    I think this was a transient problem while releasing the up-to-date KDE frameworks packages. It should work now after refreshing the packages list with sudo dnf refresh or using the mambatray icon entry.
    Thanks for reporting.

    in reply to: Root in Konsole #29129
    Silvan
    Keymaster

    Hello Roderick,
    the issue seems to be caused by gnupg blocking due to pre-existing files in /root/.gnupg folder.
    I would suggest to run the following commands from a konsole:

    
    su
    [Blocking -> Press CTRL-C and you are root]
    killall -9 gpg-agent
    rm -rf /root/.gnupg
    

    Then the next su or sudo su call should regenerate a clean and correct content of the gnupg folder and fix the problem.

    I hope this helps. Thanks for reporting and appreciating openmamba.
    Silvan

    • This reply was modified 5 months ago by Silvan.
    in reply to: Root in Konsole #29127
    Silvan
    Keymaster

    Hello Roderick,
    you are saying that neither the su command not sudo passwd root are working correctly and that you get no prompt in response?
    I currently don’t reproduce the problem, maybe I need to check if the new installation media have such problem. It might also be a problem related to network name resolution.
    I will investigate more and thanks if you have some more info to provide.
    Silvan

    in reply to: New mail indicator #29106
    Silvan
    Keymaster

    Hi,
    you are welcome.

    About kdeconnect:
    openmamba default firewall is ufw so the rules needed for kdeconnect are the ones described in the official documentation:
    `
    sudo ufw allow 1714:1764/udp
    sudo ufw allow 1714:1764/tcp
    sudo ufw reload
    `
    I will add these rules to ufw applications set as you suggest.

    in reply to: New mail indicator #29104
    Silvan
    Keymaster

    Hi,
    I’ve created the systray-x package for openmamba and it can be installed with:
    sudo dnf install systray-x

    Thank you for your post.

    Silvan
    Keymaster

    Hi Silvan,
    This is what appears in the terminal :

    mars 30 20:15:09 openmamba dbus-daemon[6819]: [session uid=1000 pid=6819] Successfully activated service 'org.kde.LogoutPrompt'
    mars 30 20:15:09 openmamba ksmserver-logout-greeter[8068]: kde.logout_greeter: Couldn't find a theme for the Shutdown dialog ""

    Hi,
    this seems like a theme problem. Are you using the default theme? If so, can you try to reapply it from the Appearance > Global theme page in the settings? It is not necessary to check the box for reapplying also the dispositions so that you won’t lose your customization.

    • This reply was modified 8 months, 1 week ago by Silvan.
    • This reply was modified 8 months, 1 week ago by Silvan.
    • This reply was modified 8 months, 1 week ago by Silvan.
    in reply to: files conflict between man-pages-fr and shadow packages #29096
    Silvan
    Keymaster

    Hi,
    sorry, there was an error which I corrected in man-pages-fr-4.18.0-2mamba which will be available as a new update in a few hours.

    Silvan
    Keymaster

    Hello,
    I don’t reproduce the problem, I’ve also tried both X11 and Wayland sessions and searched in KDE bugs.
    Can you open a terminal and run:
    journalctl -f

    then try to logout to reproduce the problem and see if some useful message appears on the terminal?

    in reply to: files conflict between man-pages-fr and shadow packages #29090
    Silvan
    Keymaster

    Hello,
    I’ve released an update of man-pages-fr which fixes those conflicts. Thanks for reporting again in case you still have errors caused by other conflicting files.

    • This reply was modified 8 months, 1 week ago by Silvan.
    Silvan
    Keymaster

    Hi,
    it’s not clear to me what you mean with “When I activate the deconnection screen in the configuration”, this is normally activated by default and when you try to logout, reboot, shutdown etc., for instance from the bottom buttons in the application launcher menu, this screen appears for confirmation. So, you simply mean that you can never normally logout, reboot or shutdown from Plasma or are you describing a particular situation?

    If your case is the general issue this is not normally reproducible (those buttons are tested as working for me on many installations), so something bad may be happening on your particular installation and the cause might be reported in the user or system journal. You may want to check there or send a system report generated by the tools tyou may find in the applications menu.

    If, on the contrary, the problem is reproducible in a particular case, can you please explain me better which configuration changes you have made and where you are clicking to ask for logout, reboot, etc. Thanks.

    in reply to: Dnfdragora python version issue #29083
    Silvan
    Keymaster

    Hi,
    thanks for reporting the issue providing details which hopefully helped to fix it.
    I’ve updated to a more recent python version all the modules of the rpm/dnf/dnfdragora stack and finished the tests, so the fix will be soon made available with system updates.

    in reply to: Installation issue #29079
    Silvan
    Keymaster

    Hi,
    I’ve looked into this problem and found that it can be solved if you can edit the file /etc/fstab and replace the option space_cache with space_cache=v2.
    Thanks for reporting the problem, btrfs is not the default filesystem for rootfs so it hasn’t been tested for a while and an update of kernel or tools may have produced this problem. I will check and eventually fix the Calamares installer to prevent this issue from happen in the future live ISOs.

    • This reply was modified 8 months, 3 weeks ago by Silvan.
    in reply to: NVidia drivers #29072
    Silvan
    Keymaster

    Hi ouaille_aime_scier,

    thanks for the feedback, I have just a final question: can you please tell me the exact model of your Nvidia equipment? If you don’t know, the output of the following command should provide this information:

    lspci|grep -i nvidia

    If the Nouveau driver is working fine I suspect that your Nvidia GPU is an old model supported by one of the Nvidia legacy drivers or else maybe it works because I recently disabled Nouveau acceleration support by default.

    Thanks and good continuation with openmamba.

    in reply to: NVidia drivers #29068
    Silvan
    Keymaster

    Hi,
    I’m going to retrieve one or two nvidia cards to do tests because it is not easy to make their current and legacy drivers to work, I’ve done this many times in the past 15-20 years but at some point something changes and meanwhile my only card got broken. Unfortunately Nvidia still gives poor support to packagers by only providing an autoinstalling script to be run by the user with root privileges.

    By the way if you want to do a couple of further tests I suggest:

    1) first let’s check if nvidia module is correctly available, such commands could confirm this:

    
    sudo dkms status
    sudo modprobe nvidia
    dmesg | tail
    

    2) create a file with path /etc/X11/xorg.conf.d/20-nvidia.conf with the following content:

    
    Section "Files"
    ModulePath   "/usr/lib64/nvidia/xorg"
    ModulePath   "/usr/lib64/xorg/modules"
    EndSection
    
    Section "Device"
    Identifier "Nvidia Card"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    
    Section "ServerFlags"
    Option "IgnoreABI" "1"
    EndSection
    

    and try a normal reboot.

    3) try to boot selecting the second menu entry in the advanced submenu of the Grub boot loader (the option is described as “Proprietary video driver” and runs the kernel with nomodeset, which was the scenario with Nvidia drivers not supporting modesetting).

    • This reply was modified 9 months, 3 weeks ago by Silvan.
    • This reply was modified 9 months, 3 weeks ago by Silvan.
Viewing 15 posts - 1 through 15 (of 108 total)