cobbler 2.0 workaround for SELinux and misc issues

2009-09-28 Thread Philippe Eveque
Hi, to share my testing experience with cobbler2.0 (thanks for it!) hoping it can hepls others. My context: - having one cobbler server1 being migrated from 1.6.x to 2.0. - having one cobbler server2 directly installed in 2.0 Both servers configured with ldap authentication in

Re: cobbler 2.0 workaround for SELinux and misc issues

2009-09-29 Thread Philippe Eveque
2009/9/28 Michael DeHaan mdeh...@redhat.com I noticed the following: - on server2 set up from scratch cobbler import was complaining that the issued rsync command was failing I had to disable selinux for rsync to make cobbler import working with the following command.

Re: cobbler 2.0 workaround for SELinux and misc issues

2009-09-29 Thread Philippe Eveque
2009/9/29 Michael DeHaan mdeh...@redhat.com On 09/29/2009 03:24 AM, Philippe Eveque wrote: 2009/9/28 Michael DeHaan mdeh...@redhat.com I noticed the following: - on server2 set up from scratch cobbler import was complaining that the issued rsync command was failing

Re: cobbler 2.0 workaround for SELinux and misc issues

2009-09-30 Thread Philippe Eveque
2009/9/29 Philippe Eveque philippe.eve...@gmail.com 2009/9/29 Michael DeHaan mdeh...@redhat.com On 09/29/2009 03:24 AM, Philippe Eveque wrote: 2009/9/28 Michael DeHaan mdeh...@redhat.com I noticed the following: - on server2 set up from scratch cobbler import

Re: Issue with cobbler sync

2010-01-22 Thread Philippe Eveque
I would encourage you to move to cobbler 2.x if possible -- Phil 2010/1/21 Rivera, Jose B (Jose)** CTR ** jbriv...@alcatel-lucent.com Cobbler Gurus: We recently installed cobbler_1.6.6 and were able to import distributions but when we run cobbler sync we get cannot find

Re: Issue with cobbler sync

2010-01-22 Thread Philippe Eveque
2.0.2 is in epel-testing for quite a while now. --Phil. 2010/1/22 brown wrap gra...@yahoo.com Am I missing something here? The latest version of Cobbler I see is 1.6.8. ___ cobbler mailing list cobbler@lists.fedorahosted.org

Re: Authorization problem

2010-03-03 Thread Philippe Eveque
see section How kickstart editing is handled in https://fedorahosted.org/cobbler/wiki/AuthorizationWithOwnership 2010/3/3 Luc de Louw l...@delouw.ch Dear all, I want to prevent several users to make changes to ks templates and snippets. Normal users should only be able to add/remove and

Re: Getting 'profile-kickstart' instead of 'system-kickstart'

2010-03-17 Thread Philippe Eveque
Hi, I'm not using spacewalk, just cobbler (rev 2.0.1) I have a system S with a profile P. in P there is a variable $var (defined as a kickstart metadata) defined with value V1 in S I override the $var with a different value : V2 Then: cobbler profile getks --name=P = then $var value is V1

Re: Getting 'profile-kickstart' instead of 'system-kickstart'

2010-03-22 Thread Philippe Eveque
2010/3/22 Jonas Bygdén jonaslis...@gmail.com On 2010-03-22 12:10, chandan dutta chowdhury wrote: Hello, Your system report shows that you are inheriting the profile kickstart Am i missing something ? Kickstart :inherit r...@spacewalk # cobbler system

Re: Getting 'profile-kickstart' instead of 'system-kickstart'

2010-03-24 Thread Philippe Eveque
Hi May be the following commands might help a little. Not sure [r...@sys]# cobbler system dumpvars --name=yoursystem [r...@sys]# cobbler profile dumpvars --name=profileAssigned2yoursystem But no sure we will understand what happened at deployment time though. Phil.

Re: LDAP authorization in Cobbler

2010-07-29 Thread Philippe Eveque
We are using something similar and discover we had to specify the port into both the ldap_server field (xxx.com:636) AND in the ldap port field to make it work. e.g: ldap_server: xxx.xxx.com:636 ldap_base_dn: ou=people,o=xxx.com ldap_port: '636' ldap_tls: 1 [...] my 2cts Phil. 2010/7/28 Byron

Re: LDAP authorization in Cobbler

2010-07-29 Thread Philippe Eveque
2010/7/29 Ignasi Blanco ibla...@flumotion.com I really appreciated your help. But I can authenticate LDAP users (if I use ldap_base_dn ou=people, only people accounts). In fact, only LDAP users in users.conf can save and run options in webui, and others LDAP users authenticated does not have

[cobbler] Re: Quirky thing with parameters. Anyone else see it?

2017-08-25 Thread Philippe Eveque
Seeing the same for ks_meta: not being rendered/available when using $ks_meta but each individual parameter defined via ks_meta are being available ($my_var1, $my_var2. mgmt_parameters is being rendered (and seems to include the ks_meta): so that $mgmt_parameters is expanded to a json struct

Re: messages in /var/log/httpd

2009-09-03 Thread Philippe Eveque
Yeap, seeing it too. 2009/9/3 Leonid Flaks fl...@bnl.gov I just noticed that /var/log/httpd/access_log is getting filled with lines every 2 seconds with whatever action is taken repeatedly until the next one is generated which goes endlessly. [...] Looks like some bug in logging.

Re: Build Tool Changes

2010-04-20 Thread Philippe Eveque
Hi, I've just updated to the latest Master and I'm sure I'm missing something... Now: $make rpms does not work anymore as the rev need to be updated. it just reports: [...] creating dist tar -cf dist/cobbler-2.0.3.1.tar cobbler-2.0.3.1 gzip -f9 dist/cobbler-2.0.3.1.tar removing

Re: New templating language and support for EL4

2010-12-22 Thread Philippe Eveque
2010/12/22 brett lentz brett.le...@gmail.com On Wed, Dec 22, 2010 at 9:19 AM, Scott Henson shen...@redhat.com wrote: On Wed, 22 Dec 2010 11:00:26 -0600, marek.doho...@thomsonreuters.com wrote: Actually yes I still am running EL4. Out of curiosity what do you find is a problem with

Re: New templating language and support for EL4

2010-12-23 Thread Philippe Eveque
Scott, would it help to summarize all the above comments about cobbler templating plans somewhere for future reference ? something like: - Support a enhanced/better templating system (jinja, django, ...) as a default - Ability to select between templating systems (legacy and new default) - list