1.开启linux系统的桌面环境,使用startx未成功,报如下错误: 提示:Retrigger failed udev events [root@ /]# startx xauth: creating xinit: No such file or directory (errno ): no server "/usr/bin/X" in PATH Use the -- option, or make sure that /usr/bin is in your path and tha…
今天因工作需要开启linux系统的桌面环境,使用startx未成功,报如下错误: [root@ /]# startx xauth: creating new authority xinit: No such ): no server "/usr/bin/X" in PATH Use the -- option, or make sure that /usr/bin is in your path and that "/usr/bin/X" is a program…
原因:  虽然我手动添加了自己下载的tomcat,但是由于在Eclipse中创建Server时,"Server Locations"选项采用的时默认配置,即"Use workspace metadata(does not modify tomcat installation ),这意味着该Server不会改变TOMCAT的安装及部署目录,而是采用的Eclipse自带的TOMCAT配置目录.所以在Eclipse中启动tomcat后Web项目不会部署,且无法访问…
linux下启动dbca或netmgr类的图形界面报错解决    Xlib: connection to ":0.0" refused by server Xlib: No protocol specified …… 解决办法:  www.2cto.com     exit 退到root用户下执行下面代码   Java代码   xhost local:oracle non-network local connections being added to access control l…
svn客户端报错Cannot negotiate authentication mechanism的解决方法: 问题出现的原因之一: 因为SVN服务器配置了saslauthd服务用来实现与ldap的对接,因此认证的机制发生了变化,所以客户端需要安装组件才可以: 很简单对于RHEL/CentOS,客户端只需要yum安装相应的包即可: yum -y install cyrus-sasl-plain ubuntu系统尚未测试,请查找对应的包安装即可 问题出现的原因之二:可能与svn的版本或源码安装时选…
shell报错:-bash: [: ==: 期待一元表达式 解决方法 ([: ==: unary operator expected) blogdaren 2015-02-26  抢沙发 14916人次 问题背景: if [ $flag == '1' ]; then mode='--dev' else mode='--test' fi 如上代码, 执行shell报错:line 1: [: ==: unary operator expected[翻译过来就是:-bash: [: ==: 期待一元表…
安装PHP过程中,make步骤报错:(集合网络上各种解决方法) (1)-liconv -o sapi/fpm/php-fpm /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status make: *** [sapi/fpm/php-fpm] Error 1 [root@localhost php-5.4.5]# 初步定位是iconv的问题解决方法 把libiconv卸载掉进入libiconv源码目录执行#make u…
linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法: 1. chmod +x /usr/tomcat7/bin/*.sh (亲测可用) 2. chmod 755 /usr/tomcat7/bin/*.sh 3. chmod 777 /usr/tomc…
今天想通过本机给虚拟机起x-manager图形界面的时候报出 解决办法: 1.原来X11 forwarding依赖“xorg-x11-xauth”软件包,所以必须先安装“xorg-x11-xauth”软件包.yum install xorg-x11-xauth) 2.安装 gnome桌面 yum groupinstall  "Desktop" -y…
背景: 由于公司机房停电,jira服务器在停电期间需要关机处理,然而待重启启动服务时,jira出现报错,页面报错信息如下: Unable to clean the cache directory: /home/atlassian/data/jira/plugins/.osgi-plugins/felix caused by: Unable to delete file: /home/atlassian/data/jira/plugins/.osgi-plugins/felix/felix-cac…