Re: [Ubuntu-zh] IRC 课堂活动:如何参与 Ubuntu 开发

2010-11-16 文章 Guannan Ma
bump

今天没时间参加了 以后参加..
日志里内容太细节了.
有提前的abstract 放出吗?

2010/11/15 Aron Xu happyaron...@gmail.com

 2010/11/15 tong hui tongh...@gmail.com:
  有没有个课程要点总结啥的?
  这样对没有参加课程的人比较有帮助
 

 可以看每天 20 点以后的 IRC 日志,基本上都是讲一些很细节的问题,比如 15 号的讲座里用了一些时间详细指导大家 GPG 的使用方法。

 日志可以在这里找到: http://tinyurl.com/ubuntu-cn

 --
 Regards,
 Aron Xu
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/4140dc92/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] programs with SUID

2010-11-16 文章 Rhys
我刚才运行了一下
find / -perm -u+s -print
然后得到一些结果。其中有一项是/etc/thnuclnt/.thnumod
我想知道这是一个什么程序?
dpkg -S /etc/thnuclnt无果
--

xi...@xiang-laptop:/$ sudo find / -perm -u+s -print 2 /dev/null
/bin/su
/bin/mount
/bin/ping6
/bin/fusermount
/bin/ping
/bin/umount
/etc/thnuclnt/.thnumod
...

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] programs with SUID

2010-11-16 文章 Tusooa Zhu
On Tue, Nov 16, 2010 at 05:46:37PM +0800, Rhys wrote:
 我刚才运行了一下
 find / -perm -u+s -print
 然后得到一些结果。其中有一项是/etc/thnuclnt/.thnumod
 我想知道这是一个什么程序?
 dpkg -S /etc/thnuclnt无果

估计是某个程序创建的。启动配置文件吧。

-- 
Regards,
Tusooa
 _ 
 There's more than one way to do it. 
 - 
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] programs with SUID

2010-11-16 文章 Aron Xu
On Tue, Nov 16, 2010 at 17:46, Rhys list...@gmail.com wrote:
 我刚才运行了一下
 find / -perm -u+s -print
 然后得到一些结果。其中有一项是/etc/thnuclnt/.thnumod
 我想知道这是一个什么程序?
 dpkg -S /etc/thnuclnt无果
 --

 xi...@xiang-laptop:/$ sudo find / -perm -u+s -print 2 /dev/null
 /bin/su
 /bin/mount
 /bin/ping6
 /bin/fusermount
 /bin/ping
 /bin/umount
 /etc/thnuclnt/.thnumod
 ...

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


没错的话是你安装了 VMVare.

-- 
Regards,
Aron Xu

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] 启动Vbox时出现Kernel driver no t installed (rc=-1908)

2010-11-16 文章 王万清
本人工作平台Ubuntu 10.10,安装过Vbox后来remove过一次,再次安装,就出现下面的问题。


Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there
is a permission problem with /dev/vboxdrv. Please reinstall the kernel
module by executing

'/etc/init.d/vboxdrv setup'

as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package
first. This package keeps track of Linux kernel changes and recompiles the
vboxdrv kernel module if necessary.

运行 sudo /etc/init.d/vboxdrv.dpkg-bak
setup能搞定,但一旦系统重启后,又出现这个问题,又得重来。我尝试过把什么DKMS这类的在新立得中搜索然后安装过,但问题仍然存在,有没有什么能一次性搞定的?

-- 
以用致学!
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/2f00db01/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] IRC 课堂活动:Deb 包制作和 PPA 的使用方法

2010-11-16 文章 Aron Xu
大家好,明天 IRC 课堂活动将继续进行,主题是 Deb 包制作和 PPA 的使用方法。欢迎有兴趣的朋友来参与。时间仍是 20:00,位置在
IRC 的 #ubuntu-cn @ Freenode [1]

