Displaying 20 results from an estimated 1000 matches similar to: "Samba and POSIX ACLs"
2016 Aug 12
0
Samba and POSIX ACLs
It looks like this is a long known issue:
https://bugzilla.samba.org/show_bug.cgi?id=10792
On Fri, Aug 12, 2016 at 10:30 AM, Sergei Gerasenko <gerases at gmail.com>
wrote:
> Hi everybody,
>
> I know this has been discussed ad naseum, but I can't find an answer to my
> question precisely.
>
> My version of samba is 4.2.10.
>
> Here's my question. I have
2016 Aug 12
2
Samba and POSIX ACLs
On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote:
> It looks like this is a long known issue:
>
> https://bugzilla.samba.org/show_bug.cgi?id=10792
If by long known you mean "as designed". As Samba supports
ACL setting on files/directories we don't restrict what
happens to them after creation.
For creation you can set "create mask" and
2017 Jan 09
2
frequent core dumps (invalid lock_order?)
Yes
On Mon, Jan 9, 2017 at 9:57 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Mon, 9 Jan 2017 09:35:08 -0600
> Sergei Gerasenko <sgerasenko74 at gmail.com> wrote:
>
> > Ok, reviewing the configs I posted before, I screwed up big time by
> > posting the example share config into the global config. So sorry
> > about that.
> >
>
2016 Aug 12
2
Samba and POSIX ACLs
On Fri, Aug 12, 2016 at 07:27:00PM +0200, Reindl Harald via samba wrote:
>
>
> Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba:
> >On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote:
> >>It looks like this is a long known issue:
> >>
> >>https://bugzilla.samba.org/show_bug.cgi?id=10792
> >
> >If by long known
2017 Jan 07
3
frequent core dumps (invalid lock_order?)
> Lets hold off with logs, do you know that if you remove everything
> that should be in a share from the [global] part of your smb.conf, you
> get left with just '[global]’.
The share actually comes from an include file. I made it look like it’s part of the main config for simplicity.
> It also doesn't help that everything
> that is in [global] is also in the share.
It’s
2000 Feb 01
3
not listening
Samba 2.0.6 (as distributed w/ FreeBSD 3.4 Walnut Creek CDs in ports
collection)
I'm trying to setup a samba server on my network. My network is not quite as
simple as examples in documentation, because it has an NT server running as
a PDC. I'm following the troubleshooting steps in book "teach yourself samba
in 24 hrs" chapter 11 trouble shooting. I get to "step 7:
2016 Apr 21
2
Winbind idmap question
Hi all,
Back on playing winbind I first configure PAM and NSS then tried id
<my_user_name> without setting for that user uidNumber.
This user get UID from idmap.
I set up uidNumber into LDAP tree for that user but this user still get uid
from idmap rather than from uidNumber attribute.
I set up another user with uidNumber into LDAP tree and after doing that I
tried "id
2018 Oct 29
2
Not working with Windows clients where "Digitally sign communications (always)" is enabled
Samba version: 4.7.6
OS: Ubuntu 18.04.1 server
Client: Windows 7 SP1 (Traditional Chinese)
Problem:
Normally, a client can connect to [homes] share on server.
(I type \\serverIP\my_user_name and press enter,
the username/password dialog pops up,
I input those of my Ubuntu user,
and the contents of my home dir on the server reveal.)
But when Win7 is configured with this setting enabled,
Computer
2012 Oct 15
1
Where'd the Mail Go?
Hi;
I ran this:
echo "Hello me" | mail -s "Dovecot test" $USER
then created a bash script:
for mbox in /var/mail/$USER /var/spool/mail/$USER ~/mbox ~/mail/* ~/*; do
grep -q "Dovecot test" $mbox && echo "mbox: $mbox"
done
grep -q "Dovecot test" ~/Maildir/new/* 2>/dev/null && echo "Maildir: ~/Maildir"
and ran it but
2010 Nov 26
1
Relay Access Denied
Hi,
I have several rails applications on a shared hosting.
To avoid the server''s restriction of sending mails, I use an external
SMTP.
It works most of times but for some sender emails it gives an error.
Net::SMTPFatalError (554 5.7.1 <sam.s.kong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: Relay access
denied
The error happens if sender''s domain is gmail.com, yahoo.com or
2016 Apr 21
2
Winbind idmap question
Hi Jonathan,
Thank you for that, that solved the issue.
Unfortunately I get another issue: on one DC id <user> gives "no such user".
Adding domain (id ad.domain\\<user>) does not help.
Adding the whole domain (id ad.domain.tld\\<user>) does not help more.
I did checked PAM, NSS and Samba configurations, this server is using same
configurations as the two working DC.
2017 Jan 07
2
frequent core dumps (invalid lock_order?)
Hi Rowland,
Thanks for taking the time to look at this. I will post the log 10 output a bit later. Btw, what logs with log level 10 are you interested in?
Here’s my samba config with sensitive info replaced with placeholders:
[global]
access based share enum = yes
browseable = yes
comment = <COMMENT>
create mask = 0660
directory mask =
2004 Jul 14
3
hosting library (ie. PVCS) on Samba
Hello.
I believe that I've done my due diligence in researching what info. is
currently available on this issue.
I have been jacking with this for days, & believe that I have tried all
possible solutions.
I am basically trying to move a [Merant] PVCS installation from an OS/2
file server to a SuSE/Samba file server.
This installation consists of 'standard' source archives,
2012 Nov 23
14
extended attributes wiredness
Hi,
I am using kernel 3.7-rc6.
I have written a test application for extended attributes and have for
some folders a wired behaviour:
#include <stdio.h>
#include <string.h>
#include <attr/xattr.h>
char attrs[1024];
ssize_t attrslen;
int i;
char value[1024];
ssize_t valuelen;
int main(int argc, char *argv[])
{
if (argc != 2)
{
fprintf(stderr, "Syntax: testxattr
2016 Aug 12
0
Samba and POSIX ACLs
Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba:
> On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote:
>> It looks like this is a long known issue:
>>
>> https://bugzilla.samba.org/show_bug.cgi?id=10792
>
> If by long known you mean "as designed". As Samba supports
> ACL setting on files/directories we don't restrict what
2016 Aug 13
0
Samba and POSIX ACLs
Am 12.08.2016 um 19:40 schrieb Jeremy Allison:
> On Fri, Aug 12, 2016 at 07:27:00PM +0200, Reindl Harald via samba wrote:
>>
>> Am 12.08.2016 um 18:57 schrieb Jeremy Allison via samba:
>>> On Fri, Aug 12, 2016 at 11:20:47AM -0500, Sergei Gerasenko via samba wrote:
>>>> It looks like this is a long known issue:
>>>>
>>>>
2001 Feb 24
0
Neither scp nor sftp works (2.5.1p1 and Solaris 2.6) :(
Hi,
sorry about bothering you like this but despite several tries my recent
posts to ssh at clinet.fi never appear on that list, and I don't know where
else to turn.
I was unable to get sftp/scp to work when using OpenSSH 2.3.0p1. No one
could solve this problem and evenutally I was told to try "a recent
snapshot". Now I've installed 2.5.1p1, but still no cigarr :(.
I have
2016 Apr 21
2
Winbind idmap question
All DC are running same Samba version : 4.4.2. All DC are hosted on same
Centos 7.
On broken server(s):
wbinfo -i mdufresne
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user mdufresne
On working servers:
wbinfo -i mdufresne
AD.DOMAIN\mdufresne:*:12104:100:Mathias Dufresne
(TEMP):/home/AD.DGFIP/mdufresne:/bin/false
The smb.conf is:
2009 Jan 05
1
Problem Escaping Spaces in File Name
Hi All,
I realize this has been addressed ad naseum, but I simply cannot seem to
solve my issue despite many hours of mucking about. I am attempting to
run a command like:
rsync -prvl --delete --stats --progress -e 'ssh -p 22 -i
/root/.ssh/id_dsa'
backup/company/data/current_backup/company_Ralf/doc\\\ -\\\ network/
2002 May 06
1
Prevent infinite recursion in rwrite()
Here's a resend of an old patch that is intended to avoid an infinite
recursion (ending in a stack overflow) of the rwrite() function getting
an error that calls rwrite(), ad naseum. I've only seen this happen
when one of the sides dies due to a program error -- in that case, the
connection is closed, and when we try to send an error to the other
side and it generates an error, the error