Bluehost.com Web Hosting $6.95

[Samba] Samba 3.2 on FreeBSD

This is a discussion on [Samba] Samba 3.2 on FreeBSD within the Samba forums, part of the Networking and Network Related category; I uninstalled my 3.0.30 port and then downloaded the samba-latest.tar.gz file and installed it so ...


Go Back   Usenet Forums > Networking and Network Related > Samba

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-18-2008
sgmayo@mail.bloomfield.k12.mo.us
 
Posts: n/a
Default [Samba] Samba 3.2 on FreeBSD

I uninstalled my 3.0.30 port and then downloaded the samba-latest.tar.gz
file and installed it so that I was starting out with 3.2.0. After
installing, I cannot find the smb.conf file anywhere other than in the
examples.

Where do I need to place this file? Does it need to go in /usr/local/etc?
I know that on my linux boxes it always placed it in /etc/samba. I would
have thought that it would have placed it where it needed to on FreeBSD
also, but I guess I was wrong.

Thanks.

--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #2 (permalink)  
Old 07-18-2008
Volker Lendecke
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD

On Fri, Jul 18, 2008 at 10:06:11AM -0500, sgmayo@mail.bloomfield.k12.mo.us wrote:
> I uninstalled my 3.0.30 port and then downloaded the samba-latest.tar.gz
> file and installed it so that I was starting out with 3.2.0. After
> installing, I cannot find the smb.conf file anywhere other than in the
> examples.
>
> Where do I need to place this file? Does it need to go in /usr/local/etc?
> I know that on my linux boxes it always placed it in /etc/samba. I would
> have thought that it would have placed it where it needed to on FreeBSD
> also, but I guess I was wrong.


That depends upon how you installed it. If you did a simple
./configure; make; make install
Samba would expect its configuration file under
/usr/local/samba/lib/smb.conf

Volker

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFIgLPeUzqjrWwMRl0RAiUsAKCV1hdoAqOwrkMkxmJfH0 3ScbA3kACeMT0R
BWLP4E8Cc2FyfTVkgaqJSFU=
=LiAW
-----END PGP SIGNATURE-----

Reply With Quote
  #3 (permalink)  
Old 07-18-2008
sgmayo@mail.bloomfield.k12.mo.us
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD


Volker Lendecke wrote:
> On Fri, Jul 18, 2008 at 10:06:11AM -0500, sgmayo@mail.bloomfield.k12.mo.us
> wrote:
>> I uninstalled my 3.0.30 port and then downloaded the samba-latest.tar.gz
>> file and installed it so that I was starting out with 3.2.0. After
>> installing, I cannot find the smb.conf file anywhere other than in the
>> examples.
>>
>> Where do I need to place this file? Does it need to go in
>> /usr/local/etc?
>> I know that on my linux boxes it always placed it in /etc/samba. I
>> would
>> have thought that it would have placed it where it needed to on FreeBSD
>> also, but I guess I was wrong.

>
> That depends upon how you installed it. If you did a simple
> ./configure; make; make install
> Samba would expect its configuration file under
> /usr/local/samba/lib/smb.conf


Ok, that is how I installed it, but the other answer from Terry was:

"Yes in /usr/local/etc/smb.conf"

The config file was in neither. Most of the directories were in the
'usr/local/samba' and there was nothing in the '/usr/local/etc' as far as
samba goes.

I would have thought that it would have put a smb.conf in one of the
directories or at least an example in one. I just want to make sure that
I get it in the correct place.

Thanks.

--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #4 (permalink)  
Old 07-18-2008
Herb Lewis
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD

run the following to find out where it should be

smbd -b | grep CONFIGFILE


sgmayo@mail.bloomfield.k12.mo.us wrote:
> Ok, that is how I installed it, but the other answer from Terry was:
>
> "Yes in /usr/local/etc/smb.conf"
>
> The config file was in neither. Most of the directories were in the
> 'usr/local/samba' and there was nothing in the '/usr/local/etc' as far as
> samba goes.
>
> I would have thought that it would have put a smb.conf in one of the
> directories or at least an example in one. I just want to make sure that
> I get it in the correct place.
>
> Thanks.
>

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #5 (permalink)  
Old 07-18-2008
sgmayo@mail.bloomfield.k12.mo.us
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD


Herb Lewis wrote:
> run the following to find out where it should be
>
> smbd -b | grep CONFIGFILE
>
>
> sgmayo@mail.bloomfield.k12.mo.us wrote:
>> Ok, that is how I installed it, but the other answer from Terry was:
>>
>> "Yes in /usr/local/etc/smb.conf"
>>
>> The config file was in neither. Most of the directories were in the
>> 'usr/local/samba' and there was nothing in the '/usr/local/etc' as far
>> as
>> samba goes.
>>
>> I would have thought that it would have put a smb.conf in one of the
>> directories or at least an example in one. I just want to make sure
>> that
>> I get it in the correct place.
>>
>> Thanks.


I tried that and it looks like the shared object libtalloc.so.1 is not
found. I searched for it on the server just to make sure it was not in
the wrong place or did not have a link to it, but it is no where to be
found. Guess I'll have to find out where to get it installed from.

Any ideas on that?

I may should have just left 3.0.30,1 on there and gone with that. :)

--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #6 (permalink)  
Old 07-18-2008
sgmayo@mail.bloomfield.k12.mo.us
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD


sgmayo@mail.bloomfield.k12.mo.us wrote:
>
> Herb Lewis wrote:
>> run the following to find out where it should be
>>
>> smbd -b | grep CONFIGFILE
>>
>>
>> sgmayo@mail.bloomfield.k12.mo.us wrote:
>>> Ok, that is how I installed it, but the other answer from Terry was:
>>>
>>> "Yes in /usr/local/etc/smb.conf"
>>>
>>> The config file was in neither. Most of the directories were in the
>>> 'usr/local/samba' and there was nothing in the '/usr/local/etc' as far
>>> as
>>> samba goes.
>>>
>>> I would have thought that it would have put a smb.conf in one of the
>>> directories or at least an example in one. I just want to make sure
>>> that
>>> I get it in the correct place.
>>>
>>> Thanks.

>
> I tried that and it looks like the shared object libtalloc.so.1 is not
> found. I searched for it on the server just to make sure it was not in
> the wrong place or did not have a link to it, but it is no where to be
> found. Guess I'll have to find out where to get it installed from.
>
> Any ideas on that?
>
> I may should have just left 3.0.30,1 on there and gone with that. :)


Whoops my bad. I had a typo. Now I need to know for sure where the
libtallco.so.1 goes.

--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
  #7 (permalink)  
Old 07-18-2008
sgmayo@mail.bloomfield.k12.mo.us
 
Posts: n/a
Default Re: [Samba] Samba 3.2 on FreeBSD


sgmayo@mail.bloomfield.k12.mo.us wrote:
>
> sgmayo@mail.bloomfield.k12.mo.us wrote:
>>
>> Herb Lewis wrote:
>>> run the following to find out where it should be
>>>
>>> smbd -b | grep CONFIGFILE
>>>
>>>
>>> sgmayo@mail.bloomfield.k12.mo.us wrote:
>>>> Ok, that is how I installed it, but the other answer from Terry was:
>>>>
>>>> "Yes in /usr/local/etc/smb.conf"
>>>>
>>>> The config file was in neither. Most of the directories were in the
>>>> 'usr/local/samba' and there was nothing in the '/usr/local/etc' as far
>>>> as
>>>> samba goes.
>>>>
>>>> I would have thought that it would have put a smb.conf in one of the
>>>> directories or at least an example in one. I just want to make sure
>>>> that
>>>> I get it in the correct place.
>>>>
>>>> Thanks.

>>
>> I tried that and it looks like the shared object libtalloc.so.1 is not
>> found. I searched for it on the server just to make sure it was not in
>> the wrong place or did not have a link to it, but it is no where to be
>> found. Guess I'll have to find out where to get it installed from.
>>
>> Any ideas on that?
>>
>> I may should have just left 3.0.30,1 on there and gone with that. :)

>
> Whoops my bad. I had a typo. Now I need to know for sure where the
> libtallco.so.1 goes.
>


I just uninstalled it and ran the configure again and I noticed a few
WARNINGS about sys/mount.h and netinet/ip.h present but cannot be
compiled. I am not sure what that is about. I think I'll just go back
and use the 3.0.30 port and install it. Hopefully there is not too much
that I will be missing and maybe I can just upgrade to 3.2 later on.

Thanks.

--
Scott Mayo - System Administrator
Bloomfield Schools
PH: 573-568-5669 FA: 573-568-4565

Question: Because it reverses the logical flow of conversation.
Answer: Why is putting a reply at the top of the message frowned upon?

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 12:35 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0