From nobody@FreeBSD.org  Mon Oct 16 13:08:17 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8B64D16A47C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Oct 2006 13:08:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1362A43DBF
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Oct 2006 13:07:47 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k9GD7j5k060010
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 16 Oct 2006 13:07:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k9GD7jwg060009;
	Mon, 16 Oct 2006 13:07:45 GMT
	(envelope-from nobody)
Message-Id: <200610161307.k9GD7jwg060009@www.freebsd.org>
Date: Mon, 16 Oct 2006 13:07:45 GMT
From: Meyer<eng@prowip.net.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: spamass-milter and clamav-milter fail on SMP with ULE
X-Send-Pr-Version: www-3.0

>Number:         104462
>Category:       kern
>Synopsis:       spamass-milter and clamav-milter fail on SMP with ULE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 16 13:10:20 GMT 2006
>Closed-Date:    Sun May 06 01:06:16 GMT 2007
>Last-Modified:  Sun May 06 01:06:16 GMT 2007
>Originator:     Meyer
>Release:        5.5-Stable
>Organization:
>Environment:
FreeBSD msrv.matik.com.br 5.5-STABLE FreeBSD 5.5-STABLE #6: Mon Oct 16 09:13:31 BRT 2006     hmm@msrv.matik.com.br:/var/src/sys/i386/compile/msrv  i386
>Description:
when the kernel is compiled with SCHED_ULE on SMP server then sendmail can
not connect to spamass-milter and clamav-milter

the error messages are different, from milter-sock to error state, socket
not found

going back to 4BSD SMP it works normal
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Oct 16 21:18:56 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104462 

From: "Thomas Abthorpe" <thomas@goodking.ca>
To: <bug-followup@FreeBSD.org>, <eng@prowip.net.br>
Cc: <garga@FreeBSD.org>
Subject: Re: ports/104462: spamass-milter and clamav-milter fail on SMP with ULE
Date: Tue, 17 Oct 2006 08:23:44 -0400

 I am going to attempt to duplicate your findings, please provide me with the 
 following
 
 - the error you are receiving in your logs
 
 - the contents of /etc/make.conf
 
 - the contents of /etc/mail/host.domain.tld.cf (the file that contains 
 spamass/clamav-milter settings)
 
 - the output of pkg_info
 
 - the output of uname -a
 
 - the output of sysctl -n kern.osreldate
 
 - the output of ls -lA /usr/ports/INDEX
 
 - tell me when the last time you updated your ports tree
 
 Thanks for taking the time to answer all my questions
 
 Thomas
 

From: "HM Eng.Prowip" <eng@prowip.net.br>
To: bug-followup@freebsd.org, eng@prowip.net.br,
        Edwin Groothuis <edwin@freebsd.org>
Cc:  
Subject: Re: ports/104462: spamass-milter and clamav-milter fail on SMP with ULE
Date: Tue, 17 Oct 2006 11:41:37 -0200

 Hi, I hope I got it all you need:
 
 First think I did when the problem appeared I updated the portstree (portsnap) 
 and updated clamd, since it didn't changed anything I recompiled the kernel 
 with 4BSD and since the problem went away I let it as it is. Reason for 
 trying to use ULE that on a testmachine the MySQL seems to respond faster 
 with this scheduler in comparism to 4BSD.
 Thank you for your attention
 
 #####Maillog
 
 Oct 16 07:47:07 msrv spamass-milter[707]: spamass-milter 0.3.1 starting
 Oct 16 07:50:55 msrv spamass-milter[707]: SpamAssassin: mi_stop=3D1
 Oct 16 07:50:55 msrv spamass-milter[707]: spamass-milter 0.3.1 exiting
 Oct 16 07:50:56 msrv sm-mta[1029]: k9GAouUm001029: Milter (spamassassin): 
 error connecting to filter: Connection refused by /var/run/spamass-milter.sock
 
 OBS.: The socket was existing and the rights were ok
 
 Oct 16 00:01:50 msrv sm-mta[5342]: k9G2rbir005342: Milter (clamav): timeout before data read
 Oct 16 00:01:50 msrv sm-mta[5342]: k9G2rbir005342: Milter (clamav): to error state
 Oct 16 00:01:50 msrv sm-mta[5342]: k9G2rbir005342: Milter (clamav): init failed to open
 Oct 16 00:01:50 msrv sm-mta[5342]: k9G2rbir005342: Milter (clamav): to error state
 
 ########make.conf
 
 CPUTYPE=3Dathlon64
 MODULES_OVERRIDE=3Dacpi geom
 
 DOC_LANG=3Den_US.ISO8859-1 pt_BR.ISO8859-1
 
 PERL_VER=3D5.8.8
 PERL_VERSION=3D5.8.8
 
 
 ########uname
 =46reeBSD msrv.matik.com.br 5.5-STABLE FreeBSD 5.5-STABLE #6: Mon Oct 16 
 09:13:31 BRT 2006     hmm@msrv.matik.com.br:/var/src/sys/i386/compile/msrv i386
 
 ########sysctl -n kern.osreldate
 505100
 
 
 ######## ls -lA /usr/ports/INDEX
 =2Drw-r--r--  1 root  wheel  9970593 16 Out 08:00 /usr/ports/INDEX
 
 
 ########pkg_info
 GraphicsMagick-1.1.6_1 Fast image processing tools based on ImageMagick
 ImageMagick-6.2.5.5_1 Image processing tools
 ZendOptimizer-3.0.1 An optimizer for PHP code
 apache+ssl-1.3.34.1.57_1 Apache secure webserver integrating OpenSSL
 arc-5.21o_1         Create & extract files from DOS .ARC files
 arj-3.10.22         Open-source ARJ
 aspell-0.60.4_2     Spelling checker with better suggestion logic than ispell
 autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms 
 autoconf-2.53_3     Automatically configure source code on many Un*x platforms 
 autoconf-2.59_2     Automatically configure source code on many Un*x platforms 
 automake-1.5_2,1    GNU Standards-compliant Makefile generator (version 1.5)
 automake-1.9.6      GNU Standards-compliant Makefile generator (1.9)
 bash-2.05b.007_4    The GNU Bourne Again Shell
 bison-1.75_2,1      A parser generator from FSF, (mostly) compatible with Yacc
 bmon-2.1.0          Portable bandwidth monitor and rate estimator
 bugzilla-2.20       Bug-tracking system developed by Mozilla Project
 cclient-2004g,1     Mark Crispin's C-client mail access routines
 chkrootkit-0.46a    A tool to locally check for signs of a rootkit
 clamav-0.88.4       Command line virus scanner written entirely in C
 compat4x-i386-5.3_7 A convenience package to install the compat4x libraries
 cpuid-3.3_2         CPU identification utility
 cvsup-without-gui-16.1h_2 General network file distribution system optimized for CVS 
 darkbot-6f6.r6,1    IRC talking bot with a very fast algorithm for its database
 de-ispell-20001109-3.2.06_14 An interactive spelling checker for multiple languages
 dirmngr-0.9.3_1     A client for managing and downloading certificate revocatio
 dnswalk-2.0.2       DNS debugger - requests a zone transfer and analyzes the re
 eaccelerator-0.9.5.b2 An opcode cache for PHP with encoder and loader
 expat-2.0.0         XML 1.0 parser written in C
 fontconfig-2.3.2_2,1 An XML-based font configuration API for X Windows
 fr-ispell-1.4_14    An interactive spelling checker for multiple languages
 freetype2-2.1.10_2  A free and portable TrueType font rendering engine
 gd-2.0.33_4,1       A graphics library for fast creation of images
 gdbm-1.8.3_1        The GNU database manager
 gettext-0.14.5_1    GNU gettext package
 ghostscript-gnu-7.07_14 GNU Postscript interpreter
 glib-1.2.10_12      Some useful routines of C programming (previous stable vers
 gmake-3.80_2        GNU version of 'make' utility
 gnats-4.1.0         GNATS, the GNU Problem Report Management System
 gnatsweb-4.00       Gnatsweb, a GNATS web interface
 gnupg-1.4.2_1       The GNU Privacy Guard
 gnupg-devel-1.9.20_1 Prerelease package of GnuPG extensions for GnuPG 2.0
 gsfonts-8.11_2      Fonts used by GNU Ghostscript (or X)
 gtk-1.2.10_15       Gimp Toolkit for X11 GUI (previous stable version)
 gtkglarea-1.2.3_1   An OpenGL widget for the GTK+ GUI toolkit
 help2man-1.36.3     Automatically generating simple manual pages from program o
 iconv-2.0_3         Charset conversion library and utilities
 imake-6.8.2         Imake and other utilities from X.Org
 imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail servers
 isoqlog-2.2.1       A qmail, postfix, sendmail, exim MTA log analysis program
 ispell-3.2.06_14    An interactive spelling checker for multiple languages
 jasper-1.701.0      An implementation of the codec specified in the JPEG-2000 s
 jbigkit-1.6         Lossless compression for bi-level images such as scanned pa
 jpeg-6b_3           IJG's jpeg compression utilities
 lcms-1.14,1         Light Color Management System -- a color management library
 lha-1.14i_6         Archive files using LZSS and Huffman compression (.lzh file
 libassuan-0.6.10    IPC library used by GnuPG and gpgme
 libdrm-2.0.2        Userspace interface to kernel Direct Rendering Module servi
 libfpx-1.2.0.12     Library routines for working with Flashpix images
 libgcrypt-1.2.2     "General purpose crypto library based on code used in GnuPG
 libgmp-4.2.1_1      A free library for arbitrary precision arithmetic
 libgpg-error-1.1    Common error values for all GnuPG components
 libiconv-1.9.2_1    A character set conversion library
 libksba-0.9.13      KSBA is an X.509 Library
 libltdl-1.5.22      System independent dlopen wrapper
 libmcrypt-2.5.7_1   Multi-cipher cryptographic library (used in PHP)
 libtool-1.5.22_2    Generic shared library support script
 libusb-0.1.10a_1    Library giving userland programs access to USB devices
 libwmf-0.2.8.4      Tools and library for converting Microsoft WMF (windows met
 libxml2-2.6.23      XML parser library for GNOME
 libxslt-1.1.15      The XSLT C library for GNOME
 linuxthreads-2.2.3_21 POSIX pthreads implementation using rfork to generate kerne
 lsof-4.77           Lists information about open files (similar to fstat(1))
 lynx-2.8.5_2        A non-graphical, text-based World-Wide Web client
 m4-1.4.4            GNU m4
 mailman-2.1.7       A mailing list manager (MLM) with a user-friendly web front
 mailmgr-1.2.3       Sendmail Analysis Report Generator
 mbmon-205_3         A tty motherboard monitor for LM78/79, W8378x, AS99127F, VT
 mhash-0.9.2         An easy-to-use library for strong hashes such as MD5 and SH
 mm-1.4.0            Shared memory allocation library for pre-forked process mod
 mpeg2codec-1.2_1    An MPEG-2 Encoder and Decoder
 mreport-0.9         Sendmail logfile summary tool
 mrtg-2.13.2,1       The multi-router traffic grapher
 mysql-client-4.0.27 Multithreaded SQL database (client)
 mysql-server-4.0.26 Multithreaded SQL database (server)
 mysql-server-4.0.27 Multithreaded SQL database (server)
 nefu-0.9.6          A network monitoring daemon
 noattach-1.1.1_3    An attachment filter for Sendmail
 openssl-0.9.8c      SSL and crypto library
 p5-Algorithm-Diff-1.1901 Perl interface to compute differences between two objects
 p5-Apache-Session-1.81 A persistence framework for session data
 p5-Apache-Session-SharedMem-0.6 Apache::Session extension that store session in shared memo
 p5-AppConfig-1.56   A Perl module for reading configuration files
 p5-Archive-Tar-1.29 Perl module for creation and manipulation of tar files
 p5-Authen-SASL-2.10_1 Perl5 module for SASL authentication
 p5-CGI.pm-3.16,1    Simple Common Gateway Interface Class for Perl
 p5-Chart-2.4.1      A perl5 interface to build chart graphics
 p5-Compress-Zlib-1.42 Perl5 interface to zlib compression library
 p5-Convert-BinHex-1.119 Perl module to extract data from Macintosh BinHex files
 p5-Crypt-CBC-2.18   Perl5 interface to Cipher Block Chaining with DES and IDEA
 p5-Crypt-DES-2.05   Perl5 interface to DES block cipher
 p5-DBD-mysql-3.0002 MySQL driver for the Perl5 Database Interface (DBI)
 p5-DBI-1.51         The perl5 Database Interface.  Required for DBD::* modules
 p5-Data-Dumper-2.121 Stringified perl data structures, suitable for both printin
 p5-Date-Manip-5.44  Perl5 module containing date manipulation routines
 p5-Digest-1.15      Modules that calculate message digests
 p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms
 p5-Digest-MD5-2.36  Perl5 interface to the MD5 algorithm
 p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm
 p5-File-Temp-0.16_3 Perl5 module to generate temporary files or directories saf
 p5-GD-2.34          A perl5 interface to Gd Graphics Library version2
 p5-GD-Graph-1.43.08 Graph plotting module for perl5
 p5-GD-TextUtil-0.86 Text utilities for use with GD drawing package
 p5-GSSAPI-0.22      Perl extension providing access to the GSSAPIv2 library
 p5-HTML-Parser-3.55 Perl5 module for parsing HTML documents
 p5-HTML-Tagset-3.10 Some useful data table in parsing HTML
 p5-IO-Socket-INET6-2.51_1 Perl module with object interface to AF_INET6 domain socket
 p5-IO-String-1.08   Simplified Perl5 module to handle I/O on in-core strings
 p5-IO-Zlib-1.04_1   IO:: style interface to Compress::Zlib
 p5-IO-stringy-2.110 Perl5 module for using IO handles with non-file objects
 p5-IPC-Cache-0.02   Persist data across processes via shared memory
 p5-IPC-ShareLite-0.09 A simple interface to access shared memory
 p5-IPC-SharedCache-1.3 Perl module for managing a SysV IPC shared memory cache
 p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings
 p5-MIME-Tools-5.419,2 A set of perl5 modules for MIME
 p5-Mail-SpamAssassin-3.1.3 A highly efficient mail filter for identifying spam
 p5-Mail-Tools-1.74  Perl5 modules for dealing with Internet e-mail messages
 p5-Math-BigInt-1.77 Math::BigInt - Arbitrary size integer math package
 p5-Net-1.19,1       Perl5 modules to access and use network protocols
 p5-Net-CIDR-Lite-0.20 Perl extension for merging IPv4 or IPv6 CIDR addresses
 p5-Net-DNS-0.58     Perl5 interface to the DNS resolver, and dynamic updates
 p5-Net-IP-1.25      Perl extension for manipulating IPv4/IPv6 addresses
 p5-Net-SNMP-5.2.0   A perl module for SNMP... Net::SNMP
 p5-Parse-Syslog-1.09 Perl5 routines that present a simple interface to parse sys
 p5-PatchReader-0.9.5 Perl module with utilities to read and manipulate patches a
 p5-PathTools-3.19   A Perl module for portably manipulating file specifications
 p5-Pod-Parser-1.34  Modules to work with POD (Plain Old Documentation)
 p5-SNMP_Session-1.08 A perl5 module providing rudimentary access to SNMPv1 and v
 p5-Scalar-List-Utils-1.18,1 Perl subroutines that would be nice to have in the perl cor
 p5-Socket6-0.19     IPv6 related part of the C socket.h defines and structure m
 p5-Storable-2.15    Persistency for perl data structures
 p5-Template-Toolkit-2.14_2 Extensive Toolkit for template processing
 p5-Test-Harness-2.62 Run perl standard test scripts with statistics
 p5-Test-Simple-0.64 Basic utilities for writing tests in perl
 p5-Text-Diff-0.35   Text::Diff - Perform diffs on files and record sets
 p5-Text-Tabs+Wrap-2006.0711 Line wrapping to form simple paragraphs
 p5-TimeDate-1.16,1  Perl5 module containing a better/faster date parser for abs
 p5-URI-1.35         Perl5 interface to Uniform Resource Identifier (URI) refere
 p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat
 p5-gettext-1.05_1   Message handling functions
 p5-libwww-5.805     Perl5 library for WWW access
 pdflib-6.0.2        A C library for dynamically generating PDF
 pecl-imagick-0.9.11_5 A PECL extension to manipulate images
 pecl-pdflib-2.0.4   A PECL extension to create PDF on the fly
 pecl-zip-1.5.0      A PECL extension to create and read zip files
 perl-threaded-5.8.8 Practical Extraction and Report Language
 php4-4.4.2_2        PHP Scripting Language (Apache Module and CLI)
 php4-bz2-4.4.2_2    The bz2 shared extension for php
 php4-ctype-4.4.2_2  The ctype shared extension for php
 php4-domxml-4.4.2_2 The domxml shared extension for php
 php4-extensions-1.0 A "meta-port" to install PHP extensions
 php4-gd-4.4.2_2     The gd shared extension for php
 php4-gettext-4.4.2_2 The gettext shared extension for php
 php4-iconv-4.4.2_2  The iconv shared extension for php
 php4-imap-4.4.2_2   The imap shared extension for php
 php4-mbstring-4.4.2_2 The mbstring shared extension for php
 php4-mcrypt-4.4.2_2 The mcrypt shared extension for php
 php4-mhash-4.4.2_2  The mhash shared extension for php
 php4-mysql-4.4.2_2  The mysql shared extension for php
 php4-openssl-4.4.2_2 The openssl shared extension for php
 php4-overload-4.4.2_2 The overload shared extension for php
 php4-pcre-4.4.2_2   The pcre shared extension for php
 php4-posix-4.4.2_2  The posix shared extension for php
 php4-pspell-4.4.2_2 The pspell shared extension for php
 php4-recode-4.4.2_2 The recode shared extension for php
 php4-session-4.4.2_2 The session shared extension for php
 php4-sockets-4.4.2_2 The sockets shared extension for php
 php4-sysvmsg-4.4.2_2 The sysvmsg shared extension for php
 php4-sysvsem-4.4.2_2 The sysvsem shared extension for php
 php4-sysvshm-4.4.2_2 The sysvshm shared extension for php
 php4-tokenizer-4.4.2_2 The tokenizer shared extension for php
 php4-xml-4.4.2_2    The xml shared extension for php
 php4-xmlrpc-4.4.2_2 The xmlrpc shared extension for php
 php4-zlib-4.4.2_2   The zlib shared extension for php
 phpSysInfo-2.5.1    A php script that displays info about the host being access
 pkg-config-0.21     A utility to retrieve information about installed libraries
 pkgconfig-0.20      A utility to retrieve information about installed libraries
 png-1.2.8_3         Library for manipulating PNG images
 portupgrade-2.1.3.2_2,2 FreeBSD ports/packages administration and management tool s
 procmail-3.22_6     A local mail delivery agent
 pt_BR-ispell-2.4    Ispell dictionary for brazilian portuguese
 pth-2.0.6           GNU Portable Threads
 python-2.4.2        An interpreted object-oriented programming language
 razor-agents-2.82   A distributed, collaborative, spam detection and filtering 
 recode-3.6_5        Converts files between character sets and usages
 rkhunter-1.2.8_3    Rootkit detection tool
 ruby-1.8.4_6,1      An object-oriented interpreted scripting language
 ruby18-bdb1-0.2.2   Ruby interface to Berkeley DB revision 1.8x with full featu
 sma-1.4             Program that analyses Sendmail log entries
 smartmontools-5.36  S.M.A.R.T. disk monitoring tools
 spamass-milter-0.3.1 Sendmail Milter (mail filter) plugin for SpamAssassin
 spamass-rules-20060203 Custom rulesets for SpamAssassin
 spamass-rules_du_jour-1.28 Automatic updates of custom rulesets for SpamAssassin
 spamd-3.7_2         Traps spammers with a very slow smtp-login and return 4xx e
 spamguard-1.6       MTA spam prevention program for qmail/postfix/sendmail
 squirrelmail-1.4.7  A webmail system which accesses mail over IMAP
 t1lib-5.1.0,1       A Type 1 Rasterizer Library for UNIX/X11
 tiff-3.8.0          Tools and library routines for working with TIFF images
 ubench-0.32         Unix Benchmark Utility for CPU(s) and memory
 ucd-snmp-4.2.6_3    An extendable SNMP implementation
 unarj-2.65_2        Allows files to be extracted from ARJ archives
 unixbench-4.1.0     The BYTE magazine's Public Domain benchmark for UNIX
 unrar-3.60,4        Extract, view & test RAR archives
 unzip-5.52_2        List, test and extract compressed files in a ZIP archive
 unzoo-4.4           A zoo archive extractor
 vbsfilter-1.11      A vbs-attachment filter for Sendmail
 web-traceroute-3.0  WWW Traceroute CGI script written in C
 wget-1.10.2         Retrieve files from the Net via HTTP and FTP
 xorg-libraries-6.8.2 X11 libraries and headers from X.Org
 zoo-2.10.1_2        Manipulate archives of files in compressed form
 zziplib-0.10.82     A library to provide transparent read access to zipped file
 
 thanks
 
 A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
 Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br

From: "Thomas Abthorpe" <thomas@goodking.ca>
To: <bug-followup@FreeBSD.org>, <eng@prowip.net.br>
Cc: <garga@FreeBSD.org>
Subject: Re: ports/104462: spamass-milter and clamav-milter fail on SMP with ULE
Date: Tue, 17 Oct 2006 15:46:49 -0400

 Thanks for the info, two more items please
 
 - the contents of the kernel configuration
 
 - the sendmail configuration script containing the milter def's 
 
 (you can provide these directly to me if you prefer)
 
 Thanks.
 
 
 Thomas
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Oct 25 17:19:00 UTC 2006 
Responsible-Changed-Why:  
This sounds more like a bug in ULE than in the ports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104462 
Responsible-Changed-From-To: freebsd-bugs->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Apr 27 09:12:02 UTC 2007 
Responsible-Changed-Why:  
To submitter: ULE has been reworked in -CURRENT.  Does this problem 
still recur? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104462 

From: "HM Eng.Prowip" <eng@prowip.net.br>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: kern/104462: spamass-milter and clamav-milter fail on SMP with ULE
Date: Fri, 27 Apr 2007 07:47:44 -0300

 I can not test CURRENT so I pass this
 I also abandoned 5.5 and am running STABLE for now but I still have not 
 checked with ULE, I could do this over the weekend and post the result next 
 week then
 
 thank's for your attention
 
 
 
 
 
 
 
 A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
 Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br

From: "HM Eng.Prowip" <eng@prowip.net.br>
To: bug-followup@freebsd.org, eng@prowip.net.br
Cc:  
Subject: Re: kern/104462: spamass-milter and clamav-milter fail on SMP with ULE
Date: Sat, 5 May 2007 20:35:03 -0300

 on releng6 this problems do not exist and the mentioned ports work well with 
 ULE 
 
 
 
 
 
 
 
 A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
 Service fornecido pelo Datacenter Matik  https://datacenter.matik.com.br
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sun May 6 01:04:20 UTC 2007 
State-Changed-Why:  
Submitter notes the problem does not recur with 6.X.  Since the ULE changes 
are not going to be merged to 5.X, close this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104462 
>Unformatted:
