Failed to sync OFFICIAL catalog

enghult

Cadet
Joined
Jul 28, 2022
Messages
6
Hi
I have read several threads about this issue. Tried reboot. Changed a network settings sevreal times.
Uanble to load official and truecharts.

CRITICAL​

Failed to sync OFFICIAL catalog: [EFAULT] Failed to clone 'https://github.com/truenas/charts.git

I do have Nextcloud and syncthing up and running.

Trying to ping github from shell:
root@truenas[~]# ping github.com
PING github.com (140.82.121.4) 56(84) bytes of data.

I have a debug file if thats some help..

TrueNAS-SCALE-22.02.4 as VM on Proxmox Virtual Environment 7.2-11
 

Jimfixx

Cadet
Joined
Apr 18, 2022
Messages
1
I’m getting the exact same error, thought it was me as my server reset whilst it was booting up.
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Can you confirm DNS and networking are fine from CLI?
 

enghult

Cadet
Joined
Jul 28, 2022
Messages
6
Can you confirm DNS and networking are fine from CLI?
Not sure..
tried some ifconig, netstat, traceroute.

A simple ping google.com gets stuck:
PING google.com (142.250.74.174) 56(84) bytes of data.

ifconfig:
ifconfig (with some xxx)
ens18: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.xxx netmask 255.255.255.0 broadcast 192.168.1.255
inet6 xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 1000 (Ethernet)
RX packets 815869 bytes 260621385 (248.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 338933 bytes 942066102 (898.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

kube-bridge: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.xxx netmask 255.255.0.0 broadcast 172.16.255.255
inet6 xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 1000 (Ethernet)
RX packets 804889 bytes 120253527 (114.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 841068 bytes 196749524 (187.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

kube-dummy-if: flags=195<UP,BROADCAST,RUNNING,NOARP> mtu 1500
inet 172.17xxx netmask 255.255.255.255 broadcast 0.0.0.0
inet6 xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 52847 bytes 7582758 (7.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 2409490 bytes 16182862844 (15.0 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2409490 bytes 16182862844 (15.0 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

veth3148b861: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 310309 bytes 30302426 (28.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 305315 bytes 27817279 (26.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

veth86cbf8f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 34900 bytes 3275046 (3.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 56974 bytes 6455702 (6.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

vethe01d694d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6xxx prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 79235 bytes 55753732 (53.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 123621 bytes 24896651 (23.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

vethe586b809: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 xxx:7027 prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 94145 bytes 24800959 (23.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 129372 bytes 62319425 (59.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

vethf052754d: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6xxx:39a9 prefixlen 64 scopeid 0x20<link>
ether xxx txqueuelen 0 (Ethernet)
RX packets 388965 bytes 77421194 (73.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 490649 bytes 148774738 (141.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
lets make sure connections to external internet are working well.. then look at catalog sync

Google pings should work reliably...
 
Top