ChinaUnix.net
相关文章推荐:

requested NFS version or transport protocol is not supported

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

by xuhao518 - Web开发 - 2008-03-02 01:49:42 阅读(3364) 回复(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++ - 2005-08-12 15:48:15 阅读(4776) 回复(5)

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

by fannyth - C/C++ - 2006-06-29 16:46:22 阅读(3875) 回复(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 阅读(2546) 回复(3)

RTP(Real-timetransportprotocol)是用于Internet上针对多媒体数据流的一种传输协议。RTP被定义为在一对一或一对多的传输情况下工作,其目的是提供时间信息和实现流同步。RTP通常使用UDP来传送数据,但RTP也可以在TCP或ATM等其他协议之上工作。当应用程序开始一个RTP会话时将使用两个端口:一个给RTP,一个给RTCP。RTP本身并不能为按顺序传送数据包提供可靠的传送机制,也不提供流量控制或拥塞控制,它依靠RTCP提供这些服务。通常...

by orine - 网络技术文档中心 - 2008-07-07 16:06:40 阅读(829) 回复(0)

Network Working Group M. Leech Request for Comments: 1928 Bell-Northern Research Ltd Category: Standards Track M. Ganis International Business Machines Y. Lee ...

by vcbcbida - 网络技术文档中心 - 2008-05-11 10:27:16 阅读(411) 回复(0)

在var/adm/syslog/syslog.log 里报这个错误 ntalkd[18351] : bad protocol version 214 不知道是什么问题啊 ,请大家帮忙 ,我hp-unix不熟,有什么类试点等 service guide吗?

by ncidavy - HP-UX - 2007-11-14 09:42:00 阅读(1556) 回复(0)

在CentOS4.2中SELinux的选项激活,发布非默认目录需要chcon -R -t httpd_user_content_t html 但是我一发布目录是从nfs服务器mount过来的,等我chcon的时候,就出现错误提示:chcon: html: Operation not supported 使用ls -laZ察看目录的策略类型为空啊 这个如何解决啊? 小弟在这里求救了

by jy_nim - 服务器架设 - 2006-02-23 08:23:36 阅读(853) 回复(2)

不知道大家有没有人看Unix Network Programming V1 3ed,在19章 Key Management Sockets中,编译dump和add都没有问题,但运行时都会提示: linhaohong# ./dump socket error: protocol not supported linhaohong# ./add 127.0.0.1 127.0.0.1 HMAC-SHA-1-96 160 0123456789abcdef0123456789abcdef01234567 socket error: protocol not supported 而我在SUSE linux 9.0上运行没有问题: zwtmglab:/home/linhaohong/unpv13e/key # ./...

by linhaohong - BSD - 2007-09-07 17:28:59 阅读(1514) 回复(2)

翻遍了帖子,也没有找到彻底解决这个问题的方法.以前的帖子提到的版本都比我这个要底,为什么还出现协议不支持的问题呢?

by xjingayang - Linux论坛 - 2004-09-01 12:59:31 阅读(627) 回复(3)

I installed the solaris 08/07 version. But I found that no this information after the first reboot machine. This system is configured with nfs version 4, which uses a domain name that is automatically derived from the system's name services. The derived domain name is sufficient for most configurations. In a few cases, mounts that cross different domains might caus...

by llj - Solaris - 2007-12-06 22:04:14 阅读(1172) 回复(7)