[BlueOnyx:26234] Re: Cannot find build type: 5211R

Ken Marcus kenmarcusprecisionweb at gmail.com
Thu May 25 23:06:05 -05 2023


Juerg

Your solution of editing those two files worked beautifully!

Many Thanks!

(I would use the easymigrate but the ssh does not like to connect back to a
5208R)

Ken Marcus
Precision Web Hosting, LLC


On Thu, May 25, 2023 at 2:05 PM Juerg Sommer <jsommer at emailto.ch> wrote:

> Hi Ken,
>
> > I am trying to use the cmuImport to import a site from an older
> > BlueOnyx version to this 5211R, but am seeing this error message
> > ERROR extractTar: Cannot find build type: 5211R
>
> Michael would suggest to use EasyMigrate to you. :) I had also some bugs
> in cmuImport, but not all debugged yet. Maybe, one bug I found solve
> your problem:
>
> /usr/cmu/perl/Archive.pm about line 567
>
> containing:
>
> } elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ ||
> $self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ ||
> $self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1]0R$/ ||
> $self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build
> =~ /^TLAS2$/) {
>
> replace it with:
>
> } elsif($self->build =~ /^RaQ550$/ || $self->build =~ /^5100R$/ ||
> $self->build =~ /^510[6-8]R$/ || $self->build =~ /^520[7-9]R$/ ||
> $self->build =~ /^516[0-1]R$/ || $self->build =~ /^52[0-1][0-1]R$/ ||
> $self->build =~ /^5210R$/ || $self->build =~ /^TLAS1HE$/ || $self->build
> =~ /^TLAS2$/) {
>
> (change ^52[0-1]0R$ to ^52[0-1][0-1]R$ in about the middle of the line)
>
> I also switched to EasyMigrate (https://www.blueonyx.it/easy-migrate),
> so I don't have completely debugged cmuImport. I'll suggest you to
> change to that, but maybe the fix above solves your problems. Be aware
> of the ssl-certificates, there's also a bug in /usr/cmu/perl/cmuCCE.pm
> with a wrong path in line ~393.
>
> Best regards,
> Juerg
> _______________________________________________
> Blueonyx mailing list
> Blueonyx at mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20230525/7c6b770a/attachment.html>


More information about the Blueonyx mailing list