Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 14:27:54 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        =?UTF-8?Q?Peter_Ankerst=c3=a5l?= <peter@pean.org>
Cc:        "elastic@freebsd.org" <elastic@FreeBSD.org>
Subject:   Re: Beats 7
Message-ID:  <5bdda9b8-9e76-088b-4289-8c04dbb7acc1@quip.cz>
In-Reply-To: <BB664694-C051-4F06-ADC6-22CC127D8481@pean.org>
References:  <97FB5F71-B110-4F31-9E62-C0EFCF2E0464@pean.org> <51a99528-d45e-95dc-a365-621c2966f545@quip.cz> <BB664694-C051-4F06-ADC6-22CC127D8481@pean.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Ankerstål wrote on 2020/03/17 08:31:
> 
> 
>> On 17 Mar 2020, at 01:42, Miroslav Lachman <000.fbsd@quip.cz> wrote:
>>
>> Peter Ankerstål wrote on 2020/03/17 00:10:
>>> Hi!
>>> https://forums.freebsd.org/threads/logstash6-issue.74359/#post-454612
>>> Would it be possible to update the port for beat? or add a new one. It seems it builds without any big changes. I removed all patches, but other than that I just changed the version number of the port.
>>> torus:/usr/ports/sysutils/beats # svn diff
>>> Index: Makefile
>>> ===================================================================
>>> --- Makefile    (revision 528517)
>>> +++ Makefile    (working copy)
>>> @@ -2,7 +2,7 @@
>>>   # $FreeBSD$
>>>     PORTNAME=      beats
>>> -PORTVERSION=   6.8.7
>>> +PORTVERSION=   7.6.1
>>>   DISTVERSIONPREFIX=v
>>>   CATEGORIES=    sysutils
>>>   Index: distinfo
>>> ===================================================================
>>> --- distinfo    (revision 528517)
>>> +++ distinfo    (working copy)
>>> @@ -1,3 +1,3 @@
>>> -TIMESTAMP = 1584068609
>>> -SHA256 (elastic-beats-v6.8.7_GH0.tar.gz) = 2de29f889d0ee806e479c1607d5e36b3fba4232502771ef3196ee564b4a3e0bc
>>> -SIZE (elastic-beats-v6.8.7_GH0.tar.gz) = 35559504
>>> +TIMESTAMP = 1584399934
>>> +SHA256 (elastic-beats-v7.6.1_GH0.tar.gz) = ab7921a6f76fa5010cc3f2ef6fcff8fba9fb06ac4afa703a5fb2901be0698c5b
>>> +SIZE (elastic-beats-v7.6.1_GH0.tar.gz) = 77795975
>>
>> There must be some changes in pkg-plist too.
>>
>> Would you mind to test this version?
>>
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244849
>>
>> Kind regards
>> Miroslav Lachman
>>
> Oh, there it is.
> 
> I tested it and there seems to be some problem with the post install:
> 
> Installing beats7-7.6.1...
> pkg-static: Fail to create hardlink: /var/db/beats/filebeat/kibana/7/dashboard/.pkgtemp.Filebeat-Kafka-overview.json.67sFQiaemu2r:Cross-device link
> cp: /usr/local/etc/heartbeat.yml.sample: No such file or directory
> cp: /usr/local/etc/metricbeat.yml.sample: No such file or directory
> pkg-static: POST-INSTALL script failed
> *** Error code 70

It's a strange error. What is your filesystem layout (partitions)? It 
seems the install is trying to hardlink file to a different partitions.

Also I don't know why you see the "No such file or directory" error for 
sample files.

They are conditional in plist according to options you selected:

%%FILEBEAT%%@sample etc/filebeat.yml.sample
%%HEARTBEAT%%@sample etc/heartbeat.yml.sample
%%METRICBEAT%%@sample etc/metricbeat.yml.sample

Did you use this shar?
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212453&action=edit

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5bdda9b8-9e76-088b-4289-8c04dbb7acc1>