search for: reeexec

Displaying 3 results from an estimated 3 matches for "reeexec".

Did you mean: reexec
2019 Aug 06
0
another bizarre thing...
...tion with systemd services, for example, since those don?t run under a standard shell, so your .bash_profile and such aren?t even exec?d. 4. If your program is launched via systemd, then you must edit /etc/systemd/system.conf and set DefaultLimitCORE=infinity then say ?sudo systemctl daemon-reeexec? Case matters; ?Core? won?t work. Ask me how I know. :) 5. If you have a systemd unit file for your service, you have to set a related value in there as well: LimitCore=infinity You need both because #4 sets the system-wide cap, while this sets the per-service value, which can go no highe...
2019 Aug 06
13
another bizarre thing...
Hi all! I'm stuck on something really bizarre that is happening to a product I "own" at work. It's a C program, built on CentOS, runs on CentOs or RHEL, has been in circulation since the early 00's, is in use at hundreds of sites. recently, at multiple customer sites it has started just going away. no core file (yes, ulimit is configured), nothing in any of its (several)
2019 Aug 06
2
another bizarre thing...
...mple, since those don?t run under a standard shell, so your .bash_profile and such aren?t even exec?d. > > > 4. If your program is launched via systemd, then you must edit /etc/systemd/system.conf and set > > DefaultLimitCORE=infinity > > then say ?sudo systemctl daemon-reeexec? > > Case matters; ?Core? won?t work. Ask me how I know. :) > > > 5. If you have a systemd unit file for your service, you have to set a related value in there as well: > > LimitCore=infinity > > You need both because #4 sets the system-wide cap, while this sets...