similar to: auth(default) :Aborted: Worker is buggy

Displaying 20 results from an estimated 300 matches similar to: "auth(default) :Aborted: Worker is buggy"

2009 Nov 18
1
configurable sieve_max_redirects
Witam Sieve implementation in dovecot 1.2 have hard-coded limit for max redirect: SIEVE_DEFAULT_MAX_REDIRECTS 4. I have to rise this to much higher value, e.g. 64. Is there possibility to do this another way than recompiling source? Maybe adding an option to dovecot.conf in plugin section will be a good idea. -- Pozdrowienia Maciej Polewczynski Registered Linux user #117725 OGICOM Sp.
2009 Aug 20
2
Aborted: Worker is buggy
I upgraded from 1.1 to 1.2 a couple months ago and now we are seeing this: Aug 20 05:34:38 kelly dovecot: auth(default): auth workers: Auth request was queued for 7 seconds, 10 left in queue ... Aug 20 05:34:38 kelly dovecot: auth(default): BUG: Worker sent reply with id 53, expected 54 Aug 20 05:34:38 kelly dovecot: auth(default): worker-server(xxx at example.com,dd.dd.dd.dd): Aborted: Worker
2020 Feb 08
0
mail_filter plugin: failed: EOF without input (Gedalya)
I just modified mail-filter-out.sh like this: cat  mail-filter-out.sh   #!/bin/sh   USER=$1   cat > /tmp/tempfile   cat /tmp/tempfile cat  /tmp/tempfile This message is in MIME format. --nsmail-7bjyg3nr5o-7bmibqhut9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: base64
2018 Dec 07
1
SMB2 leases slowing down shared access to files
Hi, we recently updated to Samba 4.9.2 (running on a Solaris 10 server). All our client machines are Windows 7 PCs. Since then however, we noticed that if one client opens an executable from a share and somebody else tries to copy that folder to their local PC, it takes an incredibly long time; Sometimes it doesn't work at all. Also, if somebody has an .xlsx-File open, other people have to
2004 Aug 31
0
[Fwd: Whitepaper about the new security features in RHEL3 U3]
http://www.redhat.com/f/pdf/rhel/WHP0006US_Execshield.pdf -------- Original Message -------- Subject: Whitepaper about the new security features in RHEL3 U3 Date: Tue, 31 Aug 2004 09:54:15 +0200 From: Arjan van de Ven <arjanv at redhat.com> Reply-To: Discussion of Red Hat Enterprise Linux 3 (Taroon) <taroon-list at redhat.com> To: taroon-list at redhat.com Hi, with the beta of
2007 Oct 02
2
Buggy SATA detection w/CentOS5 + Intel H6300ESB?
I've been handed a Supermicro system that is using the Intel? H6300ESB Serial ATA Controller (Supermicro P4SCI motherboard). When I install CentOS5, everything seems to work OK, but it has absolutely horrid disk performance. Upon further inspection, it seems that the SATA disks are being treated as legacy IDE devices using PIO. Gah.... Has anyone else had this problem? I recall having
2010 Oct 04
0
Sins of a solar empire buggy since kernel update
Greetings, i'm using Ubuntu 10.4 and the game used to run almost perfectly for me on wine installed from the 1.1.42-0ubuntu4+winepulse0.36~ppa1 package. However, after doing an update of the kernel of my OS something odd happened. The game starts, sound works and using the menus seem to be working as well, however the screen stays black. (I clicked around a bit blindly since i knew where the
2011 Apr 08
1
Wine ALSA underruns and buggy audio.
Hi WineHQ, I have a problem with my ALSA sound device, the problem is this. When I play a game, more specifically Touhou 12.3, when I play alsa tells me there are Underruns and the sound starts to granulate and convert into noise, then the music stops and starts again. It always says PCM underrun ocurred. it occurs with many other games too. I suspect is my ALSA configuration.
2006 Sep 25
2
[Bug 1237] Behaviour of openssh with pam_tally is very buggy
http://bugzilla.mindrot.org/show_bug.cgi?id=1237 Summary: Behaviour of openssh with pam_tally is very buggy Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: bitbucket at mindrot.org
2002 Jul 26
1
libvorbis-1.0 patch for Solaris 5.8 buggy libc qsort.
Solaris 5.8 has a quirky qsort that requires the ability to recognize elements as equal. here is a patch I have created to deal w/ this problem. I apologize if the patch is in the wrong format and would love to be corrected if wrong. I used the following to create the patch libvorbis-1.0> diff -u lib/psy.c lib/psy_new.c > libv.patch <p><p><p><p> --------------
2011 Jul 04
2
Buggy Starcraft Broodwar sound after Ubuntu update
After I updated Ubuntu to 11.04, Starcraft Broodwar sound is buggy. It is delayed and sometimes it is not reproduced at all, for example at the start. With Ubuntu 10.10 I had no problem. Any ideas?
2012 Jun 06
1
page_list_splice() seems buggy (4.1.2)
Hello, It looks like page_list_splice(list, head) in include/xen/mm.h is buggy. (4.1.2) After calling it, head->next.prev incorrectly points to the old first page, when it really should point to null (i.e., PAGE_LIST_NULL). The ''head'' list becomes inconsistent and the system will crash later when you pop items out from the list. (usually fatal page fault) . To patch this
2011 Oct 16
0
xen-utils-common buggy in squeeze: The script hotplugpath.sh is missing in /etc/xen/scripts
Hi, today I've lost few hours tracking down why the hell a brand new Debian Squeeze with Xen 4.0 wasn't starting up HVM instance and finally I found this bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591456 Despite it have been fixed in sid more than six months ago, Squeeze still contain this high priority bug. It's expected to get an update in stable or we should
2012 Jun 14
1
Problem with buggy Dell Latitude BIOS
Hello List, the most recent BIOS (A13) for the Dell Latitude E6520 has problems - gpxelinux (4.05) cannot load larger initrd (or memdisk images) with this BIOS and fails with "Not enough memory to load specified image". This results in a few of our boot images (most importantly the Backup Rescue image (and parted magix pxe version)) failing. A12 BIOS works okay. So at the moment we
2014 Nov 13
0
[PATCH 2/2] virtio-net: fix buggy features advertised by host
This patch tries to detect the possible buggy features advertised by host and fix them. One example is current booting virtio-net with only ctrl_vq disabled, qemu may still advertise many features which depends it. This will trigger several BUG()s in virtnet_send_command(). This patch utilizes the fix_features() method, and disable all features that depends on ctrl_vq if it was not advertised.
2014 Nov 13
0
[PATCH 2/2] virtio-net: fix buggy features advertised by host
This patch tries to detect the possible buggy features advertised by host and fix them. One example is booting virtio-net with only ctrl_vq disabled, qemu may still advertise many features which depends on it. This will trigger several BUG()s in virtnet_send_command(). This patch utilizes the fix_features() method, and disables all features that depends on ctrl_vq if it was not advertised. This
2014 Nov 13
0
[PATCH 2/2] virtio-net: fix buggy features advertised by host
This patch tries to detect the possible buggy features advertised by host and fix them. One example is current booting virtio-net with only ctrl_vq disabled, qemu may still advertise many features which depends it. This will trigger several BUG()s in virtnet_send_command(). This patch utilizes the fix_features() method, and disable all features that depends on ctrl_vq if it was not advertised.
2009 Aug 20
3
[LLVMdev] Buggy assertion in APFloat::convertFromHexadecimalString
Hello. When running clang in Debug mode, I am getting an assertion failure when parsing the following line: float ko = 0x1.1p0; Apparently, the recent changes in the use of StringRef haven't been propagated to all places. Please find attached the trivial patch. Cheers, Enea Zaffanella. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2009 Aug 20
0
[LLVMdev] Buggy assertion in APFloat::convertFromHexadecimalString
Fixed in r79450, along with an additional one of the same nature. Thanks, - Daniel On Thu, Aug 20, 2009 at 7:42 AM, Enea Zaffanella<zaffanella at cs.unipr.it> wrote: > Hello. > > When running clang in Debug mode, I am getting an assertion failure when > parsing the following line: > > float ko = 0x1.1p0; > > Apparently, the recent changes in the use of StringRef
2009 Aug 20
1
[LLVMdev] Buggy assertion in APFloat::convertFromHexadecimalString
On Thu, Aug 20, 2009 at 10:13 AM, Daniel Dunbar<daniel at zuster.org> wrote: > Fixed in r79450, along with an additional one of the same nature. > > Thanks, >  - Daniel Thanks Daniel and Enea for finding this! I'm adding a lot more test cases like this to APFloat's unittests so hopefully we won't have any other bugs lying around.