[Spacewalk-list] Odd issue with spacecmd system_syncpackages

2014-05-27 Thread Mullis, Josh (CCI-Atlanta)
Hello all, Having an issue when using the "system_syncpackages" call in spacecmd. The sync seems to go through without a hitch, but it never shows up in the scheduled tasks view in the spacewalk UI. I thought there was a scheduler issue, but I can schedule other tasks from within spacecmd as we

Re: [Spacewalk-list] ORA-20267: (not_enough_quota) - Insufficient available quota for the specified action

2013-01-30 Thread Mullis, Josh (CCI-Atlanta)
: spacewalk-list@redhat.com Subject: Re: [Spacewalk-list] ORA-20267: (not_enough_quota) - Insufficient available quota for the specified action Mullis, Josh (CCI-Atlanta) wrote: % Thanks Michael. % % I'm currently using spacewalk v1.5 . % Is there any way to change the "Config quota"? U

Re: [Spacewalk-list] Ranking of Configuration Channels with Activation Keys

2013-01-24 Thread Mullis, Josh (CCI-Atlanta)
Greg, We had a similar issue and overcame the ranking issue by using a "backend" script to handle it for us using the API. This script sits on the spacewalk server and determines what config channels a system should be assigned to. This keeps the ranking the way we want it in case of human error

Re: [Spacewalk-list] ORA-20267: (not_enough_quota) - Insufficient available quota for the specified action

2013-01-23 Thread Mullis, Josh (CCI-Atlanta)
at.com [mailto:spacewalk-list-boun...@redhat.com] On Behalf Of Michael Mraka Sent: Thursday, January 17, 2013 4:23 AM To: spacewalk-list@redhat.com Subject: Re: [Spacewalk-list] ORA-20267: (not_enough_quota) - Insufficient available quota for the specified action Mullis, Josh (CCI-Atlanta) wro

[Spacewalk-list] ORA-20267: (not_enough_quota) - Insufficient available quota for the specified action

2013-01-16 Thread Mullis, Josh (CCI-Atlanta)
Hello, When I attempt to upload a file ~40MB to a configuration channel, I see the below error in "catalina.out"... Our DBA has verified that our database is not full, and the spacewalk database user account has an unlimited quota. We have our config file upload set to around 200MB (which has wo

[Spacewalk-list] Changing configuration file "last modified" display type

2012-12-14 Thread Mullis, Josh (CCI-Atlanta)
Hello, Is there any option in spacewalk to change the display of the Configuration File "Last Modified" time? This is on the configuration file details page (FileDetails.do). Go from this: Last Modified: 9 minutes ago by To this: Last Modified: 11:50:43 EST Thanks! -josh

Re: [Spacewalk-list] Spacewalk with Oracle Linux

2012-10-18 Thread Mullis, Josh (CCI-Atlanta)
We have been successfully using OEL with spacewalk for a while now. It's a bit tricky, but it works. Below is how we accomplished this. (I'll put this in the spacewalk wiki soon) Give it a shot and let me know if this works for you. -josh 1. Build an OEL KVM virtual machine on the spa

Re: [Spacewalk-list] 'rhncfg-client get' downloading all config files

2012-10-18 Thread Mullis, Josh (CCI-Atlanta)
:spacewalk-list-boun...@redhat.com] On Behalf Of Matthew Patton Sent: Monday, October 08, 2012 8:11 PM To: spacewalk-list@redhat.com Subject: Re: [Spacewalk-list] 'rhncfg-client get' downloading all config files On Mon, 08 Oct 2012 18:48:27 -0400, Mullis, Josh (CCI-Atlanta) wrote: >

Re: [Spacewalk-list] 'rhncfg-client get' downloading all config files

2012-10-18 Thread Mullis, Josh (CCI-Atlanta)
t; files > > On Mon, 08 Oct 2012 18:48:27 -0400, Mullis, Josh (CCI-Atlanta) > mailto:josh.mul...@cox.com>> wrote: > > > Which file needs to be modified to change the "get" function of > > "rhncfg-client" to require a "--all" flag or someth

[Spacewalk-list] 'rhncfg-client get' downloading all config files

2012-10-08 Thread Mullis, Josh (CCI-Atlanta)
Hello all, Which file needs to be modified to change the "get" function of "rhncfg-client" to require a "--all" flag or something similar? When "rhncfg-client get" is run, it grabs all files in all config channels which in my opinion can be dangerous. I've seen admins accidentally run this not

