While trying following the procedure to upgrade on allstarlink, I keep getting the following read error after - wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv [root@Asterisk src]# wget _http://allstarlink.org/svn-trunk.tar.gz_ (http://allstarlink.org/svn-trunk.tar.gz) -O- | tar xzv --2010-10-25 07:02:43-- _http://allstarlink.org/svn-trunk.tar.gz_ (http://allstarlink.org/svn-trunk.tar.gz) Resolving allstarlink.org... 67.215.233.179 Connecting to allstarlink.org|67.215.233.179|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: _https://allstarlink.org/svn-trunk.tar.gz_ (https://allstarlink.org/svn-trunk.tar.gz) [following] --2010-10-25 07:02:43-- _https://allstarlink.org/svn-trunk.tar.gz_ (https://allstarlink.org/svn-trunk.tar.gz) Connecting to allstarlink.org|67.215.233.179|:443... connected. HTTP request sent, awaiting response... 302 Found Location: _http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar_ (http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar) [following] --2010-10-25 07:02:44-- _http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar_ (http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar) Resolving qrvc.com... 67.23.8.125 Connecting to qrvc.com|67.23.8.125|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. --2010-10-25 07:06:57-- (try: 2) _http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar_ (http://qrvc.com/viewvc/projects/allstar/astsrc-1.4.23-pre/trunk/?root=svn&view=tar) Connecting to qrvc.com|67.23.8.125|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying. Gene KC2WDZ In a message dated 10/23/2010 4:58:29 P.M. Eastern Daylight Time, sales@qrvc.com writes: On 10/23/2010 01:26 PM, Gene wrote:
I've installed app_rpt about a month ago using the ACID download. By using the astinstall.sh script to update app_rpt, will any of the configuration or custom files be changed or be removed? Other words, will I need to "re-do" anything?
That's an install script and its not meant to be used for upgrading. The best way to upgrade is to follow this procedure from the allstarlink.org support page: For the ACID distribution (and other Linux platforms): cd /usr/src rm -rf astsrc wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid For Limey Linux: cd /usr/src rm -rf astsrc curl -L https://allstarlink.org/svn-trunk.tar.gz | tar xzv mv trunk astsrc cd astsrc make upgrade make svsrc Steve WA6ZFT