Re: [DNG] download image ISO of beowulf

2020-02-02 Thread Aitor

Hi,

On 2/2/20 14:10, Aitor wrote:


Hi Ismael,

On 1/2/20 17:42, Ismael L. Donis Garcia wrote:

Thanks for the information, I download and try it
--
Ismael



Today i did some improvements in the image, and it works fine with 
both legacy and UEFI.
I still didn't upload the new image, because i haven't enough space in 
the hard disk of the server.
I'm removing some stuff from it and shortly i'll upload new images for 
i386 and amd64.

I'll notice you here in the mailing list.

Cheers,

Aitor.


I uploaded it again:

http://gnuinos.org/Devuan%20Drafts/

Hope you like it :)

Aitor.


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


Re: [DNG] List index out of range merging the repo of gnuinos with amprolla

2020-02-02 Thread Rowland penny via Dng

On 02/02/2020 18:24, Aitor wrote:


Hi,

I'm getting the following error merging packages .gnuinos.org with 
amprolla:


$ python3 amprolla_merge.py


[  ]

Loading packages: 
['/home/aitor/amprolla/spool/gnuinos/dists/beowulf/main/binary-i386/Packages.gz', 
'/home/aitor/amprolla/spool/devuan/dists/beowulf/main/binary-i386/Packages.gz', 
None, 
'/home/aitor/amprolla/spool/debian/dists/buster/main/binary-i386/Packages.gz']

Writing packages
Writing packages

Crawling ascii-security
Writing Release

Crawling ascii-updates
Writing Release

Crawling jessie

Crawling beowulf-updates
Writing Release
Writing Release

Crawling beowulf-security
Writing Release
2020/02/02 19:12:08 [ERR] list index out of range


Any hints?

Thanks in advance,

Aitor.

At a guess, without seeing the code, it looks you have 'x' items in your 
list but the python code thinks there are 'y' items.


Rowland



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


[DNG] List index out of range merging the repo of gnuinos with amprolla

2020-02-02 Thread Aitor

Hi,

I'm getting the following error merging packages .gnuinos.org with amprolla:

$ python3 amprolla_merge.py


[  ]

Loading packages: 
['/home/aitor/amprolla/spool/gnuinos/dists/beowulf/main/binary-i386/Packages.gz', 
'/home/aitor/amprolla/spool/devuan/dists/beowulf/main/binary-i386/Packages.gz', 
None, 
'/home/aitor/amprolla/spool/debian/dists/buster/main/binary-i386/Packages.gz']

Writing packages
Writing packages

Crawling ascii-security
Writing Release

Crawling ascii-updates
Writing Release

Crawling jessie

Crawling beowulf-updates
Writing Release
Writing Release

Crawling beowulf-security
Writing Release
2020/02/02 19:12:08 [ERR] list index out of range


Any hints?

Thanks in advance,

Aitor.


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


Re: [DNG] download image ISO of beowulf

2020-02-02 Thread Aitor

Hi Ismael,

On 1/2/20 17:42, Ismael L. Donis Garcia wrote:

Thanks for the information, I download and try it
--
Ismael



Today i did some improvements in the image, and it works fine with both 
legacy and UEFI.
I still didn't upload the new image, because i haven't enough space in 
the hard disk of the server.
I'm removing some stuff from it and shortly i'll upload new images for 
i386 and amd64.

I'll notice you here in the mailing list.

Cheers,

Aitor.


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


Re: [DNG] "chimeara/ceres" in lsb_release output causes failure to compile kernel

2020-02-02 Thread Mark Hindley
Matheu,

Thanks for this.

On Sat, Feb 01, 2020 at 09:40:31PM +, mat...@danwin1210.me wrote:
> 127c127
> < elif distribution=$(lsb_release -cs |cut -d/ -f2 2>/dev/null) && [ -n 
> "$distribution" ] && [ "$distribution" != "n/a" ]; then
> ---
> > elif distribution=$(lsb_release -cs 2>/dev/null) && [ -n "$distribution" ] 
> > && [ "$distribution" != "n/a" ]; then

Actually, I think we might just need to merge in Debian's base-files 11.0. It
has dropped all the VERSION, VERSION_ID and CODENAME headers from
/etc/os-release. See
https://tracker.debian.org/media/packages/b/base-files/changelog-11

That makes lsb_release -cs return 'n/a' which is an expected and handled case.

Are you able to remove VERSION, VERSION_ID and CODENAME and verify that the
kernel builds successfully?

Thanks

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