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 >
Hi Maximilian,> 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 ?the Debian package maintainer already did this for you: https://packages.debian.org/search?keywords=tinc (in "testing") If you want to build a debian package (with modifications) on your own, then you should take a look at the Debian New Maintainer Guide: http://www.debian.org/doc/manuals/maint-guide/ The chapters 2, 3, 6 and 8 could be sufficient for rebuilding a package with a new upstream version. The same procedures apply to the (derived) Ubuntu packages, as well. Cheers, Lars
Hello Lars, thanks a lot for the pointers that you provided. I built the 1.0.26 .deb myself for raspbian/jessie and ubuntu too, works very nicely. I'll try my hand on tinc 1.1 for ubuntu 15.10 this weekend. BR Max.> Hi Maximilian, > > >> 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 ? > > the Debian package maintainer already did this for you: > https://packages.debian.org/search?keywords=tinc > (in "testing") > > If you want to build a debian package (with modifications) on your own, then > you should take a look at the Debian New Maintainer Guide: > http://www.debian.org/doc/manuals/maint-guide/ > The chapters 2, 3, 6 and 8 could be sufficient for rebuilding a package with > a new upstream version. > The same procedures apply to the (derived) Ubuntu packages, as well. > > Cheers, > Lars > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc >