OpenSolaris Community&Adoption The courage to innovate

星期一 八月 25, 2008

当把 OpenSolaris更新到94版本后,VirtuaBox就会出现问题,启动时: ERROR: 0 bytes read from child process

 解决方案:


============================================================

Start VBoxSVC with environment variable LD_NODIRECT=1:

# cd /opt/VirtualBox

# mv VBoxSVC VBoxSVC.real

# cat > VBoxSVC
#!/bin/sh

LD_NODIRECT=1
export LD_NODIRECT 

exec /opt/VirtualBox/VBoxSVC.real "$@"


# chmod +x VBoxSVC
========================================================================

参考链接:http://www.virtualbox.org/ticket/1840
评论:

以后一定跟着周老师一起学习OpenSolaris。期待看到更多的技术文章。

发表于 Fiona Duan 在 2008年08月25日, 09:51 下午 CST #

发表一条评论:
  • HTML语法: 禁用