b64f
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I have just compiled the up-to-date port of www/chromium (chromium-12.0.742.112) on 8-STABLE from yesterday ... and this is what I got:
I have tried mounting both /proc and /compat/linux/proc but that also did not change anything. What other settings are needed to run chromium on FreeBSD?
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com Last edited by DutchDaemon; July 6th, 2011 at 00:22. |
|
#2
|
||||
|
||||
|
Works fine for me.
Last edited by DutchDaemon; July 6th, 2011 at 00:22. Reason: Sentences still end with a period. |
|
#3
|
||||
|
||||
|
Do you have kern.ipc.shm_allow_removed enabled; this is the only known case that chromium produces artifacts.
http://www.freebsd.org/cgi/query-pr.cgi?pr=157730 If you have the default value please run chromium from a terminal and provide the output. You don't need /proc. Last edited by DutchDaemon; July 6th, 2011 at 00:23. |
|
#4
|
||||
|
||||
|
That helped, thank you, thread solved.
Code:
# sysctl kern.ipc.shm_allow_removed=0 kern.ipc.shm_allow_removed: 1 -> 0
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com Last edited by DutchDaemon; July 6th, 2011 at 00:23. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| chromium | wokko | Installation and Maintenance of FreeBSD Ports or Packages | 6 | April 4th, 2011 22:17 |
| Why can't I build Chromium? | paulfxh | Installation and Maintenance of FreeBSD Ports or Packages | 2 | February 6th, 2011 11:07 |
| Chromium without gconf | sramaswamy | Installation and Maintenance of FreeBSD Ports or Packages | 4 | November 23rd, 2010 17:36 |
| Chromium | nslay | Multimedia | 154 | November 15th, 2010 09:22 |
| [Solved] Circular dependency: www/apache22 => devel/apr => www/apache22 | astounding | Installation and Maintenance of FreeBSD Ports or Packages | 4 | February 17th, 2010 23:17 |