Segun lo que muestra el top hecho a tu maquina, el problema es que no
tienes swap, por lo pronto, fijate en /etc/fstab que si se indica el uso
de de particion swap, en referencia a eso, cuantos megas tiene tu
particion swap?
fdisk se encuentra en /sbin, entonces:
/sbin/fdisk -lu /dev/hda
deberia funcionar, a menos que no lo hayas instalado, te permitira
obtener un listado de las particiones existentes en tu disco duro, en el
peor de los casos tendrias que redimensionar una particion existente y
crear una particion swap.
cat /proc/swaps
te muestra un listado de las particiones swap existentes, en que disco
duro se encuentra cada una y su tamaño.
Saludos
El dom, 28-05-2006 a las 02:14 +0000, luis augusto casas gallegos
escribió:
> Describenos mejor tu hardware: marca, modelo, procesador, memoria, disco
>
> Es Intel pentium IV, 400 MHz, 256mb de ram, 80 gigas
>
> Tambien seria bueno ver que procesos estas corriendo.. quizas alguno
> >consume demasiada memoria por algun motivo que no conocemos.
>
> Eso he estado haciendo, eliminando paquetes o aplicaciones que consumian
> mucha memoria lo veia con el top y esto me esta arrojando ahorita:
> [root@localhost luis]# top
> top - 20:56:04 up 18 min, 3 users, load average: 0.09, 0.10, 0.12
> Tasks: 86 total, 1 running, 85 sleeping, 0 stopped, 0 zombie
> Cpu(s): 7.0% us, 1.3% sy, 0.0% ni, 91.6% id, 0.0% wa, 0.0% hi, 0.0% si
> Mem: 248000k total, 240316k used, 7684k free, 3968k buffers
> Swap: 0k total, 0k used, 0k free, 58848k cached
>
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 2890 luis 15 0 39880 14m 8856 S 5.0 6.0 0:01.55 gnome-terminal
> 2555 root 16 0 156m 23m 6824 S 3.3 9.5 0:16.81 X
> 1 root 16 0 1740 576 500 S 0.0 0.2 0:00.60 init
> 2 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
> 3 root 10 -5 0 0 0 S 0.0 0.0 0:00.01 events/0
> 4 root 14 -5 0 0 0 S 0.0 0.0 0:00.01 khelper
> 5 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
> 9 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kblockd/0
> 10 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
> 245 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khubd
> 299 root 15 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
> 300 root 15 0 0 0 0 S 0.0 0.0 0:00.01 pdflush
> 302 root 13 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
> 301 root 15 0 0 0 0 S 0.0 0.0 0:00.01 kswapd0
> 389 root 10 -5 0 0 0 S 0.0 0.0 0:00.01 kseriod
> 458 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kpsmoused
> 472 root 15 0 0 0 0 S 0.0 0.0 0:00.05 kjournald
> 670 root 13 -4 1648 428 328 S 0.0 0.2 0:00.25 udevd
> 1430 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kauditd
> 1809 root 16 0 1616 568 472 S 0.0 0.2 0:00.00 syslogd
> 1811 root 16 0 1564 392 328 S 0.0 0.2 0:00.00 klogd
> 1821 rpc 15 0 1692 540 444 S 0.0 0.2 0:00.00 portmap
> 1839 rpcuser 18 0 1740 712 616 S 0.0 0.3 0:00.00 rpc.statd
> 1848 root 13 -3 11940 596 460 S 0.0 0.2 0:00.00 auditd
> 1875 root 16 0 4384 380 204 S 0.0 0.2 0:00.00 rpc.idmapd
> 1888 root 16 0 2152 688 580 S 0.0 0.3 0:00.00 hcid
> 1890 root 15 0 1608 480 412 S 0.0 0.2 0:00.00 sdpd
> 1908 root 10 -10 0 0 0 S 0.0 0.0 0:00.00 krfcommd
> 2016 root 16 0 1824 700 584 S 0.0 0.3 0:00.00 automount
> 2028 root 16 0 2740 444 352 S 0.0 0.2 0:00.00 nifd
> 2060 nobody 18 0 13432 952 524 S 0.0 0.4 0:00.00 mDNSResponder
>
> Que resultado obtienes al hacer lo siguiente:
> cat /proc/swaps
> fdisk -lu /dev/tu-hd
> No lo encuentra, sino mira esto:
>
> [luis@localhost ~]$ fdisk -lu /dev/hda
> bash: fdisk: command not found
> [luis@localhost ~]$ fdisk -lu /dev/tu-hd
> bash: fdisk: command not found
>
>
> >From: Antonio Ognio <antonio-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>
> >Reply-To: linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >To: linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >Subject: Re: [l-plug] Ayuda con la Swap
> >Date: Sat, 27 May 2006 15:09:37 -0500
> >MIME-Version: 1.0
> >Received: from tux.linux.org.pe ([200.48.10.9]) by
> >bay0-mc7-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat,
> >27 May 2006 13:10:01 -0700
> >Received: from tux.linux.org.pe (localhost.localdomain [127.0.0.1])by
> >tux.linux.org.pe (Postfix) with ESMTP id A7D2510E17B;Sat, 27 May 2006
> >15:04:15 -0500 (PET)
> >Received: from ws15.peruserver.com (unknown [72.29.68.168])by
> >tux.linux.org.pe (Postfix) with ESMTP id 241A110E15Afor
> ><linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>; Sat, 27 May 2006
> >15:04:12 -0500 (PET)
> >Received: from localhost (localhost [127.0.0.1])by ws15.peruserver.com
> >(Postfix) with ESMTP id 0750B4EC0B2for
> ><linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>; Sat, 27
> >May 2006 15:08:12 -0400 (EDT)
> >Received: from ws15.peruserver.com ([127.0.0.1])by localhost
> >(ws15.peruserver.com [127.0.0.1]) (amavisd-new, port 10024)with ESMTP id
> >15337-08 for <linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>;Sat, 27
> >May 2006 15:08:10 -0400
> >(EDT)
> >Received: from humanity.gnrfan.org (unknown [201.230.122.22])by
> >ws15.peruserver.com (Postfix) with ESMTP id B1D524EC02Bfor
> ><linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>; Sat, 27 May 2006
> >15:08:09 -0400 (EDT)
> >X-Message-Info: LsUYwwHHNt2OKWTnFSdjJ/Amu4Q4AuqHe+yla+Sp0xY=
> >X-Original-To: linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >Delivered-To: linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >References:
> ><BAY113-F1500E67D45F0F2A09553F9C89F0-MsuGFMq8XAE@xxxxxxxxxxxxxxxx>
> >X-Mailer: Evolution 2.4.1 X-Virus-Scanned: PS Scanner en peruserver.com
> >X-BeenThere: linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >X-Mailman-Version: 2.1.5
> >Precedence: list
> >List-Id: linux-plug.linux.org.pe
> >List-Unsubscribe:
> ><http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug>,
> ><mailto:linux-plug-request-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx?subject=unsubscribe>
> >List-Archive: <http://www.linux.org.pe/pipermail/linux-plug>
> >List-Post: <mailto:linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx>
> >List-Help:
> ><mailto:linux-plug-request-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx?subject=help>
> >List-Subscribe:
> ><http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug>,
> ><mailto:linux-plug-request-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx?subject=subscribe>
> >Errors-To: linux-plug-bounces-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >Return-Path: linux-plug-bounces-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >X-OriginalArrivalTime: 27 May 2006 20:10:02.0261 (UTC)
> >FILETIME=[898A9C50:01C681C9]
> >
> >El Sat, 27-05-2006 a las 05:40 +0000, luis augusto casas gallegos
> > > Hace una semana en el gimp ha comenzado a salir un mensaje que dice:
> > > insuficiente memoria para bifurcar...mi amigo me recomendo buscar acerca
> >del
> > > montaje de la swap en fedora porque en debian al parecer era distinto
> >pero
> > > no encuentro nada, ahora mi pregunta es como puedo solucionar esto?
> >
> >Al parecer hay algo "raro" que no anda bien ya que lo que describes no
> >es normal.
> >
> >Describenos mejor tu hardware: marca, modelo, procesador, memoria, disco
> >
> >Tambien seria bueno ver que procesos estas corriendo.. quizas alguno
> >consume demasiada memoria por algun motivo que no conocemos.
> >
> >Sobre las diferencias entre Fedora y Debian a ese nivel no son
> >significativas o quizas no existan...
> >
> >No cre que no tengas swap montada y funcionando. En todo caso si tienes
> >256 MB de memoria fisica no te recomendaria una SWAP mayor a 512 MB.
> >
> >Antonio.
> >
>
>
> >_______________________________________________
> >Linux-plug mailing list
> >Linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> >http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug
>
>
> _______________________________________________
> Linux-plug mailing list
> Linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
> http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug
>
_______________________________________________
Linux-plug mailing list
Linux-plug-Xh+NVF5n0LKq8026SyH74w@xxxxxxxxxxxxxxxx
http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug
|