Re: [DNG] Ossec-hids for Beowulf

2021-05-25 Thread Luciano Mannucci
On Tue, 25 May 2021 08:56:31 +1000
wirelessduck--- via Dng  wrote:

> Try with
> 
> apt-get update --allow-releaseinfo-change
Yes!

This did the trick!

Many thanks,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-25 Thread Luciano Mannucci
On Tue, 25 May 2021 08:46:56 +1000
terryc  wrote:

> > root@aroeira:~# apt-get update
> > Get:1 http://deb.devuan.org/merged beowulf InRelease [33.2 kB]
> > Get:2 http://deb.devuan.org/merged beowulf-security InRelease [25.7
> > kB] Reading package lists... Done  
> > E: Repository 'http://deb.devuan.org/merged beowulf InRelease'
> > changed its 'Suite' value from 'testing' to 'stable' N: This must be
> > accepted explicitly before updates for this repository can be
> > applied. See apt-secure(8) manpage for details. E: Repository
> > 'http://deb.devuan.org/merged beowulf-security InRelease' changed its
> > 'Suite' value from 'testing-security' to 'stable-security' N: This
> > must be accepted explicitly before updates for this repository can be
> > applied. See apt-secure(8) manpage for details.
> > 
> > It doesn't say how to accetp this change.

> What version(/etc/devuan_version is your system on?
root@aroeira:~# cat /etc/devuan_version 
beowulf/ceres

> What version did you install?
Beowulf, AFAIK.

> It sound like you might need to perform a 'sudo apt-get dist
> upgrade'.
Done.

> You have to use the repository that you installed, until you
> specifically tell it to jump forward.
> are the lines in your  /etc/apt/sources.list referencing stable or
> one of the versions(jessie, aascii, or beowulf?).

> Having a version there is better.
root@aroeira:~# cat /etc/apt/sources.list
# deb http://deb.devuan.org/merged beowulf main

deb http://deb.devuan.org/merged beowulf main
deb-src http://deb.devuan.org/merged beowulf main

deb http://deb.devuan.org/merged beowulf-security main
deb-src http://deb.devuan.org/merged beowulf-security main

Cheers && Thanks,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread tempforever
Somehow, you are still on "testing" instead of "stable" ...

Use "apt update" instead of "apt-get update" ... apt will prompt for you
to agree to switch.


Luciano Mannucci wrote:
> Many thanks Olaf, for your help.
>
> On Mon, 24 May 2021 21:29:25 +0900
> Olaf Meeuwissen  wrote:
>
>> The error message is about linux-libc-dev which is at 4.19.181-1 for
>> Beowulf.  So while close, the mirror that your apt-get install used was
>> out-of-date.  Try running `apt-get update` and `apt-get install` again.
> Well if I issue "apt-get update", I get:
>
> root@aroeira:~# apt-get update
> Get:1 http://deb.devuan.org/merged beowulf InRelease [33.2 kB]
> Get:2 http://deb.devuan.org/merged beowulf-security InRelease [25.7 kB]
> Reading package lists... Done  
> E: Repository 'http://deb.devuan.org/merged beowulf InRelease' changed its 
> 'Suite' value from 'testing' to 'stable'
> N: This must be accepted explicitly before updates for this repository can be 
> applied. See apt-secure(8) manpage for details.
> E: Repository 'http://deb.devuan.org/merged beowulf-security InRelease' 
> changed its 'Suite' value from 'testing-security' to 'stable-security'
> N: This must be accepted explicitly before updates for this repository can be 
> applied. See apt-secure(8) manpage for details.
>
> It doesn't say how to accetp this change.
>
> Sorry for my newbeeness and thanks again,
>
> Luciano.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread Vernon Geiszler via Dng
> N: This must be accepted explicitly before updates for this repository can
> be applied. See apt-secure(8) manpage for details.
>
> It doesn't say how to accetp this change.
>
> Sorry for my newbeeness and thanks again,
>
> Luciano.
>
>
> This may have already been addressed before me.  To accept this you need
> to run apt update not apt-get update.
>

Vernon
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread wirelessduck--- via Dng


> On 25 May 2021, at 05:14, Luciano Mannucci  wrote:
> 
> 
> Many thanks Olaf, for your help.
> 
>> On Mon, 24 May 2021 21:29:25 +0900
>> Olaf Meeuwissen  wrote:
>> 
>> The error message is about linux-libc-dev which is at 4.19.181-1 for
>> Beowulf.  So while close, the mirror that your apt-get install used was
>> out-of-date.  Try running `apt-get update` and `apt-get install` again.
> Well if I issue "apt-get update", I get:
> 
> root@aroeira:~# apt-get update
> Get:1 http://deb.devuan.org/merged beowulf InRelease [33.2 kB]
> Get:2 http://deb.devuan.org/merged beowulf-security InRelease [25.7 kB]
> Reading package lists... Done  
> E: Repository 'http://deb.devuan.org/merged beowulf InRelease' changed its 
> 'Suite' value from 'testing' to 'stable'
> N: This must be accepted explicitly before updates for this repository can be 
> applied. See apt-secure(8) manpage for details.
> E: Repository 'http://deb.devuan.org/merged beowulf-security InRelease' 
> changed its 'Suite' value from 'testing-security' to 'stable-security'
> N: This must be accepted explicitly before updates for this repository can be 
> applied. See apt-secure(8) manpage for details.
> 
> It doesn't say how to accetp this change.
> 
> Sorry for my newbeeness and thanks again,
> 
> Luciano.

Try with

apt-get update --allow-releaseinfo-change
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread terryc
On Mon, 24 May 2021 21:19:25 +0200
Luciano Mannucci  wrote:

> Many thanks Olaf, for your help.
> 
> On Mon, 24 May 2021 21:29:25 +0900
> Olaf Meeuwissen  wrote:
> 
> > The error message is about linux-libc-dev which is at 4.19.181-1 for
> > Beowulf.  So while close, the mirror that your apt-get install used
> > was out-of-date.  Try running `apt-get update` and `apt-get
> > install` again.  
> Well if I issue "apt-get update", I get:
> 
> root@aroeira:~# apt-get update
> Get:1 http://deb.devuan.org/merged beowulf InRelease [33.2 kB]
> Get:2 http://deb.devuan.org/merged beowulf-security InRelease [25.7
> kB] Reading package lists... Done  
> E: Repository 'http://deb.devuan.org/merged beowulf InRelease'
> changed its 'Suite' value from 'testing' to 'stable' N: This must be
> accepted explicitly before updates for this repository can be
> applied. See apt-secure(8) manpage for details. E: Repository
> 'http://deb.devuan.org/merged beowulf-security InRelease' changed its
> 'Suite' value from 'testing-security' to 'stable-security' N: This
> must be accepted explicitly before updates for this repository can be
> applied. See apt-secure(8) manpage for details.
> 
> It doesn't say how to accetp this change.
> 
> Sorry for my newbeeness and thanks again,

