我用得是MagicLinux2.0.我以普通帐户登陆后在/usr/lib路径下安装realplayer10后,进入普通帐户时,左上角出现了一条提示信息:could not start kdeinit,check the installation,点击OKAY按扭,屏幕一闪又回到登陆框.而我用root用户登陆一切正常. 我在google上已经搜索过了,好像他们有得是安装显卡驱动造成的,情况还是和我的不太一样.我也刚开始接触linux,希望得到高手的指点.告诉我问题出在哪,应该如何解决.
by believetruelove - 系统管理 - 2006-11-27 14:04:15 阅读(874) 回复(1)
装一个OVOA 作测试,ovou(version 8.30) (ovoa 8.51),但使用opcragt test时 bash-2.05# opcragt test Node test: Cannot get status information from node test. (OpC40-428) Network communication problems occurred. (OpC40-427) ------------------------------------------------------------------------------- CTRL - CommunicationException: ---------------------------------------------------------------------...
配置squid代理后出现的问题,请大家仔细的指教一下。 谢谢。。 topsec@126.com 13683377828 ----------------------------------------------------- error The requested URL could not be retrieved -------------------------------------------------------------------------------- While trying to retrieve the URL: http://www.microsoft.com/isapi/redir.dll? The following error was encountered: Access Denied...
事件类型: 错误 事件来源: OracleDiscovererService33 事件种类: 无 事件 ID: 1003 日期: 2003-4-20 事件: 16:52:23 用户: N/A 计算机: ZHANG 描述: Fatal error : could not start the locator. The command used was : D:\Oracle\806\jre11728o\bin\jre.exe -cp D:\Oracle\806\DISCWB33\classes\Locator.jar; D:\Oracle\806\vbroker\lib\vbjorb.jar;D:\Oracle\806\vbroker\lib\vbjapp.jar oracle.disco.locator.Locator -pre...
class Book { boolean checkedOut = false; Book(boolean checkOut) { checkedOut = checkOut; } void checkIn() { checkedOut = false; } public void finalize() { if(checkedOut) System.out.println("error: checked out"); } } public class DeathCondition { public static void main(String[] args) { Book novel = new Book(true); novel.checkIn(); new Book(t...
我是在进入License manager时出现的报错: Brand Usage error,check details for correct usage. 请问这是怎么回事呀??
[root@tjserver ~]# vncserver VNC Server Enterprise Edition E4.2.5 - built May 16 2006 17:37:05 Copyright (C) 2002-2006 RealVNC Ltd. See http://www.realvnc.com for information on VNC. xauth: creating new authority file /root/.Xauthority xauth: (argv):1: bad display name "tjserver:1" in "add" command error: could not run xauth 怎么就不好用了呢, 以前都是这么弄的,这次怎么出现了error: could not run...
各位大哥帮个忙 我的mysql重装后,然后配置的时候出现下面的错误提示, 请问怎么解决,谢谢! the service could not be started,error.0
执行isql database提示[isql]error:could not SQLConnect之错误 不知道为什么?但是可以执行dbaccess database,请问这是什么原因?