没有制作过 Deb 包,或者只使用 dpkg -b 打包过的朋友,可以先浏览一下 Debian 新维护人员手册:
英文版: http://www.debian.org/doc/maint-guide/index.en.html
中文版: http://www.debian.org/doc/maint-guide/index.zh-cn.html (已经重译,内容和英文版一致)


[1]如果你不了解IRC,可以用浏览器访问这个网址:
http://webchat.freenode.net/?channels=ubuntu-cn
任意填写一个 nickname,输入验证码,再点击 Connect 即可。
-- 
Regards,
Aron Xu
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] IRC 课堂活动:Deb 包制作和 PPA 的使用方法

2010-11-16 文章 连高欣
这个要顶!

在 2010年11月16日 下午9:52,Aron Xu happyaron...@gmail.com写道:

 大家好,明天 IRC 课堂活动将继续进行,主题是 Deb 包制作和 PPA 的使用方法。欢迎有兴趣的朋友来参与。时间仍是 20:00,位置在
 IRC 的 #ubuntu-cn @ Freenode [1]

 没有制作过 Deb 包,或者只使用 dpkg -b 打包过的朋友,可以先浏览一下 Debian 新维护人员手册:
 英文版: http://www.debian.org/doc/maint-guide/index.en.html
 中文版: http://www.debian.org/doc/maint-guide/index.zh-cn.html(已经重译,内容和英文版一致)


 [1]如果你不了解IRC,可以用浏览器访问这个网址:
 http://webchat.freenode.net/?channels=ubuntu-cn
 任意填写一个 nickname,输入验证码,再点击 Connect 即可。
 --
 Regards,
 Aron Xu
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
11个月ubuntu使用经历 1个月suse使用经历 一定的redhat和Centos经验,打算尝试arch等其他linux发行版
目前实习工作:运维

ubuntu 天津高校联盟qq群104029520
linux 天津高校联盟qq群 73809331
Blog:http://www.freetstar.com  //欢迎
twitter:@freetstar https://twitter.com/freetstar
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/e4c6c60f/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] IRC 课堂活动:Deb 包制 作和 PPA 的使用方法

2010-11-16 文章 Qian Hong
太好了!
请问明天是哪位MOTU讲呢?

2010/11/16 Aron Xu happyaron...@gmail.com

 大家好,明天 IRC 课堂活动将继续进行,主题是 Deb 包制作和 PPA 的使用方法。欢迎有兴趣的朋友来参与。时间仍是 20:00,位置在
 IRC 的 #ubuntu-cn @ Freenode [1]

 没有制作过 Deb 包,或者只使用 dpkg -b 打包过的朋友,可以先浏览一下 Debian 新维护人员手册:
 英文版: http://www.debian.org/doc/maint-guide/index.en.html
 中文版: http://www.debian.org/doc/maint-guide/index.zh-cn.html(已经重译,内容和英文版一致)


 [1]如果你不了解IRC,可以用浏览器访问这个网址:
 http://webchat.freenode.net/?channels=ubuntu-cn
 任意填写一个 nickname,输入验证码,再点击 Connect 即可。
 --
 Regards,
 Aron Xu
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
Regards,
Qian Hong
-
Send from Ubuntu
http://www.ubuntu.com/
-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/12e8b512/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 启动Vbox时出现Kernel driver no t installed (rc=-1908)

2010-11-16 文章 long2015 liu
应该是驱动没加载。
试试 sudo /etc/init.d/vboxdrv start
并设置成开机加载。我Ubuntu下是通过rcconf 勾选的。


