search for: msg00218

Displaying 5 results from an estimated 5 matches for "msg00218".

Did you mean: msg00118
2019 Mar 20
2
[PATCH] v2v: fix directory check for virtio-win as directory
When trying to install files from virtio-win as directory, check for directory existance using absolute paths. Otherwise, is_directory is called on relative paths such as "linux/el7" which obviously do not exist. Fixes commit 1c85b64c1c3a4d5267b952102375cb78f18a85c4. --- v2v/windows_virtio.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/windows_virtio.ml
2019 Mar 20
0
Re: [PATCH] v2v: fix directory check for virtio-win as directory
...s_directory dir) then missing () > else ( > let cmd = sprintf "cd %s && find -L -type f" (quote dir) in > let paths = external_command cmd in I think Tomas suggested something like this before: https://www.redhat.com/archives/libguestfs/2019-January/msg00218.html but yes ACK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux...
2003 Oct 25
0
[LLVMdev] version 1.0, compiling under cygwin
...--------------------- > /cygdrive/w/tmp/llvm/llvm/lib/Support/Debug/CommandLine.o(.stab+0xce68): In function `GLOBAL__D__ZN2cl23ParseEnvironmentOptionsEPKcS1_S1_': I believe that this is due to a known bug in the Cygwin linker. See this thread: http://sources.redhat.com/ml/binutils/2003-08/msg00218.html If you upgrade to the latest and greatest, this may be fixed. > and the last issue was "etags: Unknown option: -l" > Remark: > --------------------------------- > bash-2.05b$ etags.exe --version > Exuberant Ctags 5.5, Copyright (C) 1996-2003 Darren Hiebert > Com...
2010 Oct 04
2
LXC
hi All, I'm new to this list and also not a professional libvirt user:) I'm trying to use it for running a container. This is my config: <domain type='lxc'> <name>test</name> <uuid>d3667da2-061a-7b20-a29c-3afc798a257e</uuid> <memory>500000</memory> <currentMemory>500000</currentMemory> <vcpu>1</vcpu> <os>
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev, (just for fun) I've tried to compile LLVM under cygwin. With "make -k" I got only: ----------------- DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)': DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this function) DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once for each