You are not logged in.

#1 2012-01-19 20:43:45

zacharynoob
Member
Registered: 2012-01-19
Posts: 3

Installing Error: is unknown trust

[root@Acid zach]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
arch-fonts is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (11): cifs-utils-5.2-1  gpgme-1.3.1-2  inetutils-1.9.1-1  libass-0.10.0-3  libcap-ng-0.6.6-1  linux-3.2.1-1  nvidia-290.10-2
              openssl-1.0.0.g-1  perl-5.14.2-7  sdl_image-1.2.11-1  xkeyboard-config-2.4.1-3

Total Installed Size:   127.48 MiB                                                                                                             
Net Upgrade Size:       7.03 MiB                                                                                                               
                                                                                                                                               
Proceed with installation? [Y/n] y                                                                                                             
(11/11) checking package integrity                                                    [##################################################] 100%
error: libcap-ng: signature from "Ionut Biru <ibiru@archlinux.org>" is unknown trust                                                           
error: cifs-utils: signature from "Tobias Powalowski <tobias.powalowski@googlemail.com>" is unknown trust                                     
error: gpgme: signature from "Dave Reisner <d@falconindy.com>" is unknown trust                                                               
error: inetutils: signature from "Eric Belanger <eric@archlinux.org>" is unknown trust                                                         
error: libass: signature from "Giovanni Scafora <giovanni@archlinux.org>" is unknown trust                                                     
error: linux: signature from "Tobias Powalowski <tobias.powalowski@googlemail.com>" is unknown trust                                           
error: nvidia: signature from "Tobias Powalowski <tobias.powalowski@googlemail.com>" is unknown trust                                         
error: perl: signature from "Florian Pritz <bluewind@xinu.at>" is unknown trust                                                               
error: openssl: key "7F2D434B9741E8AC" is unknown                                                                                             
error: key "7F2D434B9741E8AC" could not be looked up remotely                                                                                 
error: sdl_image: key "A5E9288C4FA415FA" is unknown                                                                                           
error: key "A5E9288C4FA415FA" could not be looked up remotely                                                                                 
error: xkeyboard-config: signature from "Florian Pritz <bluewind@xinu.at>" is unknown trust                                                   
error: failed to commit transaction (invalid or corrupted package (PGP signature))                                                             
Errors occurred, no packages were upgraded.

This happens when I do pacman -Syu
but not only pacman -Syu . when ever i want to install something.( but the error is from pacman -Syu)

just upgraded my pacman.
had to remove yaourt to upgrade it.

I must of done something wrong in between.
my best guess is that my pacman.conf hasnt changed to the new one. but i dont exactly
know how to do that safely.  I dont want to mess anything up . If you could help me that'd be great.

-Thanks

Offline

#2 2012-01-19 20:47:42

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Installing Error: is unknown trust

zacharynoob wrote:

my best guess is that my pacman.conf hasnt changed to the new one. but i dont exactly
know how to do that safely.

I don't understand this part. How did you merge the pacnew files?

Post your pacman.conf

When pasting code, please use [ code ] tags, not [quote ] tags https://bbs.archlinux.org/help.php#bbcode

like this

Offline

#3 2012-01-19 20:51:41

b4data
Member
Registered: 2010-12-14
Posts: 141

Re: Installing Error: is unknown trust

Plenty of threads on the forum regarding this issue, take a look, it won't take long to find.

You should also read these pages in the wiki:

https://wiki.archlinux.org/index.php/Pacman-key

https://wiki.archlinux.org/index.php/Pa … save_Files

Also, checking the news now and then is a good idea, here's the post that is relevant to you:

http://www.archlinux.org/news/pacman-4-moves-to-core/

Last edited by b4data (2012-01-19 20:55:46)

Offline

#4 2012-01-19 21:03:18

zacharynoob
Member
Registered: 2012-01-19
Posts: 3

Re: Installing Error: is unknown trust

# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository dire$

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default valu$
# If you wish to use different paths, uncomment and update the $
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be ask$
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members$
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate fil$
#   - repositories listed first will take precedence when packa$
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current $
#   - URLs will have $arch replaced by the name of the architec$

Offline

#5 2012-01-19 21:05:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Installing Error: is unknown trust

1. It this the whole thing? Seems the bottom is missing.
2. You forgot to merge it with /etc/pacman.conf.pacnew.

Offline

#6 2012-01-19 21:09:43

zacharynoob
Member
Registered: 2012-01-19
Posts: 3

Re: Installing Error: is unknown trust

How do i exactly do that? I would imagen I cant simply copy and paste.

Offline

#7 2012-01-19 21:11:26

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Installing Error: is unknown trust

zacharynoob wrote:

How do i exactly do that? I would imagen I cant simply copy and paste.

Actually you can but you have to pay attention what and where are you pasting.

b4data was kind enough to provide multiple links regarding this issue.

Offline

#8 2012-01-19 21:12:34

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Installing Error: is unknown trust

zacharynoob wrote:

How do i exactly do that? I would imagen I cant simply copy and paste.

There is a wiki page: https://wiki.archlinux.org/index.php/Pa … save_Files

If you are going to run Arch, you need to be prepared to read the documentation and not expect to have your hand held about the absolute basics...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB