Displaying 9 results from an estimated 9 matches for "si_us".
Did you mean:
sinus
2015 Jun 21
3
dovecot auth using 100% CPU
...L}, [2]) = 0
0.000043 epoll_ctl(15, EPOLL_CTL_ADD, 19, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=850618928, u64=140128453618224}}) = 0
0.000040 write(19, "VERSION\tauth-worker\t1\t0\nDBHASH\t5"..., 97) = -1 EPIPE (Broken pipe)
0.000035 --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=17956, si_uid=108} ---
0.000020 epoll_wait(15, {{EPOLLIN|EPOLLHUP, {u32=850618928, u64=140128453618224}}}, 14, 12614) = 1
0.000031 read(19, "", 8192) = 0
0.000026 epoll_ctl(15, EPOLL_CTL_DEL, 19, 7fff77616870) = 0
0.000027 close(19) = 0...
2015 Jun 21
0
dovecot auth using 100% CPU
...3 epoll_ctl(15, EPOLL_CTL_ADD, 19,
> {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=850618928,
> u64=140128453618224}}) = 0
> 0.000040 write(19, "VERSION\tauth-worker\t1\t0\nDBHASH\t5"..., 97)
> = -1 EPIPE (Broken pipe)
> 0.000035 --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER,
> si_pid=17956, si_uid=108} ---
> 0.000020 epoll_wait(15, {{EPOLLIN|EPOLLHUP, {u32=850618928,
> u64=140128453618224}}}, 14, 12614) = 1
> 0.000031 read(19, "", 8192) = 0
> 0.000026 epoll_ctl(15, EPOLL_CTL_DEL, 19, 7fff77616870) = 0
> 0.000027...
2009 Apr 06
0
conflict name of si_code on NetBSD
...ot-1.2.rc2/src/lib/lib-signals.c Mon Apr 6 12:45:42 2009
***************
*** 27,36 ****
static bool signals_initialized = FALSE;
static struct io *io_sig = NULL;
! const char *lib_signal_code_to_str(int signo, int si_code)
{
/* common */
! switch (si_code) {
case SI_USER:
return "kill";
#ifdef SI_KERNEL
--- 27,36 ----
static bool signals_initialized = FALSE;
static struct io *io_sig = NULL;
! const char *lib_signal_code_to_str(int signo, int sicode)
{
/* common */
! switch (sicode) {
case SI_USER:...
2016 Sep 27
10
[Bug 2619] New: infinite loop, 100% cpu use in ssh if ^Z is pressed at password prompt
https://bugzilla.mindrot.org/show_bug.cgi?id=2619
Bug ID: 2619
Summary: infinite loop, 100% cpu use in ssh if ^Z is pressed at
password prompt
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2018 Mar 30
1
Issue with a bug with imap-login
...3563 setsockopt(20<UNIX:[1401334->1401333]>, SOL_TCP, TCP_CORK, [1], 4) = -1 EOPNOTSUPP (Operation not supported)
263563 write(20<UNIX:[1401334->1401333]>, "* BYE Logging out\r\n? OK Logout c"..., 43) = -1 EPIPE (Broken pipe)
263563 --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=263563, si_uid=994} ---
263563 epoll_ctl(14<anon_inode:[eventpoll]>, EPOLL_CTL_DEL, 20<UNIX:[1401334->1401333]>, 0x7ffcd4f4f2e0) = 0
263563 close(20<UNIX:[1401334->1401333]>) = 0
263563 epoll_ctl(14<anon_inode:[eventpoll]>, EPOLL_CTL_DEL, 17<UNIX:[1347141-...
2016 Jun 28
2
Fwd: rsync seem to be broken on sparc64
-------- Original Message --------
Subject: rsync seem to be broken on sparc64
Date: 2016-06-27 23:43
From: alexmcwhirter at triadic.us
To: debian-sparc at lists.debian.org
I posted about this in the kernel lists a few months ago to no avail. I
see it on gentoo as well with any kernel newer than 3.18. I came across
this when using lxc on sparc64. The debian template uses rsync to move
the
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:
2018 Jan 22
3
What does this mean? select(1, [0], , NULL, {60, 0}) = 0 (Timeout)
I have been having broken pipe messages for a while. I think since a
network architecture change. But I am not sure because I have not been
monitoring the errors closely before. I added this
(https://rsync.samba.org/issues.html) rsync-debug.sh script with strace
of 100. But I have no idea how to interper this output.
I guess between 00:55:41 and 03:06:47 nothing is happening? And then
some
2016 Jul 02
3
Winbind process stuck at 100% after changing use_mmap to no
On 01/07/16 19:28, Jeremy Allison wrote:
> On Fri, Jul 01, 2016 at 10:00:21AM +0100, Alex Crow wrote:
>> Hi,
>>
>> We've had a strange issue after following the recommendations at
>> https://wiki.samba.org/index.php/Ping_pong, particularly the part
>> about mmap coherence. We are running CTDB/Samba over a MooseFS
>> clustered FS, and we'd not done the