Re: [Freeipa-devel] Fwd: [Adam Young's Web Log] Please moderate: Announcing FreeIPA v2 Server Beta 1 Release

2011-01-13 Thread Rich Megginson

On 01/12/2011 09:14 PM, Aravind GV wrote:

Hi Rich,

The version of 389-ds-base. I installed this package with fedora 
testing repo which is documented in installation steps.


[root@agvdir ~]# rpm -qi 389-ds-base
Name: 389-ds-base  Relocations: (not relocatable)
Version : 1.2.7.5   Vendor: Fedora Project
Release : 1.fc14Build Date: Thu 16 Dec 
2010 12:24:22 PM EST
Install Date: Sun 09 Jan 2011 11:48:36 PM EST  Build Host: 
x86-02.phx2.fedoraproject.org http://x86-02.phx2.fedoraproject.org
Group   : System Environment/DaemonsSource RPM: 
389-ds-base-1.2.7.5-1.fc14.src.rpm
Size: 5567433  License: GPLv2 with 
exceptions
Signature   : RSA/SHA256, Thu 16 Dec 2010 10:20:09 PM EST, Key ID 
421caddb97a1071f

Packager: Fedora Project
URL : http://port389.org/
Summary : 389 Directory Server (base)
Description :
389 Directory Server is an LDAPv3 compliant server.  The base package 
includes

the LDAP server and command line utilities for server administration.

Is there a slapd segfault message in /var/log/messages?  If so, try this:
1) edit /etc/sysconfig/dirsrv - add the line
ulimit -c unlimited
2) allow setuid processes to produce core files:
sysctl -w fs.suid_dumpable=1
3) install the 389-ds-base-debuginfo package
debuginfo-install 389-ds-base[-debuginfo]
4) service dirsrv restart

Then try to reproduce the problem.  If there is a core file, it will be 
in /var/log/dirsrv/slapd-YOURINSTANCENAME


Once you have a core file, do this:
gdb /usr/sbin/ns-slapd /var/log/dirsrv/slapd-YOURINSTANCENAME/core.PID
(gdb) thread apply all bt full

Then post the output.  Or, just open a bug at 
https://bugzilla.redhat.com/enter_bug.cgi?product=389 and attach the gdb 
output as an attachment.



Regards,
Aravind G V

On Wed, Jan 12, 2011 at 8:50 PM, Rich Megginson rmegg...@redhat.com 
mailto:rmegg...@redhat.com wrote:


On 01/11/2011 10:15 PM, Aravind GV wrote:

Hi All,

Adam first of all thanks for responding to my email.

I get the below error when i run ipa-replica-manage command. I am
following  Installation_Deployment_Guide V2 (
http://freeipa.org/docs/2.0.0/Installation_Deployment_Guide/en-US/html/
) in that *4.4. Creating Synchronization Agreements*  section
example command given as ipa-replica-manage connect add but add
option is no more there after goggling in some of the webside
they told to give connect option and also --passsync now command
syntext is fine but it stops DIRSRV.


This is a known bug that was fixed.  What version of 389-ds-base
are you using?  rpm -qi 389-ds-base


There is not much in logs. Please help me to resolve  this
issue.  OS=fc14 ipa v2

*[root@agvdir ~]# ipa-replica-manage connect --winsync --binddn
cn=administrator,cn=users,dc=bgkerb,dc=test02,dc=com --bindpw xxx
--cacert /root/bgkerb.cer 10.0.65.28 --passsync xxx -v
Directory Manager password:
INFO:root:args=/sbin/service dirsrv stop
INFO:root:stdout=Shutting down dirsrv:
AGV-COM...[  OK  ]

INFO:root:stderr=
unexpected error: DsInstance instance has no attribute 'subject_base'
*
Regards,
Aravind G V



On Tue, Jan 11, 2011 at 9:56 AM, Rich Megginson
rmegg...@redhat.com mailto:rmegg...@redhat.com wrote:

On 01/11/2011 07:56 AM, Adam Young wrote:

Aravind,

