NTP charm with alot of ERRORs

Hi guys,

When deploying my Openstack bundle based on the provided one (https://jujucharms.com/openstack-base/) i notice that juju debug spits out alot of ERROR relating to NTP.

I don’t fully understand the message. The relations are exact copies of the ones in the Openstack Base bundle.
Does anyone know if these messages are a cause for worry?

unit-ntp-2: 13:01:56 ERROR unit.ntp/2.juju-log Unable to find implementation for relation: requires of ntp
unit-ntp-2: 13:01:57 ERROR unit.ntp/2.juju-log Unable to find implementation for relation: provides of ntp
unit-ntp-4: 13:02:04 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: requires of ntp
unit-ntp-4: 13:02:04 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: provides of ntp
unit-ntp-0: 13:02:13 ERROR unit.ntp/0.juju-log Unable to find implementation for relation: requires of ntp
unit-ntp-0: 13:02:13 ERROR unit.ntp/0.juju-log Unable to find implementation for relation: provides of ntp
unit-ntp-4: 13:02:18 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: requires of ntp
unit-ntp-4: 13:02:19 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: provides of ntp
unit-ntp-3: 13:02:37 ERROR unit.ntp/3.juju-log Unable to find implementation for relation: requires of ntp
unit-ntp-3: 13:02:37 ERROR unit.ntp/3.juju-log Unable to find implementation for relation: provides of ntp
unit-ntp-4: 13:02:38 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: requires of ntp
unit-ntp-4: 13:02:38 ERROR unit.ntp/4.juju-log ntp-peers:20: Unable to find implementation for relation: provides of ntp
unit-ntp-4: 13:02:58 ERROR unit.ntp/4.juju-log juju-info:44: Unable to find implementation for relation: requires of ntp
unit-ntp-4: 13:02:58 ERROR unit.ntp/4.juju-log juju-info:44: Unable to find implementation for relation: provides of ntp

Thank you! :slight_smile:

Hi Emil,

These messages are not from the charm but are warnings from the charms.reactive framework. They are harmless and may be safely ignored. In the latest versions of the charm you may see further trace logs like this: Ubuntu Pastebin - these are also harmless; see https://github.com/juju-solutions/charms.reactive/issues/206 for more information.

Regards,
Paul

Hi Paul,

It looks like these messages should be pushed to DEBUG or WARN instead, maybe?
Because if these messages are not an error and could be ignored it sounds like they could be a warning or debug message instead.

Thanks,
Emil