Displaying 5 results from an estimated 5 matches for "debianjessie".
2016 May 02
0
[Announce] Samba 4.4.3 Available for Download ( DebianJessie DEBs amd64 )
For the interested ones.. I have created debian Jessie 4.4.3 packages.
I have uploaded the all needed deb packages for samba 4.4.3 on debian jessie to my private server.
I have a limit on my traffic, so when i get a traffic warning i'll close the link.
The link :
http://downloads.van-belle.nl/samba4/
And please DO READ :
http://downloads.van-belle.nl/samba4/README.txt
2016 May 02
2
[Announce] Samba 4.4.3 Available for Download ( DebianJessie DEBs amd64 )
...e know.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Oliver Rath
> Verzonden: maandag 2 mei 2016 12:29
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] [Announce] Samba 4.4.3 Available for Download (
> DebianJessie DEBs amd64 )
>
> Hi Louis,
>
> is it hard to build? If i were able to build these packages by the
> mayority automaticly from source, I could offer a mirror, too. I have no
> hard limit on my server :-)
>
> Tfh!
> Oliver
>
>
> Am 02.05.2016 um 11:34 schrieb...
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
======================================================
"I read part of it all the way
through."
Samuel Goldwyn
======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4.
This release fixes some regressions introduced by the last security fixes.
Please see bug
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
======================================================
"I read part of it all the way
through."
Samuel Goldwyn
======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4.
This release fixes some regressions introduced by the last security fixes.
Please see bug
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
....debian.org/DebianInstaller/Preseed
-
-unset CDPATH
-export LANG=C
-set -e
-set -x
-
-if [ $# -ne 2 ]; then
- echo "$0 VERSION DIST"
- exit 1
-fi
-
-# Some configuration.
-version=$1
-dist=$2
-if [ "$dist" = "jessie" ]; then
- # Until virt-install learns about debianjessie.
- osvariant=debianwheezy
-else
- osvariant=debian$dist
-fi
-location=http://ftp.uk.debian.org/debian/dists/$dist/main/installer-amd64
-output=debian-$version
-tmpname=tmp-$(tr -cd 'a-f0-9' < /dev/urandom | head -c 8)
-
-rm -f $output $output.old $output.xz
-
-# Make sure it's...