What version(/etc/devuan_version is your system on?

What version did you install?
It sound like you might need to perform a 'sudo apt-get dist
upgrade'.

You have to use the repository that you installed, until you
specifically tell it to jump forward.
are the lines in your  /etc/apt/sources.list referencing stable or
one of the versions(jessie, aascii, or beowulf?).

Having a version there is better.

performed the trifecta? (apt-get update
> 
> Luciano.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread Luciano Mannucci

Many thanks Olaf, for your help.

On Mon, 24 May 2021 21:29:25 +0900
Olaf Meeuwissen  wrote:

> The error message is about linux-libc-dev which is at 4.19.181-1 for
> Beowulf.  So while close, the mirror that your apt-get install used was
> out-of-date.  Try running `apt-get update` and `apt-get install` again.
Well if I issue "apt-get update", I get:

root@aroeira:~# apt-get update
Get:1 http://deb.devuan.org/merged beowulf InRelease [33.2 kB]
Get:2 http://deb.devuan.org/merged beowulf-security InRelease [25.7 kB]
Reading package lists... Done  
E: Repository 'http://deb.devuan.org/merged beowulf InRelease' changed its 
'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.
E: Repository 'http://deb.devuan.org/merged beowulf-security InRelease' changed 
its 'Suite' value from 'testing-security' to 'stable-security'
N: This must be accepted explicitly before updates for this repository can be 
applied. See apt-secure(8) manpage for details.

It doesn't say how to accetp this change.

Sorry for my newbeeness and thanks again,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread Olaf Meeuwissen via Dng
Hi Luciano, list,

Apologies!  I just noticed that I didn't pay enough attention to the
package name and only focussed on the version :-/

Olaf Meeuwissen via Dng writes:

> Hi Luciano,
>
> Luciano Mannucci writes:
>
>> On Fri, 21 May 2021 13:56:00 +0200
>> Joril via Dng  wrote:
>>
>>>  I can get pcre2 devel libs and .h, wich I'm unable to find
>>> > for Beowulf. What sould I do?
>>>
>>> Isn't libpcre2-dev what you are looking for?
>> Indeed.
>> But if I issue "apt-get install libpcre2-dev", I get:
>> E: Failed to fetch 
>> http://debian.ipacct.com/debian/pool/main/l/linux/linux-libc-dev_4.19.98-1_ppc64el.deb
>>   404  Not Found [IP: 195.85.215.251 80]
>> E: Unable to fetch some archives, maybe run apt-get update or try with 
>> --fix-missing?
>>
>> Is it normal?
>
> No.  This looks like your getting Packages from a mirror that's badly
> outdated.
>
> libpcre2-dev has been on 10.x since at least Debian Stretch, so that's
> what Devuan ASCII would have.  For Beowulf, the version would be 10.32-5
> per
>
>   $ apt-cache madison libpcre2-dev
>   libpcre2-dev |10.32-5 | http://deb.devuan.org/merged beowulf/main amd64 
> Packages

The error message is about linux-libc-dev which is at 4.19.181-1 for
Beowulf.  So while close, the mirror that your apt-get install used was
out-of-date.  Try running `apt-get update` and `apt-get install` again.

> Did you run `apt-get update` recently?  If so, you should probably fix
> your /etc/apt/sources.list to point to
>
>   deb http://dev.devuan.org/merged beowulf main
>
> and add contrib and non-free as necessary.

You can check

  
https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package=linux-libc-dev

for the available versions.  Have a look at each version's sources.list
entry and find one that matches your APT sources.

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-24 Thread Olaf Meeuwissen via Dng
Hi Luciano,

Luciano Mannucci writes:

> On Fri, 21 May 2021 13:56:00 +0200
> Joril via Dng  wrote:
>
>>  I can get pcre2 devel libs and .h, wich I'm unable to find
>> > for Beowulf. What sould I do?
>>
>> Isn't libpcre2-dev what you are looking for?
> Indeed.
> But if I issue "apt-get install libpcre2-dev", I get:
> E: Failed to fetch 
> http://debian.ipacct.com/debian/pool/main/l/linux/linux-libc-dev_4.19.98-1_ppc64el.deb
>   404  Not Found [IP: 195.85.215.251 80]
> E: Unable to fetch some archives, maybe run apt-get update or try with 
> --fix-missing?
>
> Is it normal?

No.  This looks like your getting Packages from a mirror that's badly
outdated.

libpcre2-dev has been on 10.x since at least Debian Stretch, so that's
what Devuan ASCII would have.  For Beowulf, the version would be 10.32-5
per

  $ apt-cache madison libpcre2-dev
  libpcre2-dev |10.32-5 | http://deb.devuan.org/merged beowulf/main amd64 
Packages

Did you run `apt-get update` recently?  If so, you should probably fix
your /etc/apt/sources.list to point to

  deb http://dev.devuan.org/merged beowulf main

and add contrib and non-free as necessary.

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-21 Thread Luciano Mannucci
On Fri, 21 May 2021 13:56:00 +0200
Joril via Dng  wrote:

>  I can get pcre2 devel libs and .h, wich I'm unable to find
> > for Beowulf. What sould I do?  
> 
> Isn't libpcre2-dev what you are looking for?
Indeed.
But if I issue "apt-get install libpcre2-dev", I get:
E: Failed to fetch 
http://debian.ipacct.com/debian/pool/main/l/linux/linux-libc-dev_4.19.98-1_ppc64el.deb
  404  Not Found [IP: 195.85.215.251 80]
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?

Is it normal?

Cheers,

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Ossec-hids for Beowulf

2021-05-21 Thread Joril via Dng

On 20/05/21 11:23, Luciano Mannucci wrote:


I need to install an ossec-hids (from www.ossec.net) agent on a Devuan
Beowulf PPC64 machine. AFAIK the .deb package is not supported direcly
by Devuan and I cannot find a Debian PPC version. Compiling would be
trivial if I can get pcre2 devel libs and .h, wich I'm unable to find
for Beowulf. What sould I do?


Isn't libpcre2-dev what you are looking for?
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Ossec-hids for Beowulf

2021-05-20 Thread Luciano Mannucci

Hello,

I need to install an ossec-hids (from www.ossec.net) agent on a Devuan
Beowulf PPC64 machine. AFAIK the .deb package is not supported direcly
by Devuan and I cannot find a Debian PPC version. Compiling would be
trivial if I can get pcre2 devel libs and .h, wich I'm unable to find
for Beowulf. What sould I do?

Thanks to all in aadvance,

Luciano. 
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng