Samba 3.0.14 on Solaris 10 issues


 
Thread Tools Search this Thread
Operating Systems Solaris Samba 3.0.14 on Solaris 10 issues
# 1  
Old 10-10-2005
Samba 3.0.14 on Solaris 10 issues

Hello All,

I am facing a wierd problem with the Samba 3.0.14a on Solaris 10 and CUPS (1.1.12) printing.
First of all am not sure if this combination works well. If someone could throw some light, it would be of great help.

Samba is setup with security=server, and it is currently a member of the NT4.0 Domain.
When I use the smbstatus command, I get the following error message, even though the clients are connected.

*******
sessionid.tdb not initialised
/var/log/samba/lock/connections.tdb not initialised
This is normal if an SMB client has never connected to your server.
Failed to open byte range locking database
ERROR: Failed to initialise locking database
Can't initialise locking module - exiting
*********

The permissions on the lock directory seems fine.
Looks like something is broken. The files sessionid.tdb and connections.tdb, don't seem to be exisiting on the server at all.

Has anyone come accross this problem. Any help is most appreciated.

Thanks in advance!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX 7.1 - Samba 4 File Shares and Integration with Active Directory Issues

Hi. Ive recently upgraded Samba on an AIX server to Samba 4. The aim is to allow a specific group of Windows AD users to access some AIX file shares (with no requirement to enter passwords) - using AD to authenticate. Currently I have: Samba 4 installed ( and 3 daemons running) Installed... (1 Reply)
Discussion started by: linuxsnake
1 Replies

2. Proxy Server

Samba on AIX, issues setting read-only flag on files?

Hello, I am having issues setting the "read-only" flag via Windows Explorer on my AIX Samba share... I have on my AIX 7.1 system installed Samba 3.6.24 and configured, joined to our Windows domain successfully. The samba binaries I got from perzl.org/aix In my smb.conf I have... ... (1 Reply)
Discussion started by: c3rb3rus
1 Replies

3. Solaris

Samba on Solaris 10

Somebody has installed samba 3.0.24 on (not only mine) a sun solaris 10. I can see the dir /usr/local/samba with all the files in, well I suppose that there are all its files in but, I can't see the file smb.conf that, reading various help on the net should be in dir /etc/samba or /etc. In this... (2 Replies)
Discussion started by: aemme
2 Replies

4. Solaris

Configuring samba in solaris x-86

I just wanted to know if I can configure samba on solaris 10 x-86. I was just wondering if the samba is in-built software gets shipped with Operating System CD. I have searched a lot on many sites and forums but still not getting any way to make it. It would be really appreciable if some can... (1 Reply)
Discussion started by: naw_deepak
1 Replies

5. Solaris

installing samba on solaris 8

i am a rookie so please give every detail... i need help installing samba on my solaris 8 (intel) box so i can share with WXP box. i can get online, but can only see websites as outline\text form but managed to download "samba-latest.tar.z" is this correct? and what is next step to get it up and... (1 Reply)
Discussion started by: flir11
1 Replies

6. UNIX for Dummies Questions & Answers

Issues with SAMBA - plz help

Hello. We have 2 HP-UX machines in the same Domain with SAMBA installed and configured. The problem is: From my Windows PC when i try to reach "machine1" by using UNC: \\machine1 I receive the window with all folders available :b: From the same PC when i try to reach "mcahine2" by using... (0 Replies)
Discussion started by: adija
0 Replies

7. Solaris

To run samba on solaris

Hi to all, i need to run samba on solaris8 workstation. if please tell me the procedure to which script, i have to run. Thankyou. waiting for reply. (2 Replies)
Discussion started by: balarajum
2 Replies

8. Solaris

Samba on Solaris 9, Sparc.

hi guys, This is prolly more of a dummies question, but here goes. I want to make my Ultra 5 workstation into a samba server. I have solaris 9 installed with the latest patch cluster. if I do: pkginfo | grep samba I get : # pkginfo | grep samba system SUNWsmbac ... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

9. Linux

samba for solaris 9 help!!

I'm trying to install samba-3.0.0, I downloaded it from samba.org. After extracting the tarball i cd into source and typed ./congifure and it's responding back like: checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C... (18 Replies)
Discussion started by: N0C717
18 Replies
Login or Register to Ask a Question
SMBGETRC(5)						   File Formats and Conventions 					       SMBGETRC(5)

NAME
smbgetrc - configuration file for smbget SYNOPSIS
smbgetrc DESCRIPTION
This manual page documents the format and options of the smbgetrc file. This is the configuration file used by the smbget(1) utility. The file contains of key-value pairs, one pair on each line. The key and value should be separated by a space. By default, smbget reads its configuration from $HOME/.smbgetrc, though other locations can be specified using the command-line options. OPTIONS
The following keys can be set: resume on|off Whether aborted downloads should be automatically resumed. recursive on|off Whether directories should be downloaded recursively username name Username to use when logging in to the remote server. Use an empty string for anonymous access. password pass Password to use when logging in. workgroup wg Workgroup to use when logging in nonprompt on|off Turns off asking for username and password. Useful for scripts. debuglevel int (Samba) debuglevel to run at. Useful for tracking down protocol level problems. dots on|off Whether a single dot should be printed for each block that has been downloaded, instead of the default progress indicator. blocksize int Number of bytes to put in a block. VERSION
This man page is correct for version 3 of the Samba suite. SEE ALSO
smbget(1) and Samba(7). AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. This manual page was written by Jelmer Vernooij Samba 3.5 06/18/2010 SMBGETRC(5)