Re: [Freeipa-users] freeipa and RHEL 7

2014-10-08 Thread Janelle
That worked - thanks everyone!! Now I need to do my part and find a bug 
and report it before others do :-)


~J

On 10/8/14 8:26 AM, Rob Crittenden wrote:

Janelle wrote:

Hi again

Just wondering if anyone has found a work around to get freeipa
installed on RHEL 7 -- the server works fine, but it never finishes the
client install and you can't force a client install either.

You end up with this in the logs, which I see has been reported, but
wondering  if fixed?

stderr=Failed to issue method call: Unit fedora-domainname.service
failed to load: No such file or directory.

Thanks
~J


It is being tracked in this ticket:
https://fedorahosted.org/freeipa/ticket/4562

You need to modify the installer to call to use rhel-domain.service
instead. I believe you need to modify
/usr/lib/python2*/site-packages/ipaplatform/fedora/services.py to make
the right call.

rob



--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project


Re: [Freeipa-users] freeipa and RHEL 7

2014-10-08 Thread Yiorgos Stamoulis
Hi Janelle,

as a temp fix you can subsitute fedora-domainname.service with
rhel-domainname.service in the relevant files:

perl -i -pe 's/fedora-domainname.service/rhel-domainname.service/g'
/usr/lib/python2.7/site-packages/ipaplatform{/fedora,}/services.py

Cheers

Y

On 08/10/14 15:17, Janelle wrote:
> Hi again
>
> Just wondering if anyone has found a work around to get freeipa
> installed on RHEL 7 -- the server works fine, but it never finishes
> the client install and you can't force a client install either.
>
> You end up with this in the logs, which I see has been reported, but
> wondering  if fixed?
>
> stderr=Failed to issue method call: Unit fedora-domainname.service
> failed to load: No such file or directory.
>
> Thanks
> ~J
>

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project

Re: [Freeipa-users] freeipa and RHEL 7

2014-10-08 Thread Alexander Bokovoy

On Wed, 08 Oct 2014, Rob Crittenden wrote:

Janelle wrote:

Hi again

Just wondering if anyone has found a work around to get freeipa
installed on RHEL 7 -- the server works fine, but it never finishes the
client install and you can't force a client install either.

You end up with this in the logs, which I see has been reported, but
wondering  if fixed?

stderr=Failed to issue method call: Unit fedora-domainname.service
failed to load: No such file or directory.

Thanks
~J



It is being tracked in this ticket:
https://fedorahosted.org/freeipa/ticket/4562

You need to modify the installer to call to use rhel-domain.service
instead. I believe you need to modify
/usr/lib/python2*/site-packages/ipaplatform/fedora/services.py to make
the right call.

Another alternative would be

ln -s /lib/systemd/system/fedora-domainname.service 
/etc/systemd/system/rhel-domainname.service
systemctl daemon-reload

and then do install the IPA client.

Kind of a hack until patches currently on review on freeipa-devel@ get
merged.
--
/ Alexander Bokovoy

--
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project


Re: [Freeipa-users] freeipa and RHEL 7

2014-10-08 Thread Rob Crittenden
Janelle wrote:
> Hi again
> 
> Just wondering if anyone has found a work around to get freeipa
> installed on RHEL 7 -- the server works fine, but it never finishes the
> client install and you can't force a client install either.
> 
> You end up with this in the logs, which I see has been reported, but
> wondering  if fixed?
> 
> stderr=Failed to issue method call: Unit fedora-domainname.service
> failed to load: No such file or directory.
> 
> Thanks
> ~J
> 

It is being tracked in this ticket:
https://fedorahosted.org/freeipa/ticket/4562

You need to modify the installer to call to use rhel-domain.service
instead. I believe you need to modify
/usr/lib/python2*/site-packages/ipaplatform/fedora/services.py to make
the right call.

rob

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go To http://freeipa.org for more info on the project