Comment 6 for bug 2031192

Revision history for this message
Lucas Albuquerque Medeiros de Moura (lamoura) wrote :

Hi motosteven,

It seems that everything is correct on both of these commands.
Can you run this python script here on the affected machine and report the output of it:

---------------
from uaclient.entitlements.esm import ESMAppsEntitlement
from uaclient.config import UAConfig

esm_apps = ESMAppsEntitlement(UAConfig())
ret, reason = esm_apps.user_facing_status()
print(ret, reason)
-----------------