Root in Konsole

Home Page Forums users Root in Konsole

Viewing 3 reply threads
  • Author
    Posts
    • #29126
      rhamblen
      Participant

      Hello,

      When using Konsole with commands like SU Root and entering password, it comes up blank instead of with a username. So if I did something like DNF search Thermald, then it would say you must be in Root, but Konsole will not let me.

      I have done in terminal the command of sudo passwd root, then put in new Root password, to no avail.

      Thank you for the help and great distro!

      Roderick

    • #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

    • #29128
      rhamblen
      Participant

      Hello Silvan,

      That’s correct. Not the end of the world, but do use terminal for updates sometimes.

      Thanks,

      Roderick

    • #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 1 year ago by Silvan.
      • #29186
        rhamblen
        Participant

        Hello Silvan,

        Thank you for the help! Konsole works perfectly now. Keep up the great work and Happy Holidays.

        Cheers,

        Roderick

        • #29187
          Silvan
          Keymaster

          Hello Roderick,
          thank you for your feedback and happy holidays!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.