Re: [Spacewalk-list] Download CSV link not exporting (system groups)

2012-08-09 Thread Mullis, Josh (CCI-Atlanta)
Thanks Jan! -Original Message- From: Jan Hutař [mailto:jhu...@redhat.com] Sent: Thursday, August 09, 2012 2:20 AM To: spacewalk-list@redhat.com Cc: Mullis, Josh (CCI-Atlanta) Subject: Re: [Spacewalk-list] Download CSV link not exporting (system groups) On Wed, 8 Aug 2012 17:05:28 -0400

[Spacewalk-list] Download CSV link not exporting (system groups)

2012-08-08 Thread Mullis, Josh (CCI-Atlanta)
Good day... Anyone have issues getting the "Download CSV" link to work on the "System Groups" page? All I get is a html formatted file. On other pages, the export works fine. Using spacewalk v1.5 Thanks -josh ___ Spacewalk-list mailing list Spacewalk-l

Re: [Spacewalk-list] Limit channel subscriptions

2012-06-26 Thread Mullis, Josh (CCI-Atlanta)
: Mullis, Josh (CCI-Atlanta); j...@schaubroeck.be Subject: Re: [Spacewalk-list] Limit channel subscriptions Or you can create separate organization with a limited amount of "Management" entitlements. That org would have access to that channel. Not perfect. Or remove users to log-in into Spac

Re: [Spacewalk-list] Limit channel subscriptions

2012-06-20 Thread Mullis, Josh (CCI-Atlanta)
Thanks for the pointer Jeremy. However that will not solve my issue with users manually assigning the system to the channel. From: Jeremy Maes [mailto:j...@schaubroeck.be] Sent: Wednesday, June 20, 2012 2:43 AM To: spacewalk-list@redhat.com Cc: Mullis, Josh (CCI-Atlanta) Subject: Re

[Spacewalk-list] Limit channel subscriptions

2012-06-19 Thread Mullis, Josh (CCI-Atlanta)
Hello, Is there any way to limit the number of systems that can subscribe to a specific channel? (Even manually subscribing a system to a channel via webUI) Thanks -Josh ___ Spacewalk-list mailing list Spacewalk-list@redhat.com https://www.redhat.com/

Re: [Spacewalk-list] Unpacking and repacking rhn.jar

2012-05-21 Thread Mullis, Josh (CCI-Atlanta)
05/19/2012 07:17 PM, Mullis, Josh (CCI-Atlanta) wrote: > For applying patches to files inside "rhn.jar", are these the correct > commands and switches? > > Basically just the "unzip", "javac", and "jar" command syntax I am > concerned about. &

[Spacewalk-list] Unpacking and repacking rhn.jar

2012-05-19 Thread Mullis, Josh (CCI-Atlanta)
For applying patches to files inside "rhn.jar", are these the correct commands and switches? Basically just the "unzip", "javac", and "jar" command syntax I am concerned about. 1. unzip rhn.jar 2. get new source .java file from git 3. javac 4. move compiled class fi

Re: [Spacewalk-list] osad not working after re-registering

