From: Developers l. f. trouble-m. <tro...@li...> - 2011-04-25 06:03:09
|
Howdy all, im trying to run trouble-maker 0.10 on my Scientific Linux 6 VM, which is I guess, equivalent to Fedora 14 (based off RHEL6) The output is: /.trouble-maker.pl --version=RHEL_6 Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 104. Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 135. Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 149. Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 159. Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 163. syntax error at ./trouble-maker.pl line 144, near "if" Global symbol "%supported_os" requires explicit package name at ./trouble-maker.pl line 144. Unterminated <> operator at ./trouble-maker.pl line 188. The perl version is: v5.10.1 Ive tried playing around with the code, but im not a perl programmer by any means, so im not sure what to do to fix it. The other script also fails to run with the output of: ./check-trouble-config.pl Trouble-maker configuration check version 0.03 Copyright (C) 2004 by Josh More Trouble-maker comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions. For details, see the file 'COPYING' included with this distribution. Use of uninitialized value $file in open at ./check-trouble-config.pl line 40. Use of uninitialized value $file in concatenation (.) or string at ./check-trouble-config.pl line 40. Could not load (r) - No such file or directory Any ideas? Im looking forward to using this tool, as im undertaking the RHCE exam soon, and this will be benificial :) Cheers Spyro -- This message was scanned by ESVA and is believed to be clean. |
From: Developers l. f. trouble-m. <tro...@li...> - 2011-04-25 16:35:49
|
We seem to have had a subversion collision somehow, so the perl script is no longer correct. I will try to take time to fix later this week. Sorry, -Josh On Mon, Apr 25, 2011 at 12:46 AM, Developers list for trouble-maker < tro...@li...> wrote: > Howdy all, im trying to run trouble-maker 0.10 on my Scientific Linux 6 VM, > which is I guess, equivalent to Fedora 14 (based off RHEL6) > The output is: > > /.trouble-maker.pl --version=RHEL_6 > Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 104. > Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 135. > Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 149. > Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 159. > Use of bare << to mean <<"" is deprecated at ./trouble-maker.pl line 163. > syntax error at ./trouble-maker.pl line 144, near "if" > Global symbol "%supported_os" requires explicit package name at ./ > trouble-maker.pl line 144. > Unterminated <> operator at ./trouble-maker.pl line 188. > > The perl version is: v5.10.1 > > Ive tried playing around with the code, but im not a perl programmer by any > means, so im not sure what to do to fix it. > The other script also fails to run with the output of: > > ./check-trouble-config.pl > > Trouble-maker configuration check version 0.03 > Copyright (C) 2004 by Josh More > Trouble-maker comes with ABSOLUTELY NO WARRANTY > This is free software, and you are welcome to redistribute it under certain > conditions. > For details, see the file 'COPYING' included with this distribution. > > Use of uninitialized value $file in open at ./check-trouble-config.pl line > 40. > Use of uninitialized value $file in concatenation (.) or string at ./ > check-trouble-config.pl line 40. > Could not load (r) - No such file or directory > > Any ideas? > > Im looking forward to using this tool, as im undertaking the RHCE exam > soon, and this will be benificial :) > > Cheers > Spyro > > > -- > This message was scanned by ESVA and is believed to be clean. > > ------------------------------------------------------------------------------ > Fulfilling the Lean Software Promise > Lean software platforms are now widely adopted and the benefits have been > demonstrated beyond question. Learn why your peers are replacing JEE > containers with lightweight application servers - and what you can gain > from the move. http://p.sf.net/sfu/vmware-sfemails > _______________________________________________ > Trouble-maker-developers mailing list > Tro...@li... > https://lists.sourceforge.net/lists/listinfo/trouble-maker-developers > > |
From: Developers l. f. trouble-m. <tro...@li...> - 2011-04-26 09:21:05
|
On Mon, Apr 25, 2011 at 12:46, Developers list for trouble-maker <tro...@li...> wrote: > Howdy all, im trying to run trouble-maker 0.10 on my Scientific Linux 6 VM, > which is I guess, equivalent to Fedora 14 (based off RHEL6) I can't help much in this case, but AFAIK Scientific Linux 6 (thus RHEL 6) is based on fedora 12.... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com |
From: Developers l. f. trouble-m. <tro...@li...> - 2011-05-14 23:53:59
|
I'm still drowning in my day job, but I managed to clean up the obvious issues. At some point, I think we should migrate over to subversion to limit things like this. Try version 0.11 and let me know if you still have problems. -Josh On Tue, Apr 26, 2011 at 4:20 AM, Developers list for trouble-maker < tro...@li...> wrote: > On Mon, Apr 25, 2011 at 12:46, Developers list for trouble-maker > <tro...@li...> wrote: > > Howdy all, im trying to run trouble-maker 0.10 on my Scientific Linux 6 > VM, > > which is I guess, equivalent to Fedora 14 (based off RHEL6) > > I can't help much in this case, but AFAIK Scientific Linux 6 (thus > RHEL 6) is based on fedora 12.... > > -- > regards, > > Mulyadi Santosa > Freelance Linux trainer and consultant > > blog: the-hydra.blogspot.com > training: mulyaditraining.blogspot.com > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Trouble-maker-developers mailing list > Tro...@li... > https://lists.sourceforge.net/lists/listinfo/trouble-maker-developers > |