Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-15 Thread Sven Kieske
There must be another error. SELinux, in permissive mode, does not reject anything, but logs every access. If you have found an exception to that it would be worth reporting that to SELinux as a bug. Am 14.01.2014 18:07, schrieb Blaster: > I've had some issues even with permissive, where it was

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-15 Thread Sven Kieske
Hi, I just checked on my Fedora 19 box: setenforce 0 odes the trick you can switch back by using setenforce 1 and control it via getenforce these changes do not persist over reboot. for further documentation refer to: https://docs.fedoraproject.org/en-US/Fedora/13/html/Security-Enhanced_Linux

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Bob Doolittle
enough to try. -Bob -Original Message- From: Bob Doolittle To: Sven Kieske , users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Tue, 14 Jan 2014 11:47:48 -0500 The first thing I do in a situation like this is to disable iptables

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Madhav V Diwan
to set selinux permissive without reboot , use the setenforce command this threads issue was NFS permissions though.. -Original Message- From: Bob Doolittle To: Sven Kieske , users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Madhav V Diwan
ooks like NFS is the only thing that would need changing ( maybe i can make it a NFS only account) Madhav -Original Message- From: Matthew Booth To: Madhav V Diwan , Richard W.M. Jones Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Tue, 14 Jan

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Sven Kieske
Does setenforce 0 not do the job on fedora? Am 14.01.2014 17:47, schrieb Bob Doolittle: > Also, I always configure SELinux to "permissive" in /etc/selinux/config > (but I don't know how to make that take effect immediately without > reboot on Fedora). -- Mit freundlichen Grüßen / Regards Sven K

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Blaster
On 1/14/2014 10:47 AM, Bob Doolittle wrote: Also, I always configure SELinux to "permissive" in /etc/selinux/config (but I don't know how to make that take effect immediately without reboot on Fedora). I've had some issues even with permissive, where it was still denying access. I comple

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Madhav V Diwan
Matt thanks , just saw that response .. testing NFS now , but as both vdsm and root local and remote -Original Message- From: Matthew Booth To: Madhav V Diwan , Richard W.M. Jones Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Tue, 14

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Bob Doolittle
The first thing I do in a situation like this is to disable iptables and firewalld, to see if the problem clears up. systemctl stop iptables; systemctl stop firewalld Then, if I actually need them (usually I don't), I drill deeper. Also, I always configure SELinux to "permissive" in /etc/selin

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Sven Kieske
Hi, I didn't reread the whole thread, but did you check firewall settings and SELinux if they permit NFS to those directorys? Am 14.01.2014 17:33, schrieb Matthew Booth: > Hi, Madhav. > > I don't see a response from you about the NFS permission test. Did you > do it? I remain convinced that this

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Matthew Booth
your problem. Matt > > > > -Original Message- > > To: Richard W.M. Jones > > Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to > fedora19 ovirt host > Date: Sat, 11 Jan 2014 08:57:33 -0500 > > setting up a physical /tmp with 1777 permission

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-14 Thread Madhav V Diwan
HI all , Any new ideas about this issue ?.. its blocking me from my ESX conversion ... -Original Message- To: Richard W.M. Jones Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Sat, 11 Jan 2014 08:57:33 -0500 setting up a physical /tmp

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-13 Thread Matthew Booth
On 10/01/14 18:53, Richard W.M. Jones wrote: > On Fri, Jan 10, 2014 at 12:48:43PM -0500, Madhav V Diwan wrote: >> >> Sorry richard >> >> seems that it failed even when i tried to set that variable >> >> Maybe i set up the command incorrectly? >> >> here is what i ran >> >> >> [root@server3 ~]# cat

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-12 Thread Richard W.M. Jones
On Sat, Jan 11, 2014 at 08:57:33AM -0500, Madhav V Diwan wrote: > setting up a physical /tmp with 1777 permissions did not work .. > > and i see ovirt/vdsm is making a temporary nfsV4 mount of the target > export domain to /tmp on the ovirt server > (what i thought was a hard link is actually a

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-12 Thread Richard W.M. Jones
Matt, I had a thought on the preceding discussion: Does virt-v2v still try to setuid itself to some non-root user when it runs, and if so does it do that only before launch, or before adding drives? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my p

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
permissions on /tmp or the fact that we normally use tmpfs , what is left? -Original Message- To: Richard W.M. Jones Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Fri, 10 Jan 2014 17:26:34 -0500 i have some spare disk on this server that i

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
W.M. Jones Cc: mbo...@redhat.com, users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Fri, 10 Jan 2014 14:37:16 -0500 [mdiwan@server3 ~]$ sudo getenforce [sudo] password for mdiwan: Disabled [mdiwan@server3 ~]$ cat /etc/fstab | grep &quo

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
mbo...@redhat.com, users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Fri, 10 Jan 2014 18:53:03 + On Fri, Jan 10, 2014 at 12:48:43PM -0500, Madhav V Diwan wrote: > > Sorry richard > > seems that it failed even when i tri

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Richard W.M. Jones
On Fri, Jan 10, 2014 at 12:48:43PM -0500, Madhav V Diwan wrote: > > Sorry richard > > seems that it failed even when i tried to set that variable > > Maybe i set up the command incorrectly? > > here is what i ran > > > [root@server3 ~]# cat convrtesxhost.sh > > #!/bin/bash > > export LIBGU

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Madhav V Diwan
> To: Madhav V Diwan , mbo...@redhat.com > Cc: users@ovirt.org > Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to > fedora19 ovirt host > Date: Fri, 10 Jan 2014 15:32:28 + > > On Thu, Jan 09, 2014 at 09:49:25PM -0500, Madhav V Diwan wrote: > >

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Richard W.M. Jones
On Fri, Jan 10, 2014 at 03:50:48PM +, Matthew Booth wrote: > You MUST run virt-v2v as root for conversions to oVirt. It needs to both > mount an nfs volume and setuid. Matt, it's probably a good idea to add something along the lines of: if ($g->get_backend () =~ /^libvirt/) { $g->set_ba

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Matthew Booth
On 10/01/14 15:38, Madhav V Diwan wrote: > > > > > > > -Original Message- > From: Richard W.M. Jones > To: Madhav V Diwan , mbo...@redhat.com > Cc: users@ovirt.org > Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to > fedora19 ov

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Richard W.M. Jones
On Fri, Jan 10, 2014 at 10:38:41AM -0500, Madhav V Diwan wrote: > yes unfortunately i am running as root.. hate doing that but > > what account SHOULD i use? myself? VDSM? > > sudo -u who > > interesting idea.. Ill try it now on a smaller vm. Root is fine, except that libvirt has a bug (see m

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Madhav V Diwan
-Original Message- From: Richard W.M. Jones To: Madhav V Diwan , mbo...@redhat.com Cc: users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Fri, 10 Jan 2014 15:32:28 + On Thu, Jan 09, 2014 at 09:49:25PM -0500, Madhav V

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Richard W.M. Jones
On Thu, Jan 09, 2014 at 09:49:25PM -0500, Madhav V Diwan wrote: > > Hello everybody! I seem to be having a problem similar to > > the posting from > > " importing VM from ESXI " > posted by > emi...@gmail.com > on25.09.2013 21:10 UTC > " I'm not being able to import a VM from ESXI:" >

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Madhav V Diwan
, users@ovirt.org Subject: Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host Date: Fri, 10 Jan 2014 15:11:42 + It looks like a problem with the permissions on your NFS export storage domain. The machine running virt-v2v must be able to mount the storage domain and write

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Matthew Booth
It looks like a problem with the permissions on your NFS export storage domain. The machine running virt-v2v must be able to mount the storage domain and write to it as uid:gid == 36:36. Matt On 10/01/14 02:49, Madhav V Diwan wrote: > > Hello everybody! I seem to be having a problem similar to

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-10 Thread Madhav V Diwan
Hi Does anyone know what I should do next to fix this issue or give you more information about it? I don't want to muck about too much with configuration files without knowing what VDSM will want and what QEMU or needs for this conversion to work. -M -Original Message- To: users@ovirt

[Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-09 Thread Madhav V Diwan
Hello everybody! I seem to be having a problem similar to the posting from " importing VM from ESXI " posted by emi...@gmail.com on25.09.2013 21:10 UTC " I'm not being able to import a VM from ESXI:" In my case i have a bit more of a trace on the permission issue but not much more >