search for: sig_unblock

Displaying 20 results from an estimated 83 matches for "sig_unblock".

2004 Jan 12
0
nmbd eats near of 40% of cpu with Samba 3.01
...sk(SIG_BLOCK, 0xFFBEF590, 0x00000000) = 0 0.0283 recvfrom(7, "8DF60110\001\0\0\0\0\0\0".., 576, 0, 0xFFBEF2D8, 0xFFBEF2D0 ) = 50 0.0288 time() = 1073918670 0.0765 time() = 1073918670 0.0769 sigprocmask(SIG_UNBLOCK, 0xFFBEF590, 0x00000000) = 0 0.0772 poll(0xFFBED498, 5, 10000) = 1 0.0775 sigprocmask(SIG_BLOCK, 0xFFBEF590, 0x00000000) = 0 0.0778 recvfrom(7, "DB j0110\001\0\0\0\0\0\0".., 576, 0, 0xFFBEF2D8, 0xFFBEF2D0 ) = 50 0.0782 time()...
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
...stfs_h *g, void *datav, const char *arg) close_file_descriptors (fd > 2); } + /* Unblock the SIGTERM signal since we will need to send that to + * the subprocess (RHBZ#1460338). + */ + sigemptyset (&sigset); + sigaddset (&sigset, SIGTERM); + sigprocmask (SIG_UNBLOCK, &sigset, NULL); + /* Dump the command line (after setting up stderr above). */ if (g->verbose) qemuopts_to_channel (qopts, stderr); @@ -781,6 +789,13 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) */ close_file_descriptors (1); + /* Unbl...
2019 Nov 03
1
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
...tion/waiting and signal mask debugging: qmail-lspawn (PID 32457) 22:55:15.227742 rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0 ... 22:55:15.227970 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f8a117de7d0) = 6923 ... 22:55:15.228237 rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0 22:55:15.228267 select(4, [0 3], NULL, NULL, NULL) = 1 (in [3]) 22:55:50.334325 rt_sigprocmask(SIG_BLOCK, [CHLD], NULL, 8) = 0 22:55:50.334367 read(3, "Execution of Sieve filters was aborted due to temporary failure\n", 128) = 64 22:55:50.334406 rt_sigprocmask(SIG_UN...
2007 Sep 04
3
Ocfs2 and debian
...ite(2, "I/O error on channel", 20I/O error on channel) = 20 [pid 3875] write(2, " ", 1 ) = 1 [pid 3875] write(2, "while starting heartbeat", 24while starting heartbeat) = 24 [pid 3875] write(2, "\r\n", 2 ) = 2 [pid 3875] rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8) = 0 [pid 3875] exit_group(1) = ? Process 3874 resumed Process 3875 detached [pid 3874] <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 3875 [pid 3874] rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL, 8)...
2004 Aug 24
3
smbd+ldapsam infinite loop, cpu=100%
...-1, 0) = 0x4033d000 read(28, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 852 read(28, "", 4096) = 0 close(28) = 0 munmap(0x4033d000, 4096) = 0 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [PIPE], NULL, 8) = 0 getpid() = 19340 geteuid32() = 65534 getpid() = 19340 geteuid32() = 65534 time(NULL) = 1093339331 write(26, "0\201\305\2\3%\3...
2007 Nov 16
8
[PATCH 0/6] Add online resize for ocfs2-tools,take 1
Add online resize in tunefs.ocfs2 so that user can increase the volume when it is mounted.
2011 Aug 26
1
gem installation issues
...type ''struct sigaction'' system_timer_native.c:64:24: error: ''SIGALRM'' undeclared (first use in this function) system_timer_native.c:81:24: error: ''ITIMER_REAL'' undeclared (first use in this function) system_timer_native.c:95:26: error: ''SIG_UNBLOCK'' undeclared (first use in thisfunction) system_timer_native.c: In function ''install_next_timer'': system_timer_native.c:108:22: error: storage size of ''timer_interval'' isn''t known system_timer_native.c:118:26: error: ''SIG_BLOCK''...
2005 Sep 08
1
Solaris NSS/winbind problem - large groups
Hello All, It seems that 'getent group groupname' hangs on large groups for Solaris 8/9 running winbind. Currently running Samba 3.0.20 but also tried 3.0.10. 'ls -l' also hangs if listing a file created by a user who's primary group is too large(such as Domain Users). Users can still access the files but netbackups hang. The problem I am experiencing is found in the
2016 Feb 16
2
[PATCH] fish: reset the console on ^Z RHBZ#1213844
Patch registers SIGTSTP hook where it sends reset terminal color control sequence. Maros Zatko (1): fish: reset the console on ^Z RHBZ#1213844 fish/fish.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) -- 2.5.0
2006 Oct 26
8
Problem mounting with credentials file
I am running Gentoo. I am trying to get my /etc/fstab to automatically mount a remote Samba share at boot time. I have the following in my /etc/fstab file: //192.168.0.2/share /mnt/share cifs auto,credentials=/home/user/.smbpasswd,uid=1000,umask=002,user 0 0 This works fine if I specify the username and password in the /etc/fstab file. However, if I try to use the credentials file
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
...resol"..., 4096) = 586 read(9, "", 4096) = 0 close(9) = 0 munmap(0x4103f000, 4096) = 0 Asterisk Ready.[1;37;40mAsterisk Ready.\n", 27 ) = 27 write(1, "\33[0;37;40m", 10) = 10 rt_sigprocmask(SIG_UNBLOCK, [HUP INT PIPE TERM WINCH], NULL, 8) = 0 time([1149625396]) = 1149625396 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 ioctl(0, TIOCGWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0, TIOCSWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0,...
2002 Jul 17
1
Re: smb.conf - fixed? :)
...ion(SIGTERM, {0x8068b60, [TERM], SA_RESTART|0x4000000}, NULL, 8) = 0 rt_sigaction(SIGHUP, {0x8068b80, [HUP], SA_RESTART|0x4000000}, NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [PIPE], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [FPE], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [USR2], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [HUP], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [USR1], NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [TERM], NULL, 8) = 0 umask(0) = 02 geteuid32() = 500 getegid32() = 500 getgroups32(0, 0xbffff608) = 1...
2008 Dec 02
2
my_vsnprintf crash on HP-UX
........................................................................................................... = 0 [5301] write(2, "01P m y _ v s n p r i n t f ( ) ".., 40) .................................................................................................. = 40 [5301] sigprocmask(SIG_UNBLOCK, NULL, 0x7ffff3a0) .......................................................................................................... = 0 [5301] sigaction(SIGABRT, NULL, 0x7ffff3c0) ................................................................................................................ = 0 [5301] c...
2001 Nov 22
2
Add new user -> swat core dump
...UNC, 0666) Err#2 ENOENT 27542: umask(022) = 022 27542: sigaction(SIGABRT, 0x00000000, 0xEFFFEA90) = 0 27542: write(1, " H T T P / 1 . 0 2 0 0".., 1696) = 1696 27542: sigaction(SIGABRT, 0xEFFFE960, 0xEFFFE9E0) = 0 27542: sigprocmask(SIG_UNBLOCK, 0xEFFFEA10, 0x00000000) = 0 27542: getpid() = 27542 [171] 27542: kill(27542, SIGABRT) = 0 27542: Received signal #6, SIGABRT [default] 27542: siginfo: SIGABRT pid=27542 uid=0 27542: *** process killed *** 171: Received signal #18, S...
2004 Dec 03
2
NFS mounted directory
...= 0 [2053] write(25, " \n", 3) = 3 getuid() = 0 [2053] sigaction(SIGABRT, 0x00000000, 0xFFBEEFB0) = 0 llseek(0, 0, SEEK_CUR) = 0 sigaction(SIGABRT, 0xFFBEEE80, 0xFFBEEF00) = 0 sigprocmask(SIG_UNBLOCK, 0xFFBEEF30, 0x00000000) = 0 getpid() = 22241 [21295] kill(22241, SIGABRT) = 0 Received signal #6, SIGABRT [default] siginfo: SIGABRT pid=22241 uid=0 *** process killed *** In samba I have all op locks options turn...
2005 Jul 12
1
problem mounting ocfs2: heartbeat
When attempting to mount the OCFS2 file system I'm getting the following error message: ocfs2_hb_ctl: Internal logic failure while starting heartbeat mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" I followed the steps given in the users_guide: modprobe ocfs2_dlmfs mount -t configfs none /config mount -t ocfs2_dlmfs none /dlm o2cb_ctl
2008 Nov 06
2
Compilation of 1.1.6 fails on HP-UX 11.31
Hi, $ uname -srv HP-UX B.11.31 U $ cc --version cc: HP C/aC++ B3910B A.06.20 [May 13 2008] Compilation fails, output of configure and make are given below. The cause of this is almost certainly that this version of HP-UX does define the QCMD macro in sys/quota.h (checked in the ifdef line 26 dovecot-1.1.6/src/plugins/quota/quota-fs.h) as well as the dqblk struct, but the latter with different
2019 Nov 02
2
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
Hi, I got this simple test Sieve config: ############################################# # Sieve Filter # Generated by Ingo (http://www.horde.org/apps/ingo/) (11/01/2019, 10:46:06 PM) # Forwards if true { redirect "krustev at krustev.net"; } # Forward Keep Action if true { keep; stop; } ############################################# Which used to work fine with: # 2.2.27
2016 Feb 16
0
[PATCH] fish: reset the console on ^Z RHBZ#1213844
...m terminal */ + rl_free_line_state (); + rl_cleanup_after_signal (); +#endif + + /* Reset terminal color */ +#define RESETCOLOR "\033[0m" + printf (RESETCOLOR); + fflush (stdout); + + /* Unblock SIGTSTP. */ + sigemptyset (&set); + sigaddset (&set, SIGTSTP); + sigprocmask (SIG_UNBLOCK, &set, NULL); + + restore_stophandler (); + + /* Stop ourselves. */ + kill (0, SIGTSTP); + + /* Now we're stopped ... */ + + /* Reset the curses SIGTSTP signal handler. */ + set_stophandler (); + +#ifdef HAVE_LIBREADLINE + /* Restore readline state */ + rl_reset_after_signal (); +#e...
1998 May 14
1
R-beta: ctrl-c
A non-text attachment was scrubbed... Name: not available Type: text Size: 668 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980514/af07cf17/attachment.pl