Skip to content

Infix 25.02 broken on NanoPi R2S #1006

@troglobit

Description

@troglobit

User reports issue upgrading R2S from 25.01 to 25.02:

I just updated my farm of r2s from 25.01.0 to 25.02.0 and getting Corrupt startup-config
I built a new image from 25.02 and dd the sdcard, same result

In 25.02 we made two syntax changes to existing YANG models that stepped the version of confd to 1.5, this can be seen in .cfg files in the "infix-meta:meta" node. To handle syntax changes we have introduced jq scripts that migrate the startup-config of deployed machines when they first start up with a new confd version. So in this case, upgrading from 25.01 to 25.02, two scripts run:

  • src/confd/share/migrate/1.5/10-change-key-types.sh
  • src/confd/share/migrate/1.5/11-rename-etherlike.sh

The latter is for Qemu systems, so possibly the issue is with converting the SSH host key type.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions