[krita] [Bug 444939] samsung spen hard-coded buttons

2022-08-19 Thread
https://bugs.kde.org/show_bug.cgi?id=444939 陈文龙 <756338...@qq.com> changed: What|Removed |Added CC||756338...@qq.com -- You are rec

mutual information issue in logLikelihoodRatio

2013-06-02 Thread
The definition of org.apache.mahout.math.stats.LogLikelihood.logLikelihoodRatio(long k11, long k12, long k21, long k22): public static double logLikelihoodRatio(long k11, long k12, long k21, long k22) { Preconditions.checkArgument(k11 >= 0 && k12 >= 0 && k21 >= 0 && k22 >= 0); // n

Re: [Haskell-cafe] Is type class 'Addressable' already exists.

2012-04-12 Thread
not > the same as "zero". I suppose that "clear" aught to be in a separate > class. > > -Michael Sloan > > On Wed, Apr 11, 2012 at 10:47 PM, 陈文龙 wrote: > > > > To get element in List,Map... in python's way. > > >

Re: [ovs-discuss] Shiyu (Sean) Luo wants to stay in touch on LinkedIn

2011-01-09 Thread
lol, send invation to a maillist. 2011/1/10 Shiyu (Sean) Luo > LinkedIn > > I'd like to add you to my professional network on LinkedIn. > > - Shiyu (Sean) Luo > Shiyu (Sean) Luo > Graduate Student @ UW-Madison > Madison, Wisconsin Area > > Confirm that you know Shiyu > (Sean)

Re: [ovs-discuss] Question about ovsdb-server options

2010-12-13 Thread
Thanks 2010/12/14 Justin Pettit > You can run ovs-vsctl in a mode that allows that to work. Take a look at > the end of the ovs-controller man page for an example. > > --Justin > > > On Dec 13, 2010, at 7:28 PM, 陈文龙 wrote: > > > Could you provide an example?

Re: [ovs-discuss] Question about ovsdb-server options

2010-12-13 Thread
Could you provide an example? Thanks :-) 2010/12/14 Justin Pettit > On Dec 13, 2010, at 6:23 PM, 陈文龙 wrote: > > > It is easy to understand the DBS will listen for connection. For someone > who want to query to connect. > > I cannot understand why the DBS needs to connect t

[ovs-discuss] Question about ovsdb-server options

2010-12-13 Thread
NAME ovsdb-server - Open vSwitch database server SYNOPSIS ovsdb-server database [--remote=remote]... [--run=command] ... OPTIONS --remote=remote Adds remote as a connection method used by ovsdb-server. remote must take one of the following forms:

[ovs-discuss] What is the mechanism of GRE tunnel implement by OVS?

2010-11-26 Thread
For example, (Host ip: 1.1.1.1) OVS1 gre remote_ip:2.2.2.2 (Host ip: 2.2.2.2) OVS2 gre remote_ip:1.1.1.1 If OVS1 wants to send a packet to OVS2 through gre tunnel, does it send the packet to 2.2.2.2:? And when OVS2 receives a packet from 2.2.2.2:, that means it is a packet go through the tunnel. Is

Re: [ovs-discuss] openvswitch

2010-09-22 Thread
Suggest that host1 has IP 1.1.1.1 and host2 has IP 2.2.2.2 . In host1: 1. create interface gre0 type gre, set remote_ip as 2.2.2.2. 2. create port gre0 include interface gre0. 3. add port gre0 to the bridge. In host2: 1. create interface gre0 type gre, set remote_ip as 1.1.1.1. 2. create port gre0

How to delete my project IMMEDIATELY?

2010-09-01 Thread
I have committed a config file which include username and password. How can I complete remove it, or the whole project right away? I tried to delete the project, but it says it will be delete in 29 days... I don't want anyone to see it. Thanks! -- You received this message because you are subsc

Re: [aur-general] Want to submit a PKGBUILD

2010-08-31 Thread
I tried to. But it says "The address, *qzche...@gmail.com*, is already in use." I cannot remember my account, if I have registered. 2010/8/31 Jan Steffens > On Tue, Aug 31, 2010 at 8:21 AM, 陈文龙 wrote: > > 2010/8/31 陈文龙 > > > >> It is realvnc > > > &g

Re: [aur-general] Want to submit a PKGBUILD

2010-08-30 Thread
2010/8/31 陈文龙 > It is realvnc split to two packages, libstdc++296 and realvnc PKGBUILD.libstdc++296 Description: Binary data PKGBUILD.realvnc Description: Binary data

[aur-general] Want to submit a PKGBUILD

2010-08-30 Thread
It is realvnc PKGBUILD Description: Binary data

Re: [ovs-discuss] How do GRE overcome VLAN nest problem?

2010-08-18 Thread
2010/8/19 Justin Pettit > On Aug 18, 2010, at 2:44 AM, 陈文龙 wrote: > > > Sorry, I am not clear about your idea. > > Is it possible to do VLAN nesting ? > > Or something have the same effect. > > > > For example, the Service Provider provide me a VLAN 10. >

Re: [ovs-discuss] How do GRE overcome VLAN nest problem?

2010-08-18 Thread
2010/8/18 Justin Pettit > On Aug 17, 2010, at 8:54 PM, 陈文龙 wrote: > > > In the paper, section 3, says > > the support for GRE is essential in overcoming > > the limitations VLANs face in larger deployments: the > > number of available VLANs is limited (compared t

[ovs-discuss] How do GRE overcome VLAN nest problem?

2010-08-17 Thread
In the paper, section 3, says > the support for GRE is essential in overcoming > the limitations VLANs face in larger deployments: the > number of available VLANs is limited (compared to the > size of many virtual environments), VLANs do not nest > well, and, as a link layer concept, VLANs do not

Re: [ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2010-08-13 Thread
You are right. Thanks! 2010/8/14 Ben Pfaff > On Fri, Aug 13, 2010 at 5:44 AM, 陈文龙 wrote: > > Host1 running OVS > > IP:10.1.132.54 > > > > Host2 run ovsdbmonitor > > Host name or IP : 10.1.132.54 > > SSH Password : ** > > Connect target: unix:

[ovs-discuss] ovsdbmonitor error: remote command failed (rc=127)

2010-08-13 Thread
Host1 running OVS IP:10.1.132.54 Host2 run ovsdbmonitor Host name or IP : 10.1.132.54 SSH Password : ** Connect target: unix:/var/run/openvswitch/db.sock ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Ethernet over GRE tunneling?

2010-08-11 Thread
1.html> * 在 2010年8月12日 上午10:21,陈文龙 写道: > I want to set up the network topology like: > > +-+ 1.1.1.1 2.2.2.2 +-+ > | Router |- Public n

Re: [ovs-discuss] Ethernet over GRE tunneling?

2010-08-11 Thread
broadcast to 192.168.1.20. And VM1 regards VM2 as a LAN member. If the tunnel takes the dot1Q tag, that's better. How to configure OVS to implement that? 2010/8/12 Jesse Gross > On Wed, Aug 11, 2010 at 2:13 AM, 陈文龙 wrote: > >> What is the different with Implement GRE Proto

[ovs-discuss] Ethernet over GRE tunneling?

2010-08-10 Thread
What is the different with Implement GRE Protocol ? Does OVS have any advanced features than GRE? Is OVS able to take a broadcast packet and go through GRE tunnel and broadcast in another subnet? ___ discuss mailing list discuss@openvswitch.org http://ope

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
IT WORKS! Thank you all! 在 2010年8月11日 下午12:21,陈文龙 写道: > Thanks very much. > keep trying > > 在 2010年8月11日 上午11:55,kk yap 写道: > > I am not comprehending here. Here's the commands you need: >> >> git clone git://noxrepo.org/nox >> cd nox >> g

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
./configure > make > > Hope this helps. > > Regards > KK > > 2010/8/10 陈文龙 : > > I have download openflow-1.0 > > what should I do next? > > where should I put the openflow source, and recompile nox? > > > > 在 2010年8月11日 上午11:46,kk yap 写道: >

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
NOX compiled with OpenFlow 0x97 OVS says it support version 0x97, but peer(NOX) supports no latter than version 0x01. So, OVS doesn't get the right OF version of NOX. What's wrong ? 在 2010年8月11日 上午11:29,陈文龙 写道: > Compiled source from git://noxrepo.org/nox. > It occurs the same

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
gotiation failed: we support versions > 0x97 to 0x97 inclusive but peer supports no later than version 0x01 > 2|nox|WARN:Error sending features request: Protocol error > 在 2010年8月11日 上午11:12,陈文龙 写道: > thanks, trying the git version. > > report latter. > > > 在 2010年

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
thanks, trying the git version. report latter. 在 2010年8月11日 上午11:06,kk yap 写道: > Why not try openflow-1.0 branch of NOX0.6 at git://noxrepo.org/nox? > > Regards > KK > > On 10 August 2010 19:55, 陈文龙 wrote: > > OVS 1.0.1 > > NOX 0.5.0 > > Is that ok? >

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
OVS 1.0.1 NOX 0.5.0 Is that ok? 2010/8/11 Ben Pfaff > On Tue, Aug 10, 2010 at 6:59 PM, 陈文龙 wrote: > > OVS runs in Dom0. NOX runs in DomU. > > > > > > 1|openflow|WARN:stream: version negotiation failed: we support > versions > > 0x97 to 0x97 inclusive but

[ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread
OVS runs in Dom0. NOX runs in DomU. 1|openflow|WARN:stream: version negotiation failed: we support versions 0x97 to 0x97 inclusive but peer supports no later than version 0x01 2|nox|WARN:Error sending features request: Protocol error OVS support OF version 0x97 but NOX do not? Here is h

Re: [ovs-discuss] questions about open flow setup

2010-08-10 Thread
thanks 2010/8/10 Ben Pfaff > On Tue, Aug 10, 2010 at 2:25 AM, 陈文龙 wrote: > > How to set the bridge's controller? > > "ovs-vsctl set-controller". Please read the manpage for details. > ___ discuss mailing

Re: [ovs-discuss] questions about open flow setup

2010-08-10 Thread
How to set the bridge's controller? I tried #ovs-vsctl set bridge xenbr0 controller=10.1.132.112 ovs-vsctl: "10.1.132.112" is not a valid UUID P.S. VM1 running NOX has ip 10.1.132.112 Host running OVS, has xenbr0 with ip 10.1.132.54 vif1 for VM1 is added to xenbr0. *Ben Pfaff* blp at nicira.com

[nox-dev] Error while compiling:

2010-08-09 Thread
noxcore]$ autoreconf --version autoreconf (GNU Autoconf) 2.66 So I edit the boot.sh, replace "autoreconf -Wno-portability --install -I config --force" with "autoreconf --install --force" noxcore]$ ./boot.sh noxcore]$ mkdir build noxcore]$ cd build noxcore]$ ../configure noxcore]$ make libtool: co

