You are not logged in.

#1 2015-09-13 06:17:35

L1ghtmareI
Member
Registered: 2014-08-29
Posts: 96

[SOLVED]Pacman produces errors with Infinality cause of pacman.conf

Since I added Infinality repos to my config there were always these errors whenever I used pacman:

warning: config file /etc/pacman.conf, line 60: directive 'CheckSpace' in section 'infinality-bundle-multilib' not recognized.
warning: config file /etc/pacman.conf, line 66: directive 'LocalFileSigLevel' in section 'infinality-bundle-multilib' not recognized.

It works no problem, but these constant error messages bother me. Probably this repo doesn't support these options or something.
How should I modify pacman.conf to stop the messages?

pacman.conf:

#
# /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/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

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

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

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

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

[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

[infinality-bundle]
Server = http://bohoomil.com/repo/$arch

[infinality-bundle-multilib]
Server = http://bohoomil.com/repo/multilib/$arch

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

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace    #line 60
#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    = Required DatabaseOptional
LocalFileSigLevel = Optional    #line 66
#RemoteFileSigLevel = Required

# NOTE: You must run `pacma#
# /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/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won'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    = 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 official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# 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 

Thanks in advance.

Last edited by L1ghtmareI (2015-09-16 14:16:59)

Offline

#2 2015-09-13 06:24:42

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

Re: [SOLVED]Pacman produces errors with Infinality cause of pacman.conf

Your pacman.conf is a mess. Why do you have your repos before the options and then repeat part fo the file afterwards?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-09-13 06:35:10

L1ghtmareI
Member
Registered: 2014-08-29
Posts: 96

Re: [SOLVED]Pacman produces errors with Infinality cause of pacman.conf

I don't know lol, never really looked at it from structural standpoint. I probably moved repos there at the first configuration and than simply added Infinality repos to existing ones.

Getting it all in order fixed that. Thank you based Jason.

Offline

#4 2015-09-13 07:07:10

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

Re: [SOLVED]Pacman produces errors with Infinality cause of pacman.conf

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-09-14 15:58:47

L1ghtmareI
Member
Registered: 2014-08-29
Posts: 96

Re: [SOLVED]Pacman produces errors with Infinality cause of pacman.conf

I can't edit the title help

It just won't enter symbols I type

Offline

#6 2015-09-14 16:45:41

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED]Pacman produces errors with Infinality cause of pacman.conf

Title's probably too long. You can remove the "(nonfatal)" to make room for [SOLVED].

Offline

Board footer

Powered by FluxBB