[cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web

2014-10-23 Thread Will Dennis
I had copied an existing profile, changed the KS on the new one, and when I clicked Save I got the following traceback: Traceback: Environment: Request Method: POST Request URL: http://192.168.1.150/cobbler_web/profile/save Django Version: 1.4.14 Python Version: 2.6.6 Installed

Re: [cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web

2014-10-23 Thread Andy Dunlap
Hi Will, Does your /etc/cobbler/settings have these 2 stanzas? # external proxy - used by: get-loaders, reposync, signature update # eg: proxy_url_ext: http://192.168.1.1:8080; proxy_url_ext: # internal proxy - used by systems to reach cobbler for kickstarts # eg: proxy_url_int:

Re: [cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web

2014-10-23 Thread Alan Evangelista
On 10/23/2014 01:03 PM, Will Dennis wrote: Traceback: File /usr/lib/python2.6/site-packages/django/core/handlers/base.py in get_response 109. response = callback(request, *callback_args, **callback_kwargs) File

Re: [cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web

2014-10-23 Thread Will Dennis
Thanks all, added the two new stanzas in /etc/cobbler/settings and all is well with cobbler-web now :) Interestingly enough, the lack of those new stanzas didn't break cobbler edit --name profile --kickstart ks-file so I was able to change it before the stanzas were added. -Will

Re: [cobbler] Got traceback on Cobbler 2.6.6 when saving a copied profile in cobbler-web

2014-10-23 Thread Alan Evangelista
On 10/23/2014 02:34 PM, Will Dennis wrote: Thanks all, added the two new stanzas in /etc/cobbler/settings and all is well with cobbler-web now :) Interestingly enough, the lack of those new stanzas didn't break cobbler edit --name profile --kickstart ks-file so I was able to change it before

Re: [cobbler] Problems with EPEL7 repo

2014-10-23 Thread Orion Poplawski
On 10/22/2014 03:53 AM, Personal Técnico wrote: Hello, I'm trying to add EPEL7 repo locally to my repo_mirror folder. In EPEL7 repo do not exist config.repo file, so cobbler can't add it. Also, EPEL7 folder is structured in subfolders, one per letter, while EPEL6 had all RPMs in the same

Re: [cobbler] Problems with EPEL7 repo

2014-10-23 Thread Alastair Munro
I have centos and rhel 7.0 repos in cobbler working fine. Used the import iso on web page. No issues, apart from centos is missing loads of 32bit libs (which rhel has). Not a cobbler issue; issue with contents of iso. -- Alastair Munro -Original Message- From: Orion Poplawski

Re: [cobbler] Problems with EPEL7 repo

2014-10-23 Thread Andy Dunlap
Here is what I have for my EPEL7 repo: cobbler repo report --name=epel-7-x86_64 Name : epel-7-x86_64 Apt Components (apt only) : [] Apt Dist Names (apt only) : [] Arch : x86_64 Breed : yum Comment

[cobbler] static ip booting ubuntu/debian from iso image: always uses dhcp

2014-10-23 Thread alastair
Hi See this on ubuntu 12.04 and 14.04. My cobbler setup runs on centos 6.5 and I believe I am running cobbler 2.6.3 (not so old). Debian installer always tries to use dhcp to get an ip on first boot. To allow static IP's to work, you need to edit the entry on the iso (press Tab) and change

[cobbler] Replication architecture/patterns

2014-10-23 Thread Tomasz Leśniewski
Hi. I'm trying to set a cobbler cluster (two nodes) and i have a question about replication architecture. I've read docs and i know that replication is initiated by slave node and could be fired over trigger from master. In my environment i have to do replication as fast as it is possible,

Re: [cobbler] Replication architecture/patterns

2014-10-23 Thread Tomasz Leśniewski
Thanks. I'll try it. On 23.10.2014 21:10, Alastair Munro wrote: Take a look at the doc i wrote on the cobbler wiki. We have been using that for about 4 months and it works pretty good. One master and 3 slaves. -- Alastair Munro -Original Message- From: Tomasz Leśniewski

Re: [cobbler] Problems with EPEL7 repo

2014-10-23 Thread Alastair Munro
Wiki page i created a while back: https://github.com/cobbler/cobbler/wiki/Creating%20custom%20yum%20repos I think createrepo deals with subdirs? Presumably reposync deals with keeping the repo in sync? Guess you need to filter the el7 packages out somehow; rsync filtering on filename? --