<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — Signature error on installation]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=200</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=200&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Signature error on installation.]]></description>
		<lastBuildDate>Tue, 28 Dec 2021 04:40:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3950#p3950</link>
			<description><![CDATA[<p>Yeah, your supposed to do this:</p><p>#SigLevel&nbsp; &nbsp; = Required DatabaseOptional</p><p>and as for the other SigLevel:</p><p>it is fine the way it is:</p><p>SigLevel = Never</p><p>If you do this, you should be able to upgrade fine.</p><p>But I recommend you do a full upgrade.</p><p>if you don&#039;t think&nbsp; it is a good idea, which I don&#039;t completely agree with, you can test in a vm of Hyperbola... <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Usually it isn&#039;t hard to do so, just time consuming. But once you have it set up,&nbsp; you can easily make a few backups, and if one breaks, delete it and use the last working one.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Tue, 28 Dec 2021 04:40:21 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3950#p3950</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3942#p3942</link>
			<description><![CDATA[<p>Example for use that part in your configuration:</p><div class="codebox"><pre><code>[core]
SigLevel = Never
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = Never
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = Never
Include = /etc/pacman.d/mirrorlist</code></pre></div><p>And remove the one line for SigLevel above. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Removing the package will restart the process itself: Download and install. You can also do it manually as the file is for real in this folder.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Mon, 27 Dec 2021 11:21:58 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3942#p3942</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3941#p3941</link>
			<description><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>Please post your complete configuration-file <strong>pacman.conf</strong></p></blockquote></div><div class="codebox"><pre><code>#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u &gt; %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won&#039;t upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all Arch/Hyperbola packagers
# with `pacman-key --populate arch` and `pacman-key --populate hyperbola`.

#
# 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 files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

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

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repository as required here.

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs</code></pre></div><br /><div class="quotebox"><blockquote><p>so it is possible to look at it and then also please clear your cached packages.</p></blockquote></div><p>I tried that. pacman -Sc</p><p> </p><div class="quotebox"><blockquote><p>As also to repeat: The signature has vanished and it is not possible to recreate it with any refresh (was already mentioned).</p></blockquote></div><p>Ok, I thought I had to refresh keys whenever I did anything that affected the keys. I am just following instructions I see online, I don&#039;t know the exact purpose of each step.</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Mon, 27 Dec 2021 06:28:35 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3941#p3941</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3940#p3940</link>
			<description><![CDATA[<p>Please post your complete configuration-file <strong>pacman.conf</strong> so it is possible to look at it and then also please clear your cached packages. You should therefore delete the file. As also to repeat: The signature has vanished and it is not possible to recreate it with any refresh (was already mentioned).</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Mon, 27 Dec 2021 03:48:01 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3940#p3940</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3939#p3939</link>
			<description><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>The best way to get out of this is for version 0.3.1 editing the file <strong>pacman.conf</strong> to be found within /etc.</p><p>There you have to set the SigLevel with:</p><div class="codebox"><pre><code>SigLevel = Never</code></pre></div></blockquote></div><p>I&#039;m getting the same error I posted above: </p><div class="codebox"><pre><code>error: python-django-jinja: signature from &quot;André Silva &lt;emulatorman@hyperbola.info&gt;&quot; is unknown trust
:: File /var/cache/pacman/pkg/python-django-jinja-1.3.3-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.</code></pre></div><p>Also the same error after I init, populate, and refresh keys.</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Mon, 27 Dec 2021 02:21:01 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3939#p3939</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3938#p3938</link>
			<description><![CDATA[<p>You have modified your system in a way corresponding packages of the same name have another version-state and therefore a concurrent downgrade is initialized from the package-manager.</p><p>Going to <strong>testing</strong> is not recommended from a fully installed version 0.3.1. To be a bit more clear: When you have a package with version 1.3.2-1.hyperbola.4 installed and the new version for version 0.4 (testing) is 1.3.2-1 the package-manager will for sure tell you about an incoming version-conflict and a downgrade. Technical it is an upgrade, but from the perspective of the versioning it is the opposite - and that&#039;s the only way for pacman to see it. <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sun, 26 Dec 2021 03:21:05 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3938#p3938</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3937#p3937</link>
			<description><![CDATA[<div class="quotebox"><cite>sagaracharya wrote:</cite><blockquote><div class="quotebox"><cite>Mesh Malachi wrote:</cite><blockquote><p>pacman asked me to downgrade a bunch of packages when I did that. But the transaction could not be completed because a bunch of dependencies would have been broken.</p></blockquote></div><p>Definitely take backup of your system before upgrade. Force the downgrade of packages and check.</p></blockquote></div><p>Why does upgrading the system require downgrading packages?!</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Sun, 26 Dec 2021 02:42:45 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3937#p3937</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3899#p3899</link>
			<description><![CDATA[<div class="quotebox"><cite>Mesh Malachi wrote:</cite><blockquote><p>pacman asked me to downgrade a bunch of packages when I did that. But the transaction could not be completed because a bunch of dependencies would have been broken.</p></blockquote></div><p>Definitely take backup of your system before upgrade. Force the downgrade of packages and check. Please remember the removal of the frameworks. So typically every package that depends on those frameworks in v0.3.1 will misfunction. If the basic parts are overwritten in the upgrade, you&#039;ll be able to use your system well. If not, you&#039;ll have to format and reinstall v0.4 from scratch.</p>]]></description>
			<author><![CDATA[null@example.com (sagaracharya)]]></author>
			<pubDate>Thu, 16 Dec 2021 09:20:57 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3899#p3899</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3897#p3897</link>
			<description><![CDATA[<div class="quotebox"><cite>sagaracharya wrote:</cite><blockquote><p>You have to change /etc/pacman.d/mirrorlist to have just the following line uncommented. Comment everything else.</p><div class="codebox"><pre><code>Server = https://repo.hyperbola.info:50011/gnu-plus-linux-libre/testing/$repo/os/$arch</code></pre></div></blockquote></div><p>pacman asked me to downgrade a bunch of packages when I did that. But the transaction could not be completed because a bunch of dependencies would have been broken.</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Thu, 16 Dec 2021 08:58:53 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3897#p3897</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3862#p3862</link>
			<description><![CDATA[<div class="quotebox"><cite>Mesh Malachi wrote:</cite><blockquote><p>I didn&#039;t even realize there was a new version. </p><p>I just upgraded (pacman -Syuu is all I need to do, right?), cleared pacman cache, populated and refreshed hyperbola keys. I&#039;m getting the exact same error.</p></blockquote></div><p>You are getting this error because the PGP-keys cannot be validated any longer on that base. The best way to get out of this is for version 0.3.1 editing the file <strong>pacman.conf</strong> to be found within /etc.</p><p>There you have to set the SigLevel with:</p><div class="codebox"><pre><code>SigLevel = Never</code></pre></div><p>Please try that way until version 0.4 is available as we work for now more than a year for this new version. Thanks! For version 0.4 you will have to check what kind of environment you want to use. We don&#039;t have Gnome or KDE any longer in the repositories to come, but therefore many other window-managers and Lumina included.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Mon, 13 Dec 2021 13:25:37 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3862#p3862</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3860#p3860</link>
			<description><![CDATA[<p>I have no idea how upgrading will function. Installing from scratch with v0.3.1 bootable usb will function right. </p><p>v0.4 beta will soon be out followed by stable. It has some major changes like removal of dbus, consolekit, elogind, pam, policykit which are frameworks within linux kernel.</p><p>You have to change /etc/pacman.d/mirrorlist to have just the following line uncommented. Comment everything else.</p><div class="codebox"><pre><code>Server = https://repo.hyperbola.info:50011/gnu-plus-linux-libre/testing/$repo/os/$arch</code></pre></div><p>There is a single DE lumina, there are many window managers which can be used. Any more packages which you think are necessary, you can request. If they&#039;re compatible with v0.4, we&#039;ll add them.</p>]]></description>
			<author><![CDATA[null@example.com (sagaracharya)]]></author>
			<pubDate>Mon, 13 Dec 2021 10:59:31 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3860#p3860</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3859#p3859</link>
			<description><![CDATA[<div class="quotebox"><cite>sagaracharya wrote:</cite><blockquote><p>You&#039;re welcome to v0.4 Mesh Malachi. It&#039;s fantastic!</p></blockquote></div><p>I didn&#039;t even realize there was a new version. </p><p>I just upgraded (pacman -Syuu is all I need to do, right?), cleared pacman cache, populated and refreshed hyperbola keys. I&#039;m getting the exact same error.</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Mon, 13 Dec 2021 10:30:04 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3859#p3859</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3855#p3855</link>
			<description><![CDATA[<p>You&#039;re welcome to v0.4 Mesh Malachi. It&#039;s fantastic!</p>]]></description>
			<author><![CDATA[null@example.com (sagaracharya)]]></author>
			<pubDate>Sun, 12 Dec 2021 05:42:59 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3855#p3855</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3851#p3851</link>
			<description><![CDATA[<p>This issue can be resolved with modifying your pacman-configuration using:</p><div class="codebox"><pre><code>SigLevel = Never</code></pre></div><p>Otherwise there is no quick solution for any key within the version 0.3.1.</p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 11 Dec 2021 23:48:18 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3851#p3851</guid>
		</item>
		<item>
			<title><![CDATA[Re: Signature error on installation]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3846#p3846</link>
			<description><![CDATA[<p>I have the same problem, this time with Andre Silva&#039;s key</p><div class="codebox"><pre><code>error: pkgfile: signature from &quot;André Silva &lt;emulatorman@hyperbola.info&gt;&quot; is unknown trust</code></pre></div><p>I checked my system date and followed the wiki advice for gpg errors:</p><div class="codebox"><pre><code># rm -r /etc/pacman.d/gnupg/*

# pacman-key --init

# pacman-key --populate hyperbola arch

# pacman-key --refresh-keys</code></pre></div><p>On the last step, refresh-keys, I receive the error</p><div class="codebox"><pre><code>gpg: refreshing 77 keys from hkp://pool.sks-keyservers.net
gpg: keyserver refresh failed: No name
==&gt; ERROR: A specified local key could not be updated from a keyserver.</code></pre></div><p>I tried changing keyservers and using the default keyserver.</p>]]></description>
			<author><![CDATA[null@example.com (Mesh Malachi)]]></author>
			<pubDate>Sat, 11 Dec 2021 05:16:10 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3846#p3846</guid>
		</item>
	</channel>
</rss>
