Comments for wolfg's Weblog http://guoyong.org wolfg's journey with open source, linux, programming, sysadm ... Fri, 17 Jun 2011 08:12:04 +0000 hourly 1 http://wordpress.org/?v=3.1.1 Comment on 使用Cacti监控JVM by ziv cheung http://guoyong.org/2010/01/27/512/comment-page-1#comment-77503 ziv cheung Fri, 17 Jun 2011 08:12:04 +0000 http://guoyong.org/?p=512#comment-77503 请问我做完后,图片显示不出来,然后/cacti-0.8.7g/rra/localhost_jvmmempoolcommitted_11.rrd': No such file or directory呢?请问 请问我做完后,图片显示不出来,然后/cacti-0.8.7g/rra/localhost_jvmmempoolcommitted_11.rrd’: No such file or directory呢?请问

]]>
Comment on About by wolfg http://guoyong.org/about/comment-page-1#comment-69880 wolfg Wed, 16 Mar 2011 01:33:31 +0000 #comment-69880 hi, there is no update on it. :) hi, there is no update on it. :)

]]>
Comment on About by chris http://guoyong.org/about/comment-page-1#comment-69853 chris Tue, 15 Mar 2011 19:41:15 +0000 #comment-69853 Hello, i am interresting in your autopräfix program for symbian, i have an nokia x6 and it doesnt work, caus its the 5. edition, not the 2nd. Do you working on any update? with best regards, chris Hello,