在 2010年11月16日 下午9:46,王万清 wwq0...@gmail.com写道:

 本人工作平台Ubuntu 10.10,安装过Vbox后来remove过一次,再次安装,就出现下面的问题。


 Kernel driver not installed (rc=-1908)

 The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there
 is a permission problem with /dev/vboxdrv. Please reinstall the kernel
 module by executing

 '/etc/init.d/vboxdrv setup'

 as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS
 package
 first. This package keeps track of Linux kernel changes and recompiles the
 vboxdrv kernel module if necessary.

 运行 sudo /etc/init.d/vboxdrv.dpkg-bak

 setup能搞定,但一旦系统重启后,又出现这个问题,又得重来。我尝试过把什么DKMS这类的在新立得中搜索然后安装过,但问题仍然存在,有没有什么能一次性搞定的?

 --
 以用致学!
 -- 涓�涓���ㄥ�� --
 一个HTML附件被移除...
 URL:
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/2f00db01/attachment.htm

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 

我是分割线


---下面是签名-

毛主席教导我们,自己动手丰衣足食。

447244de0d4d1336936f35aeee9e2105
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/44b7955b/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] IRC 课堂活动:Deb 包制作和 PPA 的使用方法

2010-11-16 文章 long2015 liu
可惜今天上晚自习去了。
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/baf5befc/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 linwei
退订ubuntu...@lists.ubuntu.com ubuntu-zh@lists.ubuntu.com
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/62c957ec/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] IRC 课堂活动:Deb 包制作和 PPA 的使用方法

2010-11-16 文章 许磊
支持,可惜现在时间不多!

在 2010年11月16日 下午10:47,long2015 liu long2...@gmail.com写道:

 可惜今天上晚自习去了。
 -- 涓�涓���ㄥ�� --
 一个HTML附件被移除...
 URL:
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/baf5befc/attachment.htm

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
-
 xu lei
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/d1c498e4/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 启动Vbox时出现Kernel driver no t installed (rc=-1908)

2010-11-16 文章 王万清
在 2010年11月16日 下午10:45,long2015 liu long2...@gmail.com写道:

 应该是驱动没加载。
 试试 sudo /etc/init.d/vboxdrv start


这条命令我在init.d目录中没有找到,用tab键自动打出来的,就只有 /vboxdrv.dpkg-bak,能启动,但每次都得手动搞一次。


并设置成开机加载。我Ubuntu下是通过rcconf 勾选的。


在哪里能找到?



 在 2010年11月16日 下午9:46,王万清 wwq0...@gmail.com写道:

  本人工作平台Ubuntu 10.10,安装过Vbox后来remove过一次,再次安装,就出现下面的问题。
 
 
  Kernel driver not installed (rc=-1908)
 
  The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or
 there
  is a permission problem with /dev/vboxdrv. Please reinstall the kernel
  module by executing
 
  '/etc/init.d/vboxdrv setup'
 
  as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS
  package
  first. This package keeps track of Linux kernel changes and recompiles
 the
  vboxdrv kernel module if necessary.
 
  运行 sudo /etc/init.d/vboxdrv.dpkg-bak
 
 
 setup能搞定,但一旦系统重启后,又出现这个问题,又得重来。我尝试过把什么DKMS这类的在新立得中搜索然后安装过,但问题仍然存在,有没有什么能一次性搞定的?
 
  --
  以用致学!
  -- 涓�涓���ㄥ�� --
  一个HTML附件被移除...
  URL:
 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/2f00db01/attachment.htm
 
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 
 


 --

 我是分割线


 ---下面是签名-

 毛主席教导我们,自己动手丰衣足食。

 447244de0d4d1336936f35aeee9e2105
 -- 涓�涓���ㄥ�� --
 一个HTML附件被移除...
 URL:
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/44b7955b/attachment.htm

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
以用致学!
-- 涓�涓���ㄥ�� --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/cba8deea/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 Tao Yang
所以我说所有邮件列表都应该和Py中文一样

来个许入准可,只有知道怎么样管理邮件,退订列表的人才能进

2010/11/16 linwei linv...@gmail.com:
 退订ubuntu...@lists.ubuntu.com ubuntu-zh@lists.ubuntu.com
 -- 涓嬩竴閮ㄥ垎 --
 一个HTML附件被移除...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/62c957ec/attachment.htm

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh





-- 
※ Tao Yang @ Nankai University
※ Email: [swull...@gmail.com]
※ Blog: [http://cab402.appspot.com]
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 Zoom.Quiet
在 2010年11月17日 上午10:58,Tao Yang swull...@gmail.com 写道:
 所以我说所有邮件列表都应该和Py中文一样
;-)
都是有故事的哪...


 来个许入准可,只有知道怎么样管理邮件,退订列表的人才能进

 2010/11/16 linwei linv...@gmail.com:
 退订ubuntu...@lists.ubuntu.com ubuntu-zh@lists.ubuntu.com
 -- 涓嬩竴閮ㄥ垎 --
 一个HTML附件被移除...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/62c957ec/attachment.htm

 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh





 --
 ※ Tao Yang @ Nankai University
 ※ Email: [swull...@gmail.com]
 ※ Blog: [http://cab402.appspot.com]
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
http://zoomquiet.org 人生苦短? Pythonic!
豆: http://www.douban.com/group/zoomquiet/
书: http://code.google.com/p/openbookproject
蟒: http://code.google.com/p/kcpycamp/wiki/PythoniCamp
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 Zhengpeng Hou
你咋去评定他知道与否呢?

2010/11/17 Tao Yang swull...@gmail.com

 所以我说所有邮件列表都应该和Py中文一样

 来个许入准可,只有知道怎么样管理邮件,退订列表的人才能进

 2010/11/16 linwei linv...@gmail.com:
  退订ubuntu...@lists.ubuntu.com ubuntu-zh@lists.ubuntu.com
  -- 涓嬩竴閮ㄥ垎 --
  一个HTML附件被移除...
  URL:
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101116/62c957ec/attachment.htm
 
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 
 



 --
 ※ Tao Yang @ Nankai University
 ※ Email: [swull...@gmail.com]
 ※ Blog: [http://cab402.appspot.com]
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/e4a1c562/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 dword
在 2010年11月17日 星期三 11:22:28,Zhengpeng Hou 写道:
 你咋去评定他知道与否呢?
 

只允许用邮件加入即可。
另外GB2312应该禁掉。
-- 下一部分 --
一个非文本附件被清除...
发信人: %(who)s
主题: %(subject)s
日期: %(date)s
大小: 198
Url: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/f378b76f/attachment.pgp
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 Aron Xu
2010/11/17 Zhengpeng Hou zhengpeng-...@ubuntu.com:
 你咋去评定他知道与否呢?


申请加入,申请时要写明怎么退订,怎么管理大量邮件。

另外,支持禁掉 GB 码,只允许 utf-8.

-- 
Regards,
Aron Xu
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] 请帮忙推荐一款有依赖 关系的进程调度管理软件

2010-11-16 文章 Guannan Ma
-- Forwarded message --
From: Guannan Ma myth...@gmail.com
Date: 2010/11/17
Subject: 请帮忙推荐一款有依赖关系的进程调度管理软件
To: ubuntu-zh mailing lists ubuntu-zh@lists.ubuntu.com


大家有没有看到过开源中有可以根据进程关系来完成整个作业的调度的.

cron可以设定时间, 但是没有进程依赖关系.

举个例子 比如上个程序回返成功 下个程序才执行.

或者出现了某个文件 下个进程(软件)才会被启动.


谢谢

Regards,
Guannan




-- 
Regards,
Guannan
-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/9acae98b/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 请帮忙推荐一款有依赖 关系的进程调度管理软件

2010-11-16 文章 Guannan Ma
额 但是脚本一般是对特定的起作用, 一个错综复杂的关系图构成的调度关系. 脚本完成不了的..
我想问下现在有这样的开源软件么?  谁见过类似的么?

商业的我见过.

2010/11/17 Aron Xu happyaron...@gmail.com

 2010/11/17 Guannan Ma myth...@gmail.com:
  -- Forwarded message --
  From: Guannan Ma myth...@gmail.com
  Date: 2010/11/17
  Subject: 请帮忙推荐一款有依赖关系的进程调度管理软件
  To: ubuntu-zh mailing lists ubuntu-zh@lists.ubuntu.com
 
 
  大家有没有看到过开源中有可以根据进程关系来完成整个作业的调度的.
 
  cron可以设定时间, 但是没有进程依赖关系.
 
  举个例子 比如上个程序回返成功 下个程序才执行.
 
  或者出现了某个文件 下个进程(软件)才会被启动.
 
 
  谢谢
 
  Regards,
  Guannan
 
 
 
 
  --
  Regards,
  Guannan

 写个 shell 脚本就完了。


 --
 Regards,
 Aron Xu
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
Regards,
Guannan
-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/0fdd9b5c/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 请帮忙推荐一款有依赖 关系的进程调度管理软件

2010-11-16 文章 Zhengpeng Hou
至少你邮件里的需求用简单的shell scripts就可以实现

2010/11/17 Guannan Ma myth...@gmail.com

 额 但是脚本一般是对特定的起作用, 一个错综复杂的关系图构成的调度关系. 脚本完成不了的..
 我想问下现在有这样的开源软件么?  谁见过类似的么?

 商业的我见过.

 2010/11/17 Aron Xu happyaron...@gmail.com

  2010/11/17 Guannan Ma myth...@gmail.com:
   -- Forwarded message --
   From: Guannan Ma myth...@gmail.com
   Date: 2010/11/17
   Subject: 请帮忙推荐一款有依赖关系的进程调度管理软件
   To: ubuntu-zh mailing lists ubuntu-zh@lists.ubuntu.com
  
  
   大家有没有看到过开源中有可以根据进程关系来完成整个作业的调度的.
  
   cron可以设定时间, 但是没有进程依赖关系.
  
   举个例子 比如上个程序回返成功 下个程序才执行.
  
   或者出现了某个文件 下个进程(软件)才会被启动.
  
  
   谢谢
  
   Regards,
   Guannan
  
  
  
  
   --
   Regards,
   Guannan
 
  写个 shell 脚本就完了。
 
 
  --
  Regards,
  Aron Xu
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 



 --
 Regards,
 Guannan
 -- 下一部分 --
 一个HTML附件被移除...
 URL:
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/0fdd9b5c/attachment.htm
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20101117/d6c6792c/attachment.htm
 
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] call for testers: ibus with snooper disabled

