search for: do_install

Displaying 20 results from an estimated 52 matches for "do_install".

Did you mean: _do_install
2008 Dec 15
1
bug in R CMD INSTALL do_install under OS X
Hi, I believe I've encountered a bug in the do_install function in the script used by R CMD INSTALL. I'm using R 2.8.0 under OS X 10.5.5. I was trying to install a package from source (the package gaga which I maintain, which I checked and builds correctly for R 2.8.0) when I get the error message * Installing to library '/Users/drossell/Deskt...
2018 Nov 06
2
Re: [PATCH 2/3] v2v: linux: install packages
...b/v2v/linux.ml > index 177724e39..6a5cae512 100644 > --- a/v2v/linux.ml > +++ b/v2v/linux.ml > @@ -31,6 +31,25 @@ let augeas_reload g = > g#aug_load (); > debug_augeas_errors g > > +let rec install g inspect packages = > + if packages <> [] then ( > + do_install g inspect packages; > + (* Reload Augeas in case anything changed. *) > + augeas_reload g > + ) > + > +and do_install g { i_package_format = package_format } packages = It's purely a matter of style, but it's also possible to nest functions, so: let install g inspe...
2018 Nov 07
0
Re: [PATCH 2/3] v2v: linux: install packages
...2 100644 > > --- a/v2v/linux.ml > > +++ b/v2v/linux.ml > > @@ -31,6 +31,25 @@ let augeas_reload g = > > g#aug_load (); > > debug_augeas_errors g > > > > +let rec install g inspect packages = > > + if packages <> [] then ( > > + do_install g inspect packages; > > + (* Reload Augeas in case anything changed. *) > > + augeas_reload g > > + ) > > + > > +and do_install g { i_package_format = package_format } packages = > > It's purely a matter of style, but it's also possible to nest...
2009 Nov 20
3
OS b127, fail to create vdisk
Here is the error I get, Unable to complete install ''exceptions.RuntimeError Error creating vdisk /var/lib/xen/images/centos.img Traceback (most recent call last): File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install File "/export/builds/xvm_127///proto/install/usr/lib Please could you help? I would like to create the VM manually is there an howto for opensolaris? Where are the config files supposed to go? There is not an /etc/xen like in Linux. -- This message posted from opensolaris.org
2018 Nov 06
7
[PATCH 0/3] Install QEMU-GA from oVirt guest tools ISO on Linux
This installs packages with QEMU Guest Agent when converting Linux machine. The packages should be available on guest tools ISO. The patches work "as-is" but probably deserve some more attention: - it is "abusing" Winows_virtio code but renaming/refactoring everything to remove "windows" from the name and use "guest tools" seems like a lot of unnecesary
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
...vl10-ovsbr0 port vnet0: Operation not supported' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 96, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1943, in do_install guest.start_install(False, meter=meter) File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1249, in start_install noboot) File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1317, in _create_guest dom = self.conn.createLinux(start_xml or...
2009 May 27
3
Installing Debian as guest VM
...Unable to complete install ''<type ''exceptions.ValueError''> Invalid install location: Opening URL http://172.16.0.31:8088/debian1 failed.. Traceback (most recent call last):   File "/usr/share/virt-manager/virtManager/create.py", line 616, in do_install     dom = guest.start_install(False, meter = meter)   File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 722, in start_install     self._prepare_install(meter)   File "/usr/lib/python2.5/site-packages/virtinst/ParaVirtGuest.py", line 48, in _prepare_inst...
2014 Jun 12
2
Fedora 19/20 new install :Unable to create vcpu cgroup
...r fedora20(vcpu: 0): Aucun fichier ou dossier de ce type » Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1787, in do_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 403, in start_install noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) File "/usr/lib64/python2...
2018 Nov 06
0
[PATCH 2/3] v2v: linux: install packages
...nged, 22 insertions(+) diff --git a/v2v/linux.ml b/v2v/linux.ml index 177724e39..6a5cae512 100644 --- a/v2v/linux.ml +++ b/v2v/linux.ml @@ -31,6 +31,25 @@ let augeas_reload g = g#aug_load (); debug_augeas_errors g +let rec install g inspect packages = + if packages <> [] then ( + do_install g inspect packages; + (* Reload Augeas in case anything changed. *) + augeas_reload g + ) + +and do_install g { i_package_format = package_format } packages = + assert (List.length packages > 0); + match package_format with + | "rpm" -> + let cmd = [ "yum"; &q...
2018 Nov 06
1
Re: [PATCH 2/3] v2v: linux: install packages
...packages from local files without touching network. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- In this case, better name it local_install/install_local (or something along these lines) to make it more clear it is not a "classic install". > +and do_install g { i_package_format = package_format } packages = > + assert (List.length packages > 0); > + match package_format with > + | "rpm" -> > + let cmd = [ "yum"; "--assumeyes"; "install" ] @ packages in > + let cmd = Array.of_list cm...
2010 Nov 09
1
R-2.12.0 problem on Solaris 10
...if (!silent && identical(getOption("show.error.messages"), TRUE)) { cat(msg, file = stderr()) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error"))}) 29: try(.install_package_indices(".", instdir)) 30: do_install_source(pkg_name, instdir, pkg, desc) 31: do_install(pkg) 32: tools:::.install_packages() aborting ... Segmentation Fault - core dumped The downloaded packages are in '/tmp/RtmpVwIBsr/downloaded_packages' Updating HTML index of packages in '.Library' Warning message: In inst...
2010 Sep 17
1
device error
.... Hotplug scripts not working.'') Traceback (most recent call last): File "/usr/sbin/virt-install", line 889, in ? main() File "/usr/sbin/virt-install", line 751, in main start_time, guest.start_install) File "/usr/sbin/virt-install", line 813, in do_install dom = install_func(conscb, progresscb, wait=(not wait)) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 541, in start_install return self._do_install(consolecb, meter, removeOld, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 63...
2011 Jan 18
1
cluster of virtual machines using libvirt/kvm + Gluster
...eturns the following error: Unable to complete install 'libvirt.libvirtError internal error unable to start guest: qemu: could not open disk image /var/lib/libvirt/images/test.img Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line 724, in do_install dom = guest.start_install(False, meter = meter) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 541, in start_install return self._do_install(consolecb, meter, removeOld, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 633, in _d...
2014 Jun 15
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
...ecting to monitor: Failed to create chardev » Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/create.py", line 1787, in do_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 403, in start_install noboot) File "/usr/share/virt-manager/virtinst/guest.py", line 467, in _create_guest dom = self.conn.createLinux(start_xml or final_xml, 0) Fil...
2014 Jan 26
1
Trouble installing package in development version of R
...tice’ I then looked at the help for R CMD INSTALL and saw debug flag so I did: $ sudo R CMD INSTALL -d lattice_0.20-24.tar.gz processing ‘lattice_0.20-24.tar.gz’ a file * installing to library ‘/home/rjan/R/i686-pc-linux-gnu-library/3.1’ * build_help_types= * DBG: 'R CMD INSTALL' now doing do_install() * created lock directory ‘/home/rjan/R/i686-pc-linux-gnu-library/3.1/00LOCK-lattice’ * installing *source* package ‘lattice’ ... ** package ‘lattice’ successfully unpacked and MD5 sums checked ** libs about to run R CMD SHLIB -o lattice.so init.c threeDplot.c sh: 1: 1: not found ERROR: compilatio...
2014 Jun 16
2
Re: Fedora 19/20 new install :Unable to create vcpu cgroup
On Sun, Jun 15, 2014 at 01:33:46PM +0300, Patrick Chemla wrote: > Hi, > > I sill need some help. > > I tried to remove cdrom and USB controllers from qemu xml definition > file. > > > Still same Failed to create chardev when trying to run a Vms that run > on my local Fedora 20 computer. You didn't answer my question in the previous email that you ensured that
2010 Dec 29
1
I can''t install PV ubuntu in my CentOS5.5 based xen
...en'' Traceback (most recent call last): File "/usr/sbin/virt-install", line 929, in ? main() File "/usr/sbin/virt-install", line 825, in main start_time, guest.start_install) File "/usr/sbin/virt-install", line 880, in do_install dom = install_func(conscb, progresscb, wait=(not wait)) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 626, in start_install self._prepare_install(meter) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 679,...
2010 Jan 20
4
OSOL Bug 13743
Anyone knows if this is something that will be looked at before b134 is released? Bug 13743 - virsh and xm is unable to start domain first time after boot http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 Regards Henrik http://sparcv9.blogspot.com
2009 Oct 28
6
Re: [virt-tools-list] Unable to complete install: ''Domain not found: xenUnifiedDomainLookupByName
[This email is either empty or too large to be displayed at this time]
2012 Dec 20
1
Error installing VM: "Process exited while reading console log output"
.../pts/4 Traceback (most recent call last): File "/usr/bin/virt-install", line 1033, in <module> main() File "/usr/bin/virt-install", line 915, in main start_time, guest.start_install) File "/usr/bin/virt-install", line 957, in do_install dom = install_func(conscb, progresscb, wait=(not wait)) File "/usr/lib/pymodules/python2.6/virtinst/Guest.py", line 973, in start_install return self._do_install(consolecb, meter, removeOld, wait) File "/usr/lib/pymodules/python2.6/virtinst/Guest.py",...