Update from EFA 3.0.0.7 to 3.0.0.8 freeze

Report bugs and workarounds
Post Reply
EnricoGTT
Posts: 33
Joined: 09 Jun 2014 07:24

Update from EFA 3.0.0.7 to 3.0.0.8 freeze

Post by EnricoGTT »

Hello,

I have starterd the upgrade from 3.0.0.6 to 3.0.0.7 all run ok.
Next after the reboot I have started the upgrade from 3.0.0.7 to 3.0.0.8 but it freeze when excute this process:
Appending installation info to /usr/lib64/perl5/perllocal.pod
Encoding-FixLatin-1.04
Encoding-FixLatin-1.04/README
Encoding-FixLatin-1.04/Changes
Encoding-FixLatin-1.04/LICENSE
Encoding-FixLatin-1.04/dist.ini
Encoding-FixLatin-1.04/META.yml
Encoding-FixLatin-1.04/MANIFEST
Encoding-FixLatin-1.04/META.json
Encoding-FixLatin-1.04/Makefile.PL
Encoding-FixLatin-1.04/t
Encoding-FixLatin-1.04/t/00-basics.t
Encoding-FixLatin-1.04/bin
Encoding-FixLatin-1.04/bin/fix_latin
Encoding-FixLatin-1.04/t/10-fix_latin.t
Encoding-FixLatin-1.04/t/20-bytes_only.t
Encoding-FixLatin-1.04/t/30-xs-optional.t
Encoding-FixLatin-1.04/t/release-pod-syntax.t
Encoding-FixLatin-1.04/lib/Encoding
Encoding-FixLatin-1.04/lib/Encoding/FixLatin.pm
Encoding-FixLatin-1.04/t/release-pod-coverage.t
Writing Makefile for Encoding::FixLatin
Skip blib/lib/Encoding/FixLatin.pm (unchanged)
cp bin/fix_latin blib/script/fix_latin
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/fix_latin
Manifying blib/man1/fix_latin.1
Manifying blib/man3/Encoding::FixLatin.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod



It freeze more than one hour I have stopped the update and interruped and restart but with same result, the update freeze

how can solve ? restore the system to 3.0.0.6 ?

Thanks

Best regards

Enrico

Best
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Update from EFA 3.0.0.7 to 3.0.0.8 freeze

Post by shawniverson »

Interesting.

How does everything look otherwise?

The next command in the update is the following:

Code: Select all

 mysql --user=mailwatch --password=$(grep MAILWATCHSQLPWD /etc/EFA-Config | sed 's/MAILWATCHSQLPWD://') \ 
 --database=mailscanner < /usr/local/bin/mailwatch/tools/UTF8_Database/upgrade_mysql_db_to_utf8.sql
What happens when you try to run this yourself (use sudo)?
chris
Posts: 14
Joined: 16 Jan 2015 08:31

Re: Update from EFA 3.0.0.7 to 3.0.0.8 freeze

Post by chris »

Hi,

I have the same issue, did you found any solution?

Running this command hangs forever too :

mysql --user=mailwatch --password=$(grep MAILWATCHSQLPWD /etc/EFA-Config | sed 's/MAILWATCHSQLPWD://') \
--database=mailscanner < /usr/local/bin/mailwatch/tools/UTF8_Database/upgrade_mysql_db_to_utf8.sql

If you do ctrl + c you get:

ERROR 1034 (HY000) at line 6: 137 when fixing table

Regards Chris
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Update from EFA 3.0.0.7 to 3.0.0.8 freeze

Post by shawniverson »

Are you sure it is frozen? Larger databases take longer to convert.
Post Reply