L.P.H. van Belle
2017-Jun-13 13:56 UTC
[Samba] Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available
Hai, I've (finaly) complete and restructured my apt. All non-samba related packages are removed, so it all dedicated for samba. More Info about my apt found here: http://apt.van-belle.nl/ The apt repo has the following setup. All term like (jessie) and (jessie-backports) and (unstable) are related to this apt repo (apt.van-belle.nl), but everything is builded and tested on Debian Jessie. 1) Debian Jessie Backported packages. (the apt line with : jessie-backports) - a one on one recompile of the debian stretch/testing packages. Use this one to keep the debian line, package wise and no changes are made in the sources. 2) Debian Jessie packages. (the apt line with : jessie) - used are packages where needed, from jessie-backports. - used debian unstable/experimental package rebuilded for jessie. - used the latest samba 4.5.x ( now 4.5.10 from samba.org ). - with optional patches from the samba buglist. 3) Debian Jessie packages. (the apt line with :unstable ) - used are packages where needed, from jessie-backports. - used are packages where needed, from jessie - used the latest samba 4.6.x ( from debian experimental ) - with optional patches from the samba buglist. For all version, sources and debs and signed by me. Howto setup. 1) You want newer samba but the safest option. You need 1 line for my apt. echo "deb http://apt.van-belle.nl/debian jessie-backports main contrib non-free" > /etc/apt/sources.list.d/van-belle.list 2) you want newer samba but the safe but with all latest samba and samba bug fixed. For example Debian samba 4.5.8-2 is missing a set of good winbind fixes. ( see changelog 4.5.9 ) You need 2 lines for my apt. echo "deb http://apt.van-belle.nl/debian jessie-backports main contrib non-free" > /etc/apt/sources.list.d/van-belle.list echo "deb http://apt.van-belle.nl/debian jessie main contrib non-free" >> /etc/apt/sources.list.d/van-belle.list 3) You want the latest samba, or from samba.org or debian (unstable or experimental) with optional patches from the samba buglist. At the time of this email debian experimental is the same as samba.org. You need 3 lines for my apt. echo "deb http://apt.van-belle.nl/debian jessie-backports main contrib non-free" > /etc/apt/sources.list.d/van-belle.list echo "deb http://apt.van-belle.nl/debian jessie main contrib non-free" >> /etc/apt/sources.list.d/van-belle.list echo "deb http://apt.van-belle.nl/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/van-belle.list Now import the public key with : wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - And update and upgrade. For all version, info about new samba setup. https://wiki.samba.org/index.php/Main_Page Info about samba changes. ! Really a MUST READ when upgradeing from 4.2.x to 4.5.x or any 4.5 to 4.6 or any other version. https://wiki.samba.org/index.php/Samba_Features_added/changed_(by_release) Summerized upgrade info : http://downloads.van-belle.nl/samba4/Upgrade-info.txt Make sure you understand these changes before you upgrade your production server. Debian wheezy will be updated soon from 4.6.3 to 4.6.5. Last, the setup layout is done like this for the following reason. Default jessie samba 4.2.14 => my jessie-backported packages give you samba 4.5.8-2 *(jessie-backports) If you want bit newer, you can choose, or samba 4.5.10 *( jessie) or samba 4.6.5 *(unstable) Just beware, i dont know what happens in you downgrade samba from 4.5.10 to 4.6.5 but the option is available. Any comments tips other bla bla, i'll accept all comments, good/bad. Have fun with these.. Greetz, Louis
L.P.H. van Belle
2017-Jun-13 14:59 UTC
[Samba] Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available (part 2)
Hai, http://downloads.van-belle.nl/samba4/ Is updated also. Added: http://downloads.van-belle.nl/samba4/Buildlogs/ with all .build and .changes files. Added: http://downloads.van-belle.nl/samba4/Patches/ with the applied patches in the jessie and unstable line (4.5.10 and/or 4.6.5). See the .changes files Added: http://downloads.van-belle.nl/samba4/Kyocera/ containing a pcl5 kyocera printer driver which works out of the box. ( created by kyocera and signed by microsoft ) Added: Current files in the apt, so can see whats where. current-packages-in-jessie-apt.txt current-packages-in-jessie-backports-apt.txt current-packages-in-unstable-apt.txt current-packages-in-wheezy-apt.txt And an output of apt-cache policy samba with all 3 apt lines set. apt-cache policy samba winbind: Installed: 2:4.6.5+dfsg-1nmu1 Candidate: 2:4.6.5+dfsg-1nmu1 Version table: *** 2:4.6.5+dfsg-1nmu1 0 500 http://apt.van-belle.nl/debian/ unstable/main amd64 Packages 100 /var/lib/dpkg/status 2:4.5.10+dfsg-1nmu1 0 500 http://apt.van-belle.nl/debian/ jessie/main amd64 Packages 2:4.5.8+dfsg-2~bpo8+1 0 500 http://apt.van-belle.nl/debian/ jessie-backports/main amd64 Packages 2:4.2.14+dfsg-0+deb8u6 0 500 http://security.debian.org/ jessie/updates/main amd64 Packages 2:4.2.14+dfsg-0+deb8u5 0 500 http://ftp.nl.debian.org/debian/ jessie/main amd64 Packages Removed: setup-nfs4-with-samba.sh That one is too specific for the setup in my network. Times up.. Im gone.. The sun is shining.. Time for a beer.. :-) Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > L.P.H. van Belle via samba > Verzonden: dinsdag 13 juni 2017 15:56 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available > > Hai, > > I've (finaly) complete and restructured my apt. > All non-samba related packages are removed, so it all > dedicated for samba. > > More Info about my apt found here: http://apt.van-belle.nl/ > > The apt repo has the following setup. > All term like (jessie) and (jessie-backports) and (unstable) > are related to this apt repo (apt.van-belle.nl), but > everything is builded and tested on Debian Jessie. > > 1) Debian Jessie Backported packages. (the apt line with : > jessie-backports) > - a one on one recompile of the debian stretch/testing packages. > Use this one to keep the debian line, package wise and no > changes are made in the sources. > > 2) Debian Jessie packages. (the apt line with : jessie) > - used are packages where needed, from jessie-backports. > - used debian unstable/experimental package rebuilded for jessie. > - used the latest samba 4.5.x ( now 4.5.10 from samba.org ). > - with optional patches from the samba buglist. > > 3) Debian Jessie packages. (the apt line with :unstable ) > - used are packages where needed, from jessie-backports. > - used are packages where needed, from jessie > - used the latest samba 4.6.x ( from debian experimental ) > - with optional patches from the samba buglist. > > For all version, sources and debs and signed by me. > > Howto setup. > 1) You want newer samba but the safest option. > You need 1 line for my apt. > echo "deb http://apt.van-belle.nl/debian jessie-backports > main contrib non-free" > /etc/apt/sources.list.d/van-belle.list > > 2) you want newer samba but the safe but with all latest > samba and samba bug fixed. > For example Debian samba 4.5.8-2 is missing a set of good > winbind fixes. ( see changelog 4.5.9 ) > You need 2 lines for my apt. > echo "deb http://apt.van-belle.nl/debian jessie-backports > main contrib non-free" > /etc/apt/sources.list.d/van-belle.list > echo "deb http://apt.van-belle.nl/debian jessie main > contrib non-free" >> /etc/apt/sources.list.d/van-belle.list > > 3) You want the latest samba, or from samba.org or debian > (unstable or experimental) with optional patches from the > samba buglist. > At the time of this email debian experimental is the same > as samba.org. > You need 3 lines for my apt. > echo "deb http://apt.van-belle.nl/debian jessie-backports > main contrib non-free" > /etc/apt/sources.list.d/van-belle.list > echo "deb http://apt.van-belle.nl/debian jessie main > contrib non-free" >> /etc/apt/sources.list.d/van-belle.list > echo "deb http://apt.van-belle.nl/debian unstable main > contrib non-free" >> /etc/apt/sources.list.d/van-belle.list > > Now import the public key with : > wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc > | apt-key add - > > And update and upgrade. > > For all version, info about new samba setup. > https://wiki.samba.org/index.php/Main_Page > > Info about samba changes. > ! Really a MUST READ when upgradeing from 4.2.x to 4.5.x or > any 4.5 to 4.6 or any other version. > https://wiki.samba.org/index.php/Samba_Features_added/changed_ > (by_release) > > Summerized upgrade info : > http://downloads.van-belle.nl/samba4/Upgrade-info.txt > Make sure you understand these changes before you upgrade > your production server. > > Debian wheezy will be updated soon from 4.6.3 to 4.6.5. > > Last, the setup layout is done like this for the following reason. > Default jessie samba 4.2.14 => my jessie-backported packages > give you samba 4.5.8-2 *(jessie-backports) If you want bit > newer, you can choose, or samba 4.5.10 *( jessie) or samba > 4.6.5 *(unstable) > > Just beware, i dont know what happens in you downgrade samba > from 4.5.10 to 4.6.5 but the option is available. > > Any comments tips other bla bla, i'll accept all comments, good/bad. > > Have fun with these.. > > > Greetz, > > Louis > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Stefan G. Weichinger
2017-Jun-13 16:08 UTC
[Samba] Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available (part 2)
thanks for all your work I tried to upgrade my test VM to variant 2, so I have 4.5.10 now. I get pid_to_procid: messaging_dgm_get_unique failed: No such file or directory when testing with smbclient -L localhost -U% apt-cache policy samba samba: Installiert: 2:4.5.10+dfsg-1nmu1 Installationskandidat: 2:4.5.10+dfsg-1nmu1 Versionstabelle: *** 2:4.5.10+dfsg-1nmu1 0 500 http://apt.van-belle.nl/debian/ jessie/main amd64 Packages 100 /var/lib/dpkg/status 2:4.5.8+dfsg-2~bpo8+1 0 500 http://apt.van-belle.nl/debian/ jessie-backports/main amd64 Packages 2:4.2.14+dfsg-0+deb8u6 0 500 http://security.debian.org/ jessie/updates/main amd64 Packages 2:4.2.14+dfsg-0+deb8u5 0 500 http://ftp.at.debian.org/debian/ jessie/main amd64 Packages -- # dpkg -l | grep samba ii python-samba 2:4.5.10+dfsg-1nmu1 amd64 Python bindings for Samba ii samba 2:4.5.10+dfsg-1nmu1 amd64 SMB/CIFS file, print, and login server for Unix ii samba-common 2:4.5.10+dfsg-1nmu1 all common files used by both the Samba server and client ii samba-common-bin 2:4.5.10+dfsg-1nmu1 amd64 Samba common files used by both the server and the client ii samba-dsdb-modules 2:4.5.10+dfsg-1nmu1 amd64 Samba Directory Services Database ii samba-libs:amd64 2:4.5.10+dfsg-1nmu1 amd64 Samba core libraries ii samba-vfs-modules 2:4.5.10+dfsg-1nmu1 amd64 Samba Virtual FileSystem plugins -- Should I run 4.6.5 instead?
L.P.H. van Belle
2017-Jun-14 09:03 UTC
[Samba] Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available (part 2)
I believe this is a bug. https://bugzilla.samba.org/show_bug.cgi?id=12779 https://bugzilla.samba.org/show_bug.cgi?id=12824 I have the same result. Connecting to 192.168.249.222 at port 445 Connecting to 192.168.249.222 at port 139 Connection to proxy failed (Error NT_STATUS_CONNECTION_REFUSED) And running smbclient -L A_remote_server -U% ( remote server with samba 4.5.8-1 ) I get the expected output, and no errors. So imo, small bug, and as far i've seen in my network, its not affecting thingany for my. Only, i dont see these messages.> pid_to_procid: messaging_dgm_get_unique failed: No such file or directoryCan you post the output of smbclient -L $(hostname -s) -U% -d10 Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stefan G. Weichinger via samba > Verzonden: dinsdag 13 juni 2017 18:08 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Debian Jessie samba 4.5.8-2 4.5.10 > 4.6.5 available (part 2) > > > thanks for all your work > > I tried to upgrade my test VM to variant 2, so I have 4.5.10 now. > > > I get > > pid_to_procid: messaging_dgm_get_unique failed: No such file > or directory > > when testing with smbclient -L localhost -U% > > apt-cache policy samba > samba: > Installiert: 2:4.5.10+dfsg-1nmu1 > Installationskandidat: 2:4.5.10+dfsg-1nmu1 > Versionstabelle: > *** 2:4.5.10+dfsg-1nmu1 0 > 500 http://apt.van-belle.nl/debian/ jessie/main amd64 Packages > 100 /var/lib/dpkg/status > 2:4.5.8+dfsg-2~bpo8+1 0 > 500 http://apt.van-belle.nl/debian/ > jessie-backports/main amd64 Packages > 2:4.2.14+dfsg-0+deb8u6 0 > 500 http://security.debian.org/ jessie/updates/main > amd64 Packages > 2:4.2.14+dfsg-0+deb8u5 0 > 500 http://ftp.at.debian.org/debian/ jessie/main > amd64 Packages > > > -- > > # dpkg -l | grep samba > ii python-samba 2:4.5.10+dfsg-1nmu1 > amd64 Python bindings for Samba > ii samba 2:4.5.10+dfsg-1nmu1 > amd64 SMB/CIFS file, print, and login server for Unix > ii samba-common 2:4.5.10+dfsg-1nmu1 > all common files used by both the Samba server and client > ii samba-common-bin 2:4.5.10+dfsg-1nmu1 > amd64 Samba common files used by both the server and the client > ii samba-dsdb-modules 2:4.5.10+dfsg-1nmu1 > amd64 Samba Directory Services Database > ii samba-libs:amd64 2:4.5.10+dfsg-1nmu1 > amd64 Samba core libraries > ii samba-vfs-modules 2:4.5.10+dfsg-1nmu1 > amd64 Samba Virtual FileSystem plugins > > -- > > Should I run 4.6.5 instead? > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Possibly Parallel Threads
- Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available (part 2)
- Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available
- Samba 4.6.5 for debian Stretch available. (amd64/i386)
- Debian Jessie 4.5.14/4.6.8 and Debian Stretch 4.6.8 now available.
- apt.van-belle.nl offline?