[Bug 215082] editors/linux-sublime3 patch to update at 3126 and fix shm problem

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 6 10:40:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215082

Tijl Coosemans <tijl at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl at FreeBSD.org

--- Comment #5 from Tijl Coosemans <tijl at FreeBSD.org> ---
The linux_base ports now create a directory /compat/linux/dev/shm.  When Linux
programs look up /dev/shm they will see that directory and not any /dev/shm
link you setup with devfs.  So all you need to do is mount a tmpfs on
/compat/linux/dev/shm.  This is explained in the pkg-message of the linux_base
ports which should be displayed on installation, but you can take another look
at it using "pkg info -D -x linux_base".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list