Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zerotier 1.10 LMDE5 Segmentation fault #1695

Open
RonOsborne opened this issue Jun 12, 2022 · 3 comments
Open

Zerotier 1.10 LMDE5 Segmentation fault #1695

RonOsborne opened this issue Jun 12, 2022 · 3 comments

Comments

@RonOsborne
Copy link

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

@RonOsborne
Copy link
Author

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

@alpharde
Copy link

alpharde commented Jul 1, 2022

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:

@blazej222
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants