Moving the primary git repository and tagging of 2.2.2

2011-11-15 Thread Scott Henson
is likely to notice this). Another note is my new email address (well not new, this is my personal address). I've accepted a position at Facebook and will be contributing to cobbler under my own name from here forward. Thanks. Scott Henson ___ cobbler

Re: Moving the primary git repository and tagging of 2.2.2

2011-11-15 Thread Scott Henson
I was going to go through and look for interesting ones and move them over. Try to do some triage during the move. Scott Henson On Tue, Nov 15, 2011 at 1:19 PM, Jörgen Maas jorgen.m...@gmail.com wrote: Congrats on the new job Scott, I hope you'll enjoy it! Might this be a good time to drop

Re: Setting up new Cobbler server from existing one

2011-08-18 Thread Scott Henson
On Wed, 17 Aug 2011 00:41:29 -0700, petermity 6t12-n...@dea.spamcon.org wrote: Scott Henson shen...@redhat.com wrote: On Wed, 22 Jun 2011 22:25:01 -0700, petermity 6t12-n...@dea.spamcon.org wrote: What's the solution to get the new server to actually fully sync to the old one so all

Re: [PATCH] Use port in URLs to access cobbler

2011-08-18 Thread Scott Henson
/2f31659dfcbd6fa198088dbc1f9cc207555ae5c8 Merged thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpUMGqBQ6STo.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: Debian/Ubuntu basics

2011-08-16 Thread Scott Henson
into Cobbler with that? I thought maybe repo add would work but it doesn't seem to, it creates a repo entry but never copies the content of the CD. Debian and Ubuntu are really only supported in 2.1/git master. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpBoO27DPzs4.pgp Description: PGP

Re: Corrupt/missing RPM's - how to repair ?

2011-08-15 Thread Scott Henson
running a cobbler reposync in the hopes that the offender will get replaced. Did I do something horribly wrong or what ? I would assume that whatever mirror you are syncing off of has a corrupt rpm. Maybe try a different mirror? -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME

Re: unable to retrieve stage2.img after cobbler-web install

2011-08-15 Thread Scott Henson
are using satellite? I believe satellite does some things that might break the cobbler-web default config files. I would also verify that you are using the same version of cobbler-web as you have of cobbler. Beyond that, I'm not really sure. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME

Re: [PATCH] rename --subnet to --netmask

2011-08-15 Thread Scott Henson
Modification to allow DEPRECATED options to be added as options to optparse so they work as aliases Merged, thanks! -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpKW5qFazTTv.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel

Re: [PATCH] - Removed the duplicate import module RE

2011-08-15 Thread Scott Henson
On Mon, 08 Aug 2011 19:00:50 -0300, Marcelo Moreira de Mello mme...@redhat.com wrote: Hello, This patch removed the duplicated lines from importing re module Applied, thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpB1QQ6vEzHV.pgp Description: PGP signature

Re: bind zone template writing

2011-08-15 Thread Scott Henson
) the semicolons there. Here is my patch to correct the problem. It works well to fix the problem in my setup. Applied, thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpSiWsdCsqnF.pgp Description: PGP signature ___ cobbler-devel

Re: cobbler replicate issues

2011-08-07 Thread Scott Henson
now, but it won't fix your replicate until I see what is in /var/www/cobbler/links/ Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpRnQpqRK9Og.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org

Re: list-harddrives macro

2011-08-07 Thread Scott Henson
of the drives ($2 and $4) to know for sure which one is which. You can probably also check the scsi disk name to make sure you aren't partitioning the wrong on. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgp0bvepIjrXK.pgp Description: PGP signature

Re: Replicate with rsync over SSH

2011-08-07 Thread Scott Henson
? Getting rsync open on our firewalls isn't an option. There isn't currently a way to affect how cobbler uses rsync. It expects to be able to rsync between machines. If you want to file a bug we can look at it further down the line. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME

Re: How to recover missing profiles and distros

2011-08-07 Thread Scott Henson
. Looks like restating cobbler daemon got everything back. Sorry for the noise, This happens when the kernels and initrds go missing. I need some better debug messages, but it won't load a distro that it can't find the kernel and initrd for. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE

Re: Not a valid YAML file

2011-08-07 Thread Scott Henson
fixored in master. Sorry for the late response (issues with my mail client, finally got it cleaned up.) -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpGk65IELypq.pgp Description: PGP signature ___ cobbler mailing list cobbler

Re: A small bug, I think, in adding yum repositories

2011-08-07 Thread Scott Henson
the issue is that it doesn't create the .origin directory in place when you tell it not to mirror things locally. Really, reposync should check if it is not a locally mirrored repo and then completely skip it. I'll put the check in there so you don't see the errror in the future. -- Scott Henson Red

Re: Trouble Adding Distros: Internal Error Unknown Distro Name

2011-08-07 Thread Scott Henson
. Only --name is a required option, but if --kernel or --initrd are omitted, adding the distro basically silently fails it seems. Yeah, I've gotten bit by this recently as well. I think it is probably time to fix it. I figure I'll fix it in master, don't know if I'll backport or not. -- Scott

Re: [PATCH] fix mistake in utils.py related to testing JSON settings

2011-08-07 Thread Scott Henson
On Wed, 6 Jul 2011 18:35:40 -0500, James Cammarata j...@sngx.net wrote: A mistaken bit got committed along with the other utils stuff I sent in last week: Fixed in both places. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgppontotN1eP.pgp Description: PGP signature

Re: Patch to move HEADER heredoc from action_buildis.py to header file

2011-08-07 Thread Scott Henson
On Wed, 6 Jul 2011 18:13:58 -0400, Glenn Bailey gbai...@terremark.com wrote: Found this yesterday .. I only needed to change the header so I didn't bother with making it a template ;-) Applied to master. Also added to my todo list to backport it. Thanks. -- Scott Henson Red Hat SOC Operator

Re: [PATCH] Add freebsd media importer

2011-08-07 Thread Scott Henson
/dfdcabf633d3ee3ca02fc1177b3e9b2d4d736692 I've tested this quite a few times. Applied. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpjDWDvNMbZV.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https

Re: Bridged interfaces and breaking lots of stuff

2011-08-07 Thread Scott Henson
On Wed, 27 Jul 2011 19:53:41 -0500, James Cammarata j...@sngx.net wrote: Feedback is always welcome, thanks! I like it, merged. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpSt9ZpDZceo.pgp Description: PGP signature ___ cobbler-devel

Re: Where are Advanced Snippets ?

2011-08-07 Thread Scott Henson
. Patches gladly accepted. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpQVNq9odeOs.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: no URL decode in services.py for getting the kickstart file

2011-08-07 Thread Scott Henson
an attached the patch. Applied, thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgp8zMrk2NqH3.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo

Re: [PATCH] adding support for bridged interfaces and fixing the json settings issue

2011-08-07 Thread Scott Henson
On Sat, 30 Jul 2011 11:01:34 -0500, James Cammarata j...@sngx.net wrote: I've created a new feature branch on my github named bridge-interface, which contains these commits. Commited. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpxD6wDJjmsH.pgp Description: PGP

Re: [PATCH] adding support for bridged interfaces and fixing the json settings issue

2011-08-07 Thread Scott Henson
that makes subnet an alias for netmask. Then sometime further down the road switch, then eventually delete subnet. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpZNG0QrWGyB.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler

Re: [PATCH] Add support to koan to select type of network device to emulate

2011-08-07 Thread Scott Henson
. Applied, thanks -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgptZ0CTjl12m.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: [PATCH] rename --subnet to --netmask

2011-08-07 Thread Scott Henson
and I'll apply. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpPX9a4ig00P.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: [PATCH] Enable FreeBSD replication

