Displaying 7 results from an estimated 7 matches for "pf3il0024".
2015 Feb 11
4
Fwd: samba & Oracle ACFS Issues
On Wed, Feb 11, 2015 at 10:27:50AM +0100, Nacho del Rey wrote:
> Hi Volker and the list
>
> Yesterday the problem appeared again
>
> I could launch a strace command over a samba PID to see what was going on
> and this is the result
>
> [PRO] [root at pf3il0024 ~]# strace -frp 57686
> Process 57686 attached - interrupt to quit
> 0.000000 fcntl(14, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET,
> start=35824, len=1}
fd 14, is that really a file on acfs? What does
ls -l /proc/57686/fd
say?
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 G?ttin...
2015 Feb 11
0
Fwd: samba & Oracle ACFS Issues
Hi Volker
Unfortunately I didn't keep this information but fd=14 now (samba pids)
points to
[PRO] [root at pf3il0024 ~]# for i in `ps -ef | grep smbd| grep -v grep| awk
'{print $2}'`; do ls -la /proc/$i/fd/14; done
lrwx------ 1 root root 64 Feb 10 21:16 /proc/3238/fd/14 ->
/var/lib/samba/locking.tdb
lrwx------ 1 root root 64 Feb 1 01:33 /proc/18405/fd/14 ->
/var/lib/samba/locking.tdb
lrwx------ 1 r...
2014 Dec 31
1
Fwd: samba & Oracle ACFS Issues
Hi Volker
Finally I loaded the following configuration in our test environment
[global]
deadtime = 60
keepalive = 10
[dossiers]
locking = Yes
; If yes, turns on byte-range locks.
strict locking = No
; If yes, denies access to an entire file if a byte-range lock
exists in it.
; posix locking = Yes
posix locking = No
2015 Feb 11
0
Fwd: samba & Oracle ACFS Issues
Hi Volker and the list
Yesterday the problem appeared again
I could launch a strace command over a samba PID to see what was going on
and this is the result
[PRO] [root at pf3il0024 ~]# strace -frp 57686
Process 57686 attached - interrupt to quit
0.000000 fcntl(14, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET,
start=35824, len=1}
It seems the process was trying to get a read-lock but no one answers
I don't know where to find out more information about this issue
Any ot...
2014 Dec 17
2
Fwd: samba & Oracle ACFS Issues
>
>
> > >Please remove the SO_RCVBUF and SO_SNDBUF entries.
> > >Oh, that's ancient. Do you have any possibility to move to
> > >"security=user"?
> > The smb.conf file was inherited from HP-UX system. Ok,
> > I'll remove them
> >
> > >Did you try "posix locking = no"? That is mostly criticial
2014 Dec 16
1
Fwd: samba & Oracle ACFS Issues
...gt;If it is in D state (according to ps u), it sits in the
>kernel. If not, you could try stracing the process (strace
>-ttT -p <pid>) and see what it does. gstack <pid> also helps
>often.
We got the following strace over the samba process 'locked'
*[PRO]* [root at pf3il0024 ~]# strace -p *38063*
Process 38063 attached - interrupt to quit
fcntl(39, F_SETSIG, 0x23) = 0
fcntl(39, F_SETLEASE, F_WRLCK) = 0
getxattr("tf-PRENSA_DIRLOG_20141202_100852", "system.posix_acl_access",
0x7fff5f0b8320, 132) = -1 *ENOENT* (No such file o...
2014 Dec 16
2
Fwd: samba & Oracle ACFS Issues
On Tue, Dec 16, 2014 at 03:40:08PM +0100, Nacho del Rey wrote:
> Hi there
>
> In an Oracle RAC cluster using ACFS (as file-system) where we have a samba
> server for sharing files to windows clients, we are suffering a strange
> issue, from time to time, which it causes the Windows clients lock for a
> while (10 min or a bit more) or even indefinitely when they are working
>