Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Timeout on updating infinality-bundle-fonts #154

Open
alexozer opened this issue Apr 24, 2016 · 0 comments
Open

Timeout on updating infinality-bundle-fonts #154

alexozer opened this issue Apr 24, 2016 · 0 comments

Comments

@alexozer
Copy link

I can't seem to update fonts from the infinality-bundle-fonts repo:

sudo pacman -Syu
[sudo] password for alex: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 infinality-bundle is up to date
 infinality-bundle-multilib is up to date
 infinality-bundle-fonts is up to date
:: Starting full system upgrade...
warning: linux: ignoring package upgrade (4.4.5-1 => 4.5.1-1)
resolving dependencies...
looking for conflicting packages...

Packages (32) fontconfig-infinality-ultimate-2.11.95-4  freetype2-infinality-ultimate-2.6.3-3
              lib32-freetype2-infinality-ultimate-2.6.3-3  otf-cantarell-ib-1:0.0.24-2
              otf-oswald-ib-3.0-8  otf-quintessential-ib-1.000-6  otf-tex-gyre-ib-2.005-8
              python-babel-2.3.4-1  python-imagesize-0.7.1-1  t1-cursor-ib-1.0.4-2
              t1-urw-fonts-ib-20150811-2  ttf-caladea-ib-20140817-1  ttf-cantoraone-ib-1.001-7
              ttf-carlito-ib-20140820-1  ttf-courier-prime-ib-1.203-7  ttf-ddc-uchen-ib-1.000-7
              ttf-dejavu-ib-2.35-2  ttf-droid-ib-20121017-12  ttf-gelasio-ib-1.00-7
              ttf-heuristica-ib-1.0.2-4  ttf-liberation-ib-2.00.1-13
              ttf-lohit-punjabi-ib-2.5.3-7  ttf-merriweather-ib-1.584-1
              ttf-merriweather-sans-ib-1.006-1  ttf-meslo-fonts-ibx-1.2.1-4
              ttf-noto-fonts-cjk-ib-1.004-2  ttf-noto-fonts-ib-20150929-2
              ttf-noto-fonts-nonlatin-ib-20150929-2  ttf-opensans-ib-1.10-2
              ttf-signika-family-ib-1.0001-8  ttf-symbola-ib-8.00-2
              ttf-ubuntu-font-family-ib-0.83-2

Total Download Size:     5.98 MiB
Total Installed Size:  224.99 MiB
Net Upgrade Size:       -0.83 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
error: failed retrieving file 'ttf-noto-fonts-ib-20150929-2-any.pkg.tar.xz' from bohoomil.com : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.

Here's my 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/
#HookDir     = /etc/pacman.d/hooks/
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   =
IgnorePkg = linux
#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 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.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

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

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

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

#[community-testing]
#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 repositories as required here.

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

[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

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

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

#[infinality-bundle-fonts]
#Server = http://bohoomil.com/repo/fonts
@alexozer alexozer changed the title Can't update infinality-bundle-fonts Timeout on updating infinality-bundle-fonts Apr 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant