amavisd

kosovafan

Well-Known Member
Hallo,

Ich habe ein Problem mit amavisd-new (Maia) bei den ich einfach nicht weiterkomme.

Meldung in der Log
Code:
Mar 19 00:59:31 home postfix/smtp[5577]: E0AF71D0D2: 
to=<root@home.silviosiefke.de>,
orig_to=<root>, relay=127.0.0.1[127.0.0.1]:10024, delay=3570, 
delays=3568/0.04/2.3/0.1,
dsn=4.4.2, status=deferred (lost connection with 127.0.0.1[127.0.0.1] while 
sending RCPT TO)

Nach ein paar Recherchen kam der Gedanke des Perlmodules DBD::Mysql. Aber
auch nach der Neuinstallation legte sich das Problem nicht.

/usr/local/sbin/amavisd debug > http://home.silviosiefke.de/postfix.txt

Ich weiß leider nicht mehr weiter.
Code:
postconf -n
alias_database = hash:/etc/mail/aliases
alias_maps = hash:/etc/mail/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = smtp-amavis:127.0.0.1:10024
daemon_directory = /usr/local/libexec/postfix
home_mailbox = maildir/
html_directory = no
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, home.silviosiefke.de, listen.hserver.info
myhostname = home.silviosiefke.de
mynetworks = 127.0.0.0/8, 192.168.0.0/24
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_recipient_restrictions = permit_mynetworks, 
permit_sasl_authenticated,  reject_non_fqdn_hostname, 
reject_non_fqdn_sender,  reject_non_fqdn_recipient, 
reject_unauth_destination,  reject_unauth_pipelining, 
reject_invalid_hostname,  check_sender_access 
hash:/usr/local/etc/postfix/spam/sender_access  reject_rbl_client 
opm.blitzed.org,  reject_rbl_client list.dsbl.org,  reject_rbl_client 
bl.spamcop.net,  reject_rbl_client sbl-xbl.spamhaus.org
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /usr/local/etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /usr/local/etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /usr/local/etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 0
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/usr/local/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps = 
proxy:mysql:/usr/local/etc/postfix/mysql/mysql_virtual_alias_maps.cf
virtual_create_maildirsize = yes
virtual_gid_maps = static:125
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = 
proxy:mysql:/usr/local/etc/postfix/mysql/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 51200000
virtual_mailbox_limit_maps = 
proxy:mysql:/usr/local/etc/postfix/mysql/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_maps = 
proxy:mysql:/usr/local/etc/postfix/mysql/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 125
virtual_transport = virtual
virtual_uid_maps = static:125

System:
FreeBSD 6.2, Postfix 2.3.8, Maia 1.0.2, Mysql Server 4.1.22, SpamAssassin
3.1.8


Würde mich über Hilfe freuen!


MFG Silvio Siefke
 
Morgen,


Code:
home# telnet localhost 25
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.silviosiefke.de.
Escape character is '^]'.
220 home.silviosiefke.de ESMTP Postfix

Code:
home# telnet localhost 10024
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.silviosiefke.de.
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-maia service ready

Code:
home# telnet localhost 10025
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.silviosiefke.de.
Escape character is '^]'.
220 home.silviosiefke.de ESMTP Postfix

Das läuft alles.
master.cf
Code:
smtp      inet  n       -       n       -       -       smtpd
smtp-amavis unix -      -       n       -       4  	 smtp
  -o smtp_data_done_timeout=1200
  -o disable_dns_lookups=yes
127.0.0.1:10025 inet n  -       n       -       -  	 smtpd
  -o content_filter=
  -o local_recipient_maps=
  -o smtpd_helo_restrictions=
  -o smtpd_client_restrictions=
  -o smtpd_sender_restrictions=
  -o smtpd_recipient_restrictions=permit_mynetworks,reject
  -o mynetworks=127.0.0.0/8
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
	-o fallback_relay=
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache	  unix	-	-	n	-	1	scache
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
old-cyrus unix  -       n       n       -       -       pipe
  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
cyrus     unix  -       n       n       -       -       pipe
  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
vacation  unix  -       n       n       -       -       pipe
  flags=DRhu user=vacation argv=/var/spool/vacation/vacation.pl

Gruß Silvio
 
Reinstall DBD perl module (p5-DBD-mysql)