2010-11-16 文章 Evan Martin
On Mon, Nov 15, 2010 at 12:47 AM, Zhengpeng Hou
zhengpeng-...@ubuntu.com wrote:
 If you're using ibus and chromium/chome under 10.10, would you mind do a
 test for us? We know that ibus has compatibility  issue with
 chromium/chrome, after you press backspace during your input with ibus, you
 will lose the ability to type with ibus any longer, you have to restart the
 application, and this is caused by snooper using in ibus by default.

Is there something we (Chromium) should have done differently?

Looking at our bug tracker I see a few bugs related to ibus
  http://code.google.com/p/chromium/issues/list?can=2q=ibus
but unfortunately the two mentioning backspace weren't tagged Linux so
they slipped under my radar.

-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] 希望在mail中能够取消

2010-11-16 文章 fengjian
On Wed, Nov 17, 2010 at 03:22:47PM +0800, Aron Xu wrote:
应该是推荐:
1:只用utf-8
2:用纯文本
3:用英文头
4:最好不要用base64加密
 2010/11/17 張道遠 1123mon...@gmail.com:
  還有,回復的時候用 'Re: ' 而不是 '回復:' '回复:' '回应:',转发用 Fwd:。
  好多邮件的 thread 就这样断掉了。不得不手工合并。
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 
 
 这个列表似乎是有问题,我无论怎么发邮件都无法开始thread,常常在archive里显示是继续一个不相干的thread。我是完全新建邮件,不是回复再改标题。
 
 -- 
 Regards,
 Aron Xu

 -- 
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh