Displaying 20 results from an estimated 40000 matches similar to: "<<How do I mount virtual rails to Virtual Machine?>>"
2010 Sep 26
1
<<Mounting and Converting 7z vdi Files Virtual Machine>>
running windows vista: downloaded virtual machine and virtual rails
cannot get virtual rails to mount to virtual machine
after downloading virtual rails i attempted to extract it so i could
convert it to vdi file and this is the result
virtual_rails_1.1(1).7z
i followed the tutorial at http://www.virtualrails.org/node/3 to
create a new virtual machine, but when I start the machine i get the
2010 Jul 09
1
RoR Sphinx-search (on Windows Xp) Guidance Request
Hui all, i am trying to implement sphinx search (on Windows Xp)
engine in my app. nut it fails in the several point i don''t know the
actual procedure .
Can anyone help me on this to implement sphinx-search (on Windows
Xp). or any good tutorails you please inform me
thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Aug 09
9
where can I get up to date instantrails ?
Hi, can someone please tell me where can I find up-to-date instantrails
(with rails 2.38, ruby 1.8.7) ... ?
Thanks for any help
Dani
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2010 Nov 18
1
driver type for .vdi images?
Hello libvirt experts,
I use libvirt (0.7.5-5ubuntu27.7) with KVM / qemu (0.12.3+noroms-0ubuntu9.2).
Some machines use raw images but same use Virtualbox images (.vdi).
Since last Ubuntu 10.04 LTS update I can not start the vdi-images.
The "driver name= type=" option was new.
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file'
2010 Aug 20
1
set up a default route
running virtual rails on linux mint..
Set up a default route and remove or rename this file
Routes are set up in config/routes.rb.
.quick dumb question...do i setup the default route in the command
prompt terminal or an IDE? im learning as i go here...i tried running
config/routes.rb in a terminal and got the following error
virtualrails@jay ~/blog $ config/routes.rb
bash: config/routes.rb:
2012 Apr 04
7
Driver domains communication protocol proposal
During some discussions and handwaving, including discussions with
some experts on the Xenserver/XCP storage architecture, we came up
with what we think might be a plausible proposal for an architecture
for communication between toolstack and driver domain, for storage at
least.
I offered to write it up. The abstract proposal is as I understand
the consensus from our conversation. The concrete
2011 Feb 23
1
Using Solaris iSCSI target in VirtualBox iSCSI Initiator
Hello,
I?m using ZFS to export some iscsi targets for the virtual box iscsi
initiator.
It works ok if I try to install the guest OS manually.
However, I?d like to be able to import my already prepared guest os vdi
images into the iscsi devices but I can?t figure out how to do it.
Each time I tried, I cannot boot.
It only works if I save the manually installed guest os and re-instate the
same
2011 Apr 15
1
Errors attaching VBDs to dom0 VM
Hi,
I''ve been touring XCP and making my way around it for the last few
days, and am having problems with some reasonably straightforward
actions. I''ve poured a several hours into different ways of resolving
the issue, but am coming up short.
Here''s the main issue. The following command (plugging in a VBD to
the dom0 VM), when, run, hangs for several minutes, and then
2017 Oct 08
4
Re: Virtualbox vdi Input Format and man pages
[stef204 sent me the full log since it contains sensitive information]
The log says that virt-v2v cannot see anything at all on the 34.1 GB
disk (as if the disk is blank). However I think the actual problem is
that you've given the wrong disk type in the XML:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
2011 Nov 22
1
[file PATCH] Properly detect .vdi (VirtualBox disk image) files
The current test for .vdi files is incorrect. It tries to detect the
string "<<< Sun xVM VirtualBox Disk Image >>>". However this string
is just free text and .vdi files often contain different strings (ref: [1]).
The correct test in this patch looks for the magic number at offset
0x40 in the file (ref: [2]).
Example:
Upstream 'file' without the patch on an
2017 Aug 19
3
Virtualbox vdi Input Format and man pages
Hi,
I am new to v2v/libguestfs.
I need to convert a 30 GB virtual machine running Windows7 64 bit (a guest on a Linux system) from Virtualbox vdi format to qcow2 (or raw/img--another debate in itself) so I can use libvirt/qemu/kvm to run it and completely migrate away from Virtualbox.
The vdi machine is a mission critical production environment and I cannot afford to mess it up, etc. Will keep
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
2011 Jun 27
1
how to share vdi among several xcp pools
hi
I am having several pools of xcp with NFS shared storage as default SR
on each pool and i want to do following in this arrangement
-I want to share vdis among all pools, i.e. for example if I want to
detach a vdi from a vm in pool-1 to a vm in pool-2.
so is this possible to do so?
vdi export is one of the solution but i want to do it seamlessly just
like it happens within the same pool or
2012 Jan 05
7
Blocking countries with shorewall
I''m currently getting a huge number of (failed) attempts
to access my home server at UDP port 27845.
I think most if not all the attacks come from China or Korea.
I see there is a list of Chinese and Korean networks
at <http://www.countryipblocks.net/country-blocks/>.
Is there a standard way of using such a list in shorewall?
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
2013 Jun 09
2
libguestfs support snapshot based virutal disk analysis?
Hi dear all:
I have browsed almost all architecture of libGuestFs and use it on Fedora 18. It really seems greate!
However,
1. No virtual disk (*.vdi, *.vmdk...) based snashot analysis code
Current LibGuestFs could recognize and virtual disk format (e.g. *.VDI) and the file syste inside it (e.g. NTFS ), but find no support for snapshot virtual disk.
Virtual Machine such VirtualBox
2017 Jun 08
1
[PATCH] lib: create: Allow any [[:alnum:]]+ string as a backingfmt parameter.
If you use the libguestfs tools which open disk images read-only
(eg. virt-df), with formats such as 'vdi', then you will see an error:
error: invalid value for backingformat parameter 'vdi'
This is because opening a disk image read-only will try to create a
qcow2 file with the original image as a backing file. However the
list of permitted backing formats was very restrictive
2011 Aug 23
1
XCP: disk2vhd -> xenconvert (to ovf) -> xe vm-import
Hi all,
I`m evaluating methods for nightly "snapshot" a physical win2003 to
xcp vm.
I know it would be a lot easier and reliable just to to one convert
one time and start to generate real vm snapshots, but at this time I
cannot use this method.
I tested the sequence: disk2vdh -> xenconvert (to xcp), but a big
deal of using this method is that xenconvert does not send
2013 Mar 14
1
guestfs_list_partitions with vdi
I'm using a Windows raw disk image that is "converted" to the VDI
format by custom code that prepends a header to the image.
I use 'vdi' for GUESTFS_ADD_DRIVE_OPTS_FORMAT of
guestfs_add_drive_opts().
After launching the appliance, the call to guestfs_list_partitions()
results in an empty list.
Is there a way to add the drive but have an offset into the image
file as a
2014 Aug 12
1
Authenticating VDI-in-a-Box to Samba4 AD
Hi,
I have successfully built an ADDC on a Centos 6.5 VM running on Citrix
XenServer 6.2. It seems to be working well.
Now I want to test Citrix VDI-in-a-Box. I've installed vdiManager 5.4.0 on
to my XenServer. It wants to authenticate to my AD server. It fails with
the message:
Could not connect to the user database at 10.0.1.10 with user
administrator in domain test.lan
I did a
2010 Sep 13
4
Migrate existing Windows XP VirtualBox VM to Xen
Hi,
I''m trying to migrate a VirtualBox virtual machine to Xen, but I
haven''t been able to successfully boot it under xen (3.0.1 that comes
with CentOS 5.5). Thinking that the problem was converting the disk
format to a raw format, I tried converting the VDI disk with all these
options:
VBoxManage internalcommands converttoraw disk.vdi disk.raw
VBoxManage clonehd disk.vdi