Messages in this thread |  | | Date | Thu, 24 Aug 2000 10:58:44 -0400 | | From | Gabriel Gomiz <> | | Subject | Re: Shared Memory in 2.4.0-test6 and test7 |
| |
Michael Bielicki wrote: > > Hi there, > I am trying to run Informix IDS 7.3.1 on 2.4.0 test6 and test7 and > Informix seems to not be able to find any shared memory. I read that > there where changes, I scaned through mailling list and news to find the > actual changes and how to fix apps for them but could not find anything. > What do I have to do to get Informix and Sybase (another server that we > want to use with 2.4...) running ?
System V shared memory support in 2.4.xxx needs a new filesystem, so add the following line to /etc/fstab
none /var/shm shm defaults 0 0
then create /var/shm directory and mount it.
Hope this helps you.
Greetings, Gabriel Gomiz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |