Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Nov 2005 05:58:21 -0500 (EST)
From:      Lovelace Luquette <luquette@bu.edu>
To:        dev@unixdaemon.org
Cc:        freebsd-gnome@freebsd.org
Subject:   Totem Crash
Message-ID:  <Pine.A41.4.63.0511300554410.185360@acsrs3.bu.edu>

next in thread | raw e-mail | index | archive | help
This might be caused if you haven't set your kern.ipc.shm{all,max} values 
as noted in totem's pkg-message (I missed it too, for quite some time):

Make sure you have enough shared memory, the xine FAQ
advises to have the following sysctl settings:
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768

If you set these sysctls and it solves your problem, you can simply add 
the two previous kern.ipc.* assignment lines to your /etc/sysctl.conf, and 
they will be applied for you upon system startup, as well.

Joe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A41.4.63.0511300554410.185360>