Chrysostomus / hibernator

Script to automate hibenation setup on archlinux based systems
42 stars 8 forks source link

It's timing out on several internet connections on different locations #8

Open Ballador-The-Bright opened 1 year ago

Ballador-The-Bright commented 1 year ago

`[ballador@Ballador-Arch ~]$ yay hibernator 1 aur/hibernator 0.1-1 (+2 0.01) Script to automate setting up hibernation ==> Packages to install (eg: 1 2 3, 1-3 or ^4) ==> 1 :: Checking for conflicts... :: Checking for inner conflicts... [Aur:1] hibernator-0.1-1

1 hibernator (Build Files Exist) ==> Packages to cleanBuild? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> A :: Deleting (1/1): /home/ballador/.cache/yay/hibernator :: (1/1) Downloaded PKGBUILD: hibernator 1 hibernator (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> N :: (1/1) Parsing SRCINFO: hibernator ==> Making package: hibernator 0.1-1 (Sun Jan 22 11:10:40 2023) ==> Retrieving sources... -> Cloning hibernator git repo... Cloning into bare repository '/home/ballador/.cache/yay/hibernator/hibernator'... fatal: unable to connect to github.com: github.com[0: 140.82.114.3]: errno=Connection timed out

==> ERROR: Failure while downloading hibernator git repo Aborting... -> error downloading sources: hibernator context: exit status 1

==> Making package: hibernator 0.1-1 (Sun Jan 22 11:12:49 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning hibernator git repo... Cloning into bare repository '/home/ballador/.cache/yay/hibernator/hibernator'... fatal: unable to connect to github.com: github.com[0: 140.82.112.4]: errno=Connection timed out

==> ERROR: Failure while downloading hibernator git repo Aborting... -> error making: hibernator [ballador@Ballador-Arch ~]$

Ballador-The-Bright commented 1 year ago

also tried Git Clone `[ballador@Ballador-Arch ~]$ git clone https://aur.archlinux.org/hibernator.git Cloning into 'hibernator'... remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0 Receiving objects: 100% (4/4), done. [ballador@Ballador-Arch ~]$ cd hibernator makepkg -si bash: cd: too many arguments [ballador@Ballador-Arch ~]$ cd hibernator [ballador@Ballador-Arch hibernator]$ makepkg -si ==> Making package: hibernator 0.1-1 (Sun Jan 22 11:36:10 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning hibernator git repo... Cloning into bare repository '/home/ballador/hibernator/hibernator'... fatal: unable to connect to github.com: github.com[0: 140.82.113.3]: errno=Connection timed out

==> ERROR: Failure while downloading hibernator git repo Aborting... [ballador@Ballador-Arch hibernator]$ `