2010-11-12 Thread Mullis, Josh (CCI-Atlanta)
This has solved a lot of osad issues for me in the past... Run these commands on spacewalk server: /sbin/service jabberd stop /sbin/service osa-dispatcher stop mv /var/lib/jabberd/db/* /tmp/ /sbin/service jabberd start /sbin/service osa-dispatcher start Then restart osad clients: /etc/init.d/o

[Spacewalk-list] 'Invalid function call attempted' with Remote Command

2010-11-02 Thread Mullis, Josh (CCI-Atlanta)
Hello all, On a mix of my RHEL/CENTOS 4 systems are getting a "Invalid function call attempted" error (below) when a remote command is scheduled. - yum/update package upgdates do not help. - Resolution from redhat knowledgebase (below) did not help either. On one system that is working fine, we

Re: [Spacewalk-list] Kickstart w/o internet access

2010-09-30 Thread Mullis, Josh (CCI-Atlanta)
I'm not sure if this is a function of spacewalk or cobbler. You may want to try the cobbler mailing list. On Tue, 2010-09-28 at 12:25 -0400, Sascha Bendix wrote: > Hi, > > in my current setup the clients doesn't have access to the internet. They are > supposed to get all the stuff they ne

Re: [Spacewalk-list] can not remove kickstart profiles

2010-09-20 Thread Mullis, Josh (CCI-Atlanta)
sure where it was removing from) But now no profiles in either cobbler or web ui. On Mon, 2010-09-20 at 13:08 -0400, Mullis, Josh (CCI-Atlanta) wrote: > > All, > > Can anyone tell me how to completely clear out the cobbler information > from the DB? > Seems there are so

[Spacewalk-list] can not remove kickstart profiles

2010-09-20 Thread Mullis, Josh (CCI-Atlanta)
All, Can anyone tell me how to completely clear out the cobbler information from the DB? Seems there are some inconsistencies between spacewalk's DB and cobbler. Whenever I issue a "cobbler profile remove", the profile gets removed. "cobbler profile list" confirms it's removed. Then a few secon

[Spacewalk-list] User Management Question

2010-07-29 Thread Mullis, Josh (CCI-Atlanta)
Hey guys, Was looking through the spacewalk roadmap and saw the "Improved user management" for v1.3 . Wondering what that might entail. Reason I ask is I have an issue where I need a user in my org to only be able to deploy files (in specific config channels) to specific systems. With the cur

Re: [Spacewalk-list] Centrally managed file change detection

2010-07-12 Thread Mullis, Josh (CCI-Atlanta)
Is anyone using a method to re-deploy the changed files that were detected? (Like cfengine) On Fri, 2010-06-11 at 08:31 -0400, joshua.r...@gtri.gatech.edu wrote: > > If we assign a machine to a Configuration Channel with a centrally > > managed file in is there any way to have it auto-detect c

Re: [Spacewalk-list] OSAD for Solaris

2010-06-29 Thread Mullis, Josh (CCI-Atlanta)
Thanks for the reply Miroslav. On Mon, 2010-06-28 at 05:17 -0400, Miroslav Suchý wrote: > On 06/25/2010 09:47 PM, Mullis, Josh (CCI-Atlanta) wrote: > > > > Hello all, > > > > > > Since I can not find any info on OSAD (or any instant-client) > > availa

[Spacewalk-list] OSAD for Solaris

2010-06-25 Thread Mullis, Josh (CCI-Atlanta)
Hello all, Since I can not find any info on OSAD (or any instant-client) availability for solaris, I am assuming there is none. Can anyone confirm this or let me know if they have a different "instant-client" solution. Thanks -Josh ___ Spacewalk-lis

Re: [Spacewalk-list] snippets not interpreting in pre/post scripts

2010-06-01 Thread Mullis, Josh (CCI - Atlanta)
Hi Bill, Try putting "#raw" at the beginning and "#endraw" at the end of the actual "ni_config" snippet. -Josh On Tue, 2010-06-01 at 11:22 -0400, Bill Gunter wrote: > My cobbler snippets aren't being interpreted when they are in %pre or > %post scripts. The "Template" option is checked but

Re: [Spacewalk-list] 500 error on Configuration File Comparison

2010-05-11 Thread Mullis, Josh (CCI - Atlanta)
Is anyone else seeing this issue? If not, then I'll submit a bug report for it. On Fri, 2010-05-07 at 17:34 -0400, Mullis, Josh (CCI - Atlanta) wrote: > > Hey guys... > > I'm getting a 500 Internal Server Error when comparing configuration > file revisions. > (

[Spacewalk-list] 500 error on Configuration File Comparison

2010-05-07 Thread Mullis, Josh (CCI - Atlanta)
Hey guys... I'm getting a 500 Internal Server Error when comparing configuration file revisions. (Usually this only happens on revisions that are around 6 versions back and further.) I also noticed that this task on a 20KB file, fills up the java heap size and the server runs out of memory. Aft

Re: [Spacewalk-list] Can't register a client with spacewalk 1.0

2010-05-03 Thread Mullis, Josh (CCI - Atlanta)
Please give the full rhnreg_ks command that's causing this error. Thanks On Mon, 2010-05-03 at 11:45 -0400, Hugo Doria wrote: > Hi guys, > > I updated my spacewalk server to 1.0. Then i installed a new server. > When i try to register this new server i get the following message: > > cc95 >

[Spacewalk-list] Org Software Channel Entitlements

2010-04-16 Thread Mullis, Josh (CCI - Atlanta)
Hey guys.. Using: - Spacewalk v0.8 - RHEL and CENTOS shared (public) channels. - 3+ ORGS I would like to manage the number of RHEL software channel entitlements for each org. Since they will be using both RHEL and centos, the simple management entitlement with unlimited software entitlement

Re: [Spacewalk-list] Patch: make syntax highlighting work

2010-04-05 Thread Mullis, Josh (CCI - Atlanta)
Hi Josh > > > > This is working for me, building from git. Where are you in spacewalk > > that you're not seeing perl or bash in the drop down? > > > > CC > > > > On Sat, Apr 3, 2010 at 5:22 AM, Mullis, Josh (CCI - Atlanta) > > wrote: >

Re: [Spacewalk-list] Patch: make syntax highlighting work

2010-04-02 Thread Mullis, Josh (CCI - Atlanta)
Colin, Just curious if the bash and perl syntax checking ever got corrected. I still don't see them in the syntax drop-down on v0.8 . Reference thread: http://www.mail-archive.com/spacewalk-de...@redhat.com/msg00599.html Thanks -Josh On Mon, 2010-03-15 at 07:50 -0400, Michael Mraka wrot

[Spacewalk-list] CENTOS packages being linked to RHEL channels

2010-03-17 Thread Mullis, Josh (CCI - Atlanta)
Hello all... I am having an issue where it seems packages from centos and rhel are getting intermingled. Packages from centos are being linked to rhel channels if they have the same name/version. The only difference is the checksum, which is how I thought it determined the difference between t

[Spacewalk-list] yum checksum error with sha1 channel

2010-03-12 Thread Mullis, Josh (CCI - Atlanta)
Running spacewalk v0.8 new install. - Created a test channel with sha1 (default) - Pushed some rpm's to channel - Registered a test client and assigned to the test channel - Ran a "yum clean all" then "yum list available" on client and I get this error: Error: failed to retrieve repodata/prima

Re: [Spacewalk-list] Endless osad issues

2010-02-15 Thread Mullis, Josh (CCI - Atlanta)
Updated the wiki... https://fedorahosted.org/spacewalk/wiki/JabberAndOSAD Should have everything in there now. Let me know if you guys have any questions. -Josh On Thu, 2010-02-11 at 12:42 -0500, Stroehmann, James wrote: > I’m having the same issues, and have put a couple of band-aids in

Re: [Spacewalk-list] Scheduled actions slow to be acted upon

2010-01-22 Thread Mullis, Josh (CCI - Atlanta)
Oops, correction in-line On Fri, 2010-01-22 at 12:31 -0500, Mullis, Josh (CCI - Atlanta) wrote: > > For the time being I have put the following in root's crontab: > > - /sbin/service jabberd stop ; /sbin/service osa-dispatcher stop ; rm -Rf /v

Re: [Spacewalk-list] Scheduled actions slow to be acted upon

2010-01-22 Thread Mullis, Josh (CCI - Atlanta)
ut it works very well. Is there any timeline for func integration to replace jabber/osa? Thanks -Josh On Fri, 2010-01-15 at 12:09 -0500, Mullis, Josh (CCI - Atlanta) wrote: > > > Been having an issue where if the spacewalk server is rebooted or a > "rhn-satellite restart

Re: [Spacewalk-list] error creating/registering system

2010-01-21 Thread Mullis, Josh (CCI - Atlanta)
I believe he's clicking on the link "Register Systems" on the overview page. As far as I know, that is just a link to documentation and will not actually let you register systems. Refer to this thread: http://www.mail-archive.com/spacewalk-list@redhat.com/msg00155.html Also, to learn how to regi

[Spacewalk-list] Scheduled actions slow to be acted upon

2010-01-15 Thread Mullis, Josh (CCI - Atlanta)
Been having an issue where if the spacewalk server is rebooted or a "rhn-satellite restart" is issued, scheduled actions DO NOT happen until an rhn_check is run. By rhn_check I mean either manually running rhn_check, or restarting the osad daemon on the client (which essentially does an rhn_chec

Re: [Spacewalk-list] Spacewalk-list Digest, Vol 20, Issue 1

2010-01-12 Thread Mullis, Josh (CCI - Atlanta)
k/wiki/JabberAndOSAD > > ...feel free to change it. > > Regards, >Phil > > > Message: 2 > Date: Wed, 30 Dec 2009 21:57:34 -0500 > From: "Mullis, Josh (CCI - Atlanta)" > To: "'spacewalk-list@redhat.com&#x

Re: [Spacewalk-list] question about jabber server and osad clients

2009-12-30 Thread Mullis, Josh (CCI - Atlanta)
I verified this in tcpdump and jabber does only send 1 small packet every 2 minutes. Of course depending on your firewall timeout configs, you may need to tweak this a bit. Hope this helps someone else. -Josh On Fri, 2009-11-27 at 14:52 -0500, Mullis, Josh (CCI-Atlanta) wrote: > > Thank

Re: [Spacewalk-list] failed to retrieve getPackage/package_name [Errno 14] HTTP Error 404: Not Found

2009-11-25 Thread Mullis, Josh (CCI - Atlanta)
... ...which was able to retrieve the package. I also tried removing the channel subscriptions from the problem client, then re-adding. No luck there either. On Tue, 2009-11-24 at 15:24 -0500, Mullis, Josh (CCI-Atlanta) wrote: > Sorry for the late reply... > > Unfortunately tha

Re: [Spacewalk-list] question about jabber server and osad clients

2009-11-25 Thread Mullis, Josh (CCI - Atlanta)
To build on this... I am having the same issue. More on the side of the client not responding to actions from the spacewalk server after a random period of time. (NTP is in sync on both) Set debug to 10 on client yesterday and get nothing in the logs when it stops responding. (Nothing in "osa

[Spacewalk-list] Kickstart snippets and pre/post scripts

2009-11-23 Thread Mullis, Josh (CCI - Atlanta)
Good day all, I have created several snippets under "Systems -> Kickstart -> Kickstart Snippets". I am trying to place these in a pre/post script without much success. My issue is that when I view the generated kickstart file, I only see the "$SNIPPET(spacewalk/1/snippet-name)" and not th

[Spacewalk-list] failed to retrieve getPackage/package_name [Errno 14] HTTP Error 404: Not Found

2009-11-10 Thread Mullis, Josh (CCI - Atlanta)
Hello, I am getting this error (in the subject) when attempting a "yum install " after re-registering the client multiple times (for testing) in spacewalk v0.6 . If I wait for an hour or 2, it seems to disappear. Anyone know why this might be happening or how to fix it immediately instead o

Re: [Spacewalk-list] System Groups timesout

2009-11-09 Thread Mullis, Josh (CCI - Atlanta)
On Mon, 2009-11-09 at 14:04 -0500, Justin Sherrill wrote: > Mullis, Josh (CCI - Atlanta) wrote: > > > > On Mon, 2009-11-09 at 10:45 -0500, Justin Sherrill wrote: > >> Andy Speagle wrote: > >> > On Sat, 2009-11-07 at 08:48 -0600, josh.mul...@cox.com >

Re: [Spacewalk-list] System Groups timesout

2009-11-09 Thread Mullis, Josh (CCI - Atlanta)
On Mon, 2009-11-09 at 10:45 -0500, Justin Sherrill wrote: > Andy Speagle wrote: > > On Sat, 2009-11-07 at 08:48 -0600, josh.mul...@cox.com wrote: > >> Good day all, > >> > >> So I've only got 8 systems registered in spacewalk at this time. > >> > >> I started loading up the errata via rhn-clone-e

Re: [Spacewalk-list] RHN Errata in Spacewalk

2009-10-17 Thread Mullis, Josh (CCI - Atlanta)
Andy, Great work on this script. It is a very nice addition to spacewalk... I am having one problem and it's probably something I'm doing wrong: When I'm running the script, I get a good bit of the "Hmmm... Package Missing:" errors. For example, when I'm cloning the rhel-x86_64-server-5 errat

Re: [Spacewalk-list] GPG key URL

2009-10-16 Thread Mullis, Josh (CCI - Atlanta)
A little more explanation on this In spacewalk channel properties, if I put a "file://" url in the "GPG key URL" field, yum on the client automatically imports the key. However if I have an "http://"; url in the field, yum does not automatically import. Anyone else having this problem or

[Spacewalk-list] Post Script for configuration files

2009-10-02 Thread Mullis, Josh (CCI - Atlanta)
Good day all, So I'm wanting to deploy daemon configuration files from Spacewalk like syslog.conf, ntp.conf, etc... But to use daemon configuration files, you have to restart/reload the daemons on the clients. I know you can manually do this with the remote-command in SSM... ...but it would b