search for: minversion

Displaying 20 results from an estimated 22 matches for "minversion".

Did you mean: inversion
2013 Nov 15
1
Re: Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
...but with LIBGUESTFS_DEBUG=1 (I already had it) : http://pastebin.com/ZUQ9BMzP Anyway, I have a working VM now. I added: <capability os='linux' name='kernel' distro='centos' major='6' minor='4' arch='i686'> <dep name='kernel' minversion='2.6.18-128.el5'/> <dep name='lvm2' minversion='2.02.40-6.el5'/> <dep name='selinux-policy-targeted' minversion='2.4.6-203.el5' ifinstalled='yes'/> </capability> to /var/lib/virt-v2v/virt-v2v.db I hope this is...
2008 Jul 08
1
Firebug 1.2.0b4 for FF3
The current beta version of Firebug doesn't appear to install on Firefox 3 on CentOS 5.2, apparently because it's reporting itself as 3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to 3.0b5 and it seems to be working fine for me now. In case anyone else is interested in testing it, my tweaked version is available here: http://www.openfusion.com.au/labs/dist/firebug-1.2.0b4-fx.xpi If it turns out to be stable we might be able to convince the fire...
2019 Apr 28
2
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40 (beta 11). I had also installed the most recent update of Inno setup, which is now 6.0.2.With that version, `make risntaller` fails at the call to ""C:/R/Inno/iscc" R.iss > R-3.6.0.log 2>&1" and just exits, pointing to line 175 of the makefile which is: $(RPREFIX)-win.exe: R.iss
2011 May 21
1
RSASecurIDToken - returned 1603
...is interrupted and shows: err:msi:ITERATE_Actions Execution halted, action L"ValidateCommandLine" returned 1603 The log shows: (msiexec /i RSASecurIDToken410.msi /l*v) 1: Begin SetAllUsers() 2: 1: Getting records from Upgrade table 2: 1: UpgradeCode: {xxxxxx-xxxx-xxxxxxx-xxxxxxx} MinVersion: 4.1.0 MaxVersion: Language: Attributes: 2 2: 1: No related products for UpgradeCode {xxxxxx-xxxx-xxxxxxx-xxxxxxx} found 2: 1: UpgradeCode: {xxxxxx-xxxx-xxxxxxx-xxxxxxx} MinVersion: 3.0.4 MaxVersion: 4.1.0 Language: Attributes: 257 2: 1: No related products for UpgradeCode {xxxxxx-xxxx-xxx...
2013 Nov 15
2
Virtio: 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v
Hello, I've trying to move a 32bit CentOS 6.4 on VirtualBox to oVirt on Fedora 19 64bit via virt-v2v. The command I'm currently using is: virt-v2v -i libvirtxml -of qcow2 -oa sparse -o rhev -osd xxx.xxx.xxx.xxx:/usr/local/ovirt/exports --network ovirtmgmt /usr1/home/williams/Downloads/OpenAthens/VMs/OpenAthensLARuntime2.2.xml The exciting bit of the XML is: <devices>
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
Multiple people have now reported that the R installer does not build with InnoSetup 6 (released last week). The inno log shows this error: Error on line 12 in src\gnuwin32\installer\R.iss: Minimum NT version specified by MinVersion must be at least 6.0. (Windows 2000/XP/Server 2003 are no longer supported.) Compile aborted. Hence to fix this, the "MinVersion" parameter in src/gnuwin32/installer/header1.iss should be increased from 0,5.0 to 0,6.0. I confirmed this resolves the problem. Could somebody commit this p...
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV
2013 Nov 07
0
[PATCH 3/4] Add SUSE to capabilities db and conf
...;capability os='linux' distro='sles' major='11' name='virtio'> + <dep name='kernel'/> + </capability> + <capability os='linux' distro='sles' major='10' name='virtio'> + <dep name='kernel' minversion='2.6.16.60-0.85.1'/> + </capability> + <!-- SLES packages the cirrus driver in xorg-x11-driver-video --> + <capability os='linux' distro='sles' name='cirrus'> + <dep name='xorg-x11-driver-video'/> + </capability> + + &...
2010 Jul 28
5
RHEL 6 guest support
The following patches add RHEL 6 guest support to virt-v2v. This was actually quite a lot easier than I expected. * [PATCH 1/4] Update virt-v2v.conf for RHEL 6 virtio support * [PATCH 2/4] Check kudzu exists before attempting to disable it * [PATCH 3/4] Use dracut rather than mkinitrd if it's available * [PATCH 4/4] Properly convert RHEL 6 guest console
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches
2018 Dec 06
0
Build error while upgrading samba 4.9.3
...t found Checking for system tdb (>=1.3.16) : not found Checking for system talloc (>=2.1.14) : not found Run these 2 command in the source folder. grep ^VERSION lib/{talloc,tdb,tevent,ldb}/wscript grep minversion buildtools/wafsamba/samba_third_party.py | awk -F"(" '{ print $2 }' These are the minimal required depend versions. And now think again if you want to attempt this because the few shown above are not the only things you will encounter. I really suggest, install debian stretch a...
2013 Sep 25
5
Re: [PATCH 3/4] Add SUSE converter
...turn 0; > + } > + > + my @install; > + my @update; > + my $kernel; > + foreach my $name (keys(%$cap)) { > + my $props = $cap->{$name}; > + my $ifinstalled = $props->{ifinstalled}; > + > + # Parse epoch, version and release from minversion > + my ($min_epoch, $min_version, $min_release); > + if (exists($props->{minversion})) { > + eval { > + ($min_epoch, $min_version, $min_release) = > + _parse_evr($props->{minversion}); > + }; > +...
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...name => $name); + return 0; + } + + my @install; + my @update; + my $kernel; + foreach my $name (keys(%$cap)) { + my $props = $cap->{$name}; + my $ifinstalled = $props->{ifinstalled}; + + # Parse epoch, version and release from minversion + my ($min_epoch, $min_version, $min_release); + if (exists($props->{minversion})) { + eval { + ($min_epoch, $min_version, $min_release) = + _parse_evr($props->{minversion}); + }; + v2vdie __x('Unrecognised f...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...name => $name); + return 0; + } + + my @install; + my @upgrade; + my $kernel; + foreach my $name (keys(%$cap)) { + my $props = $cap->{$name}; + my $ifinstalled = $props->{ifinstalled}; + + # Parse epoch, version and release from minversion + my ($min_epoch, $min_version, $min_release); + if (exists($props->{minversion})) { + eval { + ($min_epoch, $min_version, $min_release) = + _parse_evr($props->{minversion}); + }; + v2vdie __x('Unrecognised f...
2018 Nov 01
2
Jansson not found when compiling Samba
I am trying to compile Samba 4.9.1, on Ubuntu 18.04.1 server. However, when I try to configure, it says that jansson is not found. I have installed libjansson-dev from the repo (version 2.11-1), but still get the error. Config.log says: Checking for jansson /bin/sh: 1: --cflags: not found not found ​
2018 Nov 27
2
Debian Stretch Samba 4.8.7 packages available amd64/i386
Hai,   The Debian Stretch packages for samba 4.8.7 are now available for amd64 and i386.   ----------- THE REPO SETUP --------------- 1) Choose http or https for you apt, both work, for https you need to : apt-get install apt-transport-https   2) Import my public key wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -   3) (optional) setup a header line for the repo
2018 Aug 30
1
Can not build Samba 4.7.10
Allready installed and it works absolut fine with Samba 4.7.9 Thomas Zitat von "L.P.H. van Belle via samba" <samba at lists.samba.org>: > If from source. > https://ftp.samba.org/pub/ldb/ldb-1.2.3.tar.gz > > If its debian/ubuntu. > Then you can get a ready source here. > echo "deb-src http://apt.van-belle.nl/debian stretch-samba47 main > contrib
2018 Aug 30
5
Can not build Samba 4.7.10
Samba 4.7.10 is unwilling to find my pyldb-util v 1.2.3 Checking for system pyldb-util (>=1.2.3 <=1.2.999) : not found ERROR: System library pyldb-util of version 1.2.3 not found, and bundling disabled Building of Samba 4.7.9 in the same environment works flawlessly. What goes wrong in Samba 4.7.10 with detection of pylab? Regards, Thomas
2020 Jul 06
3
Debian Buster Samba 4.12.5 + extra patches. (amd64/i386/armhf)
Hai, The latest update is now online. Debian Buster Samba 4.12.5 + extra patches for amd64/i386/armhf. samba (2:4.12.5+dfsg-2.1buster1) buster; urgency=medium * Rebuild from Debian Sid for Debian Buster * d/control, re-added acl as Recommands to samba package * d/control added libicu-dev,add Missing support for Unicode normalisation. * d/patches, fix debian bug #964165 with
2013 Nov 07
6
[PATCH 0/4] virt-v2v: Add support for SUSE guest conversions
The following series of patches adds support for converting SUSE guests through virt-v2v. These changes should not impact non-SUSE guest conversions. Mike Latimer (4): Add perl-Bootloader support to grub packages Add conversion support for SUSE guests Add SUSE to capabilities db and conf Add SUSE support documentation lib/Sys/VirtConvert/Converter/Linux.pm | 480