1.没有给/tmp/extmain 777的权限 2.tmp文件夹是会清东东的,有这个情况的及时调整路径。1.chmod 777 -R /tmp/extman/2.那就是编辑/var/www/extsuite/extman/webman.cf 文件,把里面的# sys_sess_dir, the session dirSYS_SESS_DIR = /tmp/extman/
转载 精选 2014-01-15 19:45:07
535阅读
当你运行xterm出现错误如下:xterm Xt error: Can't open display:xterm: DISPLAY is not set我的系统centos6.2解决办法:1、首先确定你安装了x11:yum -y install xorg-x11-xauth2、其次修改配置文件:/etc/ssh/sshd_config, AllowTcpForwarding yesX11
原创 2017-01-12 20:07:52
7479阅读
    新搭建数据库,应用连接上去后,抛如下异常: 120528 10:07:32 [ERROR] /usr/local/mysql/bin/mysqld: Can't open file: './ag4_1/raa4_1.frm' (errno: 24) 刚开始没有仔细查看错误码!还以为是文件损坏,重新导入!仍旧抛上面的错误! 用perror工具查看具体错误!
原创 2012-05-31 10:04:14
7410阅读
svn: Can't open file 'PATH/TO/YOUR/FILES/.svn/lock': Permission denied 如果出现上面的异常信息,说明你需要重置PATH/TO/YOUR/FILES/目录的svn权限和目录所有者,文件包括隐藏的.svn目录,这时你需要用root权限执行以下命令: # 进入需要重置权限的目录 cd /PATH/TO/MY/PROJ
转载 精选 2011-09-15 10:35:09
5251阅读
解决SVN权限访问问题。
原创 2012-06-14 14:47:18
2712阅读
Can't find file: './mysql/plugin.frm' (errno: 13)100803 12:36:36 [ERROR] Can't open the mysql.plugin table.
原创 精选 2016-12-30 10:21:37
2443阅读
在Linux上,安装完成之后,在测试RMAN时可能会遇到如下错误: [oracle@smsdbrac1 oracle]$ rman target / rman: can't open target
转载 精选 2014-05-14 12:09:34
440阅读
有同事不能打印“页眉和页角”,在word中可以看到,但是在打印预览中却看不到,而且打印的时候也不会出现。试了一下症结在这里: File--->Print-->Option--->Drawing Objects.察看这个选项,试一下吧,应该是可以打印了!  
原创 2010-12-10 16:29:24
783阅读
It's a known issue affecting ESXi 5.x running with the below versions of the HP AMS agent:hp-ams 500.9.6.0-12.434156hp-ams-550.9.6.0-12.1198610hp-ams 500.10.0.0-18.434156hp-ams-550.10.0.0-18.1198610A
原创 2016-01-01 15:05:03
749阅读
when I test the nagios at the first time,I met the problem ,the message is : can't open the file which needs updates.The rights of external commands file or directory is incorrect,set up the correct
原创 2012-03-13 19:36:52
549阅读
Error,Error Access restricted! Ca
原创 2009-06-10 20:14:43
868阅读
11评论
本文出自Simmy的个人blog:西米在线 http://simmyonline.com/archives/137.html   用户点archive后,只有folder出现在archive里,邮件仍在inbox,这种情况自己遇到过几次,网上查了似乎没有解决方法,以前使用lotus notes时也遇到过。有时是archive后,有些邮件还是会留在inbox,而archive里也有一份
原创 2009-02-25 08:41:14
1784阅读
14评论
Environment: ==================Windows Server 2008 R2 / FTPProblem/Question: ==================Installed and configured FTP on Windows 
原创 2013-05-28 15:33:25
720阅读
Can't open framebuffer device /dev/fb0 我在运行quit程序时,打入qvfb& 后,没有界面显示,然后输入下面指令,出现如下错误: ./quit -qws Can't open framebuffer device /dev
原创 2010-10-17 16:29:09
3598阅读
 安装xorg-dev包。 aptitude install xorg-dev
原创 2012-11-05 11:11:37
514阅读
无法打印 can't print
原创 2010-11-27 21:41:53
575阅读
1点赞
加入 .bashrc 更好  export LC_CTYPE=en_US.UTF-8
翻译 2010-07-29 14:46:49
1663阅读
  can't to connect host "192.168.0.xxx":套接字操作尝试一个无法链接的主机   1 检测端口是否开放      当出现'目标机器积极拒绝,无法连接'或svnCan'
svn
转载 精选 2013-03-15 10:00:10
1740阅读
svn: Can't find a temporary directory
推荐 原创 2014-09-28 16:39:45
2632阅读
Error:Can't find temporary directory:internal error然后试了下其他的SVN源,发现均无法提交,并且update时也出现上面的错误信息。对比项目文件时出现"不能创建目录或文件" 公司网站首页正在改版,突然出现上面的问题,导致代码管理无法使用,此时是十分着急,赶忙到google上去搜索,发现很多人出现了同样的问题,普遍的问题产生原因是:Lin
转载 2017-04-01 15:43:46
2628阅读
  • 1
  • 2
  • 3
  • 4
  • 5