Hello, I am attempting to run tinc on a raspberry pi (version 1 B HW, 512mb ram). Tinc starts, but then the tinc daemon crashes. # cat /etc/issue Raspbian GNU/Linux 7 \n \l # cat /etc/debian_version 7.8 $ apt-cache showpkg tinc Package: tinc Versions: 1.0.19-3 (/var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages) Description Language: File: /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages MD5: 927734357d793d7ebde564ee023d38d2 Reverse Depends: Dependencies: 1.0.19-3 - libc6 (2 2.13-28) liblzo2-2 (0 (null)) libssl1.0.0 (2 1.0.0) zlib1g (2 1:1.1.4) dpkg (18 1.15.4) install-info (0 (null)) Provides: 1.0.19-3 - Reverse Provides: How can I get a newer version like the current 1.0.26 on the raspberry pi ? Is there somewhere a recipe for building my own tinc .deb for a current version ? What about the dependencies to build tinc - are these libs outdated too, i.e. is it even possible to use a new tinc version without having to replace other libs for newer versions too ? Thanks BR Max.
On Fri, Jan 22, 2016 at 12:50:39PM +0100, Maximilian H. wrote:> I am attempting to run tinc on a raspberry pi (version 1 B HW, 512mb > ram). Tinc starts, but then the tinc daemon crashes.What do you mean by "crashes"? Were there any error messages logged? In doubt, run tinc in the foreground with debugging messages enabled: tincd -n <netname> -d5 -D> # cat /etc/issue > Raspbian GNU/Linux 7 \n \l > > # cat /etc/debian_version > 7.8 > > How can I get a newer version like the current 1.0.26 on the raspberry > pi ?You should be able to upgrade your Raspbian installation to jessie, then you get the newer version of tinc as well. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160122/d1256498/attachment.sig>
On Fri, Jan 22, 2016 at 3:50 AM, Maximilian H. <mhlists at yahoo.com> wrote:> I am attempting to run tinc on a raspberry pi (version 1 B HW, 512mb > ram). Tinc starts, but then the tinc daemon crashes.I am running exactly that version of tinc successfully on my 256MB Pi. I have never had issues with crashes. -Parke $ cat /etc/issue Raspbian GNU/Linux 7 \n \l $ cat /etc/debian_version 7.8 $ apt-cache showpkg tinc Package: tinc Versions: 1.0.19-3 (/var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages MD5: 927734357d793d7ebde564ee023d38d2 Reverse Depends: Dependencies: 1.0.19-3 - libc6 (2 2.13-28) liblzo2-2 (0 (null)) libssl1.0.0 (2 1.0.0) zlib1g (2 1:1.1.4) dpkg (18 1.15.4) install-info (0 (null)) Provides: 1.0.19-3 - Reverse Provides:
Hello Guus, thank you for your fast reply. Indeed the upgrade to a newer Raspbian image did solve my problem with tinc, I was not aware that there was a new Jessie based version. The current Jessie based Raspbian has tinc 1.0.24 version included, which runs fine, so I did not run tinc with debug messages enabled, since the issue that had caused my tinc crashes in 1.0.19 had probably been fixed. Are you aware where I could find a deb src for 1.0.26, which I could build myself, or how I could build a .deb package from the sources here https://github.com/gsliepen/tinc/tree/release-1.0.26 ? BR Max.> On Fri, Jan 22, 2016 at 12:50:39PM +0100, Maximilian H. wrote: > >> I am attempting to run tinc on a raspberry pi (version 1 B HW, 512mb >> ram). Tinc starts, but then the tinc daemon crashes. > > What do you mean by "crashes"? Were there any error messages logged? In > doubt, run tinc in the foreground with debugging messages enabled: > > tincd -n <netname> -d5 -D > >> # cat /etc/issue >> Raspbian GNU/Linux 7 \n \l >> >> # cat /etc/debian_version >> 7.8 >> >> How can I get a newer version like the current 1.0.26 on the raspberry >> pi ? > > You should be able to upgrade your Raspbian installation to jessie, then > you get the newer version of tinc as well. > > > > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc >