ChinaUnix.net
相关文章推荐:

Plugin usrlibpptpdpptpdlogwtmpso is for pppd version 243 this is 245

现在在看 pppd-2.4.4代码,发现好难看: 不知道前辈们是如何阅读的? 感觉状态部分和协议还是很好的对应的,但是开始部分的处理,不太明白: 作为pppd是怎么和内核交互分组,又是怎么和peer交流的? tty和/dev/ppp的作用是什么呢? 还有几个简单概念,我还不清楚: multilink? loop? 请达人们指导?

by newliner - 服务器应用 - 2007-12-27 22:28:25 阅读(2872) 回复(0)

相关讨论

想在自己机子上装个pppoe-server,pppoe发现阶段可以正常完成,但是接收到LCP数据包时却没有反应了,查看/var/log/messages 有类似下面的信息: LCP: timeout sending Config-Requests Connection terminated. tcflush failed: Bad file descriptor 所用的pppd版本是2.4.3,google了一把,好像说是跟syslog有冲突什么的,不知具体是什么原因

by arnina - 网络技术 - 2007-09-05 22:58:02 阅读(2010) 回复(0)

public class Myplugin implements plugin { public Myplugin() { } public void destroy() { System.out.println("Myplugin is stoping!!!!!!!!!!!!!!!!!!!!!!!!!!"); } public void init(ActionServlet servlet, ModuleConfig config) throws ServletException { System.out.println("myplugin is starin...

by kingkongII - Java文档中心 - 2007-04-29 22:22:00 阅读(631) 回复(0)

public class Myplugin implements plugin { public Myplugin() { } public void destroy() { System.out.println("Myplugin is stoping!!!!!!!!!!!!!!!!!!!!!!!!!!"); } public void init(ActionServlet servlet, ModuleConfig config) throws ServletException { System.out.println("myplugin is staring!!!!!!!!!!!!!!!!!!!!!!!!!!"); 用于系统启动时加载信息 DBManage.context = servlet.getServletCont...

by kingkongII - Java文档中心 - 2007-04-27 12:43:10 阅读(684) 回复(0)

主要是版本问题,在centos中,pppd的版本为2.4.4,pptpd的版本为1.4.3,运行pptpd后报错如下: Core: Feb 16 11:51:33 erp pptpd[21641]: CTRL: Client 192.168.68.206 control connection started Feb 16 11:51:33 erp pptpd[21641]: CTRL: Starting call (launching pppd, opening GRE) Feb 16 11:51:33 erp pppd[21642]: plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.3, this is 2.4.4 Feb 16 11:51:33 erp...

by gracet3 - 服务器应用 - 2008-08-07 13:53:26 阅读(4075) 回复(4)

运行 pppd 后出现 pppd: This system lacks kernel support for PPP. This could be because the PPP kernel module could not be loaded, or because PPP was not included in the kernel configuration. If PPP was included as a module, try `/sbin/modprobe -v ppp'. If that fails, check that ppp.o exists in /lib/modules/`uname -r`/net. See README.linux file in the ppp distribution for more details.

by mjgzln - Linux论坛 - 2005-07-21 13:25:37 阅读(740) 回复(1)

SuperLinks -- Adding lots of arbitrary content within Cacti This is a plugin for the Cacti plugin Architecture created by Jimmy Conner for Cacti 0.8.x (0.9.0 is slated to have a new plugin system from the start). It it lets you have any number of pages of arbitrary HTML content behind tabs at the top of the page or extra entries on the Console menu. You could use this to integrate other tools ...

by deargentle - 网络技术文档中心 - 2008-04-10 15:43:32 阅读(1441) 回复(0)

If you cannot visit wikipedia or some other sites, then try these two proxy plugins in your firefox: gladder 2.0.2 by gneheix A proxy tool works on a customizable sites list! Get over Grea...

by nkmaniac - 网络技术文档中心 - 2008-03-06 14:03:41 阅读(1452) 回复(0)

请问各位, snort idmef plugin 发送idmef消息时,是如何确定 classification name 的。 先谢谢了!!

by jixian01 - 数据安全 - 2007-12-12 02:25:41 阅读(1919) 回复(0)

There're plenty of very convenient and useful firefox plugins, including google's. Here's some of them: Google Toolbar for firefox Google Bookmarks Button Google Calendar Notifier Google Reader Wacher Google Notebook GUtil iGoogle Sidebar You can get them on firefox's website: https://addons.mozilla.org/en-US/firefox/browse/type:1 Here's a snapshot of my firefox with google plugins: 本...

by nkmaniac - 网络技术文档中心 - 2007-12-07 00:31:43 阅读(735) 回复(0)

概述 Eclipse中最出彩的部分莫过于它的plugin Framework,可以说Eclipse在一定程度上使得plugin机制得以流行,当然,Eclipse的优势不仅仅在此,但正因为采用了plugin机制,Eclipse才得以被不断的扩充,越来越强大。一直以来就想分析Eclipse的plugin Framework,由于各种原因一直耽搁,刚好这个周末没什么事,下定决心对其进行了研究和分析,方法很原始,就是对Eclipse的启动过程进行分析,基于的是Eclipse 3.1的版本,分析过程就不...

by hiyachen - Java文档中心 - 2006-06-01 11:48:00 阅读(742) 回复(0)