Test version of ACID: testing requested
There is a a test version of ACID with app_rpt.c version 0.203 available for download from http://dltest.allstarlink.org. This needs testing before we move it over tho the main site. NOTE: You must download the .iso file from dltest.allstarlink.org ad burn a CD. Existing iso's will just get you the currently released version from dl.allstarlink.org Steve WA6ZFT
Greetings to the group. I downloaded and installed the new iso this weekend. When I uncommented the status reporting lines in rpt.conf, the following error was generated: [Sep 14 07:10:28] ERROR[2478]: app_rpt.c:4407 statpost: exec of /bin/wget failed. Updating the path to where the wget binary is installed corrects the error message and allows reporting to the allstar status page. Original: statpost_program=/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null Changed to: statpost_program=/usr/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null Thanks to Stephen, K1LNX for pointing out how to determine the source of the error. 73 John / WB5NFC ----- Original Message ---- From: Stephen Rodgers <hwstar@rodgers.sdcoxmail.com> To: app_rpt <app_rpt-users@qrvc.com> Sent: Sunday, September 13, 2009 12:33:47 AM Subject: [App_rpt-users] Test version of ACID: testing requested There is a a test version of ACID with app_rpt.c version 0.203 available for download from http://dltest.allstarlink.org. This needs testing before we move it over tho the main site. NOTE: You must download the .iso file from dltest.allstarlink.org ad burn a CD. Existing iso's will just get you the currently released version from dl.allstarlink.org Steve WA6ZFT _______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
John (WB5NFC) wrote:
Greetings to the group.
I downloaded and installed the new iso this weekend. When I uncommented the status reporting lines in rpt.conf, the following error was generated:
[Sep 14 07:10:28] ERROR[2478]: app_rpt.c:4407 statpost: exec of /bin/wget failed.
Updating the path to where the wget binary is installed corrects the error message and allows reporting to the allstar status page.
Original: statpost_program=/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null
Changed to: statpost_program=/usr/bin/wget,-q,--timeout=15,--tries=1,--output-document=/dev/null
Thanks to Stephen, K1LNX for pointing out how to determine the source of the error.
73 John / WB5NFC
----- Original Message ---- From: Stephen Rodgers <hwstar@rodgers.sdcoxmail.com> To: app_rpt <app_rpt-users@qrvc.com> Sent: Sunday, September 13, 2009 12:33:47 AM Subject: [App_rpt-users] Test version of ACID: testing requested
There is a a test version of ACID with app_rpt.c version 0.203 available for download from http://dltest.allstarlink.org. This needs testing before we move it over tho the main site.
NOTE: You must download the .iso file from dltest.allstarlink.org ad burn a CD. Existing iso's will just get you the currently released version from dl.allstarlink.org
Steve WA6ZFT
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
This is because ACID and Limey have wget in different places. rpt.conf has been updated to have both sets of statpost lines commented out so the user can choose which ones to uncomment. The new rpt.conf will show up in a future release, but is available drirectly from SVN or through our viewvc interface. Steve WA6ZFT
participants (2)
-
John (WB5NFC) -
Stephen Rodgers