Re: [tor-dev] New documentation for Tor Metrics website

2014-11-21 Thread Lei Yang
Dear Dr. Loesing, I have a concern about the consensus_weight. The definition of it seems that the consensus_weight is a completely measured value by the authorities. However, from the Bandwidth Scanner Specification, if I understand correctly, it looks like a combination of observed bandwidth

[Tutor] how to express shift+enter in python

2014-09-28 Thread lei yang
Hi expert, How to express shift+enter in python ? Thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] how to express shift+enter in python

2014-09-28 Thread lei yang
Hi Chris, I just use xlwt lib to newline in one cell, I find it display with one line in windows but works in linux, so I guess it maybeshift+enter to newline Lei On Sun, Sep 28, 2014 at 11:04 PM, Chris “Kwpolska” Warrick kwpol...@gmail.com wrote: On Sun, Sep 28, 2014 at 4:53 PM, lei yang

[tor-dev] Fast flag assigned to slow relay

2014-09-04 Thread Lei Yang
Hi, I notice that some relays with very low bandwidth (e.g., 2 KB/s) in the consensus have 'Fast' flag. However, the definition of 'Fast' in dir-sepc.txt is that a router is 'Fast' if it is active, and its bandwidth is either in the top 7/8ths for known active routers or at least some minimum

[git-users] two tree alias ?

2014-07-01 Thread lei yang
Hi expert, I have two tree git://xx-git.ws.com/git/layers/A (nothing contains,just init) git://xx-git.ws.com/git/layers/B (lots of content) for now I want to realize this, when I clone A,it actually clone B? can we create a alias? Lei -- You received this message because you are subscribed

Re: [git-users] I don't know how to from rej file to adjust the source

2014-05-17 Thread lei yang
, 16 May 2014 17:21:10 +0800 lei yang yanglei.f...@gmail.com wrote: #cat recipes-devtools/python/python-heat_git.bb.rej diff a/meta-openstack/recipes-devtools/python/python-heat_git.bbb/meta-openstack/recipes-devtools/python/ python-heat_git.bb(rejected hunks) @@ -10,6 +10,9 @@ SRCNAME

[git-users] I don't know how to from rej file to adjust the source

2014-05-16 Thread lei yang
#cat recipes-devtools/python/python-heat_git.bb.rej diff a/meta-openstack/recipes-devtools/python/python-heat_git.bbb/meta-openstack/recipes-devtools/python/ python-heat_git.bb(rejected hunks) @@ -10,6 +10,9 @@ SRCNAME = heat SRC_URI =

[Tutor] how to send ctrl+a+c with python

2014-01-22 Thread lei yang
Hi expert, I want to use pexpect to send ctrl+a+c how should I do? self.vm_session.sendline() how to fill ??? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

Re: [Tutor] how to send ctrl+a+c with python

2014-01-22 Thread lei yang
thanks, it works for me Lei On Wed, Jan 22, 2014 at 10:35 PM, eryksun eryk...@gmail.com wrote: On Wed, Jan 22, 2014 at 8:49 AM, lei yang yanglei.f...@gmail.com wrote: I want to use pexpect to send ctrl+a+c What's ctrl+a+c? If this is for screen, then I think you mean ctrl+a c

Re: [libvirt-users] help about migration with libvirt

2013-12-03 Thread lei yang
On Tue, Dec 3, 2013 at 3:52 PM, Nicolas Sebrecht nsebre...@piing.fr wrote: The 03/12/13, lei yang wrote: Hi experts I want to use libvirt doing the migration Basically, migration allows moving a VM from host to another. migration the guest from core 0 to core 2

Re: [libvirt-users] help about migration with libvirt

2013-12-03 Thread lei yang
On Wed, Dec 4, 2013 at 12:00 AM, Eric Blake ebl...@redhat.com wrote: On 12/03/2013 12:52 AM, Nicolas Sebrecht wrote: This is about CPU affinity. You may look at CPU pinning with 'vcpupin' in the manual of virsh. It is possible to enable vCPU pinning in libvirt guest XML. Don't know if

[Gluster-users] glusterfs poor performance for my local machine (host and client on the same machine)

2013-11-27 Thread lei yang
Hi experts I have a machine which have 5 hard disk I want to use glusterfs to fast my disk my machine's IP is 123.224.178.67 my steps 1)create the volume gluster volume create vol1 123.224.178.67:/buildarea2 123.224.178.67:/buildarea3 123.224.178.67:/buildarea4 123.224.178.67:/buildarea5

