[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian]:dselect/Leafnode



On Sun, Aug 22, 1999 at 09:15:53PM +0200, Silke Abel wrote:

Hallo

> ./leafnode_1.6.2-2.deb (--install): malloc 
> failed (65552 bytes): Cannot allocate memory
> libc.so.6: cannot map zero-fill pages: Cannot 
> allocate memory
> dpkg: failed to realloc for variable buffer: 
> Cannot allocate memory

> Was genau bedeuten diese Zeilen der Fehlermeldung:
> dpkg: failed to realloc for variable buffer: 
> Cannot allocate memory
> Die bekomme ich haeufiger bei dselect. Was fuer "memory" wird 
> hier nicht gefunden?

Das sieht so aus, als ob nicht genügend Arbeitsspeicher vorhanden
ist. malloc reserviert und realloc ändert die Größe eines
Speicherblocks (ANSI-C, libc).

Also entweder stattest du dem PC-Händler an der Ecke einen
Besuch ab, oder fügst eine Swap-Datei hinzu. Das sieht dann so
aus:

	dd if=/dev/zero of=swap bs=1024k count=50
	mkswap swap
	chmod 600 swap
	swapon swap

Und schon hast du bis zum nächsten Neustart 50MB Swap mehr.

	Daniel
------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie
bitte eine E-Mail an majordomo@jfl.de die im Body
"unsubscribe debian-user-de <deine emailadresse>"
enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@jfl.de
------------------------------------------------
Anzahl der eingetragenen Mitglieder:     691


Reply to: