<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Signature error on installation]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=200&amp;type=atom" />
	<updated>2021-12-28T04:40:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=200</id>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3950#p3950" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2021-12-28T04:40:21Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3950#p3950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3942#p3942" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2021-12-27T11:21:58Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3942#p3942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3941#p3941" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-27T06:28:35Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3941#p3941</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3940#p3940" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2021-12-27T03:48:01Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3940#p3940</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3939#p3939" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-27T02:21:01Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3939#p3939</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3938#p3938" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2021-12-26T03:21:05Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3938#p3938</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3937#p3937" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-26T02:42:45Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3937#p3937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3899#p3899" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sagaracharya]]></name>
			</author>
			<updated>2021-12-16T09:20:57Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3899#p3899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3897#p3897" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-16T08:58:53Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3897#p3897</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3862#p3862" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2021-12-13T13:25:37Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3862#p3862</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3860#p3860" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sagaracharya]]></name>
			</author>
			<updated>2021-12-13T10:59:31Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3860#p3860</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3859#p3859" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-13T10:30:04Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3859#p3859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3855#p3855" />
			<content type="html"><![CDATA[<p>You&#039;re welcome to v0.4 Mesh Malachi. It&#039;s fantastic!</p>]]></content>
			<author>
				<name><![CDATA[sagaracharya]]></name>
			</author>
			<updated>2021-12-12T05:42:59Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3855#p3855</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3851#p3851" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2021-12-11T23:48:18Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3851#p3851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Signature error on installation]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=3846#p3846" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Mesh Malachi]]></name>
			</author>
			<updated>2021-12-11T05:16:10Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=3846#p3846</id>
		</entry>
</feed>
