Results 1 to 5 of 5

Thread: Extra account 'dirmngr' appears on login screen (once)

  1. #1
    Join Date
    Apr 2010
    Beans
    67

    Extra account 'dirmngr' appears on login screen (once)

    I was logging into a machine today, and in addition to the usual options (my account, remote login) there was a third option called dirmngr.
    I logged out and it was gone, and restarted the machine and it was still gone, but I found it strange that it was there as I had never seen it before.
    Does this suggest a security problem?

    Thanks

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Extra account 'dirmngr' appears on login screen (once)

    Hi Adam's AI.

    Did you install dirmngr?

    Could you open a terminal, run these commands, and post back its results? (you can copy/paste the text):
    Code:
    apt-cache policy dirmngr
    
    grep -i dirmngr /etc/passwd
    Regards.

  3. #3
    Join Date
    Apr 2010
    Beans
    67

    Re: Extra account 'dirmngr' appears on login screen (once)

    Quote Originally Posted by papibe View Post
    Hi Adam's AI.

    Did you install dirmngr?

    Could you open a terminal, run these commands, and post back its results? (you can copy/paste the text):
    Code:
    apt-cache policy dirmngr
    
    grep -i dirmngr /etc/passwd
    Regards.
    Thanks for the reply!
    I did not install dirmngr on its own -- I don't know if it somehow go installed with some other software, but on this comp I haven't installed too much other than stock ubuntu, a few common programs, and a few other DEs.

    apt-cache policy dirmngr yields:
    Code:
    dirmngr:
      Installed:  1.1.1-1.1
      Candidate:  1.1.1-1.1 
      Version table:
     *** 1.1.1-1.1 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
            100 /var/lib/dpkg/status
    grep -i dirmngr /etc/passwd yields:
    Code:
    dirmngr:x:116:126::/var/cache/dirmngr:/bin/sh

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Extra account 'dirmngr' appears on login screen (once)

    Thanks.

    It looks like the package is installed, and the user exists.

    It looks like a minor bug. Since only users with id > 1000 should be displayed on the login screen. If it happens again, I would reported in Launchpad.

    Regards.

  5. #5
    Join Date
    Apr 2010
    Beans
    67

    Re: Extra account 'dirmngr' appears on login screen (once)

    Quote Originally Posted by papibe View Post
    Thanks.

    It looks like the package is installed, and the user exists.

    It looks like a minor bug. Since only users with id > 1000 should be displayed on the login screen. If it happens again, I would reported in Launchpad.

    Regards.
    That is reassuring. Thanks alot for the help!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •