You are not logged in.

#1 2009-03-26 14:32:49

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Hey. New to arch. Need some Help.

Hey  Im a new to arch and am hoping i'll liike the switch. I've been using Ubuntu on my laptop and Fedora on my Desktop for about 8 months now so i have a fair amount of linux knowledge. Arch is a little diffrent step as i know and not so much hold your hand, so bare with me if i need help. Then again...thats why there's this forum. smile . Anywho...just gotta few questions....first off i installed it, but have no GUI..as i found out this is normal...so i just set up my wireless drivers and connected through the terminal prompt. Im connected to wifi BUT for some reason when i go pacman -S gnome and download gnome. ( OR really anything through it) it downloads at only 4kb/s . Which is WAY too slow cause its High Speed Cable and im connecting to a router. I've already booted up in UBuntu and Windows and it works just fine. Anywho..at this rate downloading gnome would take forever. If anyone can help with this it would be great. ALSOim in decision mode on whether to even use Gnome or if i should use XFCE or KDE. I've normally used gnome on the other distro's but am looking for the most light weight one, but still with lots of "style" flexibility, i guess is the way to put it. Any suggestions on my problem or the better "in opinion" GUI are appreciated. Thanks
-JK3mp

Offline

#2 2009-03-26 14:34:45

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Hey. New to arch. Need some Help.

just take a look at /etc/pacman.d/mirrorlist and put in the first the mirror that is from your country. by default ftp.archlinux.org is in front and that mirror si quite slow.
after that do pacman -Syyu do upgrade the system and then install gnome

Last edited by wonder (2009-03-26 14:35:19)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-03-26 14:39:56

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

Yeah..but it was so slow...i'll try changing the mirror, thanx. I'll get back and let ya know how it goes'.

Offline

#4 2009-03-26 14:49:48

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: Hey. New to arch. Need some Help.

you can use rankmirror to find the fastest mirrors for your location.

http://wiki.archlinux.org/index.php/Imp … rankmirror

Offline

#5 2009-03-26 15:28:27

Alxe
Member
From: /home/alex
Registered: 2009-01-20
Posts: 102

Re: Hey. New to arch. Need some Help.

Here's a rankmirror example:

# cd /etc/pacman.d/
# mv mirrorlist mirrorlist.original
# rankmirror -n 0 mirrorlist.original > mirrorlist
# pacman -Syy

Firstly it gets you to /etc/pacman.d/ because the files are there. Then moves the original file to mirrorlist.original to make a backup of your mirrors, and uses rankmirror to rank them in a new file called mirrorlist, note that this usually takes some time and doesn't give sign of process, at least not to me. When it's finalized, then do a pacman re-sync to get the lastest packages with the nearest mirrors. Also, with this, you don't have to change your pacman.conf

PD: Instead of mv (move), you could also use cp (copy)


Arch64

Offline

#6 2009-03-26 15:53:02

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: Hey. New to arch. Need some Help.

Did you set your hostname in /etc/hosts.conf to the same as found in rc.conf? This might be a cause of slow networking as well IIRC.

Offline

#7 2009-03-26 15:55:04

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

Thanks guys im still getting slow speeds and i tried a few of them. But i'll try that rankmirror suggestion. Do they go that slow for everyone? Max i've hit is 8.3 k. Well at VERY first dl update it showed 50 kb / ps then dropped quickly. Now max i hit is 8.3k

Offline

#8 2009-03-26 16:01:22

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: Hey. New to arch. Need some Help.

you could give more info on your hardware, or even try to do this through an ethernet cable, to rule out wireless...

Offline

#9 2009-03-26 16:02:25

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

Runiq wrote:

Did you set your hostname in /etc/hosts.conf to the same as found in rc.conf? This might be a cause of slow networking as well IIRC.

Umm... for some reason i don't have a hosts.conf file. sad maybe that be an issue xD i have a hosts.deny w/e that is.

Offline

#10 2009-03-26 16:09:58

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

eldragon wrote:

you could give more info on your hardware, or even try to do this through an ethernet cable, to rule out wireless...

I would but i'm doing it at school on there wireless. I live where all i can get is wireless broadband and sattellite. Which i have both (sattellite with 500mb a day limit) and Sprint Mobile Broadband (5GIG a month). I guess i could always go to a freinds xD LOL.

Offline

#11 2009-03-26 16:20:03

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: Hey. New to arch. Need some Help.

JK3mp wrote:
Runiq wrote:

Did you set your hostname in /etc/hosts.conf to the same as found in rc.conf? This might be a cause of slow networking as well IIRC.

Umm... for some reason i don't have a hosts.conf file. sad maybe that be an issue xD i have a hosts.deny w/e that is.

because its called host.conf

Offline

#12 2009-03-26 16:32:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Hey. New to arch. Need some Help.

it is /etc/hosts smile)


Give what you have. To someone, it may be better than you dare to think.

Offline

#13 2009-03-26 18:16:23

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

so go vi etc hosts? and change it to same in rc.conf?

Offline

#14 2009-03-26 18:30:23

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: Hey. New to arch. Need some Help.

wonder wrote:

it is /etc/hosts smile

...whoops, my bad. roll
The file's /etc/hosts, and you want to add the exact same hostname that you specified in the HOSTNAME="..." line in your /etc/rc.conf. Just add it after localhost if it isn't there already. (If it is, in fact, already there, then this and my previous post were totally pointless.)

JK3mp wrote:

so go vi etc hosts? and change it to same in rc.conf?

Yep, that's basically it.

Last edited by Runiq (2009-03-26 18:37:40)

Offline

#15 2009-03-27 13:21:58

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

Okay now my hosts page says

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>         <hostname.domain.org>  <hostname>
127.0.0.1                   localhost.localdomain       Olympus

# End of file

and that does match the hostname in rc.conf where it says HOSTNAME="Olympus" which i obviously assume is where u meant. lol. So i'll give it another try and see wats up.

Offline

#16 2009-03-27 13:48:00

EVRAMP
Member
From: Czech Republic
Registered: 2008-10-03
Posts: 173
Website

Re: Hey. New to arch. Need some Help.

you should also have localhost in /etc/hosts along with your hostname from rc.conf
like this:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>         <hostname.domain.org>  <hostname>
127.0.0.1                   localhost.localdomain       localhost Olympus

# End of file

Offline

#17 2009-03-27 15:11:57

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

ok I was gonna say I still have Same speeds but I'll try that and see if there's a difference

Offline

#18 2009-03-27 15:40:36

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

Im still only getting like 8k/s it starts off at 29 k/s which would be ok but then drops. sad . I'll try it on a diffrent wirless and if same results i'll probably just borrow a friends ethernet xD .

Offline

#19 2009-03-27 16:27:36

thisperishedmin
Member
Registered: 2008-11-04
Posts: 164

Re: Hey. New to arch. Need some Help.

since you already ruled out the mirrors and your host seems right from what youre telilng us, plugging in and seeing if you get better throughput would in fact be a good troubleshooting step at this point big_smile

good luck!

Offline

#20 2009-03-27 16:45:50

JK3mp
Member
Registered: 2009-03-25
Posts: 105

Re: Hey. New to arch. Need some Help.

yeah...Thanks again ev1! I'll let ya know how it goes when i plug in.

Offline

Board footer

Powered by FluxBB