No subject


Mon Dec 1 11:34:25 GMT 2003


share in the samba box, from the PDC server itself. The log.winbindd and
log.nmbd are empty.

[2001/08/08 13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(865)
  Domain=[EERDBR001]  NativeOS=[Windows NT 1381] NativeLanMan=[] [2001/08/08
13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(876)
  sesssetupX:name=[administrator]
[2001/08/08 13:11:28, 3] libsmb/namequery.c:resolve_lmhosts(733)
  resolve_lmhosts: Attempting lmhosts lookup for name EEBRSPNT001<0x20>
[2001/08/08 13:11:28, 3] libsmb/namequery.c:resolve_hosts(773)
  resolve_hosts: Attempting host lookup for name EEBRSPNT001<0x20>
[2001/08/08 13:11:28, 3] lib/util_sock.c:open_socket_out(864)
  Connecting to 172.18.9.101 at port 139
[2001/08/08 13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(1034)
  No such user administrator [EERDBR001] - using guest account

Smbclient still works perfectly... Anyone can give me a light?

PS: getent group or passwd shows only the users of the linux box (from
nsswitch.conf, the files part, and there is a winbind entry there)

Cheers
Gustavo


-----Original Message-----
From: Michels, Gustavo [EES/BR]
Sent: quarta-feira, 8 de agosto de 2001 10:37
To: samba at lists.samba.org
Subject: Winbind and Smbstatus


Hi all,

I am trying to setup samba with winbind so I can use our existing nt domain
architecture. I am trying this using the latest cvs from samba_2_2 (today)
on a rh 7.1 box.

My problem is I can't connect to a share from any windows client as it asks
for username and password (the share is set to public = no). Smbstatus shows
user nobody is trying to connect.

Now the strange thing: smbclient works perfectly. I set up a share on my
computer with access only to my domain user. Doing a 'smbclient //mypc/share
-U mydomainuser' works perfectly.

I don't know what could possibly be wrong, but I guess that's something to
do with PAM.

I configured samba with the options --with-pam --with-smbmount
--with-acl-support --with-winbind --with-quotas

I set up /etc/pam.d/passwd as follows:

auth        required    /lib/security/pam_securetty.so
auth        required    /lib/security/pam_nologin.so
auth        sufficient  /lib/security/pam_winbind.so
auth        required    /lib/security/pam_pwdb.so use_first_pass shadow
nullok
account     required    /lib/security/pam_winbind.so

And /etc/pam.d/samba as follows:

auth    required        /lib/security/pam_pwdb.so nullok shadow
account required        /lib/security/pam_pwdb.so

Do I need to change/add anything in these /etc/pam.d/* files?

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

Return-Path: <barth at cck.uni-kl.de>
Delivered-To: samba at lists.samba.org
Received: from mail.uni-kl.de (mail.uni-kl.de [131.246.137.52]) by
  lists.samba.org (Postfix) with ESMTP id B181150BA for
  <samba at lists.samba.org>; Thu,  9 Aug 2001 08:08:46 -0700 (PDT)
Received: from enterprise.cck.uni-kl.de (enterprise.cck.uni-kl.de
  [131.246.239.10]) by mail.uni-kl.de (8.11.0/8.11.0) with ESMTP id
  f79FCx516970; Thu, 9 Aug 2001 17:12:59 +0200 (MET DST)
Received: from fbk.mv.uni-kl.de (fbk.mv.uni-kl.de [131.246.201.62]) by
  enterprise.cck.uni-kl.de (8.9.2/8.9.2) with ESMTP id RAA15204; Thu, 9
  Aug 2001 17:12:43 +0200 (MET DST)
Received: from fbk42-7 (fbk42-7.mv.uni-kl.de [131.246.201.77]) by
  fbk.mv.uni-kl.de (8.9.1/8.9.1) with ESMTP id RAA11979; Thu, 9 Aug 2001
  17:13:04 +0200
From: "Christian Barth" <barth at cck.uni-kl.de>
To: samba at lists.samba.org, dragos.delcea at farmexim.ro
Date: Thu, 9 Aug 2001 17:12:52 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Subject: Re: more details [problems with NT joining domain]
Message-ID: <3B72C494.29102.1E902E2 at localhost>
Priority: normal
In-reply-to: <01080915092903.01610 at busybox>
X-mailer: Pegasus Mail for Win32 (v3.12c)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

> I forgot to mention that I use plain text passwords (the NTs have the 
> registry entry for that)

Thats the problem. You have to use encrypted passwords with a NT 
domain. Set "encrypted passwords = yes" in smb.conf

Christian

> 
> hello,
> 
> I have a samba 2.2.1a PDC/linux (RH7.1) with a lot of win 98 clients; no 
> problem for them to logon, print, etc...
> Now, I have two NT4 clients which do not log into domain, and I want do make 
> them to...
> Here's what I've done:
> added user #useradd -g 100 -d /dev/null -c dba -m -s /bin/false dba$
> added machime account #smbpasswd -a -m dba
> ok, no error message; as I red in the docs on the samba side all is ok
> now, I try to change in NT network proprieties from member of workgroup to 
> member of domain: it tells me that "The machime account for this computer 
> either does not exist or is inaccessible"
> the checkbox under is not checked (create a computer account in the domain)
> 
> where did I go wrong?
> 
> dragos
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
> 


___________________________________________________________________

Unix *is* userfrendly, its only selectiv about its users, ...

freak at aixd2[tran_var] cat ?210?0/m2t*.log | grep "stelle(26),fx" | \
                  awk 'BEGIN {FS=","}; {print $4}' | sed 's/-//' | \
         ssh -l barth fbk.mv.uni-kl.de "cat - | unix2dos > fx26.txt"

Return-Path: <dragos.delcea at farmexim.ro>
Delivered-To: samba at lists.samba.org
Received: from mail.farmexim.ro (mail.farmexim.ro [193.230.163.129]) by
  lists.samba.org (Postfix) with SMTP id C887E50C2 for
  <samba at lists.samba.org>; Thu,  9 Aug 2001 08:10:10 -0700 (PDT)
Received: (qmail 15274 invoked from network); 9 Aug 2001 15:16:46 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 9 Aug 2001 15:16:46 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos Delcea <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: samba at lists.samba.org
Subject: problem joining samba PDC with NT workstation
Date: Thu, 9 Aug 2001 18:17:41 +0300
X-Mailer: KMail [version 1.2]
MIME-Version: 1.0
Message-Id: <01080918174104.01610 at busybox>
Content-Transfer-Encoding: 7bit
X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/)
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

linux RedHat 7.1/samba 2.2.1a (plain text passwords)
samba compiled --with-pam --with-pam_smbpass
logon works for win98 :)
NT is service pack 6a.
I tried adding the machine account manually and with add user scipt just as 
it sais in the docs.
---
manually:
useradd -d /dev/null -c dba -m -s /bin/false dba$
smbpasswd -a -m dba
trying to join the domain tells me "The machime account for this computer 
either does not exist or is inaccessible"
---
auto
added 'user add script = /usr/sbin/useradd -d /dev/null -s /bin/false -M %'
'domain admin group = root'
trying to join the domain with create machime account checked (root and 
password) it tells me that the present account doesn't have the permissiont 
to do that; however it adds the user as a system user and as a samba user ok.
and it fails to join the domain, and further trying gives me the first error 
or the second, depending if I check the 'create machine account' button on 
the NT side or not.
---
I also noticed a difference on the accounts in smbpasswd file:
first entry is created manually, second with add user script
dba$:1070:3A76E617A0FF9C1CAAD3B435B51404EE:179908806C60C113E1A255F25EA7BAB2:[W 
         ]:LCT-3B72A175:
dba$:1070:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO \
PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NDW        ]:LCT-3B72A7B3:

also, when I add the machine account manually this thing appears in the log 
(not samba log):
PAM_smbpass [pid]: Faild to find entry for user 1.
what's this?
I  use plain text passwords, and all the clients have the apropriate entries 
in the registry.


thanks, dragos

Return-Path: <andreas.roessling at rcsnet.de>
Delivered-To: samba at lists.samba.org
Received: from mail.rcsnet.de (unknown [213.70.76.4]) by lists.samba.org
  (Postfix) with ESMTP id 9DFE350CF for <samba at lists.samba.org>; Thu,  9
  Aug 2001 08:24:58 -0700 (PDT)
Received: from linux.rcs (time.rcsnet.de [213.70.76.13]) by
  mail.rcsnet.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id
  f79GUa927472 for <samba at lists.samba.org>; Thu, 9 Aug 2001 18:30:36
  +0200
X-Authentication-Warning: mail.rcsnet.de: Host time.rcsnet.de
  [213.70.76.13] claimed to be linux.rcs
Received: from andi ([192.168.255.20]) by linux.rcs (8.10.2/8.10.2/SuSE
  Linux 8.10.0-0.3) with SMTP id f79FTPt06201 for
  <samba at lists.samba.org>; Thu, 9 Aug 2001 17:29:26 +0200
X-Authentication-Warning: linux.rcs: Host [192.168.255.20] claimed to be
  andi
From: =?iso-8859-1?Q?Andeas_R=F6=DFling?= <andreas.roessling at rcsnet.de>
To: <samba at lists.samba.org>
Subject: AW: problem joining samba PDC with NT workstation
Date: Thu, 9 Aug 2001 17:29:17 +0200
Message-ID: <KMEHLPGCCJHBOKKAMEDIEELACBAA.andreas.roessling at rcsnet.de>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <01080918174104.01610 at busybox>
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I'm not sure. Don't you name the machine-account "$machinename" instead of
"machinename$" ???????


best regards

A. Rv_ling

Fa. RCS
Bgm.-Arnold-Str.3
69483 Wald-Michelbach
Germany

Fon:+49 6207 920106
Fax:+49 6207 920108

http://www.rcsnet.de




-----Urspr|ngliche Nachricht-----
Von: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]Im
Auftrag von Dragos Delcea
Gesendet: Donnerstag, 9. August 2001 17:18
An: samba at lists.samba.org
Betreff: problem joining samba PDC with NT workstation


linux RedHat 7.1/samba 2.2.1a (plain text passwords)
samba compiled --with-pam --with-pam_smbpass
logon works for win98 :)
NT is service pack 6a.
I tried adding the machine account manually and with add user scipt just as
it sais in the docs.
---
manually:
useradd -d /dev/null -c dba -m -s /bin/false dba$
smbpasswd -a -m dba
trying to join the domain tells me "The machime account for this computer
either does not exist or is inaccessible"
---
auto
added 'user add script = /usr/sbin/useradd -d /dev/null -s /bin/false -M %'
'domain admin group = root'
trying to join the domain with create machime account checked (root and
password) it tells me that the present account doesn't have the permissiont
to do that; however it adds the user as a system user and as a samba user
ok.
and it fails to join the domain, and further trying gives me the first error
or the second, depending if I check the 'create machine account' button on
the NT side or not.
---
I also noticed a difference on the accounts in smbpasswd file:
first entry is created manually, second with add user script
dba$:1070:3A76E617A0FF9C1CAAD3B435B51404EE:179908806C60C113E1A255F25EA7BAB2:
[W
         ]:LCT-3B72A175:
dba$:1070:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO \
PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NDW        ]:LCT-3B72A7B3:

also, when I add the machine account manually this thing appears in the log
(not samba log):
PAM_smbpass [pid]: Faild to find entry for user 1.
what's this?
I  use plain text passwords, and all the clients have the apropriate entries
in the registry.


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

Return-Path: <ernst.sauerwein at mch.siemens.de>
Delivered-To: samba at lists.samba.org
Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by
  lists.samba.org (Postfix) with ESMTP id 5DF7050D4 for
  <samba at lists.samba.org>; Thu,  9 Aug 2001 08:30:32 -0700 (PDT)
X-Envelope-Sender-Is: ernst.sauerwein at mch.siemens.de (at relayer
  david.siemens.de)
Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by
  david.siemens.de (8.11.0/8.11.0) with ESMTP id f79FYjc15194 for
  <samba at lists.samba.org>; Thu, 9 Aug 2001 17:34:45 +0200 (MET DST)
Received: from mch.siemens.de (mb183100.mch.sbs.de [149.202.183.100]) by
  mail1.siemens.de (8.11.4/8.11.4) with ESMTP id f79FYi712687 for
  <samba at lists.samba.org>; Thu, 9 Aug 2001 17:34:44 +0200 (MET DST)
Message-ID: <3B72AD92.BB4334A2 at mch.siemens.de>
Date: Thu, 09 Aug 2001 17:34:42 +0200
From: Ernst Sauerwein <ernst.sauerwein at mch.siemens.de>
Organization: SBS ITS ISC-D 144
X-Mailer: Mozilla 4.77 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: Question about users allowed to connect
Content-Type: text/plain; charset="us-ascii"
X-Converted-To-Plain-Text: from multipart/mixed by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hello,

(1)
We have a Reliant Unix Machine running Samba.
Tere is a user alias (named suinf) for root with its own password.

I can successfully log in via telnet or rlogin with this logname.
id command tells me that I am user root, logname command tells me that I have logname suinf.

However I cannot connect to samba as user suinf (as user root there is no problem).

(2)
User root belongs also to a group named www.
How can I make Samba to create new files having root as user and www as group?

Thank you for any comments.
--
Mit freundlichen Gr|_en / with kind regards :-)
Ernst Sauerwein           Microsoft Certified Professional
Siemens Busines Services
IT Services ISC-D144 OLTP-Systems INFORMIX. Database Support
Berliner Str. 95, D046
80805 M|nchen, Germany
Tel: +49 89 3601 2699
Fax: +49 89 3601 2279 / 2402
PC-Voice/Fax: 0180 / 50 52 54 90 89 95 (DM 0,24/Min Web.de)
Email: mailto:ernst.sauerwein at mch.siemens.de
       mailto:ernst_sauerwein at gmx.de (private)
Web:   http://its.mch.sni.de/        (external)
       http://ernsts.home.pages.de/  (private)
Mail-Client: Netscape V4.77

[demime 0.98b removed an attachment of type text/x-vcard which had a name of ernst.sauerwein.vcf]

Return-Path: <stymar at agcs.com>
Delivered-To: samba at samba.org
Received: from canospam.agcs.com (canospam.agcs.com [130.131.166.29]) by
  lists.samba.org (Postfix) with ESMTP id B94C450E7 for
  <samba at samba.org>; Thu,  9 Aug 2001 09:07:33 -0700 (PDT)
Received: from mkultra (mkultra.agcs.com [130.131.166.68]) by
  canospam.agcs.com (8.9.3/8.9.1) with SMTP id JAA13581 for
  <samba at samba.org>; Thu, 9 Aug 2001 09:11:48 -0700 (MST)
Posted-Date: Thu, 9 Aug 2001 09:11:48 -0700 (MST)
Received: FROM bootstrap.agcs.com BY mkultra ; Thu Aug 09 09:11:46 2001
  -0700
Received: from pxmail1.agcs.com (pxmail1.agcs.com [130.131.168.5]) by
  bootstrap.agcs.com (Pro-8.9.3/8.9.3) with ESMTP id JAA03566 for
  <samba at samba.org>; Thu, 9 Aug 2001 09:10:56 -0700 (MST)
Received: from agcs.com ([130.131.36.72]) by pxmail1.agcs.com (Netscape
  Messaging Server 3.61)  with ESMTP id AAA505; Thu, 9 Aug 2001 09:11:44
  -0700
Message-ID: <3B72B635.7F9DE264 at agcs.com>
Date: Thu, 09 Aug 2001 09:11:33 -0700
From: Robert Styma <stymar at agcs.com>
Reply-To: stymar at agcs.com
Organization: AG Communication Systems
X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.5.1 sun4m)
X-Accept-Language: en
MIME-Version: 1.0
To: spiekey <spiekey at hotmail.com>, Samba Mailing LIst <samba at samba.org>
Subject: Re: i cant run smbd...
References: <LAW2-OE58odfx5NDSbh00005520 at hotmail.com>
  <3B729E91.EAE8D1F6 at agcs.com> <LAW2-OE56r1m7YDopT500005643 at hotmail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Hello Spiekey,
   The /etc/rc.d/smb is just a shell script.
Somewhere in there is a call to smbd and probably
nmbd (maybe nmbd has it's own script).  You
could run
sh -xv /etc/rc.d/smb start
and see all the lines that get executed.  The path
to smb will be there.  I am a little confused as
to your wording.  The start shell will either reference
the copy you have just installed or it will reference
a different file.  I am assuming someone else did
the original install.

By default, the make install loads into /usr/local/samba/bin.
Under some conditions it loads into /usr/local/samba/sbin.
In either case, if there is an old copy of samba already
installed in this location, it will rename that copy to
smbd.old, nmbd.old, etc...   In this case the existing call
in your /etc/rc.d/smb will execute the new copy which is
now the resident of /usr/local/samba/bin.  If a previous
admin had copied smbd to another location and pointed the
shell script to point there, you will need to edit the
shell script and point it to /usr/local/samba/bin/smbd.
You would probably also get rid of the old copies or at least
move them out of the way so they are not laying there forever
as a kind of booby trap.

I am assuming you are familiar with the rc2.d rc3.d directories
and the hard links and the upper case S and K files in those
directories.  If not, we can go over that.

I personally prefer to start services via inetd.  Thus I would get
rid of the start and stop scripts (probably in the rc3.d directory)
and use the inetd method.  Inetd takes care of restarting as needed.

This may or may not answer your question.


spiekey wrote:
> 
> hi
> ok, i did it excaltly like u wrote me :)
> 
> but how can i find out the version of it or how can i restart it.
> /etc/rc.d/smb restart is still the old version.
> 
> THX
> 
> spiekey
> 
> ----- Original Message -----
> From: Robert Styma <stymar at agcs.com>
> To: spiekey <spiekey at hotmail.com>
> Cc: <samba at lists.samba.org>
> Sent: Thursday, August 09, 2001 4:30 PM
> Subject: Re: i cant run smbd...
> 
> Just to test it out, you can first run
> testparm from the bin directory to syntax check
> your lib/smb.conf file.  Once you like what
> testparm has to say, you can log in as root
> and run:
> 
> nmbd -D
> smbd -D
> 
> This will start both servers.  Making the servers
> start as needed can easily be done from inetd.
> When you use inetd, you have the advantage that inetd
> takes care of restarts if the smbd crashes for some reason
> and also you don't have the process running unless it needs
> to be.
> 
> in /etc/services (Solaris - sysv)
> 
> #---------------------------------------------------------------------------
> ---
> #  Samba Services
> #
> netbios-ns      137/tcp                         # NETBIOS Name Service
> netbios-ns      137/udp                         # NETBIOS Name Service
> netbios-dgm     138/tcp                         # NETBIOS Datagram Service
> netbios-dgm     138/udp                         # NETBIOS Datagram Service
> netbios-ssn     139/tcp                         # NETBIOS Session Service
> netbios-ssn     139/udp                         # NETBIOS Session Service
> swat            901/tcp                         # Samba swat server
> 
> in /etc/inetd.conf (Solaris - sysv)
> #
> # Samba
> #
> netbios-ssn     stream  tcp     nowait  root    /usr/local/samba/bin/smbd
> smbd
> netbios-ns      dgram   udp     wait    root    /usr/local/samba/bin/nmbd
> nmbd
> #
> swat            stream  tcp     nowait  root    /usr/local/samba/bin/swat
> swat
> 
> spiekey wrote:
> >
> > HI !
> > I downloaded the latest version of samba and i did:
> > ./configure
> > make
> > make install
> > make installbin
> >
> > but i can4t run it (using the /etc/rc.d/smbd start command)
> > it seems to be installed all right but i just can4t start it, cause there
> > isn4t a start file.
> > i found one in /usr/local/samba/bin, but this one won4t run, too.
> >
> > I have suse 7.2 with the 2.4 standart Kernel.
> >
> > THX 4 --help
> >
> > Spiekey
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> 
> --
> Robert E. Styma
> Principal Engineer
> AG Communication Systems, Phoenix - A subsidiary of Lucent
> Email: stymar at agcs.com
> Phone: 623-582-7323
> FAX:   623-581-4884
> Company:  http://www.agcs.com
> Personal: http://www.swlink.net/~styma

-- 
Robert E. Styma 
Principal Engineer
AG Communication Systems, Phoenix - A subsidiary of Lucent
Email: stymar at agcs.com
Phone: 623-582-7323
FAX:   623-581-4884
Company:  http://www.agcs.com
Personal: http://www.swlink.net/~styma

Return-Path: <bferrell at microdisplay.com>
Delivered-To: samba at lists.samba.org
Received: from sartre.microdisplay.com (sartre.microdisplay.com
  [207.104.26.10]) by lists.samba.org (Postfix) with ESMTP id 02A1B510E
  for <samba at lists.samba.org>; Thu,  9 Aug 2001 09:21:50 -0700 (PDT)
Received: from romulus.microdisplay.com
  (IDENT:root at romulus.microdisplay.com [207.214.198.163]) by
  sartre.microdisplay.com (8.11.1/8.8.7) with ESMTP id f79GPWK29238;
  Thu, 9 Aug 2001 09:25:32 -0700
Received: from microdisplay.com (IDENT:bferrell at furby.microdisplay.com
  [207.214.198.190]) by romulus.microdisplay.com (8.9.3/8.8.7) with
  ESMTP id JAA10698; Thu, 9 Aug 2001 09:25:31 -0700
Message-ID: <3B72B97B.EC95614C at microdisplay.com>
Date: Thu, 09 Aug 2001 09:25:31 -0700
From: Bruce Ferrell <bferrell at microdisplay.com>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: Eirik Thorsnes <Eirik.Thorsnes at student.uib.no>
Cc: samba at lists.samba.org
Subject: Re: Retrieval of user list to Win9x only gets the top 99 users 
  ofsmbpasswd
References: <01080722473300.00776 at torso.lobhjem.no>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

Before looking for bugs in SAMBA, I'd look and be sure that all of the
users in smbpasswd are also in the password file.  I've found out, the
hard way of course, that if smbpasswd and /etc/passwd on your PDC system
aren't in sync you'll get truncated user lists.  I've also found that
machine accounts have to stay in sync too or you'll have problems adding
machines accounts.

Eirik Thorsnes wrote:

> Symptom:
> When retrieving the list of users from samba PDC to Win9x
> only 99 users are listed. This is the first 99 users in smbpasswd
> file (not counting machine accounts).
>
> System:
> Redhat 7.1 with 2.4.7 kernel
> Samba 2.2.1a installed via rpm from samba.org
>
> Is this a known bug?
> I searched the list archives, but could not find anything related.
>
> If there are any tests or debugging I should do, please let me know.
>
> Eirik Thorsnes
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <rodger at thompsonprint.com>
Delivered-To: samba at lists.samba.org
Received: from rotterdam.execulink.net (rotterdam.execulink.net
  [199.166.6.26]) by lists.samba.org (Postfix) with ESMTP id 7583750ED
  for <samba at lists.samba.org>; Thu,  9 Aug 2001 10:25:02 -0700 (PDT)
Received: from thompsonprint.com (thompsonprint.com [206.186.185.66]) by
  rotterdam.execulink.net (8.11.3/8.11.2) with ESMTP id f79HTFi21719 for
  <samba at lists.samba.org>; Thu, 9 Aug 2001 13:29:15 -0400 (EDT)
Received: from thompsonprint.com [90.0.0.22] by thompsonprint.com
  (FTGate 2, 2, 4, 1); Thu, 09 Aug 2001 13:27:40 -0400
Message-ID: <3B72C7F2.14DB3104 at thompsonprint.com>
Date: Thu, 09 Aug 2001 13:27:15 -0400
From: Rodger Haynes <rodger at thompsonprint.com>
X-Mailer: Mozilla 4.75 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: please help...no master browser
Content-Type: text/plain; charset="us-ascii"
X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was text/plain
Sender: samba-admin at lists.samba.org
Errors-To: samba-admin at lists.samba.org
X-BeenThere: samba at lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request at lists.samba.org?subject=help>
List-Post: <mailto:samba at lists.samba.org>
List-Subscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=subscribe>
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request at lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/

I can't seem to  install Samba 2.2.1a on a Linux 7.1 server

Most tests in the troubleshooting guide pass, including testparm,
smbclient to see the shares etc.The problem is I'm unable to see the
server from my Win95 client. There is only the server and the client on
a small test network. The machines can ping one another. The client has
WINS activated and is pointing to the server. When I try a net view
command, the client says there is no computer called LINUXSERVER on the
network. When I start smb, the log file contains the following

/var/log/samba/log.nmbd
[2001/08/01 14:51:45, 0] nmbd/nmbd.c:sig_term(65)[
Got SIGTERM: going down...
.*****
.
Samba server LINUXSERVER is now a domain master browser for workgroup
TESTGROUP on subnet 192.168.100.100
.
.*****
.Samba name server LINUXSERVER is now a local master browser for
workgroup TESTGROUP on subnet 192.168.100.100

*****



More information about the samba mailing list