Re: [Spacewalk-list] xccdf_eval: oscap tool returned 2 file size error

2013-10-30 Thread Simon Lukasik
On 10/25/2013 09:05 PM, aaron prayther wrote: > Trying to find a way to increase this limit. > > Scan's Error output: > xccdf_eval: oscap tool returned 2 > > xccdf_eval: File "U_RedHat_5-V1R4_STIG_Benchmark-oval.xml.result.xml" > not uploaded. File size (9925787 B) exceeds the limit. > xccdf_eval

Re: [Spacewalk-list] help with api

2013-10-30 Thread Brian Collins
> I'm trying to use the activationkey.getDetails api call but I always get > the error: > Fault returned from XML RPC Server, fault code -1: > redstone.xmlrpc.XmlRpcFault: unhandled internal exception: Could not > find activation key: 42-key-name > > I have tried several different keys and made su

Re: [Spacewalk-list] Spacewalk Upgrade Issue

2013-10-30 Thread Bedorf, Paul
Hi Jan, yes it is 1.8 nightly, how would I upgrade it to 1.8 GA? __ Paul Bedorf | Linux Administrator | Mosaic O: 905.238.8058 x 6414 | M: 416.799.4028 mosaic.com -Original Message- From: spacewalk-list-boun...@redhat.com [mailto:spacewalk

Re: [Spacewalk-list] help with api

2013-10-30 Thread wm-lists
Can you provide the request you are using? I just tested on Satellite 5.5 using the following and it seems to work ok for me EKEYS = client.activationkey.listActivationKeys(seskey) for EKEY in EKEYS: if EKEY.get('description') == KEY_NAME:

[Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread J.W. slone
I do not recall how to start spacewalk from the commandline ___ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread Milan Zazrivec
> I do not recall how to start spacewalk from the commandline spacewalk-service start | stop | restart ... -MZ ___ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread Alan Pittman
Try this: spacewalk-service start Alan From: spacewalk-list-boun...@redhat.com [mailto:spacewalk-list-boun...@redhat.com] On Behalf Of J.W. slone Sent: Wednesday, October 30, 2013 10:04 AM To: spacewalk-list@redhat.com Subject: [Spacewalk-list] How do you start spcewalk from the commandline I d

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread Jeremy Maes
J.W. slone schreef op 30/10/2013 15:04: I do not recall how to start spacewalk from the commandline spacewalk-service {start|stop|status|reload|restart|enable|disable} Regards, Jeremy DISCLAIMER http://www.schaubroeck.be/maildisclaimer.htm ___

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Boyd, Robert
Susi, What happens if you try this: wget http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm ? Is it possible that you have a firewall or intrusion detection system that might be interfering with your connection to the spacewalk distro server on port 80? Ro

Re: [Spacewalk-list] help with api

2013-10-30 Thread Maria Iano
On Wed, Oct 30, 2013 at 01:11:37PM +, Brian Collins wrote: > > I'm trying to use the activationkey.getDetails api call but I always get > > the error: > > Fault returned from XML RPC Server, fault code -1: > > redstone.xmlrpc.XmlRpcFault: unhandled internal exception: Could not > > find activat

Re: [Spacewalk-list] xccdf_eval: oscap tool returned 2 file size error

2013-10-30 Thread Aaron Prayther
that did it. thx Simon. even sent a pic :-) On Wed 30 Oct 2013 03:43:36 AM EDT, Simon Lukasik wrote: > On 10/25/2013 09:05 PM, aaron prayther wrote: >> Trying to find a way to increase this limit. >> >> Scan's Error output: >> xccdf_eval: oscap tool returned 2 >> >> xccdf_eval: File "U_RedHat_5-

Re: [Spacewalk-list] help with api

2013-10-30 Thread Maria Iano
On Wed, Oct 30, 2013 at 09:40:12AM -0400, wm-lists wrote: > Can you provide the request you are using? I just tested on Satellite 5.5 > using the following and it seems to work ok for me > > EKEYS = client.activationkey.listActivationKeys(seskey) > for EKEY in EKEYS: >

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Susindran Suruli
Hi Boyd, I am getting the same error.I have disabled iptables already.. [root@ ~]# wget http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/space walk-repo-2.0-3.el6.noarch.rpm --2013-10-30 11:36:09-- http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/space walk-repo-2.0-3.el6.noarch.rpm Resolving

Re: [Spacewalk-list] Zombie kickstart profile

2013-10-30 Thread Velayutham, Prakash (Prakash)
Hi Paul, That sounds good, but I can't delete it from the GUI because it does not present itself as a HREF link to select and perform "delete kickstart" operation. That is the main issue I have which I explained in the first email of this thread. When I use "spacecmd", I hit the same wall. sp

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread J.W. slone
now I get command not found error when I run the command spacewalk-service start On Wednesday, October 30, 2013 8:27 AM, Milan Zazrivec wrote: > I do not recall how to start spacewalk from the commandline spacewalk-service start | stop | restart  ... -MZ _

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread Scott Worthington
On 10/30/2013 11:55, J.W. slone wrote: > now I get command not found error when I run the command > > spacewalk-service start > > > On Wednesday, October 30, 2013 8:27 AM, Milan Zazrivec > wrote: >> I do not recall how to start spacewalk from the commandline > > spacewalk-service start | stop

Re: [Spacewalk-list] help with api

2013-10-30 Thread wm-lists
I switched from perl to python for all my api scripts about 3 months ago, and am working through my existing perl scripts to convert them to python. python's much easier for working w/ the API as far as I've found... You probably already know this, but if you are manually inputting the key, don't

Re: [Spacewalk-list] help with api

2013-10-30 Thread Brian Collins
> Thanks, it's useful to hear it does work in python. Here is how I call the > api in my script for a single key. > > my $key = $opt_a; > # my $key = $client->string($opt_a); # this didn't work either > my $details = $client->call('activationkey.getDetails', $session, $key); > > At least I now ha

Re: [Spacewalk-list] How do you start spcewalk from the commandline

2013-10-30 Thread Alan Pittman
The following spacewalk command are located in /usr/sbin: [root@taeps001 tmp]# cd /usr/sbin [root@taeps001 sbin]# ll space* -rwxr-xr-x 1 root root 7129 Feb 26 2013 spacewalk-channel -rwxr-xr-x 1 root root 537 Jan 4 2013 spacewalk-monitoring-selinux-enable -rwxr-xr-x 1 root root 1549 Feb 12 20

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread papinder singh
Are u using proxy in your network?... Or you can download this rpm package through Firefox and then install it with simple rpm command.. If you have graphical interface of course.. On Wednesday, October 30, 2013, Susindran Suruli wrote: > Hi Boyd, > > I am getting the same error.I have disabled

Re: [Spacewalk-list] how do I get a client to execute a scheduled task immediately in spacewalk?

2013-10-30 Thread papinder singh
I also have same issue... But rhn-action-control --enable-all didn't help me. When ever I schedule any task. It take approx 2 hr. I'd not know why... And I am also looking for such a command who deliver task immediately... On Tuesday, October 29, 2013, Lupin Deterd wrote: > Hi, > > on client do

Re: [Spacewalk-list] how do I get a client to execute a scheduled task immediately in spacewalk?

2013-10-30 Thread David Rock
* papinder singh [2013-10-30 22:44]: > I also have same issue... But rhn-action-control --enable-all didn't help > me. When ever I schedule any task. It take approx 2 hr. I'd not know why... > And I am also looking for such a command who deliver task immediately... There is no simple command fro

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Susindran Suruli
Hi Papseddy, Thanks for your reply...I have added proxy details in the /etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to download all the rpm from spacewalk to install manually with use for rpm command... Is there any way to communicate with spacewalk website? Any other con

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Jonathan Hoser
Hi, can you get anything from any webpage? e.g. wget http://mirror.internode.on.net/pub/test/1meg.test (1MB of random (??) data) If that works... strange, if it doesn't -- recheck your network-settings? Best -Jonathan On 10/30/2013 07:59 PM, Susindran Suruli wrote: Hi Papseddy, Thanks for your

[Spacewalk-list] Test apache page works but how can I get my Spacewalk login page to work

2013-10-30 Thread J.W. slone
1. nslookup works with my IP address 2.spacewalk-service  restart works without errors 3. /usr/sbin only has A) spacewalk-service B)spacewalk-start-helper ___ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/mailman/li

Re: [Spacewalk-list] Order of post install scripts in kickstart profile

2013-10-30 Thread raj kumar
Thank you. Since due to some reason, the system is not rebooting after post install scripts. Hence I wanted to reboot maually. I added a post install script to reboot the system as the last script. But in the generated kickstart file, it's placed in between. On Tue, Oct 29, 2013 at 6:41 PM, Mil