Displaying 20 results from an estimated 60 matches for "sigrtmin".
2019 Jan 25
0
[klibc:update-dash] dash: Fix some cosmetic differences from upstream dash
...insig ; i < NSIG ; i++ ) {
- if ( sys_sigabbrev[i] &&
- !strcasecmp(string, sys_sigabbrev[i]) )
- return i;
+ for (signo = minsig; signo < NSIG; signo++) {
+ if (sys_sigabbrev[signo] &&
+ !strcasecmp(string, sys_sigabbrev[signo]))
+ return signo;
}
#ifdef SIGRTMIN
- if ( !strncasecmp(string, "RTMIN", 5) ) {
+ if (!strncasecmp(string, "RTMIN", 5)) {
char *ep;
- if ( string[5] && string[5] != '+' )
+ if (string[5] && string[5] != '+')
return -1;
- i = SIGRTMIN + strtol(string+5, &ep, 10);
- i...
2020 Mar 28
0
[klibc:update-dash] dash: Fix some cosmetic differences from upstream dash
...insig ; i < NSIG ; i++ ) {
- if ( sys_sigabbrev[i] &&
- !strcasecmp(string, sys_sigabbrev[i]) )
- return i;
+ for (signo = minsig; signo < NSIG; signo++) {
+ if (sys_sigabbrev[signo] &&
+ !strcasecmp(string, sys_sigabbrev[signo]))
+ return signo;
}
#ifdef SIGRTMIN
- if ( !strncasecmp(string, "RTMIN", 5) ) {
+ if (!strncasecmp(string, "RTMIN", 5)) {
char *ep;
- if ( string[5] && string[5] != '+' )
+ if (string[5] && string[5] != '+')
return -1;
- i = SIGRTMIN + strtol(string+5, &ep, 10);
- i...
2006 May 22
1
Fatal: sigaction(SIGRTMIN) failed: Invalid argument
Hello all,
I`ve tried to run dovecot many times in my system (Conectiva Linux
9) and was unable to do so. For some reason it gives this message and
quits - never runs.
My system:
Linux ba.gazetaweb.com 2.4.21-28872cl #1 Sex Mar 21 22:02:49 BRT
2003 i686 unknown
I`m migrating from UW-IMAPD to dovecot. I've compiled it from
sources, using default configurations.
Any help
2005 Dec 28
1
Problems with klibc 1.1.8
...ine as follows:
KLIBCCC dash/trap.o
KLIBCCC dash/output.o
dash/trap.c: In function 'trapcmd':
dash/trap.c:94: warning: unused parameter 'argc'
dash/trap.c:94: warning: unused parameter 'argv'
dash/trap.c: In function 'decode_signal':
dash/trap.c:398: error: 'SIGRTMIN' undeclared (first use in this
function)
dash/trap.c:398: error: (Each undeclared identifier is reported only
once
dash/trap.c:398: error: for each function it appears in.)
dash/trap.c:399: error: 'SIGRTMAX' undeclared (first use in this
function)
dash/trap.c: In function 'signal_na...
2006 May 23
1
Hint for Fatal: sigaction(SIGRTMIN) failed: Invalid argument
Hello,
Search google I've found a thread ("errors in logfile") discussing
a similar problem to mine. It`s something related to the #define
IOLOOP_NOTIFY_DNOTIFY in config.h, but disbling it resulted in errors
in compilation.
I'm really running out of answers for this one... if anyone could
give a hint, it'd be of great help.
cheers
--
.''`. -- Breno
2018 Jul 30
3
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...t Grub,kernel and dracut do
their job with the defaults, but unfortunately, boot process stops at
initrd (dracut) stage with the following error:
[ 197.768159] localhost.localdomain dracut-initqueue[252]: Warning: Could
> not boot.
> [ 197.821409] localhost.localdomain systemd[1]: Received SIGRTMIN+20 from
> PID 254 (plymouthd).
> [ 197.822328] localhost.localdomain dracut-initqueue[252]: Warning:
> /dev/centos/root does not exist
> [ 197.823044] localhost.localdomain dracut-initqueue[252]: Warning:
> /dev/centos/swap does not exist
> [ 197.846807] localhost.localdomain s...
2011 Jul 05
6
[PATCH 1/7] ln: Check snprintf() return values
Add some semi-useful error message, as printing the failing dir or file
seems not really advisable after that error.
Signed-off-by: maximilian attems <max at stro.at>
---
usr/utils/ln.c | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/usr/utils/ln.c b/usr/utils/ln.c
index e826eb8..257b33f 100644
--- a/usr/utils/ln.c
+++ b/usr/utils/ln.c
@@ -9,7
2004 Nov 19
0
/usr/local/bin/wine-kthread: could not open
...l/bin/wine-kthread
Wine 20041019
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
so why this error??
rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0
rt_sigsuspend([] <unfinished ...>
--- SIGRTMIN (Unknown signal 32) @ 0 (0) ---
<... rt_sigsuspend resumed> ) = -1 EINTR (Interrupted system call)
sigreturn() = ? (mask now [RTMIN])
waitpid(21423, NULL, __WCLONE) = 21423
close(4) = 0
close(3) = 0
getpid() = 21422
getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
set...
2018 Jul 30
0
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...r job with the defaults, but unfortunately, boot process stops at
> initrd (dracut) stage with the following error:
>
> [ 197.768159] localhost.localdomain dracut-initqueue[252]: Warning:
> Could
>
>> not boot. [ 197.821409] localhost.localdomain systemd[1]: Received
>> SIGRTMIN+20 from
>> PID 254 (plymouthd).
>> [ 197.822328] localhost.localdomain dracut-initqueue[252]: Warning:
>> /dev/centos/root does not exist
>> [ 197.823044] localhost.localdomain dracut-initqueue[252]: Warning:
>> /dev/centos/swap does not exist
>> [ 197.846807]...
2004 Oct 14
2
errors in logfile
I just upgraded to -test47 from 0.99.11-test4, and am getting a bunch of
these messages in the logfile:
dovecot: Oct 14 07:30:21 Info: imap-login: Login: andrew [64.36.1.74]
dovecot: Oct 14 07:30:22 Error: IMAP(andrew): sigaction(SIGRTMIN) failed: Invalid argument
dovecot: Oct 14 07:30:22 Error: IMAP(andrew): fcntl(F_SETSIG) failed: Invalid argument
dovecot: Oct 14 07:30:22 Error: IMAP(andrew): read(event_pipe) failed: Is a directory
dovecot: Oct 14 07:30:22 Error: child 7047 (imap) returned error 89
dovecot: Oct 14 07:30:22 Error:...
2005 Sep 29
1
Problem running latest 1.0-alpha3
...ure with:
./configure --with-notify=none --with-ioloop=poll
And all I get is this when I run:
dovecot: Sep 29 16:45:28 Info: Dovecot v1.0.alpha3 starting up
dovecot: Sep 29 16:45:29 Error: Auth process died too early - shutting down
dovecot: Sep 29 16:45:29 Error: auth(default): Fatal: sigaction(SIGRTMIN) failed: Invalid argument
dovecot: Sep 29 16:45:29 Error: child 4828 (auth) returned error 89
Linux kernel 2.4.24, FS in use are XFS and NFS
Any clues?
- Mike
2004 Mar 19
0
2.2.8a with kernel-2.4.22 has kernel oplock problems (NOT Failed to setup RT_SIGNAL_LEASE handler)
...I patched this as follows:
--- samba-2.2.7a/source/smbd/oplock_linux.c.orig 2003-06-05 14:40:49.000000000 -0400
+++ samba-2.2.7a/source/smbd/oplock_linux.c 2003-06-06 13:34:29.000000000 -0400
@@ -40,7 +40,7 @@
#endif
#ifndef RT_SIGNAL_LEASE
-#define RT_SIGNAL_LEASE 33
+#define RT_SIGNAL_LEASE (SIGRTMIN+1)
#endif
#ifndef F_SETSIG
--- samba-2.2.7a/source/smbd/notify_kernel.c.orig 2003-06-06 13:33:56.000000000 -0400
+++ samba-2.2.7a/source/smbd/notify_kernel.c 2003-06-06 13:37:44.000000000 -0400
@@ -39,7 +39,7 @@
#ifndef RT_SIGNAL_NOTIFY
-#define RT_SIGNAL_NOTIFY 34
+#define RT_SIGNAL_NOTIF...
2018 Aug 01
0
(EXT) CentOS Digest, Vol 162, Issue 29
...t Grub,kernel and dracut do their job with the defaults, but unfortunately, boot process stops at initrd (dracut) stage with the following error:
[ 197.768159] localhost.localdomain dracut-initqueue[252]: Warning: Could
> not boot.
> [ 197.821409] localhost.localdomain systemd[1]: Received SIGRTMIN+20
> from PID 254 (plymouthd).
> [ 197.822328] localhost.localdomain dracut-initqueue[252]: Warning:
> /dev/centos/root does not exist
> [ 197.823044] localhost.localdomain dracut-initqueue[252]: Warning:
> /dev/centos/swap does not exist
> [ 197.846807] localhost.localdomain...
2017 Apr 24
2
kickstart: dracut-initqueue fails due to unresolvable hostname even though network config looks perfectly ok
...localhost dracut-initqueue[992]: Warning: failed to fetch
kickstart from http://our.kickstart.server/ks.cgi
[ 242.126427] our.client dracut-initqueue[992]: Warning:
dracut-initqueue timeout - starting timeout scripts
[... 120 times this warning ...]
[ 304.648460] our.client systemd[1]: Received SIGRTMIN+20 from PID 991
(plymouthd).
[ 304.650862] our.client dracut-initqueue[992]: Warning: /dev/root does
not exist
[ 304.659840] our.client systemd[1]: Starting Dracut Emergency Shell...
[ 304.684459] our.client systemd[1]: Received SIGRTMIN+21 from PID 991
(plymouthd).
[... exiting to emergency...
2018 Jul 31
2
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
...unfortunately, boot process stops at
>> initrd (dracut) stage with the following error:
>>
>> [ 197.768159] localhost.localdomain dracut-initqueue[252]: Warning:
>> Could
>>
>>> not boot. [ 197.821409] localhost.localdomain systemd[1]: Received
>>> SIGRTMIN+20 from
>>> PID 254 (plymouthd).
>>> [ 197.822328] localhost.localdomain dracut-initqueue[252]: Warning:
>>> /dev/centos/root does not exist
>>> [ 197.823044] localhost.localdomain dracut-initqueue[252]: Warning:
>>> /dev/centos/swap does not exist
>...
2006 Oct 13
3
error running webserver 7 with the DTrace dvm agents...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#330000" bgcolor="#ffffff">
<tt><font size="+1">I am attempting to run the sun webserver 7
2017 May 15
0
kickstart: dracut-initqueue fails due to unresolvable hostname even though network config looks perfectly ok
...eue[992]: Warning: failed to fetch
> kickstart from http://our.kickstart.server/ks.cgi
> [ 242.126427] our.client dracut-initqueue[992]: Warning:
> dracut-initqueue timeout - starting timeout scripts
> [... 120 times this warning ...]
> [ 304.648460] our.client systemd[1]: Received SIGRTMIN+20 from PID 991
> (plymouthd).
> [ 304.650862] our.client dracut-initqueue[992]: Warning: /dev/root does
> not exist
> [ 304.659840] our.client systemd[1]: Starting Dracut Emergency Shell...
> [ 304.684459] our.client systemd[1]: Received SIGRTMIN+21 from PID 991
> (plymouthd)....
2018 Jul 30
2
Issues booting centos7 [dracut is failing to enable centos/root, centos/swap LVs]
Hello,
I'm having a strange problem booting a new centos7 installation. Below some
background on this. [I have attached the tech details at the bottom of this
message]
I started a new CentOS7 installation on a VM, so far all good, o/s boots
fine. Then I decided to increase VM disk size (initially was 10G) to 13G.
Powered off the VM, increased the vhd via the hypervisor, booted from
CentOS
2005 Mar 02
1
[PATCH] signal.h
...l.h 2004-06-06 11:18:04.000000000 +0200
+++ klibc-0.202/include/signal.h 2005-03-02 22:09:43.000000000 +0100
@@ -12,6 +12,13 @@
#include <sys/types.h>
#include <asm/signal.h>
+/* Kernel defines SIGRTMAX as _NSIG, then keeps _NSIG
+ hidden under ifdefs... */
+#ifndef _NSIG
+#undef SIGRTMIN
+#undef SIGRTMAX
+#endif
+
#include <klibc/archsignal.h>
/* glibc seems to use sig_atomic_t as "int" pretty much on all architectures.
@@ -67,6 +74,8 @@
__extern __sighandler_t __signal(int, __sighandler_t, int);
__extern __sighandler_t sysv_signal(int, __sighandler_t);
__ext...
2016 Aug 30
1
UPS shutdown
...6, PROT_READ) = 0
mprotect(0x76f65000, 4096, PROT_READ) = 0
mprotect(0x76f46000, 4096, PROT_READ) = 0
mprotect(0x76ea8000, 4096, PROT_READ) = 0
mprotect(0x76f88000, 4096, PROT_READ) = 0
set_tid_address(0x76f86068) = 2936
set_robust_list(0x76f86070, 0xc) = 0
rt_sigaction(SIGRTMIN, {0x76f568e8, [], SA_SIGINFO|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x76f56794, [], SA_RESTART|SA_SIGINFO|0x4000000},
NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE o...