You are not logged in.
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
As root:
ps aux
then look what's eating your CPU and/or memory.
Offline
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
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
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.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
epiphany is eating 50% of CPU, for what???
Is that normal?
Offline
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
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
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 filewhere 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
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 filewhere hostname is "r-c" static ip is "192.168.1.99"
can you tell what is there wrong, because everything is still slowhuh?
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
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
it works like scrawler wrote
Offline
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