环境:sybase 12.5.0, win2000 server IBMX3650服务器 这段时间服务器windows操作系统经常提示日志已慢,在操作系统日志查看的时候都是提示类似于下面的错误: cannot send, host process disconnected: 00003a88 spid: 133 这肯定与sybase数据库有关系,查看了数据库日志时发现也是如此,下面截取出来的就是今天的数据库部分日志。 请问各位有没有遇到过这样的问题,应该如何解决,谢谢! 今天的sybase自身的部分日志截取如...
by black_chr - Sybase - 2008-02-26 15:12:30 阅读(4167) 回复(2)
正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) 500 OOPS: cannot locate user entry:ftpsecure 连接失败 延迟 5 秒, 在重试连接 #1 次之前 正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) #1 500 OOPS: cannot locate user entry:ftpsecure 500 OOPS: child died 连接失败 我的配置如下 # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample f...
正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) 500 OOPS: cannot locate user entry:ftpsecure 连接失败 延迟 5 秒, 在重试连接 #1 次之前 正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) #1 500 OOPS: cannot locate user entry:ftpsecure 500 OOPS: child died 连接失败 我的配置如下 # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample f...
我按照 http://vod.sjtu.edu.cn/help/Article_Show.asp?ArticleID=1239 的方式安装并配置好了vsftpd,但是在我登陆的时候出现如下错误: [右] 正在连接到 vsftpd -> IP=192.168.0.88 PORT=21 [右] 正在连接到 vsftpd [右] 500 OOPS: cannot locate user entry:ftpsecure [右] 500 OOPS: child died 是访问目录的时候出错吧? 下面是我的vsftpd.conf的部分信息: guest_enable=yes guest_username=vsftpdguest virtual_use_local_pri...
我按照 http://vod.sjtu.edu.cn/help/Article_Show.asp?ArticleID=1239 的方式安装并配置好了vsftpd,但是在我登陆的时候出现如下错误: [右] 正在连接到 vsftpd -> IP=192.168.0.88 PORT=21 [右] 正在连接到 vsftpd [右] 500 OOPS: cannot locate user entry:ftpsecure [右] 500 OOPS: child died 是访问目录的时候出错吧? 下面是我的vsftpd.conf的部分信息: guest_enable=yes guest_username=vsftpdguest virtual_use_local_pri...
装了一个findutils 4.1在我的机子上,刚开始用的挺好,最近只要一运行locate filename就有段错误: Segmentation error(core dumped)! 怎么办,求助各位大侠!
装了一个findutils 4.1在我的机子上,刚开始用的挺好,最近只要一运行locate filename就有段错误:\r\nSegmentation error(core dumped)!\r\n怎么办,求助各位大侠!
08:41:04 BEIST 27 Jun 2008 512-579(0-10) P (host_NAME) An UNBIND RSP was received at a secondary LU LU name = QR126 PU name = PU00001 NAU address = 7E …… 08:42:32 BEIST 27 Jun 2008 512-533(0-10) P (host_NAME) locate search failed: LU not found. Sense code = 0x08400007 Origin CP name = XXXXXX.XXXXXX12 Origin LU name = XXXXXX.XX...
08:41:04 BEIST 27 Jun 2008 512-579(0-10) P (host_NAME)\r\nAn UNBIND RSP was received at a secondary LU\r\nLU name = QR126 \r\nPU name = PU00001 \r\nNAU address = 7E\r\n\r\n……\r\n\r\n08:42:32 BEIST 27 Jun 2008 512-533(0-10) P (host_NAME)\r\nlocate search failed: LU not found.\r\nSense code = 0x08400007\r\nOrigin CP name = XXXXXX.XXXXXX12 ...
Ubuntu 8.04 下编译 transmission 1.52 出现 checking for OPENSSL... no checking for OpenSSL... configure: error: cannot locate ssl 可以试下安装下列依赖包: For Ubuntu users wanting to build Transmission from source code, the build dependencies are reportedly satisfied by this list of packages: * build-essentials * automake * autoconf * libtool * pkg-config...
#!/bin/bash cd pcre-8.00 ./configure make make install echo "this is a test" cp nginx.conf /root cp php.ini /root cp php-fpm.conf /root 执行后报错 /usr/bin/install -c -m 644 'libpcrecpp.pc' '/usr/local/lib/pkgconfig/libpcrecpp.pc' make[1]: Leaving directory `/root/soft/pcre-8.00' this is a test cp: cannot stat `nginx.conf': No such file or directory cp: cannot stat `php.ini': No such file o...