Warum crasht das Vieh:
# su vscan
$ truss -f amavisd foreground
 
Hallo


Code:
$ truss -f amavisd foreground
truss: cannot open /proc/curproc/mem: No such file or directory
truss: cannot open1 /proc/13850/mem: No such file or directory
$



MFG Silvio
 
Hallo,


ich habe jetzt nochmal alle Perlmodule für amavisd-new deinstalliert und die originalen von Cpan installiert.

Leider ist keine Änderung in Sicht.

Hat jemand noch Ideen?



MFG Silvio Siefke
 
Hallo,

Ausgabe soweit es möglich ist:
Code:
23353: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23353: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGTSTP,0x0)        = 0 (0x0)
23353: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23353: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGALRM,0x0)        = 0 (0x0)
23353: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGUSR1,0x0)        = 0 (0x0)
23353: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGUSR2,0x0)        = 0 (0x0)
23353: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGUSR2,0x0)        = 0 (0x0)
23353: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGUSR1,0x0)        = 0 (0x0)
23353: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGALRM,0x0)        = 0 (0x0)
23353: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23353: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGTSTP,0x0)        = 0 (0x0)
23353: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23353: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23353: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23353: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: pwrite(0x5,0x28656584,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23353: fsync(0x5)                                = 0 (0x0)
23353: fsync(0x5)                                = 0 (0x0)
23353: close(5)                                  = 0 (0x0)
23353: pwrite(0x6,0x28655484,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23353: pwrite(0x6,0x286523ac,0x1000,0x0,0x1000,0x0) = 4096 (0x1000)
23353: fsync(0x6)                                = 0 (0x0)
23353: fsync(0x6)                                = 0 (0x0)
23353: close(6)                                  = 0 (0x0)
23353: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23353: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23353: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23353: munmap(0x2865a000,368640)                 = 0 (0x0)
23353: munmap(0x28618000,270336)                 = 0 (0x0)
23353: munmap(0x283c2000,8192)                   = 0 (0x0)
23353: close(4)                                  = 0 (0x0)
23353: close(-1)                                 ERR#9 'Bad file descriptor'
23353: close(3)                                  = 0 (0x0)
23353: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) 
ERR#2 'No such file or directory'
23353: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or 
directory'
23353: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) 
ERR#2 'No such file or directory'
23353: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) 
ERR#2 'No such file or directory'
23353: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) 
ERR#2 'No such file or directory'
23353: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 
'No such file or directory'
23353: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) 
ERR#2 'No such file or directory'
23353: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23353: exit(0x0)
23353: process exit, rval = 0
23352: select(0,{},{},{},{10.000000})            ERR#4 'Interrupted system call'23352: 
SIGNAL 20 (SIGCHLD)
23352: SIGNAL 20 (SIGCHLD)
23352: sigreturn(0xbfbfe7b0)                     ERR#4 'Interrupted system call'23352: 
sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23352: sigprocmask(SIG_UNBLOCK,SIGCHLD,0x0)      = 0 (0x0)
23352: wait4(0xffffffff,0xbfbfeb38,0x1,0x0)      = 23353 (0x5b39)
23352: wait4(0xffffffff,0xbfbfeb38,0x1,0x0)      = 0 (0x0)
23352: gettimeofday({1174302475.154737},0x0)     = 0 (0x0)
23352: fork()                                    = 23437 (0x5b8d)
23437: getpid()                                  = 23437 (0x5b8d)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23437: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
223437: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23437: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGPIPE,0x0)        = 0 (0x0)
23437: sigaction(SIGPIPE,{ SIG_IGN 0x0 ss_t },{ SIG_IGN 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23437: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 
(0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: getpid()                                  = 23437 (0x5b8d)
23437: __sysctl(0xbfbfea70,0x4,0x0,0x0,0x844f000,0x17) = 0 (0x0)
23437: gettimeofday({1174302475.199410},0x0)     = 0 (0x0)
23437: stat("/var/amavisd/db/DB_CONFIG",0xbfbfe790) ERR#2 'No such file or 
directory'
23437: open("/var/amavisd/db/DB_CONFIG",O_RDONLY,0666) ERR#2 'No such 
file or directory'
23437: stat("/var/tmp",{mode=drwxrwxrwt ,inode=23555,size=2048,blksize=4096}) 
= 0 (0x0)
23437: stat("/var/amavisd/db/__db.001",{mode=-rw-r----- ,inode=141339,size=8192,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/__db.001",O_RDWR|O_DIRECT,0640) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: fstat(5,{mode=-rw-r----- ,inode=141339,size=8192,blksize=4096}) = 0 (0x0)23437: close(5)                                  = 0 (0x0)
23437: open("/var/amavisd/db/__db.001",O_RDWR|O_DIRECT,0640) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: mmap(0x0,8192,PROT_READ|PROT_WRITE,MAP_SHARED|MAP_HASSEMAPHORE,5,0x0)
 = 675028992 (0x283c2000)
23437: close(5)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/__db.002",{mode=-rw-r----- ,inode=141341,size=270336,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/__db.002",O_RDWR|O_DIRECT,0640) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: mmap(0x0,270336,PROT_READ|PROT_WRITE,MAP_SHARED
|MAP_HASSEMAPHORE,5,0x0) = 677478400 (0x28618000)
23437: close(5)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/__db.003",{mode=-rw-r----- ,inode=141343,size=368640,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/__db.003",O_RDWR|O_DIRECT,0640) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: mmap(0x0,368640,PROT_READ|PROT_WRITE,MAP_SHARED|MAP_HASSEMAPHORE,5,0x0) = 677748736 (0x2865a000)
23437: close(5)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/snmp.db",{mode=-rw-r----- ,inode=141346,size=12288,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/snmp.db",{mode=-rw-r----- ,inode=141346,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/snmp.db",O_RDWR,00) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: read(5,"\0\0\0\0\^A\0\0\0\0\0\0\0a\^U\^F"...,512) = 512 (0x200)
23437: close(5)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/snmp.db",{mode=-rw-r----- ,inode=141346,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/snmp.db",O_RDWR,00) = 5 (0x5)
23437: fcntl(5,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: fstat(5,{mode=-rw-r----- ,inode=141346,size=12288,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/nanny.db",{mode=-rw-r----- ,inode=141347,size=12288,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/nanny.db",{mode=-rw-r----- ,inode=141347,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/nanny.db",O_RDWR,00) = 6 (0x6)
23437: fcntl(6,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: read(6,"\0\0\0\0\^A\0\0\0\0\0\0\0a\^U\^F"...,512) = 512 (0x200)
23437: close(6)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/nanny.db",{mode=-rw-r----- ,inode=141347,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/nanny.db",O_RDWR,00) = 6 (0x6)
23437: fcntl(6,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: fstat(6,{mode=-rw-r----- ,inode=141347,size=12288,blksize=4096}) = 0 (0x0)
23437: gettimeofday({1174302475.245266},0x0)     = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23437: sigaction(SIGHUP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23437: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGTSTP,0x0,{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTSTP,0x0)        = 0 (0x0)
23437: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ SIG_DFL SA_RESTART ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23437: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGALRM,0x0)        = 0 (0x0)
23437: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGUSR1,0x0,{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR1,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGUSR2,0x0,{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23437: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23437: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTSTP,0x0)        = 0 (0x0)
23437: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23437: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGALRM,0x0)        = 0 (0x0)
23437: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR1,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: __sysctl(0xbfbfe748,0x2,0xbfbfe740,0xbfbfe744,0x0,0x0) = 0 (0x0)
23437: pread(0x6,0x28651364,0x1000,0x0,0x2000,0x0) = 4096 (0x1000)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR1,0x0)        = 0 (0x0)
23437: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGALRM,0x0)        = 0 (0x0)
23437: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23437: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTSTP,0x0)        = 0 (0x0)
23437: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23437: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23437: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: stat("/var/amavisd/db/cache.db",{mode=-rw-r----- ,inode=141344,size=12288,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/cache.db",{mode=-rw-r----- ,inode=141344,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/cache.db",O_RDWR,00) = 7 (0x7)
23437: fcntl(7,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: read(7,"\0\0\0\0\^A\0\0\0\0\0\0\0a\^U\^F"...,512) = 512 (0x200)
23437: close(7)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/cache.db",{mode=-rw-r----- ,inode=141344,size=12288,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/cache.db",O_RDWR,00) = 7 (0x7)
23437: fcntl(7,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: fstat(7,{mode=-rw-r----- ,inode=141344,size=12288,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/cache-expiry.db",{mode=-rw-r----- ,inode=141345,size=4096,blksize=4096}) = 0 (0x0)
23437: stat("/var/amavisd/db/cache-expiry.db",{mode=-rw-r----- ,inode=141345,size=4096,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/cache-expiry.db",O_RDWR,00) = 8 (0x8)
23437: fcntl(8,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: read(8,"\0\0\0\0\^A\0\0\0\0\0\0\0S"\^D\0"...,512) = 512 (0x200)
23437: close(8)                                  = 0 (0x0)
23437: stat("/var/amavisd/db/cache-expiry.db",{mode=-rw-r----- ,inode=141345,size=4096,blksize=4096}) = 0 (0x0)
23437: open("/var/amavisd/db/cache-expiry.db",O_RDWR,00) = 8 (0x8)
23437: fcntl(8,F_SETFD,FD_CLOEXEC)               = 0 (0x0)
23437: fstat(8,{mode=-rw-r----- ,inode=141345,size=4096,blksize=4096}) = 0 (0x0)23437: gettimeofday({1174302475.324272},0x0)     = 0 (0x0)
23437: gettimeofday({1174302475.325008},0x0)     = 0 (0x0)
23437: gettimeofday({1174302475.327224},0x0)     = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: flock(0x4,0x2)                            = 0 (0x0)
23437: getsockopt(0x3,0xffff,0x1008,0xa5e1c08,0xbfbfeb28) = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302485.177120},0x0)     = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302495.179445},0x0)     = 0 (0x0)
23352: kill(23359,0)                             = 0 (0x0)
23352: kill(23437,0)                             = 0 (0x0)
23352: kill(23355,0)                             = 0 (0x0)
23352: kill(23357,0)                             = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302505.185307},0x0)     = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302515.188206},0x0)     = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302525.191119},0x0)     = 0 (0x0)
23352: select(0,{},{},{},{10.000000})            = 0 (0x0)
23352: gettimeofday({1174302535.193960},0x0)     = 0 (0x0)
23352: kill(23359,0)                             = 0 (0x0)
23352: kill(23437,0)                             = 0 (0x0)
23352: kill(23355,0)                             = 0 (0x0)
23352: kill(23357,0)                             = 0 (0x0)
^C23437: accept(3,0xbfbfe730,0xbfbfe72c)                 ERR#4 'Interrupted system call'
23359: accept(3,0xbfbfe730,0xbfbfe72c)           ERR#4 'Interrupted system call'23357: accept(3,0xbfbfe730,0xbfbfe72c)           ERR#4 'Interrupted system call'23355: accept(3,0xbfbfe730,0xbfbfe72c)           ERR#4 'Interrupted system call'23352: select(0,{},{},{},{10.000000})            ERR#4 'Interrupted system call'23437: SIGNAL 2 (SIGINT)
23359: SIGNAL 2 (SIGINT)
23357: SIGNAL 2 (SIGINT)
23355: SIGNAL 2 (SIGINT)
23352: SIGNAL 2 (SIGINT)
23437: SIGNAL 2 (SIGINT)
23359: SIGNAL 2 (SIGINT)
23357: SIGNAL 2 (SIGINT)
23355: SIGNAL 2 (SIGINT)
23352: SIGNAL 2 (SIGINT)
23437: sigreturn(0xbfbfe3f0)                     ERR#4 'Interrupted system call'23359: sigreturn(0xbfbfe3f0)                     ERR#4 'Interrupted system call'23357: sigreturn(0xbfbfe3f0)                     ERR#4 'Interrupted system call'23355: sigreturn(0xbfbfe3f0)                     ERR#4 'Interrupted system call'23352: sigreturn(0xbfbfe7b0)                     ERR#4 'Interrupted system call'23437: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23352: sigprocmask(SIG_UNBLOCK,SIGINT,0x0)       = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23352: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: gettimeofday({1174302539.186453},0x0)     = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23437: getpid()                                  = 23437 (0x5b8d)
23359: getpid()                                  = 23359 (0x5b3f)
23357: getpid()                                  = 23357 (0x5b3d)
23352: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23355: getpid()                                  = 23355 (0x5b3b)
23437: __sysctl(0xbfbfe890,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23359: __sysctl(0xbfbfe890,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23357: __sysctl(0xbfbfe890,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23352: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: __sysctl(0xbfbfe890,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23437: pwrite(0x7,0x2865878c,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: fsync(0x7)                                = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23352: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: fsync(0x7)                                = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: close(7)                                  = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: fsync(0x8)                                = 0 (0x0)
23352: sigaction(SIGCHLD,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: fsync(0x8)                                = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: close(8)                                  = 0 (0x0)
23359: select(0,{},{},{},{1.000000})             ERR#4 'Interrupted system call'23352: kill(23359,SIGTERM)                       = 0 (0x0)
23359: SIGNAL 15 (SIGTERM)
23437: sigprocmask(SIG_BLOCK,SIGINT,SIGINT)      = 0 (0x0)
23359: SIGNAL 15 (SIGTERM)
23352: kill(23437,SIGTERM)                       = 0 (0x0)
23437: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: select(0,{},{},{},{1.000000})             ERR#4 'Interrupted system call'23359: sigreturn(0xbfbfe210)                     ERR#4 'Interrupted system call'23437: SIGNAL 15 (SIGTERM)
23352: kill(23355,SIGTERM)                       = 0 (0x0)
23355: SIGNAL 15 (SIGTERM)
23437: SIGNAL 15 (SIGTERM)
23357: select(0,{},{},{},{1.000000})             ERR#4 'Interrupted system call'23355: SIGNAL 15 (SIGTERM)
23352: kill(23357,SIGTERM)                       = 0 (0x0)
23357: SIGNAL 15 (SIGTERM)
23437: sigreturn(0xbfbfe4a0)                     = 0 (0x0)
23357: SIGNAL 15 (SIGTERM)
23355: sigreturn(0xbfbfe210)                     ERR#4 'Interrupted system call'23352: wait4(0xffffffff,0xbfbfeb38,0x1,0x0)      = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23357: sigreturn(0xbfbfe210)                     ERR#4 'Interrupted system call'23352: sigprocmask(SIG_BLOCK,SIGPIPE,0x0)        = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT)      = 0 (0x0)
23352: sigaction(SIGPIPE,{ SIG_DFL 0x0 ss_t },{ SIG_IGN 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGINT,0x0)         = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: getpid()                                  = 23437 (0x5b8d)
23352: sigprocmask(SIG_BLOCK,SIGQUIT,0x0)        = 0 (0x0)
23437: __sysctl(0xbfbfe560,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23352: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_BLOCK,SIGINT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: sigprocmask(SIG_BLOCK,SIGHUP,0x0)         = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: sigaction(SIGHUP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23352: sigprocmask(SIG_BLOCK,SIGCHLD,0x0)        = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_BLOCK,SIGTSTP,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: sigprocmask(SIG_SETMASK,0x0,0x0)          = 0 (0x0)
23437: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: stat("/var/amavisd/var/amavisd.lock",{mode=-rw-r----- ,inode=141340,size=0,blksize=4096}) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: stat("/var/amavisd/var/amavisd.pid",{mode=-rw-r----- ,inode=141332,size=6,blksize=4096}) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: unlink("/var/amavisd/var/amavisd.pid")    = 0 (0x0)
23437: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23352: shutdown(3,SHUT_RDWR)                     = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: close(-1)                                 ERR#9 'Bad file descriptor'
23437: sigprocmask(SIG_BLOCK,SIGALRM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: close(3)                                  = 0 (0x0)
23437: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: close(4)                                  = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR1,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_BLOCK,SIGINT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_BLOCK,SIGTERM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23352: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: sigprocmask(SIG_BLOCK,SIGTSTP,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGALRM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23352: exit(0x0)
23352: process exit, rval = 0
23437: sigprocmask(SIG_BLOCK,SIGUSR1,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
$ 23437: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR2,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGUSR1,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGALRM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGQUIT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTSTP,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGTERM,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGHUP|SIGINT|SIGTERM) = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGTERM,0x0) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT)      = 0 (0x0)
23437: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGINT,SIGINT)      = 0 (0x0)
23437: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
23437: pwrite(0x5,0x28656584,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23437: fsync(0x5)                                = 0 (0x0)
23437: fsync(0x5)                                = 0 (0x0)
23437: close(5)                                  = 0 (0x0)
23437: pwrite(0x6,0x28655484,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23437: pwrite(0x6,0x28651364,0x1000,0x0,0x2000,0x0) = 4096 (0x1000)
23437: fsync(0x6)                                = 0 (0x0)
23437: fsync(0x6)                                = 0 (0x0)
23437: close(6)                                  = 0 (0x0)
23437: munmap(0x2865a000,368640)                 = 0 (0x0)
23437: munmap(0x28618000,270336)                 = 0 (0x0)
23437: munmap(0x283c2000,8192)                   = 0 (0x0)
23437: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT)     = 0 (0x0)
23437: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23437: sigprocmask(SIG_SETMASK,SIGINT,0x0)       = 0 (0x0)
Attempt to free unreferenced scalar: SV 0x9e1b320.
23437: write(2,"Attempt to free unreferenced sca"...,51) = 51 (0x33)
23437: close(-1)                                 ERR#9 'Bad file descriptor'
23437: close(3)                                  = 0 (0x0)
23437: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) ERR#2 'No such file or directory'
23437: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23437: close(4)                                  = 0 (0x0)
23437: exit(0x0)
23437: process exit, rval = 0
23359: select(0,{},{},{},{1.000000})             = 0 (0x0)
23359: fsync(0x7)                                = 0 (0x0)
23359: fsync(0x7)                                = 0 (0x0)
23359: close(7)                                  = 0 (0x0)
23355: select(0,{},{},{},{1.000000})             = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23357: select(0,{},{},{},{1.000000})             = 0 (0x0)
23355: fsync(0x7)                                = 0 (0x0)
23357: fsync(0x7)                                = 0 (0x0)
23359: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: fsync(0x7)                                = 0 (0x0)
23357: fsync(0x7)                                = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: close(7)                                  = 0 (0x0)
23357: close(7)                                  = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTERM,0x0)        = 0 (0x0)
23359: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: getpid()                                  = 23359 (0x5b3f)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: __sysctl(0xbfbfe4f0,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: getpid()                                  = 23357 (0x5b3d)
23359: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23355: getpid()                                  = 23355 (0x5b3b)
23357: __sysctl(0xbfbfe4f0,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23359: sigaction(SIGHUP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: __sysctl(0xbfbfe4f0,0x4,0x0,0x0,0x844f000,0x15) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGINT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGHUP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGHUP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGTERM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGQUIT,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23355: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,23357: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGTSTP,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGALRM,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGUSR1,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23357: sigaction(SIGUSR2,{ 0x280e6854 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR2,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23357: sigaction(SIGUSR2,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGUSR1,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGUSR1,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGALRM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23357: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23355: sigaction(SIGALRM,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: 23359: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGQUIT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigaction(SIGQUIT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTSTP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigaction(SIGTSTP,{ SIG_DFL 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23359: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGTERM,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigaction(SIGTERM,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: fsync(0x5)                                = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23359: fsync(0x5)                                = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGHUP,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: close(5)                                  = 0 (0x0)
23355: sigaction(SIGHUP,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: pwrite(0x6,0x28655484,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23359: pwrite(0x6,0x286523ac,0x1000,0x0,0x1000,0x0) = 4096 (0x1000)
23355: sigprocmask(SIG_BLOCK,SIGINT,SIGINT|SIGTERM) = 0 (0x0)
23357: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23359: fsync(0x6)                                = 0 (0x0)
23355: sigaction(SIGINT,{ 0x280e6854 0x0 ss_t },{ 0x280e6854 0x0 ss_t }) = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: fsync(0x6)                                = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: fsync(0x5)                                = 0 (0x0)
23359: close(6)                                  = 0 (0x0)
23355: fsync(0x5)                                = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23357: fsync(0x5)                                = 0 (0x0)
23355: fsync(0x5)                                = 0 (0x0)
23359: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: close(5)                                  = 0 (0x0)
23355: close(5)                                  = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23357: fsync(0x6)                                = 0 (0x0)
23359: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23355: fsync(0x6)                                = 0 (0x0)
23359: 23357: fsync(0x6)                                 = 0 (0x0)
23355: fsync(0x6)                                = 0 (0x0)
sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23357: close(6)                                  = 0 (0x0)
23355: close(6)                                  = 0 (0x0)
23359: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
Attempt to free unreferenced scalar: SV 0x9e1b320.
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23359: write(2,"Attempt to free unreferenced sca"...,51) = 51 (0x33)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: fsync(0x8)                                = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: fsync(0x8)                                = 0 (0x0)
23357: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23355: sigprocmask(SIG_BLOCK,SIGCHLD,SIGINT|SIGTERM) = 0 (0x0)
23359: close(8)                                  = 0 (0x0)
23357: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23355: sigaction(SIGCHLD,{ SIG_DFL 0x0 ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
23359: munmap(0x2865a000,368640)                 = 0 (0x0)
23357: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23355: sigprocmask(SIG_SETMASK,SIGINT|SIGTERM,0x0) = 0 (0x0)
23359: munmap(0x28618000,270336)                 = 0 (0x0)
Attempt to free unreferenced scalar: SV 0x9e1b320.
Attempt to free unreferenced scalar: SV 0x9e1b320.
23355: write(2,"Attempt to free unreferenced sca"...,51) = 51 (0x33)
23359: munmap(0x283c2000,8192)                   = 0 (0x0)
23357: write(2,"Attempt to free unreferenced sca"...,51) = 51 (0x33)
23355: fsync(0x8)                                = 0 (0x0)
23357: fsync(0x8)                                = 0 (0x0)
23355: fsync(0x8)                                = 0 (0x0)
23357: fsync(0x8)                                = 0 (0x0)
BDB C+Q DESTROY BerkeleyDB Aborting: Database is already closed at (eval 52) line 46 during global destruction.
23359: write(2,"BDB C+Q DESTROY BerkeleyDB Abort"...,112) = 112 (0x70)
23355: close(8)                                  = 0 (0x0)
23357: close(8)                                  = 0 (0x0)
23359: close(-1)                                 ERR#9 'Bad file descriptor'
23355: munmap(0x2865a000,368640)                 = 0 (0x0)
23357: select(0,{},{},{},{0.001000})             = 0 (0x0)
23359: close(3)                                  = 0 (0x0)
23355: munmap(0x28618000,270336)                 = 0 (0x0)
23357: select(0,{},{},{},{0.002000})             = 0 (0x0)
23355: munmap(0x283c2000,8192)                   = 0 (0x0)
23357: munmap(0x2865a000,368640)                 = 0 (0x0)
BDB C+Q DESTROY BerkeleyDB Aborting: Database is already closed at (eval 52) line 46 during global destruction.
23355: write(2,"BDB C+Q DESTROY BerkeleyDB Abort"...,112) = 112 (0x70)
23357: munmap(0x28618000,270336)                 = 0 (0x0)
23355: close(-1)                                 ERR#9 'Bad file descriptor'
23359: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) ERR#2 'No such file or directory'
23357: munmap(0x283c2000,8192)                   = 0 (0x0)
23355: close(3)                                  = 0 (0x0)
23359: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23359: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) ERR#2 'No such file or directory'
BDB C+Q DESTROY BerkeleyDB Aborting: Database is already closed at (eval 52) line 46 during global destruction.
23357: write(2,"BDB C+Q DESTROY BerkeleyDB Abort"...,112) = 112 (0x70)
23359: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23359: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: close(-1)                                 ERR#9 'Bad file descriptor'
23359: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: close(3)                                  = 0 (0x0)
23359: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23359: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0x28177900) ERR#2 'No such file or directory'
23355: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: stat("lib/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: stat("/usr/local/lib/perl5/5.8.8/BSDPAN/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: stat("/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23357: stat("/usr/local/lib/perl5/site_perl/5.8.8/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23359: close(4)                                  = 0 (0x0)
23357: stat("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al",
0xbfbfe6d0) ERR#2 'No such file or directory'
23355: close(4)                                  = 0 (0x0)
23357: stat("/usr/local/lib/perl5/5.8.8/mach/auto/DBI/DESTROY.al",0xbfbfe6d0) ERR#2 'No such file or directory'
23359: exit(0x0)
23357: stat("/usr/local/lib/perl5/5.8.8/auto/DBI/DESTROY.al"
,0xbfbfe6d0) ERR#2 'No such file or directory'
23359: process exit, rval = 0
23355: exit(0x0)
23355: process exit, rval = 0
23357: close(4)                                  = 0 (0x0)
23357: exit(0x0)
23357: process exit, rval = 0


MFG Silvio
 
Abend,


vielleicht noch einer eine Idee? Ich habe weiter gesucht, auch verschiedene Lösungen genutzt aber keiner führt zum Erfolg.

MFG Silvio
 
Zurück
Oben