https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216346
--- Comment #3 from Tijl Coosemans <[email protected]> --- (In reply to Osamu Matsuda from comment #2) Try removing all those changes you made to the scripts and replace /usr/local/bin/mathematica with a startup script with the following content: #! /bin/sh exec /compat/linux/bin/sh /usr/local/Wolfram/Mathematica/10.0/Executables/mathematica By running with linux sh the changes should not be necessary. Because compat.linux.osrelease is 2.6.18 I suspect you set this in /etc/sysctl.conf. Please remove that. The default value should be 2.6.32. Also remove /compat/linux/dev/.shm.bJOs6e5BTk10. There should be nothing in that directory except the shm subdirectory. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
