Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown (Read 4741 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #15
Thanks,  @#######, sorry for replying late because I was thinking trying your suggestions first and report success later.

Unfortunately, every pacman -Syyu took long on my machine (probably due to LaTeX packages), I can only reply now. I haven't found a solution yet. However, you provides a number of tracks for me to try. I will try all of them, and maybe there are solutions in your suggestions to my problems. Thanks a lot!

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #16
It seems that my problem can be called (temporarily) solved. Thanks to @#####, he hinted me to delete some packages; since there were only about 8 packages complaining marginal trust, so I deleted them (`neovim, ueberzug, python-xlib, texlive-sth`). Then pacman -Syyu command got executed without complaining anything any more. So I guess that meant fine.

Just that when I pacman -Ss neovim, there was no more packages called neovim. Maybe it's been removed from artix. I don't know.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #17
Neovim is in community repository, and visible on my system. Do you have community repository enabled?

I'm using: (/etc/pacman.d/mirrorlist)
Code: [Select]
## Europe
#Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
#Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
#Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
Server = https://quantum-mirror.hu/mirrors/pub/artix-linux/$repo/os/$arch
# ...etc...

(/etc/pacman.d/mirrorlist-arch)
Code: [Select]
## Worldwide
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch

# ...etc...
(/etc/pacman.conf)
Code: [Select]

[community]
Include = /etc/pacman.d/mirrorlist-arch

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #18
@strajder Thanks a lot. Indeed, it seems that all those operations I have done has altered my /etc/pacman.conf.

I added the lines you have kindly indicated to /etc/pacman.conf, and it's able to find the package now.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #19
@strajder Thanks a lot. Indeed, it seems that all those operations I have done has altered my /etc/pacman.conf.

I added the lines you have kindly indicated to /etc/pacman.conf, and it's able to find the package now.
"Warning! If you add archlinux's [community] repo, you must add [extra] repo too, otherwise you break some updates!"
https://wiki.artixlinux.org/Main/Repositories

Two days ago I broke my system because I had not read this warning.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #20
"Warning! If you add archlinux's [community] repo, you must add [extra] repo too, otherwise you break some updates!"
https://wiki.artixlinux.org/Main/Repositories

Two days ago I broke my system because I had not read this warning.
Anything pacman (or AUR helpers) outputs is not to be taken lightly. Sometimes you even need to press Ctrl+S to stop its output and read it (resume with Ctrl+Q, this is assuming your terminal emulator doesn't reserve those keys). Very often warnings contain important steps that need to be performed. If you just press Enter and ignore everything, or use --noconfirm, you do so on your own risk.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #21
Anything pacman (or AUR helpers) outputs is not to be taken lightly.
Fully agree  :-[


Quote
Sometimes you even need to press Ctrl+S to stop its output and read it (resume with Ctrl+Q, this is assuming your terminal emulator doesn't reserve those keys). Very often warnings contain important steps that need to be performed. If you just press Enter and ignore everything, or use --noconfirm, you do so on your own risk.
Does this mean that we can press these key combinations before confirming with Enter?

I use bash and xfce4-terminal



Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #22
https://tldp.org/HOWTO/Text-Terminal-HOWTO-17.html#ss17.8
Code: [Select]
  People new to Linux may unintentionally press Ctrl-S (^S) (or the "No
  Scroll" key) which mysteriously freezes the screen (although that is
  what this key is supposed to do if you use software flow-control).  To
  restore normal screen interaction, press Ctrl-Q (^Q).  Note that
  everything typed during the "freeze" gets executed but you don't see
  any report of this until you hit ^Q.  Thus when it's frozen, don't
  type anything drastic that might destroy files, etc.  One argument for
  using hardware flow-control is to prevent such freezes.


Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #24
If you enable arch repos, prepare for eventual sig clashes, because arch packages and artix packages are not the same, have different signatures, even they are named the same and have same version.
Also make sure you  populate the archlinux keyring
This is one major reason we disabled the arch repos.

Cleaning the pacman cache might help.

Code: [Select]
pacman -Sc

 or

Code: [Select]
pacman -Scc


Overall, some basic reading on how pacman works is not a disadvantage.

Re: [SOLVED] signature from "Artix Buildbot <[email protected]>" is unknown

Reply #25
Quote
Code: [Select]
pacman -Scc

This one I use regularly  8)

Quote
Overall, some basic reading on how pacman works is not a disadvantage.
Indeed !

I try to retain the most interesting functions of pacman in addition to pacman -Syyu
I remembered two very recently thanks to this forum:
Code: [Select]
pacman -Qi package_name
pacman -Qm