Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: gbr on February 27, 2014, 01:37:13 pm

Title: squid update fails
Post by: gbr on February 27, 2014, 01:37:13 pm
Hi,

I just installed Zentyal as a gateway from the download CD.  As soon as everything was configured, I did an update.  Squid failed with the following and Zentyal recommended a dpkg --configure -a.  Here's the output:

Code: [Select]
$ sudo dpkg --configure -a
[sudo] password for administrator:
Setting up zentyal-squid (3.3.2) ...
root command mysql --defaults-file=/etc/mysql/debian.cnf zentyal < /usr/share/zentyal-squid/sql/squid_access.sql failed.
Error output: ERROR 130 (HY000) at line 1: Incorrect file format 'squid_access'

Command output: .
Exit value: 1dpkg: error processing zentyal-squid (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 zentyal-squid

Anything I can do to fix it?

Gerald

Title: Re: squid update fails
Post by: christian on February 27, 2014, 02:24:30 pm
You can perhaps open a ticket ?
Title: Re: squid update fails
Post by: gbr on February 27, 2014, 03:25:33 pm
You can perhaps open a ticket ?

And I will, but first a quick check to see if anyone else has seen and/or solved this issue.

Gerald
Title: Re: squid update fails
Post by: gbr on March 06, 2014, 03:27:05 pm
Hi,

I'm not getting any answers on my bug report.  Has anyone had the same issue, or is it just me?

Gerald
Title: Re: squid update fails
Post by: peterpugh on March 06, 2014, 03:45:06 pm
Gerald don't have an answer for you.

I posted a few comments and it was with openchange that I think a few things from 3.4 had somehow fallen back into 3.3.

As far as I am aware the proxy in 3.3 worked.

So maybe this has happened again.

Only reason I am posting is with the release of 3.4 so near. It might not be beneficial to post bugs at this moment.

If you need something that can't wait a week then maybe 3.2?

http://sourceforge.net/projects/zentyal/?source=directory

Maybe others can say hey is squid working in 3.3?

Also anyone on a new install having the same?

I believe its always good to communicate here and make sure you have a bug without flooding trac.
Which I am glad you are doing.

Anyone else?
Title: Re: squid update fails
Post by: gbr on March 07, 2014, 03:02:22 pm
So, I tried to install the squid from the install CD.  I first removed zentyal-squid-3.3.2.

I get the same error:


Code: [Select]
# dpkg --install zentyal-squid_3.3_all.deb
Selecting previously unselected package zentyal-squid.
(Reading database ... 85982 files and directories currently installed.)
Unpacking zentyal-squid (from zentyal-squid_3.3_all.deb) ...
Setting up zentyal-squid (3.3) ...
root command mysql --defaults-file=/etc/mysql/debian.cnf zentyal < /usr/share/zentyal-squid/sql/squid_access.sql failed.
Error output: ERROR 130 (HY000) at line 1: Incorrect file format 'squid_access'

Command output: .
Exit value: 1dpkg: error processing zentyal-squid (--install):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Errors were encountered while processing:
 zentyal-squid

Gerald