I've posted your question on the FreeIPA Devel list.  Could
you please reply to all with the following information?


1.  What was the origianal problem you were seeing when you
googled and found the --passsync option
2.  Is there anything in in any of the logs that seems
relevant?  For logs. please look in
/var/log/http/error.log for the IPA server,
/var/log/DirSrv  for Directory server
/var/log/messages  for general machine issues as well.

What version of 389-ds-base?  rpm -qi 389-ds-base





 Original Message 
Subject:[Adam Young's Web Log] Please moderate:
Announcing FreeIPA v2 Server Beta 1 Release
Date:   Tue, 11 Jan 2011 05:38:07 +
From:   WordPress wordpr...@adam.younglogic.com
mailto:wordpr...@adam.younglogic.com
To: a...@younglogic.com mailto:a...@younglogic.com



A new comment on the post Announcing FreeIPA v2 Server Beta 1 Release 
is waiting for your approval

http://adam.younglogic.com/2010/12/announcing-freeipa-v2-server-beta-1-release/

Author : Aravind G V (IP: 122.166.39.227 ,gw-bg.dchoc.com  
http://gw-bg.dchoc.com)
E-mail :aravind...@gmail.com  mailto:aravind...@gmail.com
URL:
Whois  :http://ws.arin.net/cgi-bin/whois.pl?queryinput=122.166.39.227
Comment:
Hi Adam,

ipa-replica-manage command for creating a Creating Synchronization 
Agreements 

Re: [Freeipa-devel] Fwd: [Adam Young's Web Log] Please moderate: Announcing FreeIPA v2 Server Beta 1 Release

2011-01-12 Thread Aravind GV
Hi Rich,

The version of 389-ds-base. I installed this package with fedora testing
repo which is documented in installation steps.

[root@agvdir ~]# rpm -qi 389-ds-base
Name: 389-ds-base  Relocations: (not relocatable)
Version : 1.2.7.5   Vendor: Fedora Project
Release : 1.fc14Build Date: Thu 16 Dec 2010
12:24:22 PM EST
Install Date: Sun 09 Jan 2011 11:48:36 PM EST  Build Host:
x86-02.phx2.fedoraproject.org
Group   : System Environment/DaemonsSource RPM:
389-ds-base-1.2.7.5-1.fc14.src.rpm
Size: 5567433  License: GPLv2 with
exceptions
Signature   : RSA/SHA256, Thu 16 Dec 2010 10:20:09 PM EST, Key ID
421caddb97a1071f
Packager: Fedora Project
URL : http://port389.org/
Summary : 389 Directory Server (base)
Description :
389 Directory Server is an LDAPv3 compliant server.  The base package
includes
the LDAP server and command line utilities for server administration.


Regards,
Aravind G V

On Wed, Jan 12, 2011 at 8:50 PM, Rich Megginson rmegg...@redhat.com wrote:

  On 01/11/2011 10:15 PM, Aravind GV wrote:

 Hi All,

 Adam first of all thanks for responding to my email.

 I get the below error when i run ipa-replica-manage command. I am
 following  Installation_Deployment_Guide V2 (
 http://freeipa.org/docs/2.0.0/Installation_Deployment_Guide/en-US/html/ )
 in that  *4.4. Creating Synchronization Agreements*  section example
 command given as ipa-replica-manage connect add but add option is no more
 there after goggling in some of the webside they told to give connect option
 and also --passsync now command syntext is fine but it stops DIRSRV.


 This is a known bug that was fixed.  What version of 389-ds-base are you
 using?  rpm -qi 389-ds-base

 There is not much in logs. Please help me to resolve  this issue.  OS=fc14
 ipa v2

 *[root@agvdir ~]# ipa-replica-manage connect --winsync --binddn
 cn=administrator,cn=users,dc=bgkerb,dc=test02,dc=com --bindpw xxx --cacert
 /root/bgkerb.cer 10.0.65.28 --passsync xxx -v
 Directory Manager password:
 INFO:root:args=/sbin/service dirsrv stop
 INFO:root:stdout=Shutting down dirsrv:
 AGV-COM...[  OK  ]

 INFO:root:stderr=
 unexpected error: DsInstance instance has no attribute 'subject_base'
 *
 Regards,
 Aravind G V



 On Tue, Jan 11, 2011 at 9:56 AM, Rich Megginson rmegg...@redhat.comwrote:

  On 01/11/2011 07:56 AM, Adam Young wrote:

 Aravind,

 I've posted your question on the FreeIPA Devel list.  Could you please
 reply to all with the following information?


 1.  What was the origianal problem you were seeing when you googled and
 found the --passsync option
 2.  Is there anything in in any of the logs that seems relevant?  For
 logs. please look in
 /var/log/http/error.log for the IPA server,
 /var/log/DirSrv  for Directory server
 /var/log/messages  for general machine issues as well.

  What version of 389-ds-base?  rpm -qi 389-ds-base





  Original Message   Subject: [Adam Young's Web Log]
 Please moderate: Announcing FreeIPA v2 Server Beta 1 Release  Date: Tue,
 11 Jan 2011 05:38:07 +  From: WordPress
 wordpr...@adam.younglogic.com wordpr...@adam.younglogic.com  To:
 a...@younglogic.com

 A new comment on the post Announcing FreeIPA v2 Server Beta 1 Release is 
 waiting for your 
 approvalhttp://adam.younglogic.com/2010/12/announcing-freeipa-v2-server-beta-1-release/

 Author : Aravind G V (IP: 122.166.39.227 , gw-bg.dchoc.com)
 E-mail : aravind...@gmail.com
 URL:
 Whois  : http://ws.arin.net/cgi-bin/whois.pl?queryinput=122.166.39.227
 Comment:
 Hi Adam,

 ipa-replica-manage command for creating a Creating Synchronization 
 Agreements is not working as documented in Installation_Deployment_Guide 
 after googling i found out to  add  --passsync option. Now command runs 
 successfully but it brings down Directory Server. Can you please help me how 
 to fix this issue. I am running freeipa V2 on FC14.


 ipa-replica-manage connect --winsync --binddn 
 cn=administrator,cn=users,dc=bgkerb,dc=test02,dc=com --bindpw asdQWE123 
 --cacert /root/bgkerb.cer 10.0.65.28 --passsync asdQWE123 -v

 Approve it: 
 http://adam.younglogic.com/wp-admin/comment.php?action=approvec=11343
 Trash it: 
 http://adam.younglogic.com/wp-admin/comment.php?action=trashc=11343
 Spam it: http://adam.younglogic.com/wp-admin/comment.php?action=spamc=11343
 Currently 117 comments are waiting for approval. Please visit the moderation 
 panel:http://adam.younglogic.com/wp-admin/edit-comments.php?comment_status=moderated


 ___
 Freeipa-devel mailing 
 listFreeipa-devel@redhat.comhttps://www.redhat.com/mailman/listinfo/freeipa-devel





 --
 
 With Best Regards
 Aravind G V
 Ph-9880346065
 I want it all,
 That's why I strive for it,
 I know that it's coming - Drake from Successful





-- 

With Best Regards

[Freeipa-devel] Fwd: [Adam Young's Web Log] Please moderate: Announcing FreeIPA v2 Server Beta 1 Release

2011-01-11 Thread Adam Young

Aravind,

I've posted your question on the FreeIPA Devel list.  Could you please 
reply to all with the following information?



1.  What was the origianal problem you were seeing when you googled and 
found the --passsync option
2.  Is there anything in in any of the logs that seems relevant?  For 
logs. please look in

/var/log/http/error.log for the IPA server,
/var/log/DirSrv  for Directory server
/var/log/messages  for general machine issues as well.




 Original Message 
Subject: 	[Adam Young's Web Log] Please moderate: Announcing FreeIPA v2 
Server Beta 1 Release

Date:   Tue, 11 Jan 2011 05:38:07 +
From:   WordPress wordpr...@adam.younglogic.com
To: a...@younglogic.com



A new comment on the post Announcing FreeIPA v2 Server Beta 1 Release is 
waiting for your approval
http://adam.younglogic.com/2010/12/announcing-freeipa-v2-server-beta-1-release/

Author : Aravind G V (IP: 122.166.39.227 , gw-bg.dchoc.com)
E-mail : aravind...@gmail.com
URL:
Whois  : http://ws.arin.net/cgi-bin/whois.pl?queryinput=122.166.39.227
Comment:
Hi Adam,

ipa-replica-manage command for creating a Creating Synchronization Agreements 
is not working as documented in Installation_Deployment_Guide after googling i 
found out to  add  --passsync option. Now command runs successfully but it 
brings down Directory Server. Can you please help me how to fix this issue. I 
am running freeipa V2 on FC14.


ipa-replica-manage connect --winsync --binddn 
cn=administrator,cn=users,dc=bgkerb,dc=test02,dc=com --bindpw asdQWE123 
--cacert /root/bgkerb.cer 10.0.65.28 --passsync asdQWE123 -v

Approve it: 
http://adam.younglogic.com/wp-admin/comment.php?action=approvec=11343
Trash it: http://adam.younglogic.com/wp-admin/comment.php?action=trashc=11343
Spam it: http://adam.younglogic.com/wp-admin/comment.php?action=spamc=11343
Currently 117 comments are waiting for approval. Please visit the moderation 
panel:
http://adam.younglogic.com/wp-admin/edit-comments.php?comment_status=moderated


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] Fwd: [Adam Young's Web Log] Please moderate: Announcing FreeIPA v2 Server Beta 1 Release

2011-01-11 Thread Rich Megginson

On 01/11/2011 07:56 AM, Adam Young wrote:

Aravind,

I've posted your question on the FreeIPA Devel list.  Could you please 
reply to all with the following information?



1.  What was the origianal problem you were seeing when you googled 
and found the --passsync option
2.  Is there anything in in any of the logs that seems relevant?  For 
logs. please look in

/var/log/http/error.log for the IPA server,
/var/log/DirSrv  for Directory server
/var/log/messages  for general machine issues as well.

What version of 389-ds-base?  rpm -qi 389-ds-base





 Original Message 
Subject: 	[Adam Young's Web Log] Please moderate: Announcing FreeIPA 
v2 Server Beta 1 Release

Date:   Tue, 11 Jan 2011 05:38:07 +
From:   WordPress wordpr...@adam.younglogic.com
To: a...@younglogic.com



A new comment on the post Announcing FreeIPA v2 Server Beta 1 Release is 
waiting for your approval
http://adam.younglogic.com/2010/12/announcing-freeipa-v2-server-beta-1-release/

Author : Aravind G V (IP: 122.166.39.227 , gw-bg.dchoc.com)
E-mail :aravind...@gmail.com
URL:
Whois  :http://ws.arin.net/cgi-bin/whois.pl?queryinput=122.166.39.227
Comment:
Hi Adam,

ipa-replica-manage command for creating a Creating Synchronization Agreements 
is not working as documented in Installation_Deployment_Guide after googling i 
found out to  add  --passsync option. Now command runs successfully but it 
brings down Directory Server. Can you please help me how to fix this issue. I 
am running freeipa V2 on FC14.


ipa-replica-manage connect --winsync --binddn 
cn=administrator,cn=users,dc=bgkerb,dc=test02,dc=com --bindpw asdQWE123 
--cacert /root/bgkerb.cer 10.0.65.28 --passsync asdQWE123 -v

Approve 
it:http://adam.younglogic.com/wp-admin/comment.php?action=approvec=11343
Trash it:http://adam.younglogic.com/wp-admin/comment.php?action=trashc=11343
Spam it:http://adam.younglogic.com/wp-admin/comment.php?action=spamc=11343
Currently 117 comments are waiting for approval. Please visit the moderation 
panel:
http://adam.younglogic.com/wp-admin/edit-comments.php?comment_status=moderated


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel