Updated amavisd-new fails to compile

I am have followed the directions to a 'T' and have no errors on the install. CPAN checks out everything to be updated. I still get the error below -
xserve1:~ root# /usr/bin/amavisd -V
ERROR: MISSING REQUIRED BASIC MODULES:
Compress::Zlib
BEGIN failed--compilation aborted at /usr/bin/amavisd line 171.
And I have double checked in CPAN to make sure that the module in question is installed and updated and here is the output from CPAN -
cpan[1]> o conf prerequisites_policy ask
prerequisites_policy [ask]
Please use 'o conf commit' to make the config permanent!
cpan[2]> o conf commit
commit: wrote '/usr/local/lib/perl5/5.8.6/CPAN/Config.pm'
cpan[3]> install Compress::Zlib
CPAN: Storable loaded ok (v2.13)
Going to read /.cpan/Metadata
Database was generated on Wed, 29 Aug 2007 18:36:47 GMT
CPAN: YAML loaded ok (v0.62)
Going to read /.cpan/build/
............................................................................DONE
Found 13 old builds, restored the state of 13
Compress::Zlib is up to date (2.005).
cpan[4]> install Compress::Zlib
Compress::Zlib is up to date (2.005).
Now I know that I have had issues with a PERL update in the past. Not sure how this would effect this issue.
Thanks in advance for anyone's help on this issue.
Don

I have somehow corrupted my copy of PERL. So when I do updates it causes havoc. There were PERL modules that would NOT update but were needed for the amavisd update. So I had my friend Pterobyte take a look at it and he had to do a work around to get PERL patched enough for the updates to install. So I really had no way to do this on my own. I had to get external help.
Hope this points you in the right direction.
Message was edited by: donrjuan

