search for: epoll_cr

Displaying 20 results from an estimated 41 matches for "epoll_cr".

Did you mean: epoll_ctl
2008 Dec 29
3
odd epoll() errors
>From my log: Dec 29 16:43:58 postamt dovecot: Dovecot v1.1.7 starting up Dec 29 16:43:59 postamt dovecot: Fatal: imap-login: epoll_create(): Too many open files Dec 29 16:43:59 postamt dovecot: Temporary failure in creating login processes, slowing down for now Dec 29 16:43:59 postamt dovecot: Fatal: imap-login: epoll_create(): Too many open files Dec 29 16:43:59 postamt dovecot: Fatal: pop3-login: epoll_create(): Too many open f...
2017 Dec 12
1
MIT Kerberos suddenly stopping
Hello, I'm using samba 4.7.3 to run an AD and I'm currently having issues with the MIT kerberos because it stops some time after starting (and apparently working correctly) without logging nothing out of the ordinary. My setup has 2 DC: one in an ubuntu 12.04 with version 4.1.9 (which we're migrating from) and the one I mentioned in CentOS 7 (which will be the only DC in the future).
2005 Feb 21
2
Execution of WineTools with Wine version 20041201 on RedHat 9
...es/: No such file or directory rm: cannot lstat `/home/andrew/.wine/dosdevices/f:': No such file or directory no wine directory found... trying to create one wine: creating configuration directory '/home/andrew/.wine'... /usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference wine: wineprefixcreate failed while creating '/home/andrew/.wine'. /usr/local/bin/wt: line 16: /usr/local/winetools/Xdialog: No such file or directory Wine wine: creating configuration directory '/home/andre...
2005 Feb 24
1
[Fwd: Re: Execution of WineTools with Wine version 20041201 on RedHat 9]
...detect anything wrong with GLIBC from the stuff below? Best regards, Andrew Drive C: is /home/andrew/.wine/drive_c, links will be made for c fake_windows waiting for wineservers to exit... all wineservers endet after 0 seconds... /usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference detecting Wine version... done. Drive C: is /home/andrew/.wine/drive_c Wine 0 wine is executed as wine Parameters are Choice is Read Intro again Choice is Control Center /usr/bin/wineserver: relocation error: /usr/bin/w...
2004 Oct 07
0
[PATCH] add missing error check in epoll code
Hello, this patch adds missing epoll_create() error check. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpX /usr/share/dontdiff dovecot-1.0-test46.vanilla/src/lib/ioloop-epoll.c dovecot-1.0-te...
2009 Nov 29
1
Can't start dovecot from heartbeat
I get the following error: Fatal: epoll_create(): Too many open files (you may need to increase /proc/sys/fs/epoll/max_user_instances) Works fine if I start it by hand, I'm guessing it has to due with the environment heart starts it in? My first thought was to do exactly what the message suggests, but my kernel doesn't appear to d...
2004 Dec 27
3
Newbie
I'm very new to wine, like Saturday to be exact. Any way, I'm having difficulty with configuration. Is there a nice online guide that explains the config file. Further, I'm having trouble getting wine to tell installer programs that it is at least win98se, as a great many programs fail to install. I will RTFM if someone points me to it. Thanks, TMS III
2019 Mar 08
1
Dovecot v2.3.5 released
On 7.3.2019 23.37, A. Schulze via dovecot wrote: > > Am 07.03.19 um 17:33 schrieb Aki Tuomi via dovecot: > >>> test-http-client-errors.c:2989: Assert failed: FALSE >>> connection timed out ................................................. : FAILED > Hello Aki, > >> Are you running with valgrind or on really slow system? > I'm not aware my buildsystem
2006 Jun 24
6
1.0 RC1 status #2
I've done several fixes since my original RC1 status mail. Most importantly I noticed that SEARCH command has been somewhat broken for a long time if the search condition contained OR or NOT conditions. Then again fixing that caused Dovecot to assert-crash for some searches. That should be fixed now. Hopefully I didn't break the SEARCH in other ways while doing this.. So, again, please
2019 Oct 24
3
winbind : suspend nightmare
On Wed, 2019-10-23 at 22:21 -0700, Jeremy Allison wrote: > On Wed, Oct 23, 2019 at 11:58:33PM +0000, Jon Gerdes wrote: > > winbind has a concept of offline and online but I don't know what > > that > > is, nor how nss works with it. I've tried using smbcontrol to tell > > winbind it is offline or online but that does not seem to work. > > Restarting
2004 Aug 30
0
[PATCH] [RFC] epoll based ioloop handler (now with patch)
...configure.in 2004-08-25 19:37:47.000000000 +0400 @@ -265,10 +265,14 @@ AC_CHECK_FUNCS(fcntl flock lockf inet_at dnl * poll/select? -AC_CHECK_FUNC(poll, [ - AC_DEFINE(IOLOOP_POLL,, Implement I/O loop with poll()) -], [ - AC_DEFINE(IOLOOP_SELECT,, Implement I/O loop with select()) +AC_CHECK_FUNC(epoll_create, [ + AC_DEFINE(IOLOOP_EPOLL,, Implement I/O loop with Linux 2.6 epoll()) + ], [ + AC_CHECK_FUNC(poll, [ + AC_DEFINE(IOLOOP_POLL,, Implement I/O loop with poll()) + ], [ + AC_DEFINE(IOLOOP_SELECT,, Implement I/O loop with select()) + ]) ]) dnl * dnotify? diff -urpNX /usr/share/dontdi...
2019 Nov 02
2
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
..._GETFL) = 0x1 (flags O_WRONLY) 22:55:15.286928 fcntl(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0 22:55:15.286947 fcntl(5, F_GETFD) = 0 22:55:15.286966 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 22:55:15.286985 fcntl(6, F_GETFD) = 0 22:55:15.287003 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 22:55:15.287024 epoll_create(128) = 7 22:55:15.287043 fcntl(7, F_GETFD) = 0 22:55:15.287062 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 22:55:15.287084 epoll_ctl(7, EPOLL_CTL_ADD, 5, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=47201248, u64=94699781110752}}) = 0 ... 22:55:15.294625 epoll_ctl(7, EPOLL_CTL_DEL, 5, 0x7ffd5915...
2019 Nov 02
0
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
...RONLY) > 22:55:15.286928 fcntl(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0 > 22:55:15.286947 fcntl(5, F_GETFD) = 0 > 22:55:15.286966 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 > 22:55:15.286985 fcntl(6, F_GETFD) = 0 > 22:55:15.287003 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 > 22:55:15.287024 epoll_create(128) = 7 > 22:55:15.287043 fcntl(7, F_GETFD) = 0 > 22:55:15.287062 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 > 22:55:15.287084 epoll_ctl(7, EPOLL_CTL_ADD, 5, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=47201248, u64=94699781110752}}) = 0 > ... > 22:55:15.294625 epoll_ctl(7, EPO...
2004 Nov 18
1
wine -v error
While I am using following command on redhat 9.0 professional, personal desktop installation root# wine -v It is giving message like /usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference wine: wineprefixcreate failed while creating '/root/.wine'. What is the solution? Ashok __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com
2018 Nov 29
1
CLDAP using CPU alltime on Samba 4.8.4
...LCK, l_whence=SEEK_SET, l_start=176, l_len=1}) = 0 fcntl(15, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=176, l_len=1}) = 0 fcntl(15, F_SETLKW, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=176, l_len=1}) = 0 fcntl(15, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=176, l_len=1}) = 0 epoll_create(64) = 32 fcntl(32, F_GETFD) = 0 fcntl(32, F_SETFD, FD_CLOEXEC) = 0 getpid() = 19864 epoll_create(64) = 33 fcntl(33, F_GETFD) = 0 fcntl(33, F_SETFD, FD_CLOEXEC)...
2011 Dec 28
1
/usr/lib/dovecot/imap ignores log settings?
...O_NONBLOCK) = 0 fcntl(4, F_GETFL) = 0x1 (flags O_WRONLY) fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0 fcntl(3, F_GETFD) = 0 fcntl(3, F_SETFD, FD_CLOEXEC) = 0 fcntl(4, F_GETFD) = 0 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 epoll_create(128) = 5 fcntl(5, F_GETFD) = 0 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 epoll_ctl(5, EPOLL_CTL_ADD, 3, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=32249584, u64=32249584}}) = 0 rt_sigaction(SIGTERM, {0x7ff03e700160, [], SA_RESTORER|SA_SIGINFO, 0x7ff0...
2005 Feb 22
0
unsucribe
...t lstat `/home/andrew/.wine/dosdevices/f:': No such file or >directory >no wine directory found... trying to create one >wine: creating configuration directory '/home/andrew/.wine'... >/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol >epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with >link time reference >wine: wineprefixcreate failed while creating '/home/andrew/.wine'. >/usr/local/bin/wt: line 16: /usr/local/winetools/Xdialog: No such file >or directory >Wine wine: creating...
2010 Jul 29
3
problem with mail_full_filesystem_access = yes
Hello, I have configured Dovecot 1.2.12 with Postfix 2.6.5 and everything is working fine. But tomorrow I wanted to run IMAP ALCs and from log I found that this plugin is conflicting with parameter mail_full_filesystem_access = yes in my config. But when I set mail_full_filesystem_access = no it stops authorization for postfix with this message: <pasek at valbek.cz>: Command died with
2019 Nov 03
1
Sieve redirect does not collect the sendmail child process correctly (Dovecot 2.3.4.1, Pigeonhole 0.5.4)
...pop-lda 6926 vpop-lda(perl script) -> deliver -> doveconf -> deliver 6927 grep 6928 pwd 6929 sendmail -> qmail-inject 6930 qmail-queue Just before executing sendmail, dovecot-lda is registering a signal handler for SIGCHLD: 22:55:15.294647 epoll_create(128) = 12 22:55:15.294668 fcntl(12, F_GETFD) = 0 22:55:15.294687 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 22:55:15.294708 epoll_ctl(12, EPOLL_CTL_ADD, 5, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP, {u32=47455536, u64=94699781365040}}) = 0 22:55:15.294740 rt_sigaction(SIGCHLD, {sa_handler=0x7f1540...
2013 Nov 13
1
ldb-tools problem
..., SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x3e73a0eca0}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0 brk(0) = 0x4ad2000 brk(0x4af3000) = 0x4af3000 epoll_create(64) = 3 writev(2, [{"ldbsearch", 9}, {": ", 2}, {"symbol lookup error", 19}, {": ", 2}, {"/usr/lib64/libldb.so.0", 22}, {": ", 2}, {"undefined symbol: tevent_set_deb"..., 34}, {"", 0}, {&quo...