Michael Howard
2018-Feb-03 23:07 UTC
[Samba] a quick small howto to get samba 4.7.4 on ubuntu 16.04.
On 03/02/2018 22:01, Robert Wooden via samba wrote:> This worked for me until here: > > root at dtmbr0tst:~# mkdir sources > root at dtmbr0tst:~# cd sources > root at dtmbr0tst:~/sources# apt-get build-dep samba > Reading package lists... Done > E: You must put some 'source' URIs in your sources.list > > Suggestions? > >In short, in your /etc/apt/sources.list file (or whatever file your repos are listed), add a source URI. Essentially, copy the 'deb' line for your main repo and change the 'deb' at the start of the line to 'deb-src' (without the quotes), then run apt-get update. Mike. --
Roy Eastwood
2018-Feb-04 06:59 UTC
[Samba] a quick small howto to get samba 4.7.4 on ubuntu 16.04.
There should be two lines in /etc/apt/sources.list.d/van-belle.list: deb http://apt.van-belle.nl/debian stretch-unstable main contrib non-free deb-src http://apt.van-belle.nl/debian stretch-unstable main contrib non-free Note that it should be "stretch-unstable" in both lines above not "unstable" as originally posted by Loius, otherwise it fails. Also, Louis, missed the EOF marker in his original post to terminate the script; The EOF should be after the line "apt-get -qq update" Also my system could not find the xattr package, but it seems to work without it. Thanks Louis for this! Roy> -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Michael > Howard via samba > Sent: 03 February 2018 23:07 > To: samba at lists.samba.org > Subject: Re: [Samba] a quick small howto to get samba 4.7.4 on ubuntu 16.04. > > On 03/02/2018 22:01, Robert Wooden via samba wrote: > > This worked for me until here: > > > > root at dtmbr0tst:~# mkdir sources > > root at dtmbr0tst:~# cd sources > > root at dtmbr0tst:~/sources# apt-get build-dep samba > > Reading package lists... Done > > E: You must put some 'source' URIs in your sources.list > > > > Suggestions? > > > > > In short, in your /etc/apt/sources.list file (or whatever file your > repos are listed), add a source URI. Essentially, copy the 'deb' line > for your main repo and change the 'deb' at the start of the line to > 'deb-src' (without the quotes), then run apt-get update. > > Mike. > -- > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Robert Wooden
2018-Feb-04 13:04 UTC
[Samba] a quick small howto to get samba 4.7.4 on ubuntu 16.04.
Okay, something I discovered. When I copy and pasted the command "echo "deb http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-" What was missing is highlighted here: "echo "deb http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-*belle.list echo “deb-src * http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-*belle.list*" So, for whatever reason copy&paste from Gmail dropped anything after "van-". To me, it just proves that I should NOT trust copy&paste from an email. My bad, I did not double check the line for accuracy before I ran the command. Lesson learned. On Sun, Feb 4, 2018 at 12:59 AM, Roy Eastwood via samba < samba at lists.samba.org> wrote:> There should be two lines in /etc/apt/sources.list.d/van-belle.list: > deb http://apt.van-belle.nl/debian stretch-unstable main contrib non-free > deb-src http://apt.van-belle.nl/debian stretch-unstable main contrib > non-free > > Note that it should be "stretch-unstable" in both lines above not > "unstable" as originally posted by Loius, otherwise it fails. > > Also, Louis, missed the EOF marker in his original post to terminate the > script; The EOF should be after the line "apt-get -qq update" > > Also my system could not find the xattr package, but it seems to work > without it. > > Thanks Louis for this! > > Roy > > > -----Original Message----- > > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Michael > > Howard via samba > > Sent: 03 February 2018 23:07 > > To: samba at lists.samba.org > > Subject: Re: [Samba] a quick small howto to get samba 4.7.4 on ubuntu > 16.04. > > > > On 03/02/2018 22:01, Robert Wooden via samba wrote: > > > This worked for me until here: > > > > > > root at dtmbr0tst:~# mkdir sources > > > root at dtmbr0tst:~# cd sources > > > root at dtmbr0tst:~/sources# apt-get build-dep samba > > > Reading package lists... Done > > > E: You must put some 'source' URIs in your sources.list > > > > > > Suggestions? > > > > > > > > In short, in your /etc/apt/sources.list file (or whatever file your > > repos are listed), add a source URI. Essentially, copy the 'deb' line > > for your main repo and change the 'deb' at the start of the line to > > 'deb-src' (without the quotes), then run apt-get update. > > > > Mike. > > -- > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- Thank you. Bob Wooden
Maybe Matching Threads
- a quick small howto to get samba 4.7.4 on ubuntu 16.04.
- a quick small howto to get samba 4.7.4 on ubuntu 16.04.
- a quick small howto to get samba 4.7.4 on ubuntu 16.04.
- a quick small howto to get samba 4.7.4 on ubuntu 16.04.
- Adding a Windows Server 2008 as a DC to the domain fails