Re: [Spacewalk-list] Kickstart Template Issues

2018-08-24 Thread Colin Coe
Or if you're are not using any of the templating functionality, un-check the 'template' check box on the script page https://sat.server.com/rhn/kickstart/KickstartScriptEdit.do On Fri, Aug 24, 2018 at 8:27 PM Colin Coe wrote: > Or, if you are not using snippets, wrap the code in > > #r

Re: [Spacewalk-list] Kickstart Template Issues

2018-08-24 Thread Colin Coe
Or, if you are not using snippets, wrap the code in #raw code here #end raw On Fri, Aug 24, 2018 at 8:25 PM Colin Coe wrote: > Yes, try that > > On Fri, Aug 24, 2018 at 8:24 PM Raymond Setchfield < > raymond.setchfi...@gmail.com> wrote: > >> Hi Colin >>

Re: [Spacewalk-list] Kickstart Template Issues

2018-08-24 Thread Colin Coe
suggesting that removing $() and replacing it with just ``? > > Thanks > > Ray > > On Fri, Aug 24, 2018 at 5:59 AM Colin Coe wrote: > >> Hmm, I just got this in one of my kickstart profiles when using >> "$(something)". If I change it to "`something`"

Re: [Spacewalk-list] Kickstart Template Issues

2018-08-23 Thread Colin Coe
Hmm, I just got this in one of my kickstart profiles when using "$(something)". If I change it to "`something`" then the error goes away... On Fri, Aug 24, 2018 at 8:34 AM Colin Coe wrote: > Historically, I see this when I comment out some shell script, like: >

Re: [Spacewalk-list] Kickstart Template Issues

2018-08-23 Thread Colin Coe
Historically, I see this when I comment out some shell script, like: #if sometest The fix to the above is to a space between the hash and 'if' like below: # if sometest I couldn't see anything obvious so I created a new kickstart profile on my Satellite v5.8 system using your post script.

Re: [Spacewalk-list] Migrate from Satellite v5 to Spacewalk

2018-01-10 Thread Colin Coe
FI Boot, how do you > handle this issue ? > > > Regards > > Frank > > On 01/10/2018 04:57 AM, Colin Coe wrote: > > Thanks Frank > > After discussions at work, we've decided to upgrade to Satellite v5.8 and > get the extended support so EOL will be May 31, 2020

Re: [Spacewalk-list] Migrate from Satellite v5 to Spacewalk

2018-01-09 Thread Colin Coe
ms to the spacewalk server. > > this could be done with a remote command for instance. > > > Regards > > Frank > > On 12/29/2017 03:20 AM, Colin Coe wrote: > > Hi all > > Is there an easy migration path from Satellite v5 to Spacewalk? We have a > 100 plus RHEL s

[Spacewalk-list] Migrate from Satellite v5 to Spacewalk

2017-12-28 Thread Colin Coe
Hi all Is there an easy migration path from Satellite v5 to Spacewalk? We have a 100 plus RHEL systems being a mix of approx 15 physical servers and the rest VMs hosted in RHV, so I'll need to be able to sync RHEL5/6/7 plus RHV repos. Thanks CC ___

Re: [Spacewalk-list] Spacewalk 2.7 with AD?

2017-10-12 Thread Colin Coe
Did you put the seetings back into /etc/rhn/rhn.conf? CC On Fri, Oct 13, 2017 at 8:46 AM, Paul-Andre Panon < paul-andre.pa...@avigilon.com> wrote: > Has anybody successfully used PAM AD authentication with Spacewalk since > upgrading to 2.7? I had it working with 2.6 using PBIS but that stopped

Re: [Spacewalk-list] Spacewalk life expectancy

2017-10-12 Thread Colin Coe
Thanks all On Tue, Oct 10, 2017 at 5:03 PM, Tomáš Kašpárek <tkasp...@redhat.com> wrote: > Hello Colin, > > On 10/09/2017 05:28 AM, Colin Coe wrote: > >> Hi all >> >> With Satellite 5.8 slated for end of life January 2019, will Spacewalk >> continue t

[Spacewalk-list] Spacewalk life expectancy

2017-10-08 Thread Colin Coe
Hi all With Satellite 5.8 slated for end of life January 2019, will Spacewalk continue to be able to sync RHEL content? My understanding is that RHEL7 content can be synchronised now, is the expectation that RHEL8 content will be sync'able? For RHEL7 (and up-coming RHEL8), is the abmoniation

Re: [Spacewalk-list] Debugging broken kickstart profile

2017-02-23 Thread Colin Coe
Have you recently commented out some code? Make sure that any comments have a space after the hash. CC On 23 Feb. 2017 17:44, "Ree, Jan-Albert van" wrote: > Since a few days one of my kickstart profiles is broken : on selecting the > profile I get an orange box with the

Re: [Spacewalk-list] Associate physical machines and kvms

2016-04-20 Thread Colin Coe
The rhn-virt-host rpm used to put entries in /etc/cron.d Do an rpm -ql rhn-virt-host | grep cron CC --- Sent from my Nexus 5 On Apr 21, 2016 01:23, "Konstantin Raskoshnyi" <konra...@gmail.com> wrote: > Cron jobs? > > On Wednesday, April 20, 2016, Colin Coe &l

Re: [Spacewalk-list] Associate physical machines and kvms

2016-04-20 Thread Colin Coe
Are the cron jobs in the packages enabled? On Wed, Apr 20, 2016 at 5:06 PM, Konstantin Raskoshnyi <konra...@gmail.com> wrote: > They're already installed. > The problem sp doesn't know where a particular kvm located if it wasn't > installed through sp > > > On Tuesday, A

Re: [Spacewalk-list] Associate physical machines and kvms

2016-04-19 Thread Colin Coe
>From memory there were a couple of extra RPMs to install on the virtualisation hosts (not the VMs). Something like "rhn-virtual-host"... On Wed, Apr 20, 2016 at 7:02 AM, Konstantin Raskoshnyi wrote: > Hi all the list! > We have a bunch of machines, that were kickstarted

Re: [Spacewalk-list] PRE Section doesn't work at all KVM Guest

2016-04-11 Thread Colin Coe
I'd suggest putting a long sleep in the pre section and so you can get to the shell. Once at a shell you can investigate why you can't write anything to disk. On Tue, Apr 12, 2016 at 9:47 AM, William H. ten Bensel wrote: > - Thanks and good luck > > > > From:Konstantin

Re: [Spacewalk-list] Snippents

2016-04-11 Thread Colin Coe
That looks like it. Try checking that box On Tue, Apr 12, 2016 at 8:34 AM, Konstantin Raskoshnyi <konra...@gmail.com> wrote: > Hmmm maybe this one? > > > > On Mon, Apr 11, 2016 at 5:03 PM, Colin Coe <colin@gmail.com> wrote: > >> I don't have a Sp

Re: [Spacewalk-list] PRE Section doesn't work at all KVM Guest

2016-04-11 Thread Colin Coe
Are you including that file? The following will need to be in your kickstart... %include /tmp/pre_install_network_config On Tue, Apr 12, 2016 at 8:03 AM, Konstantin Raskoshnyi wrote: > Stuck on this problem - I wanted to set up hostname for KVM machine on pre, > > ok - I

Re: [Spacewalk-list] KVM Kickstart

2016-04-11 Thread Colin Coe
quite tells the kernel to not produce verbose, "scary" kernel messages rhgb is the Red Hat Graphical Boot, it hides the details of the services starting up. I don't think those two options will prevent a serial console. On Tue, Apr 12, 2016 at 12:53 AM, Konstantin Raskoshnyi

Re: [Spacewalk-list] Snippents

2016-04-11 Thread Colin Coe
I don't have a Spacewalk or Satellite server in front of me right now but from memory you have tick the template box on the script page. CC On Tue, Apr 12, 2016 at 12:49 AM, Konstantin Raskoshnyi wrote: > Good morning! > Faced a problem with Snippets. I created two snippets

Re: [Spacewalk-list] How to check what version of spacewalk is running

2015-08-11 Thread Colin Coe
Isn't it shown in the footer of every SpaceWalk page? On Wed, Aug 12, 2015 at 1:45 AM, the.cyp...@gmail.com wrote: You can use the API which exposes the API version. This can be mapped back to SW version. Am Dienstag, 11. August 2015 um 19:04 schrieb Deepjoy Choudhury: Dear All, Do we

[Spacewalk-list] Migrating from Spacewalk to Satellite

2014-08-28 Thread Colin Coe
Hi all We're in the process of migrating from Spacewalk 2.2 to Satellite 5.6 and I'm wondering if there are any migration tools for bring over kickstarts, managed config files, config channels, custom system keys, etc. Thanks CC --

Re: [Spacewalk-list] Kickstart scripts not visible

2014-07-30 Thread Colin Coe
Anyone? On Tue, Jul 29, 2014 at 9:38 AM, Colin Coe colin@gmail.com wrote: Hi all Was just trying to update a post script in an old kickstart profile. The script itself is not shown in the textarea box. If I do a Show Source I can see the script contents but I can't change anything

Re: [Spacewalk-list] Kickstart scripts not visible

2014-07-30 Thread Colin Coe
Resolved. The ace-editor.js wasn't loading. F12 in Chrome gave me enough hints. On Thu, Jul 31, 2014 at 6:46 AM, Colin Coe colin@gmail.com wrote: Anyone? On Tue, Jul 29, 2014 at 9:38 AM, Colin Coe colin@gmail.com wrote: Hi all Was just trying to update a post script in an old

[Spacewalk-list] Sync RHEL7

2014-07-28 Thread Colin Coe
Hi all I currently use mrepo for getting RHEL5 and RHEL6 content into Spacewalk (just upgraded to 2.2 yesterday). I've not been able to convince gensystemid from mrepo to generate a systemid. How is everyone else populating Spacewalk with RHEL7 content? Thanks CC -- RHCE#805007969328369

Re: [Spacewalk-list] Sync RHEL7

