similar to: [PATCH] fixup xen-4.0 xend to match changes in tools-python-prefix.diff

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] fixup xen-4.0 xend to match changes in tools-python-prefix.diff"

2010 Feb 18
2
backport upstream pygrub fixes to allow booting squeeze default install?
Hi Bastian, I'd like to propose backporting the following changesets from upstream xen-unstable into the xen-3 package. With these it is possible to boot a default installation of Squeeze (using d-i) in a domU using pygrub. 20480:c2c2e67b8198 pygrub: if default entry is "saved" then use first entry. 20481:8f4e0adc2b3b pygrub: expands tabs before displaying menus. 20485:086a6a0c3f37
2010 May 16
2
[PATCH][RESENT] xend: fix bug in xend option parsing
Resent of mail sent on 28.04. xend: fix bug in option parsing If you enable legacy tcp xmlrpc in xend''s config but omit to enable ssl the following backtrace is generated when starting xend: [2010-04-28 16:09:04 15754] ERROR (SrvDaemon:349) Exception starting xend (''NoneType'' object has no attribute ''rfind'') Traceback (most recent call last): File
2008 Aug 13
1
migrating from specialized qpopper
I'm hoping to migrate to dovecot from qpopper, with the eventual goal of enabling IMAP. However, my qpopper installation is fairly specialized, so I thought I'd ask here to see if anyone could get me headed down the best path. Here's the situation. I'm running FreeBSD and have a virtual domains setup with an extremely hacked LDA to do delivery to mailboxes within hashed
2009 Aug 18
2
ENC: postscript, options
I'm not shure but I guess that you miss a " and putted it in the wrong place! Try this: postscript("/pathto/filename.eps",horizontal=FALSE,onefile=FALSE) Hope It helps. -----Mensagem original----- De: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Em nome de e-letter Enviada em: segunda-feira, 17 de agosto de 2009 10:11 Para: r-help at r-project.org
2010 May 04
1
xen-4.0.0: Could not connect to DomU console
Hi. I use xen-4.0.0 My domU successfully started, but when i tried to connect to DomU console i get error: root@debian-office:/opt/src/NexetaStor# xm console NexentaStor-EVAL-2.2.0 Unexpected error: <type ''exceptions.TypeError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 7, in <module>
2010 May 04
1
xen-4.0.0: Could not connect to DomU console
Hi. I use xen-4.0.0 My domU successfully started, but when i tried to connect to DomU console i get error: root@debian-office:/opt/src/NexetaStor# xm console NexentaStor-EVAL-2.2.0 Unexpected error: <type ''exceptions.TypeError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 7, in <module>
2008 Nov 04
2
where is tools\xcutils\xc_save used?
I want to add some parameters when vm is migrated. As I can see , vmm will use xc_domain_save(tools\libxc\Xc_domain_save.c) function ,and the main function of xc_save.c is responsible for inputting parameters. so I just want to know which function will use this executable file. Thanks Min Li School of Computer Science and Technology Cluster and Grid Computing Lab Services Computing Technology
2010 Jun 25
0
Bug#587090: xen-utils-4.0: Exception starting xend ('NoneType' object has no attribute 'rfind')
Package: xen-utils-4.0 Version: 4.0.0-2 Severity: important xend does not start because of a bug in option parsing. Error described here: http://www.gossamer-threads.com/lists/xen/devel/172035 Patch: --- a/tools/python/xen/xend/XendOptions.py Mon Apr 26 12:13:23 2010 +0100 +++ b/tools/python/xen/xend/XendOptions.py Wed Apr 28 16:54:04 2010 +0200 @@ -207,18 +207,18 @@ def
2005 Nov 27
2
installing apps correctly
Hi, I'm still struggling with my vfp app in wine. This time I removed all traces of my old deb 0.9.1 installation and did a compile from cvs. Using wine tools I got my base setup and M$ extras installed, and then installed my runtime app again using its own (wise) installer. The problem persists that it doesn't find its own dependencies if I fire it up from anything other than its top
2009 Sep 15
2
Building R package with .c sub-routine files
Lets say I have two source files file1.c and file2.c The latter just contains sub-routines to be used by the first. i.e. in file1.c I have the line #include "file2.c" Let's say "R CMD SHLIB file1.c" runs perfectly and I want to include the code in a package, "R CMD build" also runs fine but R CMD check" gives * checking whether package
2002 Mar 27
1
(Patch) AIX SRC Support
I've added System Resource Controller Support with Socket Communications to Openssh. We are using this code since 2.9.9p2 on AIX 4.2 and 4.3 without problems. I've also tested the patched OpenSSH 3.1p1 on AIX 5.1. It's mainly based on examples from the IBM Redbook "Writing Reliable AIX Daemons". The SRC request handler supports START, STOP, REFRESH and STATUS requests
2009 Feb 11
0
Bug#514918: xen-utils-unstable: xend starts with errors
Package: xen-utils-unstable Version: 3.3-unstable+hg17961-1 Severity: important if I try to start or restart xend, I get this errors: /etc/init.d/xend restart Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-unstable/bin/xend", line 146, in <module> sys.exit(main()) File "/usr/lib/xen-unstable/bin/xend", line 123, in main
2007 May 18
0
[PATCH] Cannot find Xen Python modules
Hi; With xen-3.1.0 on Pardus 2007, "/usr/sbin/xend start" returns "Cannot find Xen Python modules." cause Xen Python modules installed into "/usr/lib/python2.4/site-packages/" Following patch adds site-packages into search path Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr> diff -r aee991c7723a tools/misc/xen-python-path ---
2020 Feb 04
2
CMakeTestCCompiler fails
Trunk clang does not pass CMake C Compiler test like below: CMake Error at /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake:60 (message): The C compiler "/home/usr4/c74014i/opt/clang/current/bin/clang" is not able to compile a simple test program. It fails with the following output: Change Dir:
2007 Jun 19
0
[PATCH] adjust tools'' path calculation
In the hope that it will be acceptable, I''m suggesting this change to make another tiny step towards the ability to run the tools e.g. out of the build tree (so that multiple different Xen versions can co-exist without the requirement to re-install the respective version with each boot). Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-06-18/tools/misc/xen-python-path
2006 Aug 01
0
[PATCH][TOOLS] ppc64 is not a LIB_64_ARCH
changeset: 11208:a40c8bae08a81181c38a43a744b5d87db22066ea parent: 11206:12da2c3245bbbf63781e2ad5e6f2eb489d93957c user: Jimi Xenidis <jimix@watson.ibm.com> date: Tue Aug 01 16:40:33 2006 -0400 files: tools/python/xen/util/auxbin.py description: [TOOLS] ppc64 is not a LIB_64_ARCH Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r
2006 Aug 31
2
vim timestamp issues on CIFS mounted shares
First: this is my first post on this list so any suggestions, let me know. I recently had to make the move from SMBFS to CIFS when I upgraded from Fedora 4 to 5. Changing settings in my /etc/fstab was easy and no errors come up but now I'm having an issue very similar to post I found on your list that got no response back in April: http://lists.samba.org/archive/samba/2006-April/119813.html
2006 Jan 18
1
dovecot lda with sendmail
I'm trying to set up dovecot's deliver program as the lda for sendmail. I seem to need a config file for it '/etc/dovecot-deliver.conf'. Is there any documentation for this configuration file and it's contents? sendmail will call it under the recipient's uid, and all it has to do is drop the message into the proper maildir as defined in /etc/dovecot.conf and update
2000 Jan 18
1
Mapping users folder on Win98
Hi all I was wondering if it is at all possible to have a users folder mapped when a user logs onto the server. I have a student lab here with 30 machine and have 400 users, they are connecting to a Linux server. We have given each user a space of 3Mb on the server so they can store their work on. I can creat a shortcut to the server so they can access it by double clicking on the shortcut.
2001 May 21
0
Rep:Re: [HELP] file access
Hi! A .ST file actually is a file representing an Atari ST disk. As Atari used Dos format, I can do (if I want): mount /pathTo/file.st /pathTo/mntPoint -t msdos -o loop So Stew (the Atari emulator) actually does file access, not disk access. Still, I'll follow Mr Patel's suggestion, and try to send the resulting file. Yves. -----Message d'origine De: g.patel@wanadoo.fr----- >I use