Update script reports issues - does not update

Hi,

Per the Wiki (http://wiki.freepbx.org/display/FD/FreePBX-Distro-3.211.63) I ran the update script. Below are the error messages I am getting.

I am not sure what its trying to tell me:

--------------------------------------------------------------
[root@localhost ~]# /usr/sbin/sysadmin_update_system
Array
(
[status] => ok
[data] => Array
(
[3.211.63-4] => Array
(
[url] => http://upgrades.freepbxdistro.org/stable/3.211.63/upgrade-3.211.63-4.sh
[changelog] =>
)

        [3.211.63-5] => Array
            (
                [url] => http://upgrades.freepbxdistro.org/stable/3.211.63/upgrade-3.211.63-5.sh
                [changelog] => 
            )

        [3.211.63-6] => Array
            (
                [url] => http://upgrades.freepbxdistro.org/stable/3.211.63/upgrade-3.211.63-6.sh
                [changelog] => 
            )

        [3.211.63-7] => Array
            (
                [url] => http://upgrades.freepbxdistro.org/stable/3.211.63/upgrade-3.211.63-7.sh
                [changelog] => 
            )

    )

)
running http://upgrades.freepbxdistro.org/stable/3.211.63/upgrade-3.211.63-4.sh
cat: /etc/schmooze/pbx-version: No such file or directory
cat: /etc/schmooze/pbx-brand: No such file or directory
mkdir: cannot create directory `/etc/schmooze’: File exists
/usr/lib/yum-plugins/kmod.py:25: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet
/usr/lib/yum-plugins/kmod.py:25: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet

/usr/lib/yum-plugins/kmod.py:25: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet
/usr/lib/yum-plugins/kmod.py:25: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet
/usr/lib/yum-plugins/kmod.py:25: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet
INSERT INTO sysadmin_update_log (version, status_id, time, status) VALUES (’’, ‘120’ ,‘13661246924321’, 0) [nativecode=2006 ** MySQL server has gone away]
[root@localhost ~]#

Try running the following four commands ( I only expect two to work) :

cat /etc/schmooze/pbx-version
cat /etc/schmooze/pbx-brand
cat /etc/asterisk/pbx-version
cat /etc/asterisk/pbx-brand

It would be interesting to see if you get no data in return.