i am interresting in your autopräfix program for symbian, i have an nokia x6 and it doesnt work, caus its the 5. edition, not the 2nd.
Do you working on any update?
with best regards,
chris

]]>
Comment on SSH:不用密码登录 by Zachary http://guoyong.org/2010/01/30/569/comment-page-1#comment-65104 Zachary Tue, 11 Jan 2011 08:18:51 +0000 http://guoyong.org/?p=569#comment-65104 谢谢您的这篇博文,对我很有帮助! 谢谢您的这篇博文,对我很有帮助!

]]>
Comment on 使用Cacti监控JVM by Frank http://guoyong.org/2010/01/27/512/comment-page-1#comment-61236 Frank Fri, 12 Nov 2010 01:45:53 +0000 http://guoyong.org/?p=512#comment-61236 就是下面的命令:java -Dcom.sun.management.snmp.port=9998 就是下面的命令:java -Dcom.sun.management.snmp.port=9998

]]>
Comment on 使用Cacti监控JVM by wolfg http://guoyong.org/2010/01/27/512/comment-page-1#comment-61235 wolfg Fri, 12 Nov 2010 01:41:35 +0000 http://guoyong.org/?p=512#comment-61235 能说说你的启动jvm的命令具体是什么样的吗? 能说说你的启动jvm的命令具体是什么样的吗?

]]>
Comment on 使用Cacti监控JVM by Frank http://guoyong.org/2010/01/27/512/comment-page-1#comment-61173 Frank Thu, 11 Nov 2010 04:41:37 +0000 http://guoyong.org/?p=512#comment-61173 就是在执行命令java -Dcom.sun.management.snmp.port=9998 时不行 但是我在在把端口改成161 报错说是该端口已经被占用了,安装官方的配置但是配置managment的配置问和acl 时,好像是不能正常读取配置文件? 就是在执行命令java -Dcom.sun.management.snmp.port=9998 时不行
但是我在在把端口改成161 报错说是该端口已经被占用了,安装官方的配置但是配置managment的配置问和acl 时,好像是不能正常读取配置文件?

]]>
Comment on 使用Cacti监控JVM by wolfg http://guoyong.org/2010/01/27/512/comment-page-1#comment-61168 wolfg Thu, 11 Nov 2010 01:18:36 +0000 http://guoyong.org/?p=512#comment-61168 启动JVM的命令里加上-Dcom.sun.management.snmp.port=9998,注意-D这个 启动JVM的命令里加上-Dcom.sun.management.snmp.port=9998,注意-D这个

]]>
Comment on 使用Cacti监控JVM by Frank http://guoyong.org/2010/01/27/512/comment-page-1#comment-61119 Frank Wed, 10 Nov 2010 03:49:55 +0000 http://guoyong.org/?p=512#comment-61119 在配置完后但是设置的JVM 响应端口com.sun.management.snmp.port=9998 是总是报下面的错误 Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/management/snmp/port=9998 Caused by: java.lang.ClassNotFoundException: com.sun.management.snmp.port=9998 at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) Could not find the main class: com.sun.management.snmp.port=9998. Program will exit. 但是我在其配置文件中/usr/java/jre/lib/management/management.properties 和snmp.acl 也做了配置后再试重启JVM 但是snmp agent port 还是不能正常启动,在查看器官方的配置时,和气官方的配置是一样的,不过在其官方提供了一个文件就是JVM-MANAGEMENT-MIB.mib 不知道是在什么地方定义的,还请指点一下 thanks 在配置完后但是设置的JVM 响应端口com.sun.management.snmp.port=9998 是总是报下面的错误
Exception in thread “main” java.lang.NoClassDefFoundError: com/sun/management/snmp/port=9998
Caused by: java.lang.ClassNotFoundException: com.sun.management.snmp.port=9998
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: com.sun.management.snmp.port=9998. Program will exit.
但是我在其配置文件中/usr/java/jre/lib/management/management.properties 和snmp.acl 也做了配置后再试重启JVM 但是snmp agent port 还是不能正常启动,在查看器官方的配置时,和气官方的配置是一样的,不过在其官方提供了一个文件就是JVM-MANAGEMENT-MIB.mib 不知道是在什么地方定义的,还请指点一下
thanks

]]>
Comment on 在Windows XP下安装MoinMoin Wiki by 杨涛 http://guoyong.org/2006/03/28/163/comment-page-2#comment-55635 杨涛 Mon, 01 Feb 2010 11:10:05 +0000 http://guoyong.org/blog/2006/03/28/163#comment-55635 博主,你好,我按照你的配置,访问http://127.0.0.1/mywiki的时候(用ie访问),出现以下的提示 :Forbidden You don't have permission to access /mywiki on this server. 请问知道怎么解决吗? yft809@163.com 不胜感激 博主,你好,我按照你的配置,访问http://127.0.0.1/mywiki的时候(用ie访问),出现以下的提示
:Forbidden
You don’t have permission to access /mywiki on this server.
请问知道怎么解决吗?
yft809@163.com 不胜感激

]]>
Comment on 一个Python脚本,让OpenVPN使用postfix邮箱帐号进行身份认证 by jeff http://guoyong.org/2008/05/14/359/comment-page-1#comment-55633 jeff Mon, 01 Feb 2010 06:39:07 +0000 http://guoyong.org/?p=359#comment-55633 怎么联系到你 怎么联系到你

]]>
Comment on How to install Nginx from source with ‘Debian’ layout by wolfg http://guoyong.org/2010/01/15/371/comment-page-1#comment-55543 wolfg Sun, 17 Jan 2010 11:24:02 +0000 http://guoyong.org/?p=371#comment-55543 Cool. Thanks. Cool. Thanks.

]]>
Comment on How to install Nginx from source with ‘Debian’ layout by Scott Barr http://guoyong.org/2010/01/15/371/comment-page-1#comment-55532 Scott Barr Fri, 15 Jan 2010 15:00:58 +0000 http://guoyong.org/?p=371#comment-55532 I have a simple installation (3 lines) using gists that you can view on my Blog at http://scottbarr.blogspot.com/2010/01/install-nginx-from-source-on-debian.html. I have a simple installation (3 lines) using gists that you can view on my Blog at http://scottbarr.blogspot.com/2010/01/install-nginx-from-source-on-debian.html.

]]>
Comment on Nokia Mobile Software University Camp Beijing by wolfg http://guoyong.org/2007/10/18/346/comment-page-1#comment-55201 wolfg Thu, 10 Dec 2009 03:44:10 +0000 http://guoyong.org/2007/10/18/346#comment-55201 差不多 :) 差不多 :)

]]>
Comment on Nokia Mobile Software University Camp Beijing by cymbi http://guoyong.org/2007/10/18/346/comment-page-1#comment-55156 cymbi Fri, 04 Dec 2009 14:46:49 +0000 http://guoyong.org/2007/10/18/346#comment-55156 Maemo的发音是什么?卖某? Maemo的发音是什么?卖某?

]]>