Uploaded image for project: 'Facter'
  1. Facter
  2. FACT-2759

Linux Mint 20 os version bug

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • FACT 3.14.14
    • None
    • facter 3.14.13

    • Hide

       

      {
        architecture => "amd64",
        distro => {
          codename => "ulyana",
          description => "Linux Mint 20",
          id => "Linuxmint",
          release => {
            full => "20",
            major => "20"
          }
        },
        family => "Debian",
        hardware => "x86_64",
        name => "Debian",
        release => {
          full => "20",
          major => "20"
        },
        selinux => {
          enabled => false
        }
      }

       

      Show
        { architecture => "amd64" , distro => { codename => "ulyana" , description => "Linux Mint 20" , id => "Linuxmint" , release => { full => "20" , major => "20" } }, family => "Debian" , hardware => "x86_64" , name => "Debian" , release => { full => "20" , major => "20" }, selinux => { enabled => false } }  
    • Night's Watch
    • 2
    • NW - 2020-09-16
    • Needs Assessment
    • Bug Fix
    • Fix an issue where Facter would incorrectly report the OS as Debian on Linux Mint 20 platforms
    • Needs Assessment

    Description

      facter os
      {
        architecture => "amd64",
        distro => {
          codename => "ulyana",
          description => "Linux Mint 20",
          id => "Linuxmint",
          release => {
            full => "bullseye/sid",
            major => "bullseye/sid"
          }
        },
        family => "Debian",
        hardware => "x86_64",
        name => "Debian",
        release => {
          full => "bullseye/sid",
          major => "bullseye/sid"
        },
        selinux => {
          enabled => false
        }
      }
      lsb_release -a
      No LSB modules are available.
      Distributor ID:	Linuxmint
      Description:	Linux Mint 20
      Release:	20
      Codename:	ulyana

      Attachments

        Activity

          People

            gabriel.nagy Gabriel Nagy
            Tarasov Nikita
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support