<div dir="ltr">Juerg<div><br></div><div>Your solution of editing those two files worked beautifully! </div><div><br></div><div>Many Thanks!</div><div><br></div><div>(I would use the easymigrate but the ssh does not like to connect back to a 5208R)</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Ken Marcus<div>Precision Web Hosting, LLC</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 25, 2023 at 2:05 PM Juerg Sommer <<a href="mailto:jsommer@emailto.ch">jsommer@emailto.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ken,<br>
<br>
> I am trying to use the cmuImport to import a site from an older <br>
> BlueOnyx version to this 5211R, but am seeing this error message<br>
> ERROR extractTar: Cannot find build type: 5211R<br>
<br>
Michael would suggest to use EasyMigrate to you. :) I had also some bugs <br>
in cmuImport, but not all debugged yet. Maybe, one bug I found solve <br>
your problem:<br>
<br>
/usr/cmu/perl/Archive.pm about line 567<br>
<br>
containing:<br>
<br>
} elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ || <br>
$self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ || <br>
$self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1]0R$/ || <br>
$self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build <br>
=~ /^TLAS2$/) {<br>
<br>
replace it with:<br>
<br>
} elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ || <br>
$self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ || <br>
$self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1][0-1]R$/ || <br>
$self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build <br>
=~ /^TLAS2$/) {<br>
<br>
(change ^52[0-1]0R$ to ^52[0-1][0-1]R$ in about the middle of the line)<br>
<br>
I also switched to EasyMigrate (<a href="https://www.blueonyx.it/easy-migrate" rel="noreferrer" target="_blank">https://www.blueonyx.it/easy-migrate</a>), <br>
so I don't have completely debugged cmuImport. I'll suggest you to <br>
change to that, but maybe the fix above solves your problems. Be aware <br>
of the ssl-certificates, there's also a bug in /usr/cmu/perl/cmuCCE.pm <br>
with a wrong path in line ~393.<br>
<br>
Best regards,<br>
Juerg<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div>