Re: [Gluster-users] glusterfs poor performance for my local machine (host and client on the same machine)

2013-11-27 Thread lei yang
On Wed, Nov 27, 2013 at 5:14 PM, Marcus Bointon mar...@synchromedia.co.ukwrote: On 27 Nov 2013, at 09:30, lei yang yanglei.f...@gmail.com wrote: I have a machine which have 5 hard disk I want to use glusterfs to fast my disk You do know that gluster is not about single-node performance

[Qemu-discuss] qemu migrate with expect script

2013-11-25 Thread lei yang
Hi I'm try to automate my migrate with expect,but it doesn't expect as it I want automate below steps (qemu) migrate -d tcp:192.168.122.1: (qemu) info migrate capabilities: xbzrle: off Migration status: completed total time: 4425 milliseconds downtime: 3 milliseconds transferred ram: 130338

[git-users] Is there a way to know when the commit has been in the git server

2013-10-27 Thread lei yang
Hi expert, I know form the git log we can now the commit time, but how to know when it is in the remote git server Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it,

[git-users] Re: Is there a way to know when the commit has been in the git server

2013-10-27 Thread lei yang
I mean the real check-in time Lei On Mon, Oct 28, 2013 at 11:18 AM, lei yang yanglei.f...@gmail.com wrote: Hi expert, I know form the git log we can now the commit time, but how to know when it is in the remote git server Lei -- You received this message because you are subscribed

[git-users] Is there a place record when I run git pull the last time

2013-10-15 Thread lei yang
Hi experts Is there a place record when I run git pull the last time Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [git-users] Is there a place record when I run git pull the last time

2013-10-15 Thread lei yang
precisions: http://stackoverflow.com/questions/2993902/how-do-i-check-the-date-and-time-of-the-latest-git-pull-that-was-executed On 15 October 2013 10:24, lei yang yanglei.f...@gmail.com wrote: Hi experts Is there a place record when I run git pull the last time Lei -- You received

[libvirt-users] how to boot the lxc container with a default ip

2013-09-26 Thread lei yang
Hi expert my xml is domain type='lxc' namevm1/name memory50/memory os typeexe/type init/bin/sh/init /os vcpu1/vcpu clock offset='utc'/ on_poweroffdestroy/on_poweroff on_rebootrestart/on_reboot on_crashdestroy/on_crash devices

Re: [oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe

2013-06-27 Thread lei yang
: [oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe] On 13.06.20 (Thu 23:47) lei yang wrote: Hi Joe On Wed, Jun 19, 2013 at 10:35 PM, Joe MacDonald joe.macdon...@windriver.com wrote: Hey Lei, [[oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe] On 13.06.18 (Tue

Re: [oe] [meta-networking][PATCH:V3] vlan: Add vlan recipe

2013-06-27 Thread lei yang
On Thu, Jun 27, 2013 at 8:38 PM, Joe MacDonald joe.macdon...@windriver.comwrote: [Re: [oe] [meta-networking][PATCH:V3] vlan: Add vlan recipe] On 13.06.27 (Thu 12:00) Paul Barker wrote: On 27 June 2013 10:51, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com

Re: [oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe

2013-06-20 Thread lei yang
Hi Joe On Wed, Jun 19, 2013 at 10:35 PM, Joe MacDonald joe.macdon...@windriver.com wrote: Hey Lei, [[oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe] On 13.06.18 (Tue 10:23) lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com A 802.1q vlan support program,which

[Virt-test-devel] how can we get the vcpu or vhost thread id

2013-06-14 Thread lei yang
Hi expert, I read the below page https://github.com/autotest/virt-test/wiki/PerformanceTesting I have a question, how could get the vcpu's thread id or vhost's thread id Lei ___ Virt-test-devel mailing list Virt-test-devel@redhat.com

[git-users] [git-user] how to know the two commit is the same

2013-06-08 Thread lei yang
Hi expert, I have two commit in different branch, the commit-id is different, but and the content is the same, is there a method to prove it's the same use one-liner Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe

[git-users] list all the branch that contains commit title is xxxx yyyy

2013-06-03 Thread lei yang
list all the branch that contains commit title is note: the commit-id is not the same though the commit content is the same in different branch -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and

[ovs-discuss] using valgrind in ovs

2013-05-31 Thread lei yang
Hi Justin, I just see you report some memleak with Valgrind, but I don't know how it used by you in ovs. for valgrind, I just know valgrind --tool=memcheck program_name can do this thing, but I don't know how it used by you, maybe has a better or wrapper to do this, can you show me the way?

Re: [Virt-test-devel] [PATCH 11/11] usb: add usb smartcard

2013-05-30 Thread lei yang
Hi, Is there a kernel config to be enabled in guest for this card? if it has, which one? Lei On Thu, Dec 20, 2012 at 4:38 PM, Gerd Hoffmann kra...@redhat.com wrote: Add usb smardcard reader to the test matrix. Signed-off-by: Gerd Hoffmann kra...@redhat.com ---

[git-users] compare the two branch and only output the content with the changed files

2013-05-25 Thread lei yang
Hi experts, I know we can use git log branch1 branch2 --name-status to get the changed file plus the commit message but if I only want to get the changed files, how could i do Thanks Lei -- You received this message because you are subscribed to the Google Groups Git for human beings

[git-users] recover from hard reset

2013-04-28 Thread lei yang
Hi experts I commit a change to my local git repos, but I did a git hard --reset local_commit^, and then my local changes disappeared, how could I recover my local changes ? Thanks Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To

[git-users] Fwd: question about patchwork

2013-04-10 Thread lei yang
Found the answer: click the patches, and click Filters to search trace-cmd to get patchworks' patch, we can download tools pwclient to get the patch after clicking project info Lei On Tue, Apr 9, 2013 at 11:06 AM, lei yang yanglei.f...@gmail.com wrote: Hi expert, I have a question about

[git-users] question about patchwork

2013-04-08 Thread lei yang
Hi expert, I have a question about find the patch from patchwork for example,from google I get https://patchwork.kernel.org/patch/1360421/ but how could I get [2/5] [3/5] any tips Lei -- You received this message because you are subscribed to the Google Groups Git for human beings

[git-users] git bare clone and pull to latest one

2013-03-25 Thread lei yang
Hi I git bare clone linux tree with git clone git:// git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git then I can git clone /home/lyang001/trees/linux-stable-rt/inux-stable-rt to get it my question if linux-stable-rt.git updates, how could I sync it to the latest, git pull in the

Re: [git-users] git bare clone and pull to latest one

2013-03-25 Thread lei yang
On Tue, Mar 26, 2013 at 1:14 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 26 Mar 2013 00:12:23 +0800 lei yang yanglei.f...@gmail.com wrote: I git bare clone linux tree with git clone git:// git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git It's

Re: [git-users] How to edit commit messages

2013-03-24 Thread lei yang
On Sun, Mar 24, 2013 at 9:22 PM, Surya kasturisu...@gmail.com wrote: The open source community in which I am contributing has certain standards on writing commit messages I didn't knew earlier. They want me to edit commit message according to standards.. So, how to edit commit messages?

[git-users] commit ee50e135aeb048b90fab662e661c58b67341830b upstream, how is the message produced

2013-03-22 Thread lei yang
Hi experts, I don't know how the upstream info produced, it seems not get with git cherry-pick -x sha1 can you point me commit 83829ab554f01ee5fcef4880b0a90cc14350b936 Author: Olivier Sobrie oliv...@sobrie.be Date: Fri Jan 18 09:32:41 2013 +0100 can: pch_can: fix invalid error codes

Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread lei yang
On Thu, Mar 21, 2013 at 1:47 AM, Dale R. Worley wor...@alum.mit.edu wrote: From: lei yang yanglei.f...@gmail.com I git clone git:// git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git find v3.7-rc1 has two same commit ,can some one give me a detailed explanation ? I

Re: [git-users] help, why the same commit in one branch

2013-03-21 Thread lei yang
On Thu, Mar 21, 2013 at 9:40 PM, Dale R. Worley wor...@alum.mit.edu wrote: From: lei yang yanglei.f...@gmail.com The have the same contents. Meaning that the older commit causes significant changes to the files and the newer commit causes no changes to the files. So someone made

Re: [git-users] Re: question: how to know from a commit id to know it's merged by which commit id

2013-03-21 Thread lei yang
On Wed, Mar 20, 2013 at 7:55 PM, Thomas Ferris Nicolaisen tfn...@gmail.comwrote: On Wednesday, March 20, 2013 11:34:50 AM UTC+1, lei yang wrote: Hi experts I think I should have asked this question, but I can't find it know the question is I have a commit id A in tree, how could I know

[git-users] question: how to know from a commit id to know it's merged by which commit id

2013-03-20 Thread lei yang
Hi experts I think I should have asked this question, but I can't find it know the question is I have a commit id A in tree, how could I know this commit is merged by which commit Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To

Re: [git-users] from the commit message to get its in which branch or tag

2013-03-18 Thread lei yang
On Mon, Mar 18, 2013 at 6:03 AM, Johan 't Hart jopi...@gmail.com wrote: Wasnt there something like patch-id you can use in this case? [lyang0@ala-lpd-test1 linux]$ git format-patch c51a3d140bb726a662a867a2ae4098cc311347d7^..c51a3d140bb726a662a867a2ae4098cc311347d7 -o

Re: [git-users] from the commit message to get its in which branch or tag

2013-03-18 Thread lei yang
On Tue, Mar 19, 2013 at 6:08 AM, Johan 't Hart jopi...@gmail.com wrote: On Monday, March 18, 2013 4:40:55 PM UTC+1, lei yang wrote: On Mon, Mar 18, 2013 at 6:03 AM, Johan 't Hart jop...@gmail.com wrote: Wasnt there something like patch-id you can use in this case? Is there a way

[git-users] from the commit message to get its in which branch or tag

2013-03-17 Thread lei yang
Hi experts, commit bd01370ca2aabc4d683a3b8e04817ee3bc97ad0b Author: Paul Eggleton paul.eggle...@linux.intel.com Date: Tue Sep 25 15:58:32 2012 +0100 layer.conf: allow other layers to depend on this version Set LAYERVERSION and rename the collection to core. Given changes such as

[Virt-test-devel] Is there a preparation work for libvirt test in autotest

2013-03-14 Thread lei yang
Hi Chris I have boot well with my custom img (my kernel and rootfs) with qemu test, now I want to try libvirt test, I have some question, can you help me? 1) Firstly I just tried Jeos for it I get below error, it seems I need some extra steps to do before testing? #run -t libvirt

[git-users] create a new branch with the contents from current branch's dir

2013-03-11 Thread lei yang
Hi experts, Branch A content is lyang001@lyang001-OptiPlex-9010:~/meta-networking$ ls README recipes-connectivity recipes-daemons recipes-filter recipes-protocols recipes-support sub.sh xx.sh I want to create a new branch named support and make it contain recipes-support (recipes-support

[git-users] how to create a new empty branch

2013-03-01 Thread lei yang
Hi experts, how to create a new empty branch, any command? Thanks Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

[git-users] To know the string in which branch

2013-02-20 Thread lei yang
Hi expert, Is there a git command to know string foo contains in which branch? Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-04 Thread lei yang
On Monday, February 4, 2013, Iorga, Cristian wrote: See my answers below. -Original Message- From: Lei Yang [mailto:yanglei.f...@gmail.com javascript:;] Sent: Sunday, February 03, 2013 4:15 AM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org javascript:; Subject

Re: [OE-core] [PATCH] net-tools: upgrade to v1.60-24.2

2013-02-02 Thread Lei Yang
Sent from my iPhone On 2013-2-1, at 23:09, Cristian Iorga cristian.io...@intel.com wrote: Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../net-tools-config.h |0 .../net-tools-config.make|

[git-users] when or which commit delete this file

2013-01-31 Thread lei yang
Hi experts, I have a file named foo.c, which is in tree, not I find it's removed, how could I which commit delete it ? Lei -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this group and stop receiving emails from

Re: [meta-freescale] [meta-fsl-arm][PATCH 12/13] gpu-viv-bin-mx6q: Add dri.pc

2013-01-27 Thread lei yang
On Sat, Jan 26, 2013 at 11:29 PM, Otavio Salvador ota...@ossystems.com.br wrote: From: Andrei Gherzan andrei.gher...@windriver.com This is need when compiling packages like xserver-xorg with dri support. Change-Id: I538c5139cd21ebed9da3061645bac6a63388af0a Signed-off-by: Andrei Gherzan

Re: [git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread lei yang
On Sun, Jan 27, 2013 at 4:38 PM, milki nitesha...@gmail.com wrote: On Thursday, January 24, 2013 8:40:20 AM UTC-8, lei yang wrote: I know git commit -s can add my self with signed off by me but how to get acked by and tested by? Many workflow tools will automatically add these lines. You

Re: [OE-core] [V2 PATCH] libcgroup: fix the QA issue for pam_cgroup.so*

2013-01-26 Thread lei yang
On Sat, Jan 26, 2013 at 5:13 PM, Pascal Ouyang xin.ouy...@windriver.com wrote: 于 2013年01月24日 19:25, Xin Ouyang 写道: PAM modules in ${base_libdir}/security/ should be binary .so files, not symlinks, so fix this. Since pam_cgroup.so is installed into ${base_libdir}/security, move libcgroup.so.*

Re: [meta-virtualization] [PATCH v2 2/2] Created new target:kvm-image-minimal

2013-01-25 Thread lei yang
On 01/25/2013 11:58 PM, Prica, Mihai wrote: -Original Message- From: meta-virtualization-boun...@yoctoproject.org [mailto:meta-virtualization- boun...@yoctoproject.org] On Behalf Of Prica, Mihai Sent: Wednesday, January 16, 2013 3:59 PM To: lei yang Cc: meta-virtualization

[git-users] acked by ,test by, how to add them. automatically? and what does it mean

2013-01-24 Thread lei yang
Hie experts, see below commit: commit abb959f8a3f125a6e6641abbd020111516dfc8f6 Author: Javi Merino javi.mer...@arm.com Date: Fri Dec 16 16:04:36 2011 +0100 ARM: 7237/1: PL330: Fix driver freeze Add a req_running field to the pl330_thread to track which request (if any) has been

Re: [git-users] add the code file by other write,and keep others know it's written by him in commit log

2013-01-24 Thread lei yang
On Fri, Jan 25, 2013 at 12:46 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Fri, 25 Jan 2013 00:36:02 +0800 lei yang yanglei.f...@gmail.com wrote: if want to add foo.c to my git repos ,I want to keep others know foo.c is written by phil, and better to leave the origin

[meta-virtualization] test2

2013-01-22 Thread lei yang
___ meta-virtualization mailing list meta-virtualization@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-virtualization

Re: [meta-virtualization] [meta-oe][PATCH] multipath-tools: Add multipath-tools recipe

2013-01-22 Thread lei yang
On Tue, Jan 22, 2013 at 4:42 PM, David Nyström david.nyst...@enea.com wrote: On Mon 21 Jan 2013 11:00:33 AM CET, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com This packages provides: - multipath: scans the system for multipathed devices, assembles - multipathd: waits

spell check for the line contains #

2013-01-22 Thread lei yang
Hi experts, I only want enable spell checking for the line contains # # often is the comments , in another word I only want to check the comment line, how could I do? Lei -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

Re: [oe] [meta-virtualization] [meta-oe][PATCH] multipath-tools: Add multipath-tools recipe

2013-01-22 Thread lei yang
On 01/22/2013 04:42 PM, David Nyström wrote: On Mon 21 Jan 2013 11:00:33 AM CET, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com This packages provides: - multipath: scans the system for multipathed devices, assembles - multipathd: waits for maps events then execs multipath

Re: [oe] [meta-virtualization] [meta-oe][PATCH] multipath-tools: Add multipath-tools recipe

2013-01-22 Thread lei yang
On Tue, Jan 22, 2013 at 4:42 PM, David Nyström david.nyst...@enea.com wrote: On Mon 21 Jan 2013 11:00:33 AM CET, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com This packages provides: - multipath: scans the system for multipathed devices, assembles - multipathd: waits

[git-users] which commit ever change FULL_OPTIMIZATION in this file

2013-01-21 Thread lei yang
Hi experts, lyang001@lyang0-9010:~/kvm_32/layers/oe-core$ git blame -c meta/conf/bitbake.conf 9cb71137 meta/conf/bitbake.conf (Khem Raj 2011-03-17 16:54:30 -0700 524) FULL_OPTIMIZATION = -O2 -pipe ${DEBUG_FLAGS} lyang001@lyang0-9010:~/kvm_32/layers/oe-core$ git show 9cb71137 commit

Re: [git-users] which commit ever change FULL_OPTIMIZATION in this file

2013-01-21 Thread lei yang
seems not work for me lyang001@lyang0-9010:~/kvm_32/layers/oe-core$ git blame meta/conf/bitbake.conf |grep FULL_OPTIMIZATION 9cb71137 meta/conf/bitbake.conf (Khem Raj 2011-03-17 16:54:30 -0700 524) FULL_OPTIMIZATION = -O2 -pipe ${DEBUG_FLAGS} 2864ff6a meta/conf/bitbake.conf

[OE-core] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
Hi experts. One git address's prefix is http --- http://git.opensvc.com/multipath-tools/.git, it means git clone http://git.opensvc.com/multipath-tools/.git - works git clone git://git.opensvc.com/multipath-tools/.git - doesn't work I tried SRC_URI with below, both failed

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson clar...@kergoth.com wrote: On Sat, Jan 19, 2013 at 2:13 AM, lei yang yanglei.f...@gmail.com wrote: SRC_URI = git://git.opensvc.com/multipath-tools/.git;protocol=http it doe noting,and trying to find COPING,but it doesn't clone

Re: [OE-core] [bitbake-devel] git address in SRC_URI, doesn't works for me

2013-01-19 Thread lei yang
On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson clar...@kergoth.com wrote: On Sat, Jan 19, 2013 at 2:13 AM, lei yang yanglei.f...@gmail.com wrote: SRC_URI = git://git.opensvc.com/multipath-tools/.git;protocol=http it doe noting,and trying to find COPING,but it doesn't clone

[git-users] help, about git send email seting

2013-01-18 Thread lei yang
When I use git send-email I aways get below confirmation info Who should the emails appear to be from? [Lei Yang yanglei.f...@gmail.com] Emails will be sent from: Lei Yang yanglei.f...@gmail.com Message-ID to be used as In-Reply-To for the first email? before, I don't get this confirmation now I

[git-users] it's not safe to set password wtih git config, can we not set it,

2013-01-18 Thread lei yang
git config --global sendemail.smtppass this will display password in .git config can we avoid this ? lei --

Re: [git-users] it's not safe to set password wtih git config, can we not set it,

2013-01-18 Thread lei yang
On Sat, Jan 19, 2013 at 1:00 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Sat, 19 Jan 2013 00:37:20 +0800 lei yang yanglei.f...@gmail.com wrote: git config --global sendemail.smtppass this will display password in .git config can we avoid this ? Yes, do not keep

[git-users] Does git request-pull and git send-email to combine ?

2013-01-18 Thread lei yang
Hi experts I want send a pull request following the patches email, is it possible? Lei --

[opensuse-virtual] how to know one domain is defined or not

2013-01-17 Thread lei yang
Hi experts I want to write a script to determine one domain named vm1 is defined or not, if defined, I will undefine it. The question is how could I know it define or not ? Lei -- To unsubscribe, e-mail: opensuse-virtual+unsubscr...@opensuse.org To contact the owner, e-mail:

[libvirt-users] how to know one domain is defined or not

2013-01-17 Thread lei yang
Hi experts I want to write a script to determine one domain named vm1 is defined or not, if defined, I will undefine it. The question is how could I know it define or not ? Lei ___ libvirt-users mailing list libvirt-users@redhat.com

Re: [libvirt-users] how to know one domain is defined or not

2013-01-17 Thread lei yang
Thanks, works for me Lei On Thu, Jan 17, 2013 at 10:01 PM, Michal Privoznik mpriv...@redhat.com wrote: virsh list --persistent --all ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[git-users] git request-pull? how to

2013-01-15 Thread lei yang
--

[git-users] git request-pull? how to?

2013-01-15 Thread lei yang
Hi experts I always see something like http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/54774 Then it follows patches, I don't know how to get the first one, which is not code changes but some info like changes since vx, and then list the modified files I also see

Re: [git-users] git request-pull? how to?

2013-01-15 Thread lei yang
On Tue, Jan 15, 2013 at 5:33 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 15 Jan 2013 19:30:04 +0800 lei yang yanglei.f...@gmail.com wrote: I always see something like http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/54774 Looks like

Re: [OE-core] [PATCH 1/1] replace portmap with rpcbind.

2013-01-14 Thread lei yang
Hi Rongqing, I just find rpcbind introduce some packages conflicts, both rpcbind and eglibc-utils provides rpcinfo. not sure who is responsible to fix this. Lei On Mon, Dec 24, 2012 at 9:02 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Rpcbind has more

[opensuse-virtual] Re: [Qemu-discuss] what's the difference between qemu-system-i386 and qemu-system_x86_64

2013-01-13 Thread lei yang
On Jan 12, 2013 7:22 PM, lei yang yanglei.f...@gmail.com wrote: Hi experts. As the title Lei -- To unsubscribe, e-mail: opensuse-virtual+unsubscr...@opensuse.org To contact the owner, e-mail: opensuse-virtual+ow...@opensuse.org

[opensuse-virtual] what's the difference between qemu-system-i386 and qemu-system_x86_64

2013-01-12 Thread lei yang
Hi experts. As the title Lei -- To unsubscribe, e-mail: opensuse-virtual+unsubscr...@opensuse.org To contact the owner, e-mail: opensuse-virtual+ow...@opensuse.org

Re: [meta-virtualization] [PATCH 1/2] linux-yocto: added kernel configuration for KVM

2013-01-08 Thread Lei Yang
On 01/09/2013 02:45 AM, Prica, Mihai wrote: I didn't know about the configuration fragments from the kernel tree. I'll redo the patch to use those. I see that the .cfg from the kernel tree enables kvm as modules. In this situation, I think I need to add an extra RRECOMMENDS with the

Re: what's the different for qemu --eanble-kvm and accel=kvm and qemu(when kvm kmod load)

2013-01-07 Thread lei yang
On Mon, Jan 7, 2013 at 4:58 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Sun, Jan 6, 2013 at 12:27 PM, lei yang yanglei.f...@gmail.com wrote: What's the different with below combos? The difference is historical, it's just how the command-line options evolved over time. 1)qemu --enable

Re: [OE-core] [PATCH:V2] Remove the redundant / in base-files

2013-01-07 Thread Lei Yang
On 01/07/2013 09:38 PM, Richard Purdie wrote: On Mon, 2013-01-07 at 18:54 +0800, lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com I'm working on my virt-test,when I check this file find it has redundant / Signed-off-by: Lei Yanglei.y...@windriver.com ---

Re: [meta-virtualization] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread Lei Yang
On 01/07/2013 09:46 AM, Joe MacDonald wrote: [[meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)] On 13.01.06 (Sun 13:17) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta-virtualization layer has bugs. This update

Re: [meta-virtualization] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread Lei Yang
On 01/07/2013 10:03 AM, Lei Yang wrote: On 01/07/2013 09:46 AM, Joe MacDonald wrote: [[meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)] On 13.01.06 (Sun 13:17) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta

Re: [meta-virtualization] [meta-networking][PATCHV2] Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test

2013-01-06 Thread Lei Yang
On 01/07/2013 10:15 AM, Joe MacDonald wrote: [[meta-networking][PATCHV2] Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test] On 13.01.07 (Mon 09:38) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta-virtualization layer

[git-users] git send-email with space help

2013-01-06 Thread lei yang
git send-email -2 --to lei.y...@windriver.com --subject-prefix=meta-networking][PATCH:V2 works results: subject is : [meta-networking][PATCH:V2 1/2] Removing README from libvirt and qemu dirs but I want [meta-networking][PATCH V2 1/2] Removing README from libvirt and qemu dirs git

[oe] test again and again

2013-01-06 Thread Lei Yang
___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread lei yang
On Sun, Jan 6, 2013 at 4:06 AM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Jan 06, 2013 at 12:58:47PM +0100, David Nyström wrote: On 01/06/2013 09:20 AM, lei.y...@windriver.com wrote: +SECTION = console/network +inherit update-alternatives gettext + +ALTERNATIVE_${PN} = nc

Re: [oe] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread Lei Yang
On 01/07/2013 09:46 AM, Joe MacDonald wrote: [[meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)] On 13.01.06 (Sun 13:17) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta-virtualization layer has bugs. This update

Re: [oe] [meta-virtualization] [meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)

2013-01-06 Thread Lei Yang
On 01/07/2013 10:03 AM, Lei Yang wrote: On 01/07/2013 09:46 AM, Joe MacDonald wrote: [[meta-networking][PATCH] Add netcat-openbsd for virtualization (libvirt virt-test)] On 13.01.06 (Sun 13:17) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta

Re: [oe] [meta-networking][PATCHV2] Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test

2013-01-06 Thread Lei Yang
On 01/07/2013 10:15 AM, Joe MacDonald wrote: [[meta-networking][PATCHV2] Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test] On 13.01.07 (Mon 09:38) lei.y...@windriver.com wrote: From: Lei Yanglei.y...@windriver.com The netcat-openbsd in meta-virtualization layer

Re: [meta-virtualization] [PATCH] Update the netcat with debian patches to fix some error

2013-01-05 Thread lei yang
On Sat, Jan 5, 2013 at 5:55 AM, David Nyström david.c.nyst...@gmail.com wrote: On 01/05/2013 02:43 PM, lei.y...@windriver.com wrote: From: Lei Yang lei.y...@windriver.com I know we have the patches in debian dir in the previous version, but I meet lots of patch error.so I change

[Tutor] help about to how many times the function called

2013-01-04 Thread lei yang
Hi experts I have a function will print PASS status def print_pass(t_elapsed): Print PASS to stdout with PASS (green) color. print_stdout(bcolors.PASS + PASS + bcolors.ENDC + (%.2f s) % t_elapsed) I want to calculate the pass number, so I want to get how many times this

Re: [libvirt-users] can someone explain why the domain, function bus, slot function is used in this xml

2013-01-03 Thread lei yang
On Wed, Jan 2, 2013 at 8:51 AM, Eric Blake ebl...@redhat.com wrote: On 01/02/2013 09:43 AM, lei yang wrote: 1)I'm using guest as guest,I don't assgin address(disk or nic) to guest,but it works well, any risk here? No - libvirt intentionally allows you to omit address assignment when first

[libvirt-users] can someone explain why the domain, function bus, slot function is used in this xml

2013-01-02 Thread lei yang
I don't understand the domain bus slot fuction in below xml,becase, this is used when deal with management of host devices that can be handed to guests via passthrough as hostdev elements in the domain XML.( from http://libvirt.org/formatnode.html) I don't see it use passthrough feature, why it

Re: [libvirt-users] can someone explain why the domain, function bus, slot function is used in this xml

2013-01-02 Thread lei yang
On 1/2/13, Daniel P. Berrange berra...@redhat.com wrote: On Wed, Jan 02, 2013 at 08:31:59PM +0800, lei yang wrote: I don't understand the domain bus slot fuction in below xml,becase, this is used when deal with management of host devices that can be handed to guests via passthrough as hostdev

question: vim copy to another place, eg:doc

2013-01-02 Thread lei yang
Hi experts, I know in one text,we can use yy to copy something to another place in text, if I can't to copy something to another place, eg: from a text,and copy something using vim, and paste( we don't need to use vim) something to another place, how could I do? the real question is how chould

Re: question: vim copy to another place, eg:doc

2013-01-02 Thread lei yang
On 1/3/13, Phil Dobbin phildob...@gmail.com wrote: On 01/03/2013 02:15 AM, lei yang wrote: Hi experts, I know in one text,we can use yy to copy something to another place in text, if I can't to copy something to another place, eg: from a text,and copy something using vim, and paste( we

what's wrong with the openbsd-netcat?

2012-12-31 Thread lei yang
Hi experts On my OS, I run kvm with below comand to do the migrate: it meet below error 1) #qemu-system-x86_64 --enable-kvm -smp 2 -m 512 -net nic,model=e1000 -net tap,script=/etc/qemu-ifup -hda /boot/guest_img.raw -kernel /boot/bzImage -append root=/dev/hda rw console=ttyS0,115200 ip=dhcp

Re: what's wrong with the openbsd-netcat?

2012-12-31 Thread lei yang
Forget to say, My netcat from http://code.google.com/p/openbsd-netcat/source/checkout On 12/31/12, lei yang yanglei.f...@gmail.com wrote: Hi experts On my OS, I run kvm with below comand to do the migrate: it meet below error 1) #qemu-system-x86_64 --enable-kvm -smp 2 -m 512 -net nic,model

Re: [git-users] git config fetch.recurseSubmodules true git pull doesn't update the submodule

2012-12-26 Thread lei yang
On Wed, Dec 26, 2012 at 8:57 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Wed, 26 Dec 2012 12:49:43 +0800 lei yang yanglei.f...@gmail.com wrote: I want others when they git pull it also update the submoudles .but below two ways don't work for me 1) git config

<    1   2   3   4   >