Phone Home UUID missing

I’m referring to bug 2988 which was closed about a year ago.

That fix introduced an event to make sure the UUID was stored in the configuration DB. At what point is that event supposed to fire, as on my system the configuration DB doesn’t have that key. And so the phone-home script run from cron fails.

Cheers.

The actions is created after the package installation inside the nethserver-phonehome-update event.

Try to re-execute it:

signal-event nethserver-phonehome-update

Check the log for any messages.

Running that manually added the UUID:

[root@NethServer db]# config show phone-home
phone-home=configuration
    status=enabled
[root@NethServer db]# signal-event nethserver-phonehome-update
[root@NethServer db]# config show phone-home
phone-home=configuration
    status=enabled
    uuid=b7d9e34c-5686-45b3-9554-50eb30103f67
[root@NethServer db]#

Any idea why that wasn’t run when I either installed NS or enabled Phone Home
Cheers.