On Sun, 2009-11-29 at 12:18 -0800, jnolen wrote: > Greetings, > > I just upgraded a system from 10.0.3 to 4.0.4 (4.0.4-017289 > 2009-11-19T18:15:29 ecs-centos5). Upgrade of primary (master) system > was uneventful. Upgrade was done incrementally passing through 4.0.1, > 4.0.2, and finally 4.0.4. > > Attempted to deploy a secondary server: > > Added secondary server to Primary. > Secondary server installed using an iso install, and got the following > error: > > Invalid configuration returned from รข > > https://hyipt1.hyoung.voice:8443/sipxconfig/initial-config/hyipt2.hyoung.voice > exception tarfile.ReadError > file could not be opened successfully
Check the permissions on the directory /var/sipxdata/tmp/initial-config it should be owned and writeable by the user 'sipxchange'; if it is not, then fix it (as root): chown -R sipxchange:sipxchange /var/sipxdata/tmp/initial-config chmod -R ug+w /var/sipxdata/tmp/initial-config (I've seen this on upgrades before and have not been able to figure out where this gets messed up) _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users sipXecs IP PBX -- http://www.sipfoundry.org/
