Vroting / ruijieclient

Automatically exported from code.google.com/p/ruijieclient
GNU Lesser General Public License v3.0
0 stars 0 forks source link

建议 #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1。配置文件放置在/etc下面,新建一个文件夹,存放多套配置
文件。
2。使用chmod 4755 ruijieclient,这样就不需要每次切换到root下面
3。使用daemon+log方式运行,免得再开一个terminal,超麻烦。

详情可以参考一下武汉大学的某个ruijie客户端:
http://bbs.whu.edu.cn/bbscon.php?board=Linux_Unix&id=19458

Original issue reported on code.google.com by felix...@gmail.com on 7 May 2009 at 8:03

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by gonghan1...@gmail.com on 7 May 2009 at 9:54

GoogleCodeExporter commented 8 years ago
daemon方式很容易,认证完成后fork个进程就可以了!

Original comment by Pentie on 26 May 2009 at 10:10

GoogleCodeExporter commented 8 years ago
还有一些额外的操作要做的:
父进程结束,子进程要setsid,还要处理一下hup信号什么的,��
�免出现个僵尸

Original comment by felix...@gmail.com on 26 May 2009 at 2:07

GoogleCodeExporter commented 8 years ago
目前先实现完整的功能,不然程序挂了用户也不知道。所以��
�不搞 daemon , 用户暂时可以自己
setsid 执行 
等功能稳定下来了,就增加。

哦,可以搞一个可选择项。 --daemon 
加班搞定中,呵呵。

Original comment by microcai...@gmail.com on 8 Jun 2009 at 2:16

GoogleCodeExporter commented 8 years ago
daemon 功能已经实现,自己添加参数 -D 就可以了。

Original comment by microcai...@gmail.com on 9 Jun 2009 at 8:19

GoogleCodeExporter commented 8 years ago
赞!
不过不知道是否使用了 chmod 4755 这个东西?
用上这个可以省去每次认证输入root密码啊。

Original comment by felix...@gmail.com on 9 Jun 2009 at 1:13

GoogleCodeExporter commented 8 years ago
chmod 4755 似乎应当尽量避免使用。。。
或者加到sudo列表免密码里?

Original comment by Apocali...@gmail.com on 10 Jun 2009 at 2:47

GoogleCodeExporter commented 8 years ago
可以自己进行 chmod 的。

Original comment by microcai...@gmail.com on 11 Jun 2009 at 3:44

GoogleCodeExporter commented 8 years ago
To 7L: 
只要把可能的溢出问题处理好,应该就没什么问题。加到sudo�
��表免密码效果是一样的。

To 8L: 在安装的时候直接处理了,方便用户阿。

Original comment by felix...@gmail.com on 11 Jun 2009 at 7:36

GoogleCodeExporter commented 8 years ago
我觉得权限这部分最好交由gui处理,可以使用 PolicyKit 
控制,比如gnome的那个服务管理,可
以由用户选择保留授权。

Original comment by sthots on 11 Jun 2009 at 8:27

Attachments:

GoogleCodeExporter commented 8 years ago
谢谢!校园网23:30就断, 明天测试:)
2的PT,也好强哦

Original comment by HiFin...@gmail.com on 15 Jun 2009 at 7:17

GoogleCodeExporter commented 8 years ago
很久没来了,发现越做越方便了!

Original comment by Song...@gmail.com on 17 Jun 2009 at 9:51

GoogleCodeExporter commented 8 years ago
打包的同志,看看什么情况:
我在suse enterprise 
desktop11下,安装rpm包,发现说缺少libcap.so.0.9和说rpmlib要小于
4.6.0-1。
安装的是ruijieclient-0.8.1-1.fc11.i586.rpm。但我checkout了
http://ruijieclient.googlecode.com/svn/trunk/ 中的文件编译,
明显一切ok。
是不是你们打包时给客户的要求了啊??
看看。

Original comment by shengfen...@gmail.com on 13 Aug 2009 at 10:02

GoogleCodeExporter commented 8 years ago
F11 的包怎么能给 suse 用啊

Original comment by microcai...@gmail.com on 19 Aug 2009 at 1:47

GoogleCodeExporter commented 8 years ago
还是尽量通用比较好。

Original comment by sthots on 24 Aug 2009 at 8:46

GoogleCodeExporter commented 8 years ago
恩,认证通过后应该要 利用图形界面的通知 ....
对,没错. 恩

Original comment by microcai...@gmail.com on 12 Sep 2009 at 4:39

GoogleCodeExporter commented 8 years ago
mentohust也不把v3认证部分做成dll或者so库来给大家调用,v3是��
�难搞出来了,心跳器倒是弄出来了,避其锋芒,攻其弱处,�
��捷心跳最弱,下手的好地方。

所以我就写个锐捷共享助手v1.1 windows版本,根据MentoHUST 
2009Beta版阉割得来
http://code.google.com/p/mentohust/issues/detail?id=196

认证是锐捷的事,心跳是本程序的事。
支持所有版本锐捷。
赶紧无线共享给你的ios设备吧

Original comment by ruijiezh...@gmail.com on 16 Oct 2012 at 8:53