[smokeping-users] SmokePing 2.7.2

António Godinho nunes.godinho at gmail.com
Fri Apr 13 15:14:59 CEST 2018


Hi,

Donne compiled without any errors.

But Whe I click on a target to see the chart, I have this error:
http://localhost/smokeping/?target=services.HTTP.www1

Software error:

Can't use an undefined value as an ARRAY reference at
/var/www/smokeping/lib/Smokeping.pm line 1130.


Any advice on this?

On Fri, Apr 13, 2018 at 1:32 PM, Tobias Oetiker <tobi at oetiker.ch> wrote:

> I have prepared SmokePing 2.7.2 to re-sync the modules shipped with the
> package ...
>
> the memory leakage discussed in the bug tracker has not been tackled yet
> ...
>
> cheers
> tobi
>
> ----- On Apr 13, 2018, at 2:02 PM, Tobias Oetiker <tobi at oetiker.ch> wrote:
>
> Hi Antonino
>
> try
>
> make distclean
> ./bootstrap
> ./configure
> make
>
> cheers
> tobi
>
>
> ----- On Apr 13, 2018, at 12:13 PM, António Godinho <
> nunes.godinho at gmail.com> wrote:
>
> I have the same problem has Eric, also running CentOS 7.
> I was wating for an answer to your problem...
> Same thing here:
>
> [root at ossec smokeping-2.7.1]# /usr/bin/gmake install
> ...
> Authen::Radius is up to date. (0.26)
> gmake[1]: *** [touch] Error 123
> gmake[1]: Leaving directory `/usr/src/smokeping-2.7.1/thirdparty'
> gmake: *** [install-recursive] Error 1
> [root at ossec smokeping-2.7.1]#
>
> ~
>
> Tobias hat didn't work for me.
>
> I had to run gmake with debug and keep reading the logs:
> /usr/bin/gmake -d install
>
> It broke a few times because of missing modules. I had to log into cpan
> shell and install severall modules (Mouse, Zlib, Path::Class, OrePAN::
> Archive )
> Also: yum install perl-Test-Fatal perl-IO-Zlib.noarch
>
> Got stuck here:
> ...
> Successfully installed ExtUtils-MakeMaker-7.34 (upgraded from 6.63_02)
> Successfully installed Net-IP-1.26
> Successfully installed Data-HexDump-0.02
> Successfully installed Authen-Radius-0.26
> 59 distributions installed
> Reaping winning child 0x2136740 PID 4019
> Live child 0x2136740 (CPAN/touch) PID 12760
>   GEN      CPAN/touch
> /bin/sh: /usr/src/smokeping-2.7.1/thirdparty/Ore/bin/orepan_index.pl: No
> such file or directory
> Reaping losing child 0x2136740 PID 12760
> gmake[1]: *** [CPAN/touch] Error 127
> Removing child 0x2136740 PID 12760 from chain.
>
> Any advice?
>
>
> On Tue, Apr 10, 2018 at 7:11 PM, Tobias Oetiker <tobi at oetiker.ch> wrote:
>
>> Hi Eric
>> Try doing
>>
>> touch PERL_MODULES
>>
>> And then do make again
>>
>> cheers
>> Tobi
>>
>>
>> Tobias Oetiker
>>
>> On 10 Apr 2018, at 19:06, Eric Brander <mailinglists at rednarb.com> wrote:
>>
>>
>> On Thu, Mar 22, 2018 at 7:58 AM, Eric Brander <mailinglists at rednarb.com>
>> wrote:
>>
>>> Friends,
>>>
>>> Long-time smokeping user here, installing a new implementation on
>>> Centos 7.4.1708, getting an error when executing gmake install:
>>>
>>> root-> /usr/bin/gmake install
>>> Making install in thirdparty
>>> gmake[1]: Entering directory `/tmp/smokeping-2.7.1/thirdparty'
>>> echo "If the moduile install hangs, this may be because one of the
>>> modules expects you to press [return] without telling you ... just do it!"
>>> If the moduile install hangs, this may be because one of the modules
>>> expects you to press [return] without telling you ... just do it!
>>>   GEN      touch
>>> FCGI is up to date. (0.78)
>>> CGI is up to date. (4.38)
>>> CGI::Fast is up to date. (2.13)
>>> Config::Grammar is up to date. (1.12)
>>> Socket6 is up to date. (0.28)
>>> IO::Socket::SSL is up to date. (2.054)
>>>
>>> Digest::HMAC_MD5 is up to date. (1.01)
>>> Net::Telnet is up to date. (3.04)
>>> Net::OpenSSH is up to date. (0.74)
>>> ! Couldn't find module or a distribution CPAN::Meta (2.142060)
>>> ! Installing the dependencies failed: Module 'CPAN::Meta' is not
>>> installed
>>> ! Bailing out the installation for Module-Build-0.4224.
>>> ! Installing the dependencies failed: Module 'Module::Build' is not
>>> installed
>>> ! Bailing out the installation for Net-SNMP-v6.0.1.
>>> Net::LDAP is up to date. (0.65)
>>> Net::DNS is up to date. (1.14)
>>> IO::Pty is up to date. (1.12)
>>> LWP is up to date. (6.31)
>>> Authen::Radius is up to date. (0.26)
>>> *gmake[1]: *** [touch] Error 123*
>>> gmake[1]: Leaving directory `/tmp/smokeping-2.7.1/thirdparty'
>>> gmake: *** [install-recursive] Error 1
>>>
>>>
>>> root-> cpan Module::Build
>>> Reading '/root/.cpan/Metadata'
>>>   Database was generated on Wed, 21 Mar 2018 18:29:03 GMT
>>> Module::Build is up to date (0.4224).
>>>
>>> root-> cpan CPAN::Meta
>>> Reading '/root/.cpan/Metadata'
>>>   Database was generated on Wed, 21 Mar 2018 18:29:03 GMT
>>> CPAN::Meta is up to date (2.150010).
>>>
>>> root-> yum install net-snmp-devel net-snmp
>>> Loaded plugins: fastestmirror
>>> Loading mirror speeds from cached hostfile
>>>  * base: dallas.tx.mirror.xygenhosting.com
>>>  * epel: mirror.colorado.edu
>>>  * extras: centos.unixheads.org
>>>  * updates: mirrors.usinternet.com
>>> Package 1:net-snmp-devel-5.7.2-28.el7_4.1.x86_64 already installed and
>>> latest version
>>> Package 1:net-snmp-5.7.2-28.el7_4.1.x86_64 already installed and latest
>>> version
>>> Nothing to do
>>>
>>>
>>> Maybe related - as a long-time user, I installed all the dependencies
>>> manually before attempting the Smokeping install, but this new
>>> installer is also trying to install these thirdparty tools. Maybe some
>>> issue there? Any other ideas?
>>>
>>> Thanks,
>>> Eric
>>>
>>>
>> Didn't get any responses to this last time so I'm throwing my line in
>> again to see I get any bites.
>>
>> TIA,
>> Eric
>>
>> _______________________________________________
>> smokeping-users mailing list
>> smokeping-users at lists.oetiker.ch
>> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
>>
>>
>> _______________________________________________
>> smokeping-users mailing list
>> smokeping-users at lists.oetiker.ch
>> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
>>
>>
>
>
> --
>
> Com os melhores cumprimentos,
>
> António Godinho
>
> *Eng.º InformáticoWeb: http://www.isec.pt/~to <http://www.isec.pt/~to>*
>
> ............................................................
> ................................
>
> AVISO DE CONFIDENCIALIDADE
> Esta mensagem (incluindo quaisquer anexos) pode conter informação
> confidencial ou legalmente protegida para uso exclusivo do destinatário. Se
> não for o destinatário pretendido da mesma, não deverá fazer uso, copiar,
> distribuir ou revelar o seu conteúdo (incluindo quaisquer anexos) a
> terceiros, sem a devida autorização. Se recebeu esta mensagem por engano,
> por favor informe o emissor, por e-mail, e elimine-a imediatamente.
> Obrigado.
>
> CONFIDENTIALITY NOTICE
> This message may contain confidential information or privileged material,
> and is intended only for the individual(s) named. If you are not the named
> addressee, you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake and delete this e-mail from your system. Thank you.
>
> _______________________________________________
> smokeping-users mailing list
> smokeping-users at lists.oetiker.ch
> https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
>
>
> --
> Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15
> <https://maps.google.com/?q=Aarweg+15&entry=gmail&source=g> CH-4600
> Olten, Switzerland
> www.oetiker.ch tobi at oetiker.ch +41 62 775 9902
>
>
> --
> Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15
> <https://maps.google.com/?q=Aarweg+15&entry=gmail&source=g> CH-4600
> Olten, Switzerland
> www.oetiker.ch tobi at oetiker.ch +41 62 775 9902
>



-- 

Com os melhores cumprimentos,

António Godinho

*Eng.º InformáticoWeb: http://www.isec.pt/~to <http://www.isec.pt/~to>*

............................................................................................

AVISO DE CONFIDENCIALIDADE
Esta mensagem (incluindo quaisquer anexos) pode conter informação
confidencial ou legalmente protegida para uso exclusivo do destinatário. Se
não for o destinatário pretendido da mesma, não deverá fazer uso, copiar,
distribuir ou revelar o seu conteúdo (incluindo quaisquer anexos) a
terceiros, sem a devida autorização. Se recebeu esta mensagem por engano,
por favor informe o emissor, por e-mail, e elimine-a imediatamente.
Obrigado.

CONFIDENTIALITY NOTICE
This message may contain confidential information or privileged material,
and is intended only for the individual(s) named. If you are not the named
addressee, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/smokeping-users/attachments/20180413/ae9e6375/attachment-0001.html>


More information about the smokeping-users mailing list