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