You are not logged in.

#251 2020-12-13 17:16:31

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

@SolarAquarion
Can you post the package that causes the error so that I can test this?

Also please check that you are using the latest version of all of bauerbill's and pbget's dependencies because I cannot reproduce the error with split packages right now.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#252 2020-12-15 12:26:54

SolarAquarion
Member
Registered: 2014-05-18
Posts: 92

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

sudo: unable to execute /usr/bin/bauerbill: No such file or directory

That's strange

Offline

#253 2020-12-16 03:15:06

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

Fixed.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#254 2021-01-12 01:25:04

SolarAquarion
Member
Registered: 2014-05-18
Posts: 92

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

the interaction between parallel download pacman and aria seems redundant

Offline

#255 2021-01-27 19:43:42

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

I haven't been following pacman development. Does it already implement parallel downloads? Or are you talking about some other pacman wrapper?  In that latter case, yeah, it's redundant to use 2 parallelizing wrappers.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#256 2021-01-28 04:59:32

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

pacman 6.0.0alpha1 has a ParallelDownloads option in pacman.conf and will download X number of packages at the same time.

It doesn't try to download one package in chunks from multiple servers, or download one package from each server, which IIRC powerpill does?


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#257 2021-01-28 05:19:06

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

I'll have to check how pacman handles parallel downloads but yeah, I expect aria2 to still be faster because of chunking and using multiple servers (especially when injecting 100+ mirrors with reflector).


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#258 2021-02-02 13:55:47

barraponto
Member
From: Campinas, Brazil
Registered: 2009-10-15
Posts: 29
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

I'm seeing PGP issues with xyne-86_64 repo. this is how the interaction goes https://gist.github.com/barraponto/0891 … d5bb6dba56
Running `pacman -Syyu` solves the issue, _until i run bauerbiill_. Then the issue crops up again (and bauerbill / bb-wrapper fails to update anything).

Offline

#259 2021-02-05 11:41:45

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

Strange. The only explanation that I think of right now is that aria2c is corrupting the download but that would be very surprising. Can you update with "pacman -Syyu" then save a copy of the database and signature in another directory, then do the same with bauerbill and compare the files (timestamps, checksums)?


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#260 2021-02-08 05:30:55

barraponto
Member
From: Campinas, Brazil
Registered: 2009-10-15
Posts: 29
Website

Re: Bauerbill reborn: pacman/powerpill+AUR+ABS+configurability

Right after pacman -Syyu:

$ md5sum xyne-x86_64.db.sig   
75f1ba6f887d525a95f1a8bfc808dc27  xyne-x86_64.db.sig

$ stat xyne-x86_64.db.sig
  File: xyne-x86_64.db.sig
  Size: 566       	Blocks: 8          IO Block: 4096   regular file
Device: fe02h/65026d	Inode: 27918351    Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-02-08 02:16:26.167105393 -0300
Modify: 2021-01-27 20:08:31.000000000 -0300
Change: 2021-02-08 02:16:26.163771997 -0300
Birth: 2021-02-08 02:16:25.853766308 -0300

Then, after bb-wrapper -Syyu --aur:

$ md5sum xyne-x86_64.db.sig
f5662584ddf74bc34dff0349ca34acf4  xyne-x86_64.db.sig

$ stat xyne-x86_64.db.sig    
  File: xyne-x86_64.db.sig
  Size: 566       	Blocks: 8          IO Block: 4096   regular file
Device: fe02h/65026d	Inode: 27918351    Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-02-08 02:29:12.684697731 -0300
Modify: 2021-01-09 21:10:16.000000000 -0300
Change: 2021-02-08 02:29:09.744644184 -0300
 Birth: 2021-02-08 02:16:25.853766308 -0300

Offline

Board footer

Powered by FluxBB