Similar Messages

  • Problems when updating amavisd-new to 2.5.0

    Hi the list !
    Thanks for the great tips and support we got here. I’m really newbie on mac os x server while it’s now a long time I’m on clients ones.
    I wanted to follow topicdesk.com tutorials to update spamassassin and clamav as I saw here the initial conf by Apple isn’t working.
    Then, I saw before updating SpamAssassin that I had to update amavisd-new first. So, I begin with this tutorial. Here’s what happened (sorry for the long-long post) :
    First installed Xcode 2.4.1.
    Everything was fine until the CPAN Perl Module updates, as I always had the “make had returned bad status, install seems impossible” error. Looking for some info on the net, I then understand that you have to install everything Apple suggests as if you don’t, you’ll have later problems whith “make” command (I know, I first wanted to install only gcc that seemed necessary to me, and when nothing works as expected, I had to go back and install everything ...) In fact, the missing BSD SDK was supsected to be the missing thing, but not only. Then, just install everything and this is fine.
    Updated the whole asked Perl module without any problem, following the tutorial
    Then Reboot the server when asked ; amavisd-new new version 2.5.0 seems OK. Then, the beginning of problems...
    My smtp log which is set in debug mode shows lots of error entries such as
    May 24 13:11:21 xserve postfix/smtpd[302]: connect from xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    May 24 13:11:22 xserve postfix/smtpd[302]: 0A64A71E1A: client=xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    May 24 13:11:22 xserve postfix/cleanup[349]: 0A64A71E1A: message-id=<890420070524111120@broilingwhelped>
    May 24 13:11:22 xserve postfix/qmgr[74]: 0A64A71E1A: from=<[email protected]>, size=1188, nrcpt=1 (queue active)
    May 24 13:11:22 xserve postfix/smtp[350]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
    May 24 13:11:22 xserve postfix/smtp[350]: 0A64A71E1A: to=<[email protected]>, relay=none, delay=1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
    May 24 13:11:22 xserve postfix/smtpd[302]: disconnect from xxxx.adsl.hansenet.de[xxx.xxx.xxx.xxx]
    Obviously, amavisd-new isn’t running. Then, trying sudo /usr/bin/amavisd and it say there are mistakes in the conf file. BTW, it’s not really obvious trying to migrate settings from the old conf file to the new one :
    I don't understand how this old conf settings
    @local_domains_acl = ( ".$mydomain" ); # $mydomain and its subdomains
    @local_domains_maps = ( 1 );
    # @local_domains_acl = qw(); # default is empty, no recipient treated as local
    # @local_domains_acl = qw( .example.com );
    # @local_domains_acl = qw( .example.com !host.sub.example.net .sub.example.net );
    # @local_domains_acl = ( ".$mydomain", '.example.com', 'sub.example.net' );
    has to bee changed in the new one way :
    @local_domains_maps = ( [".$mydomain"] ); # $mydomain and its subdomains
    # @local_domains_maps = (); # default is empty list, no recip. considered local
    # @local_domains_maps = # using ACL lookup table
    # ( [ ".$mydomain", 'sub.example.net', '.example.com' ] );
    # @local_domains_maps = # similar, split list elements on whitespace
    # ( [qw( .example.com !host.sub.example.net .sub.example.net )] );
    # @local_domains_maps = ( new_RE( qr'[@.]example\.com$'i ) ); # using regexp
    # @local_domains_maps = ( read_hash("$MYHOME/local_domains") ); # using hash
    # perhaps combined with Postfix: mydestination = /var/amavis/local_domains
    # for debugging purposes: dump_hash($local_domains_maps[0]);
    Anyway, I doubt this is the (real?) reason to my problems
    I correct some of these problems (in fact I forgot to look at amavis.log, but here is what it said) :
    May 24 13:53:30 xserve amavis[1072]: INFO: SA version: 3.0.1, 3.000001, no optional modules: Mail::SpamAssassin::SQLBasedAddrList Net::DNS::RR::SOA Net::DNS::RR::NS Net::DNS::RR::MX Net::DNS::RR::A Net::DNS::RR::AAAA Net::DNS::RR::PTR Net::DNS::RR::CNAME Net::DNS::RR::TXT Net::CIDR::Lite Sys::Hostname::Long DBD::mysql IP::Country::Fast Mail::SPF Mail::SPF::Query Mail::SPF::Mech Mail::SPF::Mech::A Mail::SPF::Mech::All Mail::SPF::Mech::Exists Mail::SPF::Mech::IP4 Mail::SPF::Mech::IP6 Mail::SPF::Mech::Include Mail::SPF::Mech::MX Mail::SPF::Mech::PTR Mail::SPF::Mod Mail::SPF::Mod::Exp Mail::SPF::Mod::Redirect Mail::SPF::SenderIPAddrMech Mail::SPF::v1::Record Mail::SPF::v2::Record
    May 24 13:53:30 xserve amavis[1072]: SpamControl: init_pre_chroot done
    May 24 13:53:30 xserve amavis[1072]: Net::Server: 2007/05/24-13:53:30 Amavis (type Net::Server::PreForkSimple) starting! pid(1072)
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Binding to UNIX socket file /var/amavis/amavisd.sock using SOCK_STREAM
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Setting gid to "82 82"
    May 24 13:53:30 xserve amavis[1072]: Net::Server: Setting uid to "82"
    May 24 13:53:30 xserve amavis[1072]: Module Amavis::Conf 2.086
    May 24 13:53:30 xserve amavis[1072]: Module Archive::Zip 1.18
    May 24 13:53:30 xserve amavis[1072]: Module BerkeleyDB 0.26
    May 24 13:53:30 xserve amavis[1072]: Module Compress::Zlib 2.004
    May 24 13:53:30 xserve amavis[1072]: Module Convert::TNEF 0.17
    May 24 13:53:30 xserve amavis[1072]: Module Convert::UUlib 1.08
    May 24 13:53:30 xserve amavis[1072]: Module DB_File 1.810
    May 24 13:53:30 xserve amavis[1072]: Module Digest::MD5 2.36
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Entity 5.420
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Parser 5.420
    May 24 13:53:30 xserve amavis[1072]: Module MIME::Tools 5.420
    May 24 13:53:30 xserve amavis[1072]: Module Mail::Header 1.77
    May 24 13:53:30 xserve amavis[1072]: Module Mail::Internet 1.77
    May 24 13:53:30 xserve amavis[1072]: Module Mail::SpamAssassin 3.000001
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server::PreFork 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Net::Server::PreForkSimple 0.96
    May 24 13:53:30 xserve amavis[1072]: Module Time::HiRes 1.9707
    May 24 13:53:30 xserve amavis[1072]: Module URI 1.35
    May 24 13:53:30 xserve amavis[1072]: Module Unix::Syslog 0.99
    May 24 13:53:30 xserve amavis[1072]: Amavis::DB code loaded
    May 24 13:53:30 xserve amavis[1072]: Amavis::Cache code loaded
    May 24 13:53:30 xserve amavis[1072]: SQL base code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SQL::Log code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SQL::Quarantine NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Lookup::SQL code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Lookup::LDAP code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: AM.PDP-in proto code loaded
    May 24 13:53:30 xserve amavis[1072]: SMTP-in proto code loaded
    May 24 13:53:30 xserve amavis[1072]: Courier proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: SMTP-out proto code loaded
    May 24 13:53:30 xserve amavis[1072]: Pipe-out proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: BSMTP-out proto code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: Local-out proto code loaded
    May 24 13:53:30 xserve amavis[1072]: OS_Fingerprint code NOT loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-VIRUS code loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-SPAM code loaded
    May 24 13:53:30 xserve amavis[1072]: ANTI-SPAM-SA code loaded
    May 24 13:53:30 xserve amavis[1072]: Unpackers code loaded
    May 24 13:53:30 xserve amavis[1072]: Found $file at /usr/bin/file
    May 24 13:53:30 xserve amavis[1072]: No $dspam, not using it
    May 24 13:53:30 xserve amavis[1072]: No $altermime, not using it
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .mail
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .asc
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .uue
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .hqx
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .ync
    May 24 13:53:30 xserve amavis[1072]: No decoder for .F tried: unfreeze, freeze -d, melt, fcat
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .Z at /usr/bin/uncompress
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .gz at /usr/bin/gzip -d
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .gz (backup, not used)
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .bz2 at /usr/bin/bzip2 -d
    May 24 13:53:30 xserve amavis[1072]: No decoder for .lzo tried: lzop -d
    May 24 13:53:30 xserve amavis[1072]: No decoder for .rpm tried: rpm2cpio.pl, rpm2cpio
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .cpio at /bin/pax
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .tar at /bin/pax
    May 24 13:53:30 xserve amavis[1072]: Found decoder for .deb at /usr/bin/ar
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .zip
    May 24 13:53:30 xserve amavis[1072]: No decoder for .7z tried: 7zr, 7za, 7z
    May 24 13:53:30 xserve amavis[1072]: No decoder for .rar tried: rar, unrar
    May 24 13:53:30 xserve amavis[1072]: No decoder for .arj tried: arj, unarj
    May 24 13:53:30 xserve amavis[1072]: No decoder for .arc tried: nomarch, arc
    May 24 13:53:30 xserve amavis[1072]: No decoder for .zoo tried: zoo, unzoo
    May 24 13:53:30 xserve amavis[1072]: No decoder for .lha tried: lha
    May 24 13:53:30 xserve amavis[1072]: No decoder for .cab tried: cabextract
    May 24 13:53:30 xserve amavis[1072]: No decoder for .tnef tried: tnef
    May 24 13:53:30 xserve amavis[1072]: Internal decoder for .tnef
    May 24 13:53:30 xserve amavis[1072]: No decoder for .exe tried: rar, unrar; lha; arj, unarj
    May 24 13:53:30 xserve amavis[1072]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
    May 24 13:53:30 xserve amavis[1072]: (!!)TROUBLE in pre_loop_hook: Please create an empty directory /var/amavis/db to hold a database (config variable $db_home)
    I created the directory, then it says
    May 24 13:58:12 xserve amavis[1133]: (!!)TROUBLE in pre_loop_hook: db_home directory is not writable: /var/amavis/db at /usr/bin/amavisd line 7783.
    I changed CHMOD to 777 (just see later to be more restricitve)
    And then it seems OK
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: starting. /usr/bin/amavisd at localhost amavisd-new-2.2.0 (20041102), Unicode aware
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: user=, EUID: 0 (0); group=, EGID: 0 0 (0 0)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Perl version 5.008006
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: 2007/05/24-14:11:49 Amavis (type Net::Server::PreForkSimple) starting! pid(44)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Binding to UNIX socket file /var/amavis/amavisd.sock using SOCK_STREAM
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Setting gid to "82 82"
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Net::Server: Setting uid to "82"
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Amavis::Conf 2.033
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Archive::Tar 1.22
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Archive::Zip 1.18
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Compress::Zlib 2.004
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Convert::TNEF 0.17
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Convert::UUlib 1.08
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module DB_File 1.810
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Entity 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Parser 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module MIME::Tools 5.420
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::Header 1.77
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::Internet 1.77
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Mail::SpamAssassin 3.000001
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::Cmd 2.26
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::SMTP 2.29
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Net::Server 0.96
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Time::HiRes 1.9707
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Module Unix::Syslog 0.99
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Amavis::DB code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Amavis::Cache code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Lookup::SQL code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Lookup::LDAP code NOT loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: AMCL-in protocol code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: SMTP-in protocol code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: ANTI-VIRUS code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: ANTI-SPAM code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Unpackers code loaded
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $file at /usr/bin/file
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $arc, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $gzip at /usr/bin/gzip
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $bzip2 at /usr/bin/bzip2
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $lzop, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $lha, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unarj, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $uncompress at /usr/bin/uncompress
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unfreeze, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $unrar, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $zoo, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found $cpio at /usr/bin/cpio
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $ar, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $rpm2cpio, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $cabextract, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No $dspam, not using it
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: KasperskyLab AntiViral Toolkit Pro (AVP)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: KasperskyLab AVPDaemonClient
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: H+BEDV AntiVir or CentralCommand Vexira Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Command AntiVirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Symantec CarrierScan via Symantec CommandLineScanner
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: DrWeb Antivirus for Linux/FreeBSD/Solaris
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: F-Secure Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: CAI InoculateIT
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: MkS_Vir for Linux (beta)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: MkS_Vir daemon
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: ESET Software NOD32
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: ESET Software NOD32 - Client/Server Version
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Norman Virus Control v5 / Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Panda Antivirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: NAI McAfee AntiVirus (uvscan)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: VirusBuster (Client + Daemon)
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: CyberSoft VFind
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: Ikarus AntiVirus for Linux
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No primary av scanner: BitDefender
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: Found secondary av scanner Clam Antivirus - clamscan at /usr/bin/clamscan
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No secondary av scanner: FRISK F-Prot Antivirus
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: No secondary av scanner: Trend Micro FileScanner
    May 24 14:11:49 localhost /usr/bin/amavisd[44]: SpamControl: initializing Mail::SpamAssassin
    May 24 14:11:52 localhost /usr/bin/amavisd[44]: SpamControl: done
    But in fact there's still a problem :
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) ESMTP::10024 /var/amavis/amavis-20070524T141222-00219: <p.estxxxx@xxxxxxx> -> <pacvolley@ xxxxxxx > Received: SIZE=5929 from xserve.xxxxx ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00219-01 for <pacvolley@ xxxxxxx>; Thu, 24 May 2007 14:12:22 +0200 (CEST)
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) body hash: 05f429e5a692012d98323c55a540b730
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) Checking: [82.241.222.174] <p.estxxx@xxxxx> -> <pacvolley@xxxxx>
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p003 1 Content-Type: multipart/alternative
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p001 1/1 Content-Type: text/plain, size: 394 B, name:
    May 24 14:12:22 localhost /usr/bin/amavisd[219]: (00219-01) p002 1/2 Content-Type: text/html, size: 3962 B, name:
    May 24 14:12:22 localhost /usr/bin/amavisd[302]: (00219-01) run_command: child process [302]: Can't close main::stdin: Bad file descriptor at /usr/bin/amavisd line 1589.\n
    May 24 14:12:22 localhost /usr/bin/amavisd[302]: (00219-01) SMTP shutdown: tempdir is being removed: /var/amavis/amavis-20070524T141222-00219
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TROUBLE in check_mail: mime_decode-1 FAILED: parsing file(1) results - missing last 2 results at (eval 40) line 150.
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) PRESERVING EVIDENCE in /var/amavis/amavis-20070524T141222-00219
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TIMING [total 284 ms] - SMTP EHLO: 21 (7%), SMTP pre-MAIL: 3 (1%), mkdir tempdir: 1 (0%), create email.txt: 2 (1%), SMTP pre-DATA-flush: 8 (3%), SMTP DATA: 5 (2%), body_hash: 2 (1%), mkdir parts: 3 (1%), mime_decode: 57 (20%), rundown: 181 (64%)
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) TROUBLE in process_request: Error writing a SMTP response to the socket: Broken pipe at (eval 36) line 760, <GEN3> line 208.
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) Requesting process rundown after fatal error
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) load: 100 %, total idle 0.001 s, busy 0.287 s
    May 24 14:12:23 localhost /usr/bin/amavisd[219]: (00219-01) SMTP shutdown: Error writing a SMTP response to the socket: Bad file descriptor at (eval 36) line 760.\n
    And in the mail log I get corresponding errors such as :
    May 24 14:30:20 xserve postfix/smtpd[626]: connect from xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/smtpd[626]: 5580872531: client= xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/cleanup[452]: 5580872531: message-id=<00e301c79dff$49859120$0100a8c0@pcservice>
    May 24 14:30:20 xserve postfix/smtpd[626]: disconnect from xxxxxx.club-internet.fr[xxx.xxx.xxx.xxx]
    May 24 14:30:20 xserve postfix/qmgr[64]: 5580872531: from=<[email protected]>, size=95594, nrcpt=1 (queue active)
    May 24 14:30:20 xserve postfix/smtp[464]: 5580872531: to=<sjoly@ xxxxxx.com>, relay=127.0.0.1[127.0.0.1], delay=0, status=deferred (host 127.0.0.1[127.0.0.1] said: 421 4.3.2 Service shutting down, closing channel (in reply to end of DATA command))
    I first thought mails were lost, and obviously as it won’t be so easy to fix alone without any help (and time is running loosing mails), I decided to come back to the old amavisd-new version, restoring /usr/bin/amavis and amavis.conf, and rebooting computer.
    Then, another problem with Perl modules that were updated so that old amavis seemed also not working. I decided to replace /Library/Perl and System/Library/Perl with new ones from a clean fresh install on my local server. Rebooted, and seems to be OK as before. Then looked for Postfix and understood than flushing will force deferred mails to be processed.
    Anyway, all is to be done again. If anybody here as an idea of what's going wrong, I'll be glad to learn ...
      Mac OS X (10.4.9)  

    well, there you have it – a classical if then loop.
    seems i'm still stuck somewhere in the middle of the amavisd.conf nightmare. had amavisd-new 2.4.5 / spamassassin 3.1.8 up and running after a real nightmare (which had to do with daemonize=1).
    after i tried to get up-to-date with amavisd-new 2.5.1 and spamassassin 3.2.1 i saw the same problems (see below) again, while launchd tried to get amavisd started.
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: exited with exit code: 2
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: respawning too quickly! throttling
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: 9 more failures without living at least 60 seconds will cause job removal
    Jun 15 05:14:11 mail launchd: org.amavis.amavisd: will restart in 10 seconds
    remembering the previous troubles, i double checked all things, which could be set wrong (daemonize, etc.) and all was well. tried a second install and all to no success.
    later i had the idea, it might be the new amavisd.conf, which troubles (why ever) the startup. so i used the v2.4.5 one and lo and behold, it worked. but why? what is so strange/new/different in 2.5.1, that the startup of amavisd gets broken?
    now i read, that they changed a bunch of stuff and i certainly would be using the newer versions conf file, but it seems i don't get it right configured. i'm on the latest updated 10.4.9 server with all fixes installed. every service is working, mail gets in/out and gets even tagged.
    well, i didn't do the setup with the 2 users junkmail/nojunkmail yet. is it really necessary to set them up as local users? can't they be handled as every other user which has mail enabled via wgm?
    anyone can help me here? thx.
    Various   Mac OS X (10.4.9)   Mac OS X Server (10.4.9)

  • Update amavisd-new on 10.6.8

    Hi All,
    I am planning to migrate to 10.6.8 server from 10.4.11. I have read a few issues with amavisd and would like to address them before users start driving me nuts. My understanding is that amavisd 2.6.2 or 2.6.4 is installed under OSXS 10.6.8. I have the directions "Updating_amavisd_new_on_OS_X_Server_10_5_Leopard" it says "or Greater" and the referance to the amavisd is amavisd-new-2.6.4.tar.gz. There are 3 stable releaces higher then that at http://www.ijs.si/software/amavisd/
    amavisd-new-2.8.0.tar.gz.
    amavisd-new-2.7.2.tar.gz.
    amavisd-new-2.6.6.tar.gz.
    So can I use those update directions for anyone of the 3 options or will it only work with 2.6.6 which I assume is fine with the version of PERL called for.
    Hopefully pterobyte is out there since I know you have the answers I need, lol.
    Thanks Mike
    PS why so few updates at http://osx.topicdesk.com/ for things like this on like 10.6 server and up?

    Hi Alex,
    Thanks again, I know I can always count on you for sound advise when it comes to my mail server. I was planning on a clean install and then migrate.
    You think 10.8.x is ready for primetime? I keep reading about issues with various aspects of the server including email and file services which are the 2 main things I do.
    It may be moot since the current hardware is a MacPro 1,1 which is just before the "Mac Pro early 2008" requirement for 10.8. It's a Mac Pro 2 x 2.66Ghz intel 2006.
    Thank you again,
    Mike

  • Sun C 5.9 Build13_0 2006/01/06 fails to compile wchar.h

    On both IA-32 and AMD64 systems running Red Hat Enterprise Linux AS release 4 (Nahant Update 1), c89 fails to compile
    a single-line file containing
    #include <wchar.h>
    c89 -c foo.c
    "/usr/include/wchar.h", line 508: long long not allowed in Xc mode
    "/usr/include/wchar.h", line 508: invalid type combination
    "/usr/include/wchar.h", line 515: long long not allowed in Xc mode
    "/usr/include/wchar.h", line 515: invalid type combination
    This header file requires support of long long, so the
    restriction in the Xc mode should probably be relaxed
    for these platforms, since we cannot change system
    header files.

    Ah, I see the c89 script on RedHat has a bug, i.e.
    it fails to add -pedantic. So it could properly diagnose
    the use of long long ...
    % more t.c
    long long i;
    % /usr/bin/c89 t.c -c
    % /usr/bin/c89 t.c -c -pedantic
    t.c:1: warning: ISO C90 does not support `long long'
    % cat /usr/bin/c89
    #!/bin/sh
    fl="-std=c89"
    for opt; do
      case "$opt" in
        -ansi|-std=c89|-std=iso9899:1990) fl="";;
        -std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2
                exit 1;;
      esac
    done
    exec /usr/bin/gcc $fl ${1+"$@"}
    %

  • Sun C 5.9 Build13_0 2006/01/06 fails to compile c stdint.h on IA-32

    On GNU/LInux on IA-32 (Red Hat Enterprise Linux AS release 4 (Nahant Update 1)), c89 fails to compile a single-line test
    file with the line
    #include <stdint.h>
    "/usr/include/stdint.h", line 44: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 44: invalid type combination
    "/usr/include/stdint.h", line 59: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 59: invalid type combination
    "/usr/include/stdint.h", line 73: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 73: invalid type combination
    "/usr/include/stdint.h", line 84: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 84: invalid type combination
    "/usr/include/stdint.h", line 100: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 100: invalid type combination
    "/usr/include/stdint.h", line 113: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 113: invalid type combination
    "/usr/include/stdint.h", line 139: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 139: invalid type combination
    "/usr/include/stdint.h", line 141: long long not allowed in Xc mode
    "/usr/include/stdint.h", line 141: invalid type combination
    On this platform, long long support is essential; we cannot
    change system header files. I suggest that the restriction
    in -Xc mode on long long be relaxed for this platform.

    Well, its the task of -Xc to enforce strict conformance (that is prohibit compilation of nonstandard and thus nonportable code).
    I believe you know that long long is not a standard integer type in C90.
    If you need -Xc you may conisder compiling with c99.
    If you definitely need c90 then you better skip -Xc and compile with "cc -Xa -xc99=%none".
    We will consider relaxing -Xc on linux, though it does not strike me as a most elegant solution ...
    regards,
    Fedor.

  • I downloaded i tunes onto my new computer, i connected my iphone during the updating process itunes failed and i lost all my purchased music from my iphone. I would like to get it reinstated how ?

    I downloaded itunes onto my new computer, i connected my iphone during the updating process itunes failed and i lost all my purchased music from my iphone and can no longer retrieve them. I would like to know how i can reinstate the lost music please.

    When you are done with this issue, consider the computer back at the office may still
    have access to your iTunes account, and it should be de-auhorized. You can do that
    remotely, but be sure you carefully do not mess up your other computer iTunes libraries.
    Good luck & happy computing!

  • Tried to updated to new ios 6.1 but the prep file failed in itunes...now my iphone4s is stuck on the screen to connect usb to itunes BUT nothhing happens when connected. HELP HELP

    tried to updated to new ios 6.1 but the prep file failed in itunes...now my iphone4s is stuck on the screen to connect usb to itunes BUT nothing happens when connected. HELP HELP
    I tired reboot the phone and placing the DFU BUT still the phone reverts back to itunes logo and ucb connection sceen

    Place the device in DFU mode, connect to the computer and restore.

  • New update from ITunes failed

    both on my windows 7 pc as on my windows 7 laptop the update from iTunes failed.
    The MSVCR80.dll is failing.
    I tried a lot, but with non result. So I can not link my ipad and iphone ay more.
    Ha sanyone a good solution for this problem?

    Try following the instructions of tt2 in: https://discussions.apple.com/thread/5822086

  • Amavisd-new 2.4 seems to have hosed my mail server

    Used BuildSmart this morning to update ClamAV and amavisd-new and now all mail is stuck in the queue with this message:
    host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=01286-15, partsdecodeext FAILED: parsing file(1
    Killing the process does not work. I have tried to replace amavisd and amavisd.conf from a backup to no avail...
    Help, please!

    Here you go. Thanks for your help.
    03 1 Content-Type: multipart/mixed
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-05) p001 1/1 Content-Type: text/plain, size: 27 B, name:
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-05) p002 1/2 Content-Type: application/plain, size: 1256 B, name: 5860.3668.csv
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[567]: (00559-05) run_command: child process [567]: Error closing main::stdin: Bad file descriptor at /usr/bin/amavisd line 1881.\n
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-05) TROUBLE in check_mail: partsdecodeext FAILED: parsing file(1) results - missing last 2 results at (eval 43) line 154.
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-05) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060407T164530-00559
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-05) TIMING [total 200 ms] - SMTP EHLO: 8 (4%)4, SMTP pre-MAIL: 2 (1%)5, mkdir tempdir: 1 (1%)6, create email.txt: 1 (0%)6, SMTP pre-DATA-flush: 6 (3%)9, SMTP DATA: 102 (51%)60, body_digest: 3 (1%)62, genmailid: 1 (1%)62, mkdir parts: 1 (1%)63, mime_decode: 40 (20%)83, rundown: 34 (17%)100
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) ESMTP::10024 /var/amavis/tmp/amavis-20060407T164530-00559: <[email protected]> -> <[email protected]>,<[email protected]> Received: SIZE=13463 from mail.smartexhibits.com ([127.0.0.1]) by localhost (mail.smartexhibits.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00559-06; Fri, 7 Apr 2006 16:45:30 -0500 (CDT)
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) Checking: LWDblprK+XdI [66.116.100.195] <[email protected]> -> <[email protected]>,<[email protected]>
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) p001 1 Content-Type: text/html, size: 8824 B, name:
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[568]: (00559-06) run_command: child process [568]: Error closing main::stdin: Bad file descriptor at /usr/bin/amavisd line 1881.\n
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) TROUBLE in check_mail: partsdecodeext FAILED: parsing file(1) results - missing last 1 results at (eval 43) line 154.
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060407T164530-00559
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-06) TIMING [total 369 ms] - SMTP EHLO: 7 (2%)2, SMTP pre-MAIL: 2 (1%)3, create email.txt: 2 (0%)3, SMTP pre-DATA-flush: 5 (1%)4, SMTP DATA: 290 (79%)83, body_digest: 3 (1%)84, genmailid: 1 (0%)84, mime_decode: 26 (7%)91, rundown: 33 (9%)100
    Apr 7 16:45:30 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) ESMTP::10024 /var/amavis/tmp/amavis-20060407T164530-00559: <[email protected]> -> <[email protected]>,<[email protected]> Received: SIZE=3297 from mail.smartexhibits.com ([127.0.0.1]) by localhost (mail.smartexhibits.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00559-07; Fri, 7 Apr 2006 16:45:30 -0500 (CDT)
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) Checking: p9yuJ2GHgBkg [192.168.254.4] <[email protected]> -> <[email protected]>,<[email protected]>
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) p004 1 Content-Type: multipart/alternative
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) p001 1/1 Content-Type: text/plain, size: 566 B, name:
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) p002 1/2 Content-Type: text/html, size: 1123 B, name:
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[569]: (00559-07) run_command: child process [569]: Error closing main::stdin: Bad file descriptor at /usr/bin/amavisd line 1881.\n
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) TROUBLE in check_mail: partsdecodeext FAILED: parsing file(1) results - missing last 3 results at (eval 43) line 154.
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060407T164530-00559
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-07) TIMING [total 199 ms] - SMTP EHLO: 7 (4%)4, SMTP pre-MAIL: 2 (1%)5, create email.txt: 1 (1%)6, SMTP pre-DATA-flush: 5 (2%)8, SMTP DATA: 103 (52%)60, body_digest: 2 (1%)61, genmailid: 1 (1%)61, mime_decode: 43 (22%)83, rundown: 34 (17%)100
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) ESMTP::10024 /var/amavis/tmp/amavis-20060407T164531-00559: <[email protected]> -> <[email protected]>,<[email protected]> Received: SIZE=4289 BODY=8BITMIME from mail.smartexhibits.com ([127.0.0.1]) by localhost (mail.smartexhibits.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00559-08; Fri, 7 Apr 2006 16:45:31 -0500 (CDT)
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) Checking: XWoJMhUAX+qN [64.203.188.4] <[email protected]> -> <[email protected]>,<[email protected]>
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) Checking: rY5f9qjjBY7Q [66.116.100.195] <[email protected]> -> <[email protected]>,<[email protected]>
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) p003 1 Content-Type: multipart/mixed
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) p001 1/1 Content-Type: text/plain, size: 27 B, name:
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) p002 1/2 Content-Type: application/plain, size: 1848 B, name: 5865.3673.csv
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[570]: (00559-08) run_command: child process [570]: Error closing main::stdin: Bad file descriptor at /usr/bin/amavisd line 1881.\n
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) TROUBLE in check_mail: partsdecodeext FAILED: parsing file(1) results - missing last 2 results at (eval 43) line 154.
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060407T164531-00559
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-08) TIMING [total 384 ms] - SMTP EHLO: 8 (2%)2, SMTP pre-MAIL: 2 (1%)3, mkdir tempdir: 1 (0%)3, create email.txt: 1 (0%)3, SMTP pre-DATA-flush: 6 (2%)5, SMTP DATA: 281 (73%)78, body_digest: 3 (1%)79, genmailid: 1 (0%)79, mkdir parts: 1 (0%)79, mime_decode: 40 (10%)90, rundown: 39 (10%)100
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) ESMTP::10024 /var/amavis/tmp/amavis-20060407T164531-00559: <[email protected]> -> <[email protected]>,<[email protected]> Received: SIZE=3899 from mail.smartexhibits.com ([127.0.0.1]) by localhost (mail.smartexhibits.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00559-09; Fri, 7 Apr 2006 16:45:31 -0500 (CDT)
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) ESMTP ABORTING: Connection broken during DATA: Connection reset by peer at (eval 40) line 588, <GEN43> chunk 7.
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) TIMING [total 70 ms] - SMTP EHLO: 12 (18%)18, SMTP pre-MAIL: 3 (4%)22, create email.txt: 2 (2%)24, SMTP pre-DATA-flush: 9 (12%)37, unlink-2-files: 43 (62%)98, rundown: 1 (2%)100
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) ESMTP: NOTICE: ABORTING the session: Connection broken during DATA: Connection reset by peer at (eval 40) line 588, <GEN43> chunk 7.
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) TROUBLE in process_request: Error writing a SMTP response to the socket: Broken pipe at (eval 40) line 813.
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[559]: (00559-09) Requesting process rundown after fatal error
    Apr 7 16:45:31 mail.smartexhibits.com /usr/bin/amavisd[576]: TIMING [total 28 ms] - bdb-open: 28 (100%)100, rundown: 0 (0%)100
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) p003 1 Content-Type: multipart/mixed
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) p001 1/1 Content-Type: text/plain, size: 904 B, name:
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) p002 1/2 Content-Type: application/pdf, size: 3025036 B, name: DHHI_7226final50%.pdf
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[577]: (00556-04) run_command: child process [577]: Error closing main::stdin: Bad file descriptor at /usr/bin/amavisd line 1881.\n
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) TROUBLE in check_mail: partsdecodeext FAILED: parsing file(1) results - missing last 2 results at (eval 43) line 154.
    Apr 7 16:45:32 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) PRESERVING EVIDENCE in /var/amavis/tmp/amavis-20060407T164530-00556
    Apr 7 16:45:33 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) TIMING [total 2943 ms] - SMTP EHLO: 6 (0%)0, SMTP pre-MAIL: 2 (0%)0, mkdir tempdir: 1 (0%)0, create email.txt: 1 (0%)0, SMTP pre-DATA-flush: 5 (0%)1, SMTP DATA: 1055 (36%)36, body_digest: 135 (5%)41, genmailid: 1 (0%)41, mkdir parts: 1 (0%)41, mime_decode: 950 (32%)73, rundown: 785 (27%)100
    Apr 7 16:45:33 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) TROUBLE in process_request: Error writing a SMTP response to the socket: Broken pipe at (eval 40) line 813, <GEN20> line 53151.
    Apr 7 16:45:33 mail.smartexhibits.com /usr/bin/amavisd[556]: (00556-04) Requesting process rundown after fatal error
    Apr 7 16:45:33 mail.smartexhibits.com /usr/bin/amavisd[578]: TIMING [total 27 ms] - bdb-open: 27 (100%)100, rundown: 0 (0%)100
    Apr 7 16:45:34 mail.smartexhibits.com /usr/bin/amavisd[492]: Net::Server: 2006/04/07-16:45:34 Server closing!
    Xserve Dual 1 GHz G4   Mac OS X (10.4.1)  

  • Failed to compile: ORA-00600: internal error code, arguments:...

    Hi All,
    I'm using Oracle 11g. I've successfully created a trigger for insert and update.
    Here is my trigger.
    *CREATE OR REPLACE TRIGGER {OracleAssistSchema}.trg_emp_general_insert_update*
    *BEFORE INSERT OR UPDATE OF ssn,last_name,first_name,middle_initial,name_prefix,name_suffix,custom_id,date_of_birth,number_of_children,current_appointment_date,agency,service_type,retirement_system,annual_leave_balance,sick_leave_balance,frozen_sick_leave_balance,fegli_code,fehb_code,ss_earnings_pre1951,pay_schedule,pay_rate,pay_effective_date,biweekly_tod,tod_effective_date,contains_excess_lwop,gender,home_phone,address1,address2,address3,city,state,zip,zip_four,county,country,email_address,married,spouse_ssn,spouse_last_name,spouse_first_name,spouse_middle_initial,spouse_name_prefix,spouse_name_suffix,spouse_date_of_birth,spouse_gender,date_of_marriage,place_of_marriage,position_description,csrs_ss_abroad_yrs,csrs_ss_abroad_mos,fers_ss_abroad_yrs,fers_ss_abroad_mos,unhealthful_service_yrs,unhealthful_service_mos,unhealthful_service_days,non_federal_credit_leave_yrs,non_federal_credit_leave_mos,pay_plan,grade,fegli_base_check,fegli_base,work_schedule,country_code,selected_date,selected_user_id,selected_report_id ON {OracleAssistSchema}.emp_general*
    FOR EACH ROW
    DECLARE
    p_first_service_from_date   DATE;
    p_last_service_to_date      DATE;
    p_first_salary_from_date    DATE;
    p_last_salary_to_date       DATE;
    --p_first_ss_year             NUMBER;*
    --p_first_fers_year           NUMBER;*
    p_employee_id  NUMBER;
    p_current_appointment_date  DATE;
    p_pay_effective_date        DATE;
    v_dob                       DATE;
    BEGIN
    IF inserting THEN
    SELECT seq_emp_general.nextval
    INTO   :NEW.id
    FROM   dual;
    *:NEW.created_timestamp := SYSDATE;*
    *:NEW.last_updated_timestamp := SYSDATE;*
    *:NEW.profile_last_updated_timestamp := SYSDATE;*
    ELSIF updating THEN
    v_dob := :NEW.date_of_birth;
    p_pay_effective_date := :NEW.pay_effective_date;
    p_current_appointment_date := :NEW.current_appointment_date;
    p_employee_id := :NEW.id;
    SELECT MIN(from_date)
    INTO   p_first_service_from_date
    FROM   emp_service
    WHERE  employee_id = p_employee_id;
    SELECT MAX(to_date)
    INTO   p_last_service_to_date
    FROM   emp_service
    WHERE  employee_id = p_employee_id;
    SELECT MIN(from_date)
    INTO   p_first_salary_from_date
    FROM   emp_salary
    WHERE  employee_id = p_employee_id;
    SELECT MAX(to_date)
    INTO   p_last_salary_to_date
    FROM   emp_salary
    WHERE  employee_id = p_employee_id;
    -- no longer used: 8-10-08 AJB
    --SELECT MIN(YEAR)*
    --INTO   p_first_ss_year*
    --FROM   emp_ss_earnings*
    --WHERE  employee_id = p_employee_id;*
    --SELECT MIN(YEAR)*
    --INTO   p_first_fers_year*
    --FROM   emp_fers_earnings*
    --WHERE  employee_id = p_employee_id;*
    *:NEW.last_updated_timestamp := SYSDATE;*
    IF v_dob >= p_first_service_from_date THEN
    Raise_application_error((-20029),'ERROR: date_of_birth cannot be after the first service history from_date');
    ROLLBACK;
    ELSIF v_dob >= p_first_salary_from_date THEN
    Raise_application_error((-20029),'ERROR: date_of_birth cannot be after the first salary history from_date');
    ROLLBACK;
    -- 5-15-08 AJB: No longer check for earnings against DOB
    --ELSIF (To_date((p_first_ss_year + 1),'yyyy') < v_dob)*
    --       OR (To_date((p_first_fers_year + 1),'yyyy') < v_dob) THEN
    --  Raise_application_error((-20008),'Error:  date_of_birth cannot be after the first ss_earnings or fers_earnings year');
    --  ROLLBACK;
    ELSIF p_current_appointment_date < p_last_service_to_date THEN
    Raise_application_error((-20029),'ERROR:  current_appointment_date cannot be before the final service history to_date.');
    ROLLBACK;
    ELSIF p_pay_effective_date < p_last_salary_to_date THEN
    Raise_application_error((-20029),'ERROR:  pay_effective_date cannot be before the final salary history to_date.');
    ROLLBACK;
    ELSE
    *:NEW.profile_last_updated_timestamp := SYSDATE;*
    END IF;
    END IF;
    END;
    When I went to Oracle Enterprise Manager, opened this trigger, and tried to compile it. I got the following error.
    *Failed to compile: ORA-00600: internal error code, arguments: [kkdlReadOnDiskDefVal: error], [1403], [0], [73], [], [], [], [], [], [], [], []*
    Any one have any ideas?
    Any help must be much appreciates.
    Thanks,
    Khoi Le

    Refer to these notes:
    Bug 6368200 - ORA-600 [kkdlReadOnDiskDefVal: error] can occur [ID 6368200.8]
    Bug 9582272 - OERI [kkdlReadOnDiskDefVal: error] on ALTER TRIGGER [ID 9582272.8]

  • VMPlayer 3.1.5: Failed to compile module vmmon

    Hi,
    yesterday I updated VMPlayer but after that it doesn't work. When I try to start the program it advice me that 'Before you can run VMware, several modules must be compiled and loaded into the running kernel'. I select the 'Install' button but the procedure fails immediately during the compiling of the 'Virtual Machine Monitor'.
    The problem seems to be the vmmon module.
    Oct 10 10:49:57.775: app-3076052672| Log for VMware Workstation pid=1942 version=7.1.5 build=build-491717 option=Release
    Oct 10 10:49:57.775: app-3076052672| The process is 32-bit.
    Oct 10 10:49:57.775: app-3076052672| Host codepage=UTF-8 encoding=UTF-8
    Oct 10 10:49:57.775: app-3076052672| Logging to /tmp/vmware-root/setup-1942.log
    Oct 10 10:49:58.133: app-3076052672| modconf query interface initialized
    Oct 10 10:49:58.134: app-3076052672| modconf library initialized
    Oct 10 10:49:58.218: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.226: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.248: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.276: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.297: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.394: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.402: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.410: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.419: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.427: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.496: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.505: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.513: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.521: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.530: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.536: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.558: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.652: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.660: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.668: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.676: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.685: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.690: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.712: app-3076052672| Your GCC version: 4.6
    Oct 10 10:49:58.878: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.887: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.896: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.905: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:58.913: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:59.512: app-3076052672| Trying to find a suitable PBM set for kernel 3.0-ARCH.
    Oct 10 10:49:59.513: app-3076052672| Building module vmmon.
    Oct 10 10:49:59.525: app-3076052672| Extracting the sources of the vmmon module.
    Oct 10 10:49:59.582: app-3076052672| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-$
    Oct 10 10:50:05.007: app-3076052672| Failed to compile module vmmon!
    I try to compile the modules with the command vmware-modconfig --console --install-all but it returns me:
    $ sudo vmware-modconfig --console --install-all
    Password:
    Stopping VMware services:
    VMware USB Arbitrator done
    VM communication interface socket family done
    Virtual machine communication interface done
    Virtual machine monitor done
    Blocking file system done
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmmon-only'
    make -C /lib/modules/3.0-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.0-ARCH'
    CC [M] /tmp/vmware-root/modules/vmmon-only/linux/driverLog.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/linux/iommu.o
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c:47:44: error: ‘SPIN_LOCK_UNLOCKED’ undeclared here (not in a function)
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c: In function ‘IOMMU_SetupMMU’:
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c:103:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c:113:17: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’ [-Wformat]
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c:117:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    /tmp/vmware-root/modules/vmmon-only/linux/iommu.c:120:20: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64’ [-Wformat]
    make[2]: *** [/tmp/vmware-root/modules/vmmon-only/linux/iommu.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-3.0-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
    Unable to install vmmon

    I am Gianluca wrote:It works!
    Thank you very much BxS
    I use VMware for a long time, it normally needs patchs for new kernels, Workstation 8 and Player 4 for now don't need any, they simple work out of the box, very nice

  • Update (0 new / 0 changed) Warning received Message Missing Update Finished

    The FULL load is running for long time and after some time it fails with processing Overdue. ( It is loading directly into datatargets no PSA as this is Daily FULL load to cube, deleting the previous request) The job overview is successfully finished in source system.
    While load running in details tab under processing..
    1)Data Package 6 ( 7407 Records ) : Missing messages -->
    2)Update ( 0 new / 0 changed ) : Warning received
    3)Message Missing: Update Finished for Cube
    4)Processing end : Missing messages .
    When clicked on helpnode on each step:-
    1)Data Package
    A data packet is either sent with transfer method IDoc or PSA to BI. You have the option here of viewing the data received and of editing it where necessary, of posting the data packet in simulation, and of canceling in simulation, and, if it has not yet been posted successfully, of starting the update manually.
    2)Update
    See also Data packet processing steps
    By this the persistent saving of data is understood in its final target object
    3)Processing Message
    see also Data Packet Processing Steps
    Single message from the processing of a data packet. Some messages contain references to application logs or other requests. The monitor then allows corresponding jumps.
    4)Processing End
    see also Data packet processing steps
    If the processing of a data packet has been finished then any error messages for each process in the step up until this point are delivered to the monitor and to the called program (in the case of transferring by IDoc thus to the IDoc management). If no errors arose then a success message is logged per process.
    Messages from source system
    see also Processing Steps Request
    These messages are sent by IDoc from the source system. Both the extractor itself as well as the service API can send messages. When errors occur, several messages are usually sent together.
    From the source system, there are several types of messages that can be differentiated by the so-called Info-IDoc-Status. The IDoc with status 2 plays a particular role here; it describes the number of records that have been extracted in a source system and sent to BI. The number of the records received in BI is checked against this information.

    Hi
    Try to transport the request again and check...
    Perform the consistency test with 'RSRV'...
    Check notes in this link if they could help u....UNCAUGHT_EXCEPTION
    Regards
    Gaurav

  • I ran an iTunes update.  It failed with the message  System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem.   I tried reinstalling but get the same message.

    I ran an iTunes update.  It failed with the message  "System Error.  The program can't start because MSVCR80.DLL is missing from your computer.  Try reinstalling the program to fix this problem."   I tried reinstalling but get the same message.  I looked in my Recycle Bin for that file name but there is none there.  Is this a new file that iTunes wants?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99683)

  • Acrobat Updater plug-in fails to install

    I'm running Mac OS 10.4.11 on Mac G5 Quad, 6.5GB RAM, and whenever I run the Adobe Updater for my CS3 programs, I get a dialog box that says, "A new version of the Adobe Updater is available for installation. Click OK to install it now.", so I do, and it downloads and starts to mount a dmg or something, then I get an error message, "Adobe Acrobat Updater plug-in failed to install.", so I never know if it updated the rest of the Suite or not, can't find any info about this. Has anyone found the answer to this? Thanks! :)

    Hi Meisha,
    I have had the same problem for months now and cannot figure out how to solve this. I have seen another discussion with the same topic "Adobe Acrobat updater plug-in failed to install" but am unable to reply to the discussion for some reason. I'm new to using the forum.
    Someone in that discussion (Donald Raymond) posted a command, but I don't understand how to effect the command nor how to reach him to ask him to clarify. The discussion link is here:
    "http://www.adobeforums.com/webx?128@@.3bc4ba94"
    I wish that Adobe would address this issue and give a valid solution. Otherwise, I'm unable to update my CS3 products on Mac OS. I also tried to install a download of a new Adobe update manager, but that didn't solve the issue.
    I hope someone can help us!

  • Crystal Reports XI - failed to compile

    We purchased Crystal Report Nov 2007 and had no problem opening a report that was extracted from an accounting database.  We are in the process of upgrading this person to a new machine.  We installed Crystal and tried to open the report but we get this error "The saved data will be discarded since one or more formulas failed to compile."  We have uninstalled and reinstalled and we get the same thing.  We checked to see if the versions were different and they are not there both running Crystal XI version 11.0.0.1282 on Windows XP SP2.  We have changed machines and we get the same thing yet we go to other machine with the same specs and we have no problems so we don't know what to try next.  Can you help?  Jill

    Hi Jill,
    It sounds like the report you are trying to open has a formula that is using an external function.  The external function requires a separate DLL that was not installed onto this new machine. 
    The difficult thing is determining which function in which formula is being used.  Have a search on the old machine for U2L*.dll.  Copy these to the new machine and into the same folders. 
    Close Crystal and restart. 
    Good luck,
    Brian

Maybe you are looking for

  • Repeater to strengthen signal?

    I have a DSL connection using a Belkin G+ router. The router, modem, computer and phone jack are all on one end of the house so the signal gets weak at the opposite end of the house. I cannot add a high gain antenna to this router as the antennas do

  • How to put JComboBox in JTable?

    I'm trying to put JComboBox in JTable, the following is my table model. The problem is that it doesn't display a JComboBox but a string of it, something like "MyTableModel$JComboBox....". Any help would be appreciated. class MyModel extends AbstractT

  • Facebook - Need Option to Change Cover and Profile Photos

    Having to use my phone to change them is really a pain. How is there no option? I can upload a photo, but I can't make it my profile or cover photo. Please make this an option in the next update.

  • Nexus 7K F2 modules Multicast support

    I have some questions related to F2 multicast support: Cisco multicast configuration guide says that "F2 modules do not support any form of IPv4 or IPv6 tunnels" what dose it means? Are they referring to MDF and GRE tunnels? I know PIM-BiDir is not s

  • Accordian panel not resizing between records

    I have a spry table on the left of my page and when you click a row the detail of the row will appear in an accordian to the right. The accordian has two tabs on it - the top one contains data that always fills the same height between records, but th