[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

exim



Under Sid, exim is failing with "IPv6 socket creation failed: Invalid
argument" when started via /etc/init.d/exim start or from command line
as follows.

    [root@navel:log]$ exim -d -bd -q5m
    Exim version 3.32 debug level 1 uid=0 gid=0
    Berkeley DB: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
    LOG: 0 PANIC DIE
      IPv6 socket creation failed: Invalid argument

I've noticed this intermittently since August 12.  I believe an
associated procmail/fetchmail problem may be related.  Hmm...looks like
the '-bd' flag may be doing it.  This was a recent /etc/init.d/exim
change.  My old exim SysV init file doesn't have this flag.

Anyone else seeing same? 

Package info?

    Package: exim
    Status: install ok installed
    Version: 3.32-1

exim strace output follows, arguments: 

    strace exim -d -bd -q5m

------------------------------------------------------------------------
read(3, "# /etc/services:\n# $Id: services"..., 4096) = 4096
close(3)                                = 0
munmap(0x40016000, 4096)                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(3, {sin_family=AF_INET, sin_port=htons(25), sin_addr=inet_addr("0.0.0.0")}}, 16) = 0
socket(PF_INET6, SOCK_STREAM, 0)        = -1 ENOSYS (Function not implemented)
socket(PF_INET6, SOCK_STREAM, 0)        = -1 ENOSYS (Function not implemented)
socket(PF_INET6, SOCK_STREAM, 0)        = -1 EINVAL (Invalid argument)
write(2, "LOG: 0 PANIC DIE\n  IPv6 socket c"..., 65LOG: 0 PANIC DIE
  IPv6 socket creation failed: Invalid argument
) = 65
time(NULL)                              = 997933913
open("/etc/localtime", O_RDONLY)        = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1017, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
read(4, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0"..., 4096) = 1017
close(4)                                = 0
munmap(0x40016000, 4096)                = 0
open("/var/log/exim/paniclog", O_WRONLY|O_APPEND) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
write(4, "2001-08-15 20:51:53 IPv6 socket "..., 66) = 66
close(4)                                = 0
_exit(1)    
------------------------------------------------------------------------

-- 
Karsten M. Self <kmself@ix.netcom.com>          http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?             There is no K5 cabal
  http://gestalt-system.sourceforge.net/               http://www.kuro5hin.org
   Free Dmitry! Boycott Adobe! Repeal the DMCA!    http://www.freesklyarov.org
Geek for Hire                        http://kmself.home.netcom.com/resume.html

Attachment: pgpNS1uLLYrq_.pgp
Description: PGP signature


Reply to: