No subject


Mon Dec 1 11:34:25 GMT 2003


TEST 3

If you get a "connection refused" response then the smbd server may
not be running. If you installed it in inetd.conf then you probably
edited
that file incorrectly. If you installed it as a daemon then check
that
it is running, and check that the netbios-ssn port is in a LISTEN
state using "netstat -a".
Note: You have xinetd not inetd on the redhat box. To avoid all that
nonsense, start samba as a daemon.
Joel


On Mon, Sep 10, 2001 at 06:38:23PM -0700, Adam Browning wrote:
> Hi, I'm new to this list and pretty new to Samba.  I'm running Samba
2.2.1a
> on RedHat 7.1 and I'm having problems connecting to myself.  If I use the
> command
>
> # smbclient -L Earth	(Earth is my main Win2k computer)
>
> I get asked for a password, which I just hit enter at, which gives me the
> basic output from a list on smbclient, just minus the Sharenames.
>
> But if I use the command
>
> # smbclient -L Mars	(Mars is my Linux box with Samba)
>
> It says "Connection to Mars failed".
>
> So, why can I connect to other computers but not to myself?  I think this
is
> the main reason why none of my other computers can connect or even list
the
> shares on my Samba server.  Any help would be appreciated.
>
> Adam
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --
> 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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 3684C4E74 for <samba at lists.samba.org>; Mon, 10
  Sep 2001 20:39:24 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id XAA27994 for samba at lists.samba.org; Mon, 10 Sep 2001
  23:43:15 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: samba2.2.1a almost working again
Message-ID: <20010910234315.A27960 at hammershome.com>
References: <01091021022800.00824 at linux>
  <20010910224327.A27825 at hammershome.com> <01091022152200.01038 at linux>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <01091022152200.01038 at linux>; from
  two_five_six2000 at yahoo.com on Mon, Sep 10, 2001 at 10:15:22PM -0500
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.0.6
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/>
Date: Mon Sep 10 20:40:04 2001
X-Original-Date: Mon, 10 Sep 2001 23:43:15 -0400

> Now my question is this, how do I completely uninstall samba and start over?  
> I know /usr/local/samba, but it puts files other places to doesnt it?  Is 
> there an uninstaller for a tarball?  I see now that I dont need to reinstall 
> it unless I just want it to be in the path, (which I dont really care either 
> way), but just for future reference how is it done?  I only ask because Im 

As far as I can tell, with 2.2.1a, everything is installed in /usr/local/samba. I would
just delete that with:
cd /usr/local
rm -rf samba/ (haven't tried this command myself)

For the samba that came with rehat, I just now have run:
rpm -qa | grep samb
and got the following output:

samba-2.0.8-1.7
samba-common-2.0.10-2
samba-client-2.0.10-2
samba-2.0.8-1.7.1
samba-2.0.10-2                     

Gaaads. I have more than one version of samba on my machine. It looks like the
up2date program did not delete the earlier version when I ran the automatic
update thingee. 
To remove them all, use;
rpm -qa | grep samba | xargs -n1 rpm -e 
Joel

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id A8D385450 for <samba at lists.samba.org>; Mon, 10
  Sep 2001 20:47:59 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id XAA28017 for samba at lists.samba.org; Mon, 10 Sep 2001
  23:51:54 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: Trouble with Name resolution
Message-ID: <20010910235154.B27960 at hammershome.com>
References: <20010910224940.B27825 at hammershome.com>
  <EGEBKNJEPIJPFLKICLLMMELMCBAA.demonk1999 at yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <EGEBKNJEPIJPFLKICLLMMELMCBAA.demonk1999 at yahoo.com>; from
  demonk1999 at yahoo.com on Mon, Sep 10, 2001 at 08:38:08PM -0700
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.0.6
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/>
Date: Mon Sep 10 20:49:03 2001
X-Original-Date: Mon, 10 Sep 2001 23:51:54 -0400

On Mon, Sep 10, 2001 at 08:38:08PM -0700, Adam Browning wrote:
> Thanks for the response, but the problem isn't a "Connection refused".  It
> is a "connection failed".
> 
> If I run the nmblookup program as
> 
> # nmblookup Earth
> 
> I get the correct IP address for the computer Earth.  But if I run
> 
> # nmblookup Mars
> 
> I get a "name_query failed to find name Mars".  I can connect to my other
> Win98 computers with my Linux box Mars and look at their shares just fine,
> and I'm sure that the smbd and nmbd daemons are running correctly.
> 

Ideas. Plenty. Solutions, not so good.
If you run nmblookup on your linux server Mars, and can't get a response,
there is a configuration problem or nmbd is not running.
Are you sure nmbd and smbd are running?
You must understand smbclient has nothing to do with samba and
doesn't need smbd or nmbd running on the same box that runs smbclient.
You should walk through the diagnosis steps in DIAGNOSIS.text in the
/docs/textdocs section of your samba distribution.
Joel

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 2A1F05549 for <samba at lists.samba.org>; Mon, 10
  Sep 2001 20:57:27 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id AAA28482 for samba at lists.samba.org; Tue, 11 Sep 2001
  00:01:18 -0400
From: Joel Hammer <jhammer2 at home.com>
To: samba at lists.samba.org
Subject: Re: samba2.2.1a almost working again
Message-ID: <20010911000118.C27960 at hammershome.com>
References: <01091021022800.00824 at linux>
  <20010910224327.A27825 at hammershome.com> <01091022152200.01038 at linux>
  <20010910234315.A27960 at hammershome.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010910234315.A27960 at hammershome.com>; from
  Joel at HammersHome.com on Mon, Sep 10, 2001 at 11:43:15PM -0400
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.0.6
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/>
Date: Mon Sep 10 20:58:02 2001
X-Original-Date: Tue, 11 Sep 2001 00:01:18 -0400

> To remove them all, use;
> rpm -qa | grep samba | xargs -n1 rpm -e 
> Joel
> -- 

NOTE: That is n1 not nl.
Boy, these xterms windows. The "l" is the number one not the 20th letter of
the alphabet.
You could have figured that out by cutting and pasting  n1 into the following
command:
echo n1 | od -x
Joel

Return-Path: <kw at valaran.com>
Delivered-To: samba at lists.samba.org
Received: from mail.valaran.com (valaran.com [64.80.113.51]) by
  lists.samba.org (Postfix) with SMTP id 441525569 for
  <samba at lists.samba.org>; Mon, 10 Sep 2001 21:18:49 -0700 (PDT)
Received: (qmail 13888 invoked from network); 11 Sep 2001 04:22:40 -0000
Received: from bigbird.valaran.com (192.168.1.10) by mail.valaran.com
  with SMTP; 11 Sep 2001 04:22:40 -0000
From: Keith Warno <kw at valaran.com>
To: Adam Browning <demonk1999 at yahoo.com>
Cc: samba at lists.samba.org
Subject: Re: Trouble with Name resolution
In-Reply-To: <EGEBKNJEPIJPFLKICLLMAELLCBAA.demonk1999 at yahoo.com>
Message-ID: <Pine.LNX.4.10.10109110005160.28499-100000 at bigbird.valaran.c
  om>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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.0.6
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/>
Date: Mon Sep 10 21:19:02 2001
X-Original-Date: Tue, 11 Sep 2001 00:22:40 -0400 (EDT)

On Mon, 10 Sep 2001, Adam Browning wrote:

> Hi, I'm new to this list and pretty new to Samba.  I'm running Samba 2.2.1a
> on RedHat 7.1 and I'm having problems connecting to myself.  If I use the
> command
> 
> # smbclient -L Earth	(Earth is my main Win2k computer)
> 
> I get asked for a password, which I just hit enter at, which gives me the
> basic output from a list on smbclient, just minus the Sharenames.
> 
> But if I use the command
> 
> # smbclient -L Mars	(Mars is my Linux box with Samba)
> 
> It says "Connection to Mars failed".
> 
> So, why can I connect to other computers but not to myself?  I think this is
> the main reason why none of my other computers can connect or even list the
> shares on my Samba server.  Any help would be appreciated.

Hrmm.  There's a bazillion possibilities here.  A couple of questions:
1) Let's see your configuration (smb.conf).  (OK, so this wasn't a
question.)
2) How are your machines physically connected, and what interface(s) is
smbd and nmbd listening on?
3) Is there any facist filtering in place (firewall stuff)?  Perhaps a
botched host allow/host deny config (not tcpwrapper stuff, the smb.conf
stuff)?
4) Are you using WINS? If not, maybe you should.  Although if all your
machines are on the same network segment, and assuming nothing else is
botched, Mars should respond.
5) This might seem like a dumb question, but is Mars actually the netbios
name of the linux box?

I think (1) is important here.  It'll certainly help in troubleshooting.
Also take a look at and possibly send to the list some relevant snippits
from log.nmbd and log.smbd (I don't know where these on your system; you
may try ``locate log.nmbd log.smbd'' if need be).

Ciao,
kw

Return-Path: <vipula at lk.opro.net>
Delivered-To: samba at samba.org
Received: from lk.opro.net (lk.opro.net [210.232.38.16]) by
  lists.samba.org (Postfix) with SMTP id 6023D4A44 for
  <samba at samba.org>; Mon, 10 Sep 2001 21:46:47 -0700 (PDT)
Received: (qmail 29418 invoked from network); 11 Sep 2001 13:43:30 +0900
Received: from unknown (HELO VIPULA) (@203.115.24.210) by lk.opro.net
  with SMTP; 11 Sep 2001 13:43:30 +0900
Message-ID: <024901c13a7c$e93a43b0$3864a8c0 at opro.lk>
From: "vipula" <vipula at lk.opro.net>
To: <samba at samba.org>
Subject: Hi
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
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.0.6
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/>
Date: Mon Sep 10 21:47:02 2001
X-Original-Date: Tue, 11 Sep 2001 10:46:32 +0600

Hi Andrew Tridgell,
I've been working with linux for some  time and tuched samba few days back. I
was able to configure a samba server (that comes with RH 7.1) to work as a PDC
of a NT 4.0 domain. Now I need to add win2000 machines to it.  While going
through ur readme file I felt like dropping a mail to u. U have done a good
work by developing this server for Linux.

Bye

vipula

Return-Path: <demonk1999 at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com
  [216.136.173.57]) by lists.samba.org (Postfix) with SMTP id 3830C5544
  for <samba at lists.samba.org>; Mon, 10 Sep 2001 22:26:24 -0700 (PDT)
Received: from tamqfl1-ar1-205-118.biz.dsl.gtei.net (HELO earth)
  (4.35.205.118) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Sep 2001
  05:30:18 -0000
X-Apparently-From: <demonk1999 at yahoo.com>
From: "Adam Browning" <demonk1999 at yahoo.com>
To: "Keith Warno" <kw at valaran.com>
Cc: <samba at lists.samba.org>
Subject: RE: Trouble with Name resolution
Message-ID: <EGEBKNJEPIJPFLKICLLMEELOCBAA.demonk1999 at yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <Pine.LNX.4.10.10109110005160.28499-100000 at bigbird.valaran.
  c  om>
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.0.6
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/>
Date: Mon Sep 10 22:27:03 2001
X-Original-Date: Mon, 10 Sep 2001 22:30:00 -0700

Ok, I'll try to answer each point in order.

1) Here is my smb.conf file:

[global]
	workgroup = SOL
	security = user
	browsable = yes
	encrypt passwords = yes
[homes]
	guest ok = no
	browsable = no
[test]
	path = /shares
	public = yes

2) My machines are all connected to a 10/100 8-port switch.
I have 4 machines: a Win98SE desktop(Venus), a Win2k Pro desktop(Earth), a
Win98SE Laptop(Luna), and a RedHat 7.1 Linux box(Mars).  I also have a
Linksys DSL/Cable router that plugs into my switch that provides the
Internet and the DHCP service.  Since I am on a private network, the DHCP
server hands out 192.168.1.0/24 addresses.

3) The only firewall on network is on the Linksys router, so only between
the private network and the Internet.

4) I don't really know if I'm using WINS or not.  Up to this point I've only
had Windows OS's on my network, and I just set their names and workgroup,
and they have always worked.

5) My netbios name I'm leaving up to the nmbd daemon to determine.  But the
other computers on the network see a computer named Mars, so I guess it is
getting set to Mars.  I'm starting to think this is my source of trouble.
If I do a nmblookup on Earth, Venus, or Luna I get the correct IP address
for each.  But when I do it for Mars, I get a "name_query failed to find
name Mars".

Thanks.

Adam

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Keith Warno
Sent: Monday, September 10, 2001 9:23 PM
To: Adam Browning
Cc: samba at lists.samba.org
Subject: Re: Trouble with Name resolution


On Mon, 10 Sep 2001, Adam Browning wrote:

> Hi, I'm new to this list and pretty new to Samba.  I'm running Samba
2.2.1a
> on RedHat 7.1 and I'm having problems connecting to myself.  If I use the
> command
>
> # smbclient -L Earth	(Earth is my main Win2k computer)
>
> I get asked for a password, which I just hit enter at, which gives me the
> basic output from a list on smbclient, just minus the Sharenames.
>
> But if I use the command
>
> # smbclient -L Mars	(Mars is my Linux box with Samba)
>
> It says "Connection to Mars failed".
>
> So, why can I connect to other computers but not to myself?  I think this
is
> the main reason why none of my other computers can connect or even list
the
> shares on my Samba server.  Any help would be appreciated.

Hrmm.  There's a bazillion possibilities here.  A couple of questions:
1) Let's see your configuration (smb.conf).  (OK, so this wasn't a
question.)
2) How are your machines physically connected, and what interface(s) is
smbd and nmbd listening on?
3) Is there any facist filtering in place (firewall stuff)?  Perhaps a
botched host allow/host deny config (not tcpwrapper stuff, the smb.conf
stuff)?
4) Are you using WINS? If not, maybe you should.  Although if all your
machines are on the same network segment, and assuming nothing else is
botched, Mars should respond.
5) This might seem like a dumb question, but is Mars actually the netbios
name of the linux box?

I think (1) is important here.  It'll certainly help in troubleshooting.
Also take a look at and possibly send to the list some relevant snippits
from log.nmbd and log.smbd (I don't know where these on your system; you
may try ``locate log.nmbd log.smbd'' if need be).

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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Return-Path: <vishalkapoor77 at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from web9605.mail.yahoo.com (web9605.mail.yahoo.com
  [216.136.129.184]) by lists.samba.org (Postfix) with SMTP id B7D8C551B
  for <samba at lists.samba.org>; Mon, 10 Sep 2001 23:13:14 -0700 (PDT)
Message-ID: <20010911061709.20988.qmail at web9605.mail.yahoo.com>
Received: from [203.122.42.241] by web9605.mail.yahoo.com via HTTP; Mon,
  10 Sep 2001 23:17:09 PDT
From: VISHAL <vishalkapoor77 at yahoo.com>
Subject: Samba config problem
To: samba at lists.samba.org
MIME-Version: 1.0
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.0.6
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/>
Date: Mon Sep 10 23:16:05 2001
X-Original-Date: Mon, 10 Sep 2001 23:17:09 -0700 (PDT)

dear sir/madam
 we want to setup a linux server with windows98
clients.
 We have configured samba server as per the doc but
unable to logon on windows 
 machines with the user name created in linux. The
user "nobody"(default) was working fine 
 but now it is also not working.
 The error at client side(windows) when we try to
logon with linux user is "incorrect parameter"
 Please try to respond positively
 thanx a lot
 

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not many any basic syntactic errors.
#
#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
    workgroup = INET

# server string is the equivalent of the NT Description field
    server string = Linux Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;    hosts allow = 192.168.1. 192.168.2. 127.

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
    printcap name = /etc/printcap
    load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
;   printing = bsd

# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
 ; guest account = pcguest
  ; user= tarun

# this tells Samba to use a separate log file for each machine
# that connects
    log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
    max log size = 50

# Security mode. Most people will want user level security. See
# security_level.txt for details.
    security = server

# Use password server option only with security = server
;    password server = INCANET
;     password server = *
# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
    encrypt passwords = yes
    smb passwd file = /etc/smbpasswd

# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*

# Unix users can map to different SMB User names
;  username map = /etc/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/smb.conf.%m


#Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
#	a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
    domain master = yes

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
    preferred master = yes

# Use only if you have an NT server on your network that has been
# configured at install time to be a primary domain controller.
;   domain controller = <NT-Domain-Controller-SMBName>

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
    domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;  logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /etc/hosts OR
# DNS or NIS depending on the settings of /etc/host.config, /etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that are NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
; name resolve order = wins lmhosts bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
#	Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one	WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
    dns proxy = no
    unix password sync = yes
    netbios name = INCANET
    encrypt passwords = no
    password level = 0
    null passwords = no
    os level = 0
    preferred master = yes
    domain master = yes
    wins support = yes
    dead time = 0
    debug level = 0
    comment = INCANET
    map to guest = bad user

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions ==============================
[homes]
    comment = Home Directories
    browseable = yes
    writable = yes
    available = yes
    public = no
    only user = no

# Un-comment the following and create the netlogon directory for Domain Logons
[netlogon]
    comment = Network Logon Service
    path = /home/netlogon
    guest ok = yes
    writable = no
    share modes = no
    available = yes


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
[Profiles]
    path = /home/profiles
    browseable = no
    guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
# Set public = yes to allow user 'guest account' to print
    public = no
    writable = no
    printable = yes
    available = yes

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 592214CB4 for
  <samba at lists.samba.org>; Mon, 10 Sep 2001 23:37:18 -0700 (PDT)
Received: (qmail 24886 invoked from network); 11 Sep 2001 06:43:40 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 11 Sep 2001 06:43:40 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: Mailing Manager <mailing at lastminutetour.com>, samba at lists.samba.org
Subject: Re: oplocks and strange blocks
X-Mailer: KMail [version 1.2]
References: <20010910165815.A2984 at giove.lastminutetour.com>
In-Reply-To: <20010910165815.A2984 at giove.lastminutetour.com>
MIME-Version: 1.0
Message-Id: <01091109474101.13832 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.0.6
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/>
Date: Mon Sep 10 23:38:02 2001
X-Original-Date: Tue, 11 Sep 2001 09:47:41 +0300

try 'kernel oplocks = no' if you run a 2.4 kernel (linux)

dragos

On Monday 10 September 2001 05:58 pm, Mailing Manager wrote:
> Hi all,
>     i'm recently passed to 2.2.1a, but this prble was alway spresente
> also with 2.2.0 and 2.0.7 (statiscs say lower times than now).
> Three pces worsk on a share, with a sort of db (IDOL-VI) and lock soem
> files to upgrade.
> The system works well, but sometimes, not even periodci, the three
> sysems blocks, and on th elogs the only things that i see, is this :
>
> [2001/09/10 11:37:30, 0] smbd/oplock.c:request_oplock_break(997)
>   request_oplock_break: no response received to oplock break request to
> pid 4715
>  on port 1046 for dev = 804, inode = 83759
>   for dev = 804, inode = 83759, tv_sec = 3b9c89ba, tv_usec = 3e163
> [2001/09/10 11:37:42, 0] smbd/oplock.c:process_local_message(357)
>   process_local_message: Received unsolicited break reply - dumping
> info.
> [2001/09/10 11:37:42, 0] smbd/oplock.c:process_local_message(372)
>   process_local_message: unsolicited oplock break reply from pid 4728,
> port 1046
> , dev = 804, inode = 83759
>
> After a whlie (from 5 seconds to 30) the programs continue to work.
> I use these parameter:
>
> oplocks = yes
> level2 oplocks = yes
> oplock contention limit = 5
> oplock break wait time = 15
>
> Thanks
> (clients are ONLY winNT4)

Return-Path: <utg at csc.ro>
Delivered-To: samba at samba.org
Received: from ns1.csc.ro (newmail.csc.ro [217.156.24.48]) by
  lists.samba.org (Postfix) with ESMTP id 34EF34219 for
  <samba at samba.org>; Tue, 11 Sep 2001 00:00:09 -0700 (PDT)
Received: from bluepower (dialup35.csc.ro [217.156.24.133]) by
  ns1.csc.ro (8.11.2/8.11.2) with SMTP id f8B73m710751 for
  <samba at samba.org>; Tue, 11 Sep 2001 10:03:49 +0300
Message-ID: <002801c13a8f$ee6511e0$030aa8c0 at bluepower>
From: "Razvan Timoscov" <utg at csc.ro>
To: <samba at samba.org>
Subject: Samba on Slackware 8
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
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.0.6
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/>
Date: Tue Sep 11 00:01:04 2001
X-Original-Date: Tue, 11 Sep 2001 09:53:36 +0300

Dear Samba team,

I have Slackware 8.0 with Samba 2.2.0a and I discovered that this version of
Samba has some locking bugs that prevents my distributed database to run
properly. So I have to upgrade ... but I can't get the version 2.2.1a  to run
on my system.  I suspect that I have to give it some special compile options.
So, can you please tell me how to compile
Samba 2.2.1a on Slackware 8 ?
( I think my problem is related to using shadow passwords on my system - I
receive a bad password error message on connect and I eliminated other
possible causes. I could't find a configure parameter to specify that I need
shadow passwords enabled with samba ...)

Please give me a hint !

Best regard,
Razvan

Return-Path: <eirik.thorsnes at student.uib.no>
Delivered-To: samba at lists.samba.org
Received: from rasmus.uib.no (rasmus.uib.no [129.177.12.30]) by
  lists.samba.org (Postfix) with ESMTP id 491E64281 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 00:37:22 -0700 (PDT)
Received: from tunnel-46-166.vpn.uib.no (there) [129.177.46.166]  by
  rasmus.uib.no for samba at lists.samba.org with smtp (Exim 3.16) id
  15giAO-0007A7-00; Tue, 11 Sep 2001 09:41:08 +0200
Content-Type: text/plain; charset="iso-8859-1"
From: Eirik Thorsnes <Eirik.Thorsnes at student.uib.no>
To: samba at lists.samba.org
Subject: Error messages in logfile
X-Mailer: KMail [version 1.3.1]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Message-Id: <E15giAO-0007A7-00 at rasmus.uib.no>
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.0.6
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/>
Date: Tue Sep 11 00:38:05 2001
X-Original-Date: Tue, 11 Sep 2001 09:40:31 +0200

First, my setup:
Redhat 7.1 (2.4.7) with samba 2.2.1a
using userlevel security, encrypted passwords,
samba set up as PDC,
no printer drivers loaded to the spoolss part of
samba, no guest printing allowed, LPRng print
subsystem, clients are win9x/winNT/win2k,


I have got a lot of the following in my logs:

rpc_server/srv_spoolss_nt.c:_spoolss_rfnpcnex(2481)
_spoolss_rfnpcnex: Invalid handle (OTHER).
rpc_server/srv_spoolss_nt.c:_spoolss_fcpn(4663)
_spoolss_fcpn: Invalid handle (OTHER)

close_printer_handle: Invalid handle (OTHER) 

as well as :

rpc_server/srv_netlog.c:api_net_sam_logon(208)
api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
rpc_server/srv_pipe.c:api_rpcTNP(1215)
api_rpcTNP: api_netlog_rpc: NET_SAMLOGON failed.

Anyone care to explain the significance of the messages?
Could I ignore them, is it bugs or.... ?

Eirik Thorsnes

Return-Path: <hee-soon-raymond_tan at hp.com>
Delivered-To: samba at samba.org
Received: from sngrel4.hp.com (sngrel4.hp.com [192.6.86.110]) by
  lists.samba.org (Postfix) with ESMTP id 6599E4D20 for
  <samba at samba.org>; Tue, 11 Sep 2001 00:44:33 -0700 (PDT)
Received: from ctss200.sgp.hp.com (ctss200.sgp.hp.com [15.68.10.200]) by
  sngrel4.hp.com (Postfix) with ESMTP id E87EB273 for <samba at samba.org>;
  Tue, 11 Sep 2001 15:48:25 +0800 (SGP)
Received: from xsgbrg4.sgp.hp.com (xsgbrg4.sgp.hp.com [15.85.49.114]) by
  ctss200.sgp.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with
  ESMTP id PAA06416 for <samba at samba.org>; Tue, 11 Sep 2001 15:48:25
  +0800 (SGP)
Received: by xsgbrg4.sgp.hp.com with Internet Mail Service (5.5.2653.19)
  id <S4P9TBLA>; Tue, 11 Sep 2001 15:48:24 +0800
Message-ID: <5E0BEAEE7BA7D4119F4600D0B79E3117074E71DC at xsg01.sgp.hp.com>
From: "TAN,RAYMOND-HS (HP-Singapore,ex1)" <hee-soon-raymond_tan at hp.com>
To: "'samba at samba.org'" <samba at samba.org>
Subject: Problem with NT mapping
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 00:45:06 2001
X-Original-Date: Tue, 11 Sep 2001 15:48:23 +0800

Hi,
	I have a problem with the mapping of NT and DOS workstation to my
Samba host.  The situation is that I wanted to have one common login but to
have different users mapping to different subdirectories (eg. my user name
is common, so my path setting for the user "common" in the smb.conf is
/home/common, from there user will map onto directories like
\\sambahost\common\userA, etc using the user "common").  My initial test on
Windows 2000 works perfectly fine.  However when I try to map the drives
from the NT and DOS terminal, it seems that we can no longer map to the map
drive \\sambahost\common\userA.  I keep getting the error message that it
cannot find the network resources (however, I realise that I can still map
to \\sambahost\common with that common login, it just seems to be unable to
map one directory lower).  Can you please advise how I can get around this
situation?  Your help will be greatly appreciated.  Thanks.  

Best regards,
Raymond Tan Hee Soon
IJMS Division, System Group
Hewlett Packard Singapore
Ext 2192
 

Return-Path: <eirik.thorsnes at student.uib.no>
Delivered-To: samba at lists.samba.org
Received: from rasmus.uib.no (rasmus.uib.no [129.177.12.30]) by
  lists.samba.org (Postfix) with ESMTP id 1A7A24E2A for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 00:48:41 -0700 (PDT)
Received: from tunnel-46-166.vpn.uib.no (there) [129.177.46.166]  by
  rasmus.uib.no for samba at lists.samba.org with smtp (Exim 3.16) id
  15giLM-00008B-00; Tue, 11 Sep 2001 09:52:28 +0200
Content-Type: text/plain; charset="iso-8859-1"
From: Eirik Thorsnes <Eirik.Thorsnes at student.uib.no>
To: samba at lists.samba.org
Subject: (repost) Enumerating users on samba PDC from win9x clients only
  gets first 99 in smbpasswd
X-Mailer: KMail [version 1.3.1]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Message-Id: <E15giLM-00008B-00 at rasmus.uib.no>
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.0.6
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/>
Date: Tue Sep 11 00:53:10 2001
X-Original-Date: Tue, 11 Sep 2001 09:51:50 +0200

Some time ago I posted to the list regarding a bug that prevents 
the win9x clients from downloading the list of users when in
userlevel mode. That is, only the first 99 users in smbpasswd are listed on 
the clients. NT clients on the other hand get the complete list.

Since my last posting I have tried to do some connections with
the debug level high. I am not capable of finding anything 
suspicious in the logs. I also checked that the smbpasswd and passwd was in 
sync.

If anyone want me to send the log of both a failed win9x
and a successful winNT userlist downloading, I can
send it off-list.

My setup:
Redhat 7.1 (2.4.7) 
Samba 2.2.1a (samba.org rpm)
samba as PDC, encrypted passwords
smbpasswd and passwd in sync

Eirik Thorsnes

Return-Path: <alex_chong at hp.com>
Delivered-To: samba at samba.org
Received: from sngrel4.hp.com (sngrel4.hp.com [192.6.86.110]) by
  lists.samba.org (Postfix) with ESMTP id 571DD41A6 for
  <samba at samba.org>; Tue, 11 Sep 2001 01:23:57 -0700 (PDT)
Received: from ctss201.sgp.hp.com (ctss201.sgp.hp.com [15.66.153.201])
  by sngrel4.hp.com (Postfix) with ESMTP id 45C7F21E; Tue, 11 Sep 2001
  16:27:50 +0800 (SGP)
Received: from xsgbrg3.sgp.hp.com (xsgbrg3.sgp.hp.com [15.85.49.115]) by
  ctss201.sgp.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with
  ESMTP id QAA10914; Tue, 11 Sep 2001 16:27:49 +0800 (SGP)
Received: by xsgbrg3.sgp.hp.com with Internet Mail Service (5.5.2653.19)
  id <SWB87HZJ>; Tue, 11 Sep 2001 16:30:27 +0800
Message-ID: <AD785699A29AD411858B00D0B77551ED015350A7 at xsg05.sgp.hp.com>
From: "CHONG,ALEX (HP-Singapore,ex5)" <alex_chong at hp.com>
To: "'Barry, Christopher'" <cbarry at infiniconsys.com>, "CHONG,ALEX
  (HP-Singapore,ex5)" <alex_chong at hp.com>
Cc: samba at samba.org
Subject: RE: Problem with DOS
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 01:25:02 2001
X-Original-Date: Tue, 11 Sep 2001 16:27:46 +0800

HI Chris,

Thanks for prompt reply. It works and problem solved.
Thanks again.


Regards,
Alex


-----Original Message-----
From: Barry, Christopher [mailto:cbarry at infiniconsys.com]
Sent: Tuesday, September 11, 2001 1:27 AM
To: CHONG,ALEX (HP-Singapore,ex5)
Cc: samba at samba.org
Subject: RE: Problem with DOS


Aex,
	you're having name resolution problems. create a lmhosts file on
the client with the name/address of the server and re-attempt the net
commands. If that works, you can either distribute lmhosts to all
clients, or run WINS.

-C

-----Original Message-----
From: CHONG,ALEX (HP-Singapore,ex5) [mailto:alex_chong at hp.com]
Sent: Monday, September 10, 2001 5:30 AM
To: 'samba at samba.org'
Subject: Problem with DOS


Hi,
 
My name is Alex Chong and I work for HP Singapore.
I installed Samba ver 2.0 to my HPUX 11.00 and I have no problem to
share
resource from Win2000. However, I am having difficulty to "net use" from
DOS
version 6.6. I would like to know is there any solution to the problem?
 
Thanks,
Alex
 
 

  _____  


 
<http://www.hp.com/Redirect/gw/useng_welcome/logo/=http://welcome.hp.com
/cou
ntry/us/eng/welcome.htm> HP logo<?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" />

Alex Chong


IJMS System Group


Hewlett Packard Singapore


(65) 279-8795

  _____  

 

 

[demime 0.98b removed an attachment of type image/gif which had a name
of image001.gif]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <dragos.delcea at farmexim.ro>
Delivered-To: samba at samba.org
Received: from mail.farmexim.ro (mail.farmexim.ro [193.230.163.129]) by
  lists.samba.org (Postfix) with SMTP id CBB2941A6 for
  <samba at samba.org>; Tue, 11 Sep 2001 01:24:16 -0700 (PDT)
Received: (qmail 11790 invoked from network); 11 Sep 2001 08:30:38 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 11 Sep 2001 08:30:38 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: "Razvan Timoscov" <utg at csc.ro>, <samba at samba.org>
Subject: Re: Samba on Slackware 8
X-Mailer: KMail [version 1.2]
References: <002801c13a8f$ee6511e0$030aa8c0 at bluepower>
In-Reply-To: <002801c13a8f$ee6511e0$030aa8c0 at bluepower>
MIME-Version: 1.0
Message-Id: <01091111344000.13976 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.0.6
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/>
Date: Tue Sep 11 01:26:05 2001
X-Original-Date: Tue, 11 Sep 2001 11:34:40 +0300

hello Razvan, (hai noroc!)
I had the same problem as yours when going from 2.2.0(a) to 2.2.1(a);
If you are using unencrypted passwords, then you have a problem, samba 
2.2.1(a) has a bug where in the case of clear text passwords doesn't properly 
support md5 passwords; either you revert to old style encryption or you 
compile samba --with-pam --with-pam_smbpass and use pam (like me)

dragos
PS poti sa-mi scrii in afara listei in romaneste daca vrei detalii...
 
On Tuesday 11 September 2001 09:53 am, Razvan Timoscov wrote:
> Dear Samba team,
>
> I have Slackware 8.0 with Samba 2.2.0a and I discovered that this version
> of Samba has some locking bugs that prevents my distributed database to run
> properly. So I have to upgrade ... but I can't get the version 2.2.1a  to
> run on my system.  I suspect that I have to give it some special compile
> options. So, can you please tell me how to compile
> Samba 2.2.1a on Slackware 8 ?
> ( I think my problem is related to using shadow passwords on my system - I
> receive a bad password error message on connect and I eliminated other
> possible causes. I could't find a configure parameter to specify that I
> need shadow passwords enabled with samba ...)
>
> Please give me a hint !
>
> Best regard,
> Razvan

Return-Path: <danieltan at shopnsave.com.sg>
Delivered-To: samba at lists.samba.org
Received: from mail.lga.net.sg (unknown [203.116.84.241]) by
  lists.samba.org (Postfix) with SMTP id 2A4F24A92 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 02:15:06 -0700 (PDT)
Received: (qmail 10543 invoked from network); 11 Sep 2001 09:18:56 -0000
Received: from unknown (HELO Daniel) (203.92.90.162) by mail.lga.net.sg
  with SMTP; 11 Sep 2001 09:18:56 -0000
Message-ID: <005b01c13aa2$f09fc500$3900a8c0 at Daniel>
Reply-To: "Daniel Tan" <danieltan at shopnsave.com.sg>
From: "Daniel Tan" <danieltan at shopnsave.com.sg>
To: <samba at lists.samba.org>
Subject: Error encountered installing samba
Organization: Shop N Save
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-Converted-To-Plain-Text: from multipart/related by demime 0.98b
X-Converted-To-Plain-Text: Alternative section used was multipart/alternative
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.0.6
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/>
Date: Tue Sep 11 02:16:03 2001
X-Original-Date: Tue, 11 Sep 2001 17:20:00 +0800

Hi all,
        i am new to samba and encounter my first error trying to run the =
./configure command. Any kind souls out there know how to define this =
message?

this is what i encounter

# ./configure
loading cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
#


Daniel Tan
7469188 Ext.652
MIS Department
Shop N Save Pte Ltd

[demime 0.98b removed an attachment of type image/gif which had a name of Gradient Lime Sidebar.gif]

Return-Path: <christian.mueller1 at gmx.de>
Delivered-To: samba at lists.samba.org
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by
  lists.samba.org (Postfix) with SMTP id E2FEB4C07 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 02:16:57 -0700 (PDT)
Received: (qmail 26545 invoked by uid 0); 11 Sep 2001 09:20:50 -0000
Received: from pd904df1e.dip.t-dialin.net (HELO powstat) (217.4.223.30)
  by mail.gmx.net (mp020-rz3) with SMTP; 11 Sep 2001 09:20:50 -0000
From: "christian mueller" <christian.mueller1 at gmx.de>
To: randy.baker at sympatico.ca
MIME-Version: 1.0
Subject: Re: Samba PDC and Win 95 client question.
Cc: samba at lists.samba.org
Message-ID: <3B9DF3C0.18391.E2A65D at localhost>
Priority: normal
X-mailer: Pegasus Mail for Win32 (v4.0, beta 40)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Content-description: Mail message body
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.0.6
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/>
Date: Tue Sep 11 02:17:03 2001
X-Original-Date: Tue, 11 Sep 2001 11:21:36 +0200

hi randy,

Randy Baker wrote:
> ..
> (1)  It is currently desired to have everyone 
authenticate through the SAMBA
> server before gaining access to Win 95.  However, the 
student can click the
> "Cancel" button on the logon screen and still access 
the Win 95 system and
> access the Internet.  Is there any way to eliminate the 
cancel button?
> ..

make sure you set up the Logon validation in Network-
>Properties right.
then put this in registry [HKLM\Network\Logon] 
"MustBeValidated"=dword:00000001
this one does not eliminate the cancel button but makes 
the logon dialog mandatory (BUG in Win 95: if the box is 
not plugged to the network or NT/SaMBa server 
(DomainController) is not available, Windows explains 
that there is no DC that could validate the logon and let 
you in! this is fixed in W98se.).
Note: a good place for such things is http://regedit.com

Addon: i added 
[HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\
Network]
"DisablePwdCaching"=dword:00000001
so there is no creation of this 'high secure' .PWL files 
anymore. no passwords are saved locally, even for dialup 
connections.

> ..
> (2)  Occassionally, the test student account will pop 
up "access denied" type
> errors upon logging out.  Typically, it complains that 
it cannot access a
> locked resource, usually the "Cookie" folder.  During 
testing, I had rarely
> used a web browser.  Eventually, the problem went away, 
but essentially, so
> did the customized user profile.  All files are still 
in the [Profiles] share,
> but things like the background return to the default 
value.
> ..

i could not speak for IE but i had similar problems. this 
is more than 2 years ago and i never tried the described 
procedure for roming profiles again.
so here is mine solution:
make the [profiles] share browseable again and change it 
to [profiles$]
(don't make such share 'guest ok=yes' 
(smb.conf.html#SECURITY / #LOGONPATH))
change the other depending values in smb.conf to the new 
sharename.
Note: don't map Z: to anything in Windows because it is 
used for NETLOGON and PROFILES !

it is possible that you have to install the vredrupd.exe 
from MS
(Knowledge Base Q148367), too.

> ..
> (3) If I am logged into the Domain on the Win 95 
system, when I install
> software, it is not accessible to everyone as the start 
menu gets customized
> only for the currently logged in user.  The software is 
of course installed,
> but I can't find where I need set things up so that all 
users see the new
> installed software.
> ..

that i know there is no way. i do this on SaMBa side with 
a script that adds the entries to the users profile 
Startmenu. most applications recognice that they are not 
present in registry [HKCU] and add things here 
automatically.
Note: Tweak UI from MS let you change the location of 
some Special Folders such 'My Documents'...

> ..
> (4) I am also about to set up a second Slackware 8 
system with SAMBA 2.2.1 for
> the school, but I am unclear if I can force the second 
system to authenticate
> against the first with the password server = <SAMBA-
Server-Name>
> ..

not sure about this one but i think winbind or your given 
solution is your friend here. i never worked with it so 
take a look in the docs.

> ..
> (5) I have on occassion had difficulties saving files 
on the SAMBA server from
> the Win 95 workstation.  I can see the shares, and I 
can copy files in and out
> of the SAMBA share.  However, if I download a WinZipped 
file using Internet
> Explorer on the Win 95 machine and store the http 
downloaded file into a SAMBA
> share, the WinZipped file is typically, if not always 
corrupted.  Download the
> same file using the same method to the Win 95 PC, 
everything is fine.
> ..

again, it is possible that you have to install the 
vredrupd.exe from MS
(Knowledge Base Q148367).

do some debugging:
increase the the 'log level' up to 10, put a higher value 
for 'max log size' in smb.conf and look at the logs if it 
happens again.

-chris

Return-Path: <christian.mueller1 at gmx.de>
Delivered-To: samba at lists.samba.org
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by
  lists.samba.org (Postfix) with SMTP id CFBB044F8 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 02:48:10 -0700 (PDT)
Received: (qmail 26389 invoked by uid 0); 11 Sep 2001 09:52:03 -0000
Received: from pd904dc16.dip.t-dialin.net (HELO powstat) (217.4.220.22)
  by mail.gmx.net (mp004-rz3) with SMTP; 11 Sep 2001 09:52:03 -0000
From: "christian mueller" <christian.mueller1 at gmx.de>
To: randy.baker at sympatico.ca
MIME-Version: 1.0
Subject: Re: Samba PDC and Win 95 client question.
Cc: samba at lists.samba.org
Message-ID: <3B9DFB11.9640.FF3E17 at localhost>
Priority: normal
X-mailer: Pegasus Mail for Win32 (v4.0, beta 40)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Content-description: Mail message body
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.0.6
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/>
Date: Tue Sep 11 02:49:03 2001
X-Original-Date: Tue, 11 Sep 2001 11:52:49 +0200

On 11 Sep 2001 at 11:21, christian.mueller1 at gmx.de wrote:
> On 11 Sep 2001 at 2:50, randy.baker at sympatico.ca wrote:
>
> hi randy,
> 
> > ..
> > (1)  It is currently desired to have everyone 
authenticate through the SAMBA
> > server before gaining access to Win 95.  However, the 
student can click the
> > "Cancel" button on the logon screen and still access 
the Win 95 system and
> > access the Internet.  Is there any way to eliminate 
the cancel button?
> > ..
> 
> make sure you set up the Logon validation in Network-
>Properties right.
> then put this in registry [HKLM\Network\Logon] 
"MustBeValidated"=dword:00000001
> this one does not eliminate the cancel button but makes 
the logon dialog 
> mandatory (BUG in Win 95: if the box is not plugged to 
the network or NT/SaMBa 
> server (DomainController) is not available, Windows 
explains that there is no DC 
> that could validate the logon and let you in! this is 
fixed in W98se.).
> Note: a good place for such things is 
http://regedit.com
> ..

i forgot that there is a nice book out there for the W9x 
'admins'.

http://ora.com/catalog/winsyspe/

-chris 

Return-Path: <Michael.Gruth at sysdev.deutsche-boerse.com>
Delivered-To: samba at samba.org
Received: from deimos.deutsche-boerse.de (mail.exchange.de
  [193.29.77.101]) by lists.samba.org (Postfix) with ESMTP id E3CF54B7B
  for <samba at samba.org>; Tue, 11 Sep 2001 03:39:05 -0700 (PDT)
Received: (from smap at localhost) by mail.deutsche-boerse.de (V1.3) id
  MAA333660 for <samba at samba.org>; Tue, 11 Sep 2001 12:42:50 +0200
Received: from mailhub.deutsche-boerse.de(192.168.194.50) by
  deimos.deutsche-boerse.de via smap (V2.1) id xma451900; Tue, 11 Sep 01
  12:42:39 +0200
Received: from cfd002.deutsche-boerse.de () by mailhub.exchange.de
  (V1.3.2) id MAA82636 for <samba at samba.org>; Tue, 11 Sep 2001 12:42:39
  +0200
Received: from CONVERSION-DAEMON by sysdev.deutsche-boerse.com (PMDF
  V5.2-32 #40435) id <01K87LWCVW9C8Y6S0T at sysdev.deutsche-boerse.com> for
  samba at samba.org; Tue, 11 Sep 2001 12:42:38 +0200 (MET)
Received: from sysdev.deutsche-boerse.com ([172.17.94.248]) by
  sysdev.deutsche-boerse.com (PMDF V5.2-32 #40435) with ESMTP id
  <01K87LWCDNSY8Y6R54 at sysdev.deutsche-boerse.com> for samba at samba.org;
  Tue, 11 Sep 2001 12:42:36 +0200 (MET)
From: Michael Gruth <Michael.Gruth at sysdev.deutsche-boerse.com>
Subject: What is going with Samba for OpenVMS ?
To: samba at samba.org
Message-id: <3B9DEA9B.6575FED0 at sysdev.deutsche-boerse.com>
Organization: Deutsche =?iso-8859-1?Q?B=F6rse?= Systems AG
MIME-version: 1.0
X-Mailer: Mozilla 4.73 [de] (WinNT; U)
Content-type: text/plain
Content-transfer-encoding: 7bit
X-Accept-Language: de
X-Comment: Message Virus scanned by sysdev.deutsche-boerse.de
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.0.6
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/>
Date: Tue Sep 11 03:40:02 2001
X-Original-Date: Tue, 11 Sep 2001 12:42:35 +0200

Hi,

what future do hav Samba for VMS, there is an old Beta Version avaiable
since 1999, is there nobody working on new port of 2.2 or 3.0 ??

Michael Gruth
Deutsche Bvrse Systems AG

Return-Path: <pfeiffer at synopex.de>
Delivered-To: samba at lists.samba.org
Received: from mail.synopex.de (tealc.synopex.de [212.126.196.232]) by
  lists.samba.org (Postfix) with ESMTP id 08EF54E80 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 04:53:51 -0700 (PDT)
Received: from pfeiffer by mail.synopex.de with local (Exim 3.12 #1
  (Debian)) id 15gmAf-0001er-00 for <samba at lists.samba.org>; Tue, 11 Sep
  2001 13:57:41 +0200
To: samba at lists.samba.org
Subject: Samba2.2: hosts accounts
Message-ID: <20010911135741.A6362 at synopex.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: Stephan Pfeiffer <pfeiffer at synopex.de>
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.0.6
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/>
Date: Tue Sep 11 04:54:19 2001
X-Original-Date: Tue, 11 Sep 2001 13:57:41 +0200

Hi samba user,

last month I had successfully installed samba2.2 on suse linux7.2.
Samba is now running as pdc in an windows NT domain. My Problem is the host
account that should be createt in the smbpasswd. If I was successfully join
to the samba domain e.g. services, and I want to rejoin to the domain (i've
been temporary in an other domain), my host account is not carefull running.
To resolve the problem I must delete the host account and create the same one.

Anybody an idea? It is nerved to re-create the host account.



thx for helps...

-- 

STEPHAN PFEIFFER

ICQ: 39844459 (Home)
     39064604 (Work)

http://www.synopex.de/
mailto:info at synopex.de


	***	Linux is like a wigwam...  ***
	no windows, no gates and apache inside!

Return-Path: <denali at sunflower.com>
Delivered-To: samba at lists.samba.org
Received: from cliff.sunflower.com (smtp.sunflower.com [24.124.0.128])
  by lists.samba.org (Postfix) with ESMTP id D704441AB for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 05:13:10 -0700 (PDT)
Received: from mountain2 (dv26m36.lawrence.ks.us [24.124.36.130]) by
  cliff.sunflower.com (8.11.6/8.11.6) with SMTP id f8BCMLh25191 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 07:22:21 -0500
From: "Steve McKnelly" <denali at sunflower.com>
To: <samba at lists.samba.org>
Subject: Ok, I'm confused...
Message-ID: <003001c13abb$aae2f320$82247c18 at mountain2>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
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.0.6
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/>
Date: Tue Sep 11 05:14:02 2001
X-Original-Date: Tue, 11 Sep 2001 07:17:03 -0500

Howdy folks,

    After I added all the machine and user accounts to my Linux system, I
tried to login a Windows 2000 Pro system.  I get a bad or unknown user,
regardless of what user account I use.  When I look at the Samba log, it
shows the following errors:

[2001/09/11 07:06:50, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(672)
  api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO.
[2001/09/11 07:06:50, 0] passdb/smbpass.c:startsmbfilepwent_internal(87)
  startsmbfilepwent_internal: unable to open file /etc/samba/smbpasswd.
Error was Permission denied
[2001/09/11 07:06:50, 0] passdb/smbpass.c:iterate_getsmbpwuid(1240)
  unable to open smb password database.

AFAIK, I've not changed the file mask on smbpasswd (600) and the smb.conf
file points to the right location.  I'm running Samba 2.2.1a on RedHat 7.1,
and I used the precompiled binary from the US Samba website.  My machine is
an Intel x86 based system.

Any ideas?  Thanks in advance!

Regards,
Steve

Return-Path: <Suchun.Wu at bmo.com>
Delivered-To: samba at lists.samba.org
Received: from mx2.bmogc.net (mx2.bmogc.com [198.96.180.69]) by
  lists.samba.org (Postfix) with ESMTP id AB79041AB for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 05:14:01 -0700 (PDT)
Received: from BMTORLNMA019.notes.bmo.com (BMTORLNMA019.notes.bmo.com
  [10.33.1.144]) by mx2.bmogc.net (Switch-2.1.3/Switch-2.1.0) with ESMTP
  id f8BCJEK21740 for <samba at lists.samba.org>; Tue, 11 Sep 2001 08:19:14
  -0400 (EDT)
Subject: problem with samba
To: samba at lists.samba.org
X-Mailer: Lotus Notes Release 5.0.5  September 22, 2000
Message-ID: <OF80F1F883.0AD17110-ON85256AC4.0042C969 at notes.bmo.com>
From: Suchun.Wu at bmo.com
X-MIMETrack: Serialize by Router on BMTORLNMA019/Server/BMO(Release
  5.0.7 |March 21, 2001) at 09/11/2001 08:10:40 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Tue Sep 11 05:15:03 2001
X-Original-Date: Tue, 11 Sep 2001 08:10:34 -0400

Hi,

As first time, I installed samba of 2.2.1a on linux-mandrake 8. I tunned a
bit config file in /usr/local/samba/lib. I runed both smbd and nmbd.
When I run: smbclient -L smbsrv, it gives the following (at Password
prompt, I just typed return key, since I did define any password for root):

INFO: Debug class all level = 10   (pid 24099 from pid 24099)
pm_process() returned Yes
lp_servicenumber: couldn't find homes
added interface ip=172.16.38.90 bcast=172.16.38.255 nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.1a]
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)

Your help will be very appreciated,

Suchun Wu

Return-Path: <christopher.jensen at studentmail.newcastle.edu.au>
Delivered-To: samba at lists.samba.org
Received: from seagoon.newcastle.edu.au (seagoon.newcastle.edu.au
  [134.148.24.3]) by lists.samba.org (Postfix) with ESMTP id 2D9E54F1B
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 05:22:46 -0700 (PDT)
Received: from banerjee (banerjee.newcastle.edu.au [134.148.4.49]) by
  mail.newcastle.edu.au (PMDF V5.2-32 #35875) with ESMTP id
  <0GJH00JPHZWC13 at mail.newcastle.edu.au> for samba at lists.samba.org; Tue,
  11 Sep 2001 22:26:36 +1000 (EST)
Received: from chris (c53h3-asy6.newcastle.edu.au [134.148.10.126]) by
  banerjee.newcastle.edu.au (iPlanet Messaging Server 5.1 (built May  7
  2001)) with SMTP id <0GJH00G29ZWBF4 at banerjee.newcastle.edu.au> for
  samba at lists.samba.org; Tue, 11 Sep 2001 22:26:36 +1000 (EST)
From: Chris Jensen <christopher.jensen at studentmail.newcastle.edu.au>
Subject: unmount hangs when server is unreachable
To: samba at lists.samba.org
Reply-To: Chris Jensen <dr_spirograph at technologist.com>
Message-id: <000a01c13abe$6612f440$0100a8c0 at chris>
MIME-version: 1.0
X-Mailer: Microsoft Outlook Express 5.00.2014.211
Content-type: text/plain; charset=iso-8859-1
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.0.6
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/>
Date: Tue Sep 11 05:23:02 2001
X-Original-Date: Tue, 11 Sep 2001 22:36:36 +1000

Hi,
I'm having problems with samba when I try to unmount shares from a server
that has been shutdown already. This is especially a problem since it can
cause the client to hang during shutdown.
Surely there must be some way to get samba to time out after a period?
Chris Jensen

Return-Path: <trehm at fitnessquest.com>
Delivered-To: samba at samba.org
Received: from hal.firstpath.com (hal.firstpath.com [63.109.13.48]) by
  lists.samba.org (Postfix) with ESMTP id E1AB441AB for
  <samba at samba.org>; Tue, 11 Sep 2001 05:44:39 -0700 (PDT)
Received: from trehm0258 (gate2.fitnessquest.com [63.109.13.2]) by
  hal.firstpath.com (Netscape Messaging Server 4.15) with SMTP id
  GJI0Z800.C23 for <samba at samba.org>; Tue, 11 Sep 2001 08:49:56 -0400 
Message-ID: <002401c13ac0$28f45e80$142aa8c0 at trehm0258>
From: "Tym Rehm" <trehm at fitnessquest.com>
To: <samba at samba.org>
Subject: Linux member server - NT PDC
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 05:45:02 2001
X-Original-Date: Tue, 11 Sep 2001 08:49:13 -0400

I'm trying to make Samba a member server of an NT Domain. From the reading
I've done it here is what I believe I need to do:
'run smbpasswd -r PDC_NAME -j DOMAIN_NAME'
create an account for each user on samba machine

Is this correct? What about using adduser script in smb.conf? Does it work
well? Do I have to run the deleteuser script also?

Return-Path: <wdozierlist at gborocollege.edu>
Delivered-To: samba at samba.org
Received: from gborocollege.edu (calvin.gborocollege.edu
  [192.154.62.152]) by lists.samba.org (Postfix) with ESMTP id 159154F7A
  for <samba at samba.org>; Tue, 11 Sep 2001 05:56:11 -0700 (PDT)
Received: from [192.154.62.2] (account <wdozierlist at gborocollege.edu>)
  by gborocollege.edu (CommuniGate Pro WebUser 3.4.8) with HTTP id
  235619 for <samba at samba.org>; Tue, 11 Sep 2001 08:57:14 -0400
From: "Wayne's List Account" <wdozierlist at gborocollege.edu>
Subject: password chat not working
To: <samba at samba.org>
X-Mailer: CommuniGate Pro Web Mailer v.3.4.8
Message-ID: <web-235619 at gborocollege.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
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.0.6
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/>
Date: Tue Sep 11 05:57:02 2001
X-Original-Date: Tue, 11 Sep 2001 08:57:14 -0400

I am running redhat 7.1 and samba 2.2.1a. 
When I change a user password with passwd username, it does
not update the password in the smbpasswd file.  If I
understand correctly, isn't this the purpose of password
chat.  Am I missing something.  Any help would be greatly
appreciated.  My goal is to be able to add one user to one
file and it automaticaly add the user to both files, and
same with password changing.  Is password chat what I should
be using.  Any suggestions

Thanks 
Wayne
 
Here is an example of my smb.conf file.

   workgroup = somegroup
   netbios name = somename
   server string = Darwin Print Server
   printcap name = /etc/printcap
   load printers = yes
   printing = bsd
   log file = /var/log/samba/log.%m
   max log size = 50
   security = user
   encrypt passwords = yes
   smb passwd file = /etc/samba/smbpasswd
   unix password sync = Yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *New*UNIX*password* %n\n
*ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
   socket options = TCP_NODELAY SO_RCVBUF=8192SO_SNDBUF=8192
   os level = 33
   domain master = yes 
   domain logons = yes
# if you enable domain logons then you may want a
per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat
   dns proxy = no
   
   share modes = no

Return-Path: <root at battleship1.samba.org>
Delivered-To: samba at lists.samba.org
Received: from blueyonder.co.uk (pcow024o.blueyonder.co.uk
  [195.188.53.126]) by lists.samba.org (Postfix) with ESMTP id CDB71429F
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 06:23:12 -0700 (PDT)
Received: from battleship1 ([62.31.241.145]) by blueyonder.co.uk  with
  Microsoft SMTPSVC(5.5.1877.687.68); Tue, 11 Sep 2001 14:27:19 +0100
Content-Type: text/plain; charset="iso-8859-1"
From: root <webdesigndept at blueyonder.co.uk>
Reply-To: webdesigndept at blueyonder.co.uk
To: samba at lists.samba.org
Subject: Re: samba 2.2.1a
X-Mailer: KMail [version 1.2]
References: <3EF10BAF5211D5119BEE00805F575D192BB29B at IBMS01>
In-Reply-To: <3EF10BAF5211D5119BEE00805F575D192BB29B at IBMS01>
MIME-Version: 1.0
Message-Id: <01091114242800.01150 at battleship1>
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.0.6
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/>
Date: Tue Sep 11 06:24:03 2001
X-Original-Date: Tue, 11 Sep 2001 14:24:28 +0100

Thankyou that works too.

On Monday 10 September 2001  6:48 pm, you wrote:
> Have you added 127. to etc/hosts.allow?
>
> Glenn
>
>
> -----Original Message-----
> From: root [mailto:webdesigndept at blueyonder.co.uk]
> Sent: Monday, September 10, 2001 1:11 PM
> To: samba at lists.samba.org
> Subject: Re: samba 2.2.1a
>
>
> Thanks, that works now.
>
> However, when I run smbclient it reports:
> error connecting to 127.0.0.1:139 (Connection refused)
>
> Any ideas?
>
> Gloria
>
> On Monday 10 September 2001  1:11 am, you wrote:
> > 2.2.1a installs the commands in /usr/local/samba/bin.
> > Likely, this is not in your path. cd /usr/local/samba/bin and run them
> > like
> > this:
> > ./nmblookup
> > ./testparm
> > etc....
> >
> > Or, move them to a directory in your path
> > like /usr/bin
> > Joel
> > P.S. Very bad to read mail as root!
> >
> > On Mon, Sep 10, 2001 at 12:03:58AM +0100, root wrote:
> > > I can't get any of the commands
> > > e.g. nmblookup, testparm etc to work.
> > >
> > > Gloria
> > > --
> > > To unsubscribe from this list go to the following URL and read the
> > > instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <aka at ispras.ru>
Delivered-To: samba at lists.samba.org
Received: from pluton.ispras.ru (pluton.ispras.ru [194.186.94.6]) by
  lists.samba.org (Postfix) with SMTP id C81824263 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 06:31:55 -0700 (PDT)
Received: (qmail 6018 invoked from network); 11 Sep 2001 13:31:43 -0000
Received: from unknown (HELO gate.ispras.ru) (194.67.37.200) by
  pluton.ispras.ru with SMTP; 11 Sep 2001 13:31:43 -0000
Received: from hotabich.ispras.ru (hotabich.ispras.ru [194.67.37.246])
  by gate.ispras.ru (8.11.2/8.11.1) with ESMTP id f8BDa1s05272 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 17:36:01 +0400 (MSK)
Received: from altius (altius.ispras.ru [194.67.37.78]) by
  hotabich.ispras.ru (Postfix) with SMTP id 4D7A21C01A for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 17:33:35 +0400 (MSD)
From: "Andrey Karaulov" <aka at ispras.ru>
To: <samba at lists.samba.org>
Message-ID: <PBEDIELBNMCMFGMCPLAPIENFCAAA.aka at ispras.ru>
MIME-Version: 1.0
Content-Type: text/plain; charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Subject: (no subject)
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.0.6
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/>
Date: Tue Sep 11 06:33:08 2001
X-Original-Date: Tue, 11 Sep 2001 17:38:53 +0400

Hi!

I have following:

tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree
cot.)

What is this? And how can I fix it?

Thank you.

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 41E3D454D for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 06:51:26 -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.5/8.11.5) with ESMTP id
  f8BDtHj02183; Tue, 11 Sep 2001 15:55:17 +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 PAA20618; Tue, 11
  Sep 2001 15:54:34 +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 PAA21600; Tue, 11 Sep
  2001 15:55:20 +0200
From: "Christian Barth" <barth at cck.uni-kl.de>
To: <samba at lists.samba.org>, "Daniel Tan" <danieltan at shopnsave.com.sg>
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
Subject: Re: Error encountered installing samba
Message-ID: <3B9E33DE.23396.1B86428 at localhost>
Priority: normal
In-reply-to: <005b01c13aa2$f09fc500$3900a8c0 at Daniel>
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.0.6
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/>
Date: Tue Sep 11 06:52:07 2001
X-Original-Date: Tue, 11 Sep 2001 15:55:10 +0200

> Hi all,
>         i am new to samba and encounter my first error trying to run the =
> ./configure command. Any kind souls out there know how to define this =
> message?
> 
> this is what i encounter
> 
> # ./configure
> loading cache ./config.cache
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> #
You need y c-compailer on your machine to compile samba bevor you can 
install it. 
--> Install a c-compailer
--> if you have one installed, check your $PATH enviroment variable 
    to be sure it is in the path
--> get one of the compailed versions of samba avaiable for certian
    OS

Christian



> 
> Daniel Tan
> 7469188 Ext.652
> MIS Department
> Shop N Save Pte Ltd
> 
> [demime 0.98b removed an attachment of type image/gif which had a name of Gradient Lime Sidebar.gif]
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba
> 


               _(_)_                          wWWWw   _
   @@@@       (_)@(_)   vVVVv     _     @@@@  (___) _(_)_
  @@()@@ wWWWw  (_)\    (___)   _(_)_  @@()@@   Y  (_)@(_)
   @@@@  (___)     `|/    Y    (_)@(_)  @@@@   \|/   (_)\
    /      Y       \|    \|/    /(_)    \|      |/      |
 \ |     \ |/       | / \ | /  \|/       |/    \|      \|/
jgs|//   \\|///  \\\|//\\\|/// \|///  \\\|//  \\|//  \\\|// 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Return-Path: <Chris_Blessing at elementk.com>
Delivered-To: samba at lists.samba.org
Received: from zdefwall-ext.elementk.com (zdefwall.elementk.com
  [63.162.15.250]) by lists.samba.org (Postfix) with SMTP id F38CC4238
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 07:42:51 -0700 (PDT)
Received: from no.name.available by zdefwall-ext.elementk.com via smtpd
  (for samba.sourceforge.net [198.186.203.85]) with SMTP; 11 Sep 2001
  14:41:54 UT
Subject: what an unbelievable tragedy
To: samba at lists.samba.org
X-Mailer: Lotus Notes Release 5.0.5  September 22, 2000
Message-ID: <OF38062BD1.3B5DC86E-ON85256AC4.005101EE at elementk.com>
From: Chris_Blessing at elementk.com
X-MIMETrack: Serialize by Router on CANADICE/Element K(Release 5.0.8
  |June 18, 2001) at 09/11/2001 10:46:26 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Tue Sep 11 07:43:02 2001
X-Original-Date: Tue, 11 Sep 2001 10:46:24 -0400

I know this is completely O/T but I think we should all take a moment to
think about what has just occured.  I cannot believe it.  My heart goes out
to those in the city and those with family and friends in the city.

Chris Blessing
Web Developer - Element K Journals, LLC
chris_blessing at elementk.com | 716.350.1281
http://www.elementkjournals.com

Return-Path: <barryc at rjlsystems.com>
Delivered-To: samba at lists.samba.org
Received: from rjlsystems.com (rjlsystems.com [209.125.213.150]) by
  lists.samba.org (Postfix) with ESMTP id 734284252 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 07:48:14 -0700 (PDT)
Received: from bia.rjlsystems.com (bia.rjlsystems.com [209.125.213.194])
  by rjlsystems.com (8.11.4/8.11.4) with SMTP id f8BElm504136; Tue, 11
  Sep 2001 10:47:48 -0400 (EDT)
Message-Id: <200109111447.f8BElm504136 at rjlsystems.com>
From: Barry Callahan <barryc at rjlsystems.com>
Reply-To: Barry Callahan <barryc at rjlsystems.com>
Subject: (Off-Topic) Terrorism in the USA
To: barryc at rjlsystems.com, samba at lists.samba.org, lart at lart.tudelft.nl
MIME-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: gbpAl38ecBER3c6xt2mguA==
X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.5 SunOS 5.7 sun4u sparc 
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.0.6
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/>
Date: Tue Sep 11 07:49:02 2001
X-Original-Date: Tue, 11 Sep 2001 10:51:53 -0400 (EDT)

Two hijacked American Airlines planes have crashed into the New York City World 
trade center an hour and a half ago.  One plane hit each of the two towers, 
which have now both collapsed according to the radio broadcast I'm listening to. 
 I believe it's originally an ABC news broadcast.

One plane had 90 passengers and crew, the other had 60, and both were flying out 
of Boston, Mass. to the west coast.  "Thousands" of people were in the towers at 
the time.  Most were evacuated in the time between the crashes and when the 
towers collapsed.  I haven't heard any estimates of casualties on the ground or 
in the towers. 

Also, another aircraft crashed into the Pentagon.

And they've just received reports of "a large plane" crashing in western 
Pennsylvania.  And "one or two" more aircraft have possibly been hijacked and 
are "missing," according to the FAA.

The FAA has grounded all civilian aircraft in the country.

You can see MSNBC's story (inc. 2 movies of the Trade Center crashes) at:

http://www.msnbc.com/news/627028.asp

Return-Path: <gustavo.michels at emersonenergy.com>
Delivered-To: samba at lists.samba.org
Received: from ukproxy1.emrsn.co.uk (smtpmail.emrsn.co.uk
  [194.202.166.141]) by lists.samba.org (Postfix) with ESMTP id
  9008544A5 for <samba at lists.samba.org>; Tue, 11 Sep 2001 07:58:11 -0700
  (PDT)
Received: from viruswall1.emrsn.co.uk (viruswall1.emrsn.co.uk
  [129.254.5.225] (may be forged)) by ukproxy1.emrsn.co.uk (8.9.3/8.9.3)
  with SMTP id OAA07977 for <samba at lists.samba.org>; Tue, 11 Sep 2001
  14:33:22 +0200
Received: from 129.254.5.5 by viruswall1.emrsn.co.uk (InterScan E-Mail
  VirusWall NT); Tue, 11 Sep 2001 16:00:10 +0100 (GMT Daylight Time)
Received: from mxsemeacn2.emrsn.co.uk (mxsemeacn2.emrsn.co.uk
  [129.254.5.203]) by etsdns2.emrsn.co.uk (8.9.3/8.9.3) with ESMTP id
  QAA14358 for <samba at lists.samba.org>; Tue, 11 Sep 2001 16:01:23 GMT
Received: by MXSEMEACN2 with Internet Mail Service (5.5.2653.19) id
  <RBSXPJLY>; Tue, 11 Sep 2001 16:02:45 +0100
Message-ID: <7F0147C496F3D411813C0002B32BF1CC0125A769 at eesekkex001.kkekan
  t.ericsson.se>
From: "Michels, Gustavo [EES/BR]" <gustavo.michels at emersonenergy.com>
To: samba at lists.samba.org
Subject: Advice on filesystem to use
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 07:59:02 2001
X-Original-Date: Tue, 11 Sep 2001 15:58:41 +0100

Hi all!

I come to you looking for some advice from more experienced users than me.
We are going to replace our NT4 fileserver and jump to Samba for better
performance - and cost :).

My main doubt remains on which filesystem type should I use. So, I ask you
which one you think is better for my scenario. The working options I have
here, on my RedHat 7.1:

- ext2 filesystem, default RH kernel (2.4.3-2)
- xfs 1.0.1, patched 2.4.3 SGI_XFS kernel
- reiserfs, 2.4.8 kernel

The filesystem is going to be on 4 10k rpm scsi disks, using hardware raid
5. This fileserver will serve about 80 users. Note: it will also be a print
server for 10-15 jetdirect printers.

Thanks for any advice.

Cheers
Gustavo

Return-Path: <MHooper at MeshNetworks.com>
Delivered-To: samba at lists.samba.org
Received: from meshpdc.meshnetworks.com (unknown [205.245.27.196]) by
  lists.samba.org (Postfix) with ESMTP id D0C3A410D for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 08:52:42 -0700 (PDT)
Received: by meshpdc.meshnetworks.com with Internet Mail Service
  (5.5.2653.19) id <S330CS1P>; Tue, 11 Sep 2001 11:56:35 -0400
Message-ID: <0DF9FBC42474A24CA50F7A27FB08E048371EBF at meshpdc.meshnetworks
  .com>
From: Mack Hooper <MHooper at MeshNetworks.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: RE: what an unbelievable tragedy
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 08:53:03 2001
X-Original-Date: Tue, 11 Sep 2001 11:56:32 -0400

I apologize for continuing this offtopic thread, but thought everyone would
appreciate some good sources of info:

www.wbur.org - has a streaming audio feed, been updating their web pages
frequently

www.marketwatch.org - has streaming video, still works

cnn.com and msnbc have been about useless this morning.

I'm down here in Florida.  A coworker was speaking with her relative at home
and he said 12 F16s flew overhead, probably headed to Sarasota where the
president was.

My thoughts and prayers are with all those affected by this.

Mack Hooper


-----Original Message-----
From: Chris_Blessing at elementk.com [mailto:Chris_Blessing at elementk.com]
Sent: Tuesday, September 11, 2001 10:46 AM
To: samba at lists.samba.org
Subject: what an unbelievable tragedy


I know this is completely O/T but I think we should all take a moment to
think about what has just occured.  I cannot believe it.  My heart goes out
to those in the city and those with family and friends in the city.

Chris Blessing
Web Developer - Element K Journals, LLC
chris_blessing at elementk.com | 716.350.1281
http://www.elementkjournals.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
****************************************************************************
This e-mail is intended only for the addressee named above and may contain
confidential, proprietary or privileged information. If you are not the
named addressee or the person responsible for delivering the message to the
named addressee, please inform us promptly by reply e-mail, then delete the
e-mail and destroy any printed copy. The contents should not be disclosed to
anyone and no copies should be made. We take reasonable precautions to
ensure that our emails are virus free. However we accept no responsibility
for any virus transmitted by us and recommend that you subject any incoming
e-mail to your own virus checking procedures. 

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 9B0954129 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 09:05:13 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id KAA71315 for <samba at lists.samba.org>; Tue,
  11 Sep 2001 10:09:06 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <00e401c13adc$d4738080$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <PBEDIELBNMCMFGMCPLAPIENFCAAA.aka at ispras.ru>
Subject: Re: (no subject)
MIME-Version: 1.0
Content-Type: text/plain; charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 09:06:03 2001
X-Original-Date: Tue, 11 Sep 2001 10:14:27 -0600

Looks like a password missmatch; do you have encrypted passwords enabled?

Need more info! :-)

# Nathan


----- Original Message ----- 
From: "Andrey Karaulov" <aka at ispras.ru>
To: <samba at lists.samba.org>
Sent: Tuesday, September 11, 2001 7:38 AM
Subject: (no subject)


Hi!

I have following:

tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree
cot.)

What is this? And how can I fix it?

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

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from sva.slu.edu (avb.slu.edu [165.134.36.3]) by
  lists.samba.org (Postfix) with ESMTP id 89FC94545; Tue, 11 Sep 2001
  09:23:44 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K87J5LS30C93597M at SLU.EDU>; Tue, 11 Sep 2001
  11:23:46 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: machine account question
To: samba at lists.samba.org, samba-ntdom at lists.samba.org
Message-id: <3B9E3BAE.A84DE31E at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
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.0.6
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/>
Date: Tue Sep 11 09:26:26 2001
X-Original-Date: Tue, 11 Sep 2001 11:28:30 -0500

All,
    I feel very sad asking this question given the state we are
in....how do you check to see if the machine account you just added (
smbpasswd -m netbios name$) works? Also, I have come across some info
that you have to set up a linux account that has the same rights as a NT
admin account, is this true? If so,  what rights do you have to give? I
have searched the list archives and have come across conflicting info,
so I thought I would see what the gurus think.

Sad in St. Louis,

Tony

--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"

Return-Path: <davecb at canada.sun.com>
Delivered-To: samba at lists.samba.org
Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by
  lists.samba.org (Postfix) with ESMTP id 164284262 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 09:40:44 -0700 (PDT)
Received: from canadamail1.Canada.Sun.COM ([129.155.5.100]) by
  patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id KAA19208; Tue, 11 Sep
  2001 10:44:31 -0600 (MDT)
Received: from opcom-mail.canada.sun.com (scot.Canada.Sun.COM
  [129.155.8.107]) by canadamail1.Canada.Sun.COM
  (8.9.3+Sun/8.9.3/ENSMAIL,v2.1p1) with ESMTP id MAA29664; Tue, 11 Sep
  2001 12:44:30 -0400 (EDT)
Received: from canada.sun.com (elsbeth [129.155.8.39]) by
  opcom-mail.canada.sun.com (8.9.1b+Sun/8.9.1) with ESMTP id MAA17958;
  Tue, 11 Sep 2001 12:44:07 -0400 (EDT)
Message-ID: <3B9E3F0A.9CD97B9D at canada.sun.com>
From: David Collier-Brown <davecb at canada.sun.com>
Reply-To: David.Collier-Brown at Sun.COM
Organization: Priv ate Person
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: Karyn Joseph <josephk at std.teradyne.com>, samba at lists.samba.org
Subject: Re: DNS resolution issues
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.0.6
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/>
Date: Tue Sep 11 09:41:03 2001
X-Original-Date: Tue, 11 Sep 2001 12:42:50 -0400

  Short note: your issue may well be with WINS:  You said...

When the person tries to connect to server number one in
NT by connecting to \\server1name\share, they are prompted
for their username repeatedly.  But if they try to connect
to the IP address, the fully qualified Internet name, or
the other server they get a connection no problem.

Sounds like dns lookup to ip address works ok, but netbios name
to ip address is failing...

--dave (distracted) c-b
-- 
David Collier-Brown,           | Always do right. This will gratify 
Americas Customer Engineering, | some people and astonish the rest.
SunPS Integration Services.    |                      -- Mark Twain
(905) 415-2849                 | davecb at canada.sun.com

Return-Path: <herb at sgi.com>
Delivered-To: samba at samba.org
Received: from rj.sgi.com (rj.sgi.com [204.94.215.100]) by
  lists.samba.org (Postfix) with ESMTP id 204E242EE for
  <samba at samba.org>; Tue, 11 Sep 2001 09:53:24 -0700 (PDT)
Received: from cthulhu.engr.sgi.com (cthulhu.engr.sgi.com [192.26.80.2])
  by rj.sgi.com (8.11.4/8.11.4/linux-outbound_gateway-1.0) with ESMTP id
  f8BGvH525729; Tue, 11 Sep 2001 09:57:17 -0700
Received: from chomps.engr.sgi.com (chomps.engr.sgi.com [163.154.5.152])
  by cthulhu.engr.sgi.com (SGI-8.9.3/8.9.3) with ESMTP id JAA50374; Tue,
  11 Sep 2001 09:57:15 -0700 (PDT)
Received: from sgi.com (chomps.engr.sgi.com [163.154.5.152]) by
  chomps.engr.sgi.com (SGI-8.9.3/8.9.3) with ESMTP id JAA13577; Tue, 11
  Sep 2001 09:57:15 -0700 (PDT)
Message-ID: <3B9E426A.C9045CF6 at sgi.com>
From: Herb Lewis <herb at sgi.com>
Organization: Silicon Graphics Inc.
X-Mailer: Mozilla 4.77C-SGI [en] (X11; I; IRIX 6.5 IP22)
X-Accept-Language: en
MIME-Version: 1.0
To: Samba Mailing List <samba at samba.org>, Eduado Silva
  <jesilva at limsa.com.mx>
Subject: [Fwd: Problem with SCO]
Content-Type: text/plain; charset=iso-8859-1
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.0.6
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/>
Date: Tue Sep 11 09:54:02 2001
X-Original-Date: Tue, 11 Sep 2001 09:57:14 -0700

I don't use SCO. This would be better asked on the samba mailing list

-------- Original Message --------
Subject: Problem with SCO
   Date: Mon, 10 Sep 2001 20:05:17 -0500
   From: Eduado Silva <jesilva at limsa.com.mx>
     To: herb at sgi.com

Hi :

I have a problem with this instalation i hope you can help me , i'm work
with unix SCO 5.04 and i can't print in my shares printers exaple i have
one in my pc the name SCO, and i share in swat, but don't print any

This is ma smb.conf

# Samba config file created using SWAT
# from jesilva (192.1.1.37)
# Date: 2001/09/10 19:58:22

# Global parameters
[global]
server string = LIMSA3
security = SHARE
encrypt passwords = Yes
update encrypted = Yes
log file = /usr/local/samba/log.%m
printcap name = /etc/printcap
hosts allow = 192.1.1.
printing = bsd

[homes]
comment = Home Directories
read only = No
create mask = 0750
browseable = No

[printers]
comment = All Printers
path = /usr/local/samba/printer
read only = No
create mask = 0777
guest ok = Yes
printable = Yes
print command = lp -d%p %s
browseable = No

[tmp]
comment = Temporary file space
path = /tmp
guest ok = Yes

[htdocs]
path = /usr/internet/ns_httpd/httpd-80/htdocs/
read only = No
guest ok = Yes

[ventas]
path = /usr/acct/ventas/
read only = No
guest ok = Yes

[pos]
path = /usr/acct/pos/
read only = No
guest ok = Yes

[sco]
path = /usr/local/samba/
guest ok = Yes
printable = Yes
printer name = sco
printer driver = "HP DeskJet 600 (Color)"
printer driver location = //jesilva/sco

[jesilva]
path = /usr/acct/admon
guest ok = Yes

[acct]
path = /usr/acct/
guest ok = Yes


@@@@@@@@@@@
Jesus Eduardo Silva R.
Manager System of LIMS@
Girant Systhme du LIMS@
Aguascalientes, Ags. Mexico.
Tel : (52)(4)(9-78-32-07) ext. 127
E-mail jesilva at limsa.com.mx
E-mail General : limsa at infosel.net.mx
Home Page : http://www.limsa.com.mx
E-mail Express : 23306097 at pager.mirabilis.com
Comunication Center : http://wwp.icq.com/23306097
e-Fax : 1(651) 319-4135   PIN   5818
######################

Return-Path: <god at teamlog.fr>
Delivered-To: samba at lists.samba.org
Received: from me-ml2.teamlog.fr (me-ml2.teamlog.fr [194.2.68.40]) by
  lists.samba.org (Postfix) with ESMTP id ACF6D448B; Tue, 11 Sep 2001
  09:56:58 -0700 (PDT)
Received: from aletschorn (me-fw1.teamlog.fr [194.2.68.39]) by
  me-ml2.teamlog.fr (8.9.3/8.9.3) with SMTP id SAA11392; Tue, 11 Sep
  2001 18:59:59 +0200
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
Subject: RE: machine account question
Message-ID: <NFBBJDKKFKKGHPPAIPFGCEIMCHAA.god at teamlog.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <3B9E3BAE.A84DE31E at slu.edu>
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.0.6
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/>
Date: Tue Sep 11 09:58:12 2001
X-Original-Date: Tue, 11 Sep 2001 19:01:23 +0100

Hi Tony,

>All,
>    I feel very sad asking this question given the state we are
>in....

The world won't stop...

>how do you check to see if the machine account you just added (
>smbpasswd -m netbios name$) works?

First: to add a machine account you have to edit your /etc/passwd and add
the following line :

machine_name$:x:UID:GID:Comment:/dev/null!/bin/false (<-- no password,no
home, no shell for security)

Then you run /usr/local/samba/bin/smbpasswd -a -m machine_name (<-- to add a
machine account in the /usr/local/samba/private/smbpasswd)

To finish you join your machine to the domain.

>Also, I have come across some info
>that you have to set up a linux account that has the same rights as a NT
>admin account, is this true?
> If so,  what rights do you have to give? I
>have searched the list archives and have come across conflicting info,
>so I thought I would see what the gurus think.

If you want, very easy.
Edit your /usr/local/samba/lib/smb.conf
Add to [global]
domain admin group	=
@a_group_created_in_linux_where_you_put_admins_for_the_domain (don't forget
trhe @)

Hope it will help

>Sad in St. Louis,

And the beast shall come forth surrounded by a roilling cloud of vengeance.
The house of the unbelievers shall be razed and they shall be scorched to
the earth. Their tags shall blink until the end of days. From the book of
Mozilla 12:10

lol here

>Tony

J.Charles

--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <HStone at sitix.com>
Delivered-To: samba at samba.org
Received: from ns1.sitix.com (ns1.sitix.com [199.0.177.11]) by
  lists.samba.org (Postfix) with ESMTP id 8310B40C6 for
  <samba at samba.org>; Tue, 11 Sep 2001 10:39:26 -0700 (PDT)
Received: from ssafinterscan.sitix.com (ssafinterscan.sitix.com
  [172.16.20.9]) by ns1.sitix.com (Build 98 8.9.3/NT-8.9.3) with SMTP id
  KAA05197 for <samba at samba.org>; Tue, 11 Sep 2001 10:45:58 -0700
Received: from 172.16.20.7 by ssafinterscan.sitix.com (InterScan E-Mail
  VirusWall NT); Tue, 11 Sep 2001 10:43:10 -0700 (Pacific Daylight Time)
Received: from ssafinterscan.sitix.com ([172.16.20.9]) by
  exchange.sitix.com with SMTP (Microsoft Exchange Internet Mail Service
  Version 5.5.2650.21) id SMPTK75H; Tue, 11 Sep 2001 10:39:41 -0700
Received: from 172.16.72.15 by ssafinterscan.sitix.com (InterScan E-Mail
  VirusWall NT); Tue, 11 Sep 2001 10:43:10 -0700 (Pacific Daylight Time)
Received: by NTCONN01 with Internet Mail Service (5.5.2653.19) id
  <SMV8LCQY>; Tue, 11 Sep 2001 10:43:12 -0700
Message-ID: <C595B6AAD643D51198A70002B315180B2F3BF0 at ntexch01.nt.ssp.siti
  x.com>
From: "Stone, Harry" <HStone at sitix.com>
To: "'samba at samba.org'" <samba at samba.org>
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Subject: (no subject)
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.0.6
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/>
Date: Tue Sep 11 10:40:03 2001
X-Original-Date: Tue, 11 Sep 2001 10:43:09 -0700


Return-Path: <jesilva at limsa.com.mx>
Delivered-To: samba at samba.org
Received: from linux.ags.com.mx (agcs114.terra.net.mx [200.36.134.114])
  by lists.samba.org (Postfix) with SMTP id BC37D45A1 for
  <samba at samba.org>; Tue, 11 Sep 2001 11:05:31 -0700 (PDT)
Received: (qmail 10082 invoked from network); 11 Sep 2001 18:05:51 -0000
Received: from amleon61.terra.net.mx (HELO lanModem.limsa.com.mx)
  (200.4.126.125) by 0 with SMTP; 11 Sep 2001 18:05:51 -0000
Message-Id: <5.1.0.14.0.20010911130535.00a1c3b0 at limsa.com.mx>
X-Sender: jesilva at limsa.com.mx
X-Mailer: QUALCOMM Windows Eudora Version 5.1
To: samba at samba.org
From: Eduado Silva <jesilva at limsa.com.mx>
Subject: Samba2.2.1
Mime-Version: 1.0
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.0.6
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/>
Date: Tue Sep 11 11:06:02 2001
X-Original-Date: Tue, 11 Sep 2001 13:07:50 -0500

Hi:

I install samba 2.2.1 for SCO and i can't print with my share printers, i
send you myt scrip and I hope you can helpme

# Samba config file created using SWAT
# from jesilva (192.1.1.37)
# Date: 2001/09/11 13:04:07

# Global parameters
[global]
         server string = LIMSA3
         security = SHARE
         encrypt passwords = Yes
         update encrypted = Yes
         log file = /usr/local/samba/log.%m
         printcap name = /etc/printcap
         hosts allow = 192.1.1.
         printing = bsd

[homes]
         comment = Home Directories
         read only = No
         create mask = 0750
         browseable = No

[printers]
         comment = All Printers
         path = /usr/local/samba/printer
         read only = No
         create mask = 0777
         guest ok = Yes
         printable = Yes
         print command = lp -d%p %s
         browseable = No

[tmp]
         comment = Temporary file space
         path = /tmp
         guest ok = Yes

[htdocs]
         path = /usr/internet/ns_httpd/httpd-80/htdocs/
         read only = No
         guest ok = Yes

[ventas]
         path = /usr/acct/ventas/
         read only = No
         guest ok = Yes

[pos]
         path = /usr/acct/pos/
         read only = No
         guest ok = Yes

[sco]
         path = /usr/local/samba/
         guest ok = Yes
         printable = Yes
         printer name = sco
         printer driver = "HP DeskJet 600 (Color)"
         printer driver location = //jesilva/sco

[jesilva]
         path = /usr/acct/admon
         guest ok = Yes

[acct]
         path = /usr/acct/
         guest ok = Yes


@@@@@@@@@@@
Jesus Eduardo Silva R.
Manager System of LIMS@
Girant Systhme du LIMS@
Aguascalientes, Ags. Mexico.
Tel : (52)(4)(9-78-32-07) ext. 127
E-mail jesilva at limsa.com.mx
E-mail General : limsa at infosel.net.mx
Home Page : http://www.limsa.com.mx
E-mail Express : 23306097 at pager.mirabilis.com
Comunication Center : http://wwp.icq.com/23306097
e-Fax : 1(651) 319-4135   PIN   5818
######################

Return-Path: <ross at a-q.co.uk>
Delivered-To: samba at lists.samba.org
Received: from kjerring.a-q.co.uk (kjerring.a-q.co.uk [195.224.50.12])
  by lists.samba.org (Postfix) with ESMTP id 6962D45C8; Tue, 11 Sep 2001
  11:14:10 -0700 (PDT)
Received: from thinkpad (pc1-east2-0-cust193.ren.cable.ntl.com
  [62.255.160.193]) by kjerring.a-q.co.uk (8.9.3/8.9.3) with SMTP id
  TAA03135; Tue, 11 Sep 2001 19:16:01 +0100
Message-ID: <01b801c13a23$975ac820$4000a8c0 at thinkpad>
From: "Ross McKillop" <ross at a-q.co.uk>
To: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
References: <NFBBJDKKFKKGHPPAIPFGCEIMCHAA.god at teamlog.fr>
Subject: The World Wont Stop  [Was Re: machine account question]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
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.0.6
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/>
Date: Tue Sep 11 11:15:20 2001
X-Original-Date: Mon, 10 Sep 2001 19:04:20 +0100

I know this is off topic but i got this from CoffeeCup (so i'm on their
mailing list - but for once i dont care) and i think it sums up everyones
feelings perfectly, before i continue with that eMail I would like to
express my heartfelt sympathy for all of those in the United States (the
majority of this list i understand) and in particular friends, family and
collegues of those who worked in the World Trade Center buildings or who
were unfortunate enough to be travelling on those ill-fated flights this
morning. , what you are experiencing is something we can only barely begin
to understand.

Yours,
Ross McKillop

========================================
Hello everyone,

This is Nicholas Longo, the CEO of CoffeeCup Software.
As you may have heard the World Trade Center and Pentagon
were attacked about 45 minutes ago.

The Team at CoffeeCup would like to send our heart felt
sorrow to those that perished in these attacks.

We would like to also say on record that if any country
is found responsible for these attacks, we call for that
country's complete destruction and annihilation.

Do not let terrorism which is designed to create fear
and stop production, halt your life or work.

Stay focused and do not stop what you are doing.

-May God bless us all and the decisions we must make.
========================================




----- Original Message -----
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
Sent: Tuesday, September 11, 2001 7:01 PM
Subject: RE: machine account question


> Hi Tony,
>
> >All,
> >    I feel very sad asking this question given the state we are
> >in....
>
> The world won't stop...

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 2691740C6 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 11:28:46 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id MAA12003 for <samba at lists.samba.org>; Tue,
  11 Sep 2001 12:32:34 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <01c101c13af0$df5de800$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <NFBBJDKKFKKGHPPAIPFGCEIMCHAA.god at teamlog.fr>
  <01b801c13a23$975ac820$4000a8c0 at thinkpad>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 11:29:02 2001
X-Original-Date: Tue, 11 Sep 2001 12:37:55 -0600

The complete annihilation of a country is a rather idiotic stance to take, especially on record,
don't you think?

Everyone agrees that condolences are quite definitely in order, myself whole-heartedly included, but
the naive instinct of destroying a country of innocent people (99.999%) to bring 'justice' to a
handful will solve anything except perhaps bringing us down to that level (I hate your country, I
will kill your people vs. we hate your people, kiss your country good- bye) is ludicrous, IMHO.

I sincerely hope we will rise above this, and spend our time making sure this never happens again.

# Nathan

----- Original Message -----
From: "Ross McKillop" <ross at a-q.co.uk>
To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
Sent: Monday, September 10, 2001 12:04 PM
Subject: The World Wont Stop [Was Re: machine account question]


I know this is off topic but i got this from CoffeeCup (so i'm on their
mailing list - but for once i dont care) and i think it sums up everyones
feelings perfectly, before i continue with that eMail I would like to
express my heartfelt sympathy for all of those in the United States (the
majority of this list i understand) and in particular friends, family and
collegues of those who worked in the World Trade Center buildings or who
were unfortunate enough to be travelling on those ill-fated flights this
morning. , what you are experiencing is something we can only barely begin
to understand.

Yours,
Ross McKillop

========================================
Hello everyone,

This is Nicholas Longo, the CEO of CoffeeCup Software.
As you may have heard the World Trade Center and Pentagon
were attacked about 45 minutes ago.

The Team at CoffeeCup would like to send our heart felt
sorrow to those that perished in these attacks.

We would like to also say on record that if any country
is found responsible for these attacks, we call for that
country's complete destruction and annihilation.

Do not let terrorism which is designed to create fear
and stop production, halt your life or work.

Stay focused and do not stop what you are doing.

-May God bless us all and the decisions we must make.
========================================




----- Original Message -----
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
Sent: Tuesday, September 11, 2001 7:01 PM
Subject: RE: machine account question


> Hi Tony,
>
> >All,
> >    I feel very sad asking this question given the state we are
> >in....
>
> The world won't stop...
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <vorlon at netexpress.net>
Delivered-To: samba at lists.samba.org
Received: from tennyson.netexpress.net (tennyson.netexpress.net
  [64.22.192.12]) by lists.samba.org (Postfix) with ESMTP id D2A7E4724;
  Tue, 11 Sep 2001 11:41:29 -0700 (PDT)
Received: from localhost (vorlon at localhost) by tennyson.netexpress.net
  (8.9.3/8.9.3) with ESMTP id NAA12201; Tue, 11 Sep 2001 13:45:09 -0500
X-Authentication-Warning: tennyson.netexpress.net: vorlon owned process
  doing -bs
From: Steve Langasek <vorlon at netexpress.net>
To: Ross McKillop <ross at a-q.co.uk>
Cc: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
In-Reply-To: <01b801c13a23$975ac820$4000a8c0 at thinkpad>
Message-ID: <Pine.LNX.4.30.0109111323430.11473-100000 at tennyson.netexpres
  s.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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.0.6
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/>
Date: Tue Sep 11 11:42:16 2001
X-Original-Date: Tue, 11 Sep 2001 13:45:09 -0500 (CDT)

On Mon, 10 Sep 2001, Ross McKillop wrote:

> ========================================

> We would like to also say on record that if any country
> is found responsible for these attacks, we call for that
> country's complete destruction and annihilation.

A sentiment which has much in common with the attitudes of terrorists who
would orchestrate such an attack.  Let us not be so hasty to exact vengeance
that we forget that ours are not the only countries called home by innocent
civilians.

The suicide hijackings today are a great tragedy.  It would be an even greater
tragedy if the Western world learns nothing from this except how to act in
kind.


Steve Langasek
postmodern programmer

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 8DA7D475B for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 11:42:56 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id MAA15546; Tue, 11 Sep 2001 12:46:28 -0600
  (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <020801c13af2$d0258120$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: <Suchun.Wu at bmo.com>, "Samba" <samba at lists.samba.org>
References: <OF80F1F883.0AD17110-ON85256AC4.0042C969 at notes.bmo.com>
Subject: Re: problem with samba
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 11:43:02 2001
X-Original-Date: Tue, 11 Sep 2001 12:51:48 -0600

Suchun,

Have you created an account in smbpasswd for root yet?

If not, run
# smbpasswd -a root
(without the hash mark) and enter either no password or make one up, this will add you to the user
list. There may also be a problem with your smb.conf file.

Hope that helps!

# Nathan

----- Original Message -----
From: <Suchun.Wu at bmo.com>
To: <samba at lists.samba.org>
Sent: Tuesday, September 11, 2001 6:10 AM
Subject: problem with samba


Hi,

As first time, I installed samba of 2.2.1a on linux-mandrake 8. I tunned a
bit config file in /usr/local/samba/lib. I runed both smbd and nmbd.
When I run: smbclient -L smbsrv, it gives the following (at Password
prompt, I just typed return key, since I did define any password for root):

INFO: Debug class all level = 10   (pid 24099 from pid 24099)
pm_process() returned Yes
lp_servicenumber: couldn't find homes
added interface ip=172.16.38.90 bcast=172.16.38.255 nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[MYGROUP] OS=[Unix] Server=[Samba 2.2.1a]
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)

Your help will be very appreciated,

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

Return-Path: <bobd at saintjoe.edu>
Delivered-To: samba at lists.samba.org
Received: from a.saintjoe.edu (a.saintjoe.edu [131.93.0.50]) by
  lists.samba.org (Postfix) with ESMTP id 413E0471B for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 11:43:59 -0700 (PDT)
Received: from saintjoe.edu (bobd at greener.saintjoe.edu [131.93.0.22]) by
  a.saintjoe.edu (8.9.3/8.9.1) with ESMTP id NAA31669; Tue, 11 Sep 2001
  13:47:46 -0500
Message-ID: <3B9E5C51.514E040C at saintjoe.edu>
From: Bob Dusek <bobd at saintjoe.edu>
Organization: Saint Joseph's College
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.16 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Nathan <etherwolf at sopris.net>
Cc: Samba <samba at lists.samba.org>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
References: <NFBBJDKKFKKGHPPAIPFGCEIMCHAA.god at teamlog.fr>
  <01b801c13a23$975ac820$4000a8c0 at thinkpad>
  <01c101c13af0$df5de800$c001a8c0 at bank>
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.0.6
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/>
Date: Tue Sep 11 11:44:04 2001
X-Original-Date: Tue, 11 Sep 2001 13:47:45 -0500

Amen... the CEO of CoffeeCup Software just lost some "good guy" points in the book of life.  That is
not a good attitude to have.  

The details of what will happen from here are a mystery to nearly all of us... although, some people
do have to make those decisions.  May God give them guidance.

Bob

Nathan wrote:
> 
> The complete annihilation of a country is a rather idiotic stance to take, especially on record,
> don't you think?
> 
> Everyone agrees that condolences are quite definitely in order, myself whole-heartedly included, but
> the naive instinct of destroying a country of innocent people (99.999%) to bring 'justice' to a
> handful will solve anything except perhaps bringing us down to that level (I hate your country, I
> will kill your people vs. we hate your people, kiss your country good- bye) is ludicrous, IMHO.
> 
> I sincerely hope we will rise above this, and spend our time making sure this never happens again.
> 
> # Nathan
> 
> ----- Original Message -----
> From: "Ross McKillop" <ross at a-q.co.uk>
> To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
> Sent: Monday, September 10, 2001 12:04 PM
> Subject: The World Wont Stop [Was Re: machine account question]
> 
> I know this is off topic but i got this from CoffeeCup (so i'm on their
> mailing list - but for once i dont care) and i think it sums up everyones
> feelings perfectly, before i continue with that eMail I would like to
> express my heartfelt sympathy for all of those in the United States (the
> majority of this list i understand) and in particular friends, family and
> collegues of those who worked in the World Trade Center buildings or who
> were unfortunate enough to be travelling on those ill-fated flights this
> morning. , what you are experiencing is something we can only barely begin
> to understand.
> 
> Yours,
> Ross McKillop
> 
> ========================================
> Hello everyone,
> 
> This is Nicholas Longo, the CEO of CoffeeCup Software.
> As you may have heard the World Trade Center and Pentagon
> were attacked about 45 minutes ago.
> 
> The Team at CoffeeCup would like to send our heart felt
> sorrow to those that perished in these attacks.
> 
> We would like to also say on record that if any country
> is found responsible for these attacks, we call for that
> country's complete destruction and annihilation.
> 
> Do not let terrorism which is designed to create fear
> and stop production, halt your life or work.
> 
> Stay focused and do not stop what you are doing.
> 
> -May God bless us all and the decisions we must make.
> ========================================
> 
> ----- Original Message -----
> From: "GODARD Jean-Charles" <god at teamlog.fr>
> To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
> Sent: Tuesday, September 11, 2001 7:01 PM
> Subject: RE: machine account question
> 
> > Hi Tony,
> >
> > >All,
> > >    I feel very sad asking this question given the state we are
> > >in....
> >
> > The world won't stop...
> --
> 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

--

Saint Joseph's College --  bobd at saintjoe.edu | http://www.saintjoe.edu
-----------------------------------------------------------------------
Administrative Computing Center, Bob Dusek...  219-866-6371

God made machine language; all the rest is the work of man.

Return-Path: <cadams1 at socal.rr.com>
Delivered-To: samba at lists.samba.org
Received: from laxmls03.socal.rr.com (laxmls03.socal.rr.com
  [24.30.163.17]) by lists.samba.org (Postfix) with ESMTP id CD886481A
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 11:48:33 -0700 (PDT)
Received: from BabyPuppy (sc-24-30-191-204.socal.rr.com [24.30.191.204])
  by laxmls03.socal.rr.com (8.11.4/8.11.3) with SMTP id f8BIq1625540;
  Tue, 11 Sep 2001 11:52:01 -0700 (PDT)
Message-ID: <005a01c13af2$f4b58d00$ccbf1e18 at BabyPuppy>
From: "Christopher Adams" <cadams1 at socal.rr.com>
To: "Nathan" <etherwolf at sopris.net>, "Samba" <samba at lists.samba.org>
References: <NFBBJDKKFKKGHPPAIPFGCEIMCHAA.god at teamlog.fr> 
  <01b801c13a23$975ac820$4000a8c0 at thinkpad>
  <01c101c13af0$df5de800$c001a8c0 at bank>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 11:49:03 2001
X-Original-Date: Tue, 11 Sep 2001 11:52:49 -0700

I've been watching World News and I've seen the people in Palestine off the
city streets celebrating.  Looked like quite a bit more than a handful..
Common citizens, children and the elderly can clearly be seen cheering.  It
is a mindset that has been spread for decades there.  Hatred is taught from
childhood on up.  I know that it's not all the people, but I'm sure not even
a handfull of people in the World Trade Center or on those flights that
crashed into the building deserved what happened.

A message must be delivered.  They must see that their hatred only breeds
more hatred and there is no true goal to any of this.  As long as they
believe that they have accomplished a goal through their terrorism they will
continue such attacks.  And soon someone close to you will be directly
affected and you will then wish that severe action be taken.

I feel for those affected directly by this catastrophe and pray for them and
their familes.  Let's all stay strong for them.


Cadams

----- Original Message -----
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
Sent: Tuesday, September 11, 2001 11:37 AM
Subject: Re: The World Wont Stop [Was Re: machine account question]


> The complete annihilation of a country is a rather idiotic stance to take,
especially on record,
> don't you think?
>
> Everyone agrees that condolences are quite definitely in order, myself
whole-heartedly included, but
> the naive instinct of destroying a country of innocent people (99.999%) to
bring 'justice' to a
> handful will solve anything except perhaps bringing us down to that level
(I hate your country, I
> will kill your people vs. we hate your people, kiss your country good-
bye) is ludicrous, IMHO.
>
> I sincerely hope we will rise above this, and spend our time making sure
this never happens again.
>
> # Nathan
>
> ----- Original Message -----
> From: "Ross McKillop" <ross at a-q.co.uk>
> To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
> Sent: Monday, September 10, 2001 12:04 PM
> Subject: The World Wont Stop [Was Re: machine account question]
>
>
> I know this is off topic but i got this from CoffeeCup (so i'm on their
> mailing list - but for once i dont care) and i think it sums up everyones
> feelings perfectly, before i continue with that eMail I would like to
> express my heartfelt sympathy for all of those in the United States (the
> majority of this list i understand) and in particular friends, family and
> collegues of those who worked in the World Trade Center buildings or who
> were unfortunate enough to be travelling on those ill-fated flights this
> morning. , what you are experiencing is something we can only barely begin
> to understand.
>
> Yours,
> Ross McKillop
>
> ========================================
> Hello everyone,
>
> This is Nicholas Longo, the CEO of CoffeeCup Software.
> As you may have heard the World Trade Center and Pentagon
> were attacked about 45 minutes ago.
>
> The Team at CoffeeCup would like to send our heart felt
> sorrow to those that perished in these attacks.
>
> We would like to also say on record that if any country
> is found responsible for these attacks, we call for that
> country's complete destruction and annihilation.
>
> Do not let terrorism which is designed to create fear
> and stop production, halt your life or work.
>
> Stay focused and do not stop what you are doing.
>
> -May God bless us all and the decisions we must make.
> ========================================
>
>
>
>
> ----- Original Message -----
> From: "GODARD Jean-Charles" <god at teamlog.fr>
> To: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
> Sent: Tuesday, September 11, 2001 7:01 PM
> Subject: RE: machine account question
>
>
> > Hi Tony,
> >
> > >All,
> > >    I feel very sad asking this question given the state we are
> > >in....
> >
> > The world won't stop...
> --
> 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: <ross at a-q.co.uk>
Delivered-To: samba at lists.samba.org
Received: from kjerring.a-q.co.uk (kjerring.a-q.co.uk [195.224.50.12])
  by lists.samba.org (Postfix) with ESMTP id 9224748A3; Tue, 11 Sep 2001
  11:49:51 -0700 (PDT)
Received: from thinkpad (pc1-east2-0-cust193.ren.cable.ntl.com
  [62.255.160.193]) by kjerring.a-q.co.uk (8.9.3/8.9.3) with SMTP id
  TAA05149; Tue, 11 Sep 2001 19:51:41 +0100
Message-ID: <01c601c13a28$8cf89a10$4000a8c0 at thinkpad>
From: "Ross McKillop" <ross at a-q.co.uk>
To: "Steve Langasek" <vorlon at netexpress.net>
Cc: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
References: <Pine.LNX.4.30.0109111323430.11473-100000 at tennyson.netexpres
  s.net>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
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.0.6
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/>
Date: Tue Sep 11 11:50:04 2001
X-Original-Date: Mon, 10 Sep 2001 19:43:26 +0100

Can I clarify i didnt' write that - rather just an eMail that i forwarded ;)
The rest of that eMail is true though - i agree that that statement is out
of place, but it's known to be a terrorist attack now, not another country
but an organisation - so it's not really appropriate.

p.s. steve : stay close to the vorlon and watch out for trouble or is that
not what the email addy is from ;)

----- Original Message -----
From: "Steve Langasek" <vorlon at netexpress.net>
To: "Ross McKillop" <ross at a-q.co.uk>
Cc: <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
Sent: Tuesday, September 11, 2001 7:45 PM
Subject: Re: The World Wont Stop [Was Re: machine account question]


> On Mon, 10 Sep 2001, Ross McKillop wrote:
>
> > ========================================
>
> > We would like to also say on record that if any country
> > is found responsible for these attacks, we call for that
> > country's complete destruction and annihilation.
>
> A sentiment which has much in common with the attitudes of terrorists who
> would orchestrate such an attack.  Let us not be so hasty to exact
vengeance
> that we forget that ours are not the only countries called home by
innocent
> civilians.
>
> The suicide hijackings today are a great tragedy.  It would be an even
greater
> tragedy if the Western world learns nothing from this except how to act in
> kind.
>
>
> Steve Langasek
> postmodern programmer
>

Return-Path: <vorlon at netexpress.net>
Delivered-To: samba at lists.samba.org
Received: from tennyson.netexpress.net (tennyson.netexpress.net
  [64.22.192.12]) by lists.samba.org (Postfix) with ESMTP id 7E96E47FA;
  Tue, 11 Sep 2001 12:05:17 -0700 (PDT)
Received: from localhost (vorlon at localhost) by tennyson.netexpress.net
  (8.9.3/8.9.3) with ESMTP id OAA12285; Tue, 11 Sep 2001 14:09:08 -0500
X-Authentication-Warning: tennyson.netexpress.net: vorlon owned process
  doing -bs
From: Steve Langasek <vorlon at netexpress.net>
To: Ross McKillop <ross at a-q.co.uk>
Cc: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
In-Reply-To: <01c601c13a28$8cf89a10$4000a8c0 at thinkpad>
Message-ID: <Pine.LNX.4.30.0109111358060.11473-100000 at tennyson.netexpres
  s.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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.0.6
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/>
Date: Tue Sep 11 12:06:11 2001
X-Original-Date: Tue, 11 Sep 2001 14:09:08 -0500 (CDT)

On Mon, 10 Sep 2001, Ross McKillop wrote:

> Can I clarify i didnt' write that - rather just an eMail that i forwarded ;)
> The rest of that eMail is true though - i agree that that statement is out
> of place, but it's known to be a terrorist attack now, not another country
> but an organisation - so it's not really appropriate.

I understand the quote wasn't yours, sorry for not keeping that clear in the
quoting.  But it's a sentiment that's been echoed repeatedly in the States by
newscasters and government officials.  America is scary enough without the
boost of believing that engaging in genocide constitutes justice.

Steve Langasek
postmodern programmer

Return-Path: <charles at fwbbc.edu>
Delivered-To: samba at lists.samba.org
Received: from mail.fwbbc.edu (unknown [216.215.211.34]) by
  lists.samba.org (Postfix) with ESMTP id 0838F4397; Tue, 11 Sep 2001
  12:51:54 -0700 (PDT)
Received: from WISE1 ([172.17.31.120]) by mail.fwbbc.edu (8.9.3/8.9.3)
  with ESMTP id PAA22221; Tue, 11 Sep 2001 15:35:29 -0500
From: "Charles Wise" <charles at fwbbc.edu>
To: "'Steve Langasek'" <vorlon at netexpress.net>, "'Ross McKillop'"
  <ross at a-q.co.uk>
Cc: <samba at lists.samba.org>, <samba-ntdom at lists.samba.org>
Subject: RE: The World Wont Stop  [Was Re: machine account question]
Organization: FWBBC
Message-ID: <000001c13afc$ef09efe0$781f11ac at WISE1>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook, Build 10.0.2627
In-Reply-To: <Pine.LNX.4.30.0109111358060.11473-100000 at tennyson.netexpre
  s  s.net>
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.0.6
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/>
Date: Tue Sep 11 12:52:17 2001
X-Original-Date: Tue, 11 Sep 2001 15:04:15 -0500

You're dumber than a bag of hammers. America isn't scary humanity is.

-----Original Message-----
From: samba-ntdom-admin at lists.samba.org
[mailto:samba-ntdom-admin at lists.samba.org] On Behalf Of Steve Langasek
Sent: Tuesday, September 11, 2001 2:09 PM
To: Ross McKillop
Cc: samba at lists.samba.org; samba-ntdom at lists.samba.org
Subject: Re: The World Wont Stop [Was Re: machine account question]


On Mon, 10 Sep 2001, Ross McKillop wrote:

> Can I clarify i didnt' write that - rather just an eMail that i 
> forwarded ;) The rest of that eMail is true though - i agree that that

> statement is out of place, but it's known to be a terrorist attack 
> now, not another country but an organisation - so it's not really 
> appropriate.

I understand the quote wasn't yours, sorry for not keeping that clear in
the quoting.  But it's a sentiment that's been echoed repeatedly in the
States by newscasters and government officials.  America is scary enough
without the boost of believing that engaging in genocide constitutes
justice.

Steve Langasek
postmodern programmer

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from sva.slu.edu (avb.slu.edu [165.134.36.3]) by
  lists.samba.org (Postfix) with ESMTP id E8E4845FE; Tue, 11 Sep 2001
  12:55:13 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K87QJS77969357V0 at SLU.EDU>; Tue, 11 Sep 2001
  14:55:15 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: Re: The World Wont Stop  [Was Re: machine account question]
To: Charles Wise <charles at fwbbc.edu>, samba at lists.samba.org,
  samba-ntdom at lists.samba.org
Message-id: <3B9E6D3F.E3155338 at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
References: <000001c13afc$ef09efe0$781f11ac at WISE1>
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.0.6
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/>
Date: Tue Sep 11 12:56:13 2001
X-Original-Date: Tue, 11 Sep 2001 14:59:59 -0500

I think that this list should be used for the proliferation of samba as a
avenue other than windoze, not the personal beliefs of its users (especially
if is is negative). Long live samba!!

Tony

Charles Wise wrote:

> You're dumber than a bag of hammers. America isn't scary humanity is.
>
> -----Original Message-----
> From: samba-ntdom-admin at lists.samba.org
> [mailto:samba-ntdom-admin at lists.samba.org] On Behalf Of Steve Langasek
> Sent: Tuesday, September 11, 2001 2:09 PM
> To: Ross McKillop
> Cc: samba at lists.samba.org; samba-ntdom at lists.samba.org
> Subject: Re: The World Wont Stop [Was Re: machine account question]
>
> On Mon, 10 Sep 2001, Ross McKillop wrote:
>
> > Can I clarify i didnt' write that - rather just an eMail that i
> > forwarded ;) The rest of that eMail is true though - i agree that that
>
> > statement is out of place, but it's known to be a terrorist attack
> > now, not another country but an organisation - so it's not really
> > appropriate.
>
> I understand the quote wasn't yours, sorry for not keeping that clear in
> the quoting.  But it's a sentiment that's been echoed repeatedly in the
> States by newscasters and government officials.  America is scary enough
> without the boost of believing that engaging in genocide constitutes
> justice.
>
> Steve Langasek
> postmodern programmer

Return-Path: <charles at fwbbc.edu>
Delivered-To: samba at lists.samba.org
Received: from mail.fwbbc.edu (unknown [216.215.211.34]) by
  lists.samba.org (Postfix) with ESMTP id B04CA47B1; Tue, 11 Sep 2001
  13:21:06 -0700 (PDT)
Received: from WISE1 ([172.17.31.120]) by mail.fwbbc.edu (8.9.3/8.9.3)
  with ESMTP id QAA22837; Tue, 11 Sep 2001 16:05:21 -0500
From: "Charles Wise" <charles at fwbbc.edu>
To: "'Tony Ricker'" <rickera2 at SLU.EDU>, <samba at lists.samba.org>,
  <samba-ntdom at lists.samba.org>
Subject: RE: The World Wont Stop  [Was Re: machine account question]
Organization: FWBBC
Message-ID: <000201c13b01$1ae3b020$781f11ac at WISE1>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook, Build 10.0.2627
In-Reply-To: <3B9E6D3F.E3155338 at slu.edu>
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.0.6
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/>
Date: Tue Sep 11 13:22:17 2001
X-Original-Date: Tue, 11 Sep 2001 15:34:07 -0500

You guys are right. Quite an emotional day. Long live samba indeed.

-----Original Message-----
From: Tony Ricker [mailto:rickera2 at SLU.EDU] 
Sent: Tuesday, September 11, 2001 3:00 PM
To: Charles Wise; samba at lists.samba.org; samba-ntdom at lists.samba.org
Subject: Re: The World Wont Stop [Was Re: machine account question]


I think that this list should be used for the proliferation of samba as
a avenue other than windoze, not the personal beliefs of its users
(especially if is is negative). Long live samba!!

Tony

Charles Wise wrote:

> You're dumber than a bag of hammers. America isn't scary humanity is.
>
> -----Original Message-----
> From: samba-ntdom-admin at lists.samba.org 
> [mailto:samba-ntdom-admin at lists.samba.org] On Behalf Of Steve Langasek
> Sent: Tuesday, September 11, 2001 2:09 PM
> To: Ross McKillop
> Cc: samba at lists.samba.org; samba-ntdom at lists.samba.org
> Subject: Re: The World Wont Stop [Was Re: machine account question]
>
> On Mon, 10 Sep 2001, Ross McKillop wrote:
>
> > Can I clarify i didnt' write that - rather just an eMail that i 
> > forwarded ;) The rest of that eMail is true though - i agree that 
> > that
>
> > statement is out of place, but it's known to be a terrorist attack 
> > now, not another country but an organisation - so it's not really 
> > appropriate.
>
> I understand the quote wasn't yours, sorry for not keeping that clear 
> in the quoting.  But it's a sentiment that's been echoed repeatedly in

> the States by newscasters and government officials.  America is scary 
> enough without the boost of believing that engaging in genocide 
> constitutes justice.
>
> Steve Langasek
> postmodern programmer

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 3BD4747FC for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 13:24:38 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id OAA40914 for <samba at lists.samba.org>; Tue,
  11 Sep 2001 14:28:30 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <028701c13b01$10f12610$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <000001c13afc$ef09efe0$781f11ac at WISE1>
  <3B9E6D3F.E3155338 at slu.edu>
Subject: The World Won't Stop - so let's not either: can't connect to
  samba server
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Tue Sep 11 13:25:07 2001
X-Original-Date: Tue, 11 Sep 2001 14:33:50 -0600

Very good, back to work! :-)

Nothing wrong with a minor OT derail every now and again... the flames are best kept in personal
mailboxes, though.

So. Can anyone tell me why I can't get to my samba box from Windoze? All appears to be working fine
on the RH 7.1 / samba 2.2.1a side of things, with the exception of WINS failing miserably every time
it's invoked from samba. I don't understand why, since WINS is running fine on my NT4 PDC. I can
auth, via Apache mod_auth_smb, against my PDC instantly with no problem, and I can smbclient
anywhere I want easily as long as it's listed in the lmhosts file, but I cannot no matter what
connect to the samba box.

Ideas?

# Nathan


----- Original Message -----
From: "Tony Ricker" <rickera2 at SLU.EDU>
To: "Charles Wise" <charles at fwbbc.edu>; <samba at lists.samba.org>; <samba-ntdom at lists.samba.org>
Sent: Tuesday, September 11, 2001 1:59 PM
Subject: Re: The World Wont Stop [Was Re: machine account question]


I think that this list should be used for the proliferation of samba as a
avenue other than windoze, not the personal beliefs of its users (especially
if is is negative). Long live samba!!

Tony

Charles Wise wrote:

> You're dumber than a bag of hammers. America isn't scary humanity is.
>
> -----Original Message-----
> From: samba-ntdom-admin at lists.samba.org
> [mailto:samba-ntdom-admin at lists.samba.org] On Behalf Of Steve Langasek
> Sent: Tuesday, September 11, 2001 2:09 PM
> To: Ross McKillop
> Cc: samba at lists.samba.org; samba-ntdom at lists.samba.org
> Subject: Re: The World Wont Stop [Was Re: machine account question]
>
> On Mon, 10 Sep 2001, Ross McKillop wrote:
>
> > Can I clarify i didnt' write that - rather just an eMail that i
> > forwarded ;) The rest of that eMail is true though - i agree that that
>
> > statement is out of place, but it's known to be a terrorist attack
> > now, not another country but an organisation - so it's not really
> > appropriate.
>
> I understand the quote wasn't yours, sorry for not keeping that clear in
> the quoting.  But it's a sentiment that's been echoed repeatedly in the
> States by newscasters and government officials.  America is scary enough
> without the boost of believing that engaging in genocide constitutes
> justice.
>
> Steve Langasek
> postmodern programmer
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <fernando at univel.br>
Delivered-To: samba at lists.samba.org
Received: from ns.univel.br (unknown [200.250.120.130]) by
  lists.samba.org (Postfix) with ESMTP id 8D9334812 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 13:55:23 -0700 (PDT)
Received: from wsdes424 (ws-1-15 [192.168.1.15]) by ns.univel.br
  (8.9.3+3.2W/8.9.3/Debian 8.9.3-21) with SMTP id UAA32659 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 20:53:59 +0300
X-Authentication-Warning: ns.univel.br: Host ws-1-15 [192.168.1.15]
  claimed to be wsdes424
Message-ID: <003501c13b04$8dbd83c0$0f01a8c0 at univel.br>
Reply-To: "Fernando Schutz" <fernando at univel.br>
From: "Fernando Schutz" <fernando at univel.br>
To: <samba at lists.samba.org>
Subject: Help about the export file
Organization: UNIVEL - Uniao Educacional de Cascavel
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2615.200
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.0.6
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/>
Date: Tue Sep 11 13:56:01 2001
X-Original-Date: Tue, 11 Sep 2001 17:58:48 -0300

Hi palls.

How or where can I get help about the export file?
I want to know about the options e his significated, like:
- ro, rw, root_squash, no_root_squash, noaccess etc......

Tks.
77777777777777777777777777777777777777777777777777777
       ___________________ .         Obrigado!
      /                  /\     ---------------------
     /  //~~~  //~~~    / /\      7Fernando Sch|tz
    /  //~~   //___    / /\     ---------------------
   /  //         //   / /\      Analista de Sistemas
  /  77      ~~~~~   / /\       ---------------------
 /__________________/ /\        Work: +55(45)226.0026
 \__________________\/\               +55(45)222.4411
  \\\\\\\\\\\\\\\\\\\\           ICQ: 7371212

Return-Path: <germanobarreiro at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (oe44.law7.hotmail.com [216.33.236.80]) by
  lists.samba.org (Postfix) with ESMTP id EC93242F9 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 14:12:26 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Tue, 11 Sep 2001 14:16:19 -0700
X-Originating-IP: [200.206.31.172]
From: "Germano Barreiro" <germanobarreiro at hotmail.com>
To: <samba at lists.samba.org>
Subject: Using smbd in Slackware 8
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
Message-ID: <OE44K8P3Pfb8Le5b2h600005b24 at hotmail.com>
X-OriginalArrivalTime: 11 Sep 2001 21:16:19.0035 (UTC)
  FILETIME=[FFC9EAB0:01C13B06]
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.0.6
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/>
Date: Tue Sep 11 14:13:03 2001
X-Original-Date: Tue, 11 Sep 2001 18:18:40 -0300

Recently, after a long time using distributions based on Red Hat, I decided to
try Slackware 8. For my surprise, the smbd server, that worked so fine and so
easily in other distribuitions, refuses to work in this one. Everytime I try
to call smbd -D command, the process simply doesn't start. I have even
downloaded the last version of samba and recompiled it, using the instructions
given with the software, but the result is the same. Does anyone in this list
have any idea that could help me?

Thank you
Germano

Return-Path: <daniel.bietau at web.de>
Delivered-To: samba at lists.samba.org
Received: from mailgate5.cinetic.de (mailgate5.cinetic.de
  [217.72.192.165]) by lists.samba.org (Postfix) with ESMTP id 2DF5442A4
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 14:43:11 -0700 (PDT)
Received: from smtp.web.de (smtp01.dlan.cinetic.de [172.20.0.189]) by
  mailgate5.cinetic.de (8.11.2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP
  id f8BLkvx17639 for <samba at lists.samba.org>; Tue, 11 Sep 2001 23:46:57
  +0200
Received: from web.de by smtp.web.de with smtp (freemail 4.2.2.3 #18) id
  m15gvMu-007q1OC; Tue, 11 Sep 2001 23:46 +0200
Message-ID: <3B9E85DF.8CC18938 at web.de>
From: Daniel Bietau <daniel.bietau at web.de>
X-Mailer: Mozilla 4.75 [de] (Windows NT 5.0; U)
X-Accept-Language: de
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: Installing a HP-Printer with a JetDirect-Printserver
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.0.6
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/>
Date: Tue Sep 11 14:44:07 2001
X-Original-Date: Tue, 11 Sep 2001 23:45:03 +0200

Hi,

I'm relatively new to Linux and Samba and would like to setup my
Samba-server as a printserver.
I have a HP BIJ 2250tn which has a JetDirect 600 NIC included.
Can anybody of you gurus give me some information on which settings to
make in smb.conf and how I get the printer installed under linux,
especially how to setup the JetDirect-NIC? As I'm  using it with
WinNT/2000, I've got to setup automaitc printerdriver download as well.
I now it supports Postscript, so I won't need an extra aps-filter. I've
already informed me about linux printing, but for a newbee like me it's
really hard stuff. In the mailinglist-archive I've already found some
valuable information on how to accomplish this but unfortunately it
wasn't that comprehensive and plain.

Your help will be very appreciated. Thanks in advance,

Daniel Bietau

Return-Path: <devinr at drone-interactive.com>
Delivered-To: samba at lists.samba.org
Received: from clients.drone.com (ns2.drone.com [199.217.210.6]) by
  lists.samba.org (Postfix) with ESMTP id 2E0454A9D for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 14:52:01 -0700 (PDT)
Received: by clients.drone.com with Internet Mail Service (5.5.2653.19)
  id <SWHXG963>; Tue, 11 Sep 2001 16:58:01 -0500
Message-ID: <10A13F92781ED511BFC600B0D0AB413D244089 at clients.drone.com>
From: Devin Rader <devinr at drone-interactive.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Why can't they write?
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
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.0.6
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/>
Date: Tue Sep 11 14:54:06 2001
X-Original-Date: Tue, 11 Sep 2001 16:58:00 -0500

I am having tons of problems figuring out why I seem to have permissions to
do anything to my shared folder, but others don't.

I have a single shared folder which is supposed to let users read and write
to it.  I set the Linux permissions wide open.  I have no problems creating
and saving documents though InterDev to this folder.

Others can view the folders and their contents, but not write to them.  I
have everyone's Linux account set up identical as far as I can tell.

Can anyone give me some ideas where to start trouble shooting??

Devin M. Rader
Application Developer
 
Drone & Mueller interactive | www.drone-interactive.com
314.434.3141 | 12977 N Forty Dr, Ste 100 | St Louis, MO 63141  

Return-Path: <morndorff at AvistaAdvantage.com>
Delivered-To: samba at lists.samba.org
Received: from ADVMAIL2 (unknown [63.227.188.43]) by lists.samba.org
  (Postfix) with ESMTP id B37F940C4 for <samba at lists.samba.org>; Tue, 11
  Sep 2001 15:55:20 -0700 (PDT)
Received: by ADVMAIL2 with Internet Mail Service (5.5.2653.19) id
  <RJ21KLWL>; Tue, 11 Sep 2001 15:58:55 -0700
Message-ID: <D7E6F7BCE508D511821400508BE15C4E01EE5BF9 at ADVMAIL2>
From: "Orndorff, Mark" <morndorff at AvistaAdvantage.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Underscores in file names
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 15:56:02 2001
X-Original-Date: Tue, 11 Sep 2001 15:58:55 -0700

We have a samba server hosting files with underscores in the names. When we
try to issue a dir command using wildcards and under scores no results are
returned even though matching files exist.

Any solutions?


Samba Version  2.0.7
OS Tru64 v5.1

smb.conf as follows:
# Samba config file created using SWAT
# from 
# Date: 2001/09/06 09:48:45

# Global parameters
[global]
        workgroup = MYDOMAIN
        netbios name = MYSAMBASERVERNAME
        netbios aliases = SOMEALIAS
        interfaces = XXX.XX.X.XX XXX.XX.X.XXX
        security = DOMAIN
        encrypt passwords = Yes
        password server = MYPDC
        username map = /usr/local/samba/lib/username.map
        log file = /usr/local/samba/log.%m
        name resolve order = wins lmhosts host bcast
        change notify timeout = 15
        keepalive = 15
        read prediction = Yes
        read size = 32768
        socket options = TCP_NODELAY SO_SNDBUF=65536 SO_KEEPALIVE
        load printers = No
        printcap name = /etc/printcap
        local master = No
        wins server = XXX.XX.X.XX
        printing = bsd
        print command = lpr -r -P%p %s
        lpq command = lpq -P%p
        lprm command = lprm -P%p %j
        short preserve case = No
        level2 oplocks = Yes
        browseable = yes

...
...
...

[images]
        path = /mypath
        guest account = someosuser
        writeable = Yes
        guest ok = Yes
        hosts allow = XXX.XX. XX.
        #hide dot files = yes
        veto files = /quota.*/.tags/

Mark Orndorff
UNIX Administrator
morndorff at AvistaAdvantage.com

Return-Path: <wilmar.perez at caribe.udea.edu.co>
Delivered-To: samba at lists.samba.org
Received: from caribe.udea.edu.co (caribe.udea.edu.co [200.24.18.13]) by
  lists.samba.org (Postfix) with ESMTP id 0FC9D4F85 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 05:46:14 -0700 (PDT)
Received: from babel (babel.red-udea [192.168.73.253]) by
  caribe.udea.edu.co (8.9.3/8.8.7) with SMTP id IAA06727; Tue, 11 Sep
  2001 08:15:52 -0400
Message-ID: <000d01c13ac0$dc2cf430$fd49a8c0 at babel>
From: =?iso-8859-1?Q?Wilmar_P=E9rez?= <wilmar.perez at caribe.udea.edu.co>
To: "ISP Linux List" <isp-linux at isp-linux.com>
Subject: controlling time on public computers:off topic
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
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.0.6
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/>
Date: Tue Sep 11 17:10:07 2001
X-Original-Date: Tue, 11 Sep 2001 07:54:14 -0500

Hello guys

I know this is possibly off topic, perhaps it's not.  Let's see.  I've got a
public computer room with 20 computers in it, they all are running Windows
98, they also do authenticate as Samba users to a RH6.2 box.  What I want to
know, if it is possible to contro the time each user access the system.  For
example, can I give a one hour time to the user and after that the system
(either the PC or throughout the Samba server) authomatically disconnect the
user and close the section?

Or does anyone know about a free windows software to do so on each terminal?

Any help will be appreciated.

Thanks
-----------------------------------------------------------
                 Wilmar Pirez
                  IT Manager
                Library System
             Medellmn - Colombia
               ++57(4)2105145
-----------------------------------------------------------

Return-Path: <morndorff at AvistaAdvantage.com>
Delivered-To: samba at lists.samba.org
Received: from ADVMAIL2 (unknown [63.227.188.43]) by lists.samba.org
  (Postfix) with ESMTP id 0A0B849C2 for <samba at lists.samba.org>; Tue, 11
  Sep 2001 17:11:53 -0700 (PDT)
Received: by ADVMAIL2 with Internet Mail Service (5.5.2653.19) id
  <RJ21KLZ7>; Tue, 11 Sep 2001 17:15:28 -0700
Message-ID: <D7E6F7BCE508D511821400508BE15C4E01EE5BFB at ADVMAIL2>
From: "Orndorff, Mark" <morndorff at AvistaAdvantage.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: HELP: browsing using wildcards WAS:Underscores in file names
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Tue Sep 11 17:13:03 2001
X-Original-Date: Tue, 11 Sep 2001 17:15:28 -0700

This seems to have to do more with "." and wildcards than underscores.

A file named "3084.40_0..tif"
is matched by "dir *.*_0..tif"
but not by "dir *_0..tif"

We have a samba server hosting files with underscores in the names. When we
try to issue a dir command using wildcards and under scores no results are
returned even though matching files exist.

Any solutions?


Samba Version  2.0.7
OS Tru64 v5.1

smb.conf as follows:
# Samba config file created using SWAT
# from 
# Date: 2001/09/06 09:48:45

# Global parameters
[global]
        workgroup = MYDOMAIN
        netbios name = MYSAMBASERVERNAME
        netbios aliases = SOMEALIAS
        interfaces = XXX.XX.X.XX XXX.XX.X.XXX
        security = DOMAIN
        encrypt passwords = Yes
        password server = MYPDC
        username map = /usr/local/samba/lib/username.map
        log file = /usr/local/samba/log.%m
        name resolve order = wins lmhosts host bcast
        change notify timeout = 15
        keepalive = 15
        read prediction = Yes
        read size = 32768
        socket options = TCP_NODELAY SO_SNDBUF=65536 SO_KEEPALIVE
        load printers = No
        printcap name = /etc/printcap
        local master = No
        wins server = XXX.XX.X.XX
        printing = bsd
        print command = lpr -r -P%p %s
        lpq command = lpq -P%p
        lprm command = lprm -P%p %j
        short preserve case = No
        level2 oplocks = Yes
        browseable = yes

...
...
...

[images]
        path = /mypath
        guest account = someosuser
        writeable = Yes
        guest ok = Yes
        hosts allow = XXX.XX. XX.
        #hide dot files = yes
        veto files = /quota.*/.tags/

Mark Orndorff
UNIX Administrator
morndorff at AvistaAdvantage.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <terencem at privacyx.co.uk>
Delivered-To: samba at lists.samba.org
Received: from privacyx.co.uk (host213-122-133-22.btinternet.com
  [213.122.133.22]) by lists.samba.org (Postfix) with SMTP id 4E81149C4
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 17:16:11 -0700 (PDT)
From: Terence Milbourn <terencem at privacyx.co.uk>
To: samba at lists.samba.org
Newsgroups: samba-general
Path: anonymous
Subject: Linux smoothwall 2.2.19 #4
Organization: My Home Office
Message-ID: <9eatptgiur77tfthk4a8r13vq4ofrlsi1f at news.privacyx.co.uk>
X-Newsreader: Forte Agent 1.8/32.548
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Hops: 1
X-Archive: 8243;12/09/2001 01:20:48
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.0.6
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/>
Date: Tue Sep 11 17:17:02 2001
X-Original-Date: Wed, 12 Sep 2001 00:20:48 +0000

I am running a SmoothWall NAT/router which is the only Linux machine
on my network.  All the rest are Win2k Pro or Server.

The Linux distribution that SmoothWall is based upon has its origins
in the VA Linux customized Red Hat based Linux version. It has
subsequently been optimized and heavily cut down in size so that all
that remains is the bare minimum of core functionality that is
required to provide a system that can operate securely as a network
router and firewall. The version of the Linux kernel -- "Linux
smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"

I would like to get access to the Linux router/NAT via the Win2K
environment, but I can't find out how to install 'samba-latest.tar.gz'
on to this cut down distro of Linux.  Got any ideas?  And don't
forget, I'm a Linux newbie.

Many thanks,

T.

--
Terence Milbourn [at My Home Office]
PGP Fingerprint: AEBC 7D05 B00E CFFF 3BE7  5241 A9B9 B505 258A 085F
Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x258A085F>

Return-Path: <CharlesM at Media-Brokers.com>
Delivered-To: samba at lists.samba.org
Received: from imf08bis.bellsouth.net (mail108.mail.bellsouth.net
  [205.152.58.48]) by lists.samba.org (Postfix) with ESMTP id 2E2654A3A
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 17:23:32 -0700 (PDT)
Received: from atlws014 ([66.156.70.69]) by imf08bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010912002823.PRAO17949.imf08bis.bellsouth.net at atlws014>; Tue, 11
  Sep 2001 20:28:23 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: "'Terence Milbourn'" <terencem at privacyx.co.uk>
Cc: <samba at lists.samba.org>
Subject: RE: Linux smoothwall 2.2.19 #4
Message-ID: <000701c13b21$b0b2c530$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <9eatptgiur77tfthk4a8r13vq4ofrlsi1f at news.privacyx.co.uk>
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.0.6
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/>
Date: Tue Sep 11 17:24:03 2001
X-Original-Date: Tue, 11 Sep 2001 20:27:21 -0400

Define 'access'...

If all you want is to be able to remotely administer the machine, you can
use SSH (you'll have to enable the SSH server on the Linux box) and use
SecureCRT (www.vandyke.com/download/securecrt/index.html) (or some other
terminal emulator) on your windows box.  Works great...

Charles

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Terence Milbourn
Sent: Tuesday, September 11, 2001 8:21 PM
To: samba at lists.samba.org
Subject: Linux smoothwall 2.2.19 #4


I am running a SmoothWall NAT/router which is the only Linux machine
on my network.  All the rest are Win2k Pro or Server.

The Linux distribution that SmoothWall is based upon has its origins
in the VA Linux customized Red Hat based Linux version. It has
subsequently been optimized and heavily cut down in size so that all
that remains is the bare minimum of core functionality that is
required to provide a system that can operate securely as a network
router and firewall. The version of the Linux kernel -- "Linux
smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"

I would like to get access to the Linux router/NAT via the Win2K
environment, but I can't find out how to install 'samba-latest.tar.gz'
on to this cut down distro of Linux.  Got any ideas?  And don't
forget, I'm a Linux newbie.

Many thanks,

T.

--
Terence Milbourn [at My Home Office]
PGP Fingerprint: AEBC 7D05 B00E CFFF 3BE7  5241 A9B9 B505 258A 085F
Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x258A085F>
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <terencem at privacyx.co.uk>
Delivered-To: samba at lists.samba.org
Received: from privacyx.co.uk (host213-122-179-159.btinternet.com
  [213.122.179.159]) by lists.samba.org (Postfix) with SMTP id 21BA9458B
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 18:38:27 -0700 (PDT)
Received: from vega.privacyx.co.uk ([192.168.0.3]) by privacyx.co.uk
  with SMTP (Mailtraq/1.1.6.1176) id PRVC150646665; Wed, 12 Sep 2001
  02:43:04 +0100
From: Terence Milbourn <terencem at privacyx.co.uk>
X-Mailer: The Bat! (v1.53d)
Reply-To: Terence Milbourn <terencem at privacyx.co.uk>
Organization: My Home Office
Message-ID: <1964616748.20010912024303 at privacyx.co.uk>
To: "Charles Marcus" <CharlesM at Media-Brokers.com>
Cc: samba at lists.samba.org
Subject: Re[2]: Linux smoothwall 2.2.19 #4
In-Reply-To: <000701c13b21$b0b2c530$0b00a8c0 at atlmbi>
References: <000701c13b21$b0b2c530$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Hops: 1
X-Archive: 8244;12/09/2001 02:43:04
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.0.6
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/>
Date: Tue Sep 11 18:39:02 2001
X-Original-Date: Wed, 12 Sep 2001 02:43:03 +0100

Hello Charles,

Wednesday, September 12, 2001, 1:27:21 AM, you wrote:

CM> Define 'access'...

Good question.  I guess what I mean is the ability to find and access
text files or scripts and edit them with my GUI based text editor in a
Win2K environment.

CM> If all you want is to be able to remotely administer the machine, you can
CM> use SSH (you'll have to enable the SSH server on the Linux box) and use
CM> SecureCRT (www.vandyke.com/download/securecrt/index.html) (or some other
CM> terminal emulator) on your windows box.  Works great...

SSH is built-in and a remote shell is easily opened in its browser
interface.  I have tried to FTP the file I need
(/etc/rc.d/rc.firewall.up) and copy it to my Win2K Pro workstation, but
my knowledge of both command-line driven FTP and Linux nomenclature is
holding me back and making it much more difficult than I want it to be.
Don't forget I am at the bottom of my Linux learning curve.

T.


TM> -----Original Message-----
TM> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
TM> Behalf Of Terence Milbourn
TM> Sent: Tuesday, September 11, 2001 8:21 PM
TM> To: samba at lists.samba.org
TM> Subject: Linux smoothwall 2.2.19 #4


TM> I am running a SmoothWall NAT/router which is the only Linux machine
TM> on my network.  All the rest are Win2k Pro or Server.

TM> The Linux distribution that SmoothWall is based upon has its origins
TM> in the VA Linux customized Red Hat based Linux version. It has
TM> subsequently been optimized and heavily cut down in size so that all
TM> that remains is the bare minimum of core functionality that is
TM> required to provide a system that can operate securely as a network
TM> router and firewall. The version of the Linux kernel -- "Linux
TM> smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"

TM> I would like to get access to the Linux router/NAT via the Win2K
TM> environment, but I can't find out how to install 'samba-latest.tar.gz'
TM> on to this cut down distro of Linux.  Got any ideas?  And don't
TM> forget, I'm a Linux newbie.

TM> Many thanks,

TM> T.


-- 
Terence at [My Home Office] <mailto:terencem at privacyx.co.uk> ICQ: 128497222
Phone: +44 01425.482528  Fax: +44 01425.482529  GSM: +44 0794.6706088
PGP RSA/2K Fingerprint: 877249048a7ece59c95585125ed33755
PGP Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x137D70A7>

...Creative minds have always been known to survive any kind of bad
training. - Anna Freud

Return-Path: <rvt at dds.nl>
Delivered-To: samba at lists.samba.org
Received: from porgy.srv.nld.sonera.net (mbox-01.soneraplaza.nl
  [195.66.15.137]) by lists.samba.org (Postfix) with ESMTP id F2ADC44B8
  for <Samba at lists.samba.org>; Tue, 11 Sep 2001 18:42:52 -0700 (PDT)
Received: from qn-213-73-192-55.quicknet.nl ([213.73.192.55]:61313 "EHLO
  et.schoenmakerstraat.org") by soneramail.nl with ESMTP id
  <S111498AbRIKVRo>; Tue, 11 Sep 2001 23:17:44 +0200
Received: from localhost ([127.0.0.1] helo=dds.nl) by
  et.schoenmakerstraat.org with esmtp (Exim 3.12 #1 (Debian)) id
  15guv5-00023x-00; Tue, 11 Sep 2001 23:18:11 +0200
Message-ID: <3B9E7F92.E286EE8B at dds.nl>
From: Ries van twisk <rvt at dds.nl>
Reply-To: rvt at dds.nl
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: "Michels, Gustavo [EES/BR]" <gustavo.michels at emersonenergy.com>,
  Samba at lists.samba.org
Subject: Re: Advice on filesystem to use
References: <7F0147C496F3D411813C0002B32BF1CC0125A769 at eesekkex001.kkekan
  t.ericsson.se>
Content-Type: text/plain; charset=iso-8859-2
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.0.6
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/>
Date: Tue Sep 11 18:43:01 2001
X-Original-Date: Tue, 11 Sep 2001 23:18:10 +0200

, on my RedHat 7.1:
> 
> - ext2 filesystem, default RH kernel (2.4.3-2)
Use it of you want a extreemly reliable en well tested system currently
in use on many may systems.
> - xfs 1.0.1, patched 2.4.3 SGI_XFS kernel
Use this if you want a journaling system that peforms great with files
>10K. Don't do extensive deleting over and over again on this system. Also ACL/AE is build into the system

> - reiserfs, 2.4.8 kernel
Use it if you want to do massive deleting over and over again (squid
cache for example). Not really necesarry on samba unless you want to use
a journaling filesystem 'out of the box'


All in All it really depends on you situation.
I did choose for XFS a few weeks ago but from what I understand there
are minor problems on extreemly high load systems. (Normal samba usage
of 80 people is not extreemly high load).
Make sure if you go for XFS be a member of the XFS mailing list to
follow the discussions about is. My system will not run in high load
situations and I will benefit from ACL/AE.

If you want something that always works go for ext2

I don't know about reiserfs but in general XFS is faster as long as you
don't do massive deletes.

Ries

Return-Path: <danieltan at shopnsave.com.sg>
Delivered-To: samba at lists.samba.org
Received: from mail.lga.net.sg (unknown [203.116.84.241]) by
  lists.samba.org (Postfix) with SMTP id DA3BE4136 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 19:53:06 -0700 (PDT)
Received: (qmail 27248 invoked from network); 12 Sep 2001 02:56:54 -0000
Received: from unknown (HELO Daniel) (203.92.90.162) by mail.lga.net.sg
  with SMTP; 12 Sep 2001 02:56:54 -0000
Message-ID: <000d01c13b36$bf1ce820$3900a8c0 at Daniel>
Reply-To: "Daniel Tan" <danieltan at shopnsave.com.sg>
From: "Daniel Tan" <danieltan at shopnsave.com.sg>
To: "Christian Barth" <barth at cck.uni-kl.de>
Cc: <samba at lists.samba.org>
References: <3B9E33DE.23396.1B86428 at localhost>
Subject: Re: Error encountered installing samba
Organization: Shop N Save
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.00.2615.200
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.0.6
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/>
Date: Tue Sep 11 19:54:01 2001
X-Original-Date: Wed, 12 Sep 2001 10:58:05 +0800

Hi again,
        i got the compiled version for my OS but don't know what command to
type to correctly install the binaries. the binaries i got is filename.exe
after running the command ./filename.exe, i got another 2 files extracted
out with extension .bff and .bff.asc    what do i do with them next. really
at a lost now. hope you can help

Daniel Tan
7469188 Ext.652
MIS Department
Shop N Save Pte Ltd


----- Original Message -----
From: Christian Barth <barth at cck.uni-kl.de>
To: <samba at lists.samba.org>; Daniel Tan <danieltan at shopnsave.com.sg>
Sent: Tuesday, September 11, 2001 9:55 PM
Subject: Re: Error encountered installing samba


> > Hi all,
> >         i am new to samba and encounter my first error trying to run the
=
> > ./configure command. Any kind souls out there know how to define this =
> > message?
> >
> > this is what i encounter
> >
> > # ./configure
> > loading cache ./config.cache
> > checking for gcc... no
> > checking for cc... no
> > configure: error: no acceptable cc found in $PATH
> > #
> You need y c-compailer on your machine to compile samba bevor you can
> install it.
> --> Install a c-compailer
> --> if you have one installed, check your $PATH enviroment variable
>     to be sure it is in the path
> --> get one of the compailed versions of samba avaiable for certian
>     OS
>
> Christian
>
>
>
> >
> > Daniel Tan
> > 7469188 Ext.652
> > MIS Department
> > Shop N Save Pte Ltd
> >
> > [demime 0.98b removed an attachment of type image/gif which had a name
of Gradient Lime Sidebar.gif]
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
> >
>
>
>                _(_)_                          wWWWw   _
>    @@@@       (_)@(_)   vVVVv     _     @@@@  (___) _(_)_
>   @@()@@ wWWWw  (_)\    (___)   _(_)_  @@()@@   Y  (_)@(_)
>    @@@@  (___)     `|/    Y    (_)@(_)  @@@@   \|/   (_)\
>     /      Y       \|    \|/    /(_)    \|      |/      |
>  \ |     \ |/       | / \ | /  \|/       |/    \|      \|/
> jgs|//   \\|///  \\\|//\\\|/// \|///  \\\|//  \\|//  \\\|//
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>

Return-Path: <tom at syroidmanor.com>
Delivered-To: samba at lists.samba.org
Received: from syroidmanor.com (hssx-sktn-167-14.sasknet.sk.ca
  [142.165.167.14]) by lists.samba.org (Postfix) with ESMTP id 6E4A34136
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 20:53:38 -0700 (PDT)
Received: from [192.168.1.9] (HELO [192.168.1.9]) by syroidmanor.com
  (CommuniGate Pro SMTP 3.5b1) with ESMTP id 811418; Tue, 11 Sep 2001
  21:54:17 -0600
From: Tom Syroid <tom at syroidmanor.com>
To: Daniel Tan <danieltan at shopnsave.com.sg>, Christian Barth
  <barth at cck.uni-kl.de>
Cc: samba at lists.samba.org
Subject: Re: Error encountered installing samba
Message-ID: <3812981525.1000245394@[192.168.1.9]>
In-Reply-To: <000d01c13b36$bf1ce820$3900a8c0 at Daniel>
X-Mailer: Mulberry/2.0.8 (Win32)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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.0.6
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/>
Date: Tue Sep 11 20:54:02 2001
X-Original-Date: Tue, 11 Sep 2001 21:56:34 -0600

You've just extracted the BFF (installable) and the BFF.ASC for AIX.

Use SMIT to install the BFF file.

If you don't know what a 'BFF' or a 'SMIT' is, you shouldn't be installing 
Samba on machine you're trying to install on without some serious 
hand-holding.


--On Wednesday, September 12, 2001 10:58 +0800 Daniel Tan 
<danieltan at shopnsave.com.sg> wrote:

> Hi again,
>         i got the compiled version for my OS but don't know what command
> to type to correctly install the binaries. the binaries i got is
> filename.exe after running the command ./filename.exe, i got another 2
> files extracted out with extension .bff and .bff.asc    what do i do with
> them next. really at a lost now. hope you can help
>
> Daniel Tan
> 7469188 Ext.652
> MIS Department
> Shop N Save Pte Ltd
>
>
> ----- Original Message -----
> From: Christian Barth <barth at cck.uni-kl.de>
> To: <samba at lists.samba.org>; Daniel Tan <danieltan at shopnsave.com.sg>
> Sent: Tuesday, September 11, 2001 9:55 PM
> Subject: Re: Error encountered installing samba
>
>
>> > Hi all,
>> >         i am new to samba and encounter my first error trying to run
>> >         the
> =
>> > ./configure command. Any kind souls out there know how to define this =
>> > message?
>> >
>> > this is what i encounter
>> >
>> > # ./configure
>> > loading cache ./config.cache
>> > checking for gcc... no
>> > checking for cc... no
>> > configure: error: no acceptable cc found in $PATH
>> > #
>> You need y c-compailer on your machine to compile samba bevor you can
>> install it.
>> --> Install a c-compailer
>> --> if you have one installed, check your $PATH enviroment variable
>>     to be sure it is in the path
>> --> get one of the compailed versions of samba avaiable for certian
>>     OS
>>
>> Christian
>>
>>
>>
>> >
>> > Daniel Tan
>> > 7469188 Ext.652
>> > MIS Department
>> > Shop N Save Pte Ltd
>> >
>> > [demime 0.98b removed an attachment of type image/gif which had a name
> of Gradient Lime Sidebar.gif]
>> > --
>> > To unsubscribe from this list go to the following URL and read the
>> > instructions:  http://lists.samba.org/mailman/listinfo/samba
>> >
>>
>>
>>                _(_)_                          wWWWw   _
>>    @@@@       (_)@(_)   vVVVv     _     @@@@  (___) _(_)_
>>   @@()@@ wWWWw  (_)\    (___)   _(_)_  @@()@@   Y  (_)@(_)
>>    @@@@  (___)     `|/    Y    (_)@(_)  @@@@   \|/   (_)\
>>     /      Y       \|    \|/    /(_)    \|      |/      |
>>  \ |     \ |/       | / \ | /  \|/       |/    \|      \|/
>> jgs|//   \\|///  \\\|//\\\|/// \|///  \\\|//  \\|//  \\\|//
>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <jd at dyatron.co.nz>
Delivered-To: samba at lists.samba.org
Received: from mta5-rme.xtra.co.nz (mta5-rme.xtra.co.nz [203.96.92.17])
  by lists.samba.org (Postfix) with ESMTP id D162D4235 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 21:42:44 -0700 (PDT)
Received: from svl.dyatron.co.nz ([210.86.26.241]) by
  mta5-rme.xtra.co.nz with ESMTP id
  <20010912044634.PUJQ1614157.mta5-rme.xtra.co.nz at svl.dyatron.co.nz> for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 16:46:34 +1200
Received: from ip43 (john.dyatron.co.nz [10.254.254.43] (may be forged))
  by svl.dyatron.co.nz (8.11.4/8.10.2) with SMTP id f8C4kkx19968 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 16:46:47 +1200
Message-ID: <001801c13b45$eafe4880$2bfefe0a at dyatron.co.nz>
From: "John at Dyatron" <jd at dyatron.co.nz>
To: <samba at lists.samba.org>
Subject: Samba 2.2.1a corrupting office documents
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
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.0.6
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/>
Date: Tue Sep 11 21:43:02 2001
X-Original-Date: Wed, 12 Sep 2001 16:44:40 +1200

Running Slackware 8.0 with samba 2.2.1a 20 + win98 client machines
I got corruption on doc and xls files
but not on our dat files ( which were in veto oplocks and are accessed by a
multi-user dos database package called Powerflex Plus)
I disabled all oplocks in smb.conf - which did not fix the problem

2 days later the file were still corrupting
so I compiled 2.0.7 from slackware's ftp site ( with egcs 2.95.3 )
then replaced this - after a small whoops of not moving smb.conf to /etc
from /etc/samba
now the corruption has stopped corrupt files are still corrupt though

through all of this our dos driven database package's dat files did not
corrupt themselves

although occasionally a data file with a counter record is not incremented
every time, this happens with both versions I've used

--
John Duthie <john at dyatron.co.nz>
Dyatron Systems
1 Rankin Ave                       P.O. BOX 15001
New Lynn                           New Lynn
Auckland.                          Auckland.
Phone:  +64 9 8260030
Fax:    +64 9 8260047

Return-Path: <Johann.Seemayer at imk.fzk.de>
Delivered-To: samba at lists.samba.org
Received: from fzkmail2.fzk.de (fzkmail2.fzk.de [141.52.27.52]) by
  lists.samba.org (Postfix) with SMTP id B7CA54253 for
  <samba at lists.samba.org>; Tue, 11 Sep 2001 23:48:02 -0700 (PDT)
Received: FROM hikbkem4.fzk.de BY fzkmail2.fzk.de ; Wed Sep 12 08:51:52
  2001 +0200
Received: from imk.fzk.de (imksunjs.fzk.de [141.52.58.13]) by
  hikbkem4.fzk.de with SMTP (Microsoft Exchange Internet Mail Service
  Version 5.5.2653.13) id SGA4RPLC; Wed, 12 Sep 2001 08:51:51 +0200
Message-ID: <3B9F0607.83D3B711 at imk.fzk.de>
From: Johann Seemayer <Johann.Seemayer at imk.fzk.de>
Organization: Forschungszentrum Karlsruhe / IMK
X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.8 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: Samba mailing list <samba at lists.samba.org>
Subject: Samba on LynxOS 3.0.1
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.0.6
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/>
Date: Tue Sep 11 23:49:02 2001
X-Original-Date: Wed, 12 Sep 2001 08:51:51 +0200

Hello,

I tried to install Samba on LynxOS 3.0.1, but the compilation failed.

Can anybody help me?



Regards
Johann Seemayer

_____________________________________________________________________
 Johann Seemayer 
 Forschungszentrum Karlsruhe GmbH
 IMK, Bau 435
 Postfach 36 40
 76021 Karlsruhe
 Germany

 Telefon: +49 / 72 47 / 82 - 40 06
 Telefax: +49 / 72 47 / 82 - 47 42
 mailto:johann.seemayer at imk.fzk.de
 http://www.fzk.de/imk/imk2/ame

Return-Path: <dobijam at fpc.bielsko.pl>
Delivered-To: samba at lists.samba.org
Received: from fpc.j.pl (dns.bellatrix.com.pl [213.77.108.2]) by
  lists.samba.org (Postfix) with ESMTP id B25EA4677 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 01:40:15 -0700 (PDT)
Received: from FPCSERWIS (pd24.bielsko.sdi.tpnet.pl [217.96.247.24]) by
  fpc.j.pl (8.11.1/8.11.1) with SMTP id f8C8hfr05956 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 08:43:41 GMT
From: =?iso-8859-2?Q?Micha=B3_Dobija?= <dobijam at fpc.bielsko.pl>
To: <samba at lists.samba.org>
Subject: File are locked
Message-ID: <PJELLKAOLNMLLABHFLGAEEBJCAAA.dobijam at fpc.bielsko.pl>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
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.0.6
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/>
Date: Wed Sep 12 01:41:03 2001
X-Original-Date: Wed, 12 Sep 2001 10:45:26 +0200

I have prloblem with samba.
when i use in network both Windows Nt and Windows 98 the database i use is
locked (I can't work on both workstation
). I don't now what shuld be modified in smb.conf

Return-Path: <greig at mcarthur.org.uk>
Delivered-To: samba at lists.samba.org
Received: from fortuna.host4u.net (fortuna.host4u.net [216.71.64.64]) by
  lists.samba.org (Postfix) with ESMTP id 43BA247AD for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 01:41:18 -0700 (PDT)
Received: from HOST7.LETSCOT ([62.254.181.201]) by fortuna.host4u.net
  (8.8.5/8.8.5) with ESMTP id DAA07633 for <samba at lists.samba.org>; Wed,
  12 Sep 2001 03:32:18 -0500
Subject: Permanent mount of NT share
From: Greig McArthur <greig at mcarthur.org.uk>
To: samba at lists.samba.org
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/0.13 (Preview Release)
Message-Id: <1000288155.5266.20.camel at grm-wslinux>
Mime-Version: 1.0
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.0.6
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/>
Date: Wed Sep 12 01:42:03 2001
X-Original-Date: 12 Sep 2001 09:49:13 +0000

Hi All,

I've been persiting for some time to get Samba to work, and have had
some success, but have couple of problems/queries.

1:
I have a small network with a single NT Domain server.  I can use
smbmount to mount a shared folder on the NT server, but can only seem to
mount it in read-only mode.  How can I change this to rw?  
I used smbmount "//server/share /mountpoint" to mount the share, and was
then prompted for my password which was acceptable.

2:
I would like to set up my linux box to automatically mount the NT share
as above.  I tried adding "//server/share /mount smbfs  0 0" to
/etc/mtab but it didn't seem to work.  Any ideas?

Any help would be most appreciated.

For info: I am running SuSE 7.2. and samba 2.2.1a

Thank You,

Greig.

Return-Path: <phchien at cc.ntnu.edu.tw>
Delivered-To: samba at lists.samba.org
Received: from smtp.ntnu.edu.tw (smtp.ntnu.edu.tw [140.122.65.2]) by
  lists.samba.org (Postfix) with ESMTP id 36E7A49A6 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 02:01:03 -0700 (PDT)
Received: from jps ([140.122.65.46]) by smtp.ntnu.edu.tw
  (8.10.2+Sun/8.10.2) with SMTP id f8C94cf07772 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 17:04:38 +0800 (CST)
Message-ID: <03d201c13b68$e1c66e00$2e417a8c at sky>
From: "phchien" <phchien at cc.ntnu.edu.tw>
To: <samba at lists.samba.org>
Subject: User can't change samba passwd
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
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.0.6
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/>
Date: Wed Sep 12 02:02:02 2001
X-Original-Date: Wed, 12 Sep 2001 16:56:58 +0800

Hi, all.
I have compiled and installed SAMBA version 2.2.1a in Linux Mandrake 7.0, and
configured it as a PDC.
I can login into the domain from a windows 98 desktop,
but I can't change password either from windows 98 or from SAMBA server
( telnet to samba server and use the command 'smbpasswd').
The windows popup window told me my passwd was wrong.
The SAMBA server gave me the following msg when I using 'smbpasswd' to change
smb password:
        Machine 127.0.0.1 Rejected the password change: Error was : The
specified password is invalid.
Thd machine log had a record:
        [date.....] smbd/chgpasswd.c:check_oem_password(794)
        check_oem_password: incorrect password length (xxxxxxxxx)

I don't know what happened.
I had encryped passwd=yes and password syc = yes in  the smb.conf file.
Please help me and give me some suggessions.

Return-Path: <David.Raison at icl.com>
Delivered-To: samba at samba.org
Received: from wsmail.icl.co.uk (wsmail.icl.co.uk [194.176.223.197]) by
  lists.samba.org (Postfix) with ESMTP id 2AEE74254 for
  <samba at samba.org>; Wed, 12 Sep 2001 02:15:42 -0700 (PDT)
Received: from mailgate.icl.co.uk (mailgate [172.16.2.21]) by
  wsmail.icl.co.uk (8.8.8/8.8.8) with ESMTP id KAA23767 for
  <samba at samba.org>; Wed, 12 Sep 2001 10:17:05 +0100 (BST)
Received: from vguard2.icl.co.uk (vguard2a.icl.co.uk [172.16.2.24]) by
  mailgate.icl.co.uk (8.9.3/8.9.0) with SMTP id KAA12467 for
  <samba at samba.org>; Wed, 12 Sep 2001 10:19:09 +0100 (BST)
Received: FROM x400.icl.co.uk BY vguard2.icl.co.uk ; Wed Sep 12 10:15:01
  2001 +0100
Received: from fel01suksmsg2.icl.com (fel01suksmsg2.icl.com
  [145.227.201.50]) by x400.icl.co.uk (8.9.3/8.9.2) with ESMTP id
  KAA21121 for <samba at samba.org>; Wed, 12 Sep 2001 10:17:14 +0100 (BST)
Received: by FEL01SUKSMSG2 with Internet Mail Service (5.5.2653.19) id
  <S3DT3RMZ>; Wed, 12 Sep 2001 10:19:55 +0100
Message-ID: <C3C2AFB79FCCD21187710090271F733A042E4D4C at WWMESSM4>
From: Raison David <David.Raison at icl.com>
To: "'samba at samba.org'" <samba at samba.org>
Subject: BugFix for 2.2.1a smbwrapper under solaris2.8
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 02:16:08 2001
X-Original-Date: Wed, 12 Sep 2001 10:18:56 +0100

Hi,
While attempting to use smbsh/smbwrapper on a Solaris 2.8 box (E450 sparc),
I kept getting SEGV's whenever I tried to access a non-unix box.
To cut a longish story short I have tracked this down to a missing call to
codepage_initialise() in the file smbwrapper/smbw.c

I have placed this as follows:

87	lp_load(servicesf,True,False,False);
88
89	codepage_initialise(lp_client_code_page());
90
91	get_myname(global_myname);

and now smbwrapper behaves as expected :-)

FWIW I am using this to allow a server based copy of PCMS to extract files
directly onto client workstations as part of a web based CM system...

David Raison
Development Release, Libra Project.
Phone: (Office) 0118 377 5113, (Mobile) 07956 608 619
E-mail: (Office) david.raison at icl.com (Personal) djr at lemur.co.uk

This e-mail is intended only for the addressee named above. As this e-mail
may contain confidential or privileged information if you are not, or
suspect that you are not, the named addressee or the person responsible for
delivering the message to the named addressee, please telephone us
immediately. Please note that we cannot guarantee that this message or any
attachment is virus free or has not been intercepted and amended. The views
of the author may not necessarily reflect those of the Company.

Return-Path: <rsmart at netaccess.co.nz>
Delivered-To: samba at lists.samba.org
Received: from cirrostratus.netaccess.co.nz
  (cirrostratus.netaccess.co.nz [202.37.101.18]) by lists.samba.org
  (Postfix) with ESMTP id CAB8A44F1 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 02:18:01 -0700 (PDT)
Received: from study (p52-max1.christchurch.netaccess.net.nz
  [210.55.109.52]) by cirrostratus.netaccess.co.nz (8.9.3/8.9.3) with
  SMTP id VAA28030 for <samba at lists.samba.org>; Wed, 12 Sep 2001
  21:21:47 +1200 (NZST)
Message-Id: <3.0.32.20010912211831.006d7328 at pop3.netaccess.co.nz>
X-Sender: smart at pop3.netaccess.co.nz
X-Mailer: Windows Eudora Pro Version 3.0 (32)
To: samba at lists.samba.org
From: Richard Smart <rsmart at netaccess.co.nz>
Subject: Re: Installing a HP-Printer with a JetDirect-Printserver
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
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.0.6
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/>
Date: Wed Sep 12 02:19:02 2001
X-Original-Date: Wed, 12 Sep 2001 21:23:24 +1200

If I understand your question correctly you wish to make the printer on the
HP jetdirect card available via Samba. I have not worked with that
particular HP Jetdirect card, but I have used other models.

I have done this by creating a remote unix printer (use either the
printtool under  X or by editing /etc/printcap) using the
rm=XXX.XXX.XXX.XXX (IP of the Jetdirect card) and rp=raw options in
/etc/printcap

The HP Jetdirect cards normally support lpr mode as a remote "unix printer"
with two possible queues raw and text. Raw does NO processing of the print
data (which is what you want so that the Windows drivers can do there
stuff) and text does do some rudimentary processing (not useful for Samba).

Once you have this configured the normal samba printer config options
apply, because Samaba does not care were the printer is as long as it works
under *nix

HTH

Richard S

At 23:45 11/09/01 +0200, Daniel Bietau wrote:
>Hi,
>
>I'm relatively new to Linux and Samba and would like to setup my
>Samba-server as a printserver.
>I have a HP BIJ 2250tn which has a JetDirect 600 NIC included.
>Can anybody of you gurus give me some information on which settings to
>make in smb.conf and how I get the printer installed under linux,
>especially how to setup the JetDirect-NIC? As I'm  using it with
>WinNT/2000, I've got to setup automaitc printerdriver download as well.
>I now it supports Postscript, so I won't need an extra aps-filter. I've
>already informed me about linux printing, but for a newbee like me it's
>really hard stuff. In the mailinglist-archive I've already found some
>valuable information on how to accomplish this but unfortunately it
>wasn't that comprehensive and plain.
>
>Your help will be very appreciated. Thanks in advance,
>
>Daniel Bietau
>-- 
>To unsubscribe from this list go to the following URL and read the
>instructions:  http://lists.samba.org/mailman/listinfo/samba
>
>

Return-Path: <god at teamlog.fr>
Delivered-To: samba at lists.samba.org
Received: from me-ml2.teamlog.fr (me-ml2.teamlog.fr [194.2.68.40]) by
  lists.samba.org (Postfix) with ESMTP id 4C40745EC for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 03:00:15 -0700 (PDT)
Received: from aletschorn (me-fw1.teamlog.fr [194.2.68.39]) by
  me-ml2.teamlog.fr (8.9.3/8.9.3) with SMTP id MAA28280; Wed, 12 Sep
  2001 12:01:49 +0200
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: "phchien" <phchien at cc.ntnu.edu.tw>, <samba at lists.samba.org>
Subject: RE: User can't change samba passwd
Message-ID: <NFBBJDKKFKKGHPPAIPFGGEJMCHAA.god at teamlog.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <03d201c13b68$e1c66e00$2e417a8c at sky>
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.0.6
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/>
Date: Wed Sep 12 03:01:02 2001
X-Original-Date: Wed, 12 Sep 2001 12:03:14 +0100

Hi,

You can try with encrypted password = No.

And check if your linux's policie doesn't need a minimal lenght for
password.

Best regards,

JC

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of phchien
Sent: Wednesday, September 12, 2001 9:57 AM
To: samba at lists.samba.org
Subject: User can't change samba passwd


Hi, all.
I have compiled and installed SAMBA version 2.2.1a in Linux Mandrake 7.0,
and
configured it as a PDC.
I can login into the domain from a windows 98 desktop,
but I can't change password either from windows 98 or from SAMBA server
( telnet to samba server and use the command 'smbpasswd').
The windows popup window told me my passwd was wrong.
The SAMBA server gave me the following msg when I using 'smbpasswd' to
change
smb password:
        Machine 127.0.0.1 Rejected the password change: Error was : The
specified password is invalid.
Thd machine log had a record:
        [date.....] smbd/chgpasswd.c:check_oem_password(794)
        check_oem_password: incorrect password length (xxxxxxxxx)

I don't know what happened.
I had encryped passwd=yes and password syc = yes in  the smb.conf file.
Please help me and give me some suggessions.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <o.six at cahos.net>
Delivered-To: samba at lists.samba.org
Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de
  [195.20.224.149]) by lists.samba.org (Postfix) with ESMTP id B28E64110
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 03:53:19 -0700 (PDT)
Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by
  moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id
  15h7hc-0006rh-00; Wed, 12 Sep 2001 12:57:09 +0200
Received: from pd9e4eb9b.dip.t-dialin.net ([217.228.235.155]
  helo=main.cahos.net) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2)
  id 15h7hb-0001ux-00; Wed, 12 Sep 2001 12:57:07 +0200
Received: from [192.168.1.2] (work.cahos.net [192.168.1.2]) by
  main.cahos.net (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with SMTP id
  f8CAuvd28041; Wed, 12 Sep 2001 12:57:06 +0200
From: Oliver Six <o.six at cahos.net>
Subject: Re:Why can't they write?
To: "devinr at drone-interactive.com" <devinr at drone-interactive.com>, Samba
  <samba at lists.samba.org>
Lines: 39
Message-ID: <MWMail.gdjbfotj at host.none>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Mailer: Kaufman Mail Warrior 3,61 Final
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.0.6
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/>
Date: Wed Sep 12 03:54:01 2001
X-Original-Date: Wed, 12 Sep 2001 12:51:02 +0200

Devin Rader <devinr at drone-interactive.com> wrote on 11.09.01 23:58:00:

>
>I am having tons of problems figuring out why I seem to have permissions to
>do anything to my shared folder, but others don't.
>
>I have a single shared folder which is supposed to let users read and write
>to it.  I set the Linux permissions wide open.  I have no problems creating
>and saving documents though InterDev to this folder.
>
>Others can view the folders and their contents, but not write to them.  I
>have everyone's Linux account set up identical as far as I can tell.
>
>Can anyone give me some ideas where to start trouble shooting??
>
>Devin M. Rader
>Application Developer
> 
>Drone & Mueller interactive | www.drone-interactive.com
>314.434.3141 | 12977 N Forty Dr, Ste 100 | St Louis, MO 63141  

Hi Devin,

try to use

directory mode = 0000
force directory mode = 0777
create mode = 0000
force create mode = 0666

on that share.

Ciao Oliver
--
Good programming is 40% experience, 30% skill, 20% RTFM, 10% caffeine, and 
5% attention to detail. 

Oliver Six, CAHOS GmbH, Cimbernstr. 51, Germany 81377 Muenchen, Phone +49 
89 71 01 93 40,  Fax +49 89 71 01 93 41 

Return-Path: <bbell at maharam.com>
Delivered-To: samba at lists.samba.org
Received: from MEES (mail.maharam.com [216.0.236.14]) by lists.samba.org
  (Postfix) with ESMTP id D4A6A42ED for <samba at lists.samba.org>; Wed, 12
  Sep 2001 04:24:56 -0700 (PDT)
Received: from mail pickup service by MEES with Microsoft SMTPSVC; Wed,
  12 Sep 2001 07:28:46 -0400
Received: from bashful.maharam.com ([192.0.1.7]) by MEES with Microsoft
  SMTPSVC(5.0.2195.2966); Wed, 12 Sep 2001 07:28:45 -0400
Received: by BASHFUL with Internet Mail Service (5.5.2650.21) id
  <SQ2PK0BL>; Wed, 12 Sep 2001 07:28:45 -0400
Content-Transfer-Encoding: 7bit
Message-ID: <576D236F80B8D3118A0C00508B0F1C2D03036704 at BASHFUL>
From: "Bell, Brad" <bbell at maharam.com>
To: "Samba Mailing List (E-mail)" <samba at lists.samba.org>
Subject: FW: Permanent mount of NT share
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;	charset="iso-8859-1"
X-OriginalArrivalTime: 12 Sep 2001 11:28:45.0387 (UTC)
  FILETIME=[1563E1B0:01C13B7E]
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.0.6
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/>
Date: Wed Sep 12 04:25:02 2001
X-Original-Date: Wed, 12 Sep 2001 07:28:44 -0400

In Linux I use a line like this in fstab:

//fedex_9459/export     /mnt/fedex smbfs
username=FEDEXUSER,password=FEDEXUSER,gid=500 0 0

-----Original Message-----
From: Greig McArthur [mailto:greig at mcarthur.org.uk]
Sent: Wednesday, September 12, 2001 5:49 AM
To: samba at lists.samba.org
Subject: Permanent mount of NT share


Hi All,

I've been persiting for some time to get Samba to work, and have had
some success, but have couple of problems/queries.

1:
I have a small network with a single NT Domain server.  I can use
smbmount to mount a shared folder on the NT server, but can only seem to
mount it in read-only mode.  How can I change this to rw?  
I used smbmount "//server/share /mountpoint" to mount the share, and was
then prompted for my password which was acceptable.

2:
I would like to set up my linux box to automatically mount the NT share
as above.  I tried adding "//server/share /mount smbfs  0 0" to
/etc/mtab but it didn't seem to work.  Any ideas?

Any help would be most appreciated.

For info: I am running SuSE 7.2. and samba 2.2.1a

Thank You,

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

Return-Path: <CharlesM at Media-Brokers.com>
Delivered-To: samba at lists.samba.org
Received: from imf02bis.bellsouth.net (mail002.mail.bellsouth.net
  [205.152.58.22]) by lists.samba.org (Postfix) with ESMTP id A59F84453
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 04:38:20 -0700 (PDT)
Received: from atlws014 ([66.156.61.127]) by imf02bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010912114310.WGKN14020.imf02bis.bellsouth.net at atlws014>; Wed, 12
  Sep 2001 07:43:10 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: "'Terence Milbourn'" <terencem at privacyx.co.uk>
Cc: <samba at lists.samba.org>
Subject: Linux help for NT Admins...
Message-ID: <000b01c13b7f$f4f81930$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <1964616748.20010912024303 at privacyx.co.uk>
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.0.6
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/>
Date: Wed Sep 12 04:40:07 2001
X-Original-Date: Wed, 12 Sep 2001 07:42:09 -0400

No problem...

You might try AbsoluteFTP (from the same guys as SecureCRT)

www.vandyke.com/download/absoluteftp/index.html

Graphical FTP client...

I'm an NT guy too - been playing with Linux (very sporadically) for about a
year now - I really like it, but am still having the same kinds of trouble
as you.

I'm ordering a book that you might be interested in:

Linux for Windows NT/2000 Administrators
by Mark Minasi and Dan York

http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0782127304&from=J
HU543

Sounds like it could be a help to guys like us...

Charles

-----Original Message-----
From: Terence Milbourn [mailto:terencem at privacyx.co.uk]
Sent: Tuesday, September 11, 2001 9:43 PM
To: Charles Marcus
Cc: samba at lists.samba.org
Subject: Re[2]: Linux smoothwall 2.2.19 #4


Hello Charles,

Wednesday, September 12, 2001, 1:27:21 AM, you wrote:

CM> Define 'access'...

Good question.  I guess what I mean is the ability to find and access
text files or scripts and edit them with my GUI based text editor in a
Win2K environment.

CM> If all you want is to be able to remotely administer the machine, you
can
CM> use SSH (you'll have to enable the SSH server on the Linux box) and use
CM> SecureCRT (www.vandyke.com/download/securecrt/index.html) (or some other
CM> terminal emulator) on your windows box.  Works great...

SSH is built-in and a remote shell is easily opened in its browser
interface.  I have tried to FTP the file I need
(/etc/rc.d/rc.firewall.up) and copy it to my Win2K Pro workstation, but
my knowledge of both command-line driven FTP and Linux nomenclature is
holding me back and making it much more difficult than I want it to be.
Don't forget I am at the bottom of my Linux learning curve.

T.


TM> -----Original Message-----
TM> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
TM> Behalf Of Terence Milbourn
TM> Sent: Tuesday, September 11, 2001 8:21 PM
TM> To: samba at lists.samba.org
TM> Subject: Linux smoothwall 2.2.19 #4


TM> I am running a SmoothWall NAT/router which is the only Linux machine
TM> on my network.  All the rest are Win2k Pro or Server.

TM> The Linux distribution that SmoothWall is based upon has its origins
TM> in the VA Linux customized Red Hat based Linux version. It has
TM> subsequently been optimized and heavily cut down in size so that all
TM> that remains is the bare minimum of core functionality that is
TM> required to provide a system that can operate securely as a network
TM> router and firewall. The version of the Linux kernel -- "Linux
TM> smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"

TM> I would like to get access to the Linux router/NAT via the Win2K
TM> environment, but I can't find out how to install 'samba-latest.tar.gz'
TM> on to this cut down distro of Linux.  Got any ideas?  And don't
TM> forget, I'm a Linux newbie.

TM> Many thanks,

TM> T.


--
Terence at [My Home Office] <mailto:terencem at privacyx.co.uk> ICQ: 128497222
Phone: +44 01425.482528  Fax: +44 01425.482529  GSM: +44 0794.6706088
PGP RSA/2K Fingerprint: 877249048a7ece59c95585125ed33755
PGP Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x137D70A7>

...Creative minds have always been known to survive any kind of bad
training. - Anna Freud

Return-Path: <rvt at dds.nl>
Delivered-To: samba at lists.samba.org
Received: from porgy.srv.nld.sonera.net (mbox-01.soneraplaza.nl
  [195.66.15.137]) by lists.samba.org (Postfix) with ESMTP id E5B6D4101
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 05:16:40 -0700 (PDT)
Received: from qn-213-73-192-55.quicknet.nl ([213.73.192.55]:61351 "EHLO
  et.schoenmakerstraat.org") by soneramail.nl with ESMTP id
  <S119546AbRILMTz>; Wed, 12 Sep 2001 14:19:55 +0200
Received: from localhost ([127.0.0.1] helo=dds.nl) by
  et.schoenmakerstraat.org with esmtp (Exim 3.12 #1 (Debian)) id
  15h90H-0002Ey-00; Wed, 12 Sep 2001 14:20:29 +0200
Message-ID: <3B9F5307.62CB5F48 at dds.nl>
From: Ries van twisk <rvt at dds.nl>
Reply-To: rvt at dds.nl
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: terencem at privacyx.co.uk, samba at lists.samba.org
Subject: Re: Linux help for NT Admins...
References: <000b01c13b7f$f4f81930$0b00a8c0 at atlmbi>
Content-Type: text/plain; charset=iso-8859-2
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.0.6
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/>
Date: Wed Sep 12 05:17:01 2001
X-Original-Date: Wed, 12 Sep 2001 14:20:23 +0200

Hi,

I consider myself not a NT admin but I maintain all Win95/98 NT2000
machines on my network.
Origionally I called myself a windows programmer and when choosing a OS
for our fileserver (2 years ago we didn't had one). I did choose for
.....Linux :-).
I booght this book: Unix Unleashed. The Comprehensive Soultion. writtin
by Robin Burk I bought it for $15.00 when I was in the USA two years go.
It's around 1600 pages!!
This book helped me a lot of getting started and still is. (book has
better memory...)
Also Buy/Download the Samba manual for O'reighly.

After digging into that book Unix will be a lot simpeler and you will
hopefully fall in love like I did. I moved away from MFC and now using
Qt to make my software cross-platform. Again Qt was love at first
sight...

Anyway ofter reading the Unix Unleased book you know how to setup your
box. To start of I suggest to try and install VNC. I use VNC to connect
from my Desktop computer (wich runs windows) to my Fileserver at the
other end of the building. When using VNC I have my complete graphical
userinterface again. If VNC is out of the question use ssh to connect to
your box and use 'ed' or a other simple editor

Just my $0.02

Ries




Charles Marcus wrote:
> 
> No problem...
> 
> You might try AbsoluteFTP (from the same guys as SecureCRT)
> 
> www.vandyke.com/download/absoluteftp/index.html
> 
> Graphical FTP client...
> 
> I'm an NT guy too - been playing with Linux (very sporadically) for about a
> year now - I really like it, but am still having the same kinds of trouble
> as you.
> 
> I'm ordering a book that you might be interested in:
> 
> Linux for Windows NT/2000 Administrators
> by Mark Minasi and Dan York
> 
> http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0782127304&from=J
> HU543
> 
> Sounds like it could be a help to guys like us...
> 
> Charles
> 
> -----Original Message-----
> From: Terence Milbourn [mailto:terencem at privacyx.co.uk]
> Sent: Tuesday, September 11, 2001 9:43 PM
> To: Charles Marcus
> Cc: samba at lists.samba.org
> Subject: Re[2]: Linux smoothwall 2.2.19 #4
> 
> Hello Charles,
> 
> Wednesday, September 12, 2001, 1:27:21 AM, you wrote:
> 
> CM> Define 'access'...
> 
> Good question.  I guess what I mean is the ability to find and access
> text files or scripts and edit them with my GUI based text editor in a
> Win2K environment.
> 
> CM> If all you want is to be able to remotely administer the machine, you
> can
> CM> use SSH (you'll have to enable the SSH server on the Linux box) and use
> CM> SecureCRT (www.vandyke.com/download/securecrt/index.html) (or some other
> CM> terminal emulator) on your windows box.  Works great...
> 
> SSH is built-in and a remote shell is easily opened in its browser
> interface.  I have tried to FTP the file I need
> (/etc/rc.d/rc.firewall.up) and copy it to my Win2K Pro workstation, but
> my knowledge of both command-line driven FTP and Linux nomenclature is
> holding me back and making it much more difficult than I want it to be.
> Don't forget I am at the bottom of my Linux learning curve.
> 
> T.
> 
> TM> -----Original Message-----
> TM> From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
> TM> Behalf Of Terence Milbourn
> TM> Sent: Tuesday, September 11, 2001 8:21 PM
> TM> To: samba at lists.samba.org
> TM> Subject: Linux smoothwall 2.2.19 #4
> 
> TM> I am running a SmoothWall NAT/router which is the only Linux machine
> TM> on my network.  All the rest are Win2k Pro or Server.
> 
> TM> The Linux distribution that SmoothWall is based upon has its origins
> TM> in the VA Linux customized Red Hat based Linux version. It has
> TM> subsequently been optimized and heavily cut down in size so that all
> TM> that remains is the bare minimum of core functionality that is
> TM> required to provide a system that can operate securely as a network
> TM> router and firewall. The version of the Linux kernel -- "Linux
> TM> smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"
> 
> TM> I would like to get access to the Linux router/NAT via the Win2K
> TM> environment, but I can't find out how to install 'samba-latest.tar.gz'
> TM> on to this cut down distro of Linux.  Got any ideas?  And don't
> TM> forget, I'm a Linux newbie.
> 
> TM> Many thanks,
> 
> TM> T.
> 
> --
> Terence at [My Home Office] <mailto:terencem at privacyx.co.uk> ICQ: 128497222
> Phone: +44 01425.482528  Fax: +44 01425.482529  GSM: +44 0794.6706088
> PGP RSA/2K Fingerprint: 877249048a7ece59c95585125ed33755
> PGP Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x137D70A7>
> 
> ...Creative minds have always been known to survive any kind of bad
> training. - Anna Freud
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <doggy at miniasp.com>
Delivered-To: samba at samba.org
Received: from ms2.mail2000.com.tw (ms2.mail2000.com.tw
  [211.72.252.247]) by lists.samba.org (Postfix) with SMTP id 717C9469F
  for <samba at samba.org>; Wed, 12 Sep 2001 06:24:33 -0700 (PDT)
Received: from 140.137.201.229 by ms2.mail2000.com.tw with Mail2000
  ESMTP Server V2.71M(63558:0:AUTH_LOGIN) Wed, 12 Sep 2001 21:28:19
  +0800 (CST); (envelope-from <doggy at miniasp.com>)
From: =?big5?B?tsCrT7W/?= <doggy at miniasp.com>
To: <samba at samba.org>
Subject: I can't setup my printer for my win2k
Message-ID: <PGEPKOJLBKMJJJBMKOKOMEMGCOAA.doggy at miniasp.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
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.0.6
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/>
Date: Wed Sep 12 06:25:08 2001
X-Original-Date: Wed, 12 Sep 2001 21:27:54 +0800

Sorry to bother you ...


I don't know how can I setup my network printer correctly, it's take me a lot of times to try.

I add new printer, but it always reply 'Permission Deny' ??

If you can know what I say, please teach me or tell me how to find the answer.
I just can't find any documentation talking about this.

Thanks a lot! ^__^

Best regards,
Doggy

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 520814764 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 06:36:16 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id HAA04326 for <samba at lists.samba.org>; Wed,
  12 Sep 2001 07:40:06 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <003c01c13b91$2ec0ab80$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <3B9F0607.83D3B711 at imk.fzk.de>
Subject: Re: Samba on LynxOS 3.0.1
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Wed Sep 12 06:37:08 2001
X-Original-Date: Wed, 12 Sep 2001 07:45:28 -0600

How did it fail?? What version of samba?

----- Original Message ----- 
From: "Johann Seemayer" <Johann.Seemayer at imk.fzk.de>
To: "Samba mailing list" <samba at lists.samba.org>
Sent: Wednesday, September 12, 2001 12:51 AM
Subject: Samba on LynxOS 3.0.1


Hello,

I tried to install Samba on LynxOS 3.0.1, but the compilation failed.

Can anybody help me?



Regards
Johann Seemayer

_____________________________________________________________________
 Johann Seemayer 
 Forschungszentrum Karlsruhe GmbH
 IMK, Bau 435
 Postfach 36 40
 76021 Karlsruhe
 Germany

 Telefon: +49 / 72 47 / 82 - 40 06
 Telefax: +49 / 72 47 / 82 - 47 42
 mailto:johann.seemayer at imk.fzk.de
 http://www.fzk.de/imk/imk2/ame
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <Jason.Walker at csoconline.com>
Delivered-To: samba at lists.samba.org
Received: from csoc-mail-imc.csoconline.com
  (csoc-mail-imc.csoconline.com [140.169.2.142]) by lists.samba.org
  (Postfix) with ESMTP id 47EAE46F5 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 07:05:57 -0700 (PDT)
Received: by csoc-mail-imc.csoconline.com with Internet Mail Service
  (5.5.2653.19) id <SWV46H7H>; Wed, 12 Sep 2001 09:09:40 -0500
Message-ID: <72222DC86846D411ABD300A0C9EB08A106C52A2B at csoc-mail-box.csoc
  online.com>
From: "Walker, Jason" <Jason.Walker at csoconline.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Cc: "'ssathyan at otg.com'" <ssathyan at otg.com>
Subject: Error joining domain
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 07:07:04 2001
X-Original-Date: Wed, 12 Sep 2001 09:09:52 -0500

Before running smbpasswd to join the domain, first create the machine
account on the domain itself.  On a domain controller, open Server Manager
(under Administrative Tools), and add a new machine to the domain (add it as
Server or Workstation, not Backup Domain Controller).  When this finishes,
highlight the primary domain controller and select Synchronize Entire
Domain.  Then, on the SAMBA server run smbpasswd to join the domain.

Hope this helps,
Jason Walker

From: Sajan Sathyan <ssathyan at otg.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Error while joining Domain.
Date: Mon, 10 Sep 2001 15:56:52 -0400

Hi,

I am new to samba.
I am trying to configure samba on SunOS 5.4. 
I have added a netbios name to the PDC for the sun m/c
then when I try to joint the DOMAIN as 
My setting are

#======================= Global Settings
=====================================
[global]
   workgroup = DEVELOPMENT
   password server = DCDEV
  encrypt passwords = yes
  smb passwd file = /etc/smbpasswd


I get the following error when i try to join the NT domain from the solaris
m/c

[root at cvsserver /]# smbpasswd -j DEVELOPMENT -r DCDEV
Required 22, available 4
Conversion error:No more room(L)
cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT
cli_nt_setup_creds: auth2 challenge failed
modify_trust_password: unable to setup the PDC credentials to machine DCDEV.
Error was : NT_STATUS_NO_TRUST_SAM_ACCOUNT.
2001/09/10 15:06:26 : change_trust_account_password: Failed to change
password for domain development.
Unable to join domain development.

Thanks in Advance


Sajan Sathyan
Software Engineer
OTG Software Inc. 
E-Mail:Sajan Sathyan <mailto:ssathyan at otg.com>
<http://www.otg.com> 

Return-Path: <Glenn.Deans at sea.siemens.com>
Delivered-To: samba at lists.samba.org
Received: from relay.sea.siemens.com (relay1.sea.siemens.com
  [208.5.44.5]) by lists.samba.org (Postfix) with ESMTP id 9556B4AAB for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 07:34:42 -0700 (PDT)
Received: from aph0001a (gtwy.sea.siemens.com [208.5.44.21]) by
  relay.sea.siemens.com with SMTP (Microsoft Exchange Internet Mail
  Service Version 5.5.2650.21) id S2CNTK5Z; Wed, 12 Sep 2001 10:44:52
  -0400
Received: from 161.218.9.44 by aph0001a (InterScan E-Mail VirusWall NT);
  Wed, 12 Sep 2001 10:38:26 -0400 (Eastern Daylight Time)
Received: by irms04.sea.siemens.com with Internet Mail Service
  (5.5.2653.19) id <R65TX70X>; Wed, 12 Sep 2001 10:39:00 -0400
Message-ID: <3EF10BAF5211D5119BEE00805F575D192BB2AE at IBMS01>
From: "Deans, Glenn" <Glenn.Deans at sea.siemens.com>
To: 'Karyn Joseph' <josephk at std.teradyne.com>
Cc: samba at lists.samba.org
Subject: RE: DNS resolution issues
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Wed Sep 12 07:35:08 2001
X-Original-Date: Wed, 12 Sep 2001 10:38:44 -0400

I was having the same problem and had to place a static entry in WINS for my
Samba box.  Once I had that I could resolve from the netbios name.

Glenn A. Deans
Network Security Administrator
Siemens Energy & Automation, Ohio Operations

-----Original Message-----
From: David Collier-Brown [mailto:davecb at canada.sun.com] 
Sent: Tuesday, September 11, 2001 12:43 PM
To: Karyn Joseph; samba at lists.samba.org
Subject: Re: DNS resolution issues


  Short note: your issue may well be with WINS:  You said...

When the person tries to connect to server number one in
NT by connecting to \\server1name\share, they are prompted
for their username repeatedly.  But if they try to connect
to the IP address, the fully qualified Internet name, or
the other server they get a connection no problem.

Sounds like dns lookup to ip address works ok, but netbios name to ip
address is failing...

--dave (distracted) c-b
-- 
David Collier-Brown,           | Always do right. This will gratify 
Americas Customer Engineering, | some people and astonish the rest.
SunPS Integration Services.    |                      -- Mark Twain
(905) 415-2849                 | davecb at canada.sun.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <dlopes at embraer.com.br>
Delivered-To: samba at samba.org
Received: from embsjmx1.embraer.com.br (embsjmx1.embraer.com.br
  [200.210.104.225]) by lists.samba.org (Postfix) with ESMTP id
  082454A49 for <samba at samba.org>; Wed, 12 Sep 2001 07:37:53 -0700 (PDT)
Received: from embsjh03.sjk.emb (embsjh03.sjk.emb [1.70.4.3]) by
  embsjmx1.embraer.com.br (8.11.4/8.11.4) with ESMTP id f8CEgoa53146 for
  <samba at samba.org>; Wed, 12 Sep 2001 11:42:51 -0300 (BRT)
  (envelope-from dlopes at embraer.com.br)
Subject: Multihomed registration
To: samba at samba.org
X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000
Message-ID: <OF3959FB66.745915EB-ON03256AC5.004F87F3 at sjk.emb>
From: dlopes at embraer.com.br
X-MIMETrack: Serialize by Router on EMBSJH03/EMBRAER(Release 5.0.8 |June
  18, 2001) at 09/12/2001 11:44:16 AM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Wed Sep 12 07:38:04 2001
X-Original-Date: Wed, 12 Sep 2001 11:36:24 -0300

Mr.
I have a samba server 2.0.7 installed in a Unix SUN Solaris 2.6 machine.
I am obtaining the following message in the console :

"process_nmb_request: Multihomed registration request must be directed at a
WINS server"

It seems that it is everything normal

How can I stop these messages?

Thanks in advance

Dalton de Moraes Lopes
Q Embraer: Technical Publications: www.embraer.com.br
* Email: dlopes at embraer.com.br
( Phone: 55 12 3452844
q Fax: 55 12 3453132

Return-Path: <asifhabib_khan at yahoo.com>
Delivered-To: samba at samba.org
Received: from web13802.mail.yahoo.com (web13802.mail.yahoo.com
  [216.136.175.12]) by lists.samba.org (Postfix) with SMTP id 8632B4AC3
  for <samba at samba.org>; Wed, 12 Sep 2001 07:48:28 -0700 (PDT)
Message-ID: <20010912145216.22763.qmail at web13802.mail.yahoo.com>
Received: from [63.109.248.58] by web13802.mail.yahoo.com via HTTP; Wed,
  12 Sep 2001 07:52:16 PDT
From: Asif Habib <asifhabib_khan at yahoo.com>
Subject: Why does Samba server do NT authentication ?
To: samba at samba.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Wed Sep 12 07:50:21 2001
X-Original-Date: Wed, 12 Sep 2001 07:52:16 -0700 (PDT)

Hi all,

I am the student of MSc. in computer science, working
on final project in which i have to send user's
credentials in NTLM scheme to properly logging on
NT/2000 server.

First of all congratulation on best and optimized
apparoaches using in Samba server, i didn't read it
thoroughly but semantics shows.

My confusion is "Why does Samba do NT authentication".

I required a flow that tells how plain text passowrds
are hashed into NT, LM format, and how do they get
encrypt with server nonce.


If Samba server provides such a ficility then please
tell me the simple architecture that is used by Samba
server.


Regards,
Asif.



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Return-Path: <jrv116 at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from f04n01.cac.psu.edu (f04s01.cac.psu.edu [128.118.141.31])
  by lists.samba.org (Postfix) with ESMTP id AE4954108 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 07:54:39 -0700 (PDT)
Received: from jesse (tnt3-167-142.cac.psu.edu [130.203.167.142]) by
  f04n01.cac.psu.edu (8.9.3/8.9.3) with SMTP id KAA49360 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 10:58:23 -0400
Message-ID: <002e01c13b9b$739e7a20$9600a8c0 at insight.com>
From: "Jesse Vaughan" <jrv116 at hotmail.com>
To: <samba at lists.samba.org>
Subject: Win2000 Samba problem 
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
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.0.6
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/>
Date: Wed Sep 12 07:55:05 2001
X-Original-Date: Wed, 12 Sep 2001 10:58:19 -0400

--------------------------------------------
****************************************************************
If you can help with this problem please email me you responses at
jrv116 at hotmail.com
****************************************************************
--------------------------------------------


I have a network with about 30 stations on it..I just recently switched the
server to a PDC and so far it works great with the win95/98 machines-- they
login and are authenticated with no problems.

    My Win 2000 machines are a different story... I cant get them to join the
domain..  I get the following error...

    The following error occured in attempting to join the domain "insight":

    The credentials supplied conflict with an existing set of credentials.

Here's how I got there..

1. My samba server is setup with the SMB.CONF file listed at the end of this
mail
2.  In Win 2000 I go to System properties and then the network identification
tab.
3.  From there I click properties
4.  I have my computer name there which was the same as my workgroup computer
name (jesse)
5.  and I switch the member of button from Workgroup to Domain and type
insight into the domain box.
6.  I type in my user name and password...
7. when I hit ok I get the error above.

Here's my smb.conf file...

----------------------------------------------------------

# Global parameters
[global]
      netbios name = MIServer
      workgroup = Insight
      security = user
      server string = Market Insight Server
      encrypt passwords = Yes
      username level = 10
      domain master=yes
      security = user
      local master = yes
      preferred master = yes
      os level = 64
      domain logons = Yes
      logon script = logon.bat
      logon home=\\%L\%U\.UserData
      logon path=\\MIServer\homes
      default service = global
      time server = Yes

[netlogon]
      comment = Network Logon Service
      path=/home/netlogon
      guest ok = yes
      writeable=yes
      share modes = no
      write list = jesse
      create mask = 0775
      force create mode = 0775
      force directory mode = 0775
      browseable=yes
      locking=no


[storage]
      comment = shared directory for all accounts
      path = /storage
      valid users = @Admins @Managers
      hosts allow = 192.168.0.150 192.168.0.151 192.168.0.152 192.168.0.153
192.168.0.154 192.168.0.155 192.168.0.156 192.168.0.157 192.168.0.158
192.168.0.159 192.168.0.160 192.168.0.161
      writeable = Yes
      locking = yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[homes]
      comment = Unix Home Directory Space
      path = %H
      valid users = %S
      hide dot files=yes
      writeable = Yes
      create mask = 0600
      directory mask = 0700
      guest ok = No
      locking = No

[projects]
      comment = shared directory for all accounts
      path = /storage/Projects
      valid users = @Admins @Managers
      writeable = Yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[cfmc]
      comment = shared directory for all accounts
      path = /storage/CFMC
      valid users = @Everyone
       writeable = Yes
      create mask = 0660
      directory mask = 0770
      force create mode =0660
      force directory mode = 0770
      guest ok = No

[etc]
      comment = Root
      path = /
      valid users = jesse
      hosts allow = 192.168.0.150 192.168.0.160
      writeable = Yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[hidden]
      comment = hidden store
      path = /storage
      valid users = @Admins @Managers
      Browsable = No
      writeable = Yes
      locking = yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

Return-Path: <Glenn.Deans at sea.siemens.com>
Delivered-To: samba at lists.samba.org
Received: from relay.sea.siemens.com (relay1.sea.siemens.com
  [208.5.44.5]) by lists.samba.org (Postfix) with ESMTP id AF4F8435E for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 08:05:03 -0700 (PDT)
Received: from aph0001a (gtwy.sea.siemens.com [208.5.44.21]) by
  relay.sea.siemens.com with SMTP (Microsoft Exchange Internet Mail
  Service Version 5.5.2650.21) id S2CNTM4J; Wed, 12 Sep 2001 11:15:14
  -0400
Received: from 161.218.9.44 by aph0001a (InterScan E-Mail VirusWall NT);
  Wed, 12 Sep 2001 11:08:48 -0400 (Eastern Daylight Time)
Received: by irms04.sea.siemens.com with Internet Mail Service
  (5.5.2653.19) id <R65TX881>; Wed, 12 Sep 2001 11:09:21 -0400
Message-ID: <3EF10BAF5211D5119BEE00805F575D192BB2AF at IBMS01>
From: "Deans, Glenn" <Glenn.Deans at sea.siemens.com>
To: "'TAN,RAYMOND-HS (HP-Singapore,ex1)'" <hee-soon-raymond_tan at hp.com>
Cc: samba at lists.samba.org
Subject: RE: Problem with NT mapping
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Wed Sep 12 08:06:01 2001
X-Original-Date: Wed, 12 Sep 2001 11:09:07 -0400

Unfortunately, you cannot map root with NT or Win9x.

Glenn A. Deans
Network Security Administrator
Siemens Energy & Automation, Ohio Operations

-----Original Message-----
From: TAN,RAYMOND-HS (HP-Singapore,ex1) [mailto:hee-soon-raymond_tan at hp.com]

Sent: Tuesday, September 11, 2001 3:48 AM
To: 'samba at samba.org'
Subject: Problem with NT mapping


Hi,
	I have a problem with the mapping of NT and DOS workstation to my
Samba host.  The situation is that I wanted to have one common login but to
have different users mapping to different subdirectories (eg. my user name
is common, so my path setting for the user "common" in the smb.conf is
/home/common, from there user will map onto directories like
\\sambahost\common\userA, etc using the user "common").  My initial test on
Windows 2000 works perfectly fine.  However when I try to map the drives
from the NT and DOS terminal, it seems that we can no longer map to the map
drive \\sambahost\common\userA.  I keep getting the error message that it
cannot find the network resources (however, I realise that I can still map
to \\sambahost\common with that common login, it just seems to be unable to
map one directory lower).  Can you please advise how I can get around this
situation?  Your help will be greatly appreciated.  Thanks.  

Best regards,
Raymond Tan Hee Soon
IJMS Division, System Group
Hewlett Packard Singapore
Ext 2192
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <Glenn.Deans at sea.siemens.com>
Delivered-To: samba at lists.samba.org
Received: from relay.sea.siemens.com (relay1.sea.siemens.com
  [208.5.44.5]) by lists.samba.org (Postfix) with ESMTP id 262C444D4 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 08:07:25 -0700 (PDT)
Received: from aph0001a (gtwy.sea.siemens.com [208.5.44.21]) by
  relay.sea.siemens.com with SMTP (Microsoft Exchange Internet Mail
  Service Version 5.5.2650.21) id S2CNTM5C; Wed, 12 Sep 2001 11:17:34
  -0400
Received: from 161.218.9.44 by aph0001a (InterScan E-Mail VirusWall NT);
  Wed, 12 Sep 2001 11:11:08 -0400 (Eastern Daylight Time)
Received: by irms04.sea.siemens.com with Internet Mail Service
  (5.5.2653.19) id <R65TX9A1>; Wed, 12 Sep 2001 11:11:41 -0400
Message-ID: <3EF10BAF5211D5119BEE00805F575D192BB2B0 at IBMS01>
From: "Deans, Glenn" <Glenn.Deans at sea.siemens.com>
To: 'Sajan Sathyan' <ssathyan at otg.com>
Cc: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: RE: Error while joining Domain.
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Wed Sep 12 08:08:03 2001
X-Original-Date: Wed, 12 Sep 2001 11:11:26 -0400

Is DEVELOPMENT the name of the NT domain?  It seems it's looking for a trust
between the NT domain and DEVELOPMENT.  To work correctly the workgroup
setting must be the NT domain name.

Glenn A. Deans
Network Security Administrator
Siemens Energy & Automation, Ohio Operations

-----Original Message-----
From: Sajan Sathyan [mailto:ssathyan at otg.com] 
Sent: Monday, September 10, 2001 3:57 PM
To: 'samba at lists.samba.org'
Subject: Error while joining Domain.


Hi,

I am new to samba.
I am trying to configure samba on SunOS 5.4. 
I have added a netbios name to the PDC for the sun m/c
then when I try to joint the DOMAIN as 
My setting are

#======================= Global Settings
=====================================
[global]
   workgroup = DEVELOPMENT
   password server = DCDEV
  encrypt passwords = yes
  smb passwd file = /etc/smbpasswd


I get the following error when i try to join the NT domain from the solaris
m/c

[root at cvsserver /]# smbpasswd -j DEVELOPMENT -r DCDEV
Required 22, available 4
Conversion error:No more room(L)
cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT
cli_nt_setup_creds: auth2 challenge failed
modify_trust_password: unable to setup the PDC credentials to machine DCDEV.
Error was : NT_STATUS_NO_TRUST_SAM_ACCOUNT. 2001/09/10 15:06:26 :
change_trust_account_password: Failed to change password for domain
development. Unable to join domain development.

Thanks in Advance


Sajan Sathyan
Software Engineer
OTG Software Inc. 
E-Mail:Sajan Sathyan <mailto:ssathyan at otg.com> <http://www.otg.com> 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <mail at fwr.on.ca>
Delivered-To: samba at lists.samba.org
Received: from icewall.vianet.on.ca (icewall.vianet.on.ca
  [209.91.128.10]) by lists.samba.org (Postfix) with ESMTP id 2EC6B412F
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 08:43:45 -0700 (PDT)
Received: from TYAN586 (BRUCE at hunt-tcs3-port42.vianet.on.ca
  [209.91.148.193]) by icewall.vianet.on.ca (8.9.3/8.9.3) with SMTP id
  LAA24197 for <samba at lists.samba.org>; Wed, 12 Sep 2001 11:51:12 -0400
  (EDT)
Received: from ASUSTWO (ASUSTwo [10.1.1.5]) by TYAN586 (Weasel v1.23)
  for  samba at lists.samba.org; 12 Sep 2001 11:47:42 
To: samba <samba at lists.samba.org>
From: Bruce LaZerte <mail at fwr.on.ca>
Reply-To: Bruce LaZerte <mail at fwr.on.ca>
Subject: Samba and smbfs do not report all files in a directory
X-Mailer: The Polarbar Mailer; version=1.21; build=646
X-Mailer-Platform: Linux; architecture=x86; version=2.4.9muy00
X-Mailer-Java-VM: IBM Corporation; version=J2RE 1.3.0 IBM build
  cx130-20010626 (JIT enabled: jitc); compiler=jitc
Message-ID: <200109121147.000000CY at TYAN586>
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.0.6
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/>
Date: Wed Sep 12 08:44:02 2001
X-Original-Date: Wed, 12 Sep 2001 12:47:23 -0400

Using Linux as a client and Samba's  (V2.0.7-3) smbclient or Linux's smbfs
(kernel 2.4.9), a directory on an OS/2 server with ~200 files is not completely
listed. However another directory with over 400 files, has no problems. Both
OS/2 and Win98 clients can read the problem directory just fine.

Using smbclient:
"ls" only reports files from a* to g*, but not all the g* files.
But "ls h*" to "ls z*" reports the files *without* any error.
I can use "get" to download any file in the problem directory as long as I know
its name.
So the problem seems to be restricted to smbclient's ls function.

Using smbfs:
"ls" only reports files from a* to f*.
"ls g*" reports some files beginning with g, not all.
"ls h*" up to "ls z*" gives me this: 
     ls: h*: Input/output error 
Heres a few lines from the syslog pertaining to that error:
  Sep  3 09:30:20 ASUSTWO kernel: smb_errno: class ERRDOS, code 253 from
command 0x32
  Sep  3 09:30:20 ASUSTWO kernel: smb_errno: class ERRDOS, code 253 from
command 0x32
  Sep  3 09:30:20 ASUSTWO kernel: smb_lookup: find Download/z* failed, error=-5
As with smbclient, I can copy any file from the problem directory as long as I
know its name.

Any suggestions?

Thanks,
Bruce L.
__________________________________________
Bruce LaZerte 
Grandview Lake in Muskoka
Baysville, Ontario, Canada  				

Return-Path: <CharlesM at Media-Brokers.com>
Delivered-To: samba at lists.samba.org
Received: from imf13bis.bellsouth.net (mail213.mail.bellsouth.net
  [205.152.58.153]) by lists.samba.org (Postfix) with ESMTP id 9EC54421A
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 08:46:01 -0700 (PDT)
Received: from atlws014 ([66.156.61.127]) by imf13bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010912155051.JKEO18038.imf13bis.bellsouth.net at atlws014>; Wed, 12
  Sep 2001 11:50:51 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: "'Jesse Vaughan'" <jrv116 at hotmail.com>, <samba at lists.samba.org>
Subject: RE: Win2000 Samba problem 
Message-ID: <000c01c13ba2$8e0382a0$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <002e01c13b9b$739e7a20$9600a8c0 at insight.com>
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.0.6
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/>
Date: Wed Sep 12 08:47:02 2001
X-Original-Date: Wed, 12 Sep 2001 11:49:48 -0400

I had this same problem, then realized that I still had some (persistent)
mapped drives to the old NT server shares.  Once I permanently deleted
(disconnected) these mapped drives, I was able to join no problem...

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Jesse Vaughan
Sent: Wednesday, September 12, 2001 10:58 AM
To: samba at lists.samba.org
Subject: Win2000 Samba problem


--------------------------------------------
****************************************************************
If you can help with this problem please email me you responses at
jrv116 at hotmail.com
****************************************************************
--------------------------------------------


I have a network with about 30 stations on it..I just recently switched the
server to a PDC and so far it works great with the win95/98 machines-- they
login and are authenticated with no problems.

    My Win 2000 machines are a different story... I cant get them to join
the
domain..  I get the following error...

    The following error occured in attempting to join the domain "insight":

    The credentials supplied conflict with an existing set of credentials.

Here's how I got there..

1. My samba server is setup with the SMB.CONF file listed at the end of this
mail
2.  In Win 2000 I go to System properties and then the network
identification
tab.
3.  From there I click properties
4.  I have my computer name there which was the same as my workgroup
computer
name (jesse)
5.  and I switch the member of button from Workgroup to Domain and type
insight into the domain box.
6.  I type in my user name and password...
7. when I hit ok I get the error above.

Here's my smb.conf file...

----------------------------------------------------------

# Global parameters
[global]
      netbios name = MIServer
      workgroup = Insight
      security = user
      server string = Market Insight Server
      encrypt passwords = Yes
      username level = 10
      domain master=yes
      security = user
      local master = yes
      preferred master = yes
      os level = 64
      domain logons = Yes
      logon script = logon.bat
      logon home=\\%L\%U\.UserData
      logon path=\\MIServer\homes
      default service = global
      time server = Yes

[netlogon]
      comment = Network Logon Service
      path=/home/netlogon
      guest ok = yes
      writeable=yes
      share modes = no
      write list = jesse
      create mask = 0775
      force create mode = 0775
      force directory mode = 0775
      browseable=yes
      locking=no


[storage]
      comment = shared directory for all accounts
      path = /storage
      valid users = @Admins @Managers
      hosts allow = 192.168.0.150 192.168.0.151 192.168.0.152 192.168.0.153
192.168.0.154 192.168.0.155 192.168.0.156 192.168.0.157 192.168.0.158
192.168.0.159 192.168.0.160 192.168.0.161
      writeable = Yes
      locking = yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[homes]
      comment = Unix Home Directory Space
      path = %H
      valid users = %S
      hide dot files=yes
      writeable = Yes
      create mask = 0600
      directory mask = 0700
      guest ok = No
      locking = No

[projects]
      comment = shared directory for all accounts
      path = /storage/Projects
      valid users = @Admins @Managers
      writeable = Yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[cfmc]
      comment = shared directory for all accounts
      path = /storage/CFMC
      valid users = @Everyone
       writeable = Yes
      create mask = 0660
      directory mask = 0770
      force create mode =0660
      force directory mode = 0770
      guest ok = No

[etc]
      comment = Root
      path = /
      valid users = jesse
      hosts allow = 192.168.0.150 192.168.0.160
      writeable = Yes
      create mask = 0660
      directory mask = 0770
      guest ok = No

[hidden]
      comment = hidden store
      path = /storage
      valid users = @Admins @Managers
      Browsable = No
      writeable = Yes
      locking = yes
      create mask = 0660
      directory mask = 0770
      guest ok = No
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at lists.samba.org
Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by
  lists.samba.org (Postfix) with ESMTP id 04FA2442D for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 09:03:21 -0700 (PDT)
Received: from xparelay2.corp.hp.com (unknown [15.58.137.112]) by
  palrel1.hp.com (Postfix) with ESMTP id 2EF9E8F7; Wed, 12 Sep 2001
  09:07:07 -0700 (PDT)
Received: from xpabh3.corp.hp.com (xpabh3.corp.hp.com [15.58.136.223])
  by xparelay2.corp.hp.com (Postfix) with ESMTP id 880311F538; Wed, 12
  Sep 2001 09:07:05 -0700 (PDT)
Received: by xpabh3.corp.hp.com with Internet Mail Service (5.5.2653.19)
  id <SPCD2RNP>; Wed, 12 Sep 2001 09:07:04 -0700
Message-ID: <079FD72E42C9D311B854009027650E6F0758F069 at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: 'Bruce LaZerte' <mail at fwr.on.ca>, samba <samba at lists.samba.org>
Subject: RE: Samba and smbfs do not report all files in a directory
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 09:04:03 2001
X-Original-Date: Wed, 12 Sep 2001 09:07:03 -0700

Hi Bruce,
I'd do a dir g* on the OS/2 server, and an ls g* in smbclient
and see what filenames are missing; see if there's anything unusual
about one or more of the filenames starting with "g" that are missing
from the smbclient ls g*.  Also, maybe post your smb.conf file (sans
comments) as well as the aforementioned dir and ls listings to the 
samba list so we can see if we can spot anything.
Thanks,
Don

-----Original Message-----
From: Bruce LaZerte [mailto:mail at fwr.on.ca]
Sent: Wednesday, September 12, 2001 12:47 PM
To: samba
Subject: Samba and smbfs do not report all files in a directory


Using Linux as a client and Samba's  (V2.0.7-3) smbclient or Linux's smbfs
(kernel 2.4.9), a directory on an OS/2 server with ~200 files is not
completely
listed. However another directory with over 400 files, has no problems. Both
OS/2 and Win98 clients can read the problem directory just fine.

Using smbclient:
"ls" only reports files from a* to g*, but not all the g* files.
But "ls h*" to "ls z*" reports the files *without* any error.
I can use "get" to download any file in the problem directory as long as I
know
its name.
So the problem seems to be restricted to smbclient's ls function.

Using smbfs:
"ls" only reports files from a* to f*.
"ls g*" reports some files beginning with g, not all.
"ls h*" up to "ls z*" gives me this: 
     ls: h*: Input/output error 
Heres a few lines from the syslog pertaining to that error:
  Sep  3 09:30:20 ASUSTWO kernel: smb_errno: class ERRDOS, code 253 from
command 0x32
  Sep  3 09:30:20 ASUSTWO kernel: smb_errno: class ERRDOS, code 253 from
command 0x32
  Sep  3 09:30:20 ASUSTWO kernel: smb_lookup: find Download/z* failed,
error=-5
As with smbclient, I can copy any file from the problem directory as long as
I
know its name.

Any suggestions?

Thanks,
Bruce L.
__________________________________________
Bruce LaZerte 
Grandview Lake in Muskoka
Baysville, Ontario, Canada  				
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <morndorff at AvistaAdvantage.com>
Delivered-To: samba at lists.samba.org
Received: from ADVMAIL2 (unknown [63.227.188.43]) by lists.samba.org
  (Postfix) with ESMTP id 3C3F044AC for <samba at lists.samba.org>; Wed, 12
  Sep 2001 09:08:16 -0700 (PDT)
Received: by ADVMAIL2 with Internet Mail Service (5.5.2653.19) id
  <RJ21KNKQ>; Wed, 12 Sep 2001 09:11:48 -0700
Message-ID: <D7E6F7BCE508D511821400508BE15C4E01EE5BFC at ADVMAIL2>
From: "Orndorff, Mark" <morndorff at AvistaAdvantage.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: URGENT!!: browsing using wildcards
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 09:09:04 2001
X-Original-Date: Wed, 12 Sep 2001 09:11:41 -0700

Please...
Any help on this issue is GREATLY appreciated.

We have a samba server hosting files with underscores in the names. When we
try to issue a dir command using wildcards and under scores no results are
returned even though matching files exist.

This seems to have to do more with "." and wildcards than underscores.

A file named "3084.40_0..tif"
is matched by "dir *.*_0..tif"
but not by "dir *_0..tif"

Any solutions?


Samba Version  2.0.7
OS Tru64 v5.1

smb.conf as follows:
# Samba config file created using SWAT
# from 
# Date: 2001/09/06 09:48:45

# Global parameters
[global]
        workgroup = MYDOMAIN
        netbios name = MYSAMBASERVERNAME
        netbios aliases = SOMEALIAS
        interfaces = XXX.XX.X.XX XXX.XX.X.XXX
        security = DOMAIN
        encrypt passwords = Yes
        password server = MYPDC
        username map = /usr/local/samba/lib/username.map
        log file = /usr/local/samba/log.%m
        name resolve order = wins lmhosts host bcast
        change notify timeout = 15
        keepalive = 15
        read prediction = Yes
        read size = 32768
        socket options = TCP_NODELAY SO_SNDBUF=65536 SO_KEEPALIVE
        load printers = No
        printcap name = /etc/printcap
        local master = No
        wins server = XXX.XX.X.XX
        printing = bsd
        print command = lpr -r -P%p %s
        lpq command = lpq -P%p
        lprm command = lprm -P%p %j
        short preserve case = No
        level2 oplocks = Yes
        browseable = yes

...
...
...

[images]
        path = /mypath
        guest account = someosuser
        writeable = Yes
        guest ok = Yes
        hosts allow = XXX.XX. XX.
        #hide dot files = yes
        veto files = /quota.*/.tags/

Mark Orndorff
UNIX Administrator
morndorff at AvistaAdvantage.com
-- 
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: <sergiomerida at mindef.mil.gt>
Delivered-To: samba at lists.samba.org
Received: from mail.mindef.mil.gt (unknown [216.230.145.61]) by
  lists.samba.org (Postfix) with ESMTP id DE1EC443C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 09:17:47 -0700 (PDT)
Received: by MAILSERVER with Internet Mail Service (5.5.2653.19) id
  <SVB4ZJB9>; Wed, 12 Sep 2001 10:15:26 -0600
Message-ID: <5967455343F2D411ACDF00D0B7A9A074224DC5 at MAILSERVER>
From: "Merida Rojas, Sergio Antonio" <sergiomerida at mindef.mil.gt>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: help ...
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 09:18:06 2001
X-Original-Date: Wed, 12 Sep 2001 10:15:26 -0600

the testparam is :
Load smb config files from /usr/local/samba/lib/smb.conf
INFO: Debug class all level = 2   (pid 10526 from pid 10526)
Unknown parameter encountered: "pidfile dir"
Ignoring unknown parameter "pidfile dir"
handle_source_env: Failed to open file , Error was Error 0
WARNING: The "alternate permissions"option is deprecated
Processing section "[homes]"
Processing section "[printers]"
Processing section "[tmp]"
Loaded services file OK.
Press enter to see a dump of your service definitions                 

maybe you can to say me de error becase the testparm print other settins and
my smb.conf don't have it.

Return-Path: <nik at nothing-going-on.demon.co.uk>
Delivered-To: samba at lists.samba.org
Received: from nothing-going-on.demon.co.uk
  (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by
  lists.samba.org (Postfix) with ESMTP id 48D5F49B3 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 09:18:21 -0700 (PDT)
Received: (from nik at localhost) by nothing-going-on.demon.co.uk
  (8.11.3/8.11.3) id f8CG8fu78576 for samba at lists.samba.org; Wed, 12 Sep
  2001 17:08:41 +0100 (BST) (envelope-from nik)
From: Nik Clayton <nik at freebsd.org>
To: samba at lists.samba.org
Subject: Samba, LDAP, FreeBSD
Message-ID: <20010912170841.F18986 at clan.nothing-going-on.org>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Organization: FreeBSD Project <URL:http://www.freebsd.org/>
X-Converted-To-Plain-Text: from multipart/signed 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.0.6
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/>
Date: Wed Sep 12 09:19:02 2001
X-Original-Date: Wed, 12 Sep 2001 17:08:41 +0100

Hi folks,

Is anyone on this list using the combination of Samba, LDAP, and
FreeBSD to create a PDC?

N
--
FreeBSD: The Power to Serve             http://www.freebsd.org/
FreeBSD Documentation Project           http://www.freebsd.org/docproj/

          --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---

[demime 0.98b removed an attachment of type application/pgp-signature]

Return-Path: <mail at fwr.on.ca>
Delivered-To: samba at lists.samba.org
Received: from icewall.vianet.on.ca (icewall.vianet.on.ca
  [209.91.128.10]) by lists.samba.org (Postfix) with ESMTP id A77FC45BF
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 09:28:15 -0700 (PDT)
Received: from TYAN586 (BRUCE at hunt-tcs3-port26.vianet.on.ca
  [209.91.148.177]) by icewall.vianet.on.ca (8.9.3/8.9.3) with SMTP id
  MAA28566 for <samba at lists.samba.org>; Wed, 12 Sep 2001 12:35:42 -0400
  (EDT)
Received: from ASUSTWO (ASUSTwo [10.1.1.5]) by TYAN586 (Weasel v1.23)
  for  samba at lists.samba.org; 12 Sep 2001 12:31:57 
To: samba <samba at lists.samba.org>
From: Bruce LaZerte <mail at fwr.on.ca>
Reply-To: Bruce LaZerte <mail at fwr.on.ca>
In-Reply-To: <079FD72E42C9D311B854009027650E6F0758F069 at xatl02.atl.hp.com
  >
References: <079FD72E42C9D311B854009027650E6F0758F069 at xatl02.atl.hp.com>
Subject: Re: Samba and smbfs do not report all files in a directory
X-Mailer: The Polarbar Mailer; version=1.21; build=646
X-Mailer-Platform: Linux; architecture=x86; version=2.4.9muy00
X-Mailer-Java-VM: IBM Corporation; version=J2RE 1.3.0 IBM build
  cx130-20010626 (JIT enabled: jitc); compiler=jitc
Message-ID: <200109121231.000000D4 at TYAN586>
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.0.6
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/>
Date: Wed Sep 12 09:29:02 2001
X-Original-Date: Wed, 12 Sep 2001 13:31:38 -0400

** Reply to message from "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com> on Wed,
12 Sep 2001 09:07:03 -0700

Don,

Much to my embarassment, but also relief, the problem seems to have gone away.

Yesterday we did a major cleanup of that LAN drive and moved some directories
around, including the problem directory. I just realized now that the problem
has since disappeared...

I'll keep your suggestions in mind in case it crops up again.

Thanks,
Bruce

>I'd do a dir g* on the OS/2 server, and an ls g* in smbclient
>and see what filenames are missing; see if there's anything unusual
>about one or more of the filenames starting with "g" that are missing
>from the smbclient ls g*.  Also, maybe post your smb.conf file (sans
>comments) as well as the aforementioned dir and ls listings to the 
>samba list so we can see if we can spot anything.
__________________________________________
Bruce LaZerte 
Grandview Lake in Muskoka
Baysville, Ontario, Canada  				

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f160.law14.hotmail.com [64.4.21.160]) by
  lists.samba.org (Postfix) with ESMTP id 58BC2411A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 09:39:11 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 09:43:01 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Wed, 12 Sep 2001 16:43:00 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: solaris 2.8, windows 9x, nt samba setup
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F1605FKWcUfIDy3EmNK0000cca2 at hotmail.com>
X-OriginalArrivalTime: 12 Sep 2001 16:43:01.0061 (UTC)
  FILETIME=[FC3F6750:01C13BA9]
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.0.6
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/>
Date: Wed Sep 12 09:40:03 2001
X-Original-Date: Wed, 12 Sep 2001 16:43:00 +0000

Hi,

anyone in here has the setup instructions on sparc solaris, windows9x,
nt of samba installations?.
sam

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f214.law14.hotmail.com [64.4.21.214]) by
  lists.samba.org (Postfix) with ESMTP id B562F411A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 09:49:22 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 09:53:12 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Wed, 12 Sep 2001 16:53:12 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: samba for windows
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F214BqujsclWXSZ3Zs30000bf70 at hotmail.com>
X-OriginalArrivalTime: 12 Sep 2001 16:53:12.0256 (UTC)
  FILETIME=[688C5C00:01C13BAB]
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.0.6
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/>
Date: Wed Sep 12 09:50:03 2001
X-Original-Date: Wed, 12 Sep 2001 16:53:12 +0000

Hi,

Do I have to download and install samba for windows 9.x also?.
where are the packages for it?.
S

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <CharlesM at Media-Brokers.com>
Delivered-To: samba at lists.samba.org
Received: from imf07bis.bellsouth.net (mail307.mail.bellsouth.net
  [205.152.58.167]) by lists.samba.org (Postfix) with ESMTP id C7F44443E
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 09:52:48 -0700 (PDT)
Received: from atlws014 ([66.156.61.127]) by imf07bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010912165738.WYIG12551.imf07bis.bellsouth.net at atlws014> for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 12:57:38 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: <samba at lists.samba.org>
Subject: Weird messages
Message-ID: <001001c13bab$e26ec080$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
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.0.6
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/>
Date: Wed Sep 12 09:53:02 2001
X-Original-Date: Wed, 12 Sep 2001 12:56:35 -0400

I just got two really weird messages (bounces?) - anyone know whats up here?

************* Begin Quote *************

This message was created automatically by mail delivery software (Exim).

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  root at pn58.warszawa.sdi.tpnet.pl
    retry time not reached for any host after a long failure period

------ This is a copy of the message, including all the headers. ------

Return-path: <CharlesM at Media-Brokers.com>
Received: from bronze.backend.namezero.com ([10.0.0.4] helo=bronze)
	by mail-out.namezero.com with esmtp (Exim 3.30 #1)
	id 15gxsP-0003fy-00
	for root at pn58.warszawa.sdi.tpnet.pl; Tue, 11 Sep 2001 17:27:37 -0700
Received: from lists.samba.org (HELO lists.samba.org)
(samba.sourceforge.net/198.186.203.85)
  by bronze with SMTP; Tue, 11 Sep 2001 17:28:05 -0700 (PDT)
  Apparently from: samba-admin at lists.samba.org
  On behalf of:
  stanley at sts-home.net
Received: from va.samba.org (localhost [127.0.0.1])
	by lists.samba.org (Postfix) with ESMTP
	id D780B4A72; Tue, 11 Sep 2001 17:24:04 -0700 (PDT)
Delivered-To: samba at lists.samba.org
Received: from imf08bis.bellsouth.net (mail108.mail.bellsouth.net
  [205.152.58.48]) by lists.samba.org (Postfix) with ESMTP id 2E2654A3A
  for <samba at lists.samba.org>; Tue, 11 Sep 2001 17:23:32 -0700 (PDT)
Received: from atlws014 ([66.156.70.69]) by imf08bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010912002823.PRAO17949.imf08bis.bellsouth.net at atlws014>; Tue, 11
  Sep 2001 20:28:23 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: "'Terence Milbourn'" <terencem at privacyx.co.uk>
Cc: <samba at lists.samba.org>
Subject: RE: Linux smoothwall 2.2.19 #4
Message-ID: <000701c13b21$b0b2c530$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <9eatptgiur77tfthk4a8r13vq4ofrlsi1f at news.privacyx.co.uk>
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.0.6
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/>
X-Original-Date: Tue, 11 Sep 2001 20:27:21 -0400
Date: Tue, 11 Sep 2001 20:27:21 -0400
X-NZ-Hop-Count: 1

Define 'access'...

If all you want is to be able to remotely administer the machine, you can
use SSH (you'll have to enable the SSH server on the Linux box) and use
SecureCRT (www.vandyke.com/download/securecrt/index.html) (or some other
terminal emulator) on your windows box.  Works great...

Charles

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Terence Milbourn
Sent: Tuesday, September 11, 2001 8:21 PM
To: samba at lists.samba.org
Subject: Linux smoothwall 2.2.19 #4


I am running a SmoothWall NAT/router which is the only Linux machine
on my network.  All the rest are Win2k Pro or Server.

The Linux distribution that SmoothWall is based upon has its origins
in the VA Linux customized Red Hat based Linux version. It has
subsequently been optimized and heavily cut down in size so that all
that remains is the bare minimum of core functionality that is
required to provide a system that can operate securely as a network
router and firewall. The version of the Linux kernel -- "Linux
smoothwall 2.2.19 #4 Tue Jul 10 10:15:37 BST 2001 i586 unknown"

I would like to get access to the Linux router/NAT via the Win2K
environment, but I can't find out how to install 'samba-latest.tar.gz'
on to this cut down distro of Linux.  Got any ideas?  And don't
forget, I'm a Linux newbie.

Many thanks,

T.

--
Terence Milbourn [at My Home Office]
PGP Fingerprint: AEBC 7D05 B00E CFFF 3BE7  5241 A9B9 B505 258A 085F
Auto-responder: <mailto:pgpkeys at privacyx.co.uk?subject=0x258A085F>
--
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

-----------------
Charles Marcus
I.T. Director
Media Brokers International
770-516-9234 x224
770-516-8918 fax

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from sva.slu.edu (avb.slu.edu [165.134.36.3]) by
  lists.samba.org (Postfix) with ESMTP id A581E44A0; Wed, 12 Sep 2001
  10:13:18 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K88Z6AJXM89359OU at SLU.EDU>; Wed, 12 Sep 2001
  12:13:15 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: logon script help needed
To: samba at lists.samba.org, samba-ntdom at lists.samba.org
Message-id: <3B9F98C7.F2A54CA5 at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
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.0.6
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/>
Date: Wed Sep 12 10:14:12 2001
X-Original-Date: Wed, 12 Sep 2001 12:17:59 -0500

All,
    I have logon script = file.bat and login path = \\%L\PROFILE\%U and
this works fine but for only one user. All other users do not run the
script. They run the system policies, but not the script. Any ideas as
to why just one user would run the script and no other users would? I
tried another computer ,thinking somehow the netbios name was being
remembered and that was why only the one user was running the script,
but it did not run from the second computer using a user other than the
one that runs the script. All help is greatly appreciated as I am stuck
on this issue.

Cheers,
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"

Return-Path: <bratcher at tpr.com>
Delivered-To: samba at lists.samba.org
Received: from isaiah.tpr-east.com (host-64-65-206-13.choiceone.net
  [64.65.206.13]) by lists.samba.org (Postfix) with ESMTP id 35BF443FE;
  Wed, 12 Sep 2001 10:29:49 -0700 (PDT)
Received: from tpr.com ([192.168.1.100]) by isaiah.tpr-east.com
  (8.10.2/8.8.7) with ESMTP id f8CHXTs07681; Wed, 12 Sep 2001 13:33:30
  -0400
Message-ID: <3B9F9C68.6E21DFB4 at tpr.com>
From: Mark Bratcher <bratcher at tpr.com>
Organization: Torrey Pines Research
X-Mailer: Mozilla 4.75 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Tony Ricker <rickera2 at SLU.EDU>
Cc: samba at lists.samba.org, samba-ntdom at lists.samba.org
Subject: Re: logon script help needed
References: <3B9F98C7.F2A54CA5 at slu.edu>
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.0.6
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/>
Date: Wed Sep 12 10:30:27 2001
X-Original-Date: Wed, 12 Sep 2001 13:33:28 -0400

Tony,

Did you set up a [netlogon] share? That path for that share is where it
looks for the logon script file.

Tony Ricker wrote:
> 
> All,
>     I have logon script = file.bat and login path = \\%L\PROFILE\%U and
> this works fine but for only one user. All other users do not run the
> script. They run the system policies, but not the script. Any ideas as
> to why just one user would run the script and no other users would? I
> tried another computer ,thinking somehow the netbios name was being
> remembered and that was why only the one user was running the script,
> but it did not run from the second computer using a user other than the
> one that runs the script. All help is greatly appreciated as I am stuck
> on this issue.
> 
> Cheers,
> -------------------------------
> Tony Ricker
> Technology Coordinator
> SLUCare - P.M.O.
> St. Louis University
> Phone:  314.977.6844
> E-mail: rickera2 at slu.edu
> -------------------------------
> "In the beginners mind, there
> are many possibilities. In the
> experts mind, there are few"
> - Shunryu Suzuki
> -------------------------------
> "Think Different"

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

Return-Path: <rvt at dds.nl>
Delivered-To: samba at lists.samba.org
Received: from porgy.srv.nld.sonera.net (mbox-01.soneraplaza.nl
  [195.66.15.137]) by lists.samba.org (Postfix) with ESMTP id 5F8B84571
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 10:29:51 -0700 (PDT)
Received: from qn-213-73-192-55.quicknet.nl ([213.73.192.55]:61355 "EHLO
  et.schoenmakerstraat.org") by soneramail.nl with ESMTP id
  <S70745AbRILRc6>; Wed, 12 Sep 2001 19:32:58 +0200
Received: from localhost ([127.0.0.1] helo=dds.nl) by
  et.schoenmakerstraat.org with esmtp (Exim 3.12 #1 (Debian)) id
  15hDst-0002I6-00; Wed, 12 Sep 2001 19:33:11 +0200
Message-ID: <3B9F9C56.F83DFC0B at dds.nl>
From: Ries van twisk <rvt at dds.nl>
Reply-To: rvt at dds.nl
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: "Sam !" <sol_unix at hotmail.com>
Cc: samba at lists.samba.org
Subject: Re: Q: samba for windows
References: <F214BqujsclWXSZ3Zs30000bf70 at hotmail.com>
Content-Type: text/plain; charset=iso-8859-2
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.0.6
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/>
Date: Wed Sep 12 10:30:49 2001
X-Original-Date: Wed, 12 Sep 2001 19:33:10 +0200

> Hi,
> 
> Do I have to download and install samba for windows 9.x also?.
> where are the packages for it?.
> S
> 
There is no such thing as Samba for windows.
Samba talks the SMB protocol, also known as CIFS.
Win computers already talks SMB/CIFS so there is no need to install
anything other then NetbIOS over TCP/IP on your windows computer.
(netBIOS is on by default when TCP/IP is the ownly protocol installed on
a Win computer).

Server setup is the same for all *nix server so I suggest read the
manuals starting with the PDF file and go to O'Reighly and buy/download
the Samba book.


Ries

Return-Path: <adam at ccpo.odu.edu>
Delivered-To: samba at lists.samba.org
Received: from ccpo.odu.edu (kuroshio.ccpo.odu.edu [128.82.230.5]) by
  lists.samba.org (Postfix) with ESMTP id 799E24AE2 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 10:32:39 -0700 (PDT)
Received: from typhoon.ccpo.odu.edu (typhoon.ccpo.odu.edu
  [128.82.230.10]) by ccpo.odu.edu (8.9.3+Sun/8.9.3) with ESMTP id
  NAA03430 for <samba at lists.samba.org>; Wed, 12 Sep 2001 13:36:19 -0400
  (EDT)
Received: from localhost (adam at localhost) by typhoon.ccpo.odu.edu
  (8.10.2+Sun/8.10.2) with SMTP id f8CHZwW02839 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 13:35:58 -0400 (EDT)
X-Authentication-Warning: typhoon.ccpo.odu.edu: adam owned process doing
  -bs
From: Adam Lenda <adam at ccpo.odu.edu>
To: samba at lists.samba.org
Subject: printing
Message-ID: <Pine.SOL.3.96.1010912133044.2837A-100000 at typhoon.ccpo.odu.e
  du>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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.0.6
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/>
Date: Wed Sep 12 10:33:09 2001
X-Original-Date: Wed, 12 Sep 2001 13:35:58 -0400 (EDT)

I'm trying to configure [printers] on 2.2.1a
i have a 2.0.6 server up and running it does not have any problems

Home directory's share with out a problem however,
The printers on my solaris 8 box are available to my NT clients but
when i install them the NT client they are not given a port to print to.
Then i also get <access denied> message in the blue windowes bar when i
open the printer on the NT client. please i'm desperate for help here, i
have to retire the older server at the end of the week, and i have to have
this up by then.

my current [printers] section is the defualt defined in the documentation:
[printers]
   path = /usr/spool/samba
   guest ok = yes
   printable = yes

any help would be apreicated thankyou, please reply to this address and i
will sumerize to the list.

 _________________________________________ 
 \Adam Lenda                              \
  \Old Dominion University                 \
   \   Computer Science Major               \
    \Center for Coastal Physical Oceanography\
     \   Digital Plumber/Systems Administrator\
      \                                        \
       \  "Perspective is all and nothing."     \
        \________________________________________\

Return-Path: <aka at ispras.ru>
Delivered-To: samba at lists.samba.org
Received: from pluton.ispras.ru (pluton.ispras.ru [194.186.94.6]) by
  lists.samba.org (Postfix) with SMTP id DA9184B35 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 10:48:25 -0700 (PDT)
Received: (qmail 12569 invoked from network); 12 Sep 2001 17:48:04 -0000
Received: from unknown (HELO gate.ispras.ru) (194.67.37.200) by
  pluton.ispras.ru with SMTP; 12 Sep 2001 17:48:04 -0000
Received: from hotabich.ispras.ru (hotabich.ispras.ru [194.67.37.246])
  by gate.ispras.ru (8.11.2/8.11.1) with ESMTP id f8CHqWs12761 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 21:52:32 +0400 (MSK)
Received: from altius (altius.ispras.ru [194.67.37.78]) by
  hotabich.ispras.ru (Postfix) with SMTP id B55041C01A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 21:50:34 +0400 (MSD)
From: "Andrey Karaulov" <aka at ispras.ru>
To: <samba at lists.samba.org>
Subject: Stupid question
Message-ID: <PBEDIELBNMCMFGMCPLAPCEOGCAAA.aka at ispras.ru>
MIME-Version: 1.0
Content-Type: text/plain; charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
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.0.6
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/>
Date: Wed Sep 12 10:49:02 2001
X-Original-Date: Wed, 12 Sep 2001 21:55:26 +0400

Hi!

I use the 2.2.1 version of Samba.
I have created the following config file:
-------------------
[global]
workgroup = TLOGIC

[homes]
guest ok = no
read only = no
-------------------

Then I try to execute `smbclient -L tellura -U%` and I have following
message (from user, not from root):
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share
name)

tellura - it is Samba server

In the log.smb i have following:
Can't change directory to /root/tmp (Permission denied)

What does it mean?

Thank you.

Return-Path: <adam at ccpo.odu.edu>
Delivered-To: samba at lists.samba.org
Received: from ccpo.odu.edu (kuroshio.ccpo.odu.edu [128.82.230.5]) by
  lists.samba.org (Postfix) with ESMTP id 5D0B74B5A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 10:50:03 -0700 (PDT)
Received: from oyashio.ccpo.odu.edu (oyashio.ccpo.odu.edu
  [128.82.230.9]) by ccpo.odu.edu (8.9.3+Sun/8.9.3) with ESMTP id
  NAA03488 for <samba at lists.samba.org>; Wed, 12 Sep 2001 13:53:43 -0400
  (EDT)
Received: from localhost (adam at localhost) by oyashio.ccpo.odu.edu
  (8.10.2+Sun/8.10.2) with SMTP id f8CHsBE00606 for
  <samba at lists.samba.org.>; Wed, 12 Sep 2001 13:54:11 -0400 (EDT)
X-Authentication-Warning: oyashio.ccpo.odu.edu: adam owned process doing
  -bs
From: Adam Lenda <adam at ccpo.odu.edu>
To: samba at lists.samba.org
Subject: printer help
Message-ID: <Pine.SOL.3.96.1010912135326.513C-100000 at oyashio.ccpo.odu.ed
  u>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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.0.6
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/>
Date: Wed Sep 12 10:51:05 2001
X-Original-Date: Wed, 12 Sep 2001 13:54:11 -0400 (EDT)

I'm trying to configure [printers] on 2.2.1a
i have a 2.0.6 server up and running it does not have any problems

Home directory's share with out a problem however,
The printers on my solaris 8 box are available to my NT clients but
when i install them the NT client they are not given a port to print to.
Then i also get <access denied> message in the blue windowes bar when i
open the printer on the NT client. please i'm desperate for help here, i
have to retire the older server at the end of the week, and i have to have
this up by then.

my current [printers] section is the defualt defined in the documentation:
[printers]
   path = /usr/spool/samba
   guest ok = yes
   printable = yes

any help would be apreicated thankyou, please reply to this address and i
will sumerize to the list.


 _________________________________________ 
 \Adam Lenda                              \
  \Old Dominion University                 \
   \   Computer Science Major               \
    \Center for Coastal Physical Oceanography\
     \   Digital Plumber/Systems Administrator\
      \                                        \
       \  "Perspective is all and nothing."     \
        \________________________________________\

Return-Path: <Chris_Blessing at elementk.com>
Delivered-To: samba at lists.samba.org
Received: from zdefwall-ext.elementk.com (zdefwall.elementk.com
  [63.162.15.250]) by lists.samba.org (Postfix) with SMTP id C6A2E4B8C
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 10:58:18 -0700 (PDT)
Received: from no.name.available by zdefwall-ext.elementk.com via smtpd
  (for samba.sourceforge.net [198.186.203.85]) with SMTP; 12 Sep 2001
  17:57:18 UT
Subject: Re: Stupid question
To: samba at lists.samba.org
X-Mailer: Lotus Notes Release 5.0.5  September 22, 2000
Message-ID: <OF8C8651BE.308B56AF-ON85256AC5.0062F960 at elementk.com>
From: Chris_Blessing at elementk.com
X-MIMETrack: Serialize by Router on CANADICE/Element K(Release 5.0.8
  |June 18, 2001) at 09/12/2001 02:01:49 PM
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Wed Sep 12 10:59:10 2001
X-Original-Date: Wed, 12 Sep 2001 14:01:47 -0400

You must perform that as root, not a regular user (as noted by the lack of
ability to cd /root/tmp).

Chris Blessing
Web Developer - Element K Journals, LLC
chris_blessing at elementk.com | 716.350.1281
http://www.elementkjournals.com



|--------+--------------------------->
|        |          "Andrey Karaulov"|
|        |          <aka at ispras.ru>  |
|        |          Sent by:         |
|        |          samba-admin at lists|
|        |          .samba.org       |
|        |                           |
|        |                           |
|        |          09/12/2001 01:55 |
|        |          PM               |
|        |                           |
|--------+--------------------------->
  >---------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                                             |
  |       To:     <samba at lists.samba.org>                                                                                                       |
  |       cc:                                                                                                                                   |
  |                                                                                                                                             |
  |       Subject:     Stupid question                                                                                                          |
  >---------------------------------------------------------------------------------------------------------------------------------------------|




Hi!

I use the 2.2.1 version of Samba.
I have created the following config file:
-------------------
[global]
workgroup = TLOGIC

[homes]
guest ok = no
read only = no
-------------------

Then I try to execute `smbclient -L tellura -U%` and I have following
message (from user, not from root):
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share
name)

tellura - it is Samba server

In the log.smb i have following:
Can't change directory to /root/tmp (Permission denied)

What does it mean?

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

Return-Path: <yjavadi at yahoo.com>
Delivered-To: samba at samba.org
Received: from web13404.mail.yahoo.com (web13404.mail.yahoo.com
  [216.136.175.62]) by lists.samba.org (Postfix) with SMTP id 8C42C41A1
  for <samba at samba.org>; Wed, 12 Sep 2001 11:08:41 -0700 (PDT)
Message-ID: <20010912181230.33738.qmail at web13404.mail.yahoo.com>
Received: from [24.190.199.19] by web13404.mail.yahoo.com via HTTP; Wed,
  12 Sep 2001 11:12:30 PDT
From: Yeganeh JAVADI <yjavadi at yahoo.com>
Subject: NT group information
To: samba at samba.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Wed Sep 12 11:09:07 2001
X-Original-Date: Wed, 12 Sep 2001 11:12:30 -0700 (PDT)

Hi,

I am using samba 2.0.7-36 configured in Domain
Security level as a memeber of a Windows NT 4 PDC. I
saw in O'Reilly documentation that the NT domain
authentification returns user attiributes such as
Username, Full name, Description, SID, NT group, and
so on. I could get the user by %u parameter but I
would like to know how to get other values especially
the NT group name of a user. I tried %g without any
success.

Thanks in advance.

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Return-Path: <root at battleship1.samba.org>
Delivered-To: samba at lists.samba.org
Received: from blueyonder.co.uk (pcow028o.blueyonder.co.uk
  [195.188.53.124]) by lists.samba.org (Postfix) with ESMTP id BE6C04790
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 12:22:56 -0700 (PDT)
Received: from battleship1 ([62.31.241.145]) by blueyonder.co.uk  with
  Microsoft SMTPSVC(5.5.1877.687.68); Wed, 12 Sep 2001 20:26:55 +0100
Content-Type: text/plain; charset="iso-8859-1"
From: root <webdesigndept at blueyonder.co.uk>
Reply-To: webdesigndept at blueyonder.co.uk
To: samba at lists.samba.org
Subject: Not listening for calling name
X-Mailer: KMail [version 1.2]
MIME-Version: 1.0
Message-Id: <01091220240100.01556 at battleship1>
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.0.6
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/>
Date: Wed Sep 12 12:23:02 2001
X-Original-Date: Wed, 12 Sep 2001 20:24:01 +0100

# ./smbclient -L battleship1 -d 4
added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
Client started (version 2.2.1a).
resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was 
No such file or directory
resolve_hosts: Attempting host lookup for name battleship1<0x20>
Connecting to 192.168.0.1 at port 139
session request to BATTLESHIP1 failed (Not listening for calling name)
resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was 
No such file or directory
resolve_hosts: Attempting host lookup for name battleship1<0x20>
Connecting to 192.168.0.1 at port 139
session request to *SMBSERVER failed (Not listening for calling name)


I get the above when I try to debug this

any ideas?


Gloria

Return-Path: <jrv116 at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from f04n01.cac.psu.edu (f04s01.cac.psu.edu [128.118.141.31])
  by lists.samba.org (Postfix) with ESMTP id 8A62D4139 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 12:24:39 -0700 (PDT)
Received: from jesse (tnt3-167-150.cac.psu.edu [130.203.167.150]) by
  f04n01.cac.psu.edu (8.9.3/8.9.3) with SMTP id PAA71276 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 15:28:25 -0400
Message-ID: <002001c13bc1$2d518a50$9600a8c0 at jesse>
From: "Jesse Vaughan" <jrv116 at hotmail.com>
To: <samba at lists.samba.org>
Subject: procedure number out of range Win2k error
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
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.0.6
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/>
Date: Wed Sep 12 12:25:02 2001
X-Original-Date: Wed, 12 Sep 2001 15:28:54 -0400

I'm trying to connect win 2k workstations to samba PDC.. and I'm getting the
"procedure number out of range? do you know how to fix it?? I'm running samba
v2.0.7.. My PDC works fine with my Win 95/98 machines.. just not the win2k
systems.

will upgrading to samba 2.2.1 fix this??  has anyone else had this problem??
how did you resolve it?

Jesse Vaughan

Return-Path: <cbarry at infiniconsys.com>
Delivered-To: samba at samba.org
Received: from mail.infiniconsys.com
  (dsl254-096-012.nyc1.dsl.speakeasy.net [216.254.96.12]) by
  lists.samba.org (Postfix) with ESMTP id BB6734137 for
  <samba at samba.org>; Wed, 12 Sep 2001 12:57:58 -0700 (PDT)
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Subject: Server String Question
Message-ID: <08628CA53C6CBA4ABAFB9E808A5214CB342E at mercury.infiniconsys.c
  om>
Thread-Topic: Server String Question
Thread-Index: AcE7xcCh3Lj6rvJ3Qrm8TBEj8RuMBg==
From: "Barry, Christopher" <cbarry at infiniconsys.com>
To: "Samba (E-mail)" <samba at samba.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.0.6
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/>
Date: Wed Sep 12 12:59:01 2001
X-Original-Date: Wed, 12 Sep 2001 16:01:47 -0400

Hi all,
	I've created a few netbios alias servers in my domain. I use the
include = smb.conf.%L directive in my primary smb.conf file. Problem is
this: I want each alias server to display it's own individual server
string. If I leave out the server string directive from the main
smb.conf file, the default of Samba 2.2.1a is displayed - even though in
the global sections of the sub-conf files I've specified the server
string. Is this ability simply not implemented? Any help would be much
appreciated.


Regards,
Christopher Barry
SysAdmin
InfiniCon Systems

Return-Path: <wdozierlist at gborocollege.edu>
Delivered-To: samba at samba.org
Received: from gborocollege.edu (calvin.gborocollege.edu
  [192.154.62.152]) by lists.samba.org (Postfix) with ESMTP id D89B44137
  for <samba at samba.org>; Wed, 12 Sep 2001 12:58:16 -0700 (PDT)
Received: from [192.154.62.2] (account <wdozierlist at gborocollege.edu>)
  by gborocollege.edu (CommuniGate Pro WebUser 3.4.8) with HTTP id
  242572 for <samba at samba.org>; Wed, 12 Sep 2001 15:59:11 -0400
From: "Wayne" <wdozierlist at gborocollege.edu>
Subject: password sync
To: <samba at samba.org>
X-Mailer: CommuniGate Pro Web Mailer v.3.4.8
Message-ID: <web-242572 at gborocollege.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
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.0.6
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/>
Date: Wed Sep 12 12:59:09 2001
X-Original-Date: Wed, 12 Sep 2001 15:59:11 -0400

I was wondering if anyone had any info on what I should use
for password syncronazation.  I tried using chat but it did
not work like I thought it would.  Here is what I am wanting
to accomplish.  I want to be able to add a user and change
thier password and everything take place in both the
/etc/passwd file ass well as the /etc/samba/smbpasswd file.
Is this possible.  I am running Linux 7.1 and samba 2.2.1a
I have read alittle about PAM but it seems to work only with
encrypted passwords = no.  Any help would be greatly
appreciated

Wayne Dozier

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f225.law14.hotmail.com [64.4.21.225]) by
  lists.samba.org (Postfix) with ESMTP id 86D344BE1 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 13:01:37 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 13:05:26 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Wed, 12 Sep 2001 20:05:25 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: sparc/solris 2.8 samaba config
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F225cUhQiljENsnqIFL0000c196 at hotmail.com>
X-OriginalArrivalTime: 12 Sep 2001 20:05:26.0037 (UTC)
  FILETIME=[4337AC50:01C13BC6]
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.0.6
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/>
Date: Wed Sep 12 13:02:03 2001
X-Original-Date: Wed, 12 Sep 2001 20:05:25 +0000

Hi,

Could somone tell how to config my sparc/sol 2.8 system for
all windows 9.x PCs to be able to access it?. as weel as nt.
ip address is 10.1.xx.xxx

S

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at samba.org
Received: from palrel2.hp.com (palrel2.hp.com [156.153.255.234]) by
  lists.samba.org (Postfix) with ESMTP id 27CF14B99 for
  <samba at samba.org>; Wed, 12 Sep 2001 13:06:11 -0700 (PDT)
Received: from xparelay1.corp.hp.com (unknown [15.58.136.173]) by
  palrel2.hp.com (Postfix) with ESMTP id A796F54E; Wed, 12 Sep 2001
  13:09:56 -0700 (PDT)
Received: from xpabh1.corp.hp.com (xpabh1.corp.hp.com [15.58.136.191])
  by xparelay1.corp.hp.com (Postfix) with ESMTP id DB56A1F561; Wed, 12
  Sep 2001 13:09:55 -0700 (PDT)
Received: by xpabh1.corp.hp.com with Internet Mail Service (5.5.2653.19)
  id <SKHPJ1J7>; Wed, 12 Sep 2001 13:09:55 -0700
Message-ID: <079FD72E42C9D311B854009027650E6F0758F06D at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: "'Barry, Christopher'" <cbarry at infiniconsys.com>, "Samba (E-mail)"
  <samba at samba.org>
Subject: RE: Server String Question
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Wed Sep 12 13:07:02 2001
X-Original-Date: Wed, 12 Sep 2001 13:09:51 -0700

Hi Barry;
problem is that it is nmbd that is responsible for delivering the 
server string to the master browsers, and you only get ONE of these.
So when you are looking at a list of servernames/comments, this info is 
comming from some browse master, and it will only get what is in the
smb.conf
file.
hope this helps,
Don
-----Original Message-----
From: Barry, Christopher [mailto:cbarry at infiniconsys.com]
Sent: Wednesday, September 12, 2001 4:02 PM
To: Samba (E-mail)
Subject: Server String Question


Hi all,
	I've created a few netbios alias servers in my domain. I use the
include = smb.conf.%L directive in my primary smb.conf file. Problem is
this: I want each alias server to display it's own individual server
string. If I leave out the server string directive from the main
smb.conf file, the default of Samba 2.2.1a is displayed - even though in
the global sections of the sub-conf files I've specified the server
string. Is this ability simply not implemented? Any help would be much
appreciated.


Regards,
Christopher Barry
SysAdmin
InfiniCon Systems
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <hugo.levasseur at mcgill.ca>
Delivered-To: samba at lists.samba.org
Received: from water.cc.mcgill.ca (water.CC.McGill.CA [132.206.27.29])
  by lists.samba.org (Postfix) with ESMTP id 9288F412C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 13:33:05 -0700 (PDT)
Received: from proserpine ([132.206.67.90]) by water.cc.mcgill.ca
  (8.11.6/8.11.0) with ESMTP id f8CKarF13378 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 16:36:53 -0400 (EDT)
From: "Hugo Levasseur" <hugo.levasseur at mcgill.ca>
To: "Samba Mailing List" <samba at lists.samba.org>
Subject: multiple security level for different shares
Message-ID: <000201c13bca$a249c260$5a43ce84 at ugrad.pc.ece.mcgill.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook, Build 10.0.2627
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.0.6
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/>
Date: Wed Sep 12 13:34:01 2001
X-Original-Date: Wed, 12 Sep 2001 16:36:38 -0400

Hi,
 
Is it possible to use multiple security levels in one smb.conf file?
If so, what is the simplest way to do so and where can I get
information?
 
Thank you!
 
Hugo

Return-Path: <root at battleship1.samba.org>
Delivered-To: samba at lists.samba.org
Received: from blueyonder.co.uk (pcow024o.blueyonder.co.uk
  [195.188.53.126]) by lists.samba.org (Postfix) with ESMTP id 29E6D411C
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 14:14:27 -0700 (PDT)
Received: from battleship1 ([62.31.241.145]) by blueyonder.co.uk  with
  Microsoft SMTPSVC(5.5.1877.687.68); Wed, 12 Sep 2001 22:09:21 +0100
Content-Type: text/plain; charset="iso-8859-1"
From: Su <webdesigndept at blueyonder.co.uk>
Reply-To: webdesigndept at blueyonder.co.uk
To: samba at lists.samba.org
Subject: Re: Not listening for calling name
X-Mailer: KMail [version 1.2]
References: <01091220240100.01556 at battleship1>
  <3B9FB813.6BA2A763 at slu.edu>
In-Reply-To: <3B9FB813.6BA2A763 at slu.edu>
MIME-Version: 1.0
Message-Id: <01091222062600.01780 at battleship1>
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.0.6
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/>
Date: Wed Sep 12 14:15:02 2001
X-Original-Date: Wed, 12 Sep 2001 22:06:26 +0100

The  file does not exist in the Samba 2.2.1a installation package.
Do I need to make one myself + what should I put in it?

Gloria

On Wednesday 12 September 2001  8:31 pm, you wrote:
> Gloria,
>     It is very BAD to be root and especially to read mail as root. Anyway,
> does the file exist? Does the path to the file exist? If not, create the
> needed directories/files and try again.
>
> Tony
>
> root wrote:
> > # ./smbclient -L battleship1 -d 4
> > added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
> > Client started (version 2.2.1a).
> > resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> > startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error
> > was No such file or directory
> > resolve_hosts: Attempting host lookup for name battleship1<0x20>
> > Connecting to 192.168.0.1 at port 139
> > session request to BATTLESHIP1 failed (Not listening for calling name)
> > resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> > startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error
> > was No such file or directory
> > resolve_hosts: Attempting host lookup for name battleship1<0x20>
> > Connecting to 192.168.0.1 at port 139
> > session request to *SMBSERVER failed (Not listening for calling name)
> >
> > I get the above when I try to debug this
> >
> > any ideas?
> >
> > Gloria
> > --
> > To unsubscribe from this list go to the following URL and read the
> > instructions:  http://lists.samba.org/mailman/listinfo/samba
>
> --
> -------------------------------
> Tony Ricker
> Technology Coordinator
> SLUCare - P.M.O.
> St. Louis University
> Phone:  314.977.6844
> E-mail: rickera2 at slu.edu
> -------------------------------
> "In the beginners mind, there
> are many possibilities. In the
> experts mind, there are few"
> - Shunryu Suzuki
> -------------------------------
> "Think Different"

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id E93CD4210 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 14:28:16 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id RAA07372 for samba at lists.samba.org; Wed, 12 Sep 2001
  17:32:03 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: controlling time on public computers:off topic
Message-ID: <20010912173203.A7347 at hammershome.com>
References: <000d01c13ac0$dc2cf430$fd49a8c0 at babel>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Mutt/1.2.5i
In-Reply-To: <000d01c13ac0$dc2cf430$fd49a8c0 at babel>; from
  wilmar.perez at caribe.udea.edu.co on Tue, Sep 11, 2001 at 07:54:14AM
  -0500
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.0.6
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/>
Date: Wed Sep 12 14:29:02 2001
X-Original-Date: Wed, 12 Sep 2001 17:32:03 -0400

On Tue, Sep 11, 2001 at 07:54:14AM -0500, Wilmar Pirez wrote:
> Hello guys
> 
> I know this is possibly off topic, perhaps it's not.  Let's see.  I've got a
> public computer room with 20 computers in it, they all are running Windows
> 98, they also do authenticate as Samba users to a RH6.2 box.  What I want to
> know, if it is possible to contro the time each user access the system.  For
> example, can I give a one hour time to the user and after that the system
> (either the PC or throughout the Samba server) authomatically disconnect the
> user and close the section?
> 
> Or does anyone know about a free windows software to do so on each terminal?
> 
> Any help will be appreciated.
> 
> Thanks
This sounds like a perfect job for a preexec script on the server.
Make a login preexec script which sends the users name (unique user names or
the machines name) to a file. Every minute another  script runs, checks to see who
has been logged on for 50 minutes, and sends a popup message to the user,
telling him to save his stuff and log off.
I don't know how to gracefully log him off, that is, saving his stuff if
he is still logged on after 60 minutes, but you could just kill the smbd
process he is using to get him off.
You would also have to have some way for the preexec script to check when he last
logged on before you let him log on.
This is really not as hard as it sounds, IMO.
Joel

Return-Path: <rogelio at ats-corp.com>
Delivered-To: samba at lists.samba.org
Received: from stimpy.ats-corp.com (unknown [63.172.19.4]) by
  lists.samba.org (Postfix) with ESMTP id 613B6446C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 14:32:37 -0700 (PDT)
Subject: Re: Winbindd -- before I send a bug report
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-ID: <70603A72A37FD411B11600600898FB76074FAC at stimpy.ats-corp.com>
Thread-Topic: Re: Winbindd -- before I send a bug report
content-class: urn:content-classes:message
Thread-Index: AcE70vdJ+9UGE/kKSuSTuvsuDr3Pow==
From: "Rogelio J. Baucells" <rogelio at ats-corp.com>
To: <samba at lists.samba.org>
Cc: <tony at cantech.net.au>
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.0.6
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/>
Date: Wed Sep 12 14:33:02 2001
X-Original-Date: Wed, 12 Sep 2001 17:36:22 -0400

Hello Tony

I noticed this problem with winbindd like a month ago and posted it in a
thread called 'Winbindd Problem'. I have tried the HEAD and SAMBA_2_2
branches without any success.

I saw your patch and it looks fine to me (I am not a SAMBA developper).
I am going to try it to see if it works for me.

Rogelio J.

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from sva.slu.edu (avb.slu.edu [165.134.36.3]) by
  lists.samba.org (Postfix) with ESMTP id 817EA44DB; Wed, 12 Sep 2001
  14:45:06 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K898O802XK9359YX at SLU.EDU>; Wed, 12 Sep 2001
  16:45:01 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: Logon script help
To: Samba <samba at lists.samba.org>, Samba NT-Dom
  <samba-ntdom at lists.samba.org>
Message-id: <3B9FD878.23359147 at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
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.0.6
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/>
Date: Wed Sep 12 14:46:11 2001
X-Original-Date: Wed, 12 Sep 2001 16:49:44 -0500

All,
    I thought I saw this question before, but I could not find it. I
want to have the logon script map a users drive, but the path is
/home/department/username. I tried to put the
logon path =\\%L\Profile\%G\%U thinking this would map it. (the %G is
for group) but it gives an error 63. I did get it to work for all users
without the shares being in a sub folder of home so thanks for your help
on that, it was the permissions. Any ideas? I would like to keep this
share schema as it keeps the directories well organized. I appreciate
all your help.

Cheers,

Tony

--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f229.law14.hotmail.com [64.4.21.229]) by
  lists.samba.org (Postfix) with ESMTP id BC3DE449A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 14:51:51 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 14:55:40 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Wed, 12 Sep 2001 21:55:40 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: samba quests
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F229vQJvmge1hpwwtGe0000c526 at hotmail.com>
X-OriginalArrivalTime: 12 Sep 2001 21:55:40.0685 (UTC)
  FILETIME=[A9DADBD0:01C13BD5]
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.0.6
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/>
Date: Wed Sep 12 14:52:08 2001
X-Original-Date: Wed, 12 Sep 2001 21:55:40 +0000

Hi,
1) With the following smb.conf can i assume that all pcs on 10.1.*.* network
will see this sparc/solaris2.8 system?.
2)is this good enough as a smb.conf file?.
S

# cat smb.conf
[global]

   workgroup = ENGINEERING
   hosts allow = 10.1.*.*
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY
   dns proxy = no

[homes]
   comment = myhome area
   path=/home/myhome
   public=yes
   writable = yes
   printable=no
   create mask=0777
#

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <abartlet at pcug.org.au>
Delivered-To: samba at lists.samba.org
Received: from dnscache.cbr.au.asiaonline.net
  (dnscache.cbr.au.asiaonline.net [210.215.8.100]) by lists.samba.org
  (Postfix) with ESMTP id A05CF4586 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 14:56:15 -0700 (PDT)
Received: from piglett.bartlett.house (as3-82.cbr.au.asiaonline.net
  [210.215.11.82]) by dnscache.cbr.au.asiaonline.net (8.10.2/8.10.2)
  with ESMTP id f8CLxvo14162; Thu, 13 Sep 2001 07:59:58 +1000 (EST)
Received: from yowiee.bartlett.house (IDENT:root at yowiee.bartlett.house
  [192.168.1.99]) by piglett.bartlett.house (8.9.3/8.8.7) with ESMTP id
  HAA11480; Thu, 13 Sep 2001 07:59:50 +1000
Received: from bartlett.house (IDENT:abartlet at piglett.bartlett.house
  [192.168.1.1]) by yowiee.bartlett.house (8.9.3/8.8.7) with ESMTP id
  HAA16410; Thu, 13 Sep 2001 07:59:50 +1000
Message-ID: <3B9FDAD6.9B375A8E at bartlett.house>
From: Andrew Bartlett <abartlet at pcug.org.au>
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Joel Hammer <Joel at HammersHome.com>
Cc: samba at lists.samba.org
Subject: Re: controlling time on public computers:off topic
References: <000d01c13ac0$dc2cf430$fd49a8c0 at babel>
  <20010912173203.A7347 at hammershome.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.0.6
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/>
Date: Wed Sep 12 14:57:03 2001
X-Original-Date: Thu, 13 Sep 2001 07:59:50 +1000

Joel Hammer wrote:
> 
> On Tue, Sep 11, 2001 at 07:54:14AM -0500, Wilmar Pirez wrote:
> > Hello guys
> >
> > I know this is possibly off topic, perhaps it's not.  Let's see.  I've got a
> > public computer room with 20 computers in it, they all are running Windows
> > 98, they also do authenticate as Samba users to a RH6.2 box.  What I want to
> > know, if it is possible to contro the time each user access the system.  For
> > example, can I give a one hour time to the user and after that the system
> > (either the PC or throughout the Samba server) authomatically disconnect the
> > user and close the section?
> >
> > Or does anyone know about a free windows software to do so on each terminal?
> >
> > Any help will be appreciated.
> >
> > Thanks
> This sounds like a perfect job for a preexec script on the server.
> Make a login preexec script which sends the users name (unique user names or
> the machines name) to a file. Every minute another  script runs, checks to see who
> has been logged on for 50 minutes, and sends a popup message to the user,
> telling him to save his stuff and log off.
> I don't know how to gracefully log him off, that is, saving his stuff if
> he is still logged on after 60 minutes, but you could just kill the smbd
> process he is using to get him off.
> You would also have to have some way for the preexec script to check when he last
> logged on before you let him log on.
> This is really not as hard as it sounds, IMO.

The easiet way I can see to to this is with a small visual-basic applet
used to connect the user to the server.  Then just set a timer and
attempt to disconnect.  This is what I use at Hawker College
(hawkerc.net).  http://hawkerc.net/stu-serv/login-stu-7.zip for the
source.

Andrew Bartlett

-- 
Andrew Bartlett                                 abartlet at pcug.org.au
Samba Team member, Build Farm maintainer        abartlet at samba.org
Student Network Administrator, Hawker College   abartlet at hawkerc.net
http://samba.org     http://build.samba.org     http://hawkerc.net

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f108.law14.hotmail.com [64.4.21.108]) by
  lists.samba.org (Postfix) with ESMTP id B69AF449A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 15:07:02 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 15:10:51 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Wed, 12 Sep 2001 22:10:51 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: pc can not find solaris with samba, need help
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F108f3ednHM3SOlbpH70000d68c at hotmail.com>
X-OriginalArrivalTime: 12 Sep 2001 22:10:51.0544 (UTC)
  FILETIME=[C8C4E980:01C13BD7]
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.0.6
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/>
Date: Wed Sep 12 15:08:02 2001
X-Original-Date: Wed, 12 Sep 2001 22:10:51 +0000

Hi,
I have sparc solaris 2.8 and i installed the samba in /usr/local/.
my smb.conf in /usr/local/samba/lib/  looks like the one in below.
In my nt pc on the network i go search for this unix box by its hostname
which "engine1". it can not find it. no pc can find this unix box.

could someone please help?.
S
# cat smb.conf
[global]

   workgroup = ENGINEERING
   hosts allow = 10.1.*.*
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY
   dns proxy = no

[homes]
   comment = myhome area
   path=/home/myhome
   public=yes
   writable = yes
   printable=no
   create mask=0777

# ps -ef|grep smbd
    root   296     1  0 14:44:58 ?        0:00 /usr/local/samba/bin/smbd -D 
-s/u
sr/local/samba/lib/smb.conf
    root   462   451  0 15:08:23 pts/4    0:00 grep smbd

# ps -ef|grep nmbd
    root   298     1  0 14:44:59 ?        0:00 /usr/local/samba/bin/nmbd -D 
-s/u
sr/local/samba/lib/smb.conf
    root   464   451  0 15:08:56 pts/4    0:00 grep nmbd



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <Wwinrigh at thecreek.com>
Delivered-To: samba at lists.samba.org
Received: from sptmlx02.thecreek.com (unknown [204.120.131.132]) by
  lists.samba.org (Postfix) with ESMTP id 722424100 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 15:16:32 -0700 (PDT)
Received: from lynx.thecreek.com (lynx.thecreek.com [10.1.0.109]) by
  sptmlx02.thecreek.com (Build 101 8.9.3/NT-8.9.3) with ESMTP id
  PAA04332 for <samba at lists.samba.org>; Wed, 12 Sep 2001 15:18:38 -0700
Received: by lynx.thecreek.com with Internet Mail Service (5.5.2653.19)
  id <SHHCL22W>; Wed, 12 Sep 2001 15:20:19 -0700
Message-ID: <A2A55F1A173A0A439BB3C024BCAA044B5F0AD4 at sptexc01>
From: Wade Winright <Wwinrigh at thecreek.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: Printer queue
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
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.0.6
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/>
Date: Wed Sep 12 15:17:02 2001
X-Original-Date: Wed, 12 Sep 2001 15:24:26 -0700

Hello all,
I am having a problem with my RH 7.1, Samba 2.2.1a, CUPS 1.1.10 print server
on a Win nt/2k network. 
My problem is that everything but the clients print queue view works fine. 
Everything prints, every option works well, but without the ability to view
and cancel print jobs, my superiors are going to give it a No-Go.
This only is a problem from NT/2k clients, but win95 clients can see the
queue and jobs. 
NT/2K clients see a message stating "Access denied, unable to connect"
Smb.conf:
 
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2001/09/10 08:49:11
 
# Global parameters
[global]
        wins server = XX.X.X.XXX
        domain master = False
        add user script = /usr/sbin/useradd %u -g smbuser
        announce version = 5.0
        printing = cups
        dns proxy = No
        encrypt passwords = Yes
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        max log size = 50
        preferred master = False
        interfaces = eth0
        password server = XXXPDC01
        delete user script = /usr/sbin/userdel %u
        security = DOMAIN
        server string = Samba Server
        workgroup = CWC
        log file = /var/log/samba/log.%m
        netbios name = LNXPRN01
               
[homes]
        comment = Home Directories
        read only = No
        browseable = No
 
[printers]
        path = /var/spool/samba
        printable = yes
        print command = lpr -P %p -o raw %s -r
        lpq command = lpstat -o %p
        lprm command = cancel %p-%j 
        browseable = Yes 
        
        
[test]
        comment = test
        path = /tmp
            guest ok = Yes
 
Any hints or help would be GREATLY appreciated...
 
Thanks for the time,
Wade

Return-Path: <hugo.levasseur at mcgill.ca>
Delivered-To: samba at lists.samba.org
Received: from water.cc.mcgill.ca (water.CC.McGill.CA [132.206.27.29])
  by lists.samba.org (Postfix) with ESMTP id DDC46411C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 16:48:30 -0700 (PDT)
Received: from proserpine ([132.206.67.90]) by water.cc.mcgill.ca
  (8.11.6/8.11.0) with ESMTP id f8CNqIF13306 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 19:52:18 -0400 (EDT)
From: "Hugo Levasseur" <hugo.levasseur at mcgill.ca>
To: "Samba Mailing List" <samba at lists.samba.org>
Subject: about mutiple security levels
Message-ID: <000001c13be5$eef97540$5a43ce84 at ugrad.pc.ece.mcgill.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook, Build 10.0.2627
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.0.6
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/>
Date: Wed Sep 12 16:49:02 2001
X-Original-Date: Wed, 12 Sep 2001 19:52:03 -0400

in the samba docs I find
 
"It is possible to use smbd in a hybrid mode where it is offers both
user and share level security under different
<http://ca.samba.org/samba/docs/man/smb.conf.5.html#NETBIOSALIASES>
NetBIOS aliases" 
 
no clue aas to how to do this though .. anyone know?
 
Hugo

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 370C34137 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 17:20:19 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id UAA08457 for samba at lists.samba.org; Wed, 12 Sep 2001
  20:24:07 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: Printer queue
Message-ID: <20010912202406.B8178 at hammershome.com>
References: <A2A55F1A173A0A439BB3C024BCAA044B5F0AD4 at sptexc01>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <A2A55F1A173A0A439BB3C024BCAA044B5F0AD4 at sptexc01>; from
  Wwinrigh at thecreek.com on Wed, Sep 12, 2001 at 03:24:26PM -0700
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.0.6
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/>
Date: Wed Sep 12 17:21:06 2001
X-Original-Date: Wed, 12 Sep 2001 20:24:06 -0400

You asked for ideas. 
I would make debug = 3 in global and look over the logs.
Is this a problem only with printer shares or all shares?
Have you tried making guests ok in the printer shares?
Have you tried making a separate share for each printer, something like the
share below?
Maybe trying lpq not lpstat would help in the lpq command.
BTW, I only have windows95/98 clients.
Many people seem to have permissions problems with cups. I did, that's why I
switched from mandrake to RH, which has lprng.
Once you stop trying to use redhats' autoconfiguration tool and just do
/etc/printcap by hand with checkpc -f you'll never go back to using
graphical thingees.
Have you checked the logs on the linux machine, say /var/log/messages or
/var/log/secure (Caldera) or whatever, to see if there is anything in them?
Are the NT machines on the same subnet as the win95 machines?


[lp]
        comment = Raw Printer for Z53
        path = /tmp
        create mask = 0700
        guest ok = Yes
        hosts allow = 192.168.
        printable = Yes
        printing = lprng
#       print command = echo "Tried to print %s" > /tmp/junk.%s
        print command = /usr/bin/lpr -Plp %s; rm %s
        lpq command = /usr/bin/lpq -Plp
        lprm command = /usr/bin/lprm -Plp %j
        lppause command = /usr/bin/lpc hold lp %j
        lpresume command = /usr/bin/lpc release lp %j
        printer name = lp
        share modes = No
                                                                                


Joel




On Wed, Sep 12, 2001 at 03:24:26PM -0700, Wade Winright wrote:
> Hello all,
> I am having a problem with my RH 7.1, Samba 2.2.1a, CUPS 1.1.10 print server
> on a Win nt/2k network. 
> My problem is that everything but the clients print queue view works fine. 
> Everything prints, every option works well, but without the ability to view
> and cancel print jobs, my superiors are going to give it a No-Go.
> This only is a problem from NT/2k clients, but win95 clients can see the
> queue and jobs. 
> NT/2K clients see a message stating "Access denied, unable to connect"
> Smb.conf:
>  
> # Samba config file created using SWAT
> # from 0.0.0.0 (0.0.0.0)
> # Date: 2001/09/10 08:49:11
>  
> # Global parameters
> [global]
>         wins server = XX.X.X.XXX
>         domain master = False
>         add user script = /usr/sbin/useradd %u -g smbuser
>         announce version = 5.0
>         printing = cups
>         dns proxy = No
>         encrypt passwords = Yes
>         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
>         max log size = 50
>         preferred master = False
>         interfaces = eth0
>         password server = XXXPDC01
>         delete user script = /usr/sbin/userdel %u
>         security = DOMAIN
>         server string = Samba Server
>         workgroup = CWC
>         log file = /var/log/samba/log.%m
>         netbios name = LNXPRN01
>                
> [homes]
>         comment = Home Directories
>         read only = No
>         browseable = No
>  
> [printers]
>         path = /var/spool/samba
>         printable = yes
>         print command = lpr -P %p -o raw %s -r
>         lpq command = lpstat -o %p
>         lprm command = cancel %p-%j 
>         browseable = Yes 
>         
>         
> [test]
>         comment = test
>         path = /tmp
>             guest ok = Yes
>  
> Any hints or help would be GREATLY appreciated...
>  
> Thanks for the time,
> Wade
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id C24284137 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 17:33:02 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8D0amm21636 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO) for <samba at lists.samba.org>;
  Thu, 13 Sep 2001 01:36:50 +0100 (BST) (envelope-from
  ianjhart at ntlworld.com)
Message-ID: <3B9FFFA0.212A9038 at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: samba 2.2.1a_2 oplocks
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.0.6
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/>
Date: Wed Sep 12 17:34:02 2001
X-Original-Date: Thu, 13 Sep 2001 01:36:48 +0100

I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
is acting as PDC. I'm getting the error message
"no response received to oplock break request..."
[mostly the logon.bat file]

Some of the daemons which suffer this peg the CPU at 98%,
which causes all the other processes to slow down. I've had
network/system loads of 20+. Race?

This goes away if I disable oplocks (no really), but
this causes some clients to fail to load the logon.bat
file. This is a major problem as all the shares load
via 'net use'.

I can reproduce this with as few as 8 clients when they
are logged on in very quick succession. With normal network
load many (25%) of the clients will lock solid.

Giving each user a separate logon.bat helps but doesn't
cure, as I cannot do this with all the shared files!
Since this is a read-only share (except admin) I don't see
how it can block at all. Then again file locking is akin to
black magic as far as I'm concerned.

I note that kernel oplocks are on by default. I'm waiting
for confirmation of the status of kernel oplocks in
FreeBSD. This shouldn't matter, should it?

Would it be worth trying an earlier version of samba? In
which case, which one. Bearing in mind I need PDC support
for Win95 (only).

I've tried bandwidth limiting (2Mb/s) but this didn't help.

Unfortunately this is in production. (It only broke when it
was loaded.) If I cannot fix this before the weekend, I'll be
forced to install NT, which would be a crying shame. (And a
PITA).

TIA

-- 
ian j hart

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 58CF0434C for <samba at lists.samba.org>; Wed, 12
  Sep 2001 17:33:54 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id UAA08495 for samba at lists.samba.org; Wed, 12 Sep 2001
  20:37:42 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: about mutiple security levels
Message-ID: <20010912203742.A8485 at hammershome.com>
References: <000001c13be5$eef97540$5a43ce84 at ugrad.pc.ece.mcgill.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <000001c13be5$eef97540$5a43ce84 at ugrad.pc.ece.mcgill.ca>;
  from hugo.levasseur at mcgill.ca on Wed, Sep 12, 2001 at 07:52:03PM -0400
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.0.6
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/>
Date: Wed Sep 12 17:34:20 2001
X-Original-Date: Wed, 12 Sep 2001 20:37:42 -0400

You asked for a clue. Hope this isn't a red herring.
One way (the only way I know) is to capture the netbios alias used to access
the server from the client (%L) and use that in an include statement in the
share definition.
You could also capture the user name (%U) or the machine name (%m) and have
customized includes for different users or machine names.
Joel


On Wed, Sep 12, 2001 at 07:52:03PM -0400, Hugo Levasseur wrote:
> in the samba docs I find
>  
> "It is possible to use smbd in a hybrid mode where it is offers both
> user and share level security under different
> <http://ca.samba.org/samba/docs/man/smb.conf.5.html#NETBIOSALIASES>
> NetBIOS aliases" 
>  
> no clue aas to how to do this though .. anyone know?
>  

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id 30C1C444C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 17:52:50 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8D0uNm21709 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO) for <samba at lists.samba.org>;
  Thu, 13 Sep 2001 01:56:37 +0100 (BST) (envelope-from
  ianjhart at ntlworld.com)
Message-ID: <3BA00437.37073B89 at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: samba 2.2.1a_2 oplocks
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.0.6
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/>
Date: Wed Sep 12 17:54:06 2001
X-Original-Date: Thu, 13 Sep 2001 01:56:23 +0100

I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
is acting as PDC. I'm getting the error message
"no response received to oplock break request..."
[mostly the logon.bat file]

Some of the daemons which suffer this peg the CPU at 98%,
which causes all the other processes to slow down. I've had
network/system loads of 20+. Race?

This goes away if I disable oplocks (no really), but
this causes some clients to fail to load the logon.bat
file. This is a major problem as all the shares load
via 'net use'.

I can reproduce this with as few as 8 clients when they
are logged on in very quick succession. With normal network
load many (25%) of the clients will lock solid.

Giving each user a separate logon.bat helps but doesn't
cure, as I cannot do this with all the shared files!
Since this is a read-only share (except admin) I don't see
how it can block at all. Then again file locking is akin to
black magic as far as I'm concerned.

I note that kernel oplocks are on by default. I'm waiting
for confirmation of the status of kernel oplocks in
FreeBSD. This shouldn't matter, should it?

Would it be worth trying an earlier version of samba? In
which case, which one. Bearing in mind I need PDC support
for Win95 (only).

I've tried bandwidth limiting (2Mb/s) but this didn't help.

Unfortunately this is in production. (It only broke when it
was loaded.) If I cannot fix this before the weekend, I'll be
forced to install NT, which would be a crying shame. (And a
PITA).

TIA

-- 
ian j hart

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id F2F8C416E for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 18:01:26 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8D15Bm21741 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO) for <samba at lists.samba.org>;
  Thu, 13 Sep 2001 02:05:14 +0100 (BST) (envelope-from
  ianjhart at ntlworld.com)
Message-ID: <3BA00647.C792A99B at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: samba 2.2.1a_2 oplocks
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.0.6
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/>
Date: Wed Sep 12 18:02:03 2001
X-Original-Date: Thu, 13 Sep 2001 02:05:11 +0100

I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
is acting as PDC. I'm getting the error message
"no response received to oplock break request..."
[mostly the logon.bat file]

Some of the daemons which suffer this peg the CPU at 98%,
which causes all the other processes to slow down. I've had
network/system loads of 20+. Race?

This goes away if I disable oplocks (no really), but
this causes some clients to fail to load the logon.bat
file. This is a major problem as all the shares load
via 'net use'.

I can reproduce this with as few as 8 clients when they
are logged on in very quick succession. With normal network
load many (25%) of the clients will lock solid.

Giving each user a separate logon.bat helps but doesn't
cure, as I cannot do this with all the shared files!
Since this is a read-only share (except admin) I don't see
how it can block at all. Then again file locking is akin to
black magic as far as I'm concerned.

I note that kernel oplocks are on by default. I'm waiting
for confirmation of the status of kernel oplocks in
FreeBSD. This shouldn't matter, should it?

Would it be worth trying an earlier version of samba? In
which case, which one. Bearing in mind I need PDC support
for Win95 (only).

I've tried bandwidth limiting (2Mb/s) but this didn't help.

Unfortunately this is in production. (It only broke when it
was loaded.) If I cannot fix this before the weekend, I'll be
forced to install NT, which would be a crying shame. (And a
PITA).

TIA

-- 
ian j hart

Return-Path: <phchien at cc.ntnu.edu.tw>
Delivered-To: samba at lists.samba.org
Received: from smtp.ntnu.edu.tw (smtp.ntnu.edu.tw [140.122.65.2]) by
  lists.samba.org (Postfix) with ESMTP id CD41D4404 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 18:07:15 -0700 (PDT)
Received: from jps ([140.122.65.46]) by smtp.ntnu.edu.tw
  (8.10.2+Sun/8.10.2) with SMTP id f8D1ATf03122; Thu, 13 Sep 2001
  09:10:31 +0800 (CST)
Message-ID: <049901c13bed$d2a681a0$2e417a8c at sky>
From: "phchien" <phchien at cc.ntnu.edu.tw>
To: "GODARD Jean-Charles" <god at teamlog.fr>, <samba at lists.samba.org>
References: <NFBBJDKKFKKGHPPAIPFGGEJMCHAA.god at teamlog.fr>
Subject: Re: User can't change samba passwd
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
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.0.6
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/>
Date: Wed Sep 12 18:08:02 2001
X-Original-Date: Thu, 13 Sep 2001 08:48:34 +0800

Thank you for replying.
I just try to set the encrypted password = No, but samba gives me the same
error messages.
After that, I try to set the min passwd length=0 and the null passwords=yes,
but nothing is better.
More suggestions?

By the way, before I use 2.2.1a, I have used 2.0.6 which is included in
Mandrake packages.
Everything goes smooth in 2.0.6, and the smb.conf which I use now is almost
the same as the one in 2.0.6.
What's wrong?  Is there a bug in smbpasswd or smpd in 2.2.1a?

Anyway, thanks again for your help.

----- Original Message -----
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: "phchien" <phchien at cc.ntnu.edu.tw>; <samba at lists.samba.org>
Sent: Wednesday, September 12, 2001 7:03 PM
Subject: RE: User can't change samba passwd


Hi,

You can try with encrypted password = No.

And check if your linux's policie doesn't need a minimal lenght for
password.

Best regards,

JC

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of phchien
Sent: Wednesday, September 12, 2001 9:57 AM
To: samba at lists.samba.org
Subject: User can't change samba passwd


Hi, all.
I have compiled and installed SAMBA version 2.2.1a in Linux Mandrake 7.0,
and
configured it as a PDC.
I can login into the domain from a windows 98 desktop,
but I can't change password either from windows 98 or from SAMBA server
( telnet to samba server and use the command 'smbpasswd').
The windows popup window told me my passwd was wrong.
The SAMBA server gave me the following msg when I using 'smbpasswd' to
change
smb password:
        Machine 127.0.0.1 Rejected the password change: Error was : The
specified password is invalid.
Thd machine log had a record:
        [date.....] smbd/chgpasswd.c:check_oem_password(794)
        check_oem_password: incorrect password length (xxxxxxxxx)

I don't know what happened.
I had encryped passwd=yes and password syc = yes in  the smb.conf file.
Please help me and give me some suggessions.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id B113D44A4 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 18:30:17 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id VAA08859 for samba at lists.samba.org; Wed, 12 Sep 2001
  21:34:02 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: Not listening for calling name
Message-ID: <20010912213402.A8833 at hammershome.com>
References: <01091220240100.01556 at battleship1>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <01091220240100.01556 at battleship1>; from
  webdesigndept at blueyonder.co.uk on Wed, Sep 12, 2001 at 08:24:01PM
  +0100
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.0.6
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/>
Date: Wed Sep 12 18:31:02 2001
X-Original-Date: Wed, 12 Sep 2001 21:34:02 -0400

I managed to reproduce your error.
I don't know if this is your problem but I can reproduce it if I configure
my DNS improperly. ( I use BIND).
If I have an entry for battelship1 in my named.local file, say:
battlelship1  86400   IN      A       192.168.1.2  
but don't have any such ip address in my  192.168.1 file, then this error is
reported by smbclient.
IT IS IMPORTANT to note the ping 192.168.1.2 and ping battleship1 work just
fine despite this DNS configuration error.
Also, if I have no entry for battlelship1 in named.local but have an entry
for 192.168.1.2 in my 192.168.1 file, and try:
smbclient -L 192.168.1.2
I get the same error message.
Joel
P.S. Don't worry. I wasn't spending any time trying to solve your problem. I
was spending time trying to arrange subnet browsing and finally
misconfigured my DNS so badly I got this error message.

On Wed, Sep 12, 2001 at 08:24:01PM +0100, root wrote:
> # ./smbclient -L battleship1 -d 4
> added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
> Client started (version 2.2.1a).
> resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was 
> No such file or directory
> resolve_hosts: Attempting host lookup for name battleship1<0x20>
> Connecting to 192.168.0.1 at port 139
> session request to BATTLESHIP1 failed (Not listening for calling name)
> resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts. Error was 
> No such file or directory
> resolve_hosts: Attempting host lookup for name battleship1<0x20>
> Connecting to 192.168.0.1 at port 139
> session request to *SMBSERVER failed (Not listening for calling name)
> 
> 
> I get the above when I try to debug this
> 
> any ideas?
> 
> 
> Gloria
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 37CE74116 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 18:40:07 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id VAA08886; Wed, 12 Sep 2001 21:43:51 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: Scott Mayo <sgmayo at mail.bloomfield.k12.mo.us>, samba at lists.samba.org
Subject: Re: Samba over subnet
Message-ID: <20010912214351.B8833 at hammershome.com>
References: <005901c12a62$36309640$771bb8cc at phibred.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <005901c12a62$36309640$771bb8cc at phibred.com>; from
  sgmayo at mail.bloomfield.k12.mo.us on Tue, Aug 21, 2001 at 11:56:24AM
  -0500
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.0.6
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/>
Date: Wed Sep 12 18:41:03 2001
X-Original-Date: Wed, 12 Sep 2001 21:43:51 -0400

Did you ever get subnet browsing to work?
I finally got it going.
I had to:
1. Install a wins server on a linux box. All the hosts show up with smbclient
-L winsserver.
2. I had to put all my hosts into my DNS, making sure the netbios names were
the same as the dns names. Otherwise, the windows clients could see but not
browse each other.
I never got nmblookup to work,  but I can mount across subnets with smbclient -L hostname.
I seem to recall that you have to have a winserver for cross subnet
browsing, but don't quote me.
Joel


On Tue, Aug 21, 2001 at 11:56:24AM -0500, Scott Mayo wrote:
> I have samba running and am fine with shares as long as I am on the same
> subnet, but from other subnets I cannot see the linux box.  What do I
> need to add so that machines on other subnets can see the linux machine?
> 
> My linux box is on Subnet Mask 255.255.255.192 and Gateway
> 205.184.27.126, the machines on gateways 205.184.27.63, 205.184.27.253
> and
> 205.184.27.190 cannot see the linux machine.  My windows 98 machines can
> see other computers on the different subnets, but not the linux machine.
> 
> Thanks for any help,
> 
> Scott Mayo
> Tech Coordinator
> Bloomfield Schools
> (573) 568-4562 (Elem)
> (573) 568-4564 (Supt)
> (573) 568-4565 (Fax)
> (800) 264-2535 Pager # 2549
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f254.law14.hotmail.com [64.4.20.129]) by
  lists.samba.org (Postfix) with ESMTP id 65CA7427C for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 19:22:33 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 19:26:21 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 02:26:21 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: samba error
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F254wr2UAaTzvb5YI9I0000c81b at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 02:26:21.0678 (UTC)
  FILETIME=[7A3DB8E0:01C13BFB]
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.0.6
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/>
Date: Wed Sep 12 19:23:02 2001
X-Original-Date: Thu, 13 Sep 2001 02:26:21 +0000

Hi,

In below you see the smb.conf file. I am trying to map the "dir1"
to my H: drive on my NT desktop. In network neighborhood under the domain
"domain1" i see the hostname of solaris 2.8 box "host1" but when
i double click on it i get the "host1" is accessible. Path is not
found or something.  what os wrong?.
do i have to add win server = 10.x.xx.xxx and win proxy = no ..????
Jim

#cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.*.*
   browsable = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   encrypt passwords = yes
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = test image area
   path=/home/myhome
;   valid user = test
   public=yes
   writable = yes
   printable=no
   create mask=0777

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f22.law14.hotmail.com [64.4.21.22]) by
  lists.samba.org (Postfix) with ESMTP id ED21A40C4 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 19:41:05 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 19:44:54 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 02:44:53 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: lmhosts file in NT
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F225Kvg7TeymGrMgdHW0000e7c1 at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 02:44:54.0045 (UTC)
  FILETIME=[114374D0:01C13BFE]
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.0.6
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/>
Date: Wed Sep 12 19:42:03 2001
X-Original-Date: Thu, 13 Sep 2001 02:44:53 +0000

what is the line in lmhosts in NT if i have "host1"  as the solaris
2.8 with samba. In smb.conf, do i have to use "win server" or
"preferred domain" and "domain master". ???

when i double click on "host1" which is the solaris-samba host in
network neighborhood i get host1 not accessible. path not found error.
JS

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <joeyboy at quickweb.com.ph>
Delivered-To: samba at samba.org
Received: from goku.quickweb.com.ph (goku.quickweb.com.ph
  [208.235.228.71]) by lists.samba.org (Postfix) with SMTP id 621D04434
  for <samba at samba.org>; Wed, 12 Sep 2001 19:42:26 -0700 (PDT)
Received: (qmail 28965 invoked by uid 0); 13 Sep 2001 03:11:26 -0000
Received: from unknown (HELO saiyan) (208.235.228.19) by
  goku.quickweb.com.ph with SMTP; 13 Sep 2001 03:11:26 -0000
Message-ID: <009301c133ce$b98894a0$13e4ebd0 at manilaonline.net>
From: "joey boy" <joeyboy at quickweb.com.ph>
To: <samba at lists.samba.org>
Cc: <samba at samba.org>
Subject: error, how it happen?
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2615.200
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.0.6
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/>
Date: Wed Sep 12 19:43:04 2001
X-Original-Date: Mon, 3 Sep 2001 00:45:50 +0800

Good day to all! i have a question,  i succesfully set up a samba server. but
during its operation i encounter a repeated problem, here it goes:
i follow the instruction in diagnosis.txt and it all has pass the test, but
when im trying the:
"smbclient -L //bigserver/tmp -Ujohn%secret" sometimes i passed and i get the
"smb:\>" prompt. and sometimes i get "connection failed" without changing the
settings of any file. (including smb.conf)

when trying
"smbclient -L //bigserver/tmp" i got the same error.  "password error or bad
password!!! "

and there's an instances that sometimes i succesfully browse the server and
can see all the shared files in the network neigborhood... sometimes i see my
server icon  but cannot browse all the shared files and get something like
"restrictions error". again without changing the settings of any file. But
when i type "ps x" to look if my nmbd/smbd is running, i saw  1 nmbd and 2
smbd running!

how it happen and how can i fix my problem?, hope you find a solution to my
problem, any help will be very much appreciated...thanks in advance!!! :)

Return-Path: <joeyboy at quickweb.com.ph>
Delivered-To: samba at lists.samba.org
Received: from goku.quickweb.com.ph (goku.quickweb.com.ph
  [208.235.228.71]) by lists.samba.org (Postfix) with SMTP id C7C07447C
  for <samba at lists.samba.org>; Wed, 12 Sep 2001 19:42:25 -0700 (PDT)
Received: (qmail 28965 invoked by uid 0); 13 Sep 2001 03:11:26 -0000
Received: from unknown (HELO saiyan) (208.235.228.19) by
  goku.quickweb.com.ph with SMTP; 13 Sep 2001 03:11:26 -0000
Message-ID: <009301c133ce$b98894a0$13e4ebd0 at manilaonline.net>
From: "joey boy" <joeyboy at quickweb.com.ph>
To: <samba at lists.samba.org>
Cc: <samba at samba.org>
Subject: error, how it happen?
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 5.00.2615.200
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.0.6
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/>
Date: Wed Sep 12 19:43:15 2001
X-Original-Date: Mon, 3 Sep 2001 00:45:50 +0800

Good day to all! i have a question,  i succesfully set up a samba server. but
during its operation i encounter a repeated problem, here it goes:
i follow the instruction in diagnosis.txt and it all has pass the test, but
when im trying the:
"smbclient -L //bigserver/tmp -Ujohn%secret" sometimes i passed and i get the
"smb:\>" prompt. and sometimes i get "connection failed" without changing the
settings of any file. (including smb.conf)

when trying
"smbclient -L //bigserver/tmp" i got the same error.  "password error or bad
password!!! "

and there's an instances that sometimes i succesfully browse the server and
can see all the shared files in the network neigborhood... sometimes i see my
server icon  but cannot browse all the shared files and get something like
"restrictions error". again without changing the settings of any file. But
when i type "ps x" to look if my nmbd/smbd is running, i saw  1 nmbd and 2
smbd running!

how it happen and how can i fix my problem?, hope you find a solution to my
problem, any help will be very much appreciated...thanks in advance!!! :)

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 2949944A6 for <samba at lists.samba.org>; Wed, 12
  Sep 2001 19:53:03 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id WAA09141 for samba at lists.samba.org; Wed, 12 Sep 2001
  22:56:50 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: Q: samba error
Message-ID: <20010912225650.A9122 at hammershome.com>
References: <F254wr2UAaTzvb5YI9I0000c81b at hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <F254wr2UAaTzvb5YI9I0000c81b at hotmail.com>; from
  sol_unix at hotmail.com on Thu, Sep 13, 2001 at 02:26:21AM +0000
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.0.6
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/>
Date: Wed Sep 12 19:54:01 2001
X-Original-Date: Wed, 12 Sep 2001 22:56:50 -0400

> [global]
> 
>    workgroup = domain1
>    hosts allow = 10.1.*.*  <-----UGLY
>    browsable = yes

You didn't run testparm against this file, did you?
hosts allow = 10.1. might look better.
You better read the documentation more carefully. samba does not supply
instant gratification. The list won't be able to help you much if you skip
steps setting up samba. Of course, if you don't skip steps, you likely won't
need help.
Joel

Return-Path: <danny at ezernet.com>
Delivered-To: samba at samba.org
Received: from local.ezernet.com (unknown [202.184.106.29]) by
  lists.samba.org (Postfix) with ESMTP id 05A7F427C for
  <samba at samba.org>; Wed, 12 Sep 2001 20:18:50 -0700 (PDT)
Received: from ezernet.com (danny-work [168.168.168.8]) by
  local.ezernet.com (8.11.0/8.11.0) with ESMTP id f8D3VNX01987 for
  <samba at samba.org>; Thu, 13 Sep 2001 11:31:24 +0800
Message-ID: <3BA02888.77F54093 at ezernet.com>
From: Danny <danny at ezernet.com>
X-Mailer: Mozilla 4.78 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at samba.org
Subject: %L doesn't work
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.0.6
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/>
Date: Wed Sep 12 20:19:02 2001
X-Original-Date: Thu, 13 Sep 2001 11:31:20 +0800

i am using 2.1.1a
%L always use the name from 'netbios name'
but %L doesn't work with 'netbios aliases'


danny

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f272.law14.hotmail.com [64.4.20.147]) by
  lists.samba.org (Postfix) with ESMTP id 93AA24433 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 20:37:59 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 20:41:47 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 03:41:47 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: samba error , smbclient
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F272ipVVbnovilbg4SH0000c68a at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 03:41:47.0645 (UTC)
  FILETIME=[03ED7AD0:01C13C06]
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.0.6
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/>
Date: Wed Sep 12 20:39:05 2001
X-Original-Date: Thu, 13 Sep 2001 03:41:47 +0000

Hi,
After installing latest version of samba on sparc solaris 2.8, host1, i got 
this:

# ./smbclient -L host1/
added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
Connection to host1/ failed                   <***ERROR***  why? why? why?.

# ./smbclient '\\host1\dir1'
added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
Password:
Domain=[domain1] OS=[Unix] Server=[Samba 2.2.1a]
smb: \>


# ./testparm | more
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[dir1]"
Loaded services file OK.
Press enter to see a dump of your service definitions
# Global parameters
[global]
        coding system =
        client code page = 850
        code page directory = /usr/local/samba/lib/codepages
        workgroup = domain1
        netbios name =
        netbios aliases =
        netbios scope =
        server string = Samba 2.2.1a
        interfaces =
        bind interfaces only = No
        security = USER
        encrypt passwords = No
        update encrypted = No
        allow trusted domains = Yes
        hosts equiv =
        min passwd length = 5
        map to guest = Never
        null passwords = No
        obey pam restrictions = No
        password server =
        smb passwd file = /usr/local/samba/private/smbpasswd
        root directory =
        pam password change = No
        passwd program = /bin/passwd
        passwd chat = *new*password* %n\n *new*password* %n\n *changed*
        passwd chat debug = No
        username map =
        password level = 0
        username level = 0
        unix password sync = No
        restrict anonymous = No
        lanman auth = Yes
        use rhosts = No
        log level = 2
        syslog = 1
        syslog only = No
        log file = /usr/local/samba/var/log.%m
        max log size = 50
        timestamp logs = Yes
        debug hires timestamp = No
        debug pid = No
        debug uid = No
        protocol = NT1
        large readwrite = No
        max protocol = NT1
        min protocol = CORE
        read bmpx = No
        read raw = Yes
        write raw = Yes
        nt smb support = Yes
        nt pipe support = Yes
        nt acl support = Yes
        announce version = 4.5
        announce as = NT
        max mux = 50
        max xmit = 65535
        name resolve order = lmhosts host wins bcast
        max packet = 65535
        max ttl = 259200
        max wins ttl = 518400
        min wins ttl = 21600
        time server = No
        change notify timeout = 60
        deadtime = 0
        getwd cache = Yes
        keepalive = 300
        lpq cache time = 10
        max smbd processes = 0
        max disk size = 0
        max open files = 10000
        read size = 16384
        socket options = TCP_NODELAY
        stat cache size = 50
        total print jobs = 0
        load printers = Yes
        printcap name = lpstat
        enumports command =
        addprinter command =
        deleteprinter command =
        show add printer wizard = Yes
        os2 driver map =
        strip dot = No
        character set =
        mangled stack = 50
        stat cache = Yes
        domain admin group =
        domain guest group =
        machine password timeout = 604800
        add user script =
        delete user script =
        logon script =
        logon path = \\%N\%U\profile
        logon drive =
        logon home = \\%N\%U
        domain logons = No
        os level = 20
        lm announce = Auto
        lm interval = 60
        preferred master = True
        local master = Yes
        domain master = True
        browse list = Yes
        enhanced browsing = Yes
        dns proxy = Yes
        wins proxy = No
        wins server =
        wins support = No
        wins hook =
        kernel oplocks = Yes
        oplock break wait time = 0
        add share command =
        change share command =
        delete share command =
        config file =
        preload =
        lock dir = /usr/local/samba/var/locks
        default service =
        message command =
        dfree command =
        valid chars =
        remote announce =
        remote browse sync =
        socket address = 0.0.0.0
        homedir map =
        time offset = 0
        NIS homedir = No
        source environment =
        panic action =
        hide local users = No
        host msdfs = No
        winbind uid =
        winbind gid =
        template homedir = /home/%D/%U
        template shell = /bin/false
        winbind separator = \
        winbind cache time = 15
        comment =
        path =
        alternate permissions = No
        username =
        guest account = nobody
        invalid users =
        valid users =
        admin users =
        read list =
        write list =
        printer admin =
        force user =
        force group =
        read only = Yes
        create mask = 0744
        force create mode = 00
        security mask = 0777
        force security mode = 00
        directory mask = 0755
        force directory mode = 00
        directory security mask = 0777
        force directory security mode = 00
        inherit permissions = No
        guest only = No
        guest ok = No
        only user = No
        hosts allow = 10.1.
        hosts deny =
        status = Yes
        max connections = 0
        min print space = 0
        strict sync = No
        sync always = No
        write cache size = 0
        max print jobs = 1000
        printable = No
        postscript = No
        printing = sysv
        print command = lp -c -d%p %s; rm %s
        lpq command = lpstat -o%p
        lprm command = cancel %p-%j
        lppause command = lp -i %p-%j -H hold
        lpresume command = lp -i %p-%j -H resume
        queuepause command = disable %p
        queueresume command = enable %p
        printer name =
        printer driver =
        printer driver file = /usr/local/samba/lib/printers.def
        printer driver location =
        default case = lower
        case sensitive = No
        preserve case = Yes
        short preserve case = Yes
        mangle case = No
        mangling char = ~
        hide dot files = Yes
        hide unreadable = No
        delete veto files = No
        veto files =
        hide files =
        veto oplock files =
        map system = No
        map hidden = No
        map archive = Yes
        mangled names = Yes
        mangled map =
        browseable = Yes
        blocking locks = Yes
        fake oplocks = No
        locking = Yes
        oplocks = Yes
        level2 oplocks = Yes
        oplock contention limit = 2
        posix locking = Yes
        strict locking = No
        share modes = Yes
        copy =
        include =
        exec =
        preexec close = No
        postexec =
        root preexec =
        root preexec close = No
        root postexec =
        available = Yes
        volume =
        fstype = NTFS
        set directory = No
        wide links = Yes
        follow symlinks = Yes
        dont descend =
        magic script =
        magic output =
        delete readonly = No
        dos filemode = No
        dos filetimes = No
        dos filetime resolution = No
        fake directory create times = No
        vfs object =
        vfs options =
        msdfs root = No

[dir1]
        comment =  my area
        path = /home/myhome
        read only = No
        create mask = 0777
        guest ok = Yes


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f243.law14.hotmail.com [64.4.21.243]) by
  lists.samba.org (Postfix) with ESMTP id BDB2D4189 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 21:13:34 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 21:17:17 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 04:17:17 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: samba error; corrected (latest update)
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F243JwzxGjrEYLQdtL70000c852 at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 04:17:17.0880 (UTC)
  FILETIME=[F9A58B80:01C13C0A]
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.0.6
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/>
Date: Wed Sep 12 21:14:02 2001
X-Original-Date: Thu, 13 Sep 2001 04:17:17 +0000

Hi,
In below there is a copy of smb.conf.
Then i ran some tests. Thelast part shows a failure.
Please tell me what is the cause of this error.
what changes do i have to make to smb.client?.
Thanx,
JS

# cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.
   browsable = yes
;   wins server =
;   wins proxy = no
   preferred master = yes
   domain master = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   encrypt passwords = yes
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = my area
   path=/home/myhome
;   valid user =
   public=yes
   writable = yes
   printable=no
   create mask=0777




host1# ./smbstatus

Samba version 2.2.1a
Service      uid      gid      pid     machine
----------------------------------------------

No locked files

# ./smbclient -L host1 -N
added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
Anonymous login successful
Domain=[domain1] OS=[Unix] Server=[Samba 2.2.1a]

        Sharename      Type      Comment
        ---------      ----      -------
        dir1           Disk      test image area
        IPC$           IPC       IPC Service (Samba 2.2.1a)
        ADMIN$         Disk      IPC Service (Samba 2.2.1a)

        Server               Comment
        ---------            -------
        host1             Samba 2.2.1a

        Workgroup            Master
        ---------            -------
        domain1


# ./smbclient -N -L host1 -U%
added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
Domain=[domain1] OS=[Unix] Server=[Samba 2.2.1a]

        Sharename      Type      Comment
        ---------      ----      -------
        dir1           Disk      test image area
        IPC$           IPC       IPC Service (Samba 2.2.1a)
        ADMIN$         Disk      IPC Service (Samba 2.2.1a)

        Server               Comment
        ---------            -------
        host1             Samba 2.2.1a

        Workgroup            Master
        ---------            -------
        domain1

# ./smbclient //host1/dir1
added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
Password:
Domain=[domain1] OS=[Unix] Server=[Samba 2.2.1a]
smb: \> quit

# ./nmblookup domain1 -S
querying domain1 on 10.1.xx.255
10.1.xx.xxx domain1<00>
10.1.xx.xx domain1<00>
10.1.xx.xx domain1<00>
10.1.xx.xx domain1<00>
10.1.xx.xxx domain1<00>
10.1.xx.xx domain1<00>
10.1.xx.xx domain1<00>
10.1.11.xxx domain1<00>
10.1.xx.xx domain1<00>
10.1.11.xxx domain1<00>
10.1.11.xxx domain1<00>
querying -S on 10.1.xx.255
name_query failed to find name -S


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f79.law14.hotmail.com [64.4.21.79]) by
  lists.samba.org (Postfix) with ESMTP id 249474401 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 21:28:49 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Wed, 12 Sep 2001 21:32:37 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 04:32:37 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: account is not authorized to logon from this staation
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F791uDfnIr7SOJcFspB0000df6b at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 04:32:37.0148 (UTC)
  FILETIME=[1D92B5C0:01C13C0D]
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.0.6
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/>
Date: Wed Sep 12 21:29:02 2001
X-Original-Date: Thu, 13 Sep 2001 04:32:37 +0000

Hi,
why when mapping using \\ipaddressofsambasolhost\dir1 on my NT i get:
"account is not authorized to logon from this station".
In mapping, i enter myid for login id and password and i get the above.

copy of my smb.conf:

# cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.
   browsable = yes
;   wins server =
;   wins proxy = no
   preferred master = yes
   domain master = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   encrypt passwords = yes
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = test image area
   path=/home/myid
   valid user = myid
   public=no
   writable = yes
   printable=no
   create mask=0777


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <spacecow at mis.net>
Delivered-To: samba at lists.samba.org
Received: from mailhost.mis.net (mailhost.mis.net [204.68.227.104]) by
  lists.samba.org (Postfix) with ESMTP id F0CA740C4 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 22:42:06 -0700 (PDT)
Received: from mis.net (adsl-026.mis.net [206.28.55.26]) by
  mailhost.mis.net (8.11.3/8.11.4) with ESMTP id f8D5hXB24385 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 01:43:33 -0400
Message-ID: <3BA047E5.F1A3D98D at mis.net>
From: Kenny Stoltz <spacecow at mis.net>
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: Multiple nmbds
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.0.6
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/>
Date: Wed Sep 12 22:43:02 2001
X-Original-Date: Thu, 13 Sep 2001 01:45:09 -0400

Ok, multiple nmbds are simply not possible. The only way to start them
would be by thwarting attempts to create a pid file, (nmbd.pid usually
in /var/state/samba) and have each run off a different config file.
However, the cost of that solution is too great for the long term
(1168kb per daemon, so 256 daemons would be more than 256mb alone. It is
a temporary solution, and one that I can do, however, I would like to
see this functionality in samba, and I can help out if needed. I think
I'm going to move this over to samba-technical, because this list seems
inappropriate because a) no one seems to have direct experience with
this b) it doesn't look possible at all, so it's a development issue.
This is a last call for suggestions. Here is a recap of the problem:

Samba will do multiple netbios names, via the netbios aliases config
command. However, all the netbios aliases have to be on the same
workgroup in the same subnet. Smbd will cross subnets, but not nmbd,
with will only register itself on the interfaces in the workgroup of the
first name in the config file (the netbios name= name). So
cross-workgroup/subnet browsing and name resolution is impossible.

Here are things I have seen in my "quest": nmbd will register itself on
the interfaces as listed in the netbios name's config file. It will not
register any other interfaces or domains. It's fairly plain in the code,
too, however, I didn't get deep into the functions. New instances of
nmbd will check for the pid file created by the first daemon and error
out if it exists. If it doesn't exist, they will simply register
themselves on the same interface, etc. If you give them a config file
argument and thwart the pid file check, they will start, but take
prohibitive amounts of resources per proc. They do not seem to tolerate
the netbios alias command at all. They will become wins, domain master,
local master, etc only if specificed in the netbios name='s config file.
This makes sense if you hold workgroup and interface constant, because
you wouldn't want a bunch of nmbds trying to become master and serve
wins to eachother, especially if they all live on the same machine. This
was probably done to get around people putting local master=yes in the
main config file and then having it inherit into each alias. But in this
situation it is a definite downside, and it would be useful to turn it
off. However, the code doesn't look to support that. Any ideas at all of
what to do?

~!kenny

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 924374178 for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 23:15:33 -0700 (PDT)
Received: (qmail 7727 invoked from network); 13 Sep 2001 06:21:49 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 13 Sep 2001 06:21:49 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: ian j hart <ianjhart at ntlworld.com>, samba at lists.samba.org
Subject: Re: samba 2.2.1a_2 oplocks
X-Mailer: KMail [version 1.2]
References: <3B9FFFA0.212A9038 at ntlworld.com>
In-Reply-To: <3B9FFFA0.212A9038 at ntlworld.com>
MIME-Version: 1.0
Message-Id: <01091309260100.19028 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.0.6
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/>
Date: Wed Sep 12 23:16:02 2001
X-Original-Date: Thu, 13 Sep 2001 09:26:01 +0300

hello ian,
I'm on linux, so maybe I'm not  able to help much, but from what I've read 
kernel oplocks works for linux 2.4 and irix until now; however on linux 2.4 
there are some problems with...(you guessed) oplocks, and I've had to turn 
them off; I don't know how this translates to your problem, but you might 
turn them off, just to be sure; other thing for you to try is 'oplock break 
wait time = 10' in the global section; also, maybe you have some crazy 
parameter; give us the [global] section and [netlogon] one.

dragos

PS I've heard about some work on FreeBSD to make kernel oplocks work for 
samba, but it was a request for testing I think, look the samba arhives for 
the august

On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> is acting as PDC. I'm getting the error message
> "no response received to oplock break request..."
> [mostly the logon.bat file]
>
> Some of the daemons which suffer this peg the CPU at 98%,
> which causes all the other processes to slow down. I've had
> network/system loads of 20+. Race?
>
> This goes away if I disable oplocks (no really), but
> this causes some clients to fail to load the logon.bat
> file. This is a major problem as all the shares load
> via 'net use'.
>
> I can reproduce this with as few as 8 clients when they
> are logged on in very quick succession. With normal network
> load many (25%) of the clients will lock solid.
>
> Giving each user a separate logon.bat helps but doesn't
> cure, as I cannot do this with all the shared files!
> Since this is a read-only share (except admin) I don't see
> how it can block at all. Then again file locking is akin to
> black magic as far as I'm concerned.
>
> I note that kernel oplocks are on by default. I'm waiting
> for confirmation of the status of kernel oplocks in
> FreeBSD. This shouldn't matter, should it?
>
> Would it be worth trying an earlier version of samba? In
> which case, which one. Bearing in mind I need PDC support
> for Win95 (only).
>
> I've tried bandwidth limiting (2Mb/s) but this didn't help.
>
> Unfortunately this is in production. (It only broke when it
> was loaded.) If I cannot fix this before the weekend, I'll be
> forced to install NT, which would be a crying shame. (And a
> PITA).
>
> TIA

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 D63F8445A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 23:21:10 -0700 (PDT)
Received: (qmail 8791 invoked from network); 13 Sep 2001 06:27:26 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 13 Sep 2001 06:27:26 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: "Sam !" <sol_unix at hotmail.com>, samba at lists.samba.org
Subject: Re: Q: samba quests
X-Mailer: KMail [version 1.2]
References: <F229vQJvmge1hpwwtGe0000c526 at hotmail.com>
In-Reply-To: <F229vQJvmge1hpwwtGe0000c526 at hotmail.com>
MIME-Version: 1.0
Message-Id: <01091309313901.19028 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.0.6
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/>
Date: Wed Sep 12 23:24:04 2001
X-Original-Date: Thu, 13 Sep 2001 09:31:39 +0300

hello
just a quick one:
'hosts allow = 10.1.'

dragos

On Thursday 13 September 2001 12:55 am, Sam ! wrote:
> Hi,
> 1) With the following smb.conf can i assume that all pcs on 10.1.*.*
> network will see this sparc/solaris2.8 system?.
> 2)is this good enough as a smb.conf file?.
> S
>
> # cat smb.conf
> [global]
>
>    workgroup = ENGINEERING
>    hosts allow = 10.1.*.*
>    log file = /usr/local/samba/var/log.%m
>    max log size = 50
>    security = user
>    encrypt passwords = yes
>    socket options = TCP_NODELAY
>    dns proxy = no
>
> [homes]
>    comment = myhome area
>    path=/home/myhome
>    public=yes
>    writable = yes
>    printable=no
>    create mask=0777
> #
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id 2FBE8425A for
  <samba at lists.samba.org>; Wed, 12 Sep 2001 23:57:40 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8D71Gm22925 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO) for <samba at lists.samba.org>;
  Thu, 13 Sep 2001 08:01:26 +0100 (BST) (envelope-from
  ianjhart at ntlworld.com)
Message-ID: <3BA059BC.BEE235DB at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: samba 2.2.1a_2 oplocks
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.0.6
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/>
Date: Wed Sep 12 23:58:02 2001
X-Original-Date: Thu, 13 Sep 2001 08:01:16 +0100

I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
is acting as PDC. I'm getting the error message
"no response received to oplock break request..."
[mostly the logon.bat file]

Some of the daemons which suffer this peg the CPU at 98%,
which causes all the other processes to slow down. I've had
network/system loads of 20+. Race?

This goes away if I disable oplocks (no really), but
this causes some clients to fail to load the logon.bat
file. This is a major problem as all the shares load
via 'net use'.

I can reproduce this with as few as 8 clients when they
are logged on in very quick succession. With normal network
load many (25%) of the clients will lock solid.

Giving each user a separate logon.bat helps but doesn't
cure, as I cannot do this with all the shared files!
Since this is a read-only share (except admin) I don't see
how it can block at all. Then again file locking is akin to
black magic as far as I'm concerned.

I note that kernel oplocks are on by default. I'm waiting
for confirmation of the status of kernel oplocks in
FreeBSD. This shouldn't matter, should it?

Would it be worth trying an earlier version of samba? In
which case, which one. Bearing in mind I need PDC support
for Win95 (only).

I've tried bandwidth limiting (2Mb/s) but this didn't help.

Unfortunately this is in production. (It only broke when it
was loaded.) If I cannot fix this before the weekend, I'll be
forced to install NT, which would be a crying shame. (And a
PITA).

TIA

(can you CC: ict at cardinalnewman.coventry.sch.uk) - thanks

-- 
ian j hart

Return-Path: <gurjeet at indbrain.com>
Delivered-To: samba at lists.samba.org
Received: from exchange.applogicwavenet.net (unknown [196.12.48.30]) by
  lists.samba.org (Postfix) with ESMTP id 8E75E44B6 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 00:35:42 -0700 (PDT)
Received: from IBI023 ([192.168.0.23]) by exchange.applogicwavenet.net
  with SMTP (Microsoft Exchange Internet Mail Service Version
  5.5.2653.13) id SXZB851X; Thu, 13 Sep 2001 13:09:53 +0530
Message-ID: <000701c13c7f$eff616c0$1700a8c0 at ibi023.applogicwavenet.net>
From: "gurjeet sandhu" <gurjeet at indbrain.com>
To: <samba at lists.samba.org>
Subject: Samba on Solaris 2.5
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 4.72.3612.1700
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.0.6
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/>
Date: Thu Sep 13 00:36:05 2001
X-Original-Date: Thu, 13 Sep 2001 13:14:12 -0500

Hi everyone

I have installed samba 1.9 on solaris 2.5 . My problem is with the networks .
Actually my server has primary ip address as 206.86.xx.xx . But all my domain
clients who are NT 4.0 wkst are in network 192.168.0.xx . I want to share
resources on my server to all clients . But for some reasons i cant change its
ip address .
To achieve this but i did is added one extra ip to my server i.e. 192.168.0.x
,configured it as router , and installed samba .
All my client s are able to ping the server . But i am not getting the server
in browse list . Is samba is capable of working accross the networks . if yes
please help me with configuration .
Other thing samba package i have is compiled for no password encrytion .
But my NT 4.0 clients send encrypted passwords .

Thanks in advance
MAIL :----- gurjeet at indbrain.com

regards
gurjeet

Return-Path: <lkcl at angua.rince.de>
Delivered-To: samba at samba.org
Received: from angua.rince.de (angua.rince.de [194.120.0.21]) by
  lists.samba.org (Postfix) with ESMTP id 7C970448A; Thu, 13 Sep 2001
  00:51:30 -0700 (PDT)
Received: by angua.rince.de (Postfix, from userid 1011) id 54F6E2A42B;
  Thu, 13 Sep 2001 09:54:45 +0200 (CEST)
From: Luke Kenneth Casson Leighton <lkcl at samba-tng.org>
To: tng-docs at lists.dcerpc.org
Cc: tng-users at samba-tng.org, samba at samba.org, samba-technical at samba.org,
  tng-technical at samba-tng.org
Subject: Re: Documentation
Message-ID: <20010913095445.D813 at angua.rince.de>
Mail-Followup-To: tng-docs at lists.dcerpc.org, tng-users at samba-tng.org,
  samba at samba.org, samba-technical at samba.org,
  tng-technical at samba-tng.org
References: <003701c13c15$540862a0$0400a8c0 at Gateway>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.4i
In-Reply-To: <003701c13c15$540862a0$0400a8c0 at Gateway>; from
  jeffdl at mn.mediaone.net on Thu, Sep 13, 2001 at 12:31:24AM -0500
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.0.6
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/>
Date: Thu Sep 13 00:52:07 2001
X-Original-Date: Thu, 13 Sep 2001 09:54:45 +0200

> Also, I would like to say I am discouraged by the apparent lack of interest
> in samba-tng.  

it's a matter of time, resources and money.

at present, there has been no interest to date from any party
in ensuring that TNG development is funded, and it _does_ take
up time.

elrond earns his way and can spare maybe one hour a day, from home.

sander is working on a paying commercial project and doesn't
have time.

i am focussing on dcerpc.net, getting freedce up and running,
and finding a job.

[for me, this is basically back to square one, like it was
back in 1997 when i was surrounded by second-hand 486s at home,
and walked 30 mins to CB1 cafe with a floppy disk to copy over
a tarball of the cvs repository and upload it from there -
hence, jeremy, if you're reading this, all the complaints
you were making at the time about compile / commit errors:
it took 90 minutes to do a full build.

_this_ time i have a hell of a lot more responsibility and
financial committment to keep up with]

www.samba-tng.org is hosted, kindly, by marc sherman (hub.org).

dcerpc.net is kindly hosted by stuart (linuxlabs.com).

i have one machine that's of any practical use.  elrond has
access to university resources, but they're not under his
control.  sander has the resources he needs for his paying
commercial project.

we don't have MSDN or any other resources other than those
which people are prepared to offer (thanks joe d.) or which
people happen to manage to get hold of (i lost my NT4 server
cd about 18 months ago, and one of my other vital tools,
the floppy disk has been destroyed).

does this help answer your question as to why there is
an apparent lack of interest in samba TNG?

so, if there's anyone who is prepared to ensure that the key
developers of TNG receive funding to guarantee continued
development, or even to offer _basic_ resources such as
software plus licenses, we'd love to hear from you.

in the mean-time, we will continue to appreciate any assistance
and interest from people (thanks v. much, peter) who are
prepared to put in whatever time they can, and will continue
also to put in whatever time we can, in the interests of
the open source community and the samba tng user community.

luke

Return-Path: <kgeorga at pathfinder.gr>
Delivered-To: samba at samba.org
Received: from phaistos.phaistosnetworks.gr
  (phaistos.phaistosnetworks.gr [212.251.96.163]) by lists.samba.org
  (Postfix) with ESMTP id 4B4384185 for <samba at samba.org>; Thu, 13 Sep
  2001 01:14:34 -0700 (PDT)
Received: (from nobody at localhost) by phaistos.phaistosnetworks.gr
  (8.11.0/8.11.0) id f8D8IWP03182; Thu, 13 Sep 2001 11:18:32 +0300
Message-Id: <200109130818.f8D8IWP03182 at phaistos.phaistosnetworks.gr>
From: kgeorga <kgeorga at pathfinder.gr>
To: samba at samba.org
Subject: smbd proccess caused a 14 cpu load
Reply-To: kgeorga <kgeorga at pathfinder.gr>
Content-Type: text/plain
MIME-Version: 1.0
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.0.6
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/>
Date: Thu Sep 13 01:15:22 2001
X-Original-Date: Thu, 13 Sep 2001 11:18:32 +0300

Hello,

yesterday i got a call from my boss telling me that our file server had a problem.I went by the office and i saw that some smbd proccesses
had raised the cpu load at 14! The thing was that i couldn't kill those proccesses so i was forced to reboot the server.I asked my boss
when the problem started and he told me that it happened when he tried to copy a folder in some other part of the shared drive.The file server runs samba 2.0.7.This is the first time it happens something like this so i'm wondering if anyone had run into something
similar.Any hints?

Thanks in advance

___________________________________________________
Bqe_te ta p\mta! - http://search.pathfinder.gr
Dyqe\m mail ap| tom Pathfinder - http://www.pathfinder.gr

Return-Path: <god at teamlog.fr>
Delivered-To: samba at samba.org
Received: from me-ml2.teamlog.fr (me-ml2.teamlog.fr [194.2.68.40]) by
  lists.samba.org (Postfix) with ESMTP id 12446413E for
  <samba at samba.org>; Thu, 13 Sep 2001 01:28:26 -0700 (PDT)
Received: from aletschorn (me-fw1.teamlog.fr [194.2.68.39]) by
  me-ml2.teamlog.fr (8.9.3/8.9.3) with SMTP id KAA25692; Thu, 13 Sep
  2001 10:31:15 +0200
From: "GODARD Jean-Charles" <god at teamlog.fr>
To: "Wayne" <wdozierlist at gborocollege.edu>, <samba at samba.org>
Subject: RE: password sync
Message-ID: <NFBBJDKKFKKGHPPAIPFGMELKCHAA.god at teamlog.fr>
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.2910.0)
In-Reply-To: <web-242572 at gborocollege.edu>
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.0.6
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/>
Date: Thu Sep 13 01:29:02 2001
X-Original-Date: Thu, 13 Sep 2001 10:32:41 +0100

Hi Wayne,

Here i use this fonctionality and set these options in my smb.conf:

encrypt password = yes
update encrypt = yes
passwd program = /usr/bin passwd %u
unix password sync = yes
passwd chat = *New*password* %n\n *new*password %n\n *changed* (<-- type
passwd at your prompt and report the chat sequence here)

I hope it will help,

JC

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Wayne
Sent: Wednesday, September 12, 2001 8:59 PM
To: samba at samba.org
Subject: password sync


I was wondering if anyone had any info on what I should use
for password syncronazation.  I tried using chat but it did
not work like I thought it would.  Here is what I am wanting
to accomplish.  I want to be able to add a user and change
thier password and everything take place in both the
/etc/passwd file ass well as the /etc/samba/smbpasswd file.
Is this possible.  I am running Linux 7.1 and samba 2.2.1a
I have read alittle about PAM but it seems to work only with
encrypted passwords = no.  Any help would be greatly
appreciated

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

Return-Path: <skirkup at trigon.com>
Delivered-To: samba at samba.org
Received: from ntes00.in.trigon.com (unknown [205.143.37.68]) by
  lists.samba.org (Postfix) with ESMTP id 220BF45D1 for
  <samba at samba.org>; Thu, 13 Sep 2001 01:42:09 -0700 (PDT)
Received: by ntes00.in.trigon.com with Internet Mail Service
  (5.5.2653.19) id <R8T0CLZ0>; Thu, 13 Sep 2001 04:45:53 -0400
Message-ID: <4E0453C69B94D511B54500034770F0EC3B214B at ntes01.in.trigon.com
  >
From: "Kirkup, Steve" <skirkup at trigon.com>
To: "'samba at samba.org'" <samba at samba.org>
Subject: smbclient Name Resolution Problem
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Thu Sep 13 01:43:04 2001
X-Original-Date: Thu, 13 Sep 2001 04:45:47 -0400

Hello all,

	I just setup Samba 2.2.1a and used the most basic configuration to
try and
figure this out but no luck.  If I try and "browse" my Linux box by name
this what I 
get.

./smbclient -LN TEST

added interface xxx.xxx.xxx.xxx bcast xxx.xxx.xxx.xxx nmask xxx.xxx.xxx.xxx
Connection to TEST failed.

If I run this command,

./smbclient -LN xxx.xxx.xxx.xxx

It returns the information on my box.  So my question is what am I missing
that
is keeping the name from working correctly but not the IP?  I did compile it
with
the smbmount and smbacls options and the Linux box is using DHCP.

the smb.conf is

[global]
netbios name = TEST


And that is it.  I would like to get beyond Step 1 for Samba taking over the
world
here so any help would be appreciated.

Steve Kirkup

Return-Path: <ict at cardinalnewman.coventry.sch.uk>
Delivered-To: samba at lists.samba.org
Received: from ngmail.ngfl.dialnet.com (ngmail.ngfl.dialnet.com
  [212.44.44.76]) by lists.samba.org (Postfix) with ESMTP id 822CB4649
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 02:02:01 -0700 (PDT)
Received: from ngmfilt2.ngfl.dialnet.com [212.44.44.78] by
  ngmail.ngfl.dialnet.com with ESMTP (SMTPD32-6.06) id A5BBA94016A; Thu,
  13 Sep 2001 10:00:43 +0100
Received: from firewall.cardinalnewman (unverified) by
  ngmfilt2.ngfl.dialnet.com (Content Technologies SMTPRS 4.1.5) with
  ESMTP id <Td42c2c4e55f778ac88 at ngmfilt2.ngfl.dialnet.com>; Thu, 13 Sep
  2001 10:15:01 +0100
Received: from mail.cardinalnewman (mail.cardinalnewman [192.168.0.3])
  by firewall.cardinalnewman (8.11.3/8.11.3) with ESMTP id f8D98ID25988;
  Thu, 13 Sep 2001 10:08:18 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: (from root at localhost) by mail.cardinalnewman (8.11.5/8.11.5)
  id f8D98IA62466; Thu, 13 Sep 2001 10:08:18 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: from cardinalnewman.coventry.sch.uk (dns.cardinalnewman
  [192.168.0.2]) (authenticated) by mail.cardinalnewman
  (8.11.5/8.11.5av) with ESMTP id f8D98EU62458; Thu, 13 Sep 2001
  10:08:14 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Message-ID: <3BA07778.DC73BAB2 at cardinalnewman.coventry.sch.uk>
From: ict technician <ict at cardinalnewman.coventry.sch.uk>
Organization: Cardinal Newman School
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: dragos.delcea at farmexim.ro
Cc: samba list <samba at lists.samba.org>
Subject: Re: samba 2.2.1a_2 oplocks
References: <01091310422103.19028 at busybox>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by AMaViS perl-10
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.0.6
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/>
Date: Thu Sep 13 02:03:03 2001
X-Original-Date: Thu, 13 Sep 2001 10:08:08 +0100

Please include sender in return mail - thanks.

> hello ian,
> I'm on linux, so maybe I'm not  able to help much, but from what I've read
> kernel oplocks works for linux 2.4 and irix until now; however on linux 2.4
> there are some problems with...(you guessed) oplocks, and I've had to turn
> them off; I don't know how this translates to your problem, but you might
> turn them off, just to be sure; other thing for you to try is 'oplock break
> wait time = 10' in the global section; also, maybe you have some crazy
> parameter; give us the [global] section and [netlogon] one.
> 
> dragos
> 
> PS I've heard about some work on FreeBSD to make kernel oplocks work for
> samba, but it was a request for testing I think, look the samba arhives for
> the august

Here is what I'm trying this morning ;)
# Date: 2001/09/13 08:54:45

# Global parameters
[global]
        workgroup = CARDINALNEWMAN
        netbios name = HOME
        netbios aliases = SOPHOS
        server string = Samba Server
        interfaces = 192.168.0.4/16 192.168.0.5/16 127.0.0.1/8
        encrypt passwords = Yes
        map to guest = Bad User
        null passwords = Yes
        log file = /var/log/samba/log.%m
        max log size = 50
        name resolve order = host wins lmhosts bcast
        deadtime = 2
        load printers = No
        logon script = logon.bat
        logon path = \\%N\%U\profiles
        domain logons = Yes
        preferred master = True
        domain master = True
        dns proxy = No
        kernel oplocks = No
        guest account = pcguest
        admin users = ict
        write list = ict
        oplocks = No
        level2 oplocks = No

[homes]
        comment = Home Directories
        path = /home/pcusers/%u
        read only = No
        browseable = No

[NETLOGON]
        path = /usr/pcshare/NETLOGON
        guest ok = Yes

# these shares are referenced in the logon.bat
[applics]
        path = /usr/pcshare/applics

[InterChk]
        path = /usr/pcshare/InterChk

[menus]
        path = /usr/pcshare/menus
        guest ok = Yes

As I said, this stops the clients locking but the logon.bat
doesn't always run. This is terminal the way the clients
are set up. (Users cannot be expected to use map network
drive.)

> 
> On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> > I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> > is acting as PDC. I'm getting the error message
> > "no response received to oplock break request..."
> > [mostly the logon.bat file]
> >
> > Some of the daemons which suffer this peg the CPU at 98%,
> > which causes all the other processes to slow down. I've had
> > network/system loads of 20+. Race?
> >
> > This goes away if I disable oplocks (no really), but
> > this causes some clients to fail to load the logon.bat
> > file. This is a major problem as all the shares load
> > via 'net use'.
> >
> > I can reproduce this with as few as 8 clients when they
> > are logged on in very quick succession. With normal network
> > load many (25%) of the clients will lock solid.
> >
> > Giving each user a separate logon.bat helps but doesn't
> > cure, as I cannot do this with all the shared files!
> > Since this is a read-only share (except admin) I don't see
> > how it can block at all. Then again file locking is akin to
> > black magic as far as I'm concerned.
> >
> > I note that kernel oplocks are on by default. I'm waiting
> > for confirmation of the status of kernel oplocks in
> > FreeBSD. This shouldn't matter, should it?
> >
> > Would it be worth trying an earlier version of samba? In
> > which case, which one. Bearing in mind I need PDC support
> > for Win95 (only).
> >
> > I've tried bandwidth limiting (2Mb/s) but this didn't help.
> >
> > Unfortunately this is in production. (It only broke when it
> > was loaded.) If I cannot fix this before the weekend, I'll be
> > forced to install NT, which would be a crying shame. (And a
> > PITA).
> >
> > TIA
> 
> -------------------------------------------------------

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College

Return-Path: <skirkup at trigon.com>
Delivered-To: samba at samba.org
Received: from ntes00.in.trigon.com (unknown [205.143.37.68]) by
  lists.samba.org (Postfix) with ESMTP id C1F5246AD for
  <samba at samba.org>; Thu, 13 Sep 2001 02:08:29 -0700 (PDT)
Received: by ntes00.in.trigon.com with Internet Mail Service
  (5.5.2653.19) id <R8T0CL64>; Thu, 13 Sep 2001 05:12:14 -0400
Message-ID: <4E0453C69B94D511B54500034770F0EC3B214D at ntes01.in.trigon.com
  >
From: "Kirkup, Steve" <skirkup at trigon.com>
To: 'Michael Lang' <michi at ganjastormtroopers.com>, "'samba at samba.org'"
  <samba at samba.org>
Subject: RE: smbclient Name Resolution Problem
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Thu Sep 13 02:09:01 2001
X-Original-Date: Thu, 13 Sep 2001 05:12:06 -0400

Michael,

	Yup, that worked! THX.

Steve K


> -----Original Message-----
> From:	Michael Lang [SMTP:michi at ganjastormtroopers.com]
> Sent:	Thursday, September 13, 2001 5:04 AM
> To:	Kirkup, Steve
> Subject:	Re: smbclient Name Resolution Problem
> 
> > ./smbclient -LN TEST
> > 
> > added interface xxx.xxx.xxx.xxx bcast xxx.xxx.xxx.xxx nmask
> xxx.xxx.xxx.xxx
> > Connection to TEST failed.
> > 
> > If I run this command,
> > 
> > ./smbclient -LN xxx.xxx.xxx.xxx
> > 
> > [global]
> > netbios name = TEST
> > 
>                  ^^^^
> 
> 	do a host/nslookup on test
> 
> 	if the query resolvs not an ip address
> 	add it to your /etc/hosts file 
> 	ex.: /etc/hosts	
> 	     127.0.0.1		loopback
> 	     127.0.0.1		test
> 	...
> 
> Greetz Nuddi

Return-Path: <root at battleship1.samba.org>
Delivered-To: samba at lists.samba.org
Received: from blueyonder.co.uk (pcow034o.blueyonder.co.uk
  [195.188.53.122]) by lists.samba.org (Postfix) with ESMTP id 6344346E3
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 02:10:30 -0700 (PDT)
Received: from battleship1 ([62.31.241.145]) by blueyonder.co.uk  with
  Microsoft SMTPSVC(5.5.1877.687.68); Thu, 13 Sep 2001 10:14:32 +0100
Content-Type: text/plain; charset="iso-8859-1"
From: Su <root at battleship1.samba.org>
To: samba at lists.samba.org
Subject: Re: Not listening for calling name
X-Mailer: KMail [version 1.2]
References: <01091220240100.01556 at battleship1>
  <3B9FB813.6BA2A763 at slu.edu> <01091222062600.01780 at battleship1>
In-Reply-To: <01091222062600.01780 at battleship1>
MIME-Version: 1.0
Message-Id: <01091310113500.01006 at battleship1>
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.0.6
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/>
Date: Thu Sep 13 02:11:03 2001
X-Original-Date: Thu, 13 Sep 2001 10:11:35 +0100

To let everyone know I have now solved this problem by adding lmhosts file + 
changing hostsallow file + hosts allow line in smb.conf.

So there's no need to reply.

Gloria

> The  file does not exist in the Samba 2.2.1a installation package.
> Do I need to make one myself + what should I put in it?
>
> Gloria
>

> > Gloria,
> >     It is very BAD to be root and especially to read mail as root.
> > Anyway, does the file exist? Does the path to the file exist? If not,
> > create the needed directories/files and try again.
> >
> > Tony
> >

> > > # ./smbclient -L battleship1 -d 4
> > > added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
> > > Client started (version 2.2.1a).
> > > resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> > > startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts.
> > > Error was No such file or directory
> > > resolve_hosts: Attempting host lookup for name battleship1<0x20>
> > > Connecting to 192.168.0.1 at port 139
> > > session request to BATTLESHIP1 failed (Not listening for calling name)
> > > resolve_lmhosts: Attempting lmhosts lookup for name battleship1<0x20>
> > > startlmhosts: Can't open lmhosts file /usr/local/samba/lib/lmhosts.
> > > Error was No such file or directory
> > > resolve_hosts: Attempting host lookup for name battleship1<0x20>
> > > Connecting to 192.168.0.1 at port 139
> > > session request to *SMBSERVER failed (Not listening for calling name)
> > >
> > > I get the above when I try to debug this
> > >
> > > any ideas?
> > >
> > > Gloria
> > > --
> > > To unsubscribe from this list go to the following URL and read the
> > > instructions:  http://lists.samba.org/mailman/listinfo/samba
> >
> > --

Return-Path: <mwei at tuts.nu>
Delivered-To: samba at lists.samba.org
Received: from avalon.tuts.nu (avalon.tuts.nu [195.185.147.69]) by
  lists.samba.org (Postfix) with ESMTP id 25A1A46EA; Thu, 13 Sep 2001
  02:12:48 -0700 (PDT)
Received: from localhost (mwei at localhost) by avalon.tuts.nu
  (8.11.2/8.11.2) with ESMTP id f8D9GBZ12739; Thu, 13 Sep 2001 11:16:13
  +0200
From: Michael Weisbach <mwei at tuts.nu>
To: <shahms at shahms.com>, <samba-technical at lists.samba.org>,
  <samba at lists.samba.org>
Subject: Looking for assistance installing Samba-2.2-cvs + LDAP
  correctly
Message-ID: <Pine.LNX.4.33Maildir.0109131054090.12467-100000 at avalon.tuts
  .nu>
X-GNUPG-key-id: 1024D/C799E484 2000-12-30 Michael Weisbach
  <mwei at tuts.nu>
X-GNUPG-key-fingerprint: 8EF6 44CC 7783 CC81 FD71  51FE 79C3 4E81 C799
  E484
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
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.0.6
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/>
Date: Thu Sep 13 02:13:16 2001
X-Original-Date: Thu, 13 Sep 2001 11:16:10 +0200 (MEST)

Hello folks,
Hi Shahms,

after some days of playing arround with Samba 2.2 from CVS and OpenLDAP
2.0.12 I'm looking for some people who could help me to get this stuff
up'n'running. I've only partial success even after some 'reverse
engineering' (reading sources ;-).

My prefered solution:

- Samba 2.2 from CVS with --with-ldap
- OpenLDAP 2.0.x
- Samba as PDC with domain logon, logon scripts at all
  remark: this is working without LDAP very well on my site
- Clients are W2k workstations (currently SP1 - but SP2 upcoming)

Problems rigth now:

- I'm confused about which are the minimal and right informations inside
  LDAP needed for right operations (sambaAccount stuff, groups etc.)

- I can use sambaAccount's stored in LDAP to connect to shares, but I'm
  unsure about the real needed informations - I've a mix out of
  posixAccount and sambaAccount stuff

- could'nt join a W2k workstation to this environment. Seems to be a
  problem with my maschine accounts inside LDAP directory - once again,
  a prober sample maschine account whould be really helpfull
  remarks: within samba-logs I got a message that admin could connect
  with admin-privs... but W2k reports something like "invalid account or
  password" (I'll provide some debug outputs later on, but did'nt working
  on my test environment rigth now).

Questions:

Could anyone provide me a 'real life' sample (schema files, sample
ldif's and maybe some scripts to insert initial samba accounts, user and
maschine accounts, slapd.conf etc.). I've found various different
solutions / links etc. doing this different. What's the right pointers to
the nessecary informations?

Is there a working solutions at all?

Do I need --with-ldapsam for this 'basic' LDAP setup? IMHO not. Which
additional schemas, initial entries and so on I need to get this also
working.

Thxn a lot,
keep hacking,

	-- Micha

P.S. Yes, I know - all LDAP stuff is 'under construction' :) but I'm very
interessted in getting some experiences on that.

--
HAL2001 - 10.-12. August 2001 - was great! :))
Campsite University of Twente, the Netherlands
http://www.hal2001.org/ and http://micha.tuts.nu/hal2001/

42rd Law of Computing: Anything that can go wro
pine: Segmentation violation: Core dumped ^J&6'4^+^)NO CARRIER

Return-Path: <GERDESJ at whl.co.uk>
Delivered-To: samba at samba.org
Received: from mail-dmz.whl.co.uk (mail.whl.co.uk [193.37.69.18]) by
  lists.samba.org (Postfix) with ESMTP id 29962470E for
  <samba at samba.org>; Thu, 13 Sep 2001 02:15:55 -0700 (PDT)
Received: from mail.gkn-whl.co.uk (mail-internal.whl.co.uk
  [192.168.255.200]) by mail-dmz.whl.co.uk (8.10.0/8.9.3) with ESMTP id
  f8D9Dve04158 for <samba at samba.org>; Thu, 13 Sep 2001 10:13:57 +0100
Received: from mailsweeper.gkn-whl.co.uk ([172.16.12.4]) by
  mail.gkn-whl.co.uk with esmtp (Exim 3.12 #1) id 15hSXG-0004cL-00 for
  samba at samba.org; Thu, 13 Sep 2001 10:11:50 +0100
Received: from gw.gkn-whl.co.uk (unverified) by  (Content Technologies
  SMTPRS 4.2.1) with SMTP id <T55f77d1233ac100c04a4c@> for
  <samba at samba.org>; Thu, 13 Sep 2001 10:19:49 +0100
Received: from GWPD-GKNWHL-Message_Server by gw.gkn-whl.co.uk with
  Novell_GroupWise; Thu, 13 Sep 2001 10:19:49 +0100
Message-Id: <sba08845.040 at gw.gkn-whl.co.uk>
X-Mailer: Novell GroupWise Internet Agent 5.5.2.1
From: "Jon Gerdes" <GERDESJ at whl.co.uk>
To: <kgeorga at pathfinder.gr>, <samba at samba.org>
Subject: Re: smbd proccess caused a 14 cpu load
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
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.0.6
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/>
Date: Thu Sep 13 02:16:03 2001
X-Original-Date: Thu, 13 Sep 2001 10:19:41 +0100

K

If it helps, I had a similar problem (except that the 1 min load went upto
over 100 !)  It was the kernel driver for ReiserFS that caused it.  After
upgrading from 2.4.3 to 2.4.6 the problem went away.  I was using Samba
2.2.x.

So, get your system upto the latest versions of the kernel and Samba.  As the
announcement for Samba says, 2.2.1a is the version you should be running.

Cheers
Jon Gerdes

>>> kgeorga <kgeorga at pathfinder.gr> 13/09/2001 09:18:32 >>>
Hello,

yesterday i got a call from my boss telling me that our file server had a
problem.I went by the office and i saw that some smbd proccesses
had raised the cpu load at 14! The thing was that i couldn't kill those
proccesses so i was forced to reboot the server.I asked my boss
when the problem started and he told me that it happened when he tried to copy
a folder in some other part of the shared drive.The file server runs samba
2.0.7.This is the first time it happens something like this so i'm wondering
if anyone had run into something
similar.Any hints?

Thanks in advance

___________________________________________________
Bqe_te ta p\mta! - http://search.pathfinder.gr
Dyqe\m mail ap| tom Pathfinder - http://www.pathfinder.gr
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <gurjeet at indbrain.com>
Delivered-To: samba at lists.samba.org
Received: from exchange.applogicwavenet.net (unknown [196.12.48.30]) by
  lists.samba.org (Postfix) with ESMTP id 714CF4165 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 03:13:37 -0700 (PDT)
Received: from IBI023 ([192.168.0.23]) by exchange.applogicwavenet.net
  with SMTP (Microsoft Exchange Internet Mail Service Version
  5.5.2653.13) id S5L8H1AB; Thu, 13 Sep 2001 15:47:57 +0530
Message-ID: <001901c13c96$05c51e90$1700a8c0 at ibi023.applogicwavenet.net>
From: "gurjeet sandhu" <gurjeet at indbrain.com>
To: <samba at lists.samba.org>
Subject: Samba on solaris 2.5.1
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook Express 4.72.3612.1700
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.0.6
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/>
Date: Thu Sep 13 03:14:12 2001
X-Original-Date: Thu, 13 Sep 2001 15:52:27 -0500

Hi everyone

I have installed samba 1.9 on solaris 2.5 . My problem is with the networks .
Actually my server has primary ip address as 206.86.xx.xx . But all my domain
clients who are NT 4.0 wkst are in network 192.168.0.xx . I want to share
resources on my server to all clients . But for some reasons i cant change its
ip address .
To achieve this but i did is added one extra ip to my server i.e. 192.168.0.x
,configured it as router , and installed samba .
All my client s are able to ping the server . But i am not getting the server
in browse list . Is samba is capable of working accross the networks . if yes
please help me with configuration .
Other thing samba package i have is compiled for no password encrytion .
But my NT 4.0 clients send encrypted passwords .

Thanks in advance
MAIL :----- gurjeet at indbrain.com

regards
gurjeet

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 0DA034110 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 03:49:32 -0700 (PDT)
Received: (qmail 17513 invoked from network); 13 Sep 2001 10:55:47 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 13 Sep 2001 10:55:47 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: ict technician <ict at cardinalnewman.coventry.sch.uk>,
  dragos.delcea at farmexim.ro
Subject: Re: samba 2.2.1a_2 oplocks
X-Mailer: KMail [version 1.2]
Cc: samba list <samba at lists.samba.org>
References: <01091310422103.19028 at busybox>
  <3BA07778.DC73BAB2 at cardinalnewman.coventry.sch.uk>
In-Reply-To: <3BA07778.DC73BAB2 at cardinalnewman.coventry.sch.uk>
MIME-Version: 1.0
Message-Id: <01091314000000.19414 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.0.6
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/>
Date: Thu Sep 13 03:50:05 2001
X-Original-Date: Thu, 13 Sep 2001 14:00:00 +0300

what do you mean 'the logon.bat doesn't always run'?
I'll asume that the logon.bat is made from notepad (windows style eol, not 
unix's). 
is the share available from the client (the netlogon one)?
can you execute it from the client (the logon.bat sitting on the server) 
after the logon manually?
also do 'oplocks/level2 oplocks = yes' in the global section (you may need it 
on some share), and do the netlogon like this:

----
[netlogon]
        comment = Network Logon Service
        path = /home/samba/netlogon
        admin users = admin
        read only = no
        public = no
        locking = no 
        browseable = no
        write list = admin
----
you don't need locks here! ---^
and see what output you get from 'log level =3' in 
/path/to/samba/logs/log.$machine_name where $machine_name is a station that 
doesn't run the logon.bat

dragos

On Thursday 13 September 2001 12:08 pm, ict technician wrote:
> Please include sender in return mail - thanks.
>
> > hello ian,
> > I'm on linux, so maybe I'm not  able to help much, but from what I've
> > read kernel oplocks works for linux 2.4 and irix until now; however on
> > linux 2.4 there are some problems with...(you guessed) oplocks, and I've
> > had to turn them off; I don't know how this translates to your problem,
> > but you might turn them off, just to be sure; other thing for you to try
> > is 'oplock break wait time = 10' in the global section; also, maybe you
> > have some crazy parameter; give us the [global] section and [netlogon]
> > one.
> >
> > dragos
> >
> > PS I've heard about some work on FreeBSD to make kernel oplocks work for
> > samba, but it was a request for testing I think, look the samba arhives
> > for the august
>
> Here is what I'm trying this morning ;)
> # Date: 2001/09/13 08:54:45
>
> # Global parameters
> [global]
>         workgroup = CARDINALNEWMAN
>         netbios name = HOME
>         netbios aliases = SOPHOS
>         server string = Samba Server
>         interfaces = 192.168.0.4/16 192.168.0.5/16 127.0.0.1/8
>         encrypt passwords = Yes
>         map to guest = Bad User
>         null passwords = Yes
>         log file = /var/log/samba/log.%m
>         max log size = 50
>         name resolve order = host wins lmhosts bcast
>         deadtime = 2
>         load printers = No
>         logon script = logon.bat
>         logon path = \\%N\%U\profiles
>         domain logons = Yes
>         preferred master = True
>         domain master = True
>         dns proxy = No
>         kernel oplocks = No
>         guest account = pcguest
>         admin users = ict
>         write list = ict
>         oplocks = No
>         level2 oplocks = No
>
> [homes]
>         comment = Home Directories
>         path = /home/pcusers/%u
>         read only = No
>         browseable = No
>
> [NETLOGON]
>         path = /usr/pcshare/NETLOGON
>         guest ok = Yes
>
> # these shares are referenced in the logon.bat
> [applics]
>         path = /usr/pcshare/applics
>
> [InterChk]
>         path = /usr/pcshare/InterChk
>
> [menus]
>         path = /usr/pcshare/menus
>         guest ok = Yes
>
> As I said, this stops the clients locking but the logon.bat
> doesn't always run. This is terminal the way the clients
> are set up. (Users cannot be expected to use map network
> drive.)
>
> > On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> > > I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> > > is acting as PDC. I'm getting the error message
> > > "no response received to oplock break request..."
> > > [mostly the logon.bat file]
> > >
> > > Some of the daemons which suffer this peg the CPU at 98%,
> > > which causes all the other processes to slow down. I've had
> > > network/system loads of 20+. Race?
> > >
> > > This goes away if I disable oplocks (no really), but
> > > this causes some clients to fail to load the logon.bat
> > > file. This is a major problem as all the shares load
> > > via 'net use'.
> > >
> > > I can reproduce this with as few as 8 clients when they
> > > are logged on in very quick succession. With normal network
> > > load many (25%) of the clients will lock solid.
> > >
> > > Giving each user a separate logon.bat helps but doesn't
> > > cure, as I cannot do this with all the shared files!
> > > Since this is a read-only share (except admin) I don't see
> > > how it can block at all. Then again file locking is akin to
> > > black magic as far as I'm concerned.
> > >
> > > I note that kernel oplocks are on by default. I'm waiting
> > > for confirmation of the status of kernel oplocks in
> > > FreeBSD. This shouldn't matter, should it?
> > >
> > > Would it be worth trying an earlier version of samba? In
> > > which case, which one. Bearing in mind I need PDC support
> > > for Win95 (only).
> > >
> > > I've tried bandwidth limiting (2Mb/s) but this didn't help.
> > >
> > > Unfortunately this is in production. (It only broke when it
> > > was loaded.) If I cannot fix this before the weekend, I'll be
> > > forced to install NT, which would be a crying shame. (And a
> > > PITA).
> > >
> > > TIA
> >
> > -------------------------------------------------------

Return-Path: <sandeepas at ctd.hcltech.com>
Delivered-To: samba at lists.samba.org
Received: from ganesh.ctd.hctech.com (unknown [202.54.64.2]) by
  lists.samba.org (Postfix) with ESMTP id 9DA2347E5 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 03:51:19 -0700 (PDT)
Received: by GANESH with Internet Mail Service (5.5.2653.19) id
  <SZ62T29S>; Thu, 13 Sep 2001 16:46:45 +0530
Message-ID: <D11B30C7348BD511A40700010283497B0E7D53 at GAYATRI>
From: "Sandeep.A..S (ESG)" <sandeepas at ctd.hcltech.com>
To: "Samba (E-mail)" <samba at lists.samba.org>
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Subject: (no subject)
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.0.6
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/>
Date: Thu Sep 13 03:52:04 2001
X-Original-Date: Thu, 13 Sep 2001 16:23:09 +0530

 Hello 

      Can I   install  general samba which is samba latest.tar from
samba.org  ste in dgux
      
       Is it compatible ?
              
 
       Or we have to make any changes to it  ?
 
          If any body is using samba on dgux  .pl give me  the  installation
settings 
      
          I will be very much thakfull to you 

           Thanks in advance 
            
              
 
           Rgds
           Sandeep a.s        
           
          
              
          

        


Systems Administrator 
 IV th Floor Greams Road Office 
 HCL Technologies Ltd 
Ph:8293298- 2126

Pl note :My mail id changed  as sandeepas at ctd.hcltech.com

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 37635464C for <samba at lists.samba.org>; Thu, 13
  Sep 2001 04:13:55 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id HAA11019 for samba at lists.samba.org; Thu, 13 Sep 2001
  07:17:42 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: %L doesn't work
Message-ID: <20010913071742.A11008 at hammershome.com>
References: <3BA02888.77F54093 at ezernet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3BA02888.77F54093 at ezernet.com>; from danny at ezernet.com on
  Thu, Sep 13, 2001 at 11:31:20AM +0800
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.0.6
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/>
Date: Thu Sep 13 04:14:03 2001
X-Original-Date: Thu, 13 Sep 2001 07:17:42 -0400

It works on my setup. And,it works according to the books.
How are you accessing the share.
smbclient \\\\alias\\share  works as it is supposed to.
In windows in network neighborhood, the alias shows up and is reported
properly as %L when the alias is opened.
Put a preexec in the share and echo %L > /tmp/Hello and see what is in there
after you access the share.

Joel

On Thu, Sep 13, 2001 at 11:31:20AM +0800, Danny wrote:
> i am using 2.1.1a
> %L always use the name from 'netbios name'
> but %L doesn't work with 'netbios aliases'
> 
> 
> danny
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <jlh at cc846558-a.twsn1.md.home.com>
Delivered-To: samba at lists.samba.org
Received: from cc846558-a.twsn1.md.home.com
  (cc846558-a.twsn1.md.home.com [24.182.146.18]) by lists.samba.org
  (Postfix) with ESMTP id 3C0D746A8 for <samba at lists.samba.org>; Thu, 13
  Sep 2001 04:16:17 -0700 (PDT)
Received: (from jlh at localhost) by cc846558-a.twsn1.md.home.com
  (8.9.1a/8.9.1) id HAA11052 for samba at lists.samba.org; Thu, 13 Sep 2001
  07:20:04 -0400
From: Joel Hammer <Joel at HammersHome.com>
To: samba at lists.samba.org
Subject: Re: Q: samba error , smbclient
Message-ID: <20010913072004.B11008 at hammershome.com>
References: <F272ipVVbnovilbg4SH0000c68a at hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <F272ipVVbnovilbg4SH0000c68a at hotmail.com>; from
  sol_unix at hotmail.com on Thu, Sep 13, 2001 at 03:41:47AM +0000
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.0.6
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/>
Date: Thu Sep 13 04:17:02 2001
X-Original-Date: Thu, 13 Sep 2001 07:20:04 -0400

On Thu, Sep 13, 2001 at 03:41:47AM +0000, Sam ! wrote:
> Hi,
> After installing latest version of samba on sparc solaris 2.8, host1, i got 
> this:
> 
> # ./smbclient -L host1/
> added interface ip=10.1.xx.xxx bcast=10.1.xx.255 nmask=255.255.255.0
> Connection to host1/ failed                   <***ERROR***  why? why? why?.
> 
why why why put / after host1? That give me the same error.
Joel

Return-Path: <asifhabib_khan at yahoo.com>
Delivered-To: samba at lists.samba.org
Received: from web13808.mail.yahoo.com (web13808.mail.yahoo.com
  [216.136.175.18]) by lists.samba.org (Postfix) with SMTP id F2F4A4A9B
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 05:10:17 -0700 (PDT)
Message-ID: <20010913121404.2241.qmail at web13808.mail.yahoo.com>
Received: from [63.109.248.59] by web13808.mail.yahoo.com via HTTP; Thu,
  13 Sep 2001 05:14:04 PDT
From: Asif Habib <asifhabib_khan at yahoo.com>
Subject: Why does Samba server do NT authentication ?
To: samba at lists.samba.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
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.0.6
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/>
Date: Thu Sep 13 05:11:06 2001
X-Original-Date: Thu, 13 Sep 2001 05:14:04 -0700 (PDT)

Hi all,

I am the student of MSc. in computer science, working
on final project in which i have to send user's
credentials in NTLM scheme to properly logging on
NT/2000 server.

First of all congratulation on best and optimized
apparoaches using in Samba server, i didn't read it
thoroughly but semantics shows.

My confusion is "Why does Samba do NT authentication".

I required a flow that tells how plain text passowrds
are hashed into NT, LM format, and how do they get
encrypt with server nonce.


If Samba server provides such a ficility then please
tell me the simple architecture that is used by Samba
server.


Regards,
Asif.


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Return-Path: <wdozierlist at gborocollege.edu>
Delivered-To: samba at samba.org
Received: from gborocollege.edu (calvin.gborocollege.edu
  [192.154.62.152]) by lists.samba.org (Postfix) with ESMTP id EC4264A9A
  for <samba at samba.org>; Thu, 13 Sep 2001 06:27:25 -0700 (PDT)
Received: from [192.154.62.2] (account <wdozierlist at gborocollege.edu>)
  by gborocollege.edu (CommuniGate Pro WebUser 3.4.8) with HTTP id
  246474 for <samba at samba.org>; Thu, 13 Sep 2001 09:28:16 -0400
From: "Wayne" <wdozierlist at gborocollege.edu>
Subject: Cannot Change password
To: <samba at samba.org>
X-Mailer: CommuniGate Pro Web Mailer v.3.4.8
Message-ID: <web-246474 at gborocollege.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
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.0.6
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/>
Date: Thu Sep 13 06:28:06 2001
X-Original-Date: Thu, 13 Sep 2001 09:28:16 -0400

I have a strange problem,  When i log in with my test client
into my samba server from a windows98 machine and goes into
the control panel to chang his password for logging into
Samba, I get an error of (Unable to change password fo
microsoft networking because of the following error:
Incorrect password)  So I go back to the server where I have
samba installed and try logging first into linux using the
test client.  It seems that when I changed the password
using the windows machine, it changed my /etc/passwd file
but did not change my /etc/samba/smbpasswd file.  Any
answers as to what may be causing this.  Below is a copy of
my smb.conf file 

   workgroup = xxxxx
   netbios name = xxxxxx
   server string = xxxxx Print Server
   printcap name = /etc/printcap
   load printers = yes
   printing = bsd
   log file = /var/log/samba/log.%m
   max log size = 50
   security = user
   encrypt passwords = yes
   passwd program = /usr/bin/passwd %u
   unix password sync = Yes
   smb passwd file = /etc/samba/smbpasswd
   passwd chat = *New*UNIX*password* %n\n
*ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
   socket options = TCP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192
   os level = 33
   domain master = yes 
   domain logons = yes
# if you enable domain logons then you may want a
per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat
   dns proxy = no
   admin users = wdozier
   printer admin = wdozier 
   share modes = no

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id F32C9439A for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 06:47:58 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id HAA91157 for <samba at lists.samba.org>; Thu,
  13 Sep 2001 07:51:45 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <004b01c13c5b$f9ba2120$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <F225Kvg7TeymGrMgdHW0000e7c1 at hotmail.com>
Subject: Re: lmhosts file in NT
MIME-Version: 1.0
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Thu Sep 13 06:49:02 2001
X-Original-Date: Thu, 13 Sep 2001 07:57:07 -0600

On your NT box search for lmhosts.sam. This is a sample lmhosts entry file you can copy and import.

The info is backwards from *nix (big surprise there, eh?) in that you enter ip address then name.

Typical entry:

192.168.1.1        NETBIOS_NAME        #PRE    #DOM:<domain>

The #PRE will cause the entry to be preloaded into the name cache. By default, entries are not
preloaded, but are parsed only after dynamic name resolution fails.

The #DOM:<domain> associates the NetBIOS name with <domain>.

I have yet to get this to work right on my box (STILL can't get to my samba server) but this is the
syntax.

Cheers,

# Nathan

----- Original Message -----
From: "Sam !" <sol_unix at hotmail.com>
To: <samba at lists.samba.org>
Sent: Wednesday, September 12, 2001 8:44 PM
Subject: Q: lmhosts file in NT


what is the line in lmhosts in NT if i have "host1"  as the solaris
2.8 with samba. In smb.conf, do i have to use "win server" or
"preferred domain" and "domain master". ???

when i double click on "host1" which is the solaris-samba host in
network neighborhood i get host1 not accessible. path not found error.
JS

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <sandeepas at ctd.hcltech.com>
Delivered-To: samba at lists.samba.org
Received: from ganesh.ctd.hctech.com (unknown [202.54.64.2]) by
  lists.samba.org (Postfix) with ESMTP id 83ADD44BC for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 06:53:02 -0700 (PDT)
Received: by GANESH with Internet Mail Service (5.5.2653.19) id
  <SZ62TLHC>; Thu, 13 Sep 2001 19:48:29 +0530
Message-ID: <D11B30C7348BD511A40700010283497B0E7EA3 at GAYATRI>
From: "Sandeep.A..S (ESG)" <sandeepas at ctd.hcltech.com>
To: "Samba (E-mail)" <samba at lists.samba.org>
Subject: samba in DGUX
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 06:54:03 2001
X-Original-Date: Thu, 13 Sep 2001 19:24:53 +0530

 Hello 

      Can I   install  general samba which is samba latest.tar from
samba.org  ste in dgux
      
       Is it compatible ?
              
 
       Or we have to make any changes to it  ?
 
          If any body is using samba on dgux  .pl give me  the  installation
settings 
      
          I will be very much thakfull to you 

           Thanks in advance 
            
              
 
           Rgds
           Sandeep a.s        
           
          
              
          

        


Systems Administrator 
 IV th Floor Greams Road Office 
 HCL Technologies Ltd 
Ph:8293298- 2126

Pl note :My mail id changed  as sandeepas at ctd.hcltech.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Systems Administrator 
 IV th Floor Greams Road Office 
 HCL Technologies Ltd 
Ph:8293298- 2126

Pl note :My mail id changed  as sandeepas at ctd.hcltech.com

Return-Path: <Glenn.Deans at sea.siemens.com>
Delivered-To: samba at lists.samba.org
Received: from relay.sea.siemens.com (relay1.sea.siemens.com
  [208.5.44.5]) by lists.samba.org (Postfix) with ESMTP id 644944AE3 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 06:54:39 -0700 (PDT)
Received: from aph0001a (gtwy.sea.siemens.com [208.5.44.21]) by
  relay.sea.siemens.com with SMTP (Microsoft Exchange Internet Mail
  Service Version 5.5.2650.21) id S2CN4PYP; Thu, 13 Sep 2001 10:05:09
  -0400
Received: from 161.218.9.44 by aph0001a (InterScan E-Mail VirusWall NT);
  Thu, 13 Sep 2001 09:58:20 -0400 (Eastern Daylight Time)
Received: by irms04.sea.siemens.com with Internet Mail Service
  (5.5.2653.19) id <R65TYQD7>; Thu, 13 Sep 2001 09:58:54 -0400
Message-ID: <3EF10BAF5211D5119BEE00805F575D192BB2C4 at IBMS01>
From: "Deans, Glenn" <Glenn.Deans at sea.siemens.com>
To: 'Nathan' <etherwolf at sopris.net>, Samba <samba at lists.samba.org>
Subject: RE: lmhosts file in NT
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: 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.0.6
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/>
Date: Thu Sep 13 06:55:10 2001
X-Original-Date: Thu, 13 Sep 2001 09:58:39 -0400

If you use WINS I would ensure there is an entry for your Samba server.  MS
uses the hots/lmhost files as a last resort.

Glenn


-----Original Message-----
From: Nathan [mailto:etherwolf at sopris.net] 
Sent: Thursday, September 13, 2001 9:57 AM
To: Samba
Subject: Re: lmhosts file in NT


On your NT box search for lmhosts.sam. This is a sample lmhosts entry file
you can copy and import.

The info is backwards from *nix (big surprise there, eh?) in that you enter
ip address then name.

Typical entry:

192.168.1.1        NETBIOS_NAME        #PRE    #DOM:<domain>

The #PRE will cause the entry to be preloaded into the name cache. By
default, entries are not preloaded, but are parsed only after dynamic name
resolution fails.

The #DOM:<domain> associates the NetBIOS name with <domain>.

I have yet to get this to work right on my box (STILL can't get to my samba
server) but this is the syntax.

Cheers,

# Nathan

----- Original Message -----
From: "Sam !" <sol_unix at hotmail.com>
To: <samba at lists.samba.org>
Sent: Wednesday, September 12, 2001 8:44 PM
Subject: Q: lmhosts file in NT


what is the line in lmhosts in NT if i have "host1"  as the solaris 2.8 with
samba. In smb.conf, do i have to use "win server" or "preferred domain" and
"domain master". ???

when i double click on "host1" which is the solaris-samba host in network
neighborhood i get host1 not accessible. path not found error. JS

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--
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: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 131A64B33 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 07:07:22 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id IAA96279 for <samba at lists.samba.org>; Thu,
  13 Sep 2001 08:11:08 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <008d01c13c5e$af317150$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
References: <E15hX7O-0001ab-00 at pluto.runbox.com>
Subject: Re: i am begginer ...
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Thu Sep 13 07:08:03 2001
X-Original-Date: Thu, 13 Sep 2001 08:16:30 -0600

Read the MySQL manual, it is very well written and will tell you exactly how to create any index you
like. Try here http://www.mysql.com/doc/O/p/Optimizing_Database_Structure.html

# Nathan

----- Original Message -----
From: "Miguel Enriquez Alvarado" <jamiguel at runbox.com>
To: <mysql at lists.mysql.com>
Sent: Thursday, September 13, 2001 8:05 AM
Subject: i am begginer ...


hi all good morning.

i ahve a question: i use delphi and want work with mysql too, need create indexes in the tables of
mysql for more speend in the querys?

how can create the indexes?


thanks

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <mysql-thread85416 at lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-etherwolf=sopris.net at lists.mysql.com>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Return-Path: <etherwolf at sopris.net>
Delivered-To: samba at lists.samba.org
Received: from c-serv1.sopris.net (ns.sopris.net [208.44.82.2]) by
  lists.samba.org (Postfix) with ESMTP id 08ADA4AE0 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 07:16:38 -0700 (PDT)
Received: from bank (escusa.com [216.237.68.195]) by c-serv1.sopris.net
  (8.9.3/8.9.3) with SMTP id IAA98537 for <samba at lists.samba.org>; Thu,
  13 Sep 2001 08:20:24 -0600 (MDT) (envelope-from etherwolf at sopris.net)
Message-ID: <00ab01c13c5f$fa5504c0$c001a8c0 at bank>
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
Subject: Fw: i am begginer ...
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
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.0.6
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/>
Date: Thu Sep 13 07:17:04 2001
X-Original-Date: Thu, 13 Sep 2001 08:25:45 -0600

Heh. Oops. Wrong list :-P


----- Original Message -----
From: "Nathan" <etherwolf at sopris.net>
To: "Samba" <samba at lists.samba.org>
Sent: Thursday, September 13, 2001 8:16 AM
Subject: Re: i am begginer ...


Read the MySQL manual, it is very well written and will tell you exactly how to create any index you
like. Try here http://www.mysql.com/doc/O/p/Optimizing_Database_Structure.html

# Nathan

----- Original Message -----
From: "Miguel Enriquez Alvarado" <jamiguel at runbox.com>
To: <mysql at lists.mysql.com>
Sent: Thursday, September 13, 2001 8:05 AM
Subject: i am begginer ...


hi all good morning.

i ahve a question: i use delphi and want work with mysql too, need create indexes in the tables of
mysql for more speend in the querys?

how can create the indexes?


thanks

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <mysql-thread85416 at lists.mysql.com>
To unsubscribe, e-mail <mysql-unsubscribe-etherwolf=sopris.net at lists.mysql.com>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <ict at cardinalnewman.coventry.sch.uk>
Delivered-To: samba at lists.samba.org
Received: from ngmail.ngfl.dialnet.com (ngmail.ngfl.dialnet.com
  [212.44.44.76]) by lists.samba.org (Postfix) with ESMTP id 8EFF54C12
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 07:31:22 -0700 (PDT)
Received: from ngmfilt2.ngfl.dialnet.com [212.44.44.78] by
  ngmail.ngfl.dialnet.com with ESMTP (SMTPD32-6.06) id A2F39A20134; Thu,
  13 Sep 2001 15:30:11 +0100
Received: from firewall.cardinalnewman (unverified) by
  ngmfilt2.ngfl.dialnet.com (Content Technologies SMTPRS 4.1.5) with
  ESMTP id <Td42c2c4e55f8a64f67 at ngmfilt2.ngfl.dialnet.com>; Thu, 13 Sep
  2001 15:44:29 +0100
Received: from mail.cardinalnewman (mail.cardinalnewman [192.168.0.3])
  by firewall.cardinalnewman (8.11.3/8.11.3) with ESMTP id f8DEC5D26356;
  Thu, 13 Sep 2001 15:12:05 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: (from root at localhost) by mail.cardinalnewman (8.11.5/8.11.5)
  id f8DEC5w63838; Thu, 13 Sep 2001 15:12:05 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: from cardinalnewman.coventry.sch.uk (dns.cardinalnewman
  [192.168.0.2]) (authenticated) by mail.cardinalnewman
  (8.11.5/8.11.5av) with ESMTP id f8DEC1U63830; Thu, 13 Sep 2001
  15:12:01 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Message-ID: <3BA0BEB1.522F3651 at cardinalnewman.coventry.sch.uk>
From: ict technician <ict at cardinalnewman.coventry.sch.uk>
Organization: Cardinal Newman School
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: dragos.delcea at farmexim.ro
Cc: samba list <samba at lists.samba.org>
Subject: Re: samba 2.2.1a_2 oplocks
References: <01091310422103.19028 at busybox>
  <3BA07778.DC73BAB2 at cardinalnewman.coventry.sch.uk>
  <01091314000000.19414 at busybox>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by AMaViS perl-10
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.0.6
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/>
Date: Thu Sep 13 07:32:07 2001
X-Original-Date: Thu, 13 Sep 2001 15:12:01 +0100

(please include sender in replies)

Dragos wrote:
> 
> what do you mean 'the logon.bat doesn't always run'?

Just that. Doesn't even open the cancel box, no drives are mapped
no output at all. Note the choice statement - this is to allow time
to check the shares all loaded correctly. Since I'm a bit paranoid
right now I'll replace the pauses with choice - just in case.

<Extract from logon.bat>
@echo off

echo Logon script: version 20010903.1050
echo .

echo Setting system clock
net time \\time /set /yes

:win95
echo Connecting to home share 
net use f: /HOME

if exist f:\*.* goto fok
@echo *** WARNING *** WARNING *** WARNING ***
@echo .
@echo Could not connect to your HOME directory
@echo Windows will not work correctly unless
@echo this happens. You MUST log off and try again.
@echo .
@echo When you have read and UNDERSTOOD this
pause
:fok

<snip some more shares>

rem Safer than pause?
choice /T:Y,5 Press Y to continue.

:xit
</extract>

> I'll asume that the logon.bat is made from notepad (windows style eol, not
> unix's).

Yep.

> is the share available from the client (the netlogon one)?

yes

> can you execute it from the client (the logon.bat sitting on the server)
> after the logon manually?

Yes I can. My users probably could not - some of them are only 10.

> also do 'oplocks/level2 oplocks = yes' in the global section (you may need it
> on some share), and do the netlogon like this:
> 
> ----
> [netlogon]
>         comment = Network Logon Service
>         path = /home/samba/netlogon
>         admin users = admin
>         read only = no
>         public = no
>         locking = no
>         browseable = no
>         write list = admin
> ----
> you don't need locks here! ---^

I wasn't convinced by this but I tried it anyway.

Eight machines. All Identical - cloned 2 weeks ago. Each works fine on
its own.
Tested to death in fact. Samba stopped/started. When all logged on
_together_
with above settings. (Only had time for one trial).

1x Hung in login.bat
3x OK
4x Logon.bat didn't run (+1 crash as well)

This mornings test (no oplocks)

0x Hung
6x Ok
2x Login.bat didn't run

I think you are barking up the wrong tree. 
EVERY MACHINE WORKS, as long as no other machines are booting.

With our minimal network load (~25) it works okay. I'm artificially
generating
errors by logging on at the same time. However usage is peaky. It's a
school, at
the start of every lesson 0 to 4 lots of 25 machines get logged in. Any
more
than 1 class triggers problems. With 4 classes the network becomes
unusable.
 
> and see what output you get from 'log level =3' in
> /path/to/samba/logs/log.$machine_name where $machine_name is a station that
> doesn't run the logon.bat

But the machines which die are random. I'm trailing through the logs
now.
After 3.15pm (local) I can wack the log level up on all machines and see
what
happens.

News Flash: A quiet day today so everything has worked so far. Just had
three
machines reported which wouldn't run the logon.bat at all, multiple
attempts.
In fact all machines seemed to be locked from reading. I killed the
machine
assosiated with these messages, bat file runs again. Only log level 0
I'm
afraid.

[2001/09/13 12:03:37, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,72195,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 12:03:37, 2] smbd/open.c:open_file(216)
  HS opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 12:03:37, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 12:03:37, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 12:03:37, 3] smbd/process.c:process_smb(837)
  Transaction 6 of length 39

Heavy duty testing in about 5 minutes.

> 
> dragos
> 
> On Thursday 13 September 2001 12:08 pm, ict technician wrote:
> > Please include sender in return mail - thanks.
> >
> > > hello ian,
> > > I'm on linux, so maybe I'm not  able to help much, but from what I've
> > > read kernel oplocks works for linux 2.4 and irix until now; however on
> > > linux 2.4 there are some problems with...(you guessed) oplocks, and I've
> > > had to turn them off; I don't know how this translates to your problem,
> > > but you might turn them off, just to be sure; other thing for you to try
> > > is 'oplock break wait time = 10' in the global section; also, maybe you
> > > have some crazy parameter; give us the [global] section and [netlogon]
> > > one.
> > >
> > > dragos
> > >
> > > PS I've heard about some work on FreeBSD to make kernel oplocks work for
> > > samba, but it was a request for testing I think, look the samba arhives
> > > for the august
> >
[> > Here is what I'm trying this morning ;)
> > # Date: 2001/09/13 08:54:45
> >
> > # Global parameters
> > [global]
> >         workgroup = CARDINALNEWMAN
> >         netbios name = HOME
> >         netbios aliases = SOPHOS
> >         server string = Samba Server
> >         interfaces = 192.168.0.4/16 192.168.0.5/16 127.0.0.1/8
> >         encrypt passwords = Yes
> >         map to guest = Bad User
> >         null passwords = Yes
> >         log file = /var/log/samba/log.%m
> >         max log size = 50
> >         name resolve order = host wins lmhosts bcast
> >         deadtime = 2
> >         load printers = No
> >         logon script = logon.bat
> >         logon path = \\%N\%U\profiles
> >         domain logons = Yes
> >         preferred master = True
> >         domain master = True
> >         dns proxy = No
> >         kernel oplocks = No
> >         guest account = pcguest
> >         admin users = ict
> >         write list = ict
> >         oplocks = No
> >         level2 oplocks = No
> >
> > [homes]
> >         comment = Home Directories
> >         path = /home/pcusers/%u
> >         read only = No
> >         browseable = No
> >
> > [NETLOGON]
> >         path = /usr/pcshare/NETLOGON
> >         guest ok = Yes
> >
> > # these shares are referenced in the logon.bat
> > [applics]
> >         path = /usr/pcshare/applics
> >
> > [InterChk]
> >         path = /usr/pcshare/InterChk
> >
> > [menus]
> >         path = /usr/pcshare/menus
> >         guest ok = Yes
> >
> > As I said, this stops the clients locking but the logon.bat
> > doesn't always run. This is terminal the way the clients
> > are set up. (Users cannot be expected to use map network
> > drive.)
> >
> > > On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> > > > I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> > > > is acting as PDC. I'm getting the error message
> > > > "no response received to oplock break request..."
> > > > [mostly the logon.bat file]
> > > >
> > > > Some of the daemons which suffer this peg the CPU at 98%,
> > > > which causes all the other processes to slow down. I've had
> > > > network/system loads of 20+. Race?
> > > >
> > > > This goes away if I disable oplocks (no really), but
> > > > this causes some clients to fail to load the logon.bat
> > > > file. This is a major problem as all the shares load
> > > > via 'net use'.
> > > >
> > > > I can reproduce this with as few as 8 clients when they
> > > > are logged on in very quick succession. With normal network
> > > > load many (25%) of the clients will lock solid.
> > > >
> > > > Giving each user a separate logon.bat helps but doesn't
> > > > cure, as I cannot do this with all the shared files!
> > > > Since this is a read-only share (except admin) I don't see
> > > > how it can block at all. Then again file locking is akin to
> > > > black magic as far as I'm concerned.
> > > >
> > > > I note that kernel oplocks are on by default. I'm waiting
> > > > for confirmation of the status of kernel oplocks in
> > > > FreeBSD. This shouldn't matter, should it?
> > > >
> > > > Would it be worth trying an earlier version of samba? In
> > > > which case, which one. Bearing in mind I need PDC support
> > > > for Win95 (only).
> > > >
> > > > I've tried bandwidth limiting (2Mb/s) but this didn't help.
> > > >
> > > > Unfortunately this is in production. (It only broke when it
> > > > was loaded.) If I cannot fix this before the weekend, I'll be
> > > > forced to install NT, which would be a crying shame. (And a
> > > > PITA).
> > > >
> > > > TIA
> > >
> > > -------------------------------------------------------

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College

Return-Path: <CharlesM at Media-Brokers.com>
Delivered-To: samba at lists.samba.org
Received: from imf14bis.bellsouth.net (mail014.mail.bellsouth.net
  [205.152.58.34]) by lists.samba.org (Postfix) with ESMTP id 681424BE9
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 08:01:54 -0700 (PDT)
Received: from atlws014 ([66.156.58.169]) by imf14bis.bellsouth.net
  (InterMail vM.5.01.01.01 201-252-104) with SMTP id
  <20010913150640.CVRU2006.imf14bis.bellsouth.net at atlws014>; Thu, 13 Sep
  2001 11:06:40 -0400
From: "Charles Marcus" <CharlesM at Media-Brokers.com>
To: "'ict technician'" <ict at cardinalnewman.coventry.sch.uk>
Cc: "'samba list'" <samba at lists.samba.org>
Subject: RE: samba 2.2.1a_2 oplocks
Message-ID: <002301c13c65$8c066f80$0b00a8c0 at atlmbi>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <3BA0BEB1.522F3651 at cardinalnewman.coventry.sch.uk>
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.0.6
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/>
Date: Thu Sep 13 08:02:04 2001
X-Original-Date: Thu, 13 Sep 2001 11:05:37 -0400

Just a thouht...

I had some really weird problems with SAMBA, until I discovered I had a
machine with a bad NIC in it.

I also had some real weird problems and discovered I had a bad switch.
Replaced these, and all is working wonderfully now.

Sounds like you may have a similar situation.

Happy hunting!

Charles

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of ict technician
Sent: Thursday, September 13, 2001 10:12 AM
To: dragos.delcea at farmexim.ro
Cc: samba list
Subject: Re: samba 2.2.1a_2 oplocks


(please include sender in replies)

Dragos wrote:
>
> what do you mean 'the logon.bat doesn't always run'?

Just that. Doesn't even open the cancel box, no drives are mapped
no output at all. Note the choice statement - this is to allow time
to check the shares all loaded correctly. Since I'm a bit paranoid
right now I'll replace the pauses with choice - just in case.

<Extract from logon.bat>
@echo off

echo Logon script: version 20010903.1050
echo .

echo Setting system clock
net time \\time /set /yes

:win95
echo Connecting to home share
net use f: /HOME

if exist f:\*.* goto fok
@echo *** WARNING *** WARNING *** WARNING ***
@echo .
@echo Could not connect to your HOME directory
@echo Windows will not work correctly unless
@echo this happens. You MUST log off and try again.
@echo .
@echo When you have read and UNDERSTOOD this
pause
:fok

<snip some more shares>

rem Safer than pause?
choice /T:Y,5 Press Y to continue.

:xit
</extract>

> I'll asume that the logon.bat is made from notepad (windows style eol, not
> unix's).

Yep.

> is the share available from the client (the netlogon one)?

yes

> can you execute it from the client (the logon.bat sitting on the server)
> after the logon manually?

Yes I can. My users probably could not - some of them are only 10.

> also do 'oplocks/level2 oplocks = yes' in the global section (you may need
it
> on some share), and do the netlogon like this:
>
> ----
> [netlogon]
>         comment = Network Logon Service
>         path = /home/samba/netlogon
>         admin users = admin
>         read only = no
>         public = no
>         locking = no
>         browseable = no
>         write list = admin
> ----
> you don't need locks here! ---^

I wasn't convinced by this but I tried it anyway.

Eight machines. All Identical - cloned 2 weeks ago. Each works fine on
its own.
Tested to death in fact. Samba stopped/started. When all logged on
_together_
with above settings. (Only had time for one trial).

1x Hung in login.bat
3x OK
4x Logon.bat didn't run (+1 crash as well)

This mornings test (no oplocks)

0x Hung
6x Ok
2x Login.bat didn't run

I think you are barking up the wrong tree.
EVERY MACHINE WORKS, as long as no other machines are booting.

With our minimal network load (~25) it works okay. I'm artificially
generating
errors by logging on at the same time. However usage is peaky. It's a
school, at
the start of every lesson 0 to 4 lots of 25 machines get logged in. Any
more
than 1 class triggers problems. With 4 classes the network becomes
unusable.

> and see what output you get from 'log level =3' in
> /path/to/samba/logs/log.$machine_name where $machine_name is a station
that
> doesn't run the logon.bat

But the machines which die are random. I'm trailing through the logs
now.
After 3.15pm (local) I can wack the log level up on all machines and see
what
happens.

News Flash: A quiet day today so everything has worked so far. Just had
three
machines reported which wouldn't run the logon.bat at all, multiple
attempts.
In fact all machines seemed to be locked from reading. I killed the
machine
assosiated with these messages, bat file runs again. Only log level 0
I'm
afraid.

[2001/09/13 12:03:37, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,72195,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 12:03:37, 2] smbd/open.c:open_file(216)
  HS opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 12:03:37, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 12:03:37, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 12:03:37, 3] smbd/process.c:process_smb(837)
  Transaction 6 of length 39

Heavy duty testing in about 5 minutes.

>
> dragos
>
> On Thursday 13 September 2001 12:08 pm, ict technician wrote:
> > Please include sender in return mail - thanks.
> >
> > > hello ian,
> > > I'm on linux, so maybe I'm not  able to help much, but from what I've
> > > read kernel oplocks works for linux 2.4 and irix until now; however on
> > > linux 2.4 there are some problems with...(you guessed) oplocks, and
I've
> > > had to turn them off; I don't know how this translates to your
problem,
> > > but you might turn them off, just to be sure; other thing for you to
try
> > > is 'oplock break wait time = 10' in the global section; also, maybe
you
> > > have some crazy parameter; give us the [global] section and [netlogon]
> > > one.
> > >
> > > dragos
> > >
> > > PS I've heard about some work on FreeBSD to make kernel oplocks work
for
> > > samba, but it was a request for testing I think, look the samba
arhives
> > > for the august
> >
[> > Here is what I'm trying this morning ;)
> > # Date: 2001/09/13 08:54:45
> >
> > # Global parameters
> > [global]
> >         workgroup = CARDINALNEWMAN
> >         netbios name = HOME
> >         netbios aliases = SOPHOS
> >         server string = Samba Server
> >         interfaces = 192.168.0.4/16 192.168.0.5/16 127.0.0.1/8
> >         encrypt passwords = Yes
> >         map to guest = Bad User
> >         null passwords = Yes
> >         log file = /var/log/samba/log.%m
> >         max log size = 50
> >         name resolve order = host wins lmhosts bcast
> >         deadtime = 2
> >         load printers = No
> >         logon script = logon.bat
> >         logon path = \\%N\%U\profiles
> >         domain logons = Yes
> >         preferred master = True
> >         domain master = True
> >         dns proxy = No
> >         kernel oplocks = No
> >         guest account = pcguest
> >         admin users = ict
> >         write list = ict
> >         oplocks = No
> >         level2 oplocks = No
> >
> > [homes]
> >         comment = Home Directories
> >         path = /home/pcusers/%u
> >         read only = No
> >         browseable = No
> >
> > [NETLOGON]
> >         path = /usr/pcshare/NETLOGON
> >         guest ok = Yes
> >
> > # these shares are referenced in the logon.bat
> > [applics]
> >         path = /usr/pcshare/applics
> >
> > [InterChk]
> >         path = /usr/pcshare/InterChk
> >
> > [menus]
> >         path = /usr/pcshare/menus
> >         guest ok = Yes
> >
> > As I said, this stops the clients locking but the logon.bat
> > doesn't always run. This is terminal the way the clients
> > are set up. (Users cannot be expected to use map network
> > drive.)
> >
> > > On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> > > > I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> > > > is acting as PDC. I'm getting the error message
> > > > "no response received to oplock break request..."
> > > > [mostly the logon.bat file]
> > > >
> > > > Some of the daemons which suffer this peg the CPU at 98%,
> > > > which causes all the other processes to slow down. I've had
> > > > network/system loads of 20+. Race?
> > > >
> > > > This goes away if I disable oplocks (no really), but
> > > > this causes some clients to fail to load the logon.bat
> > > > file. This is a major problem as all the shares load
> > > > via 'net use'.
> > > >
> > > > I can reproduce this with as few as 8 clients when they
> > > > are logged on in very quick succession. With normal network
> > > > load many (25%) of the clients will lock solid.
> > > >
> > > > Giving each user a separate logon.bat helps but doesn't
> > > > cure, as I cannot do this with all the shared files!
> > > > Since this is a read-only share (except admin) I don't see
> > > > how it can block at all. Then again file locking is akin to
> > > > black magic as far as I'm concerned.
> > > >
> > > > I note that kernel oplocks are on by default. I'm waiting
> > > > for confirmation of the status of kernel oplocks in
> > > > FreeBSD. This shouldn't matter, should it?
> > > >
> > > > Would it be worth trying an earlier version of samba? In
> > > > which case, which one. Bearing in mind I need PDC support
> > > > for Win95 (only).
> > > >
> > > > I've tried bandwidth limiting (2Mb/s) but this didn't help.
> > > >
> > > > Unfortunately this is in production. (It only broke when it
> > > > was loaded.) If I cannot fix this before the weekend, I'll be
> > > > forced to install NT, which would be a crying shame. (And a
> > > > PITA).
> > > >
> > > > TIA
> > >
> > > -------------------------------------------------------

--
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

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 3D9B94C12 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 08:02:06 -0700 (PDT)
Received: (qmail 15086 invoked from network); 13 Sep 2001 15:08:21 -0000
Received: from dragosd.farmexim.ro (HELO busybox) (192.168.1.60) by
  192.168.1.3 with SMTP; 13 Sep 2001 15:08:21 -0000
Content-Type: text/plain; charset="iso-8859-1"
From: Dragos <dragos.delcea at farmexim.ro>
Reply-To: dragos.delcea at farmexim.ro
Organization: Farmexim SA
To: ict technician <ict at cardinalnewman.coventry.sch.uk>,
  dragos.delcea at farmexim.ro
Subject: Re: samba 2.2.1a_2 oplocks
X-Mailer: KMail [version 1.2]
Cc: samba list <samba at lists.samba.org>
References: <01091310422103.19028 at busybox>
  <01091314000000.19414 at busybox>
  <3BA0BEB1.522F3651 at cardinalnewman.coventry.sch.uk>
In-Reply-To: <3BA0BEB1.522F3651 at cardinalnewman.coventry.sch.uk>
MIME-Version: 1.0
Message-Id: <01091318123505.19414 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.0.6
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/>
Date: Thu Sep 13 08:03:03 2001
X-Original-Date: Thu, 13 Sep 2001 18:12:35 +0300

As I've said, I use linux, played around with FreeBSD, but I didn't use it 
for some production machine (yet)... but before pointing finger to BSD here's 
what you should do on the netlogon share:
----
locking =no
false oplocks = yes
share modes = no
----
what can I say, I have about 60 users, each has his own logon script 
(%U.bat), but I have the config.pol which is accessed by all clients on 
logon, and I haven't had problems with it, even if it's the same situation 
(in the morning, in about 10 minutes almost all of my users log on).
try the above, it might cure it ( with a little luck ;) ), but do not put in 
the [global], unless you are looking for trouble, or you know for sure that 
never a file is accessed concurrently.
what I think it happens in your case is that it times out some connections, 
because of the peak usage; those settings are good for a read-only share...

dragos

On Thursday 13 September 2001 05:12 pm, ict technician wrote:
> (please include sender in replies)
>
> Dragos wrote:
> > what do you mean 'the logon.bat doesn't always run'?
>
> Just that. Doesn't even open the cancel box, no drives are mapped
> no output at all. Note the choice statement - this is to allow time
> to check the shares all loaded correctly. Since I'm a bit paranoid
> right now I'll replace the pauses with choice - just in case.
>
> <Extract from logon.bat>
> @echo off
>
> echo Logon script: version 20010903.1050
> echo .
>
> echo Setting system clock
> net time \\time /set /yes
>
> :win95
>
> echo Connecting to home share
> net use f: /HOME
>
> if exist f:\*.* goto fok
> @echo *** WARNING *** WARNING *** WARNING ***
> @echo .
> @echo Could not connect to your HOME directory
> @echo Windows will not work correctly unless
> @echo this happens. You MUST log off and try again.
> @echo .
> @echo When you have read and UNDERSTOOD this
> pause
>
> :fok
>
> <snip some more shares>
>
> rem Safer than pause?
> choice /T:Y,5 Press Y to continue.
>
> :xit
>
> </extract>
>
> > I'll asume that the logon.bat is made from notepad (windows style eol,
> > not unix's).
>
> Yep.
>
> > is the share available from the client (the netlogon one)?
>
> yes
>
> > can you execute it from the client (the logon.bat sitting on the server)
> > after the logon manually?
>
> Yes I can. My users probably could not - some of them are only 10.
>
> > also do 'oplocks/level2 oplocks = yes' in the global section (you may
> > need it on some share), and do the netlogon like this:
> >
> > ----
> > [netlogon]
> >         comment = Network Logon Service
> >         path = /home/samba/netlogon
> >         admin users = admin
> >         read only = no
> >         public = no
> >         locking = no
> >         browseable = no
> >         write list = admin
> > ----
> > you don't need locks here! ---^
>
> I wasn't convinced by this but I tried it anyway.
>
> Eight machines. All Identical - cloned 2 weeks ago. Each works fine on
> its own.
> Tested to death in fact. Samba stopped/started. When all logged on
> _together_
> with above settings. (Only had time for one trial).
>
> 1x Hung in login.bat
> 3x OK
> 4x Logon.bat didn't run (+1 crash as well)
>
> This mornings test (no oplocks)
>
> 0x Hung
> 6x Ok
> 2x Login.bat didn't run
>
> I think you are barking up the wrong tree.
> EVERY MACHINE WORKS, as long as no other machines are booting.
>
> With our minimal network load (~25) it works okay. I'm artificially
> generating
> errors by logging on at the same time. However usage is peaky. It's a
> school, at
> the start of every lesson 0 to 4 lots of 25 machines get logged in. Any
> more
> than 1 class triggers problems. With 4 classes the network becomes
> unusable.
>
> > and see what output you get from 'log level =3' in
> > /path/to/samba/logs/log.$machine_name where $machine_name is a station
> > that doesn't run the logon.bat
>
> But the machines which die are random. I'm trailing through the logs
> now.
> After 3.15pm (local) I can wack the log level up on all machines and see
> what
> happens.
>
> News Flash: A quiet day today so everything has worked so far. Just had
> three
> machines reported which wouldn't run the logon.bat at all, multiple
> attempts.
> In fact all machines seemed to be locked from reading. I killed the
> machine
> assosiated with these messages, bat file runs again. Only log level 0
> I'm
> afraid.
>
> [2001/09/13 12:03:37, 2] smbd/open.c:check_share_mode(426)
>   Share violation on file (1,2,0,72195,logon.bat,fcbopen = 0, flags = 0)
> = 0
> [2001/09/13 12:03:37, 2] smbd/open.c:open_file(216)
>   HS opened file logon.bat read=Yes write=No (numopen=1)
> [2001/09/13 12:03:37, 3] smbd/error.c:error_packet(123)
>   error string = Operation not permitted
> [2001/09/13 12:03:37, 3] smbd/error.c:error_packet(141)
>   error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
> [2001/09/13 12:03:37, 3] smbd/process.c:process_smb(837)
>   Transaction 6 of length 39
>
> Heavy duty testing in about 5 minutes.
>
> > dragos
> >
> > On Thursday 13 September 2001 12:08 pm, ict technician wrote:
> > > Please include sender in return mail - thanks.
> > >
> > > > hello ian,
> > > > I'm on linux, so maybe I'm not  able to help much, but from what I've
> > > > read kernel oplocks works for linux 2.4 and irix until now; however
> > > > on linux 2.4 there are some problems with...(you guessed) oplocks,
> > > > and I've had to turn them off; I don't know how this translates to
> > > > your problem, but you might turn them off, just to be sure; other
> > > > thing for you to try is 'oplock break wait time = 10' in the global
> > > > section; also, maybe you have some crazy parameter; give us the
> > > > [global] section and [netlogon] one.
> > > >
> > > > dragos
> > > >
> > > > PS I've heard about some work on FreeBSD to make kernel oplocks work
> > > > for samba, but it was a request for testing I think, look the samba
> > > > arhives for the august
>
> [> > Here is what I'm trying this morning ;)
>
> > > # Date: 2001/09/13 08:54:45
> > >
> > > # Global parameters
> > > [global]
> > >         workgroup = CARDINALNEWMAN
> > >         netbios name = HOME
> > >         netbios aliases = SOPHOS
> > >         server string = Samba Server
> > >         interfaces = 192.168.0.4/16 192.168.0.5/16 127.0.0.1/8
> > >         encrypt passwords = Yes
> > >         map to guest = Bad User
> > >         null passwords = Yes
> > >         log file = /var/log/samba/log.%m
> > >         max log size = 50
> > >         name resolve order = host wins lmhosts bcast
> > >         deadtime = 2
> > >         load printers = No
> > >         logon script = logon.bat
> > >         logon path = \\%N\%U\profiles
> > >         domain logons = Yes
> > >         preferred master = True
> > >         domain master = True
> > >         dns proxy = No
> > >         kernel oplocks = No
> > >         guest account = pcguest
> > >         admin users = ict
> > >         write list = ict
> > >         oplocks = No
> > >         level2 oplocks = No
> > >
> > > [homes]
> > >         comment = Home Directories
> > >         path = /home/pcusers/%u
> > >         read only = No
> > >         browseable = No
> > >
> > > [NETLOGON]
> > >         path = /usr/pcshare/NETLOGON
> > >         guest ok = Yes
> > >
> > > # these shares are referenced in the logon.bat
> > > [applics]
> > >         path = /usr/pcshare/applics
> > >
> > > [InterChk]
> > >         path = /usr/pcshare/InterChk
> > >
> > > [menus]
> > >         path = /usr/pcshare/menus
> > >         guest ok = Yes
> > >
> > > As I said, this stops the clients locking but the logon.bat
> > > doesn't always run. This is terminal the way the clients
> > > are set up. (Users cannot be expected to use map network
> > > drive.)
> > >
> > > > On Thursday 13 September 2001 03:36 am, ian j hart wrote:
> > > > > I'm running samba-2.2.1a_2 on FreeBSD 4.4-RC. Samba
> > > > > is acting as PDC. I'm getting the error message
> > > > > "no response received to oplock break request..."
> > > > > [mostly the logon.bat file]
> > > > >
> > > > > Some of the daemons which suffer this peg the CPU at 98%,
> > > > > which causes all the other processes to slow down. I've had
> > > > > network/system loads of 20+. Race?
> > > > >
> > > > > This goes away if I disable oplocks (no really), but
> > > > > this causes some clients to fail to load the logon.bat
> > > > > file. This is a major problem as all the shares load
> > > > > via 'net use'.
> > > > >
> > > > > I can reproduce this with as few as 8 clients when they
> > > > > are logged on in very quick succession. With normal network
> > > > > load many (25%) of the clients will lock solid.
> > > > >
> > > > > Giving each user a separate logon.bat helps but doesn't
> > > > > cure, as I cannot do this with all the shared files!
> > > > > Since this is a read-only share (except admin) I don't see
> > > > > how it can block at all. Then again file locking is akin to
> > > > > black magic as far as I'm concerned.
> > > > >
> > > > > I note that kernel oplocks are on by default. I'm waiting
> > > > > for confirmation of the status of kernel oplocks in
> > > > > FreeBSD. This shouldn't matter, should it?
> > > > >
> > > > > Would it be worth trying an earlier version of samba? In
> > > > > which case, which one. Bearing in mind I need PDC support
> > > > > for Win95 (only).
> > > > >
> > > > > I've tried bandwidth limiting (2Mb/s) but this didn't help.
> > > > >
> > > > > Unfortunately this is in production. (It only broke when it
> > > > > was loaded.) If I cannot fix this before the weekend, I'll be
> > > > > forced to install NT, which would be a crying shame. (And a
> > > > > PITA).
> > > > >
> > > > > TIA
> > > >
> > > > -------------------------------------------------------

Return-Path: <ict at cardinalnewman.coventry.sch.uk>
Delivered-To: samba at lists.samba.org
Received: from ngmail.ngfl.dialnet.com (ngmail.ngfl.dialnet.com
  [212.44.44.76]) by lists.samba.org (Postfix) with ESMTP id 76ED44C38
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 08:03:33 -0700 (PDT)
Received: from ngmfilt2.ngfl.dialnet.com [212.44.44.78] by
  ngmail.ngfl.dialnet.com with ESMTP (SMTPD32-6.06) id AA7FEFA702A4;
  Thu, 13 Sep 2001 16:02:23 +0100
Received: from firewall.cardinalnewman (unverified) by
  ngmfilt2.ngfl.dialnet.com (Content Technologies SMTPRS 4.1.5) with
  ESMTP id <Td42c2c4e55f8c3c814 at ngmfilt2.ngfl.dialnet.com>; Thu, 13 Sep
  2001 16:16:40 +0100
Received: from mail.cardinalnewman (mail.cardinalnewman [192.168.0.3])
  by firewall.cardinalnewman (8.11.3/8.11.3) with ESMTP id f8DF7DD26419;
  Thu, 13 Sep 2001 16:07:13 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: (from root at localhost) by mail.cardinalnewman (8.11.5/8.11.5)
  id f8DF7DV64025; Thu, 13 Sep 2001 16:07:13 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: from cardinalnewman.coventry.sch.uk (dns.cardinalnewman
  [192.168.0.2]) (authenticated) by mail.cardinalnewman
  (8.11.5/8.11.5av) with ESMTP id f8DF7AU64017; Thu, 13 Sep 2001
  16:07:10 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Message-ID: <3BA0CB9E.8570A56C at cardinalnewman.coventry.sch.uk>
From: ict technician <ict at cardinalnewman.coventry.sch.uk>
Organization: Cardinal Newman School
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Cc: Dragos <dragos.delcea at farmexim.ro>
Subject: Re: samba 2.2.1a_2 oplocks
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by AMaViS perl-10
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.0.6
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/>
Date: Thu Sep 13 08:04:02 2001
X-Original-Date: Thu, 13 Sep 2001 16:07:10 +0100

FreeBSD 4.4-RC
samba-2.2.1a_2

** = not default (I hope)

veto oplock files =

blocking locks  = yes
fake oplocks = no
locking = yes
**oplocks = no
**level2 oplocks = no
oplock contension limit = 2
posix locking = yes
strict locking = no
share modes = yes

Here's part of the log file from a machine that skips the logon.bat.

[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/LOGON.BAT]
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [./]
[2001/09/13 15:53:42, 3] smbd/dir.c:dptr_create(491)
  creating new dirptr 256 for path ./, expect_close = 1
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 6 of length 41
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBfindclose (pid 75542)
[2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2363)
  reply_findclose, dptr_num = 256
[2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2369)
  SMBfindclose dptr_num = -3
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 7 of length 80
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBopenX (pid 75542)
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/logon.bat]
[2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
  unix_mode(logon.bat) returning 0744
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,75539,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
  MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 8 of length 80
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBopenX (pid 75542)
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/logon.bat]
[2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
  unix_mode(logon.bat) returning 0744
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,75540,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
  MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 9 of length 39
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBtdis (pid 75542)
[2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2001/09/13 15:53:42, 1] smbd/service.c:close_cnum(646)
  cn085321 (192.168.85.48) closed connection to service NETLOGON
[2001/09/13 15:53:42, 3] smbd/connection.c:yield_connection(50)
  Yielding connection to NETLOGON

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College

Return-Path: <ict at cardinalnewman.coventry.sch.uk>
Delivered-To: samba at lists.samba.org
Received: from ngmail.ngfl.dialnet.com (ngmail.ngfl.dialnet.com
  [212.44.44.76]) by lists.samba.org (Postfix) with ESMTP id 1BF294601
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 08:27:00 -0700 (PDT)
Received: from ngmfilt2.ngfl.dialnet.com [212.44.44.78] by
  ngmail.ngfl.dialnet.com with ESMTP (SMTPD32-6.06) id AFFD9DBE00CE;
  Thu, 13 Sep 2001 16:25:49 +0100
Received: from firewall.cardinalnewman (unverified) by
  ngmfilt2.ngfl.dialnet.com (Content Technologies SMTPRS 4.1.5) with
  ESMTP id <Td42c2c4e55f8d92adf at ngmfilt2.ngfl.dialnet.com>; Thu, 13 Sep
  2001 16:40:02 +0100
Received: from mail.cardinalnewman (mail.cardinalnewman [192.168.0.3])
  by firewall.cardinalnewman (8.11.3/8.11.3) with ESMTP id f8DFULD26443;
  Thu, 13 Sep 2001 16:30:21 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: (from root at localhost) by mail.cardinalnewman (8.11.5/8.11.5)
  id f8DFUKL64087; Thu, 13 Sep 2001 16:30:20 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: from cardinalnewman.coventry.sch.uk (dns.cardinalnewman
  [192.168.0.2]) (authenticated) by mail.cardinalnewman
  (8.11.5/8.11.5av) with ESMTP id f8DFUHU64077; Thu, 13 Sep 2001
  16:30:17 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Message-ID: <3BA0D109.67756E47 at cardinalnewman.coventry.sch.uk>
From: ict technician <ict at cardinalnewman.coventry.sch.uk>
Organization: Cardinal Newman School
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba list <samba at lists.samba.org>
Cc: Dragos <dragos.delcea at farmexim.ro>
Subject: Re: samba 2.2.1a_2 oplocks
Content-Type: text/plain; charset="us-ascii"
X-Virus-Scanned: by AMaViS perl-10
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.0.6
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/>
Date: Thu Sep 13 08:28:02 2001
X-Original-Date: Thu, 13 Sep 2001 16:30:17 +0100

(please reply to the sender)

Here's another one, this time with oplocks on (default)

This is from a machine which is hung in the logon script.
I've truncated at the first time the client closes the
logon.bat file.

It's about 10K so I've gzip;d it.

More in a mo.

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College

[demime 0.98b removed an attachment of type application/x-gzip which had a name of log.cn085322.gz]

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f89.law14.hotmail.com [64.4.21.89]) by
  lists.samba.org (Postfix) with ESMTP id 08CD844E5 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 08:48:18 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Thu, 13 Sep 2001 08:52:05 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 15:52:05 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: couple of Qs
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F89DKicUbvBDxroC6PO0000e424 at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 15:52:05.0257 (UTC)
  FILETIME=[09427790:01C13C6C]
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.0.6
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/>
Date: Thu Sep 13 08:49:03 2001
X-Original-Date: Thu, 13 Sep 2001 15:52:05 +0000

In below it is a copy of my smb.conf.  Things are working except couple of 
things.
1. when i try to map i have to use the ipaddress of the solaris box that 
runs the samba. I can not use its hostname. It gives me error that it could 
not find the host eventhough it is listed  in lmhosts file in the NT 
desktop.  is it because the
"win server" is not specified yet in tghe smb.conf file..???.

2. how can i make the win95 users to be able to map solaris "dir1"?. windows 
95 do not use encrypted passwords. But in the smb.conf "encrypted" is 
enabled.
S

# cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.
   browsable = yes
;   wins server =
;   wins proxy = no
   preferred master = yes
   domain master = yes
   domain logons = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   security = share
   encrypt passwords = yes
   smb passwd file = /usr/local/samba/smbpasswd
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = myid1 image area
   path=/home/myid1
   valid user = myid1
   public=no
   writable = yes
   printable=no
   create mask=0777


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <BellCB at logica.com>
Delivered-To: samba at lists.samba.org
Received: from mail.london-1.starlabs.net (mail.london-1.starlabs.net
  [212.125.75.12]) by lists.samba.org (Postfix) with SMTP id 6D50F47BE
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 08:52:46 -0700 (PDT)
X-VirusChecked: Checked
Received: (qmail 29132 invoked from network); 13 Sep 2001 15:54:54 -0000
Received: from porgy.logica.co.uk (158.234.250.67) by
  server-20.tower-4.starlabs.net with SMTP; 13 Sep 2001 15:54:54 -0000
Received: from mauchly.logica.co.uk (mauchly.logica.co.uk
  [158.234.72.16]) by porgy.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21)
  with ESMTP id QAA04151 for <samba at lists.samba.org>; Thu, 13 Sep 2001
  16:56:25 +0100
Received: by mauchly.logica.co.uk with Internet Mail Service
  (5.5.2448.0) id <SWCA97J6>; Thu, 13 Sep 2001 16:56:24 +0100
Message-ID: <C9054F12A3EED311B0160090274D9121038DB998 at shannon.ie.logica.
  com>
From: "Bell, Corinne" <BellCB at logica.com>
To: samba at lists.samba.org
Subject: Win 2000 & Samba 2.2.1 problems
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2448.0)
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.0.6
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/>
Date: Thu Sep 13 08:53:02 2001
X-Original-Date: Thu, 13 Sep 2001 16:56:21 +0100

We are having a permissions problem from Samba 2.2.1 (on HPUX 11) and
Win2000 machines as in, when the 2000 machines log on to our samba shares
and save excel or word files the ownership and permissions of the files are
changed to whoever happens to be logged into the 2000 box. We are not using
samba users to authenticate, we are using NIS with NFS logon software
installed on the 2000 boxes. The NFS logon software identifies the groupid
the userid.

# Global parameters [global] workgroup = LOGICA-IRL 

netbios name = BREFFNEY 

server string = server breffney 

security = SERVER 

encrypt passwords = Yes 

password server = sophia paula 

syslog = 0 

log file = /var/opt/samba/log.%m 

max log size = 1000 

local master = No

read only = No 

short preserve case = No 

dos filetime resolution = Yes 

[home] path = /home [it_test] 

path = /it_test 

force create mode = 0774

force security mode = 0700 

guest ok = Yes 

Can anyone see anything wrong with our setup or suggest something to check?

Thanks! 

Corinne 




This e-mail and any attachment is for authorised use by the intended recipient(s) only.  It may contain proprietary material, confidential information and/or be subject to legal privilege.  It should not be copied, disclosed to, retained or used by, any other party.  If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.  Thank you.

Return-Path: <cinzia.lippi at smc.it>
Delivered-To: samba at samba.org
Received: from smc.it (smc.smc.it [217.57.7.241]) by lists.samba.org
  (Postfix) with ESMTP id B14B74B8C for <samba at samba.org>; Thu, 13 Sep
  2001 09:00:32 -0700 (PDT)
Received: from smc.it (sys06.tv.smc [10.1.1.6]) by smc.it
  (8.11.3/8.11.3) with ESMTP id f8DG4Ne22335 for <samba at samba.org>; Thu,
  13 Sep 2001 18:04:23 +0200
Message-ID: <3BA0DA74.CFF6ADD2 at smc.it>
From: Cinzia Lippi <cinzia.lippi at smc.it>
Reply-To: cinzia.lippi at smc.it
Organization: SMC COMPUTERS
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at samba.org
Subject: configuration
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.0.6
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/>
Date: Thu Sep 13 09:01:12 2001
X-Original-Date: Thu, 13 Sep 2001 18:10:28 +0200

Hello,
    We have a customer experiencing trouble while opening files placed
in a shared folder through Samba server.

    Samba Server:           Sunos 5.8 - Samba Server 2.2.1a

    The shared folder is "home" and contains many subfolders, including
one named "draw." (draw ending with dot).  That  folder contains many
files with long filename, for instance "templ.draw.chair.blue.2001.txt"
.

    The problem is that I'm able to access the folder with a windows
2000 or windows NT client, but when I try to access the file an error
message appears: "name of folder is invalid". This doesn't happen when
the file is accessed by a windows 98 client.

    What can I do?

Thank you

Cinzia Lippi
SMC Computers
Area Sistemistica

Return-Path: <peo at mtek.chalmers.se>
Delivered-To: samba at samba.org
Received: from ny03.mtek.chalmers.se (ny03.mtek.chalmers.se
  [129.16.60.203]) by lists.samba.org (Postfix) with SMTP id 6A8E54C55
  for <samba at samba.org>; Thu, 13 Sep 2001 09:03:46 -0700 (PDT)
Received: (qmail 8377 invoked from network); 13 Sep 2001 16:07:30 -0000
Received: from pi91.mtek.chalmers.se (@129.16.61.111) by
  ny03.mtek.chalmers.se with SMTP; 13 Sep 2001 16:07:30 -0000
From: Per-Olof Olsson <peo at mtek.chalmers.se>
To: samba at samba.org
Subject: %L now cut at char[16]
Message-ID: <Pine.SOL.4.21L2.0109131739140.27361-100000 at pi91.mtek.chalme
  rs.se>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
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.0.6
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/>
Date: Thu Sep 13 09:04:02 2001
X-Original-Date: Thu, 13 Sep 2001 18:07:27 +0200 (MET DST)

Hello

I try to get some fix for the "fcntl lock spin" bug and
downloaded the samba-2.2.2-pre from  todays versions in CVS-arcive.
   Thu Sep 13 10:05:10 MET DST 2001

After some test I found that the variable substitution for
%L does not work any more like it used to.

Looking in the log.smbd point me to that %L now use NetBIOS name
and not fullname (use char[1..15] of hostname).

If I try to connect whith "smbclient -L kappa.mtek.chalmers.se"
i got this in log.smbd:

[2001/09/13 17:24:24, 0, pid=24284, effective(0, 0), real(0, 0)]
lib/debug.c:(331)
  Unable to open new log file /var/samba/kappa.mtek.chal/log.kappa: No such
file or directory

-------------------------------------------------------^ cut at char[16]

I don't like it, now when W2k Wxp start to handel long hostname from DNS,
but if we still have to liv in the old NetBIOS namespace ...

The bug hit me even when I try to use the "include =
/some/where/smb.conf.%L.

Just now I try to fix it by some links with the 15 char names but I dont
like it.

Any functions to split at first dot and use short hostnames stripping
domain name?

/Peo
----------------------------------------------------------
Per-Olof Olsson               Email: peo at mtek.chalmers.se
Chalmers tekniska hvgskola    Maskinsektionens DataCentral
Hvrsalsvdgen 7                412 96 Gvteborg
Tel: 031/772 3708  Fax: 031/772 1192
----------------------------------------------------------

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f25.law14.hotmail.com [64.4.21.25]) by
  lists.samba.org (Postfix) with ESMTP id D99BE4C48 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 09:05:48 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Thu, 13 Sep 2001 09:09:34 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 16:09:34 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: network logging
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F25nJLBsBvSWYuAB4A00000eef6 at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 16:09:34.0770 (UTC)
  FILETIME=[7AD17120:01C13C6E]
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.0.6
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/>
Date: Thu Sep 13 09:06:04 2001
X-Original-Date: Thu, 13 Sep 2001 16:09:34 +0000

What changes i have to make to my smb.conf file in below in order all users
on domain1, from all windows PC can map "dir1" on solaris running samba
without a need to create those users in the solaris box?.
S

# cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.
   browsable = yes
;   wins server =
;   wins proxy = no
   preferred master = yes
   domain master = yes
   domain logons = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   security = share
   encrypt passwords = yes
   smb passwd file = /usr/local/samba/smbpasswd
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = myid1 image area
   path=/home/myid1
   valid user = myid1
   public=no
   writable = yes
   printable=no
   create mask=0777


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <ict at cardinalnewman.coventry.sch.uk>
Delivered-To: samba at lists.samba.org
Received: from ngmail.ngfl.dialnet.com (ngmail.ngfl.dialnet.com
  [212.44.44.76]) by lists.samba.org (Postfix) with ESMTP id BAB4549A2
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 09:21:36 -0700 (PDT)
Received: from ngmfilt2.ngfl.dialnet.com [212.44.44.78] by
  ngmail.ngfl.dialnet.com with ESMTP (SMTPD32-6.06) id ACC6B01F0078;
  Thu, 13 Sep 2001 17:20:25 +0100
Received: from firewall.cardinalnewman (unverified) by
  ngmfilt2.ngfl.dialnet.com (Content Technologies SMTPRS 4.1.5) with
  ESMTP id <Td42c2c4e55f90b3ae9 at ngmfilt2.ngfl.dialnet.com>; Thu, 13 Sep
  2001 17:34:42 +0100
Received: from mail.cardinalnewman (mail.cardinalnewman [192.168.0.3])
  by firewall.cardinalnewman (8.11.3/8.11.3) with ESMTP id f8DGPHD26499;
  Thu, 13 Sep 2001 17:25:17 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: (from root at localhost) by mail.cardinalnewman (8.11.5/8.11.5)
  id f8DGPH764263; Thu, 13 Sep 2001 17:25:17 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Received: from cardinalnewman.coventry.sch.uk (dns.cardinalnewman
  [192.168.0.2]) (authenticated) by mail.cardinalnewman
  (8.11.5/8.11.5av) with ESMTP id f8DGPEU64256; Thu, 13 Sep 2001
  17:25:14 +0100 (BST) (envelope-from
  ict at cardinalnewman.coventry.sch.uk)
Message-ID: <3BA0DDE9.B2ADE001 at cardinalnewman.coventry.sch.uk>
From: ict technician <ict at cardinalnewman.coventry.sch.uk>
Organization: Cardinal Newman School
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: samba list <samba at lists.samba.org>
Cc: Dragos <dragos.delcea at farmexim.ro>
Subject: Re: samba 2.2.1a_2 oplocks
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by AMaViS perl-10
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.0.6
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/>
Date: Thu Sep 13 09:22:03 2001
X-Original-Date: Thu, 13 Sep 2001 17:25:13 +0100

Right - a combination of %U.bat files and the two no oplock
settings seems to work. Or at least my test is no longer
good enough. I've just done two 100% okay runs of the
eight machines and one run of 24 (using 8 accounts). If nothing
else this is keeping me fit :)

There is obviously some lock negotiation going on as some of the
scripts paused. BUT, they all ran the script, and they all
finished in a not unreasonable time.
Now I have to wait for some real loading to test this.

I guess a race condition in the making/breaking of locks is a
possibility if the number of users is high enough.

Well I've had enough, I'm going home.

Thanks to everyone who has contributed. Much appreciated.

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at lists.samba.org
Received: from palrel11.hp.com (palrel11.hp.com [156.153.255.246]) by
  lists.samba.org (Postfix) with ESMTP id 0C0A94C59 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 09:27:32 -0700 (PDT)
Received: from xparelay2.corp.hp.com (unknown [15.58.137.112]) by
  palrel11.hp.com (Postfix) with ESMTP id C66B11F754; Thu, 13 Sep 2001
  09:31:14 -0700 (PDT)
Received: from xpabh3.corp.hp.com (xpabh3.corp.hp.com [15.58.136.223])
  by xparelay2.corp.hp.com (Postfix) with ESMTP id AAAD41F53D; Thu, 13
  Sep 2001 09:31:13 -0700 (PDT)
Received: by xpabh3.corp.hp.com with Internet Mail Service (5.5.2653.19)
  id <SPCDKVN4>; Thu, 13 Sep 2001 09:31:13 -0700
Message-ID: <079FD72E42C9D311B854009027650E6F0758F072 at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: 'ict technician' <ict at cardinalnewman.coventry.sch.uk>,
  samba at lists.samba.org
Cc: Dragos <dragos.delcea at farmexim.ro>
Subject: RE: samba 2.2.1a_2 oplocks
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 09:28:03 2001
X-Original-Date: Thu, 13 Sep 2001 09:31:09 -0700

Hello IJ,
What the debug snippet is telling you is that it is failing to open the .bat
file
because of a dos share mode violation.  The violation is specifically that
the 
'deny_mode' that the client is trying to use to open this file is set to
DENY_ALL,
and that there is still as share mode entry for this file (according to
samba).
But why?  don't know.  Expect that you are seeing this heavily because of
the pause/choice
statements forcing the single bat file to stay open for each client longer.
I noticed (in a later message) that you are getting around this by having a
separate %U.bat file for each user - the reason this works is that each
client is opening its own .bat file, so there is no contention with share
mode opens.
Just from curiousity sake, what os/sp level are the clients you are using?
Thanks,
Don

-----Original Message-----
From: ict technician [mailto:ict at cardinalnewman.coventry.sch.uk]
Sent: Thursday, September 13, 2001 11:07 AM
To: samba at lists.samba.org
Cc: Dragos
Subject: Re: samba 2.2.1a_2 oplocks


FreeBSD 4.4-RC
samba-2.2.1a_2

** = not default (I hope)

veto oplock files =

blocking locks  = yes
fake oplocks = no
locking = yes
**oplocks = no
**level2 oplocks = no
oplock contension limit = 2
posix locking = yes
strict locking = no
share modes = yes

Here's part of the log file from a machine that skips the logon.bat.

[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/LOGON.BAT]
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [./]
[2001/09/13 15:53:42, 3] smbd/dir.c:dptr_create(491)
  creating new dirptr 256 for path ./, expect_close = 1
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 6 of length 41
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBfindclose (pid 75542)
[2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2363)
  reply_findclose, dptr_num = 256
[2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2369)
  SMBfindclose dptr_num = -3
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 7 of length 80
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBopenX (pid 75542)
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/logon.bat]
[2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
  unix_mode(logon.bat) returning 0744
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,75539,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
  MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 8 of length 80
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBopenX (pid 75542)
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [/logon.bat]
[2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
  unix_mode(logon.bat) returning 0744
[2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
  unix_clean_name [logon.bat]
[2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
  Share violation on file (1,2,0,75540,logon.bat,fcbopen = 0, flags = 0)
= 0
[2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
  MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
  error string = Operation not permitted
[2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
  error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
[2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
  Transaction 9 of length 39
[2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
  switch message SMBtdis (pid 75542)
[2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2001/09/13 15:53:42, 1] smbd/service.c:close_cnum(646)
  cn085321 (192.168.85.48) closed connection to service NETLOGON
[2001/09/13 15:53:42, 3] smbd/connection.c:yield_connection(50)
  Yielding connection to NETLOGON

-- 
i j hart

ICT Technician
Cardinal Newman Catholic School & Community College
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <rogelio at ats-corp.com>
Delivered-To: samba at lists.samba.org
Received: from stimpy.ats-corp.com (unknown [63.172.19.4]) by
  lists.samba.org (Postfix) with ESMTP id 100134257 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 09:33:03 -0700 (PDT)
Subject: RE: Winbindd -- before I send a bug report
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-ID: <70603A72A37FD411B11600600898FB76074FAD at stimpy.ats-corp.com>
content-class: urn:content-classes:message
Thread-Topic: Re: Winbindd -- before I send a bug report
Thread-Index: AcE70vdJ+9UGE/kKSuSTuvsuDr3PowAnCc0Q
From: "Rogelio J. Baucells" <rogelio at ats-corp.com>
To: <samba at lists.samba.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.0.6
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/>
Date: Thu Sep 13 09:34:02 2001
X-Original-Date: Thu, 13 Sep 2001 12:36:48 -0400

Hello

I apply the patch as suggested by Tony
(http://marc.theaimsgroup.com/?l=samba&m=100011461016745&w=2) and now I
can authenticate the domain users, but I am having a problem with the
PAM session management. If I log into the samba server thru ssh/telnet
using a domain account or try 'su -l domain\\username' as root, the user
is authenticated but the session is closed by pam_unix.so. I got the
following lines in syslog:

Sep 13 12:09:23 pinky PAM_unix[19832]: (su) session opened for user
domain\username by (uid=0)
Sep 13 12:09:23 pinky PAM_unix[19832]: (su) session closed for user
domain\username

I am running RH7.0 and the PAM system-auth file looks like:

auth        sufficient    /lib/security/pam_winbind.so
auth        sufficient    /lib/security/pam_unix.so use_first_pass
likeauth nullok md5 shadow
auth        required      /lib/security/pam_deny.so

account     sufficient    /lib/security/pam_winbind.so
account     sufficient    /lib/security/pam_unix.so
account     required      /lib/security/pam_deny.so

password    required      /lib/security/pam_cracklib.so retry=3
password    sufficient    /lib/security/pam_unix.so nullok use_authtok
md5 shadow
password    required      /lib/security/pam_deny.so

session     required      /lib/security/pam_limits.so
session     required      /lib/security/pam_unix.so

I am using cvs SAMBA_2_2 branch.

Is there anybody using winbindd?
Is there anything wrong with this PAM configuration?

Thanks

Rogelio J. Baucells

-----Original Message-----
From: Rogelio J. Baucells
Sent: Wednesday, September 12, 2001 5:36 PM
To: samba at lists.samba.org
Cc: tony at cantech.net.au
Subject: Re: Winbindd -- before I send a bug report


Hello Tony

I noticed this problem with winbindd like a month ago and posted it in a
thread called 'Winbindd Problem'. I have tried the HEAD and SAMBA_2_2
branches without any success.

I saw your patch and it looks fine to me (I am not a SAMBA developper).
I am going to try it to see if it works for me.

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

Return-Path: <cro at ncacasi.org>
Delivered-To: samba at lists.samba.org
Received: from exchange01.ncacasi.org (unknown [129.219.88.140]) by
  lists.samba.org (Postfix) with ESMTP id 61D624C8C for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 10:14:28 -0700 (PDT)
Subject: Win2k boxes broke suddenly
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
Message-ID: <F540EC7334CFED478994B370191C96095840 at exchange01.ncacasi.org
  >
content-class: urn:content-classes:message
Thread-Topic: Win2k boxes broke suddenly
Thread-Index: AcE8d582x4qObP5EQ+qYIJFSLRxbdQ==
From: "C. R. Oldham" <cro at ncacasi.org>
To: <samba at lists.samba.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.0.6
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/>
Date: Thu Sep 13 10:15:02 2001
X-Original-Date: Thu, 13 Sep 2001 10:15:01 -0700

Greetings,

Yesterday our Win2000 boxes suddenly became unable to connect to our
Samba shares.  The only message we get is

R:\>net view \\sambaserver
System error 64 has occurred.

The specified network name is no longer available.

We haven't made any changes in the network in the past week or so.  The
funny thing is, if I look in the log for Samba, no connections are made
whatsoever to the server.  So it feels like some sort of name lookup
problem.  We can still connect using smbclient from other machines.

We've tried turning off WINS lookups on the clients (the server should
be reachable via DNS), and purging the local nbt cache.

This is Samba 2.0.7 on Debian 2.2.  Clients are Win2K SP2

Any help appreciated.

--
  / C. R. (Charles) Oldham | NCA-CASI                     \
 / Director of Technology  | Arizona State University      \
/ cro at nca.asu.edu          | V:480-965-8703  F:480-965-9423 \

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from sva.slu.edu (pop3.slu.edu [165.134.36.3]) by
  lists.samba.org (Postfix) with ESMTP id 768794230 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 10:22:49 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K8ACEECO428ZDVNG at SLU.EDU> for
  samba at lists.samba.org; Thu, 13 Sep 2001 11:42:26 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: share question
To: Samba <samba at lists.samba.org>
Message-id: <3BA0E2F2.D093C729 at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
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.0.6
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/>
Date: Thu Sep 13 10:23:04 2001
X-Original-Date: Thu, 13 Sep 2001 11:46:42 -0500

All,
    Do you have to set up a share in smb.conf for every user that needs
a share? Example:
[user1]
.
.
.
[user2]

.
.
.
[user3]

Or is there an easier way then having to do the above for every single
user share?

All help is appreciated.

Cheers,
--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"

Return-Path: <jmalone at horizonind.com>
Delivered-To: samba at lists.samba.org
Received: from webserver.ccprovider.com (unknown [63.218.178.2]) by
  lists.samba.org (Postfix) with ESMTP id B8BD645E6 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 10:28:44 -0700 (PDT)
Received: from [64.217.180.241] by webserver.horizonind.com (NTMail
  5.02.0001/PO6812.24.d478b284) with ESMTP id ybckaaaa for
  samba at lists.samba.org; Thu, 13 Sep 2001 12:34:36 +0100
Message-Id: <4.2.2.20010913123630.00aa6f98 at mail.horizonind.com>
X-Sender: jmalone at mail.horizonind.com
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 
To: Tony Ricker <rickera2 at SLU.EDU>, Samba <samba at lists.samba.org>
From: Jack Malone <jmalone at horizonind.com>
Subject: Re: share question
In-Reply-To: <3BA0E2F2.D093C729 at slu.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
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.0.6
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/>
Date: Thu Sep 13 10:29:02 2001
X-Original-Date: Thu, 13 Sep 2001 12:37:57 -0500

At 11:46 AM 9/13/2001 -0500, Tony Ricker wrote:
>All,
>     Do you have to set up a share in smb.conf for every user that needs
>a share? Example:
>[user1]
>.
>.
>.
>[user2]
>
>.
>.
>.
>[user3]
>
>Or is there an easier way then having to do the above for every single
>user share?
the home direcotry for each user is an automatic share for each unix/linux 
user. no need to setup a share for each. now you can have multiply shares 
for other things like for fileserver.


jack malone
Network Administrator
EAST TEXAS LIGHTHOUSE FOR THE BLIND
dba HORIZON INDUSTRIES
903-595-3444
http://www.horizonind.com

Return-Path: <rickera2 at SLU.EDU>
Delivered-To: samba at lists.samba.org
Received: from svc.slu.edu (slumailhub.slu.edu [165.134.36.1]) by
  lists.samba.org (Postfix) with ESMTP id AAD2D47CC for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 10:30:56 -0700 (PDT)
Received: from slu.edu ([165.134.134.82]) by SLU.EDU (PMDF V6.0-025
  #38756) with ESMTP id <01K8AE05TDYO8ZDVQG at SLU.EDU> for
  samba at lists.samba.org; Thu, 13 Sep 2001 12:28:13 -0500 (CDT)
From: Tony Ricker <rickera2 at SLU.EDU>
Subject: share question
To: Samba <samba at lists.samba.org>
Message-id: <3BA0EDC8.175F6D36 at slu.edu>
Organization: Saint Louis University
MIME-version: 1.0
X-Mailer: Mozilla 4.7 [en] (Win98; U)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Accept-Language: en
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.0.6
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/>
Date: Thu Sep 13 10:31:17 2001
X-Original-Date: Thu, 13 Sep 2001 12:32:56 -0500

All,
    Do you have to put every single share in the smb.conf for all user
who need one? Example:
[user1]
.
.
.
[user2]
.
.
.
[user3]
.
.
.
Or is there some simpler way of doing this for each user? I appreciate
any help provided.

Cheers,
--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis University
Phone:  314.977.6844
E-mail: rickera2 at slu.edu
-------------------------------
"In the beginners mind, there
are many possibilities. In the
experts mind, there are few"
- Shunryu Suzuki
-------------------------------
"Think Different"

Return-Path: <rvt at dds.nl>
Delivered-To: samba at lists.samba.org
Received: from porgy.srv.nld.sonera.net (mbox-01.soneraplaza.nl
  [195.66.15.137]) by lists.samba.org (Postfix) with ESMTP id 3C35D4C92
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 10:41:46 -0700 (PDT)
Received: from qn-213-73-192-55.quicknet.nl ([213.73.192.55]:61733 "EHLO
  et.schoenmakerstraat.org") by soneramail.nl with ESMTP id
  <S84322AbRIMRpC>; Thu, 13 Sep 2001 19:45:02 +0200
Received: from localhost ([127.0.0.1] helo=dds.nl) by
  et.schoenmakerstraat.org with esmtp (Exim 3.12 #1 (Debian)) id
  15haYH-0003DT-00; Thu, 13 Sep 2001 19:45:25 +0200
Message-ID: <3BA0F0AF.CE8E3C5C at dds.nl>
From: Ries van twisk <rvt at dds.nl>
Reply-To: rvt at dds.nl
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: Tony Ricker <rickera2 at SLU.EDU>
Cc: Samba <samba at lists.samba.org>
Subject: Re: share question
References: <3BA0E2F2.D093C729 at slu.edu>
Content-Type: text/plain; charset=iso-8859-2
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.0.6
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/>
Date: Thu Sep 13 10:42:03 2001
X-Original-Date: Thu, 13 Sep 2001 19:45:19 +0200

Tony Ricker wrote:
> 
> All,
>     Do you have to set up a share in smb.conf for every user that needs
> a share? Example:
> [user1]
> .
> .
> .
> [user2]
> 
> .
> .
> .
> [user3]
> 
> Or is there an easier way then having to do the above for every single
> user share?
If you talk about the user homedirectory then I suggest take a look at
the example smb.conf. Here you find a default setup. A users
homedreictroy is setup using the [homes] section.

If you mean create share folder that should be user for shareing files
by different peoples then it's no. Just name the share to whatever you
like example '[shared_folder]' which will create this folder. Everybody
can access this folder depending on the access settings

Ries

> 
> All help is appreciated.
> 
> Cheers,
> --
> -------------------------------
> Tony Ricker
> Technology Coordinator
> SLUCare - P.M.O.
> St. Louis University
> Phone:  314.977.6844
> E-mail: rickera2 at slu.edu
> -------------------------------
> "In the beginners mind, there
> are many possibilities. In the
> experts mind, there are few"
> - Shunryu Suzuki
> -------------------------------
> "Think Different"
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <hugo.levasseur at mcgill.ca>
Delivered-To: samba at lists.samba.org
Received: from water.cc.mcgill.ca (water.CC.McGill.CA [132.206.27.29])
  by lists.samba.org (Postfix) with ESMTP id C3F31435F for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:08:21 -0700 (PDT)
Received: from proserpine ([132.206.67.90]) by water.cc.mcgill.ca
  (8.11.6/8.11.0) with ESMTP id f8DIC3F28877 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 14:12:03 -0400 (EDT)
From: "Hugo Levasseur" <hugo.levasseur at mcgill.ca>
To: "Samba Mailing List" <samba at lists.samba.org>
Subject: include =
Message-ID: <000301c13c7f$90b838f0$5a43ce84 at ugrad.pc.ece.mcgill.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Mailer: Microsoft Outlook, Build 10.0.2627
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.0.6
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/>
Date: Thu Sep 13 11:09:03 2001
X-Original-Date: Thu, 13 Sep 2001 14:11:37 -0400

Hi guys,
I m trying to use multiple security levels with samba.  I want DOMAIN
security for certain ppl and USER security for others.  Someone
suggested I use include = in the [section] concerned. So what i ve done
here is point to separate conf files according to which server name the
client requests
 
Then I get a segmentation fault when testing my smb.conf file using the
following files
 
 
 
MAIN smb.conf
 
[global]
        workgroup = DOMAIN
        
        server string = Samba Server
 
        netbios name = SERVER
        
        netbios aliases = SERVER1
 
        log file = /usr/local/samba/var/log.%m
 
        load printers = no
 
        max log size = 50
 
        security = DOMAIN
 
        password server = DC
 
        encrypt passwords = yes
 
        socket options = TCP_NODELAY
 
        dns proxy = no
 
#============================ Share Definitions ====
[homes]
        include = /usr/local/samba/lib/%L/smb.conf
        comment = Home Directories
        browseable = no
        writable = yes
 
SERVER smb.conf
[global]
        workgroup = DOMAIN        
    
        server string = Samba Server
 
        netbios name = SAMBA
 
        log file = /usr/local/samba/var/log.%m
 
        load printers = no
 
        max log size = 50
 
        security = DOMAIN
 
        password server = DC
 
        encrypt passwords = yes
 
        socket options = TCP_NODELAY
 
        dns proxy = no
 
        local master = no
 
#============================ Share Definitions ===========
[homes]
        comment = Home Directories
        browseable = no
        writable = yes
 
SERVER1 smb.conf
[global]
        workgroup = DOMAIN
 
        server string = Samba Server
 
        netbios name = SERVER1
 
        log file = /usr/local/samba/var/log.%m
 
        load printers = no
 
        max log size = 50
 
        security = USER
 
        socket options = TCP_NODELAY
 
        dns proxy = no
 
        local master = no
 
#============================ Share Definitions ===========
[homes]
        comment = Home Directories
        browseable = no
        writable = yes

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id C98B44546 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:10:43 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8DIEBm24299 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO); Thu, 13 Sep 2001 19:14:21
  +0100 (BST) (envelope-from ianjhart at ntlworld.com)
Message-ID: <3BA0F773.45BDE71D at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
Cc: "'ict technician'" <ict at cardinalnewman.coventry.sch.uk>,
  samba at lists.samba.org, Dragos <dragos.delcea at farmexim.ro>
Subject: Re: samba 2.2.1a_2 oplocks
References: <079FD72E42C9D311B854009027650E6F0758F072 at xatl02.atl.hp.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.0.6
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/>
Date: Thu Sep 13 11:11:05 2001
X-Original-Date: Thu, 13 Sep 2001 19:14:11 +0100

"MCCALL,DON (HP-USA,ex1)" wrote:
> 
> Hello IJ,
> What the debug snippet is telling you is that it is failing to open the .bat
> file
> because of a dos share mode violation.  The violation is specifically that
> the
> 'deny_mode' that the client is trying to use to open this file is set to
> DENY_ALL,
> and that there is still as share mode entry for this file (according to
> samba).
> But why?  don't know.  Expect that you are seeing this heavily because of
> the pause/choice
> statements forcing the single bat file to stay open for each client longer.

Only the last 'choice' runs unless there is a problem connecting to a
share.
I could probably take these out now as this was a warning for an NT bug.
This does hold the file open for 5 seconds longer than required, but
this
was fine under NT (400Mhz/128Mb/IDE disks). The replacement is
700Mhz/512Mb/
vinum striped Ultra160 SCSIs, so I would expect it to cope. At least
load wise.

That NT bug: With the wrong domain name the user would be validated
(username/password ok) but fail to connect to shares as he/she had not
joined the domain. Samba doesn't seem to have this feature :)
The kids of course would fiddle with the domain name - what larks.

I need to take a look at the code. I don't know much about file locking,
appart from that it's a bugger to get right. I would not expect any
number
of read-only locks to block. Of course it could be the client wants a
write
lock even though the share is read-only. This is Windows after all.

> I noticed (in a later message) that you are getting around this by having a
> separate %U.bat file for each user - the reason this works is that each
> client is opening its own .bat file, so there is no contention with share
> mode opens.

Yes, file locking doesn't work 100%, so I avoid locking. Not ideal. I
suspect
that something else will break when its under load. We'll see.

> Just from curiousity sake, what os/sp level are the clients you are using?

Win95 OSR2(B) +USB +DUN1.3 +Y2KDHCP +IE4.02(desktop update) +IE5.5SP2
(IEAK)
+roving profiles with local CONFIG.POL hacks.

> Thanks,
> Don
> 
> -----Original Message-----
> From: ict technician [mailto:ict at cardinalnewman.coventry.sch.uk]
> Sent: Thursday, September 13, 2001 11:07 AM
> To: samba at lists.samba.org
> Cc: Dragos
> Subject: Re: samba 2.2.1a_2 oplocks
> 
> FreeBSD 4.4-RC
> samba-2.2.1a_2
> 
> ** = not default (I hope)
> 
> veto oplock files =
> 
> blocking locks  = yes
> fake oplocks = no
> locking = yes
> **oplocks = no
> **level2 oplocks = no
> oplock contension limit = 2
> posix locking = yes
> strict locking = no
> share modes = yes
> 
> Here's part of the log file from a machine that skips the logon.bat.
> 
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [/LOGON.BAT]
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [logon.bat]
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [./]
> [2001/09/13 15:53:42, 3] smbd/dir.c:dptr_create(491)
>   creating new dirptr 256 for path ./, expect_close = 1
> [2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
>   Transaction 6 of length 41
> [2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
>   switch message SMBfindclose (pid 75542)
> [2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2363)
>   reply_findclose, dptr_num = 256
> [2001/09/13 15:53:42, 3] smbd/trans2.c:reply_findclose(2369)
>   SMBfindclose dptr_num = -3
> [2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
>   Transaction 7 of length 80
> [2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
>   switch message SMBopenX (pid 75542)
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [/logon.bat]
> [2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
>   unix_mode(logon.bat) returning 0744
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [logon.bat]
> [2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
>   Share violation on file (1,2,0,75539,logon.bat,fcbopen = 0, flags = 0)
> = 0
> [2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
>   MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
> [2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
>   error string = Operation not permitted
> [2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
>   error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
> [2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
>   Transaction 8 of length 80
> [2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
>   switch message SMBopenX (pid 75542)
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [/logon.bat]
> [2001/09/13 15:53:42, 3] smbd/dosmode.c:unix_mode(113)
>   unix_mode(logon.bat) returning 0744
> [2001/09/13 15:53:42, 3] lib/util.c:unix_clean_name(403)
>   unix_clean_name [logon.bat]
> [2001/09/13 15:53:42, 2] smbd/open.c:check_share_mode(426)
>   Share violation on file (1,2,0,75540,logon.bat,fcbopen = 0, flags = 0)
> = 0
> [2001/09/13 15:53:42, 2] smbd/open.c:open_file(216)
>   MODEL003 opened file logon.bat read=Yes write=No (numopen=1)
> [2001/09/13 15:53:42, 3] smbd/error.c:error_packet(123)
>   error string = Operation not permitted
> [2001/09/13 15:53:42, 3] smbd/error.c:error_packet(141)
>   error packet at line 1706 cmd=45 (SMBopenX) eclass=1 ecode=32
> [2001/09/13 15:53:42, 3] smbd/process.c:process_smb(837)
>   Transaction 9 of length 39
> [2001/09/13 15:53:42, 3] smbd/process.c:switch_message(650)
>   switch message SMBtdis (pid 75542)
> [2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
>   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
> [2001/09/13 15:53:42, 3] smbd/sec_ctx.c:set_sec_ctx(317)
>   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
> [2001/09/13 15:53:42, 1] smbd/service.c:close_cnum(646)
>   cn085321 (192.168.85.48) closed connection to service NETLOGON
> [2001/09/13 15:53:42, 3] smbd/connection.c:yield_connection(50)
>   Yielding connection to NETLOGON
> 
> --
> i j hart
> 
> ICT Technician
> Cardinal Newman Catholic School & Community College
> --
> 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

-- 
ian j hart
aka ICT Technician

Return-Path: <ianjhart at ntlworld.com>
Delivered-To: samba at lists.samba.org
Received: from pc1-cove4-0-cust214.bir.cable.ntl.com
  (pc1-cove4-0-cust214.bir.cable.ntl.com [213.105.93.214]) by
  lists.samba.org (Postfix) with ESMTP id 2BFF24C7B for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:12:14 -0700 (PDT)
Received: from ntlworld.com (alpha.private [192.168.0.2])
  (authenticated) by pc1-cove4-0-cust214.bir.cable.ntl.com
  (8.11.3/8.11.3) with ESMTP id f8DIFvm24306 (using TLSv1/SSLv3 with
  cipher RC4-MD5 (128 bits) verified NO) for <samba at lists.samba.org>;
  Thu, 13 Sep 2001 19:15:59 +0100 (BST) (envelope-from
  ianjhart at ntlworld.com)
Message-ID: <3BA0F7DD.53AEF5D0 at ntlworld.com>
From: ian j hart <ianjhart at ntlworld.com>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386)
X-Accept-Language: en
MIME-Version: 1.0
To: "samba at lists.samba.org" <samba at lists.samba.org>
Subject: Sorry!
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.0.6
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/>
Date: Thu Sep 13 11:13:03 2001
X-Original-Date: Thu, 13 Sep 2001 19:15:57 +0100

Apologies for the multiple mails earlier on today. The
non-delivery message from exim is a tad confusing.

-- 
ian j hart

Return-Path: <Rick.Ameika at gesupply.com>
Delivered-To: samba at samba.org
Received: from ext-ch1gw-1.online-age.net (ext-ch1gw-1.online-age.net
  [216.34.191.35]) by lists.samba.org (Postfix) with ESMTP id D9B824645
  for <samba at samba.org>; Thu, 13 Sep 2001 11:14:07 -0700 (PDT)
Received: from int-ch1gw-2.online-age.net (int-ch1gw-2 [3.159.232.66])
  by ext-ch1gw-1.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP
  id OAA08742 for <samba at samba.org>; Thu, 13 Sep 2001 14:17:52 -0400
  (EDT)
Received: from cin01ssbhmailge.gemail.ge.com (localhost [127.0.0.1]) by
  int-ch1gw-2.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id
  OAA23830 for <samba at samba.org>; Thu, 13 Sep 2001 14:17:52 -0400 (EDT)
Received: by cin01ssbhmailge.gemail.ge.com with Internet Mail Service
  (5.5.2653.19) id <SY895F73>; Thu, 13 Sep 2001 14:17:38 -0400
Message-ID: <DBCE72583EE6D3119D550008C707AE1206BC188E at cin01xbmailge.gema
  il.ge.com>
From: "Ameika, Rick (SUPP)" <Rick.Ameika at gesupply.com>
To: "'samba at samba.org'" <samba at samba.org>
Subject: Samba 2.6
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 11:15:03 2001
X-Original-Date: Thu, 13 Sep 2001 14:17:47 -0400

> Good afternoon,
> 
> We currently have a version of SAMBA, 2.6, with Solaris 2.6 running. We are trying to map a drive from a Win2000 box, but have been unsuccessful. Can you make any suggestions. We
> have gone past the password section.
> 
> Thankyou
> 
> g                          GE Supply
> ___________________________________________________
> Rick Ameika Jr.
> Project Leader
> e-Systems - IT
> 2 Corporate Drive
> Shelton, Connecticut 06484
> phone:	203.944.3377
> fax:	203.944.2925
> e-mail:	Rick.Ameika at gesupply.com
> 
> 

Return-Path: <sol_unix at hotmail.com>
Delivered-To: samba at lists.samba.org
Received: from hotmail.com (f234.law14.hotmail.com [64.4.21.234]) by
  lists.samba.org (Postfix) with ESMTP id B264744B2 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:18:29 -0700 (PDT)
Received: from mail pickup service by hotmail.com with Microsoft
  SMTPSVC; Thu, 13 Sep 2001 11:22:16 -0700
Received: from 63.127.215.130 by lw14fd.law14.hotmail.msn.com with HTTP;
  Thu, 13 Sep 2001 18:22:15 GMT
X-Originating-IP: [63.127.215.130]
From: "Sam !" <sol_unix at hotmail.com>
To: samba at lists.samba.org
Subject: Q: solaris sambs, needs to remap evrytime
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F234osXSanORXMviJsb0000b5f5 at hotmail.com>
X-OriginalArrivalTime: 13 Sep 2001 18:22:16.0067 (UTC)
  FILETIME=[041EF530:01C13C81]
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.0.6
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/>
Date: Thu Sep 13 11:19:03 2001
X-Original-Date: Thu, 13 Sep 2001 18:22:15 +0000

Hi,
I mapped solaris "dir" to my windows 98 PC. Each time i overwrite a file on 
the solaris 2.8 side, on the mapped drive on the PC side I do not see 
content of the file changes. It stays the same. So, i have to unmap and 
remap the solaris "dir1"
to see the the changes. How do i fix this so that i do not have to keep 
remapping
to see the changes to the file on the solaris side?.
S

My smb.conf (latest samba):

# cat smb.conf
[global]

   workgroup = domain1
   hosts allow = 10.1.
   browsable = yes
;   wins server =
;   wins proxy = no
   preferred master = yes
   domain master = yes
   domain logons = yes
   log file = /usr/local/samba/var/log.%m
   max log size = 50
   security = user
;   security = share
   encrypt passwords = yes
   smb passwd file = /usr/local/samba/smbpasswd
   socket options = TCP_NODELAY
   guest account = nobody
   dns proxy = yes

[dir1]
   comment = myid1 image area
   path=/home/myid1
   valid user = myid1
   public=no
   writable = yes
   printable=no
   create mask=0777


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Return-Path: <sraph at rzsolutions.com>
Delivered-To: samba at lists.samba.org
Received: from server1.usinternet.com (unknown [216.17.81.67]) by
  lists.samba.org (Postfix) with ESMTP id 29B4F4C9C for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:50:52 -0700 (PDT)
Received: by SERVER1 with Internet Mail Service (5.5.2653.19) id
  <SPBC484R>; Thu, 13 Sep 2001 14:04:02 -0500
Message-ID: <E1311B24AA00D511971D00E081107CD4137C41 at SERVER1>
From: Suzanne Raph <sraph at rzsolutions.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
Subject: (no subject)
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.0.6
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/>
Date: Thu Sep 13 11:52:25 2001
X-Original-Date: Thu, 13 Sep 2001 14:03:52 -0500

I am trying to install samba on an old unix box we have in our office.  I
have virtually no networking experience but am getting some help from
another individual.  I do have some unix scripting experience but not admin
experience.  I say all this so you realize why I need to post this low level
of a question.

While running the ./configure command, things went well for a while but then
I received this error:
Checking Configure Summary
WARNING: No Automated network interface determination
ERROR: No seteuid method available
Configure: error: Summary failure. Aborting config.

Could someone please assist me in as to what network interface I am missing?

Thank you

PLEASE NOTE: As of August 1, 2001, RZ Solutions has moved into new offices
to be better able to serve our clients. 
Our new address is 701 Xenia Avenue South, Suite 260, Minneapolis, MN 55416
Our new phone number is: 763-923-2300
Our new fax number is: 763-923-2301
Our toll-free number is: 888-538-8773

Return-Path: <sraph at rzsolutions.com>
Delivered-To: samba at lists.samba.org
Received: from server1.usinternet.com (unknown [216.17.81.67]) by
  lists.samba.org (Postfix) with ESMTP id 094B24CC3 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 11:59:40 -0700 (PDT)
Received: by SERVER1 with Internet Mail Service (5.5.2653.19) id
  <SPBC48VB>; Thu, 13 Sep 2001 14:13:53 -0500
Message-ID: <E1311B24AA00D511971D00E081107CD4137C43 at SERVER1>
From: Suzanne Raph <sraph at rzsolutions.com>
To: "'samba at lists.samba.org'" <samba at lists.samba.org>
Subject: configure problem
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 12:00:08 2001
X-Original-Date: Thu, 13 Sep 2001 14:13:42 -0500

I am trying to install samba on an old unix box we have in our office.  I
have virtually no networking experience but am getting some help from
another individual.  I do have some unix scripting experience but not admin
experience.  I say all this so you realize why I need to post this low level
of a question.

While running the ./configure command, things went well for a while but then
I received this error:
Checking Configure Summary
WARNING: No Automated network interface determination
ERROR: No seteuid method available
Configure: error: Summary failure. Aborting config.

Could someone please assist me in as to what network interface I am missing?

Thank you
Sue

Return-Path: <josephk at std.teradyne.com>
Delivered-To: samba at lists.samba.org
Received: from showboat.teradyne.com (showboat.teradyne.com
  [198.51.251.10]) by lists.samba.org (Postfix) with ESMTP id 0CEBB4CD0
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 12:07:40 -0700 (PDT)
Received: from chorus.teradyne.com (chorus.teradyne.com [131.101.1.195])
  by showboat.teradyne.com (8.8.8+Sun/8.8.8) with ESMTP id PAA00888 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 15:11:25 -0400 (EDT)
Received: from fancy.std.teradyne.com (fancy.std.teradyne.com
  [131.101.208.250]) by chorus.teradyne.com (8.8.8+Sun/8.7.1) with ESMTP
  id PAA11565 for <samba at lists.samba.org>; Thu, 13 Sep 2001 15:11:24
  -0400 (EDT)
Received: from std.teradyne.com (tristin [131.101.208.210]) by
  fancy.std.teradyne.com (8.7.1/8.7.1) with ESMTP id MAA29617 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 12:11:22 -0700 (PDT)
Message-ID: <3BA104DA.87337957 at std.teradyne.com>
From: Karyn Joseph <josephk at std.teradyne.com>
Reply-To: Karyn.Joseph at teradyne.com
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.7 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: samba at lists.samba.org
Subject: Guest accounts???
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.0.6
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/>
Date: Thu Sep 13 12:08:08 2001
X-Original-Date: Thu, 13 Sep 2001 12:11:22 -0700

Hi --

1.  Before I upgraded to version 2.2.1 my users were
able to access the server without entering a 
password.  They only had to enter their password
whenever they tried to access the share.  Just
like connecting to any other NT server.  Now
when someone connects to \\servername they are
immediately prompted for a password.  Any ideas?

2.  Another closely related issue (I think) is
that my customers also used to be able to access
a certain share that has "guest allow = Yes"
without passing.  Now it asks for a password.

Here are my [Global] and guest share entries:

[global]
        workgroup = DOMAIN
        netbios name = NAME
        server string = Samba %v on (%L)
        min passwd length = 6
        log level = 1
        log file = /net/adm/samba/samba.log.%L
        local master = No
        wins server = 131.101.208.195
        homedir map = u_auto
        NIS homedir = Yes
        hosts allow = ###.###.

[wirelist]
        comment = Xwire directory
        path = /net/wirelist
        read only = No
        writeable = Yes
        create mask = 0664
        guest ok = Yes
        guest only = Yes

-- 
________________________________________________
Karyn Joseph   		       EIT - Agoura, CA
UNIX Administrator	       818/874-6116
________________________________________________

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at lists.samba.org
Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by
  lists.samba.org (Postfix) with ESMTP id 805A54D30 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 12:09:01 -0700 (PDT)
Received: from xatlrelay2.atl.hp.com (xatlrelay2.atl.hp.com
  [15.45.89.191]) by atlrel1.hp.com (Postfix) with ESMTP id 0A441897;
  Thu, 13 Sep 2001 15:12:47 -0400 (EDT)
Received: from xatlbh3.atl.hp.com (xatlbh3.atl.hp.com [15.45.89.188]) by
  xatlrelay2.atl.hp.com (Postfix) with ESMTP id 281951F505; Thu, 13 Sep
  2001 15:12:46 -0400 (EDT)
Received: by xatlbh3.atl.hp.com with Internet Mail Service (5.5.2653.19)
  id <S5X6KQ1C>; Thu, 13 Sep 2001 15:12:46 -0400
Message-ID: <079FD72E42C9D311B854009027650E6F0758F073 at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: 'Suzanne Raph' <sraph at rzsolutions.com>, "'samba at lists.samba.org'"
  <samba at lists.samba.org>
Subject: RE: configure problem
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 12:10:15 2001
X-Original-Date: Thu, 13 Sep 2001 15:11:13 -0400

Hello Suzanne,
This type of error from ./configure usually indicates that the compiler you
are 
using is not ansi standard;  ./configure creates/compiles/loads specific
tests and 
runs them on the fly to determine what capabilities your system has (64bit
Large file support, euid support, etc..)  And if the compiler generates an
error trying to compile or 
load the test program designed to look for euid support, for example, then
the result is that configure thinks that it couldn't find a method to do
this.  So you might want to look in the config.log and search for compiler
errors around the checks for seteuid, etc. and see if it is your compiler
that is lacking.
If it is, you can pull down a copy of gnu gcc; this seems to work well for
most people.
Hope this helps,
Don

-----Original Message-----
From: Suzanne Raph [mailto:sraph at rzsolutions.com]
Sent: Thursday, September 13, 2001 3:14 PM
To: 'samba at lists.samba.org'
Subject: configure problem


I am trying to install samba on an old unix box we have in our office.  I
have virtually no networking experience but am getting some help from
another individual.  I do have some unix scripting experience but not admin
experience.  I say all this so you realize why I need to post this low level
of a question.

While running the ./configure command, things went well for a while but then
I received this error:
Checking Configure Summary
WARNING: No Automated network interface determination
ERROR: No seteuid method available
Configure: error: Summary failure. Aborting config.

Could someone please assist me in as to what network interface I am missing?

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

Return-Path: <sak at 12move.dk>
Delivered-To: samba at lists.samba.org
Received: from fepD.post.tele.dk (fepD.post.tele.dk [195.41.46.149]) by
  lists.samba.org (Postfix) with ESMTP id 86AEC4CE5 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 12:18:57 -0700 (PDT)
Received: from voyager ([62.243.44.57]) by fepD.post.tele.dk (InterMail
  vM.4.01.03.21 201-229-121-121-20010307) with ESMTP id
  <20010913192241.PSBH19779.fepD.post.tele.dk at voyager>; Thu, 13 Sep 2001
  21:22:41 +0200
From: Dennis Micheelsen <sak at 12move.dk>
X-Mailer: The Bat! (v1.51) Personal
Reply-To: Dennis Micheelsen <sak at 12move.dk>
Organization: PRIVAT
Message-ID: <538594137.20010913212257 at 12move.dk>
To: Karyn.Joseph at teradyne.com
Cc: samba at lists.samba.org
Subject: Re: Guest accounts???
In-Reply-To: <3BA104DA.87337957 at std.teradyne.com>
References: <3BA104DA.87337957 at std.teradyne.com>
MIME-Version: 1.0
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.0.6
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/>
Date: Thu Sep 13 12:20:03 2001
X-Original-Date: Thu, 13 Sep 2001 21:22:57 +0200

Hejsa/Hello Karyn,

reply on Thursday, September 13, 2001, 9:11:22 PM:

Karyn> Hi --

Karyn> 1.  Before I upgraded to version 2.2.1 my users were
Karyn> able to access the server without entering a 
Karyn> password.  They only had to enter their password
Karyn> whenever they tried to access the share.  Just
Karyn> like connecting to any other NT server.  Now
Karyn> when someone connects to \\servername they are
Karyn> immediately prompted for a password.  Any ideas?

Karyn> 2.  Another closely related issue (I think) is
Karyn> that my customers also used to be able to access
Karyn> a certain share that has "guest allow = Yes"
Karyn> without passing.  Now it asks for a password.

Karyn> Here are my [Global] and guest share entries:

Karyn> [global]
Karyn>         workgroup = DOMAIN
Karyn>         netbios name = NAME
Karyn>         server string = Samba %v on (%L)
Karyn>         min passwd length = 6
Karyn>         log level = 1
Karyn>         log file = /net/adm/samba/samba.log.%L
Karyn>         local master = No
Karyn>         wins server = 131.101.208.195
Karyn>         homedir map = u_auto
Karyn>         NIS homedir = Yes
Karyn>         hosts allow = ###.###.

Karyn> [wirelist]
Karyn>         comment = Xwire directory
Karyn>         path = /net/wirelist
Karyn>         read only = No
Karyn>         writeable = Yes
Karyn>         create mask = 0664
Karyn>         guest ok = Yes
Karyn>         guest only = Yes


try setting _security_ to USER in the global section
and maybe a "force user = guest" in your guest share!!!

-- 
Hilsen/Best Regards,
 Dennis                            mailto:sak at 12move.dk
 ICQ: 95538209
 IRC: DALnet #startrek-central-denmark
 WWW: http://privnet.dyndns.dk

Return-Path: <don_mccall at hp.com>
Delivered-To: samba at samba.org
Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by
  lists.samba.org (Postfix) with ESMTP id 55ED245E2 for
  <samba at samba.org>; Thu, 13 Sep 2001 12:43:02 -0700 (PDT)
Received: from xatlrelay2.atl.hp.com (xatlrelay2.atl.hp.com
  [15.45.89.191]) by atlrel2.hp.com (Postfix) with ESMTP id DD5B71328;
  Thu, 13 Sep 2001 15:46:47 -0400 (EDT)
Received: from xatlbh4.atl.hp.com (xatlbh4.atl.hp.com [15.45.89.189]) by
  xatlrelay2.atl.hp.com (Postfix) with ESMTP id 858F11F50A; Thu, 13 Sep
  2001 15:46:46 -0400 (EDT)
Received: by xatlbh4.atl.hp.com with Internet Mail Service (5.5.2653.19)
  id <R9VK040H>; Thu, 13 Sep 2001 15:46:45 -0400
Message-ID: <079FD72E42C9D311B854009027650E6F0758F074 at xatl02.atl.hp.com>
From: "MCCALL,DON (HP-USA,ex1)" <don_mccall at hp.com>
To: "'cinzia.lippi at smc.it'" <cinzia.lippi at smc.it>, samba at samba.org
Subject: RE: configuration
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain; charset="iso-8859-1"
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.0.6
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/>
Date: Thu Sep 13 12:44:03 2001
X-Original-Date: Thu, 13 Sep 2001 15:46:35 -0400

Hi Cinzia,
You can rename your folder.  Unfortunately, we are behaving just as a
win2k/winnt server would do - you cannot even CREATE a directory with a
trailing dot on these servers.  When you try (using windows explorer, new,
folder) it will ACCEPT it if you type in "draw.", but the folder will be
created as "draw"  (drops the dot).  Looking at a wire trace, the client
doesn't even pass over the trailing "." to the server.  REsult is that samba
SHOWS the "draw." file in the window, or a dir listing (it IS a valid unix
filename), but when the client double clicks on "draw." in explorer, or
dir's it in command window, the resultant smb request is given "draw" to
look for, not "draw.".  And "draw" doesn't match "draw." when samba tries to
find the directory name.

Sorry,
Don

-----Original Message-----
From: Cinzia Lippi [mailto:cinzia.lippi at smc.it]
Sent: Thursday, September 13, 2001 12:10 PM
To: samba at samba.org
Subject: configuration


Hello,
    We have a customer experiencing trouble while opening files placed
in a shared folder through Samba server.

    Samba Server:           Sunos 5.8 - Samba Server 2.2.1a

    The shared folder is "home" and contains many subfolders, including
one named "draw." (draw ending with dot).  That  folder contains many
files with long filename, for instance "templ.draw.chair.blue.2001.txt"
.

    The problem is that I'm able to access the folder with a windows
2000 or windows NT client, but when I try to access the file an error
message appears: "name of folder is invalid". This doesn't happen when
the file is accessed by a windows 98 client.

    What can I do?

Thank you

Cinzia Lippi
SMC Computers
Area Sistemistica
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <jason.hammerschmidt at maclaren.com>
Delivered-To: samba at lists.samba.org
Received: from jasonh-deb (unknown [204.225.62.9]) by lists.samba.org
  (Postfix) with ESMTP id CA1CE4148 for <samba at lists.samba.org>; Thu, 13
  Sep 2001 12:54:25 -0700 (PDT)
Received: from root by jasonh-deb with local (Exim 3.12 #1 (Debian)) id
  15hdYd-0004vG-00 for <samba at lists.samba.org>; Thu, 13 Sep 2001
  15:57:59 -0500
Content-Type: text/plain; charset="iso-8859-1"
From: Jason Hammerschmidt <Jason.Hammerschmidt at maclaren.com>
To: samba at lists.samba.org
Subject: Win98, folder does not exist or file system error 1026
  solution.
X-Mailer: KMail [version 1.2]
MIME-Version: 1.0
Message-Id: <0109131557590Q.16176 at jasonh-deb>
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.0.6
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/>
Date: Thu Sep 13 12:55:02 2001
X-Original-Date: Thu, 13 Sep 2001 15:57:59 -0500

I thought I'd share a recent issue I've run into.  Searching the net found no
solution to it, so that's why I'm sharing it here.  Apologies if it's known
already.

Situation:
Windows 98 (possibly Win95/WinME) clients, does not occur on Win2K.
Sharing via Samba.
Files or Directories you'd expect to be able to access.

Problem:
A process of somesort (in this case, our many Mac's connecting via Helios
Ethershare (awesome, robust, and way faster than the freebies, AFP over IP))
creates directories or files with spaces at the end of the names.  Like "This
is my directory ".  Notice the space at the end.  Win98 at the very least
cannot handle this and if you try and access it you get an error like "The
folder 'S:\somefile ' does not exist.  Or if you try and drag/copy you get
"Cannot copy file: File system error (1026).".

Solution:
Remove the space at the end of the file/directory name.

I'd love to hear any elegant solutions/setups of people using Helios's
Ethershare and Samba together.  Or more elegant solutions to the space
character at the end issue.

Other issues of possible interest to others I've noticed which is cause for
concern is Mac users can overwrite locked files (seems Helios Ethershare
doesn't do locking correctly), PC users can create files with greater than 31
characters, at which point, a Mac cannot see the file at all, PC users do not
(obviously) create a resource fork, so Mac users won't see the file, or will
see it but for just a second until it figures out the resource fork doesn't
match, this silly space at the end problem, and there's a few other little
nagging things.  We've got an interesting pile of scripts n such that make
this one large 1TB machine act as a central fileserver for our NT, Solaris,
and Linux Servers, and all our clients (Windoze, Mac, and Linux) quite
seamlessly.

PS. Any idea why password sync'ing doesn't work for Samba (it seems to not
execute at all) (Samba 2.0.7 on RH 6.x based machine)?
--
Jason Hammerschmidt - direct: 416.643.8560 - "Sapere aude"

Return-Path: <cro at ncacasi.org>
Delivered-To: samba at lists.samba.org
Received: from exchange01.ncacasi.org (unknown [129.219.88.140]) by
  lists.samba.org (Postfix) with ESMTP id 4AF7B4CF0 for
  <samba at lists.samba.org>; Thu, 13 Sep 2001 13:43:52 -0700 (PDT)
Subject: RE: Win2k boxes broke suddenly
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
Message-ID: <F540EC7334CFED478994B370191C96095842 at exchange01.ncacasi.org
  >
content-class: urn:content-classes:message
Thread-Topic: Win2k boxes broke suddenly
Thread-Index: AcE8k5lCUyWWiiEjT5mpxig3s83w9AAAAcsg
From: "C. R. Oldham" <cro at ncacasi.org>
To: <samba at lists.samba.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.0.6
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/>
Date: Thu Sep 13 13:44:02 2001
X-Original-Date: Thu, 13 Sep 2001 13:44:24 -0700

Paul Crittenden <crittend at storm.simpson.edu wrote:

> I think this is a DNS problem because we have the same problem here.
> Have you gotten any replies on this yet?

No.  I rebooted the server and the problem went away.

I'm confused as to how it could be a DNS problem when I can still ping
and ssh to the offending Samba server.  My worry is that it has
something to do with internal data structures in the kernel since I was
able to kill and restart Samba many times, but the problem went away
instantly when I rebooted.

No messages in syslog or kern.log indicate that the kernel ran out of
any resources of whatever kind.

We did just install Bakbone's NetVault software to drive our tape
library and I ran the first full backup last night.  Don't know if that
could have anything to do with it.

--
  / C. R. (Charles) Oldham | NCA-CASI                     \
 / Director of Technology  | Arizona State University      \
/ cro at nca.asu.edu          | V:480-965-8703  F:480-965-9423 \

Return-Path: <josephk at std.teradyne.com>
Delivered-To: samba at lists.samba.org
Received: from showboat.teradyne.com (showboat.teradyne.com
  [198.51.251.10]) by lists.samba.org (Postfix) with ESMTP id B068C423E
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 14:21:30 -0700 (PDT)
Received: from chorus.teradyne.com (chorus.teradyne.com [131.101.1.195])
  by showboat.teradyne.com (8.8.8+Sun/8.8.8) with ESMTP id RAA06312;
  Thu, 13 Sep 2001 17:25:14 -0400 (EDT)
Received: from fancy.std.teradyne.com (fancy.std.teradyne.com
  [131.101.208.250]) by chorus.teradyne.com (8.8.8+Sun/8.7.1) with ESMTP
  id RAA24117; Thu, 13 Sep 2001 17:25:13 -0400 (EDT)
Received: from std.teradyne.com (tristin [131.101.208.210]) by
  fancy.std.teradyne.com (8.7.1/8.7.1) with ESMTP id OAA14316; Thu, 13
  Sep 2001 14:25:11 -0700 (PDT)
Message-ID: <3BA12437.75A21BBD at std.teradyne.com>
From: Karyn Joseph <josephk at std.teradyne.com>
Reply-To: Karyn.Joseph at teradyne.com
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.7 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To: Dennis Micheelsen <sak at 12move.dk>
Cc: Karyn.Joseph at teradyne.com, samba at lists.samba.org
Subject: Re: Guest accounts???
References: <3BA104DA.87337957 at std.teradyne.com>
  <538594137.20010913212257 at 12move.dk>
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.0.6
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/>
Date: Thu Sep 13 14:22:02 2001
X-Original-Date: Thu, 13 Sep 2001 14:25:11 -0700

Thanks,

Even though it didn't show in the Global section,
it did show in the SWAT gui screen.  That must be
because default is user.

I think I'm just going to downgrade again.

Karyn

Dennis Micheelsen wrote:
> 
> Hejsa/Hello Karyn,
> 
> reply on Thursday, September 13, 2001, 9:11:22 PM:
> 
> Karyn> Hi --
> 
> Karyn> 1.  Before I upgraded to version 2.2.1 my users were
> Karyn> able to access the server without entering a
> Karyn> password.  They only had to enter their password
> Karyn> whenever they tried to access the share.  Just
> Karyn> like connecting to any other NT server.  Now
> Karyn> when someone connects to \\servername they are
> Karyn> immediately prompted for a password.  Any ideas?
> 
> Karyn> 2.  Another closely related issue (I think) is
> Karyn> that my customers also used to be able to access
> Karyn> a certain share that has "guest allow = Yes"
> Karyn> without passing.  Now it asks for a password.
> 
> Karyn> Here are my [Global] and guest share entries:
> 
> Karyn> [global]
> Karyn>         workgroup = DOMAIN
> Karyn>         netbios name = NAME
> Karyn>         server string = Samba %v on (%L)
> Karyn>         min passwd length = 6
> Karyn>         log level = 1
> Karyn>         log file = /net/adm/samba/samba.log.%L
> Karyn>         local master = No
> Karyn>         wins server = 131.101.208.195
> Karyn>         homedir map = u_auto
> Karyn>         NIS homedir = Yes
> Karyn>         hosts allow = ###.###.
> 
> Karyn> [wirelist]
> Karyn>         comment = Xwire directory
> Karyn>         path = /net/wirelist
> Karyn>         read only = No
> Karyn>         writeable = Yes
> Karyn>         create mask = 0664
> Karyn>         guest ok = Yes
> Karyn>         guest only = Yes
> 
> try setting _security_ to USER in the global section
> and maybe a "force user = guest" in your guest share!!!
> 
> --
> Hilsen/Best Regards,
>  Dennis                            mailto:sak at 12move.dk
>  ICQ: 95538209
>  IRC: DALnet #startrek-central-denmark
>  WWW: http://privnet.dyndns.dk

-- 
________________________________________________
Karyn Joseph   		       EIT - Agoura, CA
UNIX Administrator	       818/874-6116
________________________________________________

Return-Path: <damason at davenet.mine.nu>
Delivered-To: samba at lists.samba.org
Received: from osdecrane.dave.lan (216.228.12.45.dsl.redshift.com
  [216.228.12.45]) by lists.samba.org (Postfix) with ESMTP id 6E76244BD
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 15:00:01 -0700 (PDT)
Received: from DMASON (masq.miis.edu [199.182.49.3]) by
  osdecrane.dave.lan (8.11.2/8.11.2) with SMTP id f8DLwMe30694; Thu, 13
  Sep 2001 14:58:23 -0700
From: "David A. Mason" <damason at davenet.mine.nu>
To: "Orndorff, Mark" <morndorff at AvistaAdvantage.com>,
  <samba at lists.samba.org>
Subject: RE: URGENT!!: browsing using wildcards
Message-ID: <NEBBIKOHPFCLKFNBIOFHGEIDCHAA.damason at davenet.mine.nu>
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: <D7E6F7BCE508D511821400508BE15C4E01EE5BFC at ADVMAIL2>
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.0.6
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/>
Date: Thu Sep 13 15:01:02 2001
X-Original-Date: Thu, 13 Sep 2001 15:07:25 -0700

I believe that the first period in a filename is considered by Windows to be
the beginning of the three-letter extension when in a DOS environment.


-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Orndorff, Mark
Sent: Wednesday, September 12, 2001 09:12
To: 'samba at lists.samba.org'
Subject: URGENT!!: browsing using wildcards


Please...
Any help on this issue is GREATLY appreciated.

We have a samba server hosting files with underscores in the names. When we
try to issue a dir command using wildcards and under scores no results are
returned even though matching files exist.

This seems to have to do more with "." and wildcards than underscores.

A file named "3084.40_0..tif"
is matched by "dir *.*_0..tif"
but not by "dir *_0..tif"

Any solutions?


Samba Version  2.0.7
OS Tru64 v5.1

smb.conf as follows:
# Samba config file created using SWAT
# from
# Date: 2001/09/06 09:48:45

# Global parameters
[global]
        workgroup = MYDOMAIN
        netbios name = MYSAMBASERVERNAME
        netbios aliases = SOMEALIAS
        interfaces = XXX.XX.X.XX XXX.XX.X.XXX
        security = DOMAIN
        encrypt passwords = Yes
        password server = MYPDC
        username map = /usr/local/samba/lib/username.map
        log file = /usr/local/samba/log.%m
        name resolve order = wins lmhosts host bcast
        change notify timeout = 15
        keepalive = 15
        read prediction = Yes
        read size = 32768
        socket options = TCP_NODELAY SO_SNDBUF=65536 SO_KEEPALIVE
        load printers = No
        printcap name = /etc/printcap
        local master = No
        wins server = XXX.XX.X.XX
        printing = bsd
        print command = lpr -r -P%p %s
        lpq command = lpq -P%p
        lprm command = lprm -P%p %j
        short preserve case = No
        level2 oplocks = Yes
        browseable = yes

...
...
...

[images]
        path = /mypath
        guest account = someosuser
        writeable = Yes
        guest ok = Yes
        hosts allow = XXX.XX. XX.
        #hide dot files = yes
        veto files = /quota.*/.tags/

Mark Orndorff
UNIX Administrator
morndorff at AvistaAdvantage.com
--
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
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Return-Path: <damason at davenet.mine.nu>
Delivered-To: samba at lists.samba.org
Received: from osdecrane.dave.lan (216.228.12.45.dsl.redshift.com
  [216.228.12.45]) by lists.samba.org (Postfix) with ESMTP id 4F47C4110
  for <samba at lists.samba.org>; Thu, 13 Sep 2001 15:02:15 -0700 (PDT)
Received: from DMASON (masq.miis.edu [199.182.49.3]) by
  osdecrane.dave.lan (8.11.2/8.11.2) with SMTP id f8DM0ae30719; Thu, 13
  Sep 2001 15:00:37 -0700
From: "David A. Mason" <damason at davenet.mine.nu>
To: <Chris_Blessing at elementk.com>, <samba at lists.samba.org>
Subject: RE: smbclient question
Message-ID: <NEBBIKOHPFCLKFNBIOFHKEIDCHAA.damason at davenet.mine.nu>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
In-Reply-To: <OF8C8651BE.308B56AF-ON85256AC5.0062F960 at elementk.com>
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.0.6
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/>
Date: Thu Sep 13 15:03:02 2001
X-Original-Date: Thu, 13 Sep 2001 15:09:39 -0700

I don't believe you have to be root to list shares using smbclient.

I think the problem here is in command syntax; the %U user variable is
usable in smb.conf, to be parsed by the server, but in by the command line.
If you spell out the username, you will be able to list those shares.

-----Original Message-----
From: samba-admin at lists.samba.org [mailto:samba-admin at lists.samba.org]On
Behalf Of Chris_Blessing at elementk.com
Sent: Wednesday, September 12, 2001 11:02
To: samba at lists.samba.org
Subject: Re: Stupid question


You must perform that as root, not a regular user (as noted by the lack of
ability to cd /root/tmp).

Chris Blessing
Web Developer - Element K Journals, LLC
chris_blessing at elementk.com | 716.350.1281
http://www.elementkjournals.com



|--------+--------------------------->
|        |          "Andrey Karaulov"|
|        |          <aka at ispras.ru>  |
|        |          Sent by:         |
|        |          samba-admin at lists|
|        |          .samba.org       |
|        |                           |
|        |                           |
|        |          09/12/2001 01:55 |
|        |          PM               |
|        |                           |
|--------+--------------------------->

>---------------------------------------------------------------------------
------------------------------------------------------------------|
  |
|
  |       To:     <samba at lists.samba.org>
|
  |       cc:
|
  |
|
  |       Subject:     Stupid question
|

>---------------------------------------------------------------------------
------------------------------------------------------------------|




Hi!

I use the 2.2.1 version of Samba.
I have created the following config file:
-------------------
[global]
workgroup = TLOGIC

[homes]
guest ok = no
read only = no
-------------------

Then I try to execute `smbclient -L tellura -U%` and I have following
message (from user, not from root):
tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share
name)

tellura - it is Samba server

In the log.smb i have following:
Can't change directory to /root/tmp (Permission denied)

What does it mean?

Thank you.
--
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



More information about the samba mailing list