2014-07-28 Thread Colin Coe
...@gmail.com wrote: run subscription-manager repos on a host registered to RHN. you will figure out how to do it fairly quickly; but it's still officially NOT supported. On Mon, Jul 28, 2014 at 5:26 PM, Colin Coe colin@gmail.com wrote: Hi all I currently use mrepo for getting RHEL5 and RHEL6

[Spacewalk-list] Kickstart scripts not visible

2014-07-28 Thread Colin Coe
Hi all Was just trying to update a post script in an old kickstart profile. The script itself is not shown in the textarea box. If I do a Show Source I can see the script contents but I can't change anything. I've verified the same behavior under both Firefox on my Fedora desktop and in Chrome

Re: [Spacewalk-list] Python API Inventory

2014-05-01 Thread Colin Coe
with the name of the directory where you placed the RHNSession Perl module. HTH CC On Thu, May 1, 2014 at 9:39 AM, Support supp...@pureview.com wrote: Colin, I'm still having the same error. I do not know where RHNSession goes? Thank you, -David On 4/27/2014 2:07 AM, Colin Coe wrote

Re: [Spacewalk-list] Python API Inventory

2014-05-01 Thread Colin Coe
Sorry but you'll need to be a whole lot more specific than that. On Fri, May 2, 2014 at 11:08 AM, Support supp...@pureview.com wrote: Colin, I was able to manage to create the RHNSession on place. Now I'm having issues with a perl script. Thank you, -David On 5/1/2014 6:23 PM, Colin Coe

Re: [Spacewalk-list] Python API Inventory

2014-04-27 Thread Colin Coe
RHNSession.pm can be found at https://fedorahosted.org/spacewalk/wiki/SpacewalkApiPerlGuide I note that you are referring to a Python script but RHNSession.pm is a Perl module. Just stating the obvious, I hope... CC On Sun, Apr 27, 2014 at 11:33 AM, Support supp...@pureview.com wrote: Hi

Re: [Spacewalk-list] Child Software Channel not being subscribed

2014-03-25 Thread Colin Coe
Damn. Found the problem. Turned out to be an error in one of my API scripts... On Fri, Mar 21, 2014 at 8:04 AM, Colin Coe colin@gmail.com wrote: Hi all I have a kickstart profile for a RHEL5 based node type. The kickstart profile uses an activation key with child channels specified

[Spacewalk-list] Triggers in Spacewalk

2014-01-25 Thread Colin Coe
Hi all Just wondering if its possible to do 'triggers' in Spacewalk. For example, run a specified script when a new client is registered, run a different script when a client is deleted? Thanks CC -- RHCE#805007969328369 ___ Spacewalk-list mailing

Re: [Spacewalk-list] files in configuration channel

2014-01-18 Thread Colin Coe
They are stored in the database. On Jan 18, 2014 10:02 AM, Cong Ngo c...@realgaming.com wrote: Hello Is there a way to find out where the files are locate on spacewalk server for configuration channel? I would like copy these files elsewhere or run bash scripts on them. Thanks

Re: [Spacewalk-list] files in configuration channel

2014-01-18 Thread Colin Coe
You can use the spacewalk API to do 'stuff' with them... On Jan 18, 2014 7:02 PM, Colin Coe colin@gmail.com wrote: They are stored in the database. On Jan 18, 2014 10:02 AM, Cong Ngo c...@realgaming.com wrote: Hello Is there a way to find out where the files are locate

Re: [Spacewalk-list] Kickstart via (normal) proxy

