Beats 7

Miroslav Lachman 000.fbsd at quip.cz
Tue Mar 17 13:28:04 UTC 2020


Peter Ankerstål wrote on 2020/03/17 08:31:
> 
> 
>> On 17 Mar 2020, at 01:42, Miroslav Lachman <000.fbsd at 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


More information about the freebsd-elastic mailing list