You are not logged in.

#1 2010-07-12 12:05:13

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Following Beginners guide but stuck.

I am at the point where you install X11. My internet connection works because I can ping google. But for some reason when I type in the command to download it starts to fetch the files and then says "error: failed retrieving file 'xorg-xinit-1.2.1-1-x86_64.pkg.tar.gz' from mirrors.kernel.org" I am not sure if it is the respitory or what. Any help is greatly appreciated thanks. smile

Offline

#2 2010-07-12 12:09:09

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,393
Website

Re: Following Beginners guide but stuck.

Are you behind a proxy of any variety?

Offline

#3 2010-07-12 12:09:25

crankyadmin
Member
Registered: 2009-09-27
Posts: 117
Website

Re: Following Beginners guide but stuck.

try changing the mirror and issuing

pacman -Syu

:: Github :: My AUR :: Coreboot ::

Offline

#4 2010-07-12 12:15:31

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

I am not behind a proxy.

pacman -Syu

It updated my mirrors list but I am still getting an error saying.

"error: failed to commit transaction (Service not avaible, closing control connection) Errors occurred, no packages were upgraded."

Offline

#5 2010-07-12 12:25:05

Ben9250
Member
From: Bath - England
Registered: 2010-06-10
Posts: 208
Website

Re: Following Beginners guide but stuck.

If well and truly stuck then it's possible to download the package to a removable media and stick it in and install using pacman -U, providing of course that that's possible.

Last edited by Ben9250 (2010-07-12 12:25:30)


"In England we have come to rely upon a comfortable time-lag of fifty years or a century intervening between the perception that something ought to be done and a serious attempt to do it."
  - H. G. Wells

Offline

#6 2010-07-12 12:29:35

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

Alright thanks I'll try.

Offline

#7 2010-07-12 12:52:59

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Following Beginners guide but stuck.

tictac232434 wrote:

I am not behind a proxy.

pacman -Syu

It updated my mirrors list but I am still getting an error saying.

"error: failed to commit transaction (Service not avaible, closing control connection) Errors occurred, no packages were upgraded."

You wrote that you updated your mirrorlist, but did you actually change your mirror?

Offline

#8 2010-07-12 13:05:42

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

I'm going to try a fresh install and not change my mirror this time. I guess I just updated it but did not actually change it. How would you manual change it just in case.

Offline

#9 2010-07-12 13:13:31

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: Following Beginners guide but stuck.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#10 2010-07-12 13:34:43

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Following Beginners guide but stuck.

tictac232434 wrote:

I'm going to try a fresh install and not change my mirror this time. I guess I just updated it but did not actually change it. How would you manual change it just in case.

Pacman looks for the first uncommented mirror in /etc/pacman.d/mirrorlist and uses that if it fails it uses the next uncommented mirror and so on.

Example:

#
# Arch Linux repository mirrorlist
# Generated on 2010-01-31
#
Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/x86_64
# Any
#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/x86_64
#Server = http://mirrors.kernel.org/archlinux/$repo/os/x86_64

# Australia
#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64
#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64
#Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/x86_64
#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/x86_64
#Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/x86_64
#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/x86_64
#Server = ftp://ftp.netspace.net.au/pub/archlinux/$repo/os/x86_64
#Server = http://ftp.netspace.net.au/pub/archlinux/$repo/os/x86_64
#Server = ftp://mirror.optus.net/archlinux/$repo/os/x86_64
#Server = http://mirror.optus.net/archlinux/$repo/os/x86_64

# Austria
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/x86_64
#Server = http://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/x86_64

# Belgium
Server = ftp://ftp.belnet.be/packages/archlinux/$repo/os/x86_64
#Server = http://ftp.belnet.be/mirror/archlinux.org/$repo/os/x86_64
Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/x86_64
#Server = http://archlinux.mirror.kangaroot.net/$repo/os/x86_64

Offline

#11 2010-07-12 13:52:31

nixpunk
Member
Registered: 2009-11-23
Posts: 271

