After migration from core v13 to scale v22.12.2

Richardszu

Dabbler
Joined
Jan 21, 2022
Messages
49
Hello everyone,
I just migrated TrueNas Core V13 fixed IP to TrueNas Scale V22.12.2 Everything went perfectly I was able to find my volume, my cron jobs, my SMB shares, my contacts etc. I can also connect in SSH to scale! and I ran an ifconfig command with a ping 8.8.8.8
Result:
--- 8.8.8.8 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7011ms
Everything seems to work except that I can't install the TrueCharts catalog? I restarted the NAS several times, nothing makes it impossible to install the catalog?
The settings:
Go to > Applications > Manage Catalogs > Add Catalog
Catalog name: TrueCharts
Repository: https://github.com/truecharts/catalog

In > Preferred Trains > Add
[stable] [core] [incubator]
Branch: hand
[Register]
Error message in tasks:
CRITICAL
Failed to sync TRUECHARTS catalog: [EFAULT] Invalid operation: ==
2023-04-14 11:58:35 (Europe/Paris)
Now I'm stuck! I searched the forum, but couldn't find anything conclusive! Has anyone encountered this problem and solved it? Thank you for your help have a nice day :wink:
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
In > Preferred Trains > Add
[stable] [core] [incubator]
I don't think those are the trains...

You have stable,dependency,incubator,enterprise as far as I see on mine, so you need to remove core and add enterprise and dependency.
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
Branch should be "Main" not hand

Edit:
To add TrueCharts to your SCALE installation:

  1. Go to Apps page from the top level SCALE menu
  2. Select Manage Catalogs tab on the Apps page
  3. Click Add Catalog
  4. After reading the iXsystems notice, click Continue and enter the required information:
    Name: truecharts
    Repository: https://github.com/truecharts/catalog
    Preferred Trains: enterprise and stable
    Branch: main
  5. Click Save and allow SCALE to refresh its catalog with TrueCharts (this may take a few minutes)
 

Richardszu

Dabbler
Joined
Jan 21, 2022
Messages
49
Thanks @LarsR and @sretalla
for your answer,
I deleted the catalog and recreated it with your advice.
It did not work ? I attach the screenshots.
I also did the same operation in a VM with Vmware Scale which was installed in DHCP mode, same failure? Is this a bug in Scale? How to get around this problem? Thanks for your help
 

Attachments

  • Scale-Truecharts-001.jpg
    Scale-Truecharts-001.jpg
    68.6 KB · Views: 87
  • Scale-Truecharts-002.jpg
    Scale-Truecharts-002.jpg
    122.1 KB · Views: 84
  • Scale-Truecharts-003.jpg
    Scale-Truecharts-003.jpg
    122.3 KB · Views: 91
  • Scale-Truecharts-004.jpg
    Scale-Truecharts-004.jpg
    116.9 KB · Views: 86

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
In this post someone had the same issue and was able to solve it.
Maybe the migration from core to scale reset some of your network settings, e.g. default route (your routers ip) and namservers and therefore
your installation is unable to reach github.
Have you tried to ping github via shell or from a ssh session?
 

Richardszu

Dabbler
Joined
Jan 21, 2022
Messages
49
Thanks @LarsR for your question

ping github.com
--- github.com ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8015ms
rtt min/avg/max/mdev = 11.443/11.982/12.979/0.447 ms
Apparently the ping github.com passes!
But I redid a clean install in wmware of Scale V22.12.2 with the settings of my NAS with the same basic config. I left everything in DHCP by default and the catalog is installed correctly.
So, it is the migration that is the problem, some parameters are broken! But which ones?
I am not a network expert! :mad:
 
Top