Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Quandit

Pages: [1]
1
Directory and Authentication / File disappeared without a trace
« on: March 23, 2022, 02:01:21 pm »
Hi all

I have a problem with files, some user can't open file xls because filse is not visable in sharing catalog.

In log I found only last activity:

2022-03-21 11:44:06 172.X.X.X podolskak Read file FILE.xls

zero traces of removal where I try use the Query Logs ❱ Full Reports in Zentyal admin panel

Is some palce in Zentyal where I can find some information why this file disapire and why samba log don't know anything about this?

2
Hello

In last week, some user send info they cannot open some shared folder, in log we see only info "access denied" but this is not a true the ACL are ok for this person and they shared folder. We restarted serwer or samba services, this won't helped us with this issue, after two-three days the situation back to normal <Oo>

But after next two days the problem back again xD and again users lost access to random shared folders.

I'm new with Zentyal so after reading some topics I check in /etc/samba file sahres.conf, and smb.conf they are ok

I try to find topic on forum with cain problem like I have but at now no result 1:1.

What I can check too, what specific logs to discover what happend?


Zentyal v 5.1.1 (and at this time we can't update)

/etc/samba/sahres.conf
Code: [Select]
[WM_La_Clarte]
    comment = WM_La_Clarte
    path = /home/samba/shares/WM_La_Clarte
    browseable = yes
    force create mode = 0660
    force directory mode = 0660
    guest ok = yes
    read only = no
    vfs objects = acl_xattr

    full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename


Next

Code: [Select]
/etc/samba# samba-tool group listmembers WM_La_Clarte
rrat
jroh
mkob
jpom
iwas
wcho

User rrat can't access to  WM_La_Clarte (the group have the same name like sgared folder)

But on

Code: [Select]
[wspolny]
    comment = Wspolny
    path = /home/samba/shares/wspolny
    browseable = yes
    force create mode = 0660
    force directory mode = 0660
    valid users = @"smb_wspolny", @"smb_wspolny"
    read list =
    write list = @"smb_wspolny"
    admin users = @"smb_wspolny"
    vfs objects = acl_xattr

    full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename

Code: [Select]
root@zen:/home/samba/shares# samba-tool group listmembers smb_wspolny
dsob
kpod
liczniki
dwuj
snow
ugra
epia
wwas
pbar
lryb
rsty
jser
rrat

User rrat can access


OK I fins some like this

"/source3/winbindd/winbindd.c:280(winbindd_sig_term_handler)"

The problem probably is with winbindd

Pages: [1]