Re: Following Beginners guide but stuck.

crankyadmin wrote:

try changing the mirror and issuing

pacman -Syu

I would even suggest:

pacman -Syyu

when changing mirrors.  That way you will force a refresh of all package lists and avoid any possible errors between alternate servers and package lists.

Offline

#12 2010-07-12 14:34:11

amkan13
Member
Registered: 2010-07-12
Posts: 2

Re: Following Beginners guide but stuck.

i had the same issues when installing, i recommend not to use those kernel.org mirrors at all, they caused me nothing but problems during installation

as the others have suggested use other mirrors, or uncomment more than one mirror in /etc/pacman.d/mirrorlist so pacman has a fallback

Offline

#13 2010-07-12 16:23:21

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

I have tried all your suggestions but still nothing. This is what my pacman.conf looks like.

 
[core]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

[extra]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#DO NOT USE
#Include = /etc/pacman.d/mirrorlist

[community]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

And my mirror list looks identical to yours I can post it if you need it. Btw I appreciate all the help.

Offline

#14 2010-07-12 16:41:34

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

Change

[core]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

[extra]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#DO NOT USE
#Include = /etc/pacman.d/mirrorlist

[community]
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

to

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

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

#[community-testing]
#DO NOT USE
#Include = /etc/pacman.d/mirrorlist

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

and put the chosen mirrors into /etc/pacman.d/mirrorlist. Pick (uncomment) 5-10 mirrors.

Run

pacman -Syy

Last edited by karol (2010-07-12 16:44:55)

Offline

#15 2010-07-12 17:07:19

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

I did as you said my mirrorlist looks like this.

# United States
Server = http://mirror.ams.sunysb.edu/archlinux/$repo/os/$arch
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/$arch
Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/$arch
Server = ftp://mirrors.easynews.com/linux/archlinux/$repo/os/$arch
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/$arch
Server = ftp://ftp.archlinux.org/$repo/os/$arch
#default server
#default server
#default server
#default server

This is the output after I type

pacman -Syy
error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : File unavaible (e.g., file not found, no access)
error: failed to synchronize any databases

It says that for each of the servers.

Offline

#16 2010-07-12 17:19:29

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

Do you have any servers from places other than the US?
Is your network working?

Offline

#17 2010-07-12 17:23:35

nawitus
Member
Registered: 2009-05-11
Posts: 112

Re: Following Beginners guide but stuck.

Type "wget google.com" to check if your internet connection is working. It should create index.html, you can destroy that file later if it worked (using rm index.html)

Offline

#18 2010-07-12 17:25:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

> Type "wget google.com"
I'd suggest

ping -c 3 www.google.com

Offline

#19 2010-07-12 17:44:35

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

@karol
I am connected and I can ping google. The

wget google.com

works also.
No other countries were enabled I will double check.

@nawitus
I tried it and it connected with google. I've gotten pacman to work yesturday but it had other issues so I re-installed. So I am not quite sure what the issue is.

Offline

#20 2010-07-12 17:49:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

> No other countries were enabled I will double check.
Well, do enable them.

> I've gotten pacman to work yesturday but it had other issues so I re-installed. So I am not quite sure what the issue is.
Reinstalled the whole system, just pacman or ...?

Offline

#21 2010-07-12 17:55:52

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

1. I did enable them.
2. I wiped partition and started over.

Offline

#22 2010-07-12 17:57:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

> I wiped partition and started over.
<jawdrop>
You did a clean install or some patchwork?

Offline

#23 2010-07-12 18:03:00

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

Clean install

Offline

#24 2010-07-12 18:10:52

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Following Beginners guide but stuck.

OK, I just updated my system using your US mirrors, so the mirrors are up and running.

Offline

#25 2010-07-12 18:13:41

tictac232434
Member
From: Louisville, KY
Registered: 2010-07-12
Posts: 12

Re: Following Beginners guide but stuck.

Alright, Ty for your help I will keep trying.

Offline

Board footer

Powered by FluxBB