[Bugs] [Bug 1301120] smbd crashes with 3.7.6 and VFS module 4.2.3
bugzilla at redhat.com
bugzilla at redhat.com
Thu Mar 10 05:53:45 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1301120
Anoop C S <anoopcs at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |needinfo?(anders at netwerk.no
| |)
--- Comment #6 from Anoop C S <anoopcs at redhat.com> ---
Hi Anders,
Recently uploaded cores were also truncated. There are two options to make sure
that cores are not getting truncated:
sure way
--------
See https://bugzilla.redhat.com/show_bug.cgi?id=1315201#c7
should work (it worked for me)
------------------------------
Use prlimit command to change core limit size for a running process (as soon as
we have the pid up and running) as follows:
# prlimit --pid=<smb-pid> --core=unlimited
Please make sure that you provide the correct pid for the mounted share
connection(either CIFS or Windows clients). Because prlimit is always
associated with a process id.
One among the above mentioned changes will allow Samba to produce complete
cores.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=k3MYyWFGXd&a=cc_unsubscribe
More information about the Bugs
mailing list