[ovs-discuss] Do I have to configure switches as VLAN trunks to set up VLANs for VMs?

2010-08-03 Thread
To set up VLANs for VMs, I may take use of many physicals, connect them together. Configure them as VLAN trunks will result in a big broadcast domain, which may reduce the performance of network. Is there any way to avoid it? Another question is if I want to set up VLANs across router, what should

[ovs-discuss] How to perform cenralized management?

2010-08-01 Thread
Centralized management is mentioned in the paper. I am not clear about how to do that. Which CLI(command line interface) can do that ? Would you show me an example? Thanks! Extending Networking into the Virtualization Layer > *Centralized manageme

[ovs-discuss] Cannot find ovsdbmonitor

2010-08-01 Thread
Where is the ovsdbmonitor? I cannot find it in /usr/local/bin. > > * ovsdbmonitor, a GUI tool for remotely viewing OVS databases and > OpenFlow flow tables. http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=README;hb=HEAD

Re: [ovs-discuss] Question about Remote Control of OVS-daemon

2010-07-31 Thread
way I would have to enter manually the ips of the host. > > I was looking for something that would give a command to all the hosts that > host3 is attached. > > Like if I had a deployment of 100 PC adding 100 ips for one command > wouldn’t be effective > > > &g

Re: [ovs-discuss] Open vSwitch installation in userspace.