2011-08-07 Thread Scott Henson
On Thu, 4 Aug 2011 11:53:35 -0400, Jonathan Sabo js...@criminal.org wrote: This should allow imported FreeBSD media to be replicated using Cobbler replication. https://github.com/jsabo/cobbler/commit/3f00545f7995a79cc157eb90b4a3c3cc11278dbf Merged, thanks. -- Scott Henson Red Hat SOC

Re: [PATCH] re-adding the ability to generate random macs from the webui

2011-08-07 Thread Scott Henson
On Fri, 5 Aug 2011 21:34:36 -0500, James Cammarata j...@sngx.net wrote: Pushed to github in the branch random-mac. Applied to master. Probably needs backported to stable? -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpy686FJ7D2t.pgp Description: PGP signature

Re: [PATCH] a few fixes

2011-07-05 Thread Scott Henson
On Thu, 30 Jun 2011 17:23:58 -0500, James Cammarata j...@sngx.net wrote: Pushed to my github: Merged. I also picked up your mongodb serializer. Thanks. -- Scott Henson Red Hat SOC Operator WVU Alum BSAE/BSME pgpUv69WydNPF.pgp Description: PGP signature

Re: Fwd: [Design-team] Logo request for Cobbler. Any takers?

2011-07-05 Thread Scott Henson
On Sat, 2 Jul 2011 15:31:37 -0500, Greg Swift xa...@fedoraproject.org wrote: anyone interested this is a rough sketch design team has done as base for the logo they are building. comments welcome. I like it a lot. I'm excited to see the finished product. Thanks. -- Scott Henson Red Hat SOC

RE: Split-brain DHCP with Cobbler?

2011-06-28 Thread Scott Henson
dhcp server should be able to answer dhcp requests for the subnets listed in dhcp.template. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpOeB6BfDwGi.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org

RE: Split-brain DHCP with Cobbler?

2011-06-28 Thread Scott Henson
port. If that isn't an option, then you can also add multiple physical ethernet ports to the host and configure vlans on each. The last possible solution would be to have a cobbler instance in each subnet and use replicate to keep them in sync. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME

Re: XMLRPC Api with Ruby?

2011-06-28 Thread Scott Henson
the correct method to use to search based on mgmt_classes). Can anyone help? Thanks, Matt ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler -- Scott Henson Red Hat CIS Operator WVU Alum BSAE

Re: module auth_passthru

2011-06-27 Thread Scott Henson
of errors are you seeing? -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpyI4Ou4M8bT.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: Custom PXE templates?

2011-06-27 Thread Scott Henson
On Wed, 22 Jun 2011 22:14:07 -0700, petermity 6t12-n...@dea.spamcon.org wrote: Scott Henson shen...@redhat.com wrote: On Wed, 8 Jun 2011 09:18:00 -0700, brian_kos...@mcafee.com wrote: Hello All, I have a quick question that I couldn't find answered in the list already. In my

Re: repo yum options

2011-06-27 Thread Scott Henson
/repo_mirror/*/config.repo, it should start showing up. Can you file a ticket on this and I'll try to have a look. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp6qFinjRhlc.pgp Description: PGP signature ___ cobbler mailing list cobbler

Re: [PATCH] Fix bug with esxi replication. It wasn't rsyncing the distro over if the parentdir already existed.

2011-06-27 Thread Scott Henson
On Fri, 24 Jun 2011 08:58:32 -0400, Jonathan Sabo js...@criminal.org wrote: ESXi replication wasn't working correctly if the parent dir already existed. Patch attached. Applied, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpTkChZlx3HB.pgp Description: PGP signature

Re: my work on the web ui

2011-06-27 Thread Scott Henson
On Wed, 22 Jun 2011 17:01:35 -0400, Jonathan Sabo js...@criminal.org wrote: On Thu, Jun 16, 2011 at 4:25 PM, Scott Henson shen...@redhat.com wrote: On Tue, 14 Jun 2011 13:13:00 -0500, Greg Swift gregsw...@gmail.com wrote: So.. i'm attaching two patches that should combined should implement

Re: [PATCH] Fix get_rootdir() for esx importing

2011-06-27 Thread Scott Henson
on the git master. Thanks, Applied, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpOAhSxtzCy1.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo

Re: Pull request: tftpd.py

2011-06-27 Thread Scott Henson
the relevant code to the tftpd module's sync method). Changes pushed to https://github.com/kilpatds/cobbler/commits/master All merged up. Thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpeGnJzkAVJE.pgp Description: PGP signature

Re: [PATCH] multiple changes in generate_netboot_iso in actio_buildiso.py

2011-06-27 Thread Scott Henson
interface to use, but don't just use one if we can't be sure about it (e.g. for multihomed systems). https://github.com/jmaas/cobbler/commit/9191c7f30ffbac0292b36a7b45e34ce22ad45acf I merged everything off of your master branch except for the bits removing sub_process. Thanks. -- Scott Henson

Re: V2.0.11: Undefined variables no longer need to be escaped?

2011-06-16 Thread Scott Henson
? Yes. It is safer that way. But it will not cause your snippet to not process anymore. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpYTkYksLKzf.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https

Re: How to force failure?

2011-06-16 Thread Scott Henson
independently. Yeah, I think it is something we will do in the future for validateks, but at this point your solution is probably the best. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpTS1bv8WSxE.pgp Description: PGP signature ___ cobbler

Re: install url trouble

2011-06-16 Thread Scott Henson
networking is setup properly? Are you doing nat or bridged mode? My guess would be that something is wrong there. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpvryT7WU6M0.pgp Description: PGP signature ___ cobbler mailing list cobbler

Re: Custom PXE templates?

2011-06-16 Thread Scott Henson
. That comes from the settings file. So it won't let you set it. I'd recommend putting a giant if statement in the pxeprofile.template file that checks for the particular profile. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp9A0LDOSfru.pgp Description: PGP signature

Re: build_reporting_email syntax

2011-06-16 Thread Scott Henson
' - 'm...@mycomp.com' -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpOhkAN3EI6D.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: my work on the web ui

2011-06-16 Thread Scott Henson
hashes to cherry pick (or a branch that just contains those). Thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpd4DeKg60zO.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https

Re: MongoDB backend for Cobbler

2011-06-16 Thread Scott Henson
this code overall. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpnLw2m0stK8.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: missing manage_rsync option from config/settings

2011-06-16 Thread Scott Henson
On Mon, 13 Jun 2011 14:46:47 -0400, Jonathan Sabo js...@criminal.org wrote: It would be nice to have the manage_rsync option in the settings file. Merged, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpSBD8QIUBA8.pgp Description: PGP signature

Re: [PATCH] Fix issue with importing distro's on new cobbler box

2011-06-16 Thread Scott Henson
On Thu, 9 Jun 2011 16:17:20 -0400, Jonathan Sabo js...@criminal.org wrote: I was getting the following exception trying to import rhel6 using the latest cobbler code from git master. Applied, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp60JGeceSTD.pgp Description: PGP

Re: [PATCH] Set the tftpboot location for rhel6

2011-06-16 Thread Scott Henson
On Thu, 9 Jun 2011 12:43:22 -0400, Jonathan Sabo js...@criminal.org wrote: Set the tftpboot location for rhel6 Doesn't apply. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpMqmB7qYZ0L.pgp Description: PGP signature ___ cobbler-devel

Re: MongoDB backend for Cobbler

2011-06-13 Thread Scott Henson
, patch gladly accepted against the master branch. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpnCgsgVOlwm.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman

Re: MongoDB backend for Cobbler

2011-06-13 Thread Scott Henson
a conditional import and error out if mongodb is selected and the proper packages aren't installed. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpMeUN12sETF.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel

Re: Import broken?

2011-06-13 Thread Scott Henson
import bug on Friday though. I've fallen behind on all that code, but I'm having to re-familiarize myself with it though, so it is taking a bit longer than usual. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp03aZ6YWoyC.pgp Description: PGP signature

Re: fetchable_files, boot_files, and VMWare.

2011-06-01 Thread Scott Henson
Merged. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgphFo1vkR855.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: non-LVM partitions in KS

2011-05-31 Thread Scott Henson
/Anaconda/Kickstart#part_or_partition Basically whatever anaconda will do. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpcblChpkrXs.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https

Re: Multihoming issues - SLES

2011-05-31 Thread Scott Henson
for SLES. Is there anyway without directly modifying the tftp files to get this working smoothly? I'd think fixing the bug would fix your problem. If I could get a hold of some pxelinux.cfg files and the systems that they were generated from I should be able to track things down. -- Scott Henson

Re: [PATCH] handle autoyast XML files

2011-05-31 Thread Scott Henson
things, not sure). -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpEM57uv3QhW.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: [PATCH] exceptions.AttributeError puppet_auto_setup

2011-05-31 Thread Scott Henson
: /etc/cobbler/pxe, redhat_management_permissive : 0, Thanks, applied. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpfGtUpGWKwy.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel

Re: Cobbler 2.0.11-2

2011-05-24 Thread Scott Henson
On Fri, 20 May 2011 22:26:45 +, Allen Wittenauer awittena...@linkedin.com wrote: On Apr 26, 2011, at 12:18 PM, Scott Henson wrote: Some may have noticed that the Cobbler 2.0.11-1 release did not have a change log update in the spec file. This release fixes

Re: Cobbler 2.0.11-2

2011-05-24 Thread Scott Henson
On Fri, 20 May 2011 22:26:45 +, Allen Wittenauer awittena...@linkedin.com wrote: On Apr 26, 2011, at 12:18 PM, Scott Henson wrote: Some may have noticed that the Cobbler 2.0.11-1 release did not have a change log update in the spec file. This release fixes

Re: tftp: client does not accept options

2011-05-13 Thread Scott Henson
/pxelinux.cfg/default contain what you would expect? Can we see it? -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp10dprwU7Kk.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org

Re: cobbler kickstart and filesystem labels

2011-05-13 Thread Scott Henson
On Fri, 13 May 2011 16:20:18 -0400, Tony Schreiner tony.schrei...@bc.edu wrote: ##Clear the Master Boot Record #zerombr yes #Disk partitioning information clearpart --linux --drives=sda Might want to say --all. I suspect it might be doing it because of that. -- Scott Henson Red Hat CIS

Re: Putting generated.iso on a usb stick

2011-05-13 Thread Scott Henson
not tried this in the past, so I do not know how to make it work. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgppNrL2b4TQU.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman

Re: my work on the web ui

2011-05-03 Thread Scott Henson
On Mon, 2 May 2011 16:38:47 -0500, Greg Swift gregsw...@gmail.com wrote: On Mon, Apr 11, 2011 at 21:25, Greg Swift gregsw...@gmail.com wrote: On Mon, Apr 11, 2011 at 11:10, Scott Henson shen...@redhat.com wrote: On Sun, 10 Apr 2011 18:40:14 -0500, Greg Swift gregsw...@gmail.com wrote

Re: Yum Post Install Mirror

2011-04-29 Thread Scott Henson
. You would need to add those repositories to cobbler. You will then want to add those repositories to your profile. That will ensure that you get the repositories added, assuming you are using the sample_end.ks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpvoo9n3qolY.pgp

Re: [PATCH] Use :// as separator for virsh URIs

2011-04-29 Thread Scott Henson
patch fixes it. Applied to master thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpP4e6jFzelD.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo

Cobbler 2.0.11-2

2011-04-26 Thread Scott Henson
Some may have noticed that the Cobbler 2.0.11-1 release did not have a change log update in the spec file. This release fixes that. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpbnwoWFKxPI.pgp Description: PGP signature ___ cobbler

Re: cobbler-register without kickstart

2011-04-26 Thread Scott Henson
difficult, but I'm pretty sure it is possible. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpfD2Wz2sXJe.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: Interactive RHEL installation

2011-04-26 Thread Scott Henson
files from. Also, by default, cobbler ships with 'text' as a default kernel opt for installs. You would have to remove this. I don't remember it needing anything else. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgplSZhDGMpqM.pgp Description: PGP signature

Cobbler 2.0.11-2

2011-04-26 Thread Scott Henson
Some may have noticed that the Cobbler 2.0.11-1 release did not have a change log update in the spec file. This release fixes that. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp3RE3nDTpzg.pgp Description: PGP signature ___ cobbler

Re: [PATCH] Create more condensed s390 parm files

2011-04-26 Thread Scott Henson
On Thu, 21 Apr 2011 13:31:34 +0200, Tim Hardeck thard...@suse.de wrote: This change allows the utilization of all 80 characters per line in s390 parm files which makes them more condensed. Applied to master. Thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpucmeixVS7V.pgp

Re: Cobbler 2.0.11

2011-04-25 Thread Scott Henson
/cobbler.log? -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpeANxpghnIf.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: cobbler / koan mismatch

2011-04-20 Thread Scott Henson
the profile or system that you were asking for. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpqIFTM8dADM.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo

Cobbler 2.0.11

2011-04-20 Thread Scott Henson
-- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpxOLQOzX4kD.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: Variable expansion in kopts?

2011-04-19 Thread Scott Henson
/etc/xx-xx-xx-xx-xx-xx file. Has another syntax superseded '@@var@@' for this purpose? I believe if you do 'cobbler system edit --name FOO --static True' you should get what you want. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpDmWW0xxS7g.pgp Description: PGP signature

Re: RHEL 6 as Cobbler server

2011-04-19 Thread Scott Henson
/packageinfo?packageID=1487 -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpHWVZiJl1KK.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: pulling rendered data for inherited fields through api

2011-04-19 Thread Scott Henson
what would be installed, not the input data. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpmRxfxjqpIn.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https

Re: Any hope to get the $yum_repo_stanza using breed for distro added

2011-04-19 Thread Scott Henson
the archived post below https://fedorahosted.org/pipermail/cobbler-devel/2010-August/001654.html Are you looking for SUSE support in 2.0.x, or in 2.1.x? We recently added SUSE support to 2.1.0, but I don't have any plans to back port it to 2.0.x at this point. -- Scott Henson Red Hat CIS

Simplified replication for distros

2011-04-17 Thread Scott Henson
] - https://github.com/shenson/cobbler/commit/7962dffbc53a273c87aca72e8962d5ac0463a8bf -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpsLdw321TV5.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel

Re: RHEL 6 as Cobbler server

2011-04-15 Thread Scott Henson
and check /etc/cobbler/dhcpd.template and /etc/dhcp/dhcpd.conf to figure out why dhcpd isn't liking its configuration. dhcpd.template is used to generate dhcpd.conf. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp30k26rp7HV.pgp Description: PGP signature

Re: RHEL 6 as Cobbler server

2011-04-15 Thread Scott Henson
-- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpnuQYno8U0s.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: RHEL 6 as Cobbler server

2011-04-13 Thread Scott Henson
to frustration. Any clues/hints to get things to work and get a solid/stable setup is VERY appreciated, I know Cobbler is the right choice for our business. Can I see a copy of your settings and modules.conf? Clean them of any sensitive data as well. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME

Re: cobbler db change from within a trigger may disappear

2011-04-13 Thread Scott Henson
in? -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpx87StKRlcF.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: [PATCH 6/9] Add puppet_auto_setup to settings file

2011-04-13 Thread Scott Henson
On Wed, 13 Apr 2011 17:02:22 -0400, Scott Henson shen...@redhat.com wrote: On Wed, 13 Apr 2011 16:24:21 -0400, Jonathan Sabo js...@criminal.org wrote: Can someone else please confirm what I'm seeing please I think the patches 3/9 and 6/9 modify the wrong settings file so it's never

Re: my work on the web ui

2011-04-11 Thread Scott Henson
the results. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpnw5MBFeS6b.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel

Re: [PATCH] Added missing for correlation tag for labels in generic_edit.tmpl

2011-04-11 Thread Scott Henson
On Sat, 9 Apr 2011 15:27:22 -0500, Greg Swift gregsw...@gmail.com wrote: Signed-off-by: Greg Swift gregsw...@gmail.com Applied all that I've seen up to date. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp1m13rvQ4TV.pgp Description: PGP signature

Re: [PATCH 5/5] Add support for Ubuntu distros.

2011-04-08 Thread Scott Henson
Merged all of these. Thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpCkd3SxhDTk.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: RHEL 6 as Cobbler server

2011-04-07 Thread Scott Henson
(and CentOS 6 isn't out yet) so I can't tell you specifically where you'd find it. It actually comes from a couple of satellite channels. Next stable release I'm going to remove the dependency. Cobbler degrades properly when the package isn't there, so it really shouldn't be a dependency. -- Scott

Re: [PATCH] fix a typo in autoyast XML parsing code

2011-04-07 Thread Scott Henson
On Thu, 7 Apr 2011 16:23:02 +0200, Uwe Gansert u...@suse.de wrote: Hi, there is a typo in the XML parsing code of kickgen.py Patch is attached Applied, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpzTkIDpDZWM.pgp Description: PGP signature

Re: [PATCH] - let koan parse the install tree correctly for breed=suse

2011-04-06 Thread Scott Henson
out replicate. It has some similar code. Maybe we want to move this out into the import modules or some such? It seems like something we do often. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpmSwfRe7yY0.pgp Description: PGP signature

Re: cobbler-web and cli inconsistencies for profiles

2011-04-06 Thread Scott Henson
of Django just to get cobbler up and running. On the other hand, I'm loathed to require a separate stack for cobbler and cobbler-web (assuming we used sqlalchemy + pure wsgi for cobbler). Opinions? Thoughts? -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpnVHmoEgZir.pgp Description

Re: cobbler mem-max vs mem-set question

2011-04-05 Thread Scott Henson
the RAM for now Dom0# virsh start vm-0103 It all sounds possible. However, it would take a change to cobbler to add the new field (I would actually add the max mem field) and then to koan to make use of it. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgp9UaV6NGY6a.pgp

Re: cobbler mem-max vs mem-set question

2011-04-05 Thread Scott Henson
for it. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpfOaASo3kxq.pgp Description: PGP signature ___ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler

Re: Setting up new Cobbler server from existing one

2011-04-05 Thread Scott Henson
be worth replicating because I won't have access to distros - is this bug bogus, or there's a workaround, or what?: https://fedorahosted.org/cobbler/ticket/566 Nope, this is fixed. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpvuM62guIYe.pgp Description: PGP signature

Re: cobbler system remove --name=sysname breaks the cobbler

2011-04-05 Thread Scott Henson
am not able to run any cobbler, I get the above error messages. Appreciate your help on this. Can you give me a directory listing of /var/lib/cobbler/config? Thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpAOu8e16fFY.pgp Description: PGP signature

Re: [PATCH] Setup to create a separate cobbler-puppet pacakge for enabling cobbler as a puppet external node.

2011-04-05 Thread Scott Henson
On Fri, 1 Apr 2011 10:27:54 -0500, Greg Swift gregsw...@gmail.com wrote: So.. I never got a response on this... anyone? I generally go with the doer is allowed the final say. Having said that, I'd say require puppet-server. It seems cleaner. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE

Re: [PATCH] Yet another change to multiselect editing

2011-04-05 Thread Scott Henson
with this too. Really, I think inherit should be an option to add, and the final result should be the union of the parent profile/distros data with whatever is selected in the current object, but that will require some changes to blender/utils I think. Applied, thanks. -- Scott Henson Red Hat

Re: [PATCH] - fix errors on missing attributes in post_install_network_config

2011-04-05 Thread Scott Henson
). using $idata.get(key, '') fixes this issue. Applied, thanks. -- Scott Henson Red Hat CIS Operator WVU Alum BSAE/BSME pgpMuP93I4E6K.pgp Description: PGP signature ___ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https

  1   2   3   >