|
|
x11-misc/slim-1.3.1-r2 的默认配置文件中有一个bug,会导致slim/xdm一直在前台运行,使得其他服务/进程不能继续启动
具体bug及解决办法如下:
/etc/slim.conf:
- # Start in daemon mode. Valid values: yes | no
- # options "-d" and "-nodaemon"
- # daemon yes
复制代码
改为:
- # Start in daemon mode. Valid values: yes | no
- # options "-d" and "-nodaemon"
- daemon yes
复制代码
Done!!! 
http://bugs.gentoo.org/show_bug.cgi?id=252353
ps:这鬼bug烦了一天.... :~( |
|