similar to: how to compile my own libguestfs with the ntfs support ?

Displaying 20 results from an estimated 1400 matches similar to: "how to compile my own libguestfs with the ntfs support ?"

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
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. >
2011 Apr 26
3
updating libvorbis
Hello, On a machine with CentOS-5.6, I need libvorbis >= 1.2, so I have recompiled and packaged libvorbis. But I get the following error : $ rpm -U /usr/src/redhat/RPMS/x86_64/libvorbis-1.2.3-phn.1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/libvorbis-devel-1.2.3-phn.1.x86_64.rpm package libvorbis-1.1.2-3.el5_4.4.x86_64 (which is newer than libvorbis-1.2.3-phn.1.x86_64) is already
2014 Aug 05
2
Automating the preparation of kernel sources
I have a driver that requires installing the kernel sources (into my own rpmbuild tree, not the system) prior to compiling. I followed the info for centos6 here: http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d I can successfully compile and install the module from tarball after manually prepping the kernel sources, but I need to turn this into
2016 Aug 09
3
Single source repo, producing packages for CentOS 6 and 7, how?
Guys, I have a source code here, that produces RPM packages for CentOS 6, that includes an Upstart Job and a ugly and minimal Init Script. Now, I have it running on CentOS 7, via systemd, looks good! However, my RPM package for CentOS 7 still includes the useless Upstart and Init Scripts... So, here is the question: How are you guys managing this? I mean, I would like to have 1 single
2015 Mar 13
2
Can't create any KVM template due to the error with libguestfs
Hi, I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make any template on Host-Node. Their build log says the SolusVM can't read the libguestfs in server. Please check here. /scripts/kvmtemplate --mode=prescan --vmid=kvm124 --generation=2 "libguestfs: error: guestfs_launch failed. See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs and/or run
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
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
2020 May 27
2
virt-sparsify for ntfs (libguestfs-tools-c)
Hi, On CentOS 8, when using virt-sparsify for a ntfs image, it does not seem to work. Tried virt-sparsify on Fedora 32 and it works great. Is there some dependent application that need to be installed in CentOS 8 for virt-sparsify to work on ntfs? Here are some information. CentOS 8. # virt-sparsify -V virt-sparsify 1.38.4rhel=8,release=14.module_el8.1.0+248+298dec18,libvirt #
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
2017 Sep 04
1
[virtual interface] detach interface during boot succeed with no changes
Hi guys, when I detach an interface from vm during boot (vm boot not finished), it always fail. I'm not sure if there is an existing bug. I have confirmed with someone that for disk, there is similar behavior, if this is also acceptable? # virsh destroy rhel7.2; virsh start rhel7.2 ;sleep 2; virsh detach-interface rhel7.2 network 52:54:00:98:c4:a0; sleep 2; virsh dumpxml rhel7.2 |grep
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
2008 Jul 11
4
Create page about rebuilding SRPMS and preparing RPM environment
Hello, As discussed on the centos-users list, I would like to create some pages on the CentOS Wiki with instructions on how to set up your environment to build RPMs and how to rebuild RPMs. This content today exists here: http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d I would suggest creating these two: 1)
2014 Nov 05
1
Re: Missing libguestfs-winsupport in EL7
On Wed, Nov 05, 2014 at 05:42:24PM +0000, Craig Schenk wrote: > Hi, the libguestfs-winsupport RPM seems gone from EL7 (I've checked > RHEL, CentOS, Oracle Linux and Scientific and all have an existence > underflow condition for that package). There seems to alternate way > to guestmount or do other libguestfs operations on an NTFS qcow2 > image, and all return an error
2012 Apr 17
2
packaging: src.rpm not a rpm
Hi all, I have installed the recommended installs from here: http://wiki.centos.org/HowTos/RebuildSRPM I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move... So: $ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src.rpm $ rpm -i --nomd5
2009 May 22
1
Typo in HowTos/RebuildSRPM
Dear all, The title of the last section on "HowTos/RebuildSRPM" probably should read: Install the SRPM and then Build the Specfile instead of: Install the RPM and then Build the Specfile Since the content of that section is about installing staff from a SRPM. Regards, Timothy Lee -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Sep 28
2
Re: Virt-v2v conversion issue
Ok, I've removed all the files relating to libguestfs in /usr/local/, but the error message is still the same. Alain VONDRA Chargé d'exploitation des Systèmes d'Information Direction Administrative et Financière +33 1 44 39 77 76 UNICEF France 3 rue Duguay Trouin 75006 PARIS www.unicef.fr -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé
2014 Aug 21
3
Re: libguest-test-tool error report
Hello Rich, I am not sure if KVM ever ran. I put VirtualBox in it because I have never done virtualization before and found some instructions for VB. That said, I might have naively shut something off because I didn't know any better. No VB was not running at the time. I thought of that and turned it off. Though, I bet the services are still up. What is the standard kvm service? I
2012 Jun 30
3
unexpected end of file mounting vdi image
I am unable to mount a vdi image with virt-df. I get this error in the libvirt log. 2012-06-24 02:37:22.484+0000: 2364: error : qemuMonitorIO:583 : internal error End of file from monitor I don't really know from this output what the problem is and some assistance would be appreciated. I'm attaching the output of the libguest test program. Brian
2014 Aug 22
2
Re: libguest-test-tool error report
Hello Rich, Well, you were correct. I removed the /dev/kvm and it did a lot more. Sadly, I cannot tell if it was successful. The output file is the same size as when I started, so I am hesitant to declare success. Let me know what you think. Thanks, Mark Thanks, Mark Husted 770-236-1242 -----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Friday, August