- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba 2.2.2
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
12-04-2001 06:29 AM
12-04-2001 06:29 AM
samba 2.2.2
software. I connect to my shares just fine
but when I run smbstatus (even at root level)
I get connections.tdb not initialized.
I was previously running 2.0.7 with no problems. Any suggestions would be appreciated.
Thanks
Joyce Mazur
USACECOM SMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 06:49 AM
12-04-2001 06:49 AM
Re: samba 2.2.2
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 07:04 AM
12-04-2001 07:04 AM
Re: samba 2.2.2
Samba is running,well I can print and
file share. Can't find the connections.tdb
file. This was a binary package, although not
depoted, from samba.org.
I am running HP-UX 10.20.
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 07:43 AM
12-04-2001 07:43 AM
Re: samba 2.2.2
/usr/local/samba/var/locks/connections.tdb
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 05:53 AM
12-05-2001 05:53 AM
Re: samba 2.2.2
File does not exist. Apears it was
not a part of the binary download.
Thanks
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:24 AM
12-05-2001 06:24 AM
Re: samba 2.2.2
The connections.tdb file keeps track of connected users and other stats that 'smbstatus' uses as it's source. This file shoulid be created when your samba daemons startup (smbd/nmbd). There have been problems with previous releases of samba where this file will become very large on HP-UX, but I haven't seen your particular problem before.
I would recommend shutting down your samba daemons and making a configuration change to smb.conf like the following:
[global]
log level = 3
This will log additional information to your default samba logs to help you troubleshoot the problem. I imagine that when using this level of logging that it would state why it had problems creating this file during startup. Also make sure the directory itself is created, which I think on HP-UX is:
/usr/local/samba/var/locks
Also checkout the docs on smb.conf and see what else may be preventing you from creating this file, the following discusses log levels:
http://us6.samba.org/samba/docs/man/smb.conf.5.html#LOGLEVEL
Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 04:57 AM
12-06-2001 04:57 AM
Re: samba 2.2.2
Checked the logging level, was already
at 3. This is my test maching.
Logs showed no evidence of complaining
about connections.tdb.
Never had a problem with any of the
previous releases. Glad I didn't apply
the upgrade to all of my systems.
Really appreciate your help.
Thanks
Joyce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:53 AM
01-16-2002 08:53 AM
Re: samba 2.2.2
The same message was my deal as well when I tried to install Samba 2.2.2 on a 10.20 machine (on 11.11: no problem). When I checked the included README.hpux file(in /opt/samba), I noticed that some /var/opt/... directories had been used at compile time (in CFLAGS) that were missing on our system. After creating them manually (and moving directory "using_samba" to /opt/samba/doc), everything was fine. Maybe this helps you out as well.
H.T.H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 09:27 AM
01-16-2002 09:27 AM