2010-07-29 Thread
Have you loaded the openvswitch_mod module? 2010/7/30 Hardeep Uppal > Hi, > > I am new to Open vSwitch and had a few question about open vswitch setup in > userspace in dom0 (2.6.26-2-xen-686). I followed steps 1 to 5 from > INSTALL.Linux to compile and install open vswitch. > > % ./configure >

Re: [ovs-discuss] Question about Remote Control of OVS-daemon

2010-07-29 Thread
I think you should start OvS listening on tcp but not unix socket on host0 and host1. And use command on host3 like ovsctl --db=tcp:: 2010/7/30 Nikos Bregiannis > Hi, > > I'm having two pc's running ovs-daemon and some virtual machines on them. I > haven't created any VLANs yet but i would like

Re: [ovs-discuss] How to see if the physical host is seeing VLAN tagged packets correctly leaving/arriving on the eth0 interface?

2010-07-29 Thread
Thanks! 2010/7/30 Ben Pfaff > On Wed, Jul 28, 2010 at 10:24 PM, 陈文龙 wrote: > > The physical host is running OvS. > > ovs-vsctl add-br br0 > > ovs-vsctl add-port br0 tap1.0 tag=100 > > How to see if the packet from/to tap1.0 is tagged right? > > You could

[ovs-discuss] How to see if the physical host is seeing VLAN tagged packets correctly leaving/arriving on the eth0 interface?

2010-07-28 Thread
The physical host is running OvS. ovs-vsctl add-br br0 ovs-vsctl add-port br0 tap1.0 tag=100 How to see if the packet from/to tap1.0 is tagged right? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvsw

[ovs-discuss] Is open vswitch a distributed virtual switch?

2010-07-27 Thread
For example Two hosts, host0, host1. Four VMs, vm0, vm1, vm2, vm3. vm0,vm1 run on host0. vm2,vm3 run on host1. I want to create two VLANs, vlan0, vlan1. vm0,vm2 in vlan0. vm1,vm3 in vlan1. Is that possible? +-+ +--+ | vm0vm1 | | vm2vm3 | | | |

Re: [Ubuntu-zh] U盘识别不了(用dd写过引导扇区 )

2009-01-13 Thread
恩 2009/1/13 LLY > 插上后连dmesg都没信息吗? > > > 2009/1/13 陈文龙 > >> >> 发现不了设备 >> >> 2009/1/13 alan Gold >> >>> linux下不是别,是无法mount了,还是根本发现不了这个设备了,如果能发现设备应该能够使用cfdisk命令分区,然后格式化。 >>> >>> 2009/1/13 陈文龙 >>> >>>> 关

Re: [Ubuntu-zh] U盘识别不了(用dd写过引导扇区 )

2009-01-12 Thread
发现不了设备 2009/1/13 alan Gold > linux下不是别,是无法mount了,还是根本发现不了这个设备了,如果能发现设备应该能够使用cfdisk命令分区,然后格式化。 > > 2009/1/13 陈文龙 > >> 关键是已经识别不了了(linux下) >> >> win下格式化不了,提示"请插入×××" >> >> 2009/1/13 LLY >> >>> 找个好用的同类U盘,dd它的前512字节出来,再dd到你那U盘里,不就可以

Re: [Ubuntu-zh] U盘识别不了(用dd写过引导扇区 )

2009-01-12 Thread
磁盘格式显示为RAW 2009/1/13 陈文龙 > 关键是已经识别不了了(linux下) > win下格式化不了,提示"请插入×××" > > 2009/1/13 LLY > >> 找个好用的同类U盘,dd它的前512字节出来,再dd到你那U盘里,不就可以了. >> >> 2009/1/13 alan Gold >> >> 我觉得重新格式化应该就可以了,TINIX.img是不是软盘的镜像文件,写入u盘后,U盘的容量也就不对了。 >>> &

Re: [Ubuntu-zh] U盘识别不了(用dd写过引导扇区 )

2009-01-12 Thread
关键是已经识别不了了(linux下) win下格式化不了,提示"请插入×××" 2009/1/13 LLY > 找个好用的同类U盘,dd它的前512字节出来,再dd到你那U盘里,不就可以了. > > 2009/1/13 alan Gold > > 我觉得重新格式化应该就可以了,TINIX.img是不是软盘的镜像文件,写入u盘后,U盘的容量也就不对了。 >> >> 2009/1/12 陈文龙 >> >>> 最近在看《自己动手写操作系统》 >>> >>

