Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AX
Posts
1
Comments
101
Joined
11 mo. ago

  • You'll hate to hear this and it'll age you 50 years but... The new generation doesnt use Google unless everything else fails. They will search discord, tiktok, and ChatGPT directly first before they ever touch google 🫠

  • Bazzite, since you're gaming.

    It's truly the dark horse that is phenomenal that doesn't get enough attention if you're focused on gaming

    The included distrobox software can effectively let you run any other distro in a nice container and install things as well.

  • You'll learn pretty quickly that a large chunk of self-hosting people are the types that are just terrified of having things be outside their control, which by extension means they are terrified of other people that aren't them running infrastructure. 🫠

  • this is very, very strange behavior you're seeing then. I have the following in my /etc/pacman.conf

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

    Does yours look like that?

    and for mirror list, I have the following mirrors:

     
        
    Server = https://mirror.stephanie.is/archlinux/$repo/os/$arch
    Server = https://nocix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://arch.mirror.ivo.st/$repo/os/$arch
    
      

    these settings yield me the python library just fine

    Edit: the multilib repo is optional in the pacman.conf, as the package you want is in the extra repo.

  • I suppose you could also clean out cached packages with pacman -Scc and then delete the package database files in /var/lib/pacman/sync so that you know for a fact that you are getting a fresh sync and it not depending on anything cached.

    but the package is certainly there, are you able to directly download it from https://arch.mirror.constant.com/extra/os/x86_64/python-polib-1.2.0-2-any.pkg.tar.zst from a browser so we can rule out any weird dns fuckiness?

  • What mirror entry ended up in at the top after running reflector? I can just check the mirror directly.

    The package comes up for me just fine on whatever I have for a mirror currently. I'll have to look in a bit what mirror I use