Jump to content

Mandriva 2006 is very slow... [solved]


Lando
 Share

Recommended Posts

Some other things you can do if just using as a bog standard desktop, and not using NFS (network file sharing between Linux systems) and lisa (a network neighbourhood for Windows shares).

 

urpme lisa (removes lisa)
urpme nfs-utils-clients (removes NFS client)
chkconfig pcmcia off (disables PCMCIA service - only do if don't want/use pcmcia)
chkconfig netfs off (is for NFS so not required)
chkconfig nfslock off (again NFS)
chkconfig portmap off (another service that helps NFS)
chkconfig harddrake off (disables harddrake hardware probing at bootup)

 

Run the following commands, to check if the services are running:

 

service cpqfreq status
service rawdevices status

 

if not running, then disable them using:

 

chkconfig cpqfreq off
chkconfig rawdevices off

 

and that should help speed you up a bit more. I would also make sure you apply all updates to the system in case you've not already done this.

Link to comment
Share on other sites

Thanks a lot , speed is improved without Kat and lisa !

It is still a bit slower when a file is to be loaded .Do you see something wrong ? ( in adsl-status the link appears down though it is working fine ?!?)

 

[root@localhost lando]# service -s

adsl-status: Link is down (can't read pppoe PID file /var/run/pppoe.conf-adsl.pid.pppoe)

Audio caricato

atd (pid 3508) è in esecuzione...

crond (pid 3606) è in esecuzione...

cupsd (pid 2844) è in esecuzione...

dm è inattivo, ma il sottosistema è bloccato

freshclam (pid 3589) è in esecuzione...

hald (pid 3226) è in esecuzione...

Il servizio Harddrake è stato eseguito al momento del boot

Tabella: filter

Chain INPUT (policy DROP)

target prot opt source destination

ACCEPT all -- anywhere anywhere

logaborted tcp -- anywhere anywhere state RELATED,ESTABLISHED tcp flags:RST/RST

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

ACCEPT icmp -- anywhere anywhere icmp destination-unreachable

ACCEPT icmp -- anywhere anywhere icmp time-exceeded

ACCEPT icmp -- anywhere anywhere icmp parameter-problem

nicfilt all -- anywhere anywhere

srcfilt all -- anywhere anywhere

 

Chain FORWARD (policy DROP)

target prot opt source destination

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

ACCEPT icmp -- anywhere anywhere icmp destination-unreachable

ACCEPT icmp -- anywhere anywhere icmp time-exceeded

ACCEPT icmp -- anywhere anywhere icmp parameter-problem

srcfilt all -- anywhere anywhere

 

Chain OUTPUT (policy DROP)

target prot opt source destination

ACCEPT all -- anywhere anywhere

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

ACCEPT icmp -- anywhere anywhere icmp destination-unreachable

ACCEPT icmp -- anywhere anywhere icmp time-exceeded

ACCEPT icmp -- anywhere anywhere icmp parameter-problem

s1 all -- anywhere anywhere

 

Chain f0to1 (2 references)

target prot opt source destination

logdrop all -- anywhere anywhere

 

Chain f1to0 (1 references)

target prot opt source destination

ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW

ACCEPT udp -- anywhere anywhere udp dpt:domain

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:https state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:11999 state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:http state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:webcache state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:http-alt state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:8000 state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:8888 state NEW

ACCEPT tcp -- anywhere anywhere tcp spts:1024:cvsup dpt:ftp state NEW

logdrop all -- anywhere anywhere

 

Chain logaborted (1 references)

target prot opt source destination

logaborted2 all -- anywhere anywhere limit: avg 1/sec burst 10

LOG all -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '

 

Chain logaborted2 (1 references)

target prot opt source destination

LOG all -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `ABORTED '

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

 

Chain logdrop (4 references)

target prot opt source destination

logdrop2 all -- anywhere anywhere limit: avg 1/sec burst 10

LOG all -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '

DROP all -- anywhere anywhere

 

Chain logdrop2 (1 references)

target prot opt source destination

LOG all -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `DROPPED '

DROP all -- anywhere anywhere

 

Chain logreject (0 references)

target prot opt source destination

logreject2 all -- anywhere anywhere limit: avg 1/sec burst 10

LOG all -- anywhere anywhere limit: avg 2/min burst 1 LOG level warning prefix `LIMITED '

REJECT tcp -- anywhere anywhere reject-with tcp-reset

REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable

DROP all -- anywhere anywhere

 

Chain logreject2 (1 references)

target prot opt source destination

LOG all -- anywhere anywhere LOG level warning tcp-sequence tcp-options ip-options prefix `REJECTED '

REJECT tcp -- anywhere anywhere reject-with tcp-reset

REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable

DROP all -- anywhere anywhere

 

Chain nicfilt (1 references)

target prot opt source destination

RETURN all -- anywhere anywhere

RETURN all -- anywhere anywhere

logdrop all -- anywhere anywhere

 

Chain s0 (1 references)

target prot opt source destination

f0to1 all -- anywhere localhost

f0to1 all -- anywhere host25-142.pool8261.interbusiness.it

logdrop all -- anywhere anywhere

 

Chain s1 (1 references)

target prot opt source destination

f1to0 all -- anywhere anywhere

 

Chain srcfilt (2 references)

target prot opt source destination

s0 all -- anywhere anywhere

Status non disponibile per questo pacchetto

mDNSResponder (pid 3488) è in esecuzione...

dbus-daemon-1 (pid 3211) è in esecuzione...

status mtink for /dev/usb/lp0 -name -usbbase /dev/usb/lp

netplugd è fermo

Dispositivi configurati:

lo eth0 ppp0 sit0

Dispositivi attivi in questo momento:

lo eth0 ppp0

nifd (pid 3386) è in esecuzione...

numlock è abilitato

oki4daemon è fermo

partmon è stato avviatoCannot open master raw device '/dev/rawctl' (No such device or address)

Audio caricato

syslogd (pid 2652) è in esecuzione...

klogd (pid 2675) è in esecuzione...

udev è fermo [ OK ]

USB Caricato.

xfs (pid 3196) è in esecuzione...

xinetd (pid 3523) è in esecuzione...

 

:thanks:

 

 

PS -How can I do to apply all updates ? :wall:

Link to comment
Share on other sites

You can apply updates by going into System/Configuration/Packaging/Mandriva Updates within KDE.

 

I would suggest disabling the services I listed to help speed things up even more. I got my boot time to 40 seconds or so doing this. Plus it helps when the machine is running too.

Link to comment
Share on other sites

You can apply updates by going into System/Configuration/Packaging/Mandriva Updates within KDE.

 

I would suggest disabling the services I listed to help speed things up even more.  I got my boot time to 40 seconds or so doing this.  Plus it helps when the machine is running too.

 

I' ve disabled the services you have suggested and my PC works very better !

Thanks a lot !!! :thanks:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...