Displaying 20 results from an estimated 6000 matches similar to: "ActiveRecord write stops script from responding to SIGTERM"
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
If SIGTERM is blocked in the main program, then it ends up still being
blocked in the subprocess after we fork. This means that we cannot
kill qemu by sending SIGTERM to it. This commit fixes the problem by
unblocking SIGTERM unconditionally after fork.
Thanks: wtfuzz on IRC for reporting and analysis.
---
lib/launch-direct.c | 15 +++++++++++++++
lib/launch-uml.c | 11 +++++++++++
2 files
2013 Apr 25
4
Why doesn't SIGTERM quit gracefully?
Hi,
I''m wondering why SIGINT and SIGTERM both were chosen for the quick
shutdown? I agree with SIGINT but not with SIGTERM. A lot of unix
tools send SIGTERM as default (kill, runit among some) and it seems to
be the standard way of telling a process to quit gracefully but not
among Ruby people (there are a few other ruby processes behaving the
same way). I just think it''s weird
2005 May 03
5
[Bug 1029] SIGTERM and cleanup of wtmp files
http://bugzilla.mindrot.org/show_bug.cgi?id=1029
Summary: SIGTERM and cleanup of wtmp files
Product: Portable OpenSSH
Version: 4.0p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: senthilkumar_sen
2023 Feb 01
16
[Bug 3531] New: Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.
https://bugzilla.mindrot.org/show_bug.cgi?id=3531
Bug ID: 3531
Summary: Ssh will not exit when it receives SIGTERM before
calling poll in client_wait_until_can_do_something
until some events happen.
Product: Portable OpenSSH
Version: 9.1p1
Hardware: Other
OS: Linux
Status:
2012 May 31
5
[Bug 8967] New: rsync returns with non-zero exit code when killed by SIGTERM
https://bugzilla.samba.org/show_bug.cgi?id=8967
Summary: rsync returns with non-zero exit code when killed by
SIGTERM
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2007 Oct 02
3
[PATCH] SIGTERM and SIGINT handler to flush xentop -b outputs
# HG changeset patch
# User inakoshi.hiroya@jp.fujitsu.com
# Date 1191287395 -28800
# Node ID 5543e74774a826b1781893982ed5052312b820fc
# Parent 83239b2890723e0c06bad507bb273a970784b18e
Flush stdout when xentop -b gets SIGINT and SIGTERM.
It is useful when you stop xentop -b by keyboard interrupt or by other
programs such as killall from a batch script.
You would have missed the bottom part of
2014 Oct 24
3
[LLVMdev] Adding masked vector load and store intrinsics
> How would one express such semantics in LLVM IR with this intrinsic? By definition, %data anmd %passthrough are different IR virtual registers and there are no copy instructions in LLVM IR.
You never need to express this semantic in LLVM IR, because in SSA form they are always different SSA defs for the result of the operation versus the inputs to the operation. Someplace late in the CG
2015 Apr 08
4
SIGTERM signal to qemu-kvm process
Hi
I am using QEMU 0.12.1 as the hypervisor in my RHEL installation of 6.5.
I wanted to know if there are any side-effects with respect to VM image
corruption when i use SIGTERM signal to kill a qemu-kvm process which
effectively stops my VM running on the host.
Appreciate if you can provide me some valuable information in this regard.
Thanks
Jatin
2002 Oct 11
2
Why openssh newer than 2.9.9 doesn't send SIGTERM and SIGHUP to child process?
Hi,
I search in archive list if there any reason why is removed in openssh
newer than 2.9.9 from function
'void session_close_by_channel(int id, void *arg)' sending of SIGTEMR and
SIGHUP signals to child as was in 2.9.9 version? See follow sniped code
from 2.9.9 sources:
---- openssh-2.9.9/session.c ----------------------------------------
void
session_close_by_channel(int id, void
2001 Jun 22
1
PATCH: pidfile/sigterm race
If one is using the pidfile as an indicator of sshd's status,
it is possible to kill sshd before the sigterm handler gets
installed, since the pidfile is written out before the signal
handlers are setup.
The solution is to simply write the pidfile after the signal
handlers are setup. Here's the patch.
Rob
--- sshd.c.orig Fri Jun 22 11:16:41 2001
+++ sshd.c Fri Jun 22 11:18:32 2001
@@
2013 May 14
1
[Bug 9882] New: Incorrect exit code when sender over SSH is killed with SIGTERM
https://bugzilla.samba.org/show_bug.cgi?id=9882
Summary: Incorrect exit code when sender over SSH is killed
with SIGTERM
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2001 Feb 28
0
does nmbd self sigterm ?
Found nmbd down with this in the log;
[2001/02/27 19:21:36, 0] libsmb/nmblib.c:send_udp(755)
Packet send failed to 192.168.113.255(138) ERRNO=Network is unreachable
[2001/02/27 19:21:36, 0] libsmb/nmblib.c:send_udp(755)
Packet send failed to 192.168.22.255(138) ERRNO=Network is unreachable
[2001/02/27 19:22:18, 0] libsmb/nmblib.c:send_udp(755)
Packet send failed to 192.168.3.1(137) ERRNO=Network
2015 Apr 08
0
Re: SIGTERM signal to qemu-kvm process
Hi Jatin,
Your guest will have a dirty shutdown… Probably not the best way to shutdown a guest… For the host and other guests, no worries.
Greetings,
Dominique.
Van: Jatin Davey [mailto:jashokda@cisco.com]
Verzonden: woensdag 8 april 2015 10:25
Aan: libvirt-users@redhat.com
Onderwerp: [libvirt-users] SIGTERM signal to qemu-kvm process
Hi
I am using QEMU 0.12.1 as the hypervisor in my RHEL
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
Hi all
I'm doing some things with a colleague comparing different
sorts of models. My colleague has fitted a number of glms in
Genstat (which I have never used), while the glm I have
been using is only available for R.
He has a spreadsheet of fitted means from each of his models
obtained from using the Genstat "predict" function. For
example, suppose we fit the model of the type
2017 Mar 15
1
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
Try :
apt-get remove libbsd-dev
restart samba, now is the message gone?
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens BasSamba via
> samba
> Verzonden: woensdag 15 maart 2017 16:09
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] samba: setproctitle not initialized, please either call
>
2018 Dec 23
2
After upgrade to 4.9.4, internal DNS no longer working
The two systems I'm referring to are on different domains, different
locations. No connection whatsoever except me being the one administering
both.
According to oEMInformation the server was provisioned by 4.3.3. I just
checked the Samba log file and it seems that version 4.7.4 was running
before the update.
I'm now looking at the logs right before the upgrade and indeed, there have
2013 Oct 08
57
[Bug 2158] New: Race condition in receiving SIGTERM
https://bugzilla.mindrot.org/show_bug.cgi?id=2158
Bug ID: 2158
Summary: Race condition in receiving SIGTERM
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
2015 Apr 09
0
Re: SIGTERM signal to qemu-kvm process
On 08.04.2015 10:24, Jatin Davey wrote:
> Hi
>
> I am using QEMU 0.12.1 as the hypervisor in my RHEL installation of 6.5.
>
> I wanted to know if there are any side-effects with respect to VM image
> corruption when i use SIGTERM signal to kill a qemu-kvm process which
> effectively stops my VM running on the host.
It's equivalent to plugging the power cord from a
2018 Mar 20
4
rsync time machine backup permissions
That doesn’t work too. :-(
Last login: Mon Mar 19 19:18:16 on console
iMac:~ andre$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk2 on /Volumes/G-DRIVE Thunderbolt 3 (hfs, local, nodev, nosuid, journaled, noowners)
iMac:~ andre$
2016 Jan 05
3
replication fails after internal error 11 / panic
Hi,
We have three DC's, and one of them has been misbehaving a few times
lately, stopping to replicate, showing the following error in samba-tool
drs showrepl, for all DC partitions:
> DC=DomainDnsZones,DC=samba,DC=company,DC=com
> Default-First-Site-Name\DC2 via RPC
> DSA object GUID: 5e93a102-2963-496a-af16-0c51eebb2e31
> Last attempt @ Wed Nov 11 06:41:21 2015 CET