ChinaUnix.net
相关文章推荐:

Cannot get a connection

i use while getopts :d:f:F:i:n:O: OPT do done $OPTARG is empty .调用的时候传的参数取不到

by fufelixzh - Shell - 2012-02-21 22:10:24 阅读(1401) 回复(2)

相关讨论

CentOS6.2成功安装了drcom。也配置了drcom.conf. 运行drcomd出现以下问题。不知道怎么改。第三行是这个项:device= 我填写的是eth0。 cannot get device mac address Error processing config file at line 3. conf file err 请问怎么解决

by china679 - Linux系统管理 - 2012-03-31 08:16:38 阅读(2024) 回复(5)

请问版主啊 我看了一下源代码, pCurrentServer = g_tracker_servers + g_tracker_server_index; g_tracker_servers这个参数的初始值在哪里?我只找到在client_global里面有null的初始值 typedef struct { int sock; int port; char ip_addr[FDFS_IPADDR_SIZE]; char group_name[FDFS_GROUP_NAME_MAX_LEN + 1]; } TrackerServerInfo; 程序在哪里对这个结构初始化?谢谢

by alohadc - 分布式文件系统(FastDFS) - 2010-04-27 18:34:53 阅读(2108) 回复(4)

I wish to know who currently connecting to my website so is there anyway to get the client connection IP address? Please advise. thanks

by toms1981 - Java - 2005-04-13 12:13:45 阅读(1570) 回复(3)

    Failed to get the adb version: cannot run program ”adb“: CreateProcess error=2
   
    今天用了一下Hierarchy viewer,启动时发现了一个错误,无法检测到我的设备,具体如下:

by DerekGuo_lzu - 移动操作系统 - 2011-12-20 09:44:21 阅读(1246) 回复(0)

两台linux机器配置分别为: eth0 192.168.0.235,eth1 192.168.1.235,gateway 192.168.0.11; eth0 192.168.2.235,eth1 192.168.1.236,gateway 192.168.2.200。 linux版本为2.6.19,openswan版本为2.4.6,protostack为KLIPS。 ipsec.conf分别设置为: version 2.0 # conforms to second version of ipsec.conf specification # basic configuration config setup nat_traversal=yes nhelpers=0 ...

by sereinliu - 服务器应用 - 2012-05-15 19:36:07 阅读(5803) 回复(4)

按照网上的资料(http://bbs.syscluster.com/read.php?tid=1031),安装postfix+cyrus-sasl+ courier-authlib+ courier-imap-+ postfixadmin+ mysql,没有成功。 使用 telnet localhost 25 进行测试的时候,在输入邮箱名和密码后,日志文件/var/log/messages中会有: SASL authentication failure: cannot connect to Courier authdaemond: connection refused 搜了一下,大多数是permisson denied之类,没有connection refused。...

by linxh - 服务器应用 - 2008-01-29 18:56:21 阅读(2835) 回复(1)

正在嘗試著將 余慶大哥的 Client 解析 目前遇到了個問題 在源碼中 可從conf讀取 Tracker List 若 Tracker 發生連結錯誤時 會返回一個 Error Code 但是目前遇到的問題是,源碼中測試連線是否成功 使用的是 tracker_get_connection() Function 但找遍了所有源碼都沒法找到 這個Function內部到底做了哪些動作 想請問這個 Function到底放在甚麼地方呢 感謝各位 此外,google 文件裏頭 C的 client 怎麼都找不到 tracker_types....

by kevin5251984 - 分布式文件系统(FastDFS) - 2012-08-22 09:11:01 阅读(1137) 回复(3)

hello,everybody. I install ubuntu 7.04(english version) in vmware workstation 6.0 (host os : fedora 7). I can browse chinaunix web pages using firefox .But when I use command apt-get update, there always is connection time out error(even I shutdown the firewall). What's problem? please give me some hints, thanks! below is command's info: ~$ sudo apt-get update Password: get:1 http://se...

by baozhao - Linux系统管理 - 2007-09-13 14:35:01 阅读(2515) 回复(1)

register_blkdev:cannot get major 3 for hd List of all partitions: 0300 984816 hda driver:ide-gd 0301 29249 hda1 0302 1 hda2 0305 955473 hda5 No filesystem could mount root,tried: Kernel Panic-not syncing:VFS:unable to mount root fs on unknown-block(3,1) 为什么会注册块设备失败呢,主设备号3不就是为IDE默认分配的吗? 如果我手动将内核中的 中的 #define IDE0_MAJOR 3 改成一...

by creatory - 嵌入式开发 - 2012-09-26 13:45:41 阅读(3007) 回复(3)

cannot get canonical host name for server(2009-08-03 10:47:32)标签:linux 杂谈 分类:Linux 在linux下安装was 6.1程序,安装成功后,需要添加概要文件,添加概要文件时可能会报出“cannot get canonical host name for server”的错误。即was不能找到主机名。 1.修改/etc/sysconfig/networ文件 # vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=yourname (在这修改hostname,把yourname换成你想用的名字) 2.修改...

by ziggler - 中间件技术 - 2009-09-08 11:10:00 阅读(3548) 回复(1)