Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
So should this work and avoid the file copying, since the files are already local? # cobbler import --name=F18 --path=/data/repo/Fedora/18/i386/os --available-as=http://server/repo/Fedora/18/i386/os --arch=i386 I ask because when I do this, it appears to copy a bunch of directories under

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 7:23 AM, Bret Wortman bret.wort...@damascusgrp.comwrote: In fact, here's what /var/www/cobbler/ks_mirror/F18-i386 looks like when it bails out: # cd /var/www/cobbler/ks_mirror/F18-i386 # du -sh * 114M images 57M isolinux 213M LiveOS 4.0G

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
Okay, but my whole problem is that the systems on this network don't have internet connectivity, so I have to replicate the F18 mirror locally. Will this work using a local path instead of rsync just as well? I'll pull the beta 2.4.0 and try that, though, it'll just take a little time to move it

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 7:56 AM, Bret Wortman bret.wort...@damascusgrp.comwrote: Okay, but my whole problem is that the systems on this network don't have internet connectivity, so I have to replicate the F18 mirror locally. Will this work using a local path instead of rsync just as well? I'll

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
So I upgraded and restarted cobblerd, but now: # cobbler distro list Traceback (most recent call last): File /usr/bin/cobbler, line 35, in module sys.exit(app.main()) : : File /usr/lib64/python2.7/xmlrpclib.py, line 793, in close raise Fault(**self.stack[0]) xmlrpclib.Fault: Fault 1:

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 8:09 AM, Bret Wortman bret.wort...@damascusgrp.comwrote: So I upgraded and restarted cobblerd, but now: # cobbler distro list Traceback (most recent call last): File /usr/bin/cobbler, line 35, in module sys.exit(app.main()) : : File

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
I basically have to copy them over from elsewhere anyway -- I could do this and then load them into Cobbler, but the fact that Cobbler makes me split them, for instance, into F18-i386 and F18-x86_64 instead of having one big F18 repo makes me prefer hosting my own repos along the lines of the way

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
Still failing, same error. Also tried stopping cobblerd, deleting the file, and starting cobblerd. No joy. * * *Bret Wortman* http://damascusgrp.com/ http://damascusgrp.com/ http://bretwortman.com/ http://twitter.com/BretWortman On Mon, Mar 11, 2013 at 9:12 AM, James Cammarata j...@sngx.net

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 8:14 AM, Bret Wortman bret.wort...@damascusgrp.comwrote: Still failing, same error. Also tried stopping cobblerd, deleting the file, and starting cobblerd. No joy. And you're running this as root or via sudo? No selinux blocking things?

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
Sudoed to root, yes. # getenforce Disabled # systemctl status iptables iptables.service - IPv4 firewall with iptables Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled) Active: inactive (dead) CGroup: name=systemd:/system/iptables.service # * *

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 8:38 AM, Bret Wortman bret.wort...@damascusgrp.comwrote: Sudoed to root, yes. # getenforce Disabled # systemctl status iptables iptables.service - IPv4 firewall with iptables Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled)

Re: [cobbler] No more tabs, cannot add/remove repos via web interface

2013-03-11 Thread Robert Jacobson
On 3/8/2013 3:54 PM, Orion Poplawski wrote: Running: server: cobbler-2.4.0-beta3.el6.noarch client: Fedora 18 with Firefox For a while now (don't remember when it changed), I cannot add or remove items from the repos list on a profile. Also, it seems I no longer have separate tabs, but just

Re: [cobbler] Importing F18 using Cobbler 2.2.3 and locally mirrored F18 repos

2013-03-11 Thread Bret Wortman
Okay. I'll give this a try and report back. Yeah, we've got a lot of kickstarts snippets that I'd hate to lose, plus everything we've set up for C6 and F17 Thanks for your help, James. * * *Bret Wortman* http://damascusgrp.com/ http://damascusgrp.com/ http://bretwortman.com/

Re: [cobbler] No more tabs, cannot add/remove repos via web interface

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 8:52 AM, Robert Jacobson robert.c.jacob...@nasa.gov wrote: On 3/8/2013 3:54 PM, Orion Poplawski wrote: Running: server: cobbler-2.4.0-beta3.el6.noarch client: Fedora 18 with Firefox For a while now (don't remember when it changed), I cannot add or remove items

Re: [cobbler] Could not open/read file:///tmp/pre_install_network_config

2013-03-11 Thread Bret Wortman
Crud. Hit the send by mistake. Here's the rest: errorHandler.cb(KickstartError(), e) : : File /usr/lib/python2.7/site-packages/pykickstart/parser.py, line 714, in readKickstart raise KickstartError, formatErrorMsg(0, msg=_(Unable to open input kickstart file: %s) % e.strerror)

Re: [cobbler] No more tabs, cannot add/remove repos via web interface

2013-03-11 Thread Orion Poplawski
On 03/11/2013 08:13 AM, James Cammarata wrote: On Mon, Mar 11, 2013 at 8:52 AM, Robert Jacobson robert.c.jacob...@nasa.gov mailto:robert.c.jacob...@nasa.gov wrote: On 3/8/2013 3:54 PM, Orion Poplawski wrote: Running: server: cobbler-2.4.0-beta3.el6.noarch client:

Re: [cobbler] Could not open/read file:///tmp/pre_install_network_config

2013-03-11 Thread Bret Wortman
I think this is due to the fact that I don't have a .treeinfo file -- any idea how this gets created or what I need to do to create one? I'd copy it over from elsewhere, but I'm pretty sure the checksums won't match. * * *Bret Wortman* http://damascusgrp.com/ http://damascusgrp.com/

[cobbler] Cannot get everything started on a new buildout

2013-03-11 Thread Dan White
I have two Cobbler Servers - one old one I set up almost two years ago, and another one I am currently trying to build from scratch. The problem is that I cannot get the new one started up properly. Cobbler 2.2.3 on 64 bit RHEL 5 Here are some of the problems : I am not using RHEL's httpd

[cobbler] Build Report throws 500 Error

2013-03-11 Thread Tom Brown
Hi I have enabled build reporting but at the end of the ks when the post install trigger is run the following occurs in the apache log [Mon Mar 11 17:18:43 2013] [error] [client 192.168.10.5] mod_wsgi (pid=7347): Exception occurred processing WSGI script '/var/www/cobbler/svc/services.py'.

Re: [cobbler] Build Report throws 500 Error

2013-03-11 Thread James Cammarata
On Mon, Mar 11, 2013 at 6:13 PM, Tom Brown t...@ng23.net wrote: Hi I have enabled build reporting but at the end of the ks when the post install trigger is run the following occurs in the apache log [Mon Mar 11 17:18:43 2013] [error] [client 192.168.10.5] mod_wsgi (pid=7347): Exception