search for: kanno

Displaying 20 results from an estimated 53 matches for "kanno".

Did you mean: kann
2008 Feb 19
3
[PATCH] Fix xm vcpu-pin command
...u Domain-0 0 1 1 -b- 11.3 any cpu I could not understand why the problem occurs. But I would like to solve the problem, so I send an ad hoc patch. If you can solve the problem, I hope that the problem is solved by your patch. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jul 06
3
[PATCH] Fix argument check of xm reboot command (3)
...ID Mem(MiB) VCPUs State Time(s) 0 1 256 1 -b---- 3.5 Domain-0 0 1024 2 r----- 29.8 # xm reboot 0 Error: Can''t specify Domain-0 I fixed these problems with this patch. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Aug 27
1
[Xen-ia64-devel] [PATCH][RFC] Fix error message for xm create command
...patch, I confirmed that the error message that I expected was shown. The patch does not call xc.domain_destroy_hook() if self.domid is None. Could you comment on the patch? I''d like to solve the problem because I think that users want correct error message. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2006 Dec 19
0
[PATCH][Bug 835] Fix the "cpu_weight" and "cpu_cap" parsing issue
Hi, This patch fixes the Bug:835 issue. # xm create /home/kanno/smp-domU.conf cpu_weight=512 cpu_cap=150 Using config file "/home/kanno/smp-domU.conf". Started domain vm1-smp # xm sched-credit -d vm1-smp {''cap'': 150, ''weight'': 512} Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards,...
2007 Oct 03
1
How to avoid overfitting in gam(mgcv)
...ng is to set the basis dimension "k" at very low values (3 to 5). However, I don't think this is reasonable because knots selection will then be an important issue. Is there any other means to avoid overfitting when alalyzing small datasets? Thank you for your help in advance, Ariyo Kanno -- Ariyo Kanno 1st-year doctor's degree student at Institute of Environmental Studies, The University of Tokyo
2008 Mar 19
0
RE: [Xen-ia64-devel] New error trying to create a domain(usinglatestxend-unstable
...triggering this bug and how do you think about the change? >-----Original Message----- >From: xen-ia64-devel-bounces@lists.xensource.com [mailto:xen-ia64-devel- >bounces@lists.xensource.com] On Behalf Of Duan, Ronghui >Sent: Tuesday, March 18, 2008 6:00 PM >To: Kayvan Sylvan; Masaki Kanno; xen-ia64-devel@lists.xensource.com >Subject: RE: [Xen-ia64-devel] New error trying to create a >domain(usinglatestxend-unstable > >I see the info in your "xm info" >>node_to_cpu : node0:0-7 >> node1:no cpus >>node_to_memory...
2006 Jan 26
2
do_* declarations (was: Re: [Xen-ia64-devel] [PATCH] added multicall)
...extern long do_event_channel_op(evtchn_op_t *uop); extern long do_xen_version(int cmd, void *arg); extern long do_console_io(int cmd, int count, char *buffer); extern long do_grant_table_op(unsigned int cmd, void *uop, unsigned int count); Thanks, Tristan. Le Jeudi 26 Janvier 2006 05:33, Masaki Kanno a écrit : > Hi, Tristan > > Thank you for advice. Please give me advice once again. > I was not able to find an appropriate common header. In which header > do you define them in case of you? > - xen/hypercall.h (new) > - xen/multicall.h > - asm/multicall.h > - etc &g...
2006 Sep 04
2
Question about ACMError
Hi all, Could you teach me about the behavior of xm commands when ''ACMError'' occurred? I am testing the behavior of xm commands with wrong arguments. When I tested xm commands related to security (xm *label/*policy), I found that some of them. - return 0, - show ACMError''s Traceback messages. Are these results specifications or bugs? Example: # xm cfgbootpolicy
2006 Oct 24
1
[Xen-ia64-devel] [PATCH] xenctx shows more registers for ia64
...00000 0000000000000 00 0 0 0 0 0 0 WB 000000 [6] 0 000000 0000000000000000 0000000000000 00 0 0 0 0 0 0 WB 000000 [7] 0 000000 0000000000000000 0000000000000 00 0 0 0 0 0 0 WB 000000 Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel
2007 Jul 22
11
Many same managed domain
Hi, When I tested xm new command without uuid parameter repeatedly, I saw many same managed domain as follows. # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 941 2 r----- 51.9 # xm new /xen/vm1.conf Using config file "/xen/vm1.conf". # xm new /xen/vm1.conf Using config file
2013 Jan 11
2
[Bug 59242] New: some mesa demos start to segfault after "nouveau: improve buffer transfers" on nv43
https://bugs.freedesktop.org/show_bug.cgi?id=59242 Priority: medium Bug ID: 59242 Assignee: nouveau at lists.freedesktop.org Summary: some mesa demos start to segfault after "nouveau: improve buffer transfers" on nv43 Severity: normal Classification: Unclassified OS: Linux (All)
2006 Jul 09
0
[PATCH] Fix error message of xm pause/unpause command
...1 r----- 805.7 # xm pause 0 Error: Cannot pause privileged domain 0 # xm pause vm2 Error: the domain ''vm2'' does not exist. # xm unpause 0 Error: Cannot unpause privileged domain 0 # xm unpause vm2 Error: the domain ''vm2'' does not exist. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Dec 04
0
[PATCH] Fix help message of on_xend_stop
Hi, Maybe typo? Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 3057f813da14 tools/python/xen/xm/create.py --- a/tools/python/xen/xm/create.py Thu Nov 29 19:30:33 2007 +0000 +++ b/tools/python/xen/xm/create.py Tue Dec 04 13:42:20 2007 +0900 @@ -514,7 +514,7 @@ gopts.var(''on_xend_start'...
2007 Dec 07
0
[PATCH] Fix help messages of xm vcpu-list/uptime
...patch fixes the help messages of the commands like the help message of xm list command. # xm vcpu-list --help Usage: xm vcpu-list [Domain, ...] List the VCPUs for all/some domains. # xm uptime --help Usage: xm uptime [-s] [Domain, ...] Print uptime for all/some domains. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 16
0
[PATCH 0/3] Enhance XenAPI for pvSCSI
...SCSI. Basically, I implemented XenAPI for pvSCSI according to the patch of XenAPI document which I sent before. However, I renamed the class name of virtual SCSI devices to "DSCSI". As for the patch of XenAPI document, I''m going to send it next week. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 28
0
[PATCH] Fix typo in waitForBackend() for phantom VBDs
...f result[''status''] != ''Connected'': + if result[''status''] != Connected: return (result[''status''], err) backpath = self.readVm(devid, "backend") Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 28
0
[PATCH] Fix error message of xm suspend for Domain-0
Hi, This patch fixes a error message of xm suspend command for Domain-0. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 2a8eaba24bf0 tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/python/xen/xend/XendDomain.py Thu Feb 28 14:23:39 2008 +0900 @@ -865,7 +865,7 @@ class X...
2008 Feb 28
0
[PATCH] Remove duplicate setResume()
...One or the other is not necessary, is it? # grep -n -A 2 setResume ./tools/python/xen/xend/XendDomainInfo.py 1394: def setResume(self, isresume): 1395- self._resume = isresume 1396- -- 1409: def setResume(self, state): 1410- self._resume = state 1411- Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan diff -r 2a8eaba24bf0 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Feb 26 15:11:51 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 28 18:27:49 2008 +0900 @@ -1406,9 +1406,6 @@ c...
2007 Jan 16
0
[PATCH] Fix a warning message of XendConfig.py
Hi, When I created a domU, I found the following warning message in xend.log. This patch fixes it. [2007-01-16 14:52:05 5122] WARNING (XendConfig:609) Unconverted key: cpus Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jan 28
0
[PATCH] Fix return code of xentop
...ON] Displays ongoing information about xen vm resources <snip> # echo $? 0 If the wrong option was specified, I think that the xentop had better return the return code 1 (or not 0). This patch fixes the return code of the xentop when the wrong option was specified. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel