Subject: Re: [vserver] Samba
From: Corey Wright <undefined@pobox.com>
Date: Tue, 23 Nov 2010 09:00:45 -0600
Tue, 23 Nov 2010 09:00:45 -0600
On Tue, 23 Nov 2010 15:06:44 +0100
Herbert Poetzl <herbert@13thfloor.at> wrote:

> On Tue, Nov 23, 2010 at 01:53:19PM +0000, --[ UxBoD ]-- wrote:
> > ----- Original Message -----
> > > On Tue, Nov 23, 2010 at 01:23:33PM +0000, --[ UxBoD ]-- wrote:
> > > > Hello all,
> 
> > > > Attempting to get Samba running under a Debian Lenny guest and it
> > > > keeps throwing a backtrace :( I have set oplocks = no in smb.conf
> > > > but
> > > > it is still the same. Does one have to do something else ?
> 
> > > both, samba 3 and samba 4 are working fine on a properly
> > > setup Linux-VServer guest
> 
> > > best,
> > > Herbert
> 
> > It is running fine on two Centos guests it is just the Debian one that
> > is playing up :(
> 
> so who do we blame? Centos? Linux-VServer? or maybe Debian? :)

not debian, because i'm running debian lenny's samba package (but with this
vserver-unrelated patch: http://bugs.debian.org/580797) in several vservers
on a debian lenny host (but with kernel.org 2.6.32.25).

i've even attached one of my smb.conf as an example.

corey
-- 
undefined@pobox.com


# Samba config file created using SWAT
# from 172.24.129.100 (172.24.129.100)
# Date: 2008/01/19 10:47:22

[global]
	server string = %h server
	map to guest = Bad User
	obey pam restrictions = Yes
	passdb backend = tdbsam
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n
.
	lanman auth = No
	client lanman auth = No
	client plaintext auth = No
	syslog = 0
	log file = /var/log/samba/log.%m
	max log size = 1000
	dns proxy = No
	ldap ssl = no
	panic action = /usr/share/samba/panic-action %d
	invalid users = root

[media]
	path = /var/www/media
	read only = No
	guest ok = Yes