Displaying 20 results from an estimated 600 matches similar to: "Problem with dovecot under Vmware Server"
2007 Mar 31
1
kernel-devel largesmp or ELlarge?
I'm having trouble updating my iscsitarget modules, and it seems to be
related to a naming convention mixup?
here's the output of the build command:
[root at vmhost ~]# rpmbuild --rebuild --sign
iscsitarget-0.4.14.96-0.amherst.src.rpm
Installing iscsitarget-0.4.14.96-0.amherst.src.rpm
error: Failed build dependencies:
kernel-devel = 2.6.9-42.0.10.ELlarge is needed by
2013 Dec 02
1
virsh detach typo
[root at vmhost vms]# virsh detach-disk puppet vdb
error: No found disk whose source path or target is vdb
[root at vmhost vms]# virsh --version
0.10.2
[root at vmhost vms]#
This probably was solved already but if not, "No found disk" probably
sounds better if it was "No disk found"
2013 Dec 18
3
Connect libvirt to iSCSI target
Hi!
I'm new to libvirt and face problems connecting to an iSCSI target.
What I intend to do is to connect libvirt (I tried virt-manager and
virsh) to an iSCSI target and then boot from the LUNs which contain
the VMs.
I followed the documentation¹ but got stuck at section 12.1.5.4.3.
1)
virsh pool-define-as \
--name foo \
--type iscsi
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
On 2013–12–21 John Ferlan wrote:
> On 12/17/2013 07:13 PM, Marco wrote:
> > Hi!
> >
> > I'm new to libvirt and face problems connecting to an iSCSI target.
> > What I intend to do is to connect libvirt (I tried virt-manager and
> > virsh) to an iSCSI target and then boot from the LUNs which contain
> > the VMs.
> >
> > I followed the
2014 Oct 24
1
The USB passthrough that refuses to die
In trying to find out why my usb passthrough is not working, I decided
to edit (virsh edit) the config file for the vm client, removing the
following lines
<hostdev mode='subsystem' type='usb' managed='yes'>
<source>
<vendor id='0x051d'/>
<product id='0x0002'/>
</source>
</hostdev>
2014 Mar 06
2
ISO refuses to let vm starts (and is not mentioned in config)
Trying to start one of my vms, a centos one at that, but am
getting the following message:
[root@vmhost ~]# virsh start voip --paused
error: Failed to start domain voip
error: cannot open file
'/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file
or directory
[root@vmhost ~]#
But, virsh dumpxml voip shows no info onto the .iso
<disk type='file'
2013 Jan 09
1
samba-tool not working as i'd expect
Hello all,
I'm having problems using the "samba-tool" tool. From the documentation
i've read, the following command 'should' work. Apparently i'm missing
something.
####
[root at vmhost bin]# pwd
/usr/local/samba/bin
[root at vmhost bin]# ./samba-tool domain provision --realm=mytest.local
--domain=MYTEST --adminpass='welcome' --server-role='dc'
2012 Jul 19
1
Setting CPU type for a vm
I have a Windows XP vm and would like to know how should I set its cpu
so it is seen by the vm as a proper 32bit one. In its xml file, I have
<os>
<type arch='i686' machine='rhel6.2.0'>hvm</type>
<boot dev='cdrom'/>
<boot dev='hd'/>
<bootmenu enable='yes'/>
</os>
And this is the machine I
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
Hey!
I am following the steps at
http://wiki.xenproject.org/wiki/XCP_Beginners_Guide for creating a VM.
I''ve setup my test VM with 1GiB min/max memory. I''ve assigned 2GiB of
memory to dom0 (http://wiki.xen.org/wiki/Xen_Best_Practices) . My box
has 12GB of physical memory and runs Ubuntu 13.04.
When I do "xe vm-start", I get the following:
The server failed to handle
2008 Jun 14
1
How to see data for a package built under Windows
I have followed the instructions on how to build a Windows package and
everything seems to work EXCEPT that I can't see the data files that I have
loaded into the data directory. I have placed the appropriate data in the
data directory (as in the instructions). There are 3 data sets, which I can
see when I use the command in R. Details below. I have searched everywhere
to try to fix this, but
2010 Dec 15
2
Installing R help files (2.11 or later) when no internet access.
We work on a secure stand-alone server with no internet access, for
security reasons. We are running Windows XP. SInce version 2.11 the R
help files point straight to the internet. Is there any way we could
have a local help that we could access on our server.
Thanks in advance for any solutions
Gillian Raab
2016 Apr 06
3
KVM Virtualization Network VLAN CentOS7
On Wed, Apr 6, 2016 at 9:47 PM, James Hogarth <james.hogarth at gmail.com>
wrote:
> On 6 Apr 2016 2:35 p.m., "Francis Mendoza" <francis at mytechrepublic.com>
> wrote:
> >
> > Im configuring my KVM and in my network configuration I have 4 Network
> > lancard
> >
> > 2 nic = using teaming0 for management with access port configured in the
2013 Dec 21
0
Re: Connect libvirt to iSCSI target
On 12/17/2013 07:13 PM, Marco wrote:
> Hi!
>
> I'm new to libvirt and face problems connecting to an iSCSI target.
> What I intend to do is to connect libvirt (I tried virt-manager and
> virsh) to an iSCSI target and then boot from the LUNs which contain
> the VMs.
>
> I followed the documentation¹ but got stuck at section 12.1.5.4.3.
>
> 1)
> virsh
2009 Apr 23
11
Puppet on busybox, Bob Hope or No Hope?
When I say busybox it''s actually VMware ESX server which seems to use
busybox (which I guess is the case a number of other software appliances) .
Reason for wanting to install puppet is to run the cli tools to create
nightly vmware snapshots.
I''m happy to give it a go (and add the docs to the wiki) but I''m not too
sure at this stage how big a task this might be and what,
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
On 12/22/2013 10:09 AM, Marco wrote:
> On 2013–12–21 John Ferlan wrote:
>
>> On 12/17/2013 07:13 PM, Marco wrote:
>>> Hi!
>>>
>>> I'm new to libvirt and face problems connecting to an iSCSI target.
>>> What I intend to do is to connect libvirt (I tried virt-manager and
>>> virsh) to an iSCSI target and then boot from the LUNs which
2013 Feb 04
0
Can't save domain: unexpectedly failed
I am running libvirt 0.9.8,
virsh -V
Virsh command line tool of libvirt 0.9.8
See web site at http://libvirt.org/
Compiled with support for:
Hypervisors: Xen QEmu/KVM UML OpenVZ LXC Test
Networking: Remote Daemon Network Bridging Nwfilter VirtualPort
Storage: Dir Disk Filesystem SCSI Multipath iSCSI LVM
Miscellaneous: AppArmor Secrets Debug Readline
in an ubuntu 12.04.1 install. I created a
2010 Nov 12
1
Virtual Network Interfaces showing all packets as dropped
Hey,
I am having the problem that when looking at my virtual network
interface stats all packets are shown as dropped (The guests all
do have a working internet connection though).
All the guests are running Debian Lenny with Kernel version
2.6.26-2-amd64 and running as HVM.
The host is running Debian Lenny with the stable-2.6.32.x git
kernel.
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
On 2013–12–23 John Ferlan wrote:
> On 12/22/2013 10:09 AM, Marco wrote:
> > On 2013–12–21 John Ferlan wrote:
> >
> >> On 12/17/2013 07:13 PM, Marco wrote:
> >>> Hi!
> >>>
> >>> I'm new to libvirt and face problems connecting to an iSCSI target.
> >>> What I intend to do is to connect libvirt (I tried virt-manager and
2014 Mar 06
0
Re: ISO refuses to let vm starts (and is not mentioned in config)
On Thu, Mar 6, 2014 at 12:16 AM, Mauricio Tavares <raubvogel@gmail.com> wrote:
> Trying to start one of my vms, a centos one at that, but am
> getting the following message:
>
> [root@vmhost ~]# virsh start voip --paused
> error: Failed to start domain voip
> error: cannot open file
> '/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file
2010 Dec 12
8
XEN 4.0.1 + pv_ops Kernel + CentOS 5.5 x86_64, is there an easier way.
Hi
As you may''ve seen from my last posts I''m struggling to get the setup on
my subject line to work without flaws.
I''ve tried compiling the Kernel from Source, I''ve also tried Fedora 14,
which has a flaky pv_ops Dom0 kernel which DOESN''T work at all, but none of
these seem to work.
I''m a mid-time XEN user, I just love it and want to stay