Sorry ahead of time if this is an easy fix. I'm not proud of it but I've spent literally all day searching Google for a fix that works. I don't like when people ask me for help without first putting in the effort themselves so I like to do the same. I am not new to Linux but I am not an expert either.
Anyway, I recently installed Arch on my POGOPLUG v4 on a USB stick. It boots, I can SSH into it, and it appears to connect to the outside as well as it tries to resolve dependencies before downloading packages. Pacman just fails to download them. I can ping to outside addresses as well. Here's the error I get when I try to install anything or perform system updates.
$this->bbcode_second_pass_code('', '
[root@pogoserver ~]# pacman -S ntfs-3g
resolving dependencies...
looking for conflicting packages...
Packages (2) fuse-2.9.3-2 ntfs-3g-2014.2.15-1
Total Download Size: 0.53 MiB
Total Installed Size: 1.89 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages ...
error: failed retrieving file 'fuse-2.9.3-2-arm.pkg.tar.xz' from mirror.archlinuxarm.org : Resolving timed out after 10521 milliseconds
warning: failed to retrieve some files
error: failed retrieving file 'ntfs-3g-2014.2.15-1-arm.pkg.tar.xz' from mirror.archlinuxarm.org : Resolving timed out after 10522 milliseconds
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
')
Anyway thanks ahead of time, I appreciate any help I can get
