search for: libdistro

Displaying 3 results from an estimated 3 matches for "libdistro".

Did you mean: i_distro
2018 Dec 27
4
Generating keytab on a read-only file system
...tch-backports.list # Enable testing or SID sources. echo "deb http://ftp.nl.debian.org/debian testing main contrib non-free" > /etc/apt/sources.list.d/testing.list # apt-get update apt-get install -t stretch-backports debhelper lintian devscripts build-essential fakeroot dh-systemd libdistro-info-perl quilt -y apt-get build-dep sssd -y apt-get source sssd -by And wait, until your .deb's are ready. The most simple and quick rebuild of sssd. You need sssd 1.16 (this was 1.15.2) is minimal with the current samba versions as far i know. Greetz, Louis
2018 Dec 28
0
Generating keytab on a read-only file system
...SID sources. > echo "deb-src http://ftp.nl.debian.org/debian testing main contrib > non-free" > /etc/apt/sources.list.d/testing.list > > # > apt-get update > apt-get install -t stretch-backports debhelper lintian devscripts > build-essential fakeroot dh-systemd libdistro-info-perl quilt -y > apt-get build-dep sssd -y apt-get source sssd -by > > And wait, until your .deb's are ready. > > The most simple and quick rebuild of sssd. > You need sssd 1.16 (this was 1.15.2) is minimal with the current > samba versions as far i know. Thank y...
2019 Apr 05
0
Make/Build Error on armhf
...LEASE-backports.list wget -O /tmp/key.gpg http://apt.van-belle.nl/louis-van-belle.gpg-key.asc apt-key add /tmp/key.gpg rm /tmp/key.gpg # Backports for build essential scripts. apt-get update -y apt-get install -t $RELEASE-backports debhelper lintian devscripts build-essential fakeroot dh-systemd libdistro-info-perl -y echo "# sources # only amd64 and i386 packages, use the sources for build other versions. #deb http://apt.van-belle.nl/debian $RELEASE-samba410 main contrib non-free deb-src http://apt.van-belle.nl/debian $RELEASE-samba410 main contrib non-free " > /etc/apt/sources.list....