[Ubuntu-zh] U盘识别不了(用dd写过引导扇区 )

2009-01-12 Thread
最近在看《自己动手写操作系统》 没有软盘,就用U盘了。 dd 把 TINIX.img 写到 bs=512 count=1 里了。 重启,用U盘启动。看到 "Hello OS World"了。 但是现在在Linux下识别不了U盘了,windows下有U盘盘符,但是显示可用0,已用0,双击提示插入介质。 5,4G的sandisk阿,这样就没了吗?大虾救命! -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] 为什么用谷歌不能发送邮件列表 ( 郑磊山 )

2008-12-09 Thread
可以发邮件列表阿,我这不发了吗 2008/12/9 石康志 <[EMAIL PROTECTED]> > 我也有个163,不过对比起来我还是更喜欢google一些。 > > 2008/12/9 fuyan. 8066 <[EMAIL PROTECTED]> > >> 没必要神话google >> >> 163和gmail我同时常用的,都很不错,各有特色 >> >> -- >> ubuntu-zh mailing list >> ubuntu-zh@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] SOS!

2008-12-08 Thread
OK,thanks! 解决了。 在 08-12-8,石康志<[EMAIL PROTECTED]> 写道: > 不是说的很明确吗?没有空间了。 > > 2008/12/8 陈文龙 <[EMAIL PROTECTED]> > >> 安装更新,中途退出出问题了! >> >>> [EMAIL PROTECTED]:~$ sudo dpkg --configure -a >>> [sudo] password for chenwl: >>> 正在设置 initra

[Ubuntu-zh] SOS!

2008-12-08 Thread
安装更新,中途退出出问题了! > [EMAIL PROTECTED]:~$ sudo dpkg --configure -a > [sudo] password for chenwl: > 正在设置 initramfs-tools (0.85eubuntu39.3) ... > update-initramfs: deferring update (trigger activated) > > Processing triggers for initramfs-tools ... > update-initramfs: Generating /boot/initrd.img-2.6.24-

Re: [Ubuntu-zh] [EC]Edubuntu Handbuook翻译工程 已开始,请求协作

2008-12-06 Thread
如何和其他协作人交流? 同时编辑会冲突吗? 2008/12/7 Wyatt. Wang <[EMAIL PROTECTED]>: > > > 2008/12/7 陈文龙 <[EMAIL PROTECTED]> >> >> 如何操作?我已申请,还是编辑不了。 > > OK > >> >> 2008/12/7 Wyatt. Wang <[EMAIL PROTECTED]>: >> > EC关于Edubuntu Handbuook 的翻译已

Re: [Ubuntu-zh] [EC]Edubuntu Handbuook翻译工程 已开始,请求协作

2008-12-06 Thread
如何操作?我已申请,还是编辑不了。 2008/12/7 Wyatt. Wang <[EMAIL PROTECTED]>: > EC关于Edubuntu Handbuook 的翻译已有马利老师发起,翻译结构已建立起,请求协作成员进入进行翻译工作 : > > 工作入口: > > http://sites.google.com/site/edubuntuchina/wen-dang-fan-yi/edubuntu-handbook-zhong-wen-ban > > 如果你还不是本站的协作成员,请点击这里加入: > > http://spreadsheets.google.com/viewfor

Re: [Ubuntu-zh] [EC]"Installing an LTSP Server "内容翻译

2008-12-03 Thread
我也是,翻译内容写在哪里啊 2008/12/4 <[EMAIL PROTECTED]>: > 我也想参加,就是不知道怎么加入。 > > 在 08-12-4,Wyatt. Wang<[EMAIL PROTECTED]> 写道: >> EdubuntuChina发起的关于LTSP的翻译,请求你的加入。 >> >> 入口:http://sites.google.com/site/edubuntuchina/wen-dang-fan-yi >> >> 如果你已是本平台的协作成员,按照已有的约定,进行翻译即可,如果你还不是本平台的协作成员,请点击下面的链接,注册下你的信息,我们会在第一时间将你加入