You are not logged in.
@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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
sudo: unable to execute /usr/bin/bauerbill: No such file or directory
That's strange
Offline
Fixed.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
the interaction between parallel download pacman and aria seems redundant
Offline
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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
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
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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
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
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 Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
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