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] 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/

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

2013-03-08 Thread Bret Wortman
* * *Bret Wortman* http://damascusgrp.com/ http://damascusgrp.com/ http://bretwortman.com/ http://twitter.com/BretWortmanI've got some systems that aren't connected to the internet, so i have to mirror the repositories I need to them and then import them into Cobbler for use. This is usually

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

2013-03-08 Thread Bret Wortman
I tried the local route (my second attempt) and got the same file copying rsyncing behavior.  — Bret Wortman On Fri, Mar 8, 2013 at 1:33 PM, James Cammarata j...@sngx.net wrote: On Fri, Mar 8, 2013 at 12:14 PM, Bret Wortman bret.wort...@damascusgrp.comwrote: *Bret Wortman*