2013-10-21 Thread Colin Coe
spacewalkserver in the 2nd Datacenter and use this instead ? Regards Frank On 10/18/2013 12:48 AM, Colin Coe wrote: Hi We have a mix of RHEL5 and RHEL6 nodes. The DHCP server is the standard ISC DHCP server and its used manually (i.e. not cobbler, I didn't think of using cobbler

Re: [Spacewalk-list] Kickstart via (normal) proxy

2013-10-17 Thread Colin Coe
their ip adress ? do you use dhcpd manually or do you use cobbler ? it would be helpful if you could explain your environment a little bit. Regards Frank On 10/16/2013 02:28 PM, Colin Coe wrote: Hi That's post installation, what I'm after is specifying a proxy during the kickstart process

[Spacewalk-list] Kickstart via (normal) proxy

2013-10-15 Thread Colin Coe
Hi all Is there anyway I can force my SpaceWalk clients to use a normal (i.e not a SpaceWalk) proxy server? Thanks CC -- RHCE#805007969328369 ___ Spacewalk-list mailing list Spacewalk-list@redhat.com

Re: [Spacewalk-list] System Currency

2013-08-05 Thread Colin Coe
It works on outstanding or unapplied errata. If there's no errata, the score is always zero. CC --- Sent from my Galaxy Nexus On 6 Aug 2013 00:03, Shawn Cannon sh...@shawncannon.com wrote: How does the system currency report work? I show all zeros in the report today and I know I have

Re: [Spacewalk-list] yum grouplist doesn't work

2013-06-12 Thread Colin Coe
On Wed, Jun 12, 2013 at 8:21 PM, Michael Mraka michael.mr...@redhat.comwrote: Colin Coe wrote: % Hi % % Running SpaceWalk v1.9, how does one import the comps.xml file? Is there a % documented procedure? Hi Colin, If there's comps.xml in the repo (i.e. repodata.xml references it) spacewalk

Re: [Spacewalk-list] yum grouplist doesn't work

2013-06-11 Thread Colin Coe
Hi Running SpaceWalk v1.9, how does one import the comps.xml file? Is there a documented procedure? Thanks CC On Fri, Oct 12, 2012 at 1:43 AM, Giovanni Torres giovtor...@hotmail.comwrote: Hello Giovanni, spacewalk-repo-sync from spacewalk-backend-1.8.76-1 (latest spacewalk

Re: [Spacewalk-list] Oracle to postgresql

2013-01-03 Thread Colin Coe
No sure how I missed that... Thanks CC On Thu, Jan 3, 2013 at 3:06 PM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Thu, Jan 03, 2013 at 02:24:02PM +0800, Colin Coe wrote: Hi all I'm in the process of doing $SUBJECT migration. The Oracle DB is currently on a separate box and I'm

Re: [Spacewalk-list] Oracle to postgresql

2013-01-03 Thread Colin Coe
No sure how I missed that... Thanks CC On Thu, Jan 3, 2013 at 3:06 PM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Thu, Jan 03, 2013 at 02:24:02PM +0800, Colin Coe wrote: Hi all I'm in the process of doing $SUBJECT migration. The Oracle DB is currently on a separate box and I'm

[Spacewalk-list] Oracle to postgresql

2013-01-02 Thread Colin Coe
Hi all I'm in the process of doing $SUBJECT migration. The Oracle DB is currently on a separate box and I'm following https://fedorahosted.org/spacewalk/wiki/PostgreSQLFromOracle with the postgres server on the spacewalk server. After configuring the postgres side, I get: spacewalk-dump-schema

Re: [Spacewalk-list] Trying to sync base channel

2012-09-11 Thread Colin Coe
So did you try rhnpush? On Tue, Sep 11, 2012 at 7:17 AM, J.W. slone jslon...@yahoo.com wrote: yes, I am working from a file on the server. The ISO is mounted From: Colin Coe colin@gmail.com To: J.W. slone jslon...@yahoo.com; spacewalk-list@redhat.com Sent: Monday, September 10, 2012 4:15

Re: [Spacewalk-list] Trying to sync base channel

2012-09-10 Thread Colin Coe
Given you're working from a directory not a repo, you may have more luck using rhnpush. CC On Tue, Sep 11, 2012 at 3:37 AM, J.W. slone jslon...@yahoo.com wrote: 1. created a base channel called system37 A) Channel label is called ...labA 2. Copied centos

Re: [Spacewalk-list] adding multiple base channels to a system

2012-06-28 Thread Colin Coe
You'll need to make the EPEL and Space walk channels child channels in both of the CentOS 6 and 6.2 channels. Yes, its a pain. No, a child can only have a single parent. CC On Jun 28, 2012 8:53 AM, Gregory Machin g...@linuxpro.co.za wrote: Hi. I have setup a dedicated channel for the CentOS

Re: [Spacewalk-list] registration at kickstart problem

2012-05-27 Thread Colin Coe
I see this when attempting to re-provision a VM by simply kickstarting the VM. If I delete the VM's record first then I don't see this message. CC On Sun, May 27, 2012 at 2:43 PM, Paul Robert Marino prmari...@gmail.com wrote: Probably you are accidentaly loading the 64 bit kernel and or initrd

Re: [Spacewalk-list] 'Invalid information uploaded to the server'

2012-04-23 Thread Colin Coe
Upgraded to SW v1.7 and this problem has gone away. CC On Sat, Apr 21, 2012 at 8:23 AM, Colin Coe colin@gmail.com wrote: Hi all For the last week or so, all of my reposync tasks have failed with --- Sync started: Sat Apr 21 06:05:06 2012 ['/usr/bin/spacewalk-repo-sync', '--channel

[Spacewalk-list] 'Invalid information uploaded to the server'

2012-04-20 Thread Colin Coe
Hi all For the last week or so, all of my reposync tasks have failed with --- Sync started: Sat Apr 21 06:05:06 2012 ['/usr/bin/spacewalk-repo-sync', '--channel', 'el-x86_64-server-epel-6', '--type', 'yum'] Repo URL:

Re: [Spacewalk-list] rhnpush error - unexpected keyword argument 'file'

2012-04-19 Thread Colin Coe
On Fri, Apr 20, 2012 at 1:05 AM, Andrew Prowant aprow...@vailsys.com wrote: Miroslav Suchý wrote: On 04/19/2012 01:36 AM, Andrew Prowant wrote: I receive: ERROR: unhandled exception occurred: (load() got an unexpected keyword argument 'file'). when using the command: rhnpush

Re: [Spacewalk-list] Problems kickstarting

2012-04-13 Thread Colin Coe
On Fri, Apr 13, 2012 at 4:20 PM, Milan Zazrivec mzazri...@redhat.com wrote: Hi all I'm trying to kickstart a RHEL4 based node from Spacewalk v1.6 (Oracle).  The kickstart is failing with a message saying it failed to retrieve netstg2.img. Looking at the Apache logs, I see quite a few lines

Re: [Spacewalk-list] Problems kickstarting

2012-04-13 Thread Colin Coe
On Fri, Apr 13, 2012 at 8:19 PM, Milan Zazrivec mzazri...@redhat.com wrote: On Fri, Apr 13, 2012 at 4:20 PM, Milan Zazrivec mzazri...@redhat.com wrote: Hi all I'm trying to kickstart a RHEL4 based node from Spacewalk v1.6 (Oracle).  The kickstart is failing with a message saying it

[Spacewalk-list] Problems kickstarting

2012-04-12 Thread Colin Coe
Hi all I'm trying to kickstart a RHEL4 based node from Spacewalk v1.6 (Oracle). The kickstart is failing with a message saying it failed to retrieve netstg2.img. Looking at the Apache logs, I see quite a few lines with status of 500 for updates.img, product.img and netstg2.img. As there was

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-04-11 Thread Colin Coe
have an error like: ERROR:  column free_slots does not exist at character 295 James On 30 March 2012 00:42, Colin Coe colin@gmail.com wrote: Hi all Any thoughts on this?  Is there any addional information I can provide to help diagnosing this? CC On Wed, Mar 28, 2012 at 9:24 AM

Re: [Spacewalk-list] RHEV 3.0 BETA hosts

2012-04-02 Thread Colin Coe
...@redhat.com wrote: Re-sending with subject... On Wed, Nov 30, 2011 at 12:29 PM, Colin Coe colin@gmail.com wrote: Hi all Was having a look at my (fat RHEL 6.1) RHEV hypervisors.  I updated rhn-virtualization* to 5.4.30-1.el6.noarch (out of nightly) When running 'python

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-29 Thread Colin Coe
Hi all Any thoughts on this? Is there any addional information I can provide to help diagnosing this? CC On Wed, Mar 28, 2012 at 9:24 AM, Colin Coe colin@gmail.com wrote: Oh and BTW, I have a Spacewalk v1.6 Oracle backed server in another environment (using RHEV 3.0.2) and it does

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-27 Thread Colin Coe
Anyone got any ideas on this? I've a shiny new spacewalk server that I can't use as I can't register any virtual guests. Physical machines register just fine. CC On Tue, Mar 27, 2012 at 10:47 AM, Colin Coe colin@gmail.com wrote: On Thu, Dec 8, 2011 at 2:33 PM, Colin Coe colin

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-27 Thread Colin Coe
instances where the spacewalk client tools wherne included in the kickstart profile and as a result the post snipet that does the registration failed because it couldn't install the rpms it needed because of missing dependancies. On Mar 27, 2012 7:51 PM, Colin Coe colin@gmail.com wrote

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-27 Thread Colin Coe
-On) 2 19997 Virtualization (Add-On) 2 2 Virtualization Platform (Add-On)2 19998 --- CC On Wed, Mar 28, 2012 at 8:58 AM, Colin Coe colin@gmail.com wrote: Hi Paul Yep, all dependencies are present/installed.  The RPM install bits work just fine.  Everything

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-27 Thread Colin Coe
Oh and BTW, I have a Spacewalk v1.6 Oracle backed server in another environment (using RHEV 3.0.2) and it does not have these problems. I'm thinking this may be a postgres port specific problem. CC On Wed, Mar 28, 2012 at 9:17 AM, Colin Coe colin@gmail.com wrote: Additional detail

Re: [Spacewalk-list] RHEV 3.0 BETA hosts

2012-03-26 Thread Colin Coe
, 2011 at 6:43 PM, Milan Zazrivec mzazri...@redhat.com wrote: Re-sending with subject... On Wed, Nov 30, 2011 at 12:29 PM, Colin Coe colin@gmail.com wrote: Hi all Was having a look at my (fat RHEL 6.1) RHEV hypervisors.  I updated rhn-virtualization* to 5.4.30-1.el6.noarch (out

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2012-03-26 Thread Colin Coe
On Thu, Dec 8, 2011 at 2:33 PM, Colin Coe colin@gmail.com wrote: On Thu, Dec 8, 2011 at 1:29 PM, Colin Coe colin@gmail.com wrote: In August their were posts with a similar subject Invalid entitlement when registering KVM guests. I'm running a RHEV 3.0 BETA 4 environment and I've just

Re: [Spacewalk-list] RHEV 3 support

2011-12-23 Thread Colin Coe
Hi all After cursory testing , looks like rhev3 works OK now. Will do further testing next week. CC --- Sent from my Galaxy Nexus On Dec 22, 2011 7:52 AM, Colin Coe colin@gmail.com wrote: Hi all Is RHEV 3 support on the TODO list? As I emailed a week or two ago, I'm unable

[Spacewalk-list] RHEV 3 support

2011-12-21 Thread Colin Coe
Hi all Is RHEV 3 support on the TODO list? As I emailed a week or two ago, I'm unable to register RHEV VMs against spacewalk due to entitlement errors. --- Problem registering system: Error Class Code: 70 Error Class Info: All available subscriptions for the requested channel have been

[Spacewalk-list] invalid byte sequence error

2011-12-15 Thread Colin Coe
Hi all I'm seeing this error in the output from spacewalk-repo-sync. --- Repo http://benwas1p.scada.horizonpower.com.au/mrepo/rhel5s-x86_64/RPMS.updates has 12322 packages. 1/1 : redhat-logos-4.9.16-1-0.noarch invalid byte sequence for encoding UTF8: 0xa9 HINT: This error can also happen if the

[Spacewalk-list] Invalid entitlement when registering RHEV guests

2011-12-07 Thread Colin Coe
In August their were posts with a similar subject Invalid entitlement when registering KVM guests. I'm running a RHEV 3.0 BETA 4 environment and I've just started trying to using Spacewalk to provision RHEV guests. Spacewalk v1.5 on Postgresql. the problem occurs when rhnreg_ks runs in the

Re: [Spacewalk-list] Invalid entitlement when registering RHEV guests

2011-12-07 Thread Colin Coe
On Thu, Dec 8, 2011 at 1:29 PM, Colin Coe colin@gmail.com wrote: In August their were posts with a similar subject Invalid entitlement when registering KVM guests. I'm running a RHEV 3.0 BETA 4 environment and I've just started trying to using Spacewalk to provision RHEV guests

[Spacewalk-list] Tracebacks

2011-12-06 Thread Colin Coe
Hi all Daily I'm getting tracebacks from several clients. They all appear quite similar. I'd rather not post the full tracebacks to the list. Could I post a traceback to one of the devs off list for analysis? Thanks CC -- RHCE#805007969328369 ___

Re: [Spacewalk-list] Macro not updating when host name changes

2011-11-28 Thread Colin Coe
On Tue, Nov 29, 2011 at 9:42 AM, Josh joshbo...@gmail.com wrote: On 11/28/2011 08:27 PM, Colin Coe wrote: Hi all I have this in my managed /etc/hosts file: --- 127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1         localhost localhost.localdomain

Re: [Spacewalk-list] Problem with config channels

2011-11-24 Thread Colin Coe
Sorry, spacewalk v1.5 (x86_64 and postgresql). CC On Fri, Nov 25, 2011 at 12:36 PM, Colin Coe colin@gmail.com wrote: Hi all Lately I've noticed that files starting with a '#' (in particular scripts) error out when being pushed to config channels For example, --- rhncfg-manager add -c

Re: [Spacewalk-list] SELinux contexts for distro trees

2011-10-14 Thread Colin Coe
Hi Jan Thanks for the help, the following fixed this. chcon -t spacewalk_data_t /var/distro-trees/ chcon -t spacewalk_data_t /var/distro-trees/el-6.1_x86_64 Thanks CC On Fri, Oct 14, 2011 at 2:32 PM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Fri, Oct 14, 2011 at 01:49:51PM +0800, Colin

Re: [Spacewalk-list] SELinux contexts for distro trees

2011-10-13 Thread Colin Coe
On Thu, Oct 13, 2011 at 7:52 PM, Jan Pazdziora jpazdzi...@redhat.com wrote: On Mon, Oct 10, 2011 at 11:26:01AM +0800, Colin Coe wrote: Can anyone advise what the SELinux contexts should be if I've copied the distro ISO contents to /var/distro-trees/label? --- type=AVC msg=audit

Re: [Spacewalk-list] RHEL4

2011-10-05 Thread Colin Coe
From memory, it would be 'up2date -p' CC On Thu, Oct 6, 2011 at 5:11 AM, Robert Volpe bobby.vo...@gmail.com wrote: When I register RHEL4 systems to Spacewalk, the number of updates is not correct. There is no rhn-profile-sync in RHEL4. How can I sync up the system with the Spacewalk

Re: [Spacewalk-list] Public key is not installed

2011-10-05 Thread Colin Coe
On Thu, Oct 6, 2011 at 6:38 AM, ja...@monsterjam.org wrote: On Fri, Mar 18, 2011 at 11:51:54AM +0800, Colin Coe wrote: Did you build/provision this node from spacewalk or was it manually joined sometime after it was built? The easiest resolution will simply to do an 'rpm --import /etc/pki

[Spacewalk-list] Spacewalk and RHEV

2011-09-29 Thread Colin Coe
Hi all I've just spun up a new spacewalk server and I've noticed that my RHEV 3.0 BETA hypervisors (which are actually fat RHEL 6.1 nodes not RHEV nodes) are not showing up as virtualisation servers. Is this a known issue? Thanks CC -- RHCE#805007969328369

Re: [Spacewalk-list] Kickstartable tree is required.

2011-05-05 Thread Colin Coe
Have a look at https://fedorahosted.org/spacewalk/wiki/HowToKickstartCobbler CC On Fri, May 6, 2011 at 2:19 AM, Larry Letelier lletel...@fedoraproject.org wrote: Misters, A recent spacewalk 1.4 install, appear: No trees were found for the selected channel Kickstartable tree is required

Re: [Spacewalk-list] Cobbler template error when using the kickstart template wizard

2011-05-05 Thread Colin Coe
Do you have any custom snippets or kickstart pre/post scripts? If you do, have you put #raw/#endraw tags in the snippets? CC On Fri, May 6, 2011 at 4:06 AM, Tim Tedford ttedf...@renesys.com wrote: Hello everyone. I have a new Spacewalk 1.4 installation on Scientific Linux 6.0. When I create

Re: [Spacewalk-list] Cobbler template error when using the kickstart template wizard

2011-05-05 Thread Colin Coe
any custom kickstart pre or post scripts. In fact, I've just installed this Spacewalk server and have hardly done any custom configuration at all. Thanks, Tim On Thu, May 5, 2011 at 8:10 PM, Colin Coe colin@gmail.com wrote: Do you have any custom snippets or kickstart pre/post scripts

Re: [Spacewalk-list] Problem(s) for newbie or 404 Error - File Not Found

2011-05-04 Thread Colin Coe
Is the postgres port that far along? CC 2011/5/4 Miroslav Suchý msu...@redhat.com: On 05/04/2011 03:08 AM, Colin Coe wrote: Hi Ivan Are you aware that the Postgresql version is not feature complete? There really still much to be done with Spacewalk/Postgresql and I have no doubt that you

Re: [Spacewalk-list] Problem(s) for newbie or 404 Error - File Not Found

2011-05-03 Thread Colin Coe
Hi Ivan Are you aware that the Postgresql version is not feature complete? There really still much to be done with Spacewalk/Postgresql and I have no doubt that you will have a better experience with Oracle XE at the moment. (Not to start an Oracle/Postgres war, just that Spacewalk is quite

Re: [Spacewalk-list] registering on the same host

2011-04-19 Thread Colin Coe
I have no experience with RHN Proxy (or the Spacewalk equiv) but to my knowledge /etc/rhn/rhn.conf is supposed to be 0600. It contains passwords, etc so it should not be world visible. The rhn-org-trusted-ssl-cert RPM should be found at http://your.spacewalk.com/pub/ RHNS-CA-CERT is for use

Re: [Spacewalk-list] Missing errata / system currency info

2011-03-21 Thread Colin Coe
On Tue, Mar 22, 2011 at 7:02 AM, Craig Ward craig.w...@gmail.com wrote: Hi, I've using Spacewalk to manage a bunch of RHEL5 servers. Updates are downloaded from the RHN via mrepo and then rhn pushed into spacewalk. The only slight issue is I lose the ability of seeing errata under the

Re: [Spacewalk-list] rhn.system.custom_info(key_name)

2011-03-17 Thread Colin Coe
On Thu, Mar 17, 2011 at 6:00 PM, Kobus Bensch kobus.ben...@lovefilm.com wrote: Hi everyone I am looking at custom info. Is there a way I can use vars set on the server to populate the key to then use in the config file? Kobus Custom info keys are defined globally (with an org) but can

Re: [Spacewalk-list] Public key is not installed

2011-03-17 Thread Colin Coe
Did you build/provision this node from spacewalk or was it manually joined sometime after it was built? The easiest resolution will simply to do an 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release' For machines that are provisioned from Spacewalk/Satellite, its best to import the GPG

Re: [Spacewalk-list] repo for spacewalk server?

2011-01-31 Thread Colin Coe
Well, if you attempted to register the system twice, it will show up twice. Generally the system listed in Spacewalk with the higher SID will be the active one but you can check this on the client by viewing /etc/sysconfig/rhn/systemid and look for the line with ID-. I'm not really surprised

Re: [Spacewalk-list] repo for spacewalk server?

2011-01-31 Thread Colin Coe
...@monsterjam.org wrote: postgres?  im using oracle rac for my back end.  i wasnt meaning to use postgres.. Im sure thats a config error. how/where should I fix that? regards, Jason On Tue, Feb 01, 2011 at 09:03:30AM +0800, Colin Coe wrote: Well, if you attempted to register the system twice

Re: [Spacewalk-list] repo for spacewalk server?

2011-01-28 Thread Colin Coe
Its pretty much automagical when you register a system. On Sat, Jan 29, 2011 at 6:06 AM, ja...@monsterjam.org wrote: Hello, yum uses yum-rhn-plugin to talk to spacewalk directly, and does not need a .repo file.  You do need to make sure that gpg keys are somehow imported on your clients,

Re: [Spacewalk-list] repo for spacewalk server?

2011-01-28 Thread Colin Coe
...@monsterjam.org wrote: On Sat, Jan 29, 2011 at 07:31:27AM +0800, Colin Coe wrote: You need to ensure that the system is subscribed to your child (sub) channel. im pretty sure it is .. on the page Systems- All I can see some of my registered systems, when I click on one, it gives me a nice

Re: [Spacewalk-list] Spacewalk Client Installation

2011-01-12 Thread Colin Coe
On Wed, Jan 12, 2011 at 10:13 PM, John Hodrien j.h.hodr...@leeds.ac.uk wrote: On Wed, 12 Jan 2011, Michael Mraka wrote: IMHO this was a different issue - you can't register into spacewalk unless you have client packages which are in spacewalk channel which are inaccessible without

Re: [Spacewalk-list] Problem registering system

2011-01-09 Thread Colin Coe
On Fri, Jan 7, 2011 at 11:54 PM, McGinniss CIV Kenneth W mcginnis...@usmc-mccs.org wrote: Hi Folks Does anyone know on spacewalk, where you configure the number of subscriptions for a channel are ?  I am not able to register a system as I get the Error Code 70 (All available subscriptions

Re: [Spacewalk-list] Do you have a brief that shows why you want satellite over just using rhn?

2011-01-06 Thread Colin Coe
On Fri, Jan 7, 2011 at 3:25 AM, Aaron Prayther aprayt...@lce.com wrote: Do you have a brief that shows why you want satellite over just using rhn? A feature comparison.  Examples of use. Or anything like that. Thanks for any info.   Looked all around redhat.com and could not find anything.

Re: [Spacewalk-list] pulling errata for fedora

2011-01-06 Thread Colin Coe
On Thu, Jan 6, 2011 at 10:47 PM, A Robinson spacehob...@googlemail.com wrote: Hello, Has anyone got a script that pulls info from the Fedora Update System -- similar to the one for centos errata at http://www.bioss.ac.uk/staff/davidn/spacewalk-stuff/ ? If not I'll look at writing/modifying

Re: [Spacewalk-list] Spacewalk Limits

2011-01-06 Thread Colin Coe
On Fri, Jan 7, 2011 at 7:11 AM, Nicolas Antonio Corrarello ncorr...@gmail.com wrote: Guys, Have anyone tested Spacewalk on large enviroments (4000+)? I mean, is there any documented limit? Or have any of you found any performance issue scaling with Spacewalk? thx nac I'm guessing you

Re: [Spacewalk-list] Spacewalk installation woes

2011-01-05 Thread Colin Coe
Chris, looks like you're installed the 32bit Oracle _client_ rpms. Given you have a 64bit install, you want the 32bit Oracle _server_ and the 64bit Oracle _client_. HTH CC On Thu, Jan 6, 2011 at 5:50 AM, Chris Stevens cstev...@taser.com wrote: -Original Message- From:

Re: [Spacewalk-list] deleting packages

2010-11-30 Thread Colin Coe
On Tue, Nov 23, 2010 at 7:34 PM, Sandro red Mathys r...@fedoraproject.org wrote: On Tue, Nov 23, 2010 at 12:07, Colin Coe colin@gmail.com wrote: On Tue, Nov 23, 2010 at 4:07 PM, Sandro red Mathys r...@fedoraproject.org wrote: On 11/22/2010 11:41 PM, Colin Coe wrote: On Tue, Nov 23, 2010

Re: [Spacewalk-list] deleting packages

2010-11-23 Thread Colin Coe
On Tue, Nov 23, 2010 at 4:07 PM, Sandro red Mathys r...@fedoraproject.org wrote: On 11/22/2010 11:41 PM, Colin Coe wrote: On Tue, Nov 23, 2010 at 2:57 AM, Marcus Moellerm...@marcus-moeller.de  wrote: Dear Jan. On you Spacewalk, go to  https://FQDN/rhn/apidoc/handlers/PackagesHandler.jsp

Re: [Spacewalk-list] Spacewalk initial configuration

2010-11-23 Thread Colin Coe
On Wed, Nov 24, 2010 at 6:59 AM, Michael Morel michael.mo...@totem.ca wrote: Hello folks: Installing spacewalk on a clean Centos 5.5 64bit server. Linux beech 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux I have been following the  

Re: [Spacewalk-list] two channels - one repo

2010-11-23 Thread Colin Coe
On Wed, Nov 24, 2010 at 3:50 AM, Miller, Chris chrismil...@quickenloans.com wrote: Question about how Spacewalk handles packages in channels…. If I have two different child channels (both EPEL i386) which are pointed at the same repo, and I sync them… Does Spacewalk download the packages and

Re: [Spacewalk-list] deleting packages

2010-11-22 Thread Colin Coe
On Tue, Nov 23, 2010 at 2:57 AM, Marcus Moeller m...@marcus-moeller.de wrote: Dear Jan. On you Spacewalk, go to        https://FQDN/rhn/apidoc/handlers/PackagesHandler.jsp#removePackage Hope this helps, You still have to hack orphan package IDs out of the database directly which is

Re: [Spacewalk-list] oracle tables

2010-11-20 Thread Colin Coe
On Sun, Nov 21, 2010 at 5:40 AM, rob morrien rmorr...@xs4all.nl wrote: hello, i want to access my spacewalk oracle database with mysql. where can i find the table definitions from spacewalk. where can i find the database definitions? rob If you clone the spacewalk git repo

  1   2   >