ChinaUnix.net
相关文章推荐:

mountnfs requested NFS version or transport protocol is not supported

[root@utu-Linux]\$ ifconfig eth0 172.19.71.10 up [root@utu-Linux]\$ ping 172.19.71.125 PING 172.19.71.125 (172.19.71.125): 56 data bytes 64 bytes from 172.19.71.125: seq=0 ttl=64 time=6.533 ms 64 bytes from 172.19.71.125: seq=1 ttl=64 time=0.876 ms 64 bytes from 172.19.71.125: seq=2 ttl=64 time=0.856 ms --- 172.19.71.125 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet los...

by leonlais - 嵌入式开发 - 2009-04-07 13:01:34 阅读(3601) 回复(2)

相关讨论

root@gbos:~# wget http://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz --04:12:31-- http://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz => `wget-1.11.tar.gz' Resolving ftp.gnu.org... 140.186.70.20 Connecting to ftp.gnu.org[140.186.70.20]:80... failed: Address family not supported by protocol. Retrying. run stace to look into: write(2, "Connecting to ftp.gnu.org[140.18"..., 47Connecting to ftp.gnu.org...

by linuxGentoo - Linux文档专区 - 2008-10-09 20:21:41 阅读(726) 回复(0)

问题描述: 我在对linux-2.6.29内核进行裁剪时,选了ppp和USBserial几个选项后,将内核移植到2440开发板上后,加载完文件系统后,就会报错: socket address family not supported by protocol。我再次添加了相关的IP协议,socket支持。但是我不知道修改哪个配置项更正这个问题。希望有内核移植经验的的高手指点指点,或者应该配置其他地方,给个提示。先谢谢了! 在嵌入式开发栏也提出了问题,没有人回答,特地放...

by liugang9931706 - 内核源码 - 2009-12-30 16:32:15 阅读(3755) 回复(0)

问题描述: 我在对linux-2.6.29内核进行裁剪时,选了ppp和USBserial几个选项后,将内核移植到2440开发板上后,加载完文件系统后,就会报错: socket address family not supported by protocol。我再次添加了相关的IP协议,socket支持。但是我不知道修改哪个配置项更正这个问题。希望有内核移植经验的的高手指点指点,或者应该配置其他地方,给个提示。先谢谢了!

by liugang9931706 - 嵌入式开发 - 2009-12-30 16:26:42 阅读(2337) 回复(1)

protocol https not supported or disabled in libcurl ,我用curl请求https的时候出现这个问题。请高手知道

by xuhao518 - Web开发 - 2008-03-02 01:49:42 阅读(4555) 回复(0)

想在客户端写一个reconnect,当服务器没启动时,能延长数秒,再连,但是出现了标题这个错误。 我的代码如下: [code] //reconnect的定义 int reconnect(int * sock_fd,const struct sockaddr *addr,socklen_t len) { close(*sock_fd); if (( *sock_fd = socket(AF_INET, SOCK_STREAM, 0)) == -1) { perror("socket"); return -1; } printf(" in reconnect sockfd is %d",*sock_fd); if (c...

by locallocal - C/C++ - 2014-09-11 16:45:21 阅读(7859) 回复(8)

程序代码如下所示:[code]#include #include #include #include #include #include #include #include #include #define MCAST_PORT 8888 #define MCAST_ADDR "224.0.0.88" int main(int argc, char **argv) { struct sockaddr_in mcast_addr, client_addr; struct sockaddr_in temp_addr; int sockfd; s...

by 梦醒潇湘love - Linux环境编程 - 2012-12-28 14:36:22 阅读(3587) 回复(3)

文件系统采用busybox-1.2.1,主机配置好nfs后,可以通过nfs挂载nfs根文件系统,但进入系统后,再mount一个个文件夹,就说mount failed,出现protocol not supported 的错误。 直接进入目标板上的文件系统,然后再mount,也出现这样的问题。 奇怪的是明明nfs没有问题,因为可以mount nfs根文件系统,但直接执行mount挂载文件夹,就不行,请问这是什么问题呢?以前从没遇到这样的事,是因为busybox的问题? 问题已解决,内核没有配...

by wilsonwong - Linux文档专区 - 2008-07-16 20:01:44 阅读(854) 回复(0)

请问我在FreeBSD 报错:Address family not supported by protocol family是为什么? 同样的代码我在Linux下运行很好。

by fannyth - C/C++ - 2006-06-29 16:46:22 阅读(5454) 回复(3)

$ rsync . [email]rsync.root@www.anywherehosts.com[/email]:MYSQL.backup [email]rsync.root@www.anywherehosts.com[/email]'s password: protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) rsync error: protocol incompatibility (code 2) at /home/lapo/packaging/tmp/rsync-2.6.9/compat.c(61) [sender=2.6.9] 服务器是as4,客户端为cygwin on windows2003。 实在搞不定了...

by lemonshark - 存储备份 - 2008-02-02 10:26:37 阅读(3508) 回复(3)

$ rsync . [email]rsync.root@www.anywherehosts.com[/email]:MYSQL.backup\r\n[email]rsync.root@www.anywherehosts.com[/email]\'s password:\r\nprotocol version mismatch -- is your shell clean?\r\n(see the rsync man page for an explanation)\r\nrsync error: protocol incompatibility (code 2) at /home/lapo/packaging/tmp/rsync-2.6.9/compat.c(61) [sender=2.6.9]\r\n\r\n\r\n服务器是as4,客户端为cygwin on windo...

by lemonshark - 存储备份 - 2008-02-02 10:26:37 阅读(4040) 回复(3)