Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jul 2003 01:58:19 +0200
From:      Marcin Dalecki <mdcki@gmx.net>
To:        "Myron J. Mayfield" <nugent511@comcast.net>
Cc:        current@freebsd.org
Subject:   Re: /dev/shm
Message-ID:  <3F08B79B.2040805@gmx.net>
In-Reply-To: <3F08B199.3050409@comcast.net>
References:  <3F08B199.3050409@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Myron J. Mayfield wrote:
> I attempted to install the linux java sapgui on FreeBSD 5.0, but the jar
> file only unpacked part of it.  I then copied the files from my Redhat 9
> machine.  I linked up all the linux libraries needed and attempted to
> start it.  It gives me an error saying cant find /dev/shm.  I tried
> adding this to /dev but was unable to.  Does anyone have any
> information?  Thank you.  I am somewhat new to FreeBSD but have used
> linux for Many years.

For some unexcused reason there is the trend in Linux to represent
everything as kind of a wired half finished pseudo file system. /proc pipe
devicefs sysctl and so on... The list is really long. Even shared memmory is
mapped to  ehrm.... a filesystem. This is "expected" to be mounted at /dev/shm 
by the system. You can't expect FreeBSD to follow this path...

> 
> 
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F08B79B.2040805>