similar to: [PATCH] remove ununsed code in XendDB.py

Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] remove ununsed code in XendDB.py"

2005 Apr 29
2
[PATCH] xen-booloader: pygrub improvement & bug fix
hello, here is a patch to improve and fix few bugs in pygrub of xen-booloader. 1) If you already patched my last 2 patches on top of last Jeremy''s patch, then go on to apply pygrub.aq.patch. # diffstat pygrub.aq.patch pygrub | 53 +++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 26 deletions(-) 2) If you havent applied any patches on top of
2005 May 18
2
[PATCH] remove tabs from xm/main.py
hello, while investigating xm/main.py, i found that it is mixed with tabs and whitespaces. that is annoying and may get us misleaded when reading code. looks like that the conventional coding style of Python (and also C?) in Xen is to use (4) whitespaces instead of tabs? could anybody confirm this? i searched in all tree and found bunch of files like this. if nobody complains, i will catch them
2005 May 28
2
[PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile uninstall" will not try to remove it. This patch is against -unstable, ChangeSet@1.1575 Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> ===== Makefile 1.94 vs edited ===== --- 1.94/Makefile 2005-05-25 03:54:03 +09:00 +++ edited/Makefile 2005-05-28 02:09:46 +09:00 @@ -160,7 +160,7 @@ uninstall: [ -d
2005 Jul 04
0
[PATCH 2/2] xm info (2)
This patch extends libxc for few new functions on xen version and xen compile info. It also extends python wrapper correspondingly. Here is the output of new "xm info" --- #xm info system : Linux host : ubuntu xen_release : 3.0-devel xen_compile_by : root@localdomain xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
2005 Jul 03
11
[PATCH] xm info
This patch makes "xm info" show information on xen version, compile info, number of socket/core, etc... In order to do that, it extends physinfo hypercall to return number of socket, adds few functions to libxc and extends python wrapper correspondingly. Here is the output of new "xm info": -- system : Linux host : ubuntu xen_release
2005 Jun 21
3
[PATCH] Makefiles of policy_tool
This patch (againstChangeSet@1.1727) makes some cleanups to Makefile of policy_tool, and add install target. It also removes policy_tool in uninstall target from top level Makefile. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> Makefile | 1 + tools/policy/Makefile | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-)
2005 Jun 22
17
[PATCH] fix broken ACM
The latest change to ACM makes it fail to compile. This patch fixes the problem. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> $ diffstat acm.patch acm/acm_core.c | 61 --------------------- include/acm/acm_hooks.h | 135 ++++++++++++++++++++++++++++++++++-------------- 2 files changed, 96 insertions(+), 100 deletions(-) _______________________________________________
2013 Dec 19
1
[LLVMdev] project built with LLVM
Hello, I have been collaborating with a project I would like to propose for inclusion in the list of software built with LLVM. The project is a disassembly framework named Capstone (https://github.com/aquynh/capstone). Here is a description: --- snip --- Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Our target is to make Capstone the ultimate disassembly
2008 Aug 29
0
VMKnoppix 5.3.1DVD 20080827 (Virtual TPM is supported on Xen and KVM/QEMU) is released.
Dear, We release new VMKnoppix 5.3.1DVD(20080827). HP: http://www.rcis.aist.go.jp/project/knoppix/vmknoppix/index.html Guide-PDF: http://www.rcis.aist.go.jp/project/knoppix/vmknoppix/VMKnoppix-20080827-E.pdf ### Special Feature ### # Virtual TPM is supported on Xen and KVM/QEMU. The virtual machines are used for Trusted Computing. # The LiveCD of trusted computing (GRUB-IMA, Linux-IMA
2005 Apr 25
16
[PATCH] Guest boot loader support
Attached is an updated version of the patch to add boot loader support for guest domains. Changes from the initial set of patches: * Per Ian''s request, adds an option to specify booting a specific kernel from the host domain (you can specify it either with the title of the boot loader config entry or with the grub 0-based index) * Reduces some of the code duplication for finding out
2009 Jul 29
0
[PATCH server] Remove ununsed utils.rb file.
Somehow I missed this.. this file is no longer in use by taskomatic. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/utils.rb | 221 ---------------------------------------------- 1 files changed, 0 insertions(+), 221 deletions(-) delete mode 100644 src/task-omatic/utils.rb diff --git a/src/task-omatic/utils.rb b/src/task-omatic/utils.rb deleted file mode 100644 index
2009 Jul 24
1
Re: error when compiling libguestfs on Ubuntu 9.04
On Sat, Jul 25, 2009 at 01:28:29AM +0900, Jun Koi wrote: > hi Richard, > > i am trying libguestfs 1.0.64, and have below errors at "make" step: > > make[2]: Entering directory > `/home/quynh/projects/libguestfs/libguestfs-1.0.64/appliance' > mv initramfs.fedora-11.i686.img initramfs.fedora-11.i686.img.bak > mv: cannot stat `initramfs.fedora-11.i686.img':
2006 Aug 24
2
How to get Samba's share directories
Hi all, Is there any tool that can get Samba service (share directory) and its full path? Maybe its output likes this: [share] /home/share [setup] /home/setup ... Any help would be appreciated. Best regards, -- Nguyen Anh Phu
2009 Sep 08
1
How to validate_uniqueness_of the joint of two attributes?
Hi, I have a form that asks users to put in their :first_name and :last_name. How do I validate that their full_name (first_name + last_name) is unique? Thanks! Nguyen Anh Hung Assistant Project Manager/ Consultant/ Business Analyst Tech Propulsion Labs Mobile: +84987 005 477 Twitter: http://www.twitter.com/anhhung Blog: http://www.fresco20.com Skype: anhhung.n | Yahoo: hero.tuxer | Gtalk:
1999 Jan 26
1
Disable Samba Write Cache???
Dear List, I have a MSDOS 6.22 PC with MS Client 3.0 using a samba share on a SUN 2.6 Solaris box. The DOS application is reading data from that share and updating a log file also on that share. Reading or writing is not a problem at all. The problem is the log file is updated every 4K. Normally it will take one day for the DOS application to create 4K of logging data. That becomes an issue as
2005 May 30
24
stable / unstable parallel install?
Hi, Is there some easy way to install both 2.x and unstable xen tools at the same machine? Seems /usr is hardcoded everythere in the tools Makefiles, looks like there is no easy way to put them to different paths (say, prefix /opt/xen2 and /opt/xen3) :-/ Gerd _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Jul 05
1
extd_audit module doesn't write to log.smbd?
Hi all, I'm using Samba 3.0.14a on Debian Sarge. According to Samba HOWTO, I've set syslog = 0 to make extd_audit module writes to log.smbd instead of syslog, but in log.smbd only 1 line about creating new folder was written. How do I make extd_audit module works as HOWTO document? Below is my smb.conf file: ################################################# [global] server string = %h
2011 Aug 24
0
How to configure krb5 for multiple domains or domain and its sub-domains - Solved
Hi Mauricio, It worked. Thanks a lot for your helps. I really appreciate that. Thanks Anh. -----Original Message----- From: Mauricio Tavares [mailto:raubvogel at gmail.com] Sent: Tuesday, August 23, 2011 4:47 PM To: samba at lists.samba.org Subject: Re: [Samba] How to configure krb5 for multiple domains or domain and its sub-domains On Tue, Aug 23, 2011 at 3:17 PM, Le, Anh <anh.le at
2006 Jul 14
0
Samba vfs extd_audit module and Japanese
Hi all, I've setup a samba server that use vfs extd_audit module and I got a problem with Japense file name and folder name. After being written to syslog, all those Japanese name are changed to ?\226??\201\227?\201\204?\203\225?\202(c)?\203??\203\200 Is there anyone that have same problem? How do I correct it? Any help would be appreciated. Best regards, -- Nguyen Anh Phu
2009 Aug 21
0
How to work on Timing and Scheduling for a game?
Hi all, I''m working on a sport game that needs a timing system with the following needs: - The game works on a Season basis. So players will be able to see which day of the season today is. - Games will be scheduled according to this Season''s time. - Length of day can be customized. Not necessarily 24h as a normal day. - Administrator can start and restart seasons by specifying