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://twi

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 wrote: > 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 (dea

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 # * * *Bre

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 wrote: > 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? ___ cobbler ma

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://twitter.com/BretWortman On Mon, Mar 11, 2013 at 9:12 AM, James Cammarata wrote: > On

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 t

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 wrote: > So I upgraded and restarted cobblerd, but now: > > # cobbler distro list > Traceback (most recent call last): > File "/usr/bin/cobbler", line 35, in > sys.exit(app.main()) > : > : > File "/usr/lib64/python2.7/xmlrpclib.py", line 793, in

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 sys.exit(app.main()) : : File "/usr/lib64/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self.stack[0]) xmlrpclib.Fault: :'login failed

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 wrote: > 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

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 ac

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 wrote: > 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 Packages > 15M repo

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

2013-03-11 Thread Bret Wortman
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 Packages 15M repodata 924K repoview # tail /var/log/cobbler/cobbler.log : Mon Mar 11

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 /var/www

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

2013-03-09 Thread Zack Perry
FWIW, the other day I used cobbler 2.4.0-beta 3 and did an import from fc18 x86_64 iso without any issues. Regards, -- Zack 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 wrote: [...]

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 wrote: > On Fri, Mar 8, 2013 at 12:14 PM, Bret Wortman > wrote: >> >> *Bret Wortman* >> >> http://damascusgrp.co

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

2013-03-08 Thread James Cammarata
On Fri, Mar 8, 2013 at 12:14 PM, Bret Wortman wrote: > > *Bret Wortman* > > http://damascusgrp.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

[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://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 pr