similar to: PATCH Deliver forgets sendmail_path if DEBUG is set

Displaying 20 results from an estimated 60 matches similar to: "PATCH Deliver forgets sendmail_path if DEBUG is set"

2011 Jun 26
2
Default sendmail_path value
It appears the documentation of this parameter is inconsistent with the documentation: > grep -nF /sendmail `gfind src -type f` src/lib-lda/lda-settings.c:41: .sendmail_path = "/usr/sbin/sendmail", src/config/all-settings.c:732: .sendmail_path = "/usr/sbin/sendmail", (and doc/example-config/conf.d/15-lda.conf is also consistent with this) but the
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a small Sieve script that tries to use vacation that segfaults. The script is the one from http://wiki.dovecot.org/LDA/Sieve. When I change the email address (I changed the local part into "skai"), hence, vacation is skipped, the mail is delivered without any problem. ==== script start require ["fileinto",
2007 Feb 20
3
rc22 segv when over quota
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I just pulled and built version 1.0.rc22 root at ux-2s11-9:/mnt/mailcache/dvtest/MailDir# dovecot -n # /usr/local/etc/dovecot.conf log_path: /var/tmp/dovecot.log info_log_path: /var/tmp/dovecot.info ssl_disable: yes disable_plaintext_auth: no verbose_ssl: yes login_dir: /usr/local/var/run/dovecot/login login_executable:
2007 Feb 21
1
segv when Mailbox is in inconsistent state, please relogin.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, for testing I have different filesystems on various block devices, which I mount on /mnt/mailcache as needed; however, the indexes and caches are located on /var/cache, hence, they get out of sync easily. No offense. Hoever, the web page (http://dovecot.org/bugreport.html) states that every signal 11 is a bug and will be fixed, so here it
2007 Mar 07
1
Changed CONTROL= path causes POP3 to fail, whereas IMAP is working (rc25 & rc26)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm testing some configurations, in the process I used a wrong user setting causing POP3 (get new messages) to fail, whereas IMAP was still working. An easy fix was to remove the entire /var/cache/dovecot/1012/ directory, both index and index/control were re-created and do work. So my guess is that the existance of the indexes causes
2019 Oct 15
0
[PATCH 4/5] virtiofs: Count pending forgets as in_flight forgets
If virtqueue is full, we put forget requests on a list and these forgets are dispatched later using a worker. As of now we don't count these forgets in fsvq->in_flight variable. This means when queue is being drained, we have to have special logic to first drain these pending requests and then wait for fsvq->in_flight to go to zero. By counting pending forgets in fsvq->in_flight, we
2001 Feb 28
0
Half-Life forgets settings
Hi all, I got Half-Life installed successfully (yeah! :) and I can launch it, too. Next I set up some settings, e.g. cd key, video mode etc. But HL doesn't save these values. Next time I start HL, I'm asked again for the cd key etc. I think that's a problem with the registry. But I don't know which trees to edit to save this stuff. Any hints? Thanks, Tilman
2006 Oct 31
0
6423046 zfs_ereport_post() forgets terminating NULL for fm_payload_set()
Author: eschrock Repository: /hg/zfs-crypto/gate Revision: 6dce8c491b72566c24d3925e3cbce4a0937950c7 Log message: 6423046 zfs_ereport_post() forgets terminating NULL for fm_payload_set() Files: update: usr/src/uts/common/fs/zfs/zfs_fm.c
2004 Aug 09
2
syslinux 2.10 - boot floppy forgets the boot parameters
Hi, I suspect this bug has already been reported, but here it is just in case: the bootable floppies I produced with syslinux 2.10 (just by running 'syslinux /dev/fd0') are not able to 'remember' the parameters I pass at the boot prompt. Namely, to boot a USB pen from one of my floppies I pass something like boot: MoviX MEDIA=usb (where MoviX is the boot label) but the usb boot
2008 Jul 10
0
[LLVMdev] InstructionCombining forgets alignment of globals
I think I found it. In InstCombiner::ComputeMaskedBits we have the following lines: if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { unsigned Align = GV->getAlignment(); if (Align == 0 && TD && GV->getType()->getElementType()->isSized()) Align = TD->getPrefTypeAlignment(GV->getType()->getElementType()); It assumes that global
2008 Jul 10
2
[LLVMdev] InstructionCombining forgets alignment of globals
Hi Nicolas, > if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { > > unsigned Align = GV->getAlignment(); > > if (Align == 0 && TD && GV->getType()->getElementType()->isSized()) > > Align = TD->getPrefTypeAlignment(GV->getType()->getElementType()); > > It assumes that global values are always optimally
2008 Jul 10
0
[LLVMdev] InstructionCombining forgets alignment of globals
Hi Duncan, I see. I didn't know GlobalValue had a method for changing the alignment (and that 0 meant natural alignment). Explicitly calling setAlignment works like a charm. So it's not an LLVM bug. Thanks, Nicolas -----Original Message----- From: Duncan Sands [mailto:baldrick at free.fr] Sent: Thursday, 10 July, 2008 14:41 To: llvmdev at cs.uiuc.edu Cc: Nicolas Capens Subject: Re:
2008 Jul 10
1
[LLVMdev] InstructionCombining forgets alignment of globals
On Thursday 10 July 2008 07:46, Nicolas Capens wrote: > Hi Duncan, > > I see. I didn't know GlobalValue had a method for changing the alignment > (and that 0 meant natural alignment). Explicitly calling setAlignment works > like a charm. Nicolas, Where are you explicitly calling setAlignment? From llvm-gcc code? -Dave
2015 Jul 06
2
Centos 7 Server Forgets IPv6 Address On Reboot
My Centos 7 server has started to forget its IPv6 address on a reboot. This causes problems with services being unable to start up. It's easy enough to fix each time (ip addr add ...), but it would be nice to be able to convince it to retain that information. Presumably, there's a file somewhere under /etc/sysconfig that should contain this information - does anyone know where it should
2010 Aug 31
2
configure forgets to add -lgcc_s under Solaris 10
Hi all! I built dovecot-1.2.14 on Solaris 10 with gcc as well as cc and had reproducible crashes of imap-login: Aug 31 19:00:05 dovecot: Info: Dovecot v1.2.14 starting up Aug 31 19:00:10 imap-login: Info: Login: user=<someuser>, method=PLAIN, rip=<remote_ip>, lip=<local_ip> Aug 31 19:00:10 IMAP(someuser): Error: ld.so.1: imap: fatal: libgcc_s.so.1: open failed: No such file
2005 Mar 28
1
[BUG] Samba 3.0.11: nmbd forgets to close stderr
To start all the daemons in my Linuxes I use the code like: errtext=`daemon 2>&1` if [ $? -ne 0 ]; do smth. with errtext too... And this used to work for Samba as well. But for 3.0.11 (and very probably not only for this release) this code doesn't work for nmbd: `nmbd 2>&1` freezes forever. But the daemon is started and works at the same time. And the shell
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432 Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php" Product: rsync Version: 2.6.6 Platform: x86 URL: http://pto.linux.dk/albackup.tgz OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core
1999 Mar 31
1
NT PDC forgets it's the domain master browser!
On 31 Mar 99, Jim Watt <jimw@pe-nelson.com> had questions about NT PDC forgets it's the domain master browser! Why???: [snip] > For about a week after the PDC is rebooted, everything is fine. > Clients on both networks can see all the machines in the domain, > indicating that Samba and the PDC are synchronizing browse > lists. Eventually, in the nmbd log, errors like
2000 Sep 21
1
"[.data.frame" forgets about "AsIs" (PR#665)
Short example: > str(d <- data.frame(a = I(letters[1:5]))) `data.frame': 5 obs. of 1 variable: $ a:Class 'AsIs' chr [1:5] "a" "b" "c" "d" ... > str(d[TRUE,,drop = FALSE]) `data.frame': 5 obs. of 1 variable: $ a: chr "a" "b" "c" "d" ... The real problem about this is, that as soon
2002 Aug 22
2
NT4 WINS Server forgets samba servers
Hi, I do not know whether this is a samba problem or an NT feature, but it seems only to occur with samba boxes, so it could be samba's fault: The NT PDC (moritz) runs also the WINS server. It regularly forgets the IP addresses of our samba servers: # nmblookup -U moritz -R hni-gate querying hni-gate on 131.234.166.19 name_query failed to find name hni-gate I then just have to stop and