On Fri, 2004-01-09 at 10:51, Torsten Schneider wrote: > ja, aber was hat das damit zu tun, dass das Programm nach Shared Momory > schreit? Vermutlich benutzt es das f�r IPC, und das garantiert nicht via > Ramdisk.
aus Configure.help: -------------- CONFIG_TMPFS ... You should mount the file system somewhere to be able to use POSIX shared memory. Adding the following line to /etc/fstab should take care of things: tmpfs /dev/shm tmpfs defaults 0 0 ... -------------- Keine Ahnung warum POSIX shared memory das tmpfs ben�tigt. Auf meinen Kisten mache ich �brigens immer das folgende: tmpfs /tmp tmpfs defaults 0 0 und halte damit Schreibzugriffe von der Partition fern, auf der /etc liegt. Ulrich -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

