Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 09:14 AM
11-01-2002 09:14 AM
smb.conf
I've done searches for this file & it's not fiund anywhere in the system. I'm certain samba is intaledd because I can check with RPM & verify the executables location.
I'm new to Linux/samba.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 09:12 AM
11-01-2002 09:12 AM
Re: smb.conf
http://127.0.0.1:901
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 09:21 AM
11-01-2002 09:21 AM
Re: smb.conf
In brief: i ran a prefix after install pointing everything to /usr/, so basically allexecutables are in the /usr/local/samba/bin. Thw ebmin has a section to locate the path where the smb.conf is. It assumes it's on the /etc/samba path.
I'm running RHL 7.3
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 09:35 AM
11-01-2002 09:35 AM
Re: smb.conf
find / -name smb.conf
returned /etc/samba/smb.conf for me.
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 09:47 AM
11-01-2002 09:47 AM
Re: smb.conf
I wonder why< Why wouldnt it be there in the 1st place?
Also, where should thios be located? in what path?
I guess as default it goes in the /etc/samba.
can i just copy another default smb.con from another system and placed where it should go?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 10:51 AM
11-01-2002 10:51 AM
Re: smb.conf
Which version of Samba do you have loaded? The smbd executable has the location for the smb.conf file compiled into it, and the standard I have seen in the RPMs is to have it in /etc/samba. The samba daemons also usually write their log files to /var/log/samba, so you could try starting Samba '/etc/rc.d/init.d/samba start' and look in the log files. It should complain about not having an smb.conf file, and if it does it will probably tell you which directory it is looking in.
JP
P.S. Your question relates to Linux, so you might have better luck posting it in the Linux forum next time. This is the HP-UX forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 11:40 AM
11-01-2002 11:40 AM
Re: smb.conf
for some reason the smb.conf was not found with the default install of samba. Copied from another system smb.conf and this was found.
Thanks to all@!