ZeroTierOne icon indicating copy to clipboard operation
ZeroTierOne copied to clipboard

Zerotier 1.10 LMDE5 Segmentation fault

Open RonOsborne opened this issue 2 years ago • 2 comments

Installed Zerotier 1.10 on LinuxMint Debian Edition 5, zerotier-cli status returns Segmentation fault

RonOsborne avatar Jun 12 '22 06:06 RonOsborne

Got to know when to quit, reverted back to 1.8.10. All working good on LMDE5.

RonOsborne avatar Jun 16 '22 04:06 RonOsborne

Also having the same issue on Debian bullseye

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
stepping	: 9
microcode	: 0x21
cpu MHz		: 1801.995
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu cpuid_faulting pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts md_clear spec_ctrl intel_stibp flush_l1d
bogomips	: 6799.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

alpharde avatar Jul 01 '22 03:07 alpharde

As of today, the issue is still not fixed. It is caused by install script misdetecting mint as older version of ubuntu. Temporary solution is: 1.apt remove zerotier-one 2.edit /etc/apt/sources.list.d/zerotier.list and replace all instances of xenial with bullseye 3.apt update && apt upgrade && apt install zerotier-one 4.You might have to download libssl 1.1(at least I had to)

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb &&
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb

blazej222 avatar Oct 13 '22 11:10 blazej222