Ticket #2721 (closed defect: worksforme)
Samba access log stops updating after VPN-disconnect
| Reported by: | Trym Hansen | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | base |
| Severity: | major | Keywords: | |
| Cc: |
Description
System: Zentyal 2.0.3 fully updated as of 27. february 2011.
The samba access log stops working a while after a user who has connected through VPN gets timed out.
The last log-entry always shows 0.0.0.0 for the client ip-address.
Steps to reproduce:
o Connect to server via VPN on a laptop.
o Open and close a shared file.
o Close the lid on the laptop (or induce sleep-mode on a desktop.)
o Wait till open share disconnects after a time out.
The log will not add new entries after that.
Attachments
Change History
comment:1 Changed 2 years ago by jacalvo@…
- Owner changed from jacalvo@… to jsoriano@…
- Milestone set to 2.0.X
comment:2 Changed 2 years ago by jamor@…
- Owner changed from jsoriano@… to jamor@…
- Status changed from new to assigned
comment:3 Changed 2 years ago by jamor@…
For me is working correctly. I have tried to enter in to the shares after the disconnect from the same client and from a different one, in both cases actions continue to being logged.
The entries in the log are collected from /var/log/syslog . Could you check that after your poweroff samba continue to write in this file?. You could use for this task the command:
grep smbd_audit /var/log/syslog
And then check the dates and actions.
Cheers,
Javier