Displaying 20 results from an estimated 30000 matches similar to: "IRC question: Does libguestfs support windows"
2015 Oct 27
0
Re: libguestfs-winsupport
I forgot:
My repo has libguestfs-1.28.1-1.18. But for 1.31.X everything seems to
work without libguestfs-winsupport.
Second part of question is:
Will libguestfs-winsupport be needed for v1.30? 1.32?
And third:
We came to
> yum install ntfs-3g ntfsprogs ntfs-3g-devel
> echo 'libguestfs-winsupport' >
/usr/lib64/guestfs/supermin.d/zz-winsupport
But this does not work somehow.
2013 Feb 06
2
Issues with p2v & virt-v2v Windows
It looks to me that the windows 2008 image I am attempting to convert is
not being detected as windows but is being updated as a Linux system.
When PXE booted the server with the p2v image I ended up with this
error:
Failed to launch guestfs appliance. Try running again with
LIBGUESTFS_DEBUG=1 for more information
The system image transferred and I was able to create an XML file to
boot it under
2015 Oct 27
3
libguestfs-winsupport
Hello! I have a mess with libguestfs-winsupport package.
I my repo (centos-7.1-based distro) I have ntfs-3g-2015-3.14 in epel
(and not versions anywhere else).
I got libguestfs-winsupport-7.1.X but it contains ntfs-3g-2014* and
conflicts with epel ntfs-3g (although if I run rpm -ivh --force
libguestfs-winsupport, the appliance uses v2015).
I found on ~rjones/ libguestfs-winsupport-7.2.1
2015 Dec 14
0
Re: unknown/unavailable method for expanding the ntfs filesystem
[Please keep replies on the list!]
On Mon, Dec 14, 2015 at 10:46:00AM +0800, Jeffrey wrote:
>
>
> libguestfs-winsupport-7.1-4.el7.x86_64 doesn't work for me either. :(
>
>
> >./run guestfish -a /dev/null run : supported
> acl yes
> augeas yes
> blkdiscard yes
> blkdiscardzeroes yes
> btrfs yes
>
2016 Feb 22
0
Re: Reply:Re: how to compile my own libguestfs with the ntfs support ?
On Mon, Feb 22, 2016 at 11:00:53PM +0800, 罗思标 wrote:
> Hi rjones,
>
> Good catch, thanks a lot. Does it only disable from official
> rhel/centos RPM with
> `XXXX-RHEL-7-Reject-use-of-libguestfs-winsupport-features-.patch' in
> libguestfs while it still work in upstream source code (
> e.g. rhel-7.2 branch in https://github.com/libguestfs/libguestfs ) ,
Yes, this patch to
2016 Feb 22
2
Reply:Re: how to compile my own libguestfs with the ntfs support ?
Hi rjones,
Good catch, thanks a lot. Does it only disable from official rhel/centos RPM with `XXXX-RHEL-7-Reject-use-of-libguestfs-winsupport-features-.patch' in libguestfs while it still work in upstream source code ( e.g. rhel-7.2 branch in https://github.com/libguestfs/libguestfs ) , which option need to enable windows VM ntfs and guestmount command support when i make configure to
2015 Dec 13
3
unknown/unavailable method for expanding the ntfs filesystem
Hello,everyone
I ran virt-resize(v1.30.4) on my CentOS 7.1 to resize win2008r2 and got the warning message (virt-resize: warning: unknown/unavailable method for expanding the ntfs
filesystem on /dev/sda2):
>/usr/local/libguestfs-1.30.4/run virt-resize --expand /dev/sda2 /images/win2008_src.raw /dev/vg0/win2008_resize_dst
[ 0.0] Examining
2016 Feb 22
0
Re: how to compile my own libguestfs with the ntfs support ?
On Sun, Feb 21, 2016 at 09:42:34AM +0800, 罗思标 wrote:
> I get that libguest not supported mount windows VM image from
> rhel7.2 now, could you help point that how to compile my own
> libguestfs with the ntfs support, which option to enable it when
> make configure with the code ? Thx a lot.
>
2015 Mar 14
3
Re: Can't create any KVM template due to the error with libguestfs
Thanks for your update,
I got the libguestfs packages from the centOS base repo and installed it
via yum.
=================
[root@node1 ~]# yum install libguest*
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.modern.host
* epel: epel.mirrors.ovh.net
* epel-debuginfo: epel.mirrors.ovh.net
* epel-source: epel.mirrors.ovh.net
2015 Sep 16
0
FYI: Some changes to libguestfs / libguestfs-winsupport / virt-v2v / virt-p2v in RHEL 7.2
libguestfs is a set of tools for reading and modifying disk images and
virtual machines. virt-v2v and virt-p2v are tools for converting
guests from foreign hypervisors (especially VMware, Xen), or physical
machines, to run on KVM (eg. virt-manager, OpenStack/RHOS or oVirt/RHEV).
This is just a heads-up about some changes to the way libguestfs and
related packages will be packaged in RHEL 7.2.
2014 Sep 28
0
Re: Virt-v2v conversion issue
For information, I had still an issue "unknown filesystem type 'ntfs'", even though I ahve libguestfs-winsupport installed, I decided to to try a:
yum reinstall libguestfs-winsupport
and the conversion seems to run well, just wait and see....
Thank you Richard anyway for your help
Alain VONDRA
Chargé d'exploitation des Systèmes d'Information
Direction Administrative
2017 Feb 09
1
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
Hi Richard,
Is there a way I can access the /var/log/syslog of an running guestmount
instance to get the grep ntfs-3g /var/log/syslog information?
I managed to get the plug-in to load in my questmount instances by using:
echo '/usr/lib/x86_64-linux-gnu/ntfs-3g/ntfs-plugin-*.so' >
/usr/lib/guestfs/supermin.d/zz-ntfs-plugins
rm -rf /var/tmp/.guestfs-*
Kind regards,
Jelle de Jong
2016 Nov 15
2
Libguestfs debugging issue
Hi. I am currently debugging an issue with libguestfs in Centos 7.2 (Kernel
3.10.0-327.36.3.el7.x86_64).
libguestfs is being called by SaltStack to access a qcow2 image, but it is
failing. I have narrowed the issue down to the command below:
guestmount -i -a /opt/vm-spinning/salt-mnt/salt-images/pb123/system.qcow2
--rw /tmp/guest/opt.vm-spinning.salt-mnt.salt-images.pb123.system.qcow2
I have
2014 Dec 18
3
Issue with Libguestfs
Hi,
I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make
any VPS on Host-Node. Their build log says the SolusVM can't read the
libguestfs in server.
During the debug, I've tried to mount existing VPS using guestmount command
and I can't mount the KVM image.
Please check here.
=============
[root@SG01KVM256-01 ~]# guestmount -i -a
2020 Aug 24
0
Re: Running libguestfs-test-tool problem
On Monday, 24 August 2020 20:53:09 CEST Zachary Taylor wrote:
> Here is the output from running libguestfs-test-tool:
>
> PATH=/home/zmt1002/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin
> SELinux: sh: getenforce: command not found
> guestfs_get_append: (null)
>
2019 Aug 20
1
A libguestfs-test-tool output
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
LIBGUESTFS_TRACE=1
LIBVIRT_DEFAULT_URI=qemu:///system
LIBGUESTFS_DEBUG=1
PATH=/home/farzad//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
XDG_RUNTIME_DIR=/run/user/1000
SELinux: sh: 1:
2014 Jun 03
2
libguestfs supermin error
Hi
I have compiled libguestfs-1.26.1 on powerpc ubuntu using
supermin_5.1.8-2_powerpc.deb as it dependency package.
When I'm executing the binary libguestfs-test-tool on powerpc ubuntu,I'm
getting supermin error...
ATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin
SELinux: sh: getenforce: command not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
2015 Sep 11
1
libguestfs failure
This is a brand new CentOS7 with RDO allinone build. We can't launch any
instances.. Any help is greatly appreciated@!
Output from
libguestfs-test-tool
___________________________________
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output below in your
2017 Jan 16
0
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
On Mon, Jan 16, 2017 at 04:20:14PM +0100, Jelle de Jong wrote:
> Thank you Richard!
>
> I will do some more work and testing on this tomorrow, and report
> back with some more information you asked.
>
> In the meanwhile, could you help me with information how I can
> upgrade the ntfs-3g version (same as host) in the "appliance" and
> add the plug-in library?
2014 Sep 30
1
IRC question: supermin: ext2fs_namei: parent directory not found: /lib64/pkgconfig: File not found by ext2_lookup
00:18 < dtrainor> Hello. Trying to virt-v2v and using 1.27-55 for testing, and I'm running in to this:
http://fpaste.org/137605/14120326/
00:18 < dtrainor> I'm using this version because I need both ova input file format support, as well as local output
file support
00:18 < dtrainor> basically the error appears to be: supermin: