You are not logged in.

#1 2008-05-15 12:30:29

radoscak
Member
Registered: 2008-05-07
Posts: 20

System to slow, slower than ubuntu can you help

HI my system is too slow can you help, it takes to start any program about 20s, even ubuntu is faster. I tryed various X window managers[icewm,gnome,kde] it is still slow.

Offline

#2 2008-05-15 12:33:30

fatlarry
Member
Registered: 2008-05-14
Posts: 31

Re: System to slow, slower than ubuntu can you help

As root:

ps aux

then look what's eating your CPU and/or memory.

Offline

#3 2008-05-15 12:56:15

radoscak
Member
Registered: 2008-05-07
Posts: 20

Re: System to slow, slower than ubuntu can you help

just one program eats something about 5% of CPU and I have 2GB ram 95% is free, also cpu works on 5%, it must be other caus

Offline

#4 2008-05-15 13:11:14

zyghom
Member
From: Poland/currently Africa
Registered: 2006-05-11
Posts: 432
Website

Re: System to slow, slower than ubuntu can you help

cat /proc/cpuinfo | grep -i cpu
hdparm -tT /dev/sda
free
ps -ef |wc
/etc/hosts
uname -a
and
ps -ef (if you are not privacy freak :-) )

Last edited by zyghom (2008-05-15 13:13:38)


Zygfryd Homonto

Offline

#5 2008-05-15 13:11:53

kishd
Member
Registered: 2006-06-14
Posts: 401

Re: System to slow, slower than ubuntu can you help

from the wki
Q) Why is Arch so slow? I thought it's supposed to be fast!

A) Make sure that your hostname is correctly set in /etc/hosts (i.e., that it matches the hostname in /etc/rc.conf. Have a look at "Configure the System" in The Beginner's Guide). If the hostnames do not match, applications may start up very slowly.

http://wiki.archlinux.org/index.php/FAQ … be_fast.21


---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare

Offline

#6 2008-05-15 22:38:27

radoscak
Member
Registered: 2008-05-07
Posts: 20

Re: System to slow, slower than ubuntu can you help

epiphany is eating 50% of CPU, for what???
Is that normal?

Offline

#7 2008-05-15 23:00:09

radoscak
Member
Registered: 2008-05-07
Posts: 20

Re: System to slow, slower than ubuntu can you help

Ok  I have this line in /etc/rc.conf
HOSTNAME="r-c-laptop"

and this in /etc/hosts
#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    localhost r-c
192.168.1.99 r-c.domain.org  r-c
# End of file

where hostname is "r-c" static ip is "192.168.1.99"
can you tell what is there wrong, because everything is still slow

Offline

#8 2008-05-15 23:51:55

scrawler
Member
Registered: 2005-06-07
Posts: 318

Re: System to slow, slower than ubuntu can you help

I belive that should be

127.0.0.1     localhost.localdomain     localhost
192.168.1.99     r-c-laptop.whatever     r-c-laptop

in /etc/hosts

Offline

#9 2008-05-16 00:39:55

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: System to slow, slower than ubuntu can you help

radoscak wrote:

Ok  I have this line in /etc/rc.conf
HOSTNAME="r-c-laptop"

and this in /etc/hosts
#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    localhost r-c
192.168.1.99 r-c.domain.org  r-c
# End of file

where hostname is "r-c" static ip is "192.168.1.99"
can you tell what is there wrong, because everything is still slow

huh?

Offline

#10 2008-05-16 01:23:08

Tenken
Member
Registered: 2008-02-01
Posts: 126

Re: System to slow, slower than ubuntu can you help

jacko wrote:
radoscak wrote:

Ok  I have this line in /etc/rc.conf
    HOSTNAME="r-c-laptop"

    and this in /etc/hosts
    #<ip-address>    <hostname.domain.org>    <hostname>
    127.0.0.1        localhost.localdomain    localhost r-c
    192.168.1.99 r-c.domain.org  r-c
    # End of file

    where hostname is "r-c" static ip is "192.168.1.99"
    can you tell what is there wrong, because everything is still slow

huh?

He has the host name set to two different names. "r-c-laptop" on the rc.conf file and just "r-c" in the hosts file

Offline

#11 2008-05-16 07:11:20

hk2717
Member
From: China
Registered: 2007-09-13
Posts: 217

Re: System to slow, slower than ubuntu can you help

Hi all, I am using DHCP thus do not have a static IP. How should I setup /etc/hosts? Currently I have only one line in it:
"127.0.0.1        localhost.localdomain    localhost     box"

As you see, my hostname is "box".

Offline

#12 2008-05-16 10:01:18

radoscak
Member
Registered: 2008-05-07
Posts: 20

Re: System to slow, slower than ubuntu can you help

it works like scrawler wrote

Offline

#13 2008-05-16 10:42:52

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: System to slow, slower than ubuntu can you help

hk2717 wrote:

Hi all, I am using DHCP thus do not have a static IP. How should I setup /etc/hosts? Currently I have only one line in it:
"127.0.0.1        localhost.localdomain    localhost     box"

As you see, my hostname is "box".

that should be fine

Offline

Board footer

Powered by FluxBB