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

next in thread | previous in thread | raw e-mail | index | archive | help


> On 17 Mar 2020, at 14:27, Miroslav Lachman <000.fbsd@quip.cz> wrote:
>=20
> Peter Ankerst=C3=A5l wrote on 2020/03/17 08:31:
>>> On 17 Mar 2020, at 01:42, Miroslav Lachman <000.fbsd@quip.cz> wrote:
>>>=20
>>> Peter Ankerst=C3=A5l 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
>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>> --- Makefile    (revision 528517)
>>>> +++ Makefile    (working copy)
>>>> @@ -2,7 +2,7 @@
>>>>  # $FreeBSD$
>>>>    PORTNAME=3D      beats
>>>> -PORTVERSION=3D   6.8.7
>>>> +PORTVERSION=3D   7.6.1
>>>>  DISTVERSIONPREFIX=3Dv
>>>>  CATEGORIES=3D    sysutils
>>>>  Index: distinfo
>>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>> --- distinfo    (revision 528517)
>>>> +++ distinfo    (working copy)
>>>> @@ -1,3 +1,3 @@
>>>> -TIMESTAMP =3D 1584068609
>>>> -SHA256 (elastic-beats-v6.8.7_GH0.tar.gz) =3D =
2de29f889d0ee806e479c1607d5e36b3fba4232502771ef3196ee564b4a3e0bc
>>>> -SIZE (elastic-beats-v6.8.7_GH0.tar.gz) =3D 35559504
>>>> +TIMESTAMP =3D 1584399934
>>>> +SHA256 (elastic-beats-v7.6.1_GH0.tar.gz) =3D =
ab7921a6f76fa5010cc3f2ef6fcff8fba9fb06ac4afa703a5fb2901be0698c5b
>>>> +SIZE (elastic-beats-v7.6.1_GH0.tar.gz) =3D 77795975
>>>=20
>>> There must be some changes in pkg-plist too.
>>>=20
>>> Would you mind to test this version?
>>>=20
>>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244849
>>>=20
>>> Kind regards
>>> Miroslav Lachman
>>>=20
>> 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
>=20
> It's a strange error. What is your filesystem layout (partitions)? It =
seems the install is trying to hardlink file to a different partitions.
>=20
store/usr/ports                          13.9G  1.13T  7.45G  /usr/ports
store/usr/ports/distfiles                1.57G  1.13T  1.57G  =
/usr/ports/distfiles
store/usr/ports/packages                 28.8M  1.13T  28.5M  =
/usr/ports/packages
> Also I don't know why you see the "No such file or directory" error =
for sample files.
>=20
> They are conditional in plist according to options you selected:
>=20
> %%FILEBEAT%%@sample etc/filebeat.yml.sample
> %%HEARTBEAT%%@sample etc/heartbeat.yml.sample
> %%METRICBEAT%%@sample etc/metricbeat.yml.sample

I tried to disable heartbeat and metricbeat in options and now I dont =
get the error..
>=20
> Did you use this shar?
> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212453&action=3Ded=
it
>=20

Yes,

I also tried to build a package and that seemed to work without any =
errors, but when I try to install that package it fails with:=20
# pkg install beats7-7.6.1.txz
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	beats7: 7.6.1

Number of packages to be installed: 1

The process will require 123 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing beats7-7.6.1...
Extracting beats7-7.6.1:  93%
pkg: Fail to create hardlink: =
/var/db/beats/filebeat/kibana/7/dashboard/.pkgtemp.Filebeat-Kafka-overview=
.json.iYNtuaUyNBLf:Cross-device link
Extracting beats7-7.6.1: 100%




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B626BD25-CD87-4573-90B2-28AF2CD3A6D8>