Displaying 20 results from an estimated 1000 matches similar to: "RE: samba digest, Vol 1 #1918 - 24 msgs"
2002 Dec 06
0
Re: ACL issues still unresolved (Andrew Furey)
It sounds like smbd isn't linking to the acl libs-have you run ldd against
winbindd to see if it is linking to libacl.so.1?
I recently had very similar symptoms running 2.2.7 under Debian and I found
that I wasn't compiling against the acl libs.
Make sure you have the line (this might work best if you put this line
before --with-msdfs)
--with-acl-support in debian/rules,
Plus you have to
2002 Nov 28
1
Re: samba digest, Vol 1 #1924 - 22 msgs
I had a similar issue on my Debian box. It seemed that setfacl didn't
care for special characters. I changed the separator character to -
(dash) instead of + or \ and it worked fine.
Good luck!
Tom Hallewell
Radio Free Asia
Washington DC USA
>
> (offlist replies discontinued due to increasing large number of people
> involved)
>
> Gareth Davies wrote:
> >
2002 Nov 20
1
"Add user script" option never running?
Hi all,
I'm using the latest alpha version (the one that comes with Debian
unstable) in domain mode, setting up a member file server, with domain
clients authenticating to a W2k machine.
I'm trying to use the "add user script" option to create new users
automagically, but it never seems to run. The script in this case is a
handwritten perl script, and I've added a
2002 Nov 27
1
Another Samba+ACLs thread
Hi all,
I'm having trouble making Samba recognise ACLs properly - a W2k client
isn't using them fully.
I have patched the kernel, recompiled Samba, etc. I've gotten it working
to the point where the kernel-side of things seems to work fine (with
getfacl, etc). Also, the W2k machine (via Samba) can see the ACL
settings that are applied to a file.
The problem arises when I try
2002 Dec 12
2
Large-scale ACL copying?
Hi all,
Well, I'm getting somewhere I think, I now have both ACL support and
domain login basically working. However I'm at a bit of a loss as to how
to proceed.
Basically I want to copy over a large number of files and directories
(~300k files, ~60Gb total) from an existing W2k server to a Samba
server. These files have existing ACLs set, so I need to preserve them
somehow.
I can
2002 Dec 09
0
xcopy /o query
Hi all,
I'm trying to use xcopy /o to copy files from a W2k file server to a
Samba 2.2.7 box (Samba manually compiled with ACLs). I'm coming up with
Access Denied, as documented here:
http://lists.samba.org/pipermail/samba/2002-June/074548.html
I gather that the "force unknown acl users" config option is supposed to
fix that, although I haven't had a chance to try it out
2002 Dec 18
0
Speed of smbcacls?
Hi all,
I'm using the smbcacls command to query a W2k server from a Linux Samba
2.2.7a client. (This is for the script that I'm writing, which I will
post soon - I know at least one person was interested...)
It all works fine, but it's very slow - it takes about 1 second per
file. "Very" in this case is relative, but since I intend to run it on
~150k files...
I've
2003 Jan 09
0
Taking ownership of files on NT/2k
Hi all,
I have a 2.2.7a member server (on Debian unstable), acting as a file
server for a W2k domain (which also has some NT4 clients, ie. mixed
mode). I'm also using ACLs.
Imagine I have a file on the server with an ownership of DOMAIN+foo
(full permission - rwx). I also have a user ACL on that file of
DOMAIN+bar, also rwx. This all works fine.
I was initially running into a problem
2002 Dec 05
4
ACL issues still unresolved
Hi all,
The two problems I'm having with ACLs on a W2k domain are still no
closer to a solution. To wit, they were:
(a) Users accessing the ACL properties dialog on W2k can modify and
remove existing ACLs on a given file, but they cannot add new ones (that
can only be done with setfacl on the cmdline; the changes are then
recognised);
(b) In said ACL properties dialog, the usernames
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you
need to not only include
--with-acl-support in debian/rules, you also need to
vi debian/config.cache
--> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}"
with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}"
This will allow it to compile.
Unfortunately, for me,
2003 Jan 16
1
only owner (and root) can change attributes?
if i understand correctly, only the owner, and root, can change
attributes of a file?
thus, even though group members may be given permissions to write, and
delete, a file, they cannot change attributes, without the workaround of
copying and replacing the file?
and do i understand correctly that on winnt and successors, permission
to change attributes (eg 'everything' permission) can be
1999 Mar 04
0
SAMBA digest 2006
> Date: Wed, 3 Mar 1999 17:02:35 -0500
> From: "Tom Hallewell" <hallewellt@rfa.org>
> To: <samba@samba.org>
> Subject: SMS under samba
> Message-ID: <002501be65c1$8becad70$6b021eac@banger.rfa.org>
>
> Is anyone aware of a way to do server-based software management/installation
> on Win95 clients in a samba environment? My co-workers are
2002 Dec 27
2
CUPS permissions issues
Hello-
I am running Debian Woody, Samba 2.2.7, and Cups 1.1.14-3.
I can print as any local Linux client, but there is a permissions issue when
I try to print from Windows 2000.
My spool directory is /var/spool/cups, the permissions are set 700 to user
lp and group sys. If I chmod the directory to 777, printing works fine, but
when I restart cupsd, the permissions revert back to 700.
I am running
2002 Nov 21
4
ACLs with samba
Hi-
I am experiencing some odd behavior with ACLs with winbindd using Samba 2.6
on Debian Woody (kernel version 2.4.18).
1. I am unable to alter permissions from Win2K clients using the
Properties->Security interface. Is this normal? I get the "Unable to save
Permission Changes on new Folder. Access is denied." message. This occurs
with all accounts, both privileged and
2003 Mar 02
1
Samba-LDAP PDC not calling 'add user script' # Global parameters
[global]
coding system =
client code page = 850
code page directory = /var/lib/samba/codepages
workgroup
= MICROVERSE
netbios name =
netbios aliases =
netbios scope =
server string = Samba Server %v
interfaces =
bind interfaces only = No
security = USER
encrypt passwords = Yes
1999 Apr 11
0
pam_smb authentication
I am appending some documentation by my colleague Bill Eldridge that was
actually written for our dial-up service, but should work for you
purposes as well. A couple notes.
1.)The user must exist in /etc/passwd on the Samba machine or login to
the Samba box will fail.
2.)In the example, we don't set up home directories for the users, we
are using it for dial in and they usually want to
2007 Sep 19
2
function on factors - how best to proceed
Sorry about this one being long, and I apologise beforehand if there
is something obvious here that I have missed. I am new to creating my
own functions in R, and I am uncertain of how they work.
I have a data set that I have read into a data frame:
> gctable[1:5,]
refseq geometry X60_origin X60_terminus length kingdom
1 NC_009484 cir 1790000 773000 3389227 Bacteria
2
2014 Dec 27
0
Lost hotmail WAS: trouble building 6.03
On Mon, Dec 22, 2014 at 11:06:58AM +0200, Ady wrote:
> > On Sun, Dec 21, 2014 at 12:21:32PM -0800, Patrick Masotta wrote:
> > > [ ... Failed to build gnu-efi. ... ]
>
> For some reason I have not received the original email from Patrick
> Masotta in my inbox, so I am using the first reply sent by Geert in
> order to actually reply to the OP...
What is visible in the
2013 Feb 04
0
Announce: PuppetDB 1.1.1 Available!
PuppetDB 1.1.1 is now available for download! This is a bug-fix
release of PuppetDB.
For details on the new features in PuppetDB 1.1.x, check out the blog
post at https://puppetlabs.com/blog/announcing-puppetdb-1-1-do-more-with-your-data/
=================
### Downloads ###
=================
Available in native package format at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
2017 Jun 12
2
OT: Explain where mailing list bouncing comes from ?
Same about me - need to re-enable membership all the time. Annoying ((
??, 12 ???. 2017 ?. ? 15:59, John Novack <jnovack at comcast.net>:
> Not just gmail
> Happening as well with Comcast.net
>
> My Comcast address is set to forward to another domain, as Comcast seems
> to now block sending mail with a non Comcast "from" address. they turned
> that on a couple