similar to: periodic problems with dovecot-1.0rc19 (No authentication sockets found)

Displaying 20 results from an estimated 2000 matches similar to: "periodic problems with dovecot-1.0rc19 (No authentication sockets found)"

2008 Jul 22
4
"sleeping without queue" ?
Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k (tcsh is used by OOo's build-script). What is this "sleeping without queue" state, and why is process in it for so long? This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is currently in use and
2007 Dec 17
3
FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825
Whenever I try to access an e-mail in the middle (rather than at the end) of the mailbox, my mail-client (KMail) gets an error a message like this is logged in the maillog: IMAP(mi): FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825 IMAP(mi): Disconnected: Disconnected The actual numbers vary, but it is always X vs X+2 The problem started when I upgraded to 1.0.8.
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello! A machine I manage remotely for a friend comes under a distributed ssh break-in attack every once in a while. Annoyed (and alarmed) by the messages like: Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180 Aug 12
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello! A machine I manage remotely for a friend comes under a distributed ssh break-in attack every once in a while. Annoyed (and alarmed) by the messages like: Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180 Aug 12
2008 Nov 12
2
dlopen-ing a library with OpenMP by a non-OpenMP process
Hello! Currently, when a program built without OpenMP (-fopenmp) is trying to dlopen a library, built with the feature, the result is a crash from "bad system call": #0 0x00000008009a223c in ksem_init () from /lib/libc.so.7 #1 0x0000000800998a8f in sem_init () from /lib/libc.so.7 #2 0x00000008011a6537 in omp_get_nested () from /usr/lib/libgomp.so.1 #3
2016 Sep 08
3
DNF update
On Wed, 2016-09-07 at 23:40 +0000, Joseph L. Casale wrote: > > I think it should be called YUM. > https://fedoraproject.org/wiki/Features/DNF#Naming > DNF stands for Dandified yum. Since DNF is a tech preview > in Fedora 18 the Python module names can not be 'yum.*' as > that would clash with yum itself. In any single version of Centos there is only one YUM. Having
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
Hello! I was trying to build OpenOffice using all of my 4 CPUs. To be able to do other work on the machine comfortably, I ran the build under nice, and assigned real-time priority to the two Xorg processes. The build started at about 23:10 last night, and hung at 23:46. The procstat output for the make's process group is: PID PPID PGID SID TSID THR LOGIN WCHAN EMUL
2003 Jul 16
1
Weird PXE calling convention question
Hi, I am mucking around with the pxelinux code for S&G's and I have a generic question about the pxe calling convention: Does the parameter structure and opcode HAVE to be passed onto the stack the PXE BIOS passed in when the pxelinux binary is executed at 0:7C00? The PXE spec says: "SS:SP is to contain the address of the beginning of the unused portion of the PXE services
2006 Nov 14
4
Catching a list of variables with a Controller
Hi All, I have been learning some ruby and some Camping at the same time by implementing a little webapp to track expenses (one man''s blog...) that includes the ability to tag entries with 1 or more tags. I wanted to offer the possibility to narrow the view of expenses by adding tags to a filter (this works) and I also wanted this filter to be reflected in the URL. Like so: normal URL:
2015 Oct 06
2
SRET consistency between declaration and call site
On Oct 6, 2015, at 4:33 PM, Reid Kleckner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Tue, Oct 6, 2015 at 1:21 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Can you give an example of where it would trigger in LTO and when should > not? > > You could imagine that __muldc3 might be
2005 Jan 29
1
Cyrus IMAP crashes after reading /etc/krb5.conf
Hello! I'm trying to configure a freshly built mail/cyrus-imapd22 to work and authenticate accounts -- Kerberos and plain text. The GSSAPI authentication works already. After doing kinit, I can do ``imtest -m GSSAPI hostname'' and it succeeds. Now I'm trying to login with plain text (over SSL). Cyrus' imapd keeps crashing from SIGBUS. According to ktrace, this happens
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable] ???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????: > ? ? You might be doing just writes to the mmap()'d memory, but the system > ? ? doesn't know that. Actually, it does. The program tells it, that I don't care to read, what's currently there, by specifying the PROT_READ flag only. > ? ? The moment you touch any mmap()'d
2016 Oct 10
2
AGI: How to break out of AGI when stream_file escape_digits are detected in middle of long sequence of files?
For reasons best known to myself, I call a python agi (PYST2 - love it!) which streams a series of very short files in quick succession. Like this: escape_digits = str("0") agi.stream_file(promptFile,escape_digits) and this is what I see on the AGI debug: <Local/s at root-00000061;2>AGI Tx >> 200 result=0 endpos=6784 <Local/s at root-00000061;2>AGI Rx <<
2006 Nov 22
1
Peepcode REST podcast. ..didn't anybody get it ?
And if so, I''m going a bit bonkers here and need to watch it again, but if I remember correctly, scaffold_resource generator was used, but for nested resources the show and index were removed from the controller ? Is this correct as far as what happened in the demonstration and if so is it correct as far as rest goes ? TIA Stuart -- http://en.wikipedia.org/wiki/Dark_ambient
2005 Aug 04
1
Asterisk Voice Mail Server and older Executone PBX..can it be done?
Does anyone have experience with melding Asterisk with an older Executone PBX? I have a client whose existing voicemail server(repartee) has become bonkers and we need to stick a VM system in there asap. I thought asterisk would be a good thing to use. Does anyone have experience with the older Executone PBX's and asterisk? Any caveats, any tips, any things I should be aware of? Thanks,
2009 Nov 23
1
virt-manager issues?
Hi, A short while ago I renamed two VMs by shutting them down, lvrenaming the storage devices and adjusting the storage path and vm name using "virsh edit". This works fine so far and "virsh list" shows them correctly however virt-manager has gone bonkers and still shows them with the old names and alternating between the status "Shutoff" and "Running"
2016 May 11
2
access to files continues after removing user from group
Hi Jeremy, > The kernel checks the token attached to the process > at the time the process accesses the filesystem/resource. > > This is how OS'es work. It's how they *all* work. > > What you're complaining about is that changes to > the database that is used to create the process > token doesn't dynamically update running process > tokens. > >
2007 Oct 19
7
Receptionists Phone suggestions? (Not Snom370)
Does anyone have any suggestions for a decent receptionists phone? Aastra? Grandstream? Something with (potentially) lots of BLFs, large(ish) screen, headset and most importantly the ability to transfer calls? I've installed five Snom 370s that seemed ideal but my client is very very unhappy as the Snom 370 can't transfer a call correctly if there's another call coming in (details
2018 Jan 30
4
Best practices in developing package: From a single file
Mehmet, That is a loaded topic, not unlikely other topics preoccupying us these days. There is package.skeleton() in base R as you already mentioned. It drove me bonkers that it creates packages which then fail R CMD check, so I wrote a wrapper package (pkgKitten) with another helper function (kitten()) which calls the base R helper and then cleans up it---but otherwise remains faithful to it.
2009 Aug 20
0
[LLVMdev] LLVM asserts
On Aug 20, 2009, at 7:36 AM, David Greene wrote: > On Wednesday 19 August 2009 18:17, Chris Lattner wrote: > >>> But asserts and aborts don't go through that, right? What's >>> needed is >>> a way to get those assert and abort messages out to other compiler >>> components so they have a chance to report them nicely to the user. >>