Re: [Spacewalk-devel] [PATCHes] scheduled config file compare, diff selinux contexts, ...

2009-11-03 Thread Tomas Lestach
-of-differing-config-files-in-overview.patch Thanks Joshua! Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Miroslav Suchý msu...@redhat.com wrote: Joshua Roys wrote: Hello all, In the hope of someone else finding these useful, here are some patches we've been

Re: [Spacewalk-devel] Fedora dev workstation

2010-03-01 Thread Tomas Lestach
or contact me off list, if you'd need some info about my setup. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: [c...@rsim ~]$ locate java/lib/xerces /home/coec/git/spacewalk/java/lib/xerces-j2-2.6.2.jar [c...@rsim ~]$ java -version

Re: [Spacewalk-devel] Hi here is a patch

2010-03-04 Thread Tomas Lestach
you, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Jason Lawer jla...@redhat.com wrote: Hi, I apologize in advance if I am breaking convention or emailing the wrong list or such, This is one of the first open source projects I have worked on. My name is Jason Lawer

Re: [Spacewalk-devel] PATCH: Address BZ#559693

2010-03-24 Thread Tomas Lestach
/spacewalk.git/?p=spacewalk.git;a=commitdiff;h=f4da592071efc56e040ec32e148f401494a60255 and updated the BZ with appropriate commits. Best Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: Hi all Attached are patch files

[Spacewalk-devel] API to list APIs

2010-03-26 Thread Tomas Lestach
soon. :-) -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PATCH: channel.software.listChildren API call

2010-03-26 Thread Tomas Lestach
for * listAllChildrenForChannel(Channel parent) { * getAccessibleChildChannels(Channel baseChannel, User user) Because the api calls are based on the authenticated user, I'd use the 2nd option to list only the accessible channels to the authenticated user. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red

Re: [Spacewalk-devel] PATCH: channel.software.listChildren API call

2010-04-02 Thread Tomas Lestach
to list child channels on webui, so he shouldn't need any extra permissions to do the same operation using API.) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: Hi Tomas Thank you for your comments. I have re-implemented this API

Re: [Spacewalk-devel] Exception in spacewalk

2010-04-08 Thread Tomas Lestach
- Miroslav Suchý miros...@suchy.cz wrote: Rafał Bera napsal(a): Hello, I'm learning to EX401exam and I'm testing spacewalk (nightly-build, current). It is always better to ask on spacewalk-devel@redhat.com or spacewalk-l...@redhat.com. There are more ears... CCing... Do

Re: [Spacewalk-devel] Patch: add arch to channel.list*Channels

2010-04-12 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: OK, I think this patch is OK now. CC On Thu, Apr 8, 2010 at 9:10 PM, Colin Coe colin@gmail.com wrote: Hi Justin Is this a bit better?  http://fpaste.org/LJwb/ Thanks CC

Re: [Spacewalk-devel] Patch: add arch to channel.list*Channels

2010-04-13 Thread Tomas Lestach
Regards, Tomas Thanks CC On Mon, Apr 12, 2010 at 4:21 PM, Tomas Lestach tlest...@redhat.com wrote: Hey Colin, why don't you just list all the data you need in the SELECT section and the tables that are necessary for the select in the FROM section? What I mean is to write

Re: [Spacewalk-devel] fedora Support

2010-04-19 Thread Tomas Lestach
- Miroslav Suchý msu...@redhat.com wrote: On 04/19/2010 03:43 PM, Dennis Gilmore wrote: We have in the past, and it wont get support for most of the life of 1.0 We done it *once* in past. But not always. For F-12 we built packages month after release. For F-11 month before

Re: [Spacewalk-devel] Addition to channel.software API

2010-04-20 Thread Tomas Lestach
in spacewalk. Best Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat On 20 April 2010 14:05, James Hogarth james.hoga...@gmail.com wrote: Hi all, This is my first time trying to follow through the code and contribute to the codebase. From my perspective the ability via

Re: [Spacewalk-devel] Addition to channel.software API

2010-04-20 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat - James Hogarth james.hoga...@gmail.com wrote: Hi all, This is my first time trying to follow through the code and contribute to the codebase. From my perspective the ability via the XML-RPC API to get the last repo modified

Re: [Spacewalk-devel] Addition to channel.software API

2010-04-21 Thread Tomas Lestach
- James Hogarth james.hoga...@gmail.com wrote: On 20 April 2010 15:47, Tomas Lestach tlest...@redhat.com wrote: - James Hogarth james.hoga...@gmail.com wrote: Hi all, This is my first time trying to follow through the code and contribute to the codebase. From my

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Tomas Lestach
Hey Colin, try to find your commit on the web http://git.fedorahosted.org/git/?p=spacewalk.git and send a link, please. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: Hmm, I see it in 'gitk' and 'git log' shows: --- commit

Re: [Spacewalk-devel] simple but powerful (IMO) script to call api from command line like spacewalk-api

2010-04-26 Thread Tomas Lestach
already have spacewalk-api in spacewalk-utils package and update your script accordingly. Then I'll be happy yo commit your script. Best Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Could you someone please take a look at it? [1] http://github.com/ssato/misc/blob

Re: [Spacewalk-devel] simple but powerful (IMO) script to call api from command line like spacewalk-api

2010-04-27 Thread Tomas Lestach
Hello Satoru, thank you for renaming the script. I've committed swapi.py to spacewalk master: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=fdf4f3e4de3de3526e66926a86f4b9c851f19faa Thank you! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Satoru SATOH

Re: [Spacewalk-devel] New APIs for software channel repo build information and yum sync

2010-05-18 Thread Tomas Lestach
- James Hogarth james.hoga...@gmail.com wrote: On 17 May 2010 16:16, Tomas Lestach tlest...@redhat.com wrote: Hey James, I checked your patch. First regarding triggerRepoSync - to trigger a repo sync is not that easy as your code. I suppose you didn't try it and it really doesn't

Re: [Spacewalk-devel] java/code/libsrc in our repo?

2010-06-07 Thread Tomas Lestach
version. But very useful for debugging. When you start coding and debugging java code, you'll really be grateful for them. :-) Please, do not remove. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat I can see references to libsrc in build.xml:arg value

Re: [Spacewalk-devel] New records get born in RHNDAEMONSTATE

2010-06-15 Thread Tomas Lestach
investigate it more in detail. I'd touch the code anyway. Not sure if somebody makes use out of the rhnDaemonState table content, but if not (what I suppose), I'd remove the table and the appropriate code. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat -- Jan Pazdziora

Re: [Spacewalk-devel] PATCH: add serverId to structure returned by system.getScriptResults() API call

2010-07-13 Thread Tomas Lestach
=bdd8bca7a629f74b27537b7b88aef42f03e2b1d0;hb=8ac29c6586eeb89d3796fe662859f1698ec33962;hpb=3e7636f95b8f8f69fffc7b26663a5c75337533a2 Thank you for your patch! Best Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat /aron

Re: [Spacewalk-devel] [PATCH] allow multiple systems to be scheduled for an erratum via the API

2010-07-15 Thread Tomas Lestach
and makes checking the status of an erratum update very difficult. http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=1811f27e1ee15b2d099809c7d67b0f9e6e2f3f2b Thank you for you patches Aron! Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat /aron

Re: [Spacewalk-devel] [PATCH] allow multiple systems to be scheduled for an erratum via the API

2010-07-16 Thread Tomas Lestach
use to put BZ id as the first part of the commit message. If you check spacewalk git, you'll find plenty of them as an example. :-) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat /aron - Original Message - From: Cliff Perry cpe...@redhat.com To: spacewalk-devel

Re: [Spacewalk-devel] http://git.fedorahosted.org/git/?p=spacewalk.git; a=commit; h=580d6f1d3f86885b135875694bd88fd042d29517

2010-07-16 Thread Tomas Lestach
and ownership of /etc/tomcat6/tomcat-users.xml and /etc/tomcat6 Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat --- This is a 32bit fully updated RHEL5 node running in VirtualBox. CC On Fri, Jul 16, 2010 at 5:25 PM, Colin Coe colin@gmail.com wrote: On Fri, Jul 16

Re: [Spacewalk-devel] http://git.fedorahosted.org/git/?p=spacewalk.git; a=commit; h=580d6f1d3f86885b135875694bd88fd042d29517

2010-07-16 Thread Tomas Lestach
- Colin Coe colin@gmail.com wrote: On Fri, Jul 16, 2010 at 4:57 PM, Tomas Lestach tlest...@redhat.com wrote: Hey Colin, you're not. It's broken. :-) It looks like a partial commit. I suggest either to step back to a last working state  git reset --hard

Re: [Spacewalk-devel] http://git.fedorahosted.org/git/?p=spacewalk.git; a=commit; h=580d6f1d3f86885b135875694bd88fd042d29517

2010-07-16 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat - Colin Coe colin@gmail.com wrote: On Fri, Jul 16, 2010 at 4:57 PM, Tomas Lestach tlest...@redhat.com wrote: Hey Colin, you're not. It's broken. :-) It looks like a partial commit. I suggest either to step back

Re: [Spacewalk-devel] Internal server error

2010-07-19 Thread Tomas Lestach
to DB. http://www.dba-oracle.com/m_ora_03113_end_of_file_on_communications_channel.htm Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat -- When I change the query to be -- SELECT COUNT(pn.id) AS COUNT FROM rhnPackageName PN, ( SELECT

Re: [Spacewalk-devel] http://git.fedorahosted.org/git/?p=spacewalk.git; a=commit; h=580d6f1d3f86885b135875694bd88fd042d29517

2010-07-19 Thread Tomas Lestach
- Colin Coe colin@gmail.com wrote: On Fri, Jul 16, 2010 at 11:06 PM, Tomas Lestach tlest...@redhat.com wrote: Actually this means there have been made other changes that you should pull in first. Somebody else run git push in the meanwhile. Just try git pull --rebase again

Re: [Spacewalk-devel] 584864 - added API method kickstart.profile.downloadRenderedKickstart

2010-07-20 Thread Tomas Lestach
Thanks Aron! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat /aron ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] 584852 - added API configchannel.listSubscribedSystems

2010-07-20 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat /aron ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel ___ Spacewalk-devel mailing

Re: [Spacewalk-devel] Migrating systems

2010-07-22 Thread Tomas Lestach
- Colin Coe colin@gmail.com wrote: On Thu, Jul 22, 2010 at 11:42 AM, Colin Coe colin@gmail.com wrote: Yay!  It works, systems can be migrated via the webUI. The only problem is that all entitlements get stripped (management, provisioning, etc) and software channel

Re: [Spacewalk-devel] [PATCH] added new API call schedule.rescheduleActions

2010-07-26 Thread Tomas Lestach
Commited as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=96afda408afc2db005d670bd0cc053e6df478780 Thank you! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Aron Parsons apars...@redhat.com wrote: ___ Spacewalk-devel

Re: [Spacewalk-devel] [PATCH] add counts for the number of completed/failed/inprogress systems to the ScheduledAction DTO

2010-07-26 Thread Tomas Lestach
Commited as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=2afeaf8a02329f5f750bb1c1ebfaa0525a9d343c Thanks! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Aron Parsons apars...@redhat.com wrote: The purpose of this patch is provide a quick way to get a summary

Re: [Spacewalk-devel] [PATCH] added new API call system.listLatestAvailablePackage that will list the latest available version of a package for each system in the list

2010-07-26 Thread Tomas Lestach
Committed as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=55dbd6d6080d7723c3edcc621ef1e73fc8bd6fa8 http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=fa9986469ae18e7e5c124d7c78c9d94528b71150 Aron, thank you for contribution! Regards, Tomas -- Tomas Lestach RHN Satellite

Re: [Spacewalk-devel] [PATCH] added new API functions system.listPackageProfiles and system.deletePackageProfile

2010-07-28 Thread Tomas Lestach
Committed as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commit;h=9e812dca87541558a722e8a5fbb4893599ecbdee Best Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Aron Parsons apars...@redhat.com wrote: ___ Spacewalk

Re: [Spacewalk-devel] [PATCH] fixed the system counts in the *_action_list queries

2010-07-28 Thread Tomas Lestach
=b3b3c3807df1a11f5d194a7b5f9782770a5f4b54 Thank you. Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat /aron ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] spacewalk nightly

2010-08-02 Thread Tomas Lestach
Hey Colin, we hope the issue will be resolved soon. In the meantime take the packages from: http://koji.spacewalkproject.org/spacewalk/whole/spacewalk-f12/spacewalk-f12-1.1/x86_64/os/Packages/ You shall need: simple-core and spacewalk-slf4j. Regards, Tomas -- Tomas Lestach RHN Satellite

[Spacewalk-devel] taskomatic upgrades

2010-08-17 Thread Tomas Lestach
For those who use developer setups, apply schema upgrades 010-* - 031-* from the spacewalk/schema/spacewalk/upgrade/spacewalk-schema-1.1-to-spacewalk-schema-1.2 directory to use the latest taskomatic. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Spacecmd Errors against Spacewalk 1.0

2010-08-23 Thread Tomas Lestach
work on nightly and if you find any problem with API, try to isolate the problem (f.e. check, if the problem appears also if you only call the API with specific params.) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Aron Parsons apars...@redhat.com wrote: Can you

Re: [Spacewalk-devel] Spacecmd Errors against Spacewalk 1.0 (and 1.1)

2010-08-25 Thread Tomas Lestach
Actually I created an upgrade script for future Spacewalk 1.2 with this fix. So, whoever upgrades to the future 1.2 shall get the DB entries fixed. Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Christoph Sievers christoph.siev...@gmail.com wrote: Hi, with help from Tomas

Re: [Spacewalk-devel] [Fwd: [Spacewalk-list] expired satellite cert and can't login to change entitlement clashes]

2010-10-19 Thread Tomas Lestach
. :-) Shall I create a BZ? Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Cliff Original Message Subject: [Spacewalk-list] expired satellite cert and can't login to change entitlement clashes Date: Mon, 18 Oct 2010 12:41:11 -0400 From: Aaron Prayther aprayt

[Spacewalk-devel] **ssm.migrate.systems.notrust**

2010-11-10 Thread Tomas Lestach
=ssm.migrate.systems.notrust//strong (shall by one line :) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Fwd: **ssm.migrate.systems.notrust**

2010-11-11 Thread Tomas Lestach
On Thu, 2010-11-11 at 21:18 +0800, Colin Coe wrote: Oops, meant to reply all -- Forwarded message -- From: Colin Coe colin@gmail.com Date: Thu, Nov 11, 2010 at 9:17 PM Subject: Re: **ssm.migrate.systems.notrust** To: Tomas Lestach tlest...@redhat.com Created

[Spacewalk-devel] SystemManagerTest.testSystemSearch junit test

2010-12-15 Thread Tomas Lestach
later search to fail. At the first look, I'd say, it's not appropriate to call this method to get an UUID. Could you check the issue, please? Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk

Re: [Spacewalk-devel] SystemManagerTest.testSystemSearch junit test

2010-12-17 Thread Tomas Lestach
On 12/16/2010 10:28 PM, Aron Parsons wrote: Tomas, It should be fixed with commit 9d4a84d50842a03f61fd2496cb5b5af922c58c47. Sorry for that, I was rushing things along at the end of the day when I pushed those commits. /aron Thanks Aron! The junit test passed. Best Regards, Tomas -- Tomas

Re: [Spacewalk-devel] The kernel could not be found at the specified location: {0}

2011-01-03 Thread Tomas Lestach
... 5da57f172b1648b495ef872ea01244a82e7d8af9 Now you shall get: xmlrpclib.Fault: Fault 2757: 'redstone.xmlrpc.XmlRpcFault: The kernel could not be found at the specified location: /tmp/images/pxeboot/vmlinuz' Thank you, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat

Re: [Spacewalk-devel] Problem with redstone-xmlrpc.jar in spacewalk 1.2

2011-01-20 Thread Tomas Lestach
. the traceback you've attached is too short - there's no valuable information in there. Next time, please attach the whole traceback. :-) -- Tomas Lestach RHN Satellite Engineering, Red Hat On 01/20/2011 03:09 PM, James Hogarth wrote: On 20 January 2011 13:34, James Hogarthjames.hoga...@gmail.com wrote

Re: [Spacewalk-devel] New records get born in RHNDAEMONSTATE

2011-01-27 Thread Tomas Lestach
On 01/26/2011 08:51 AM, Jan Pazdziora wrote: On Tue, Jun 15, 2010 at 11:44:55AM -0400, Tomas Lestach wrote: Right, this approach is really not the best one. As this is a part of the taskomatic, I'll investigate it more in detail. I'd touch the code anyway. Not sure if somebody makes use out

Re: [Spacewalk-devel] Cannot find buildconf/build-props-${tomcat}.xml

2011-01-27 Thread Tomas Lestach
and its %build section, you should define -Dtomcat=tomcat6 when running ant. It's not required any more to define the tomcat version. Removed in commit: e10fd990c9019ebd3fb5fffe3954ed48e20abeb9 Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat

[Spacewalk-devel] Spacewalk 1.3 has been branched

2011-02-02 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Spacewalk 1.3 upgrades

2011-02-09 Thread Tomas Lestach
-backend-1.3.57-1 - packages address BZ#674528, BZ#674510 and BZ#675359 Please upgrade to avoid listed problems. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https

Re: [Spacewalk-devel] 2 commits - client/rhel rel-eng/packages

2011-02-14 Thread Tomas Lestach
On 02/14/2011 03:39 PM, Miroslav Suchy wrote: Dne 14.2.2011 15:35, Jan Blazek napsal(a): Do you want to add this package to Spacewalk 1.3 as well? I added it to rhel6 client comps for spacewalk 1.3 as well. Tomas That is question for Tomas Lestach Mirek

Re: [Spacewalk-devel] missing dependency on rhnpush

2011-02-16 Thread Tomas Lestach
client/tools/rhnpush/* | grep backend client/tools/rhnpush/rhnpush.spec:Requires: spacewalk-backend-libs = 0.8.3 With what rhnpush version do you have the problem? Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat I sorted my system quickly enough but it may confuse

Re: [Spacewalk-devel] Replacement for tanukiwrapper

2011-05-24 Thread Tomas Lestach
- Original Message - From: Jan Pazdziora jpazdzi...@redhat.com To: spacewalk-devel@redhat.com Sent: Tuesday, May 24, 2011 9:52:48 AM Subject: Re: [Spacewalk-devel] Replacement for tanukiwrapper On Tue, May 24, 2011 at 09:39:16AM +0200, Miroslav Suchy wrote: Premature notice: I

Re: [Spacewalk-devel] [PATCH] - RHBZ#709365 - kickstart.deleteProfiles does not return 0 on kickstart not found

2011-06-01 Thread Tomas Lestach
Hello Marcelo, thank you for the path! I've applied it as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=2838959597c4660c63c061eaf7435d8fad55f9e6;hp=49df1fa935453bbb3fa027d31859b44dfec6c32d Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Original

Re: [Spacewalk-devel] RHBZ #705935: What's wrong with taskomatic?

2011-06-13 Thread Tomas Lestach
are triggered from the spacewalk services like tomcat, rhn-search, ... and yes, you may commit transactions or close whole sessions any time - when needed. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Anyone with a pointer or two on how to track that issue? Regards

Re: [Spacewalk-devel] Framework used in Spacewalk

2011-06-13 Thread Tomas Lestach
. Feel free to check our git repository. https://fedorahosted.org/spacewalk/wiki/GitGuide Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Or it's written in plain Java? Regards Peter ___ Spacewalk-devel mailing list

Re: [Spacewalk-devel] using XML RPC to create a virtual machine fails

2011-06-20 Thread Tomas Lestach
in the SystemHandler. I've fixed the issue in spacewalk withing the following BZ: https://bugzilla.redhat.com/show_bug.cgi?id=648483#c7 Thank you. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk

Re: [Spacewalk-devel] using XML RPC to create a virtual machine fails

2011-06-28 Thread Tomas Lestach
=spacewalk.git;a=commitdiff;h=2a66c63b49c80d545b66a6c6763c1784a4fb2640;hp=619818bacae4d5e988d2959ffce76feed1562a31 Thank you! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Original Message - From: Uwe Gansert u...@suse.de To: spacewalk-devel@redhat.com Sent: Tuesday, June 28

Re: [Spacewalk-devel] [PATCH] Update CHANNEL_NAME_MAX_LENGTH to 256

2011-06-28 Thread Tomas Lestach
Hey Paresh, you're right. I committed your patch as: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=ee9ae4ad2086eddfffeea862ed2d12f64b0fe2bd;hp=a311a5f208e924f56f20a095cf6d6a233574d8f2 Thanks for your patch! Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat

Re: [Spacewalk-devel] XML-RPC API for Erratas/Systems

2011-07-20 Thread Tomas Lestach
: system.getRelevantErrata system.getRelevantErrataByType system.getUnscheduledErrata Depends what you need. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat I see only one to get affected systems for an _specific_ errata, which would mean to loop over all erratas, or loop over all

Re: [Spacewalk-devel] XML-RPC API for Erratas/Systems

2011-07-22 Thread Tomas Lestach
be enough just to wrap them into API calls. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Custom Errata Creation - CVEs - v1.4

2011-08-12 Thread Tomas Lestach
perfect, but shall work. I tested errata.setDetails API on latest nightly and I was able to associate completely new CVEs within an erratum. I am not sure, what is the situation on Spacewalk 1.4, but we recommend to upgrade to latest released version. Regards, Tomas -- Tomas Lestach RHN

Re: [Spacewalk-devel] Fwd: 658533 - remove default currency from backend part of rhn.conf

2011-08-18 Thread Tomas Lestach
://www.redhat.com/mailman/listinfo/spacewalk-devel Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] Speedup Taskomatic cleanup-query X-fold!?!

2011-08-19 Thread Tomas Lestach
-- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Error Deleting Distribution

2011-08-22 Thread Tomas Lestach
Hello Andy, valid issue. I've fixed it in commit 02615216b445d80bcce43b7d5fa91a4ce2c3c5ae. The fix will be available in spacewalk-java-1.6.26-1 in nightly repo. Thanks for catching this! Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat - Original Message - From

Re: [Spacewalk-devel] [PATCH] Speedup Taskomatic cleanup-query X-fold!?!

2011-08-23 Thread Tomas Lestach
. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Ok, so I went for an 'EXPLAIN ANALYZE', on three queries: The Original, my 'original' modification and modification without the 'ORDER BY'; Turns out, without the ORDER BY, the query is another 600msec faster, while the 'Explain

Re: [Spacewalk-devel] Audit Logging

2011-08-24 Thread Tomas Lestach
Hey Bo, what was the original use/business case for the audit logging add-on? How do you plan to present the audit information? Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat On 08/23/2011 06:26 PM, Bo Maryniuk wrote: Hi, all! Here at SUSE we are working on an audit

Re: [Spacewalk-devel] quartz and slf4j

2011-09-15 Thread Tomas Lestach
On 09/12/2011 12:20 PM, Jan Pazdziora wrote: On Thu, Jul 28, 2011 at 05:10:51PM +0200, Duncan Mac-Vicar P. wrote: On 07/28/2011 04:18 PM, Jan Pazdziora wrote: On Tue, Jul 26, 2011 at 06:34:28PM +0200, Tomas Lestach wrote: I noticed quartz depends on spacewalk-slf4j. Why is there a custom

Re: [Spacewalk-devel] [PATCH] NPE when scheduling a package (install/remove/upgrade) action + remote command

2011-10-11 Thread Tomas Lestach
! Regards, -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] Pam setting on the user page not saving

2011-10-13 Thread Tomas Lestach
On 10/12/2011 05:22 PM, Johannes Renner wrote: On 10/12/2011 05:00 PM, Tomas Lestach wrote: Hello Johannes, yes, you're right. I just have one comment to your patch - I'd move updatePamAttribute() in SelfEditAction.java file into the updateDetails method. If you're ok with the change, I'd

Re: [Spacewalk-devel] [solved] Re: ant create-webapp-dir failed: Could not create task or type of type: for.

2011-10-27 Thread Tomas Lestach
=spacewalk.git;a=commitdiff;h=6be24fcf6d83540542dc003060985e119ba15f69 Thank you! Regards, -- Tomas Lestach RHN Satellite Engineering, Red Hat On 10/26/2011 06:34 PM, Christian Berendt wrote: Hello together. Problem was a missing task definition for for in java/buildconf/build-taskdefs.xml. I submitted

Re: [Spacewalk-devel] [PATCH] filename stays the same when kickstart is renamed

2011-12-07 Thread Tomas Lestach
Hello Uwe, I see your problem. I want to ask, what led you to your solution and why didn't you just store/update the file, when a kickstrat gets renamed? Sorry, it took me that long to check your patch. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat On Tuesday 08

Re: [Spacewalk-devel] [PATCH] filename stays the same when kickstart is renamed

2011-12-09 Thread Tomas Lestach
On Thursday 08 of December 2011 15:18:14 Uwe Gansert wrote: On 07.12.2011 17:37, Tomas Lestach wrote: I see your problem. I want to ask, what led you to your solution and why didn't you just store/update the file, when a kickstrat gets renamed? Sorry, it took me that long to check your

Re: [Spacewalk-devel] Fwd: ISE on SW 1.5 on user management

2011-12-12 Thread Tomas Lestach
master. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat The ISE does not happen well logged in as Spacewalk administrator, only with added users. pierre -- Forwarded message -- From: Pierre Casenove pcasen...@gmail.com Date: 2011/12/9 Subject: Re

Re: [Spacewalk-devel] API functions eat trailing whitespace (Redstone XML-RPC issue)

2012-01-16 Thread Tomas Lestach
contents will be ASCII, it will be shown as Text File (== editable) on webUI. (Anyway you can always change the config file type on webUI from Binary to Text to get the File Contents Editor.) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat

Re: [Spacewalk-devel] API functions eat trailing whitespace (Redstone XML-RPC issue)

2012-01-23 Thread Tomas Lestach
API for these cases. It'll be included in spacewalk-java nightly packages since version 1.7.8-1. Regards, -- Tomas Lestach RHN Satellite Engineering, Red Hat Some applications handle it fine, others not so well; sssd is an example of an application that pukes without a trailing newline

Re: [Spacewalk-devel] All relevant errata as All Errata

2012-03-05 Thread Tomas Lestach
On Friday 02 of March 2012 18:13:29 Duncan Mac-Vicar P. wrote: On 03/02/2012 05:55 PM, Duncan Mac-Vicar P. wrote: On 03/02/2012 04:06 PM, Tomas Lestach wrote: There's one more thing confusing for me, when we're in the errata area. I mean following two pages https://spacewalk/rhn

Re: [Spacewalk-devel] [PATCH] Bug about cloned channels and errata

2012-03-05 Thread Tomas Lestach
for the issue. Thanks, Johannes Thank you, -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Cleanup of StringResource in java

2012-03-06 Thread Tomas Lestach
in java/code/src/com/redhat/rhn/frontend/taglibs/ToolbarTag.java Thanks, Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] Bug about cloned channels and errata

2012-03-07 Thread Tomas Lestach
I will find time for that in the next days and I can then come up with a new patch for that file after I verified the behavior. Great! Thank you Johannes, -- Tomas Lestach RHN Satellite Engineering, Red Hat Regards, Johannes ___ Spacewalk-devel

Re: [Spacewalk-devel] Exceptions, i18n and error messages

2012-03-07 Thread Tomas Lestach
remember Tomas Lestach mentioning in irc that it is important that these xmlrpc exceptions are untranslated. Not really. I said, that we usually do not translate API exceptions. That means I know a few of them being translated, but there's not a strict requirement to have them localized

Re: [Spacewalk-devel] [PATCH] Bug about cloned channels and errata

2012-03-08 Thread Tomas Lestach
On Thursday 08 of March 2012 15:46:46 Johannes Renner wrote: On 03/07/2012 10:04 AM, Tomas Lestach wrote: I will find time for that in the next days and I can then come up with a new patch for that file after I verified the behavior. Great! Thank you Johannes, So, AFAICS

Re: [Spacewalk-devel] [PATCH] Generate API documentation as DocBook XML

2012-03-12 Thread Tomas Lestach
/suse_manager/pdfdoc/book_susemanager_apido c/book_susemanager_apidoc.pdf Thank you Johannes! Both committed to spacewalk as: 6e0a98525dc70196e8f5766c1b8880711278776e a6c33b94fa87dccab3da5cfae77a613ae22c69d4 Regards, -- Tomas Lestach RHN Satellite Engineering, Red Hat

Re: [Spacewalk-devel] [PATCH] - 804702 deployAllSystems() documentation on the webUI does know show the date parameter when calling the method

2012-03-19 Thread Tomas Lestach
: 44e128e316c720342b91ed99c0c25eaf7ba35a2e Thank you! Regards, -- Tomas Lestach RHN Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Bug 805275 - configchannel.deployAllSystems()

2012-03-21 Thread Tomas Lestach
and passing checkstyle rules. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] slf4j-api

2012-03-28 Thread Tomas Lestach
://koji.fedoraproject.org/koji/rpminfo?rpmID=2571079 I believe if the paths are everywhere correctly adjusted, it could be replaced. Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Mirek ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

Re: [Spacewalk-devel] ivy

2012-03-28 Thread Tomas Lestach
from the really old 1.7 jpackage repo. I remember Simon hit some troubles, when he wanted to use newer ivy from jpackage 5.0. Tomas -- Tomas Lestach RHN Satellite Engineering, Red Hat Mirek ___ Spacewalk-devel mailing list Spacewalk-devel

Re: [Spacewalk-devel] [PATCH] Checkstyle 4.1 vs. 4.3

2012-03-30 Thread Tomas Lestach
. Right, you're correct. Applied as: 1608dcf63390c62b2acf62476ba8040a7b9d799a Just in case you are planning to upgrade or want to fix anyways. Regards, Johannes Thank you, Johannes! Regards, -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk

Re: [Spacewalk-devel] [PATCH] Naming of cloned errata

2012-04-04 Thread Tomas Lestach
name would go over the max errata name limit. Thats' why I committed only the first idea of your proposed patch as: 96f4e2cdeebc50d35b8a0e959506452eadb0aa26 Thank you. Best Regards, -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk-devel

Re: [Spacewalk-devel] dto's from the database?

2012-04-04 Thread Tomas Lestach
to the ErrataOverview dto. Add the keywords to the ErrataOverview in the same way. At least a simple method similar to the ErrataOverview.isProductEnhancement is needed, that determins reboot need on the fly. Regards, Tomas -- Tomas Lestach RHN Satellite Engineering

Re: [Spacewalk-devel] [PATCH] Naming of cloned errata

2012-04-04 Thread Tomas Lestach
On Wednesday 04 of April 2012 09:42:59 Cliff Perry wrote: On 04/04/2012 04:47 AM, Tomas Lestach wrote: On Friday 30 of March 2012 17:06:17 Johannes Renner wrote: On 03/07/2012 11:57 AM, Johannes Renner wrote: On 03/06/2012 05:42 PM, Johannes Renner wrote: Hey, I want to propose

Re: [Spacewalk-devel] dto's from the database?

2012-04-05 Thread Tomas Lestach
On Wednesday 04 of April 2012 16:37:39 Duncan Mac-Vicar P. wrote: On 04/04/2012 11:48 AM, Tomas Lestach wrote: An elaborator is an additional query, that fetches additional information from the DB for a DTO object (may have additional parameters). It's always run with a main query. It may

Re: [Spacewalk-devel] dto's from the database?

2012-04-11 Thread Tomas Lestach
On Wednesday 11 of April 2012 10:56:04 Duncan Mac-Vicar P. wrote: On 04/06/2012 10:54 AM, Tomas Lestach wrote: Hmm, this isn't suitable for one system (if I understood it correctly), because you make a query, where you get all the systems having the specific errata keyword and then you

Re: [Spacewalk-devel] dto's from the database?

2012-04-12 Thread Tomas Lestach
On Thursday 12 of April 2012 11:32:05 Duncan Mac-Vicar P. wrote: On 04/11/2012 11:00 AM, Tomas Lestach wrote: This is ok, because it's not used in the elaborator. Regards, Ok, here is a patch for review for the first part: adding a list of systems that need review, and showing a notification

Re: [Spacewalk-devel] dto's from the database?

2012-04-13 Thread Tomas Lestach
On Friday 13 of April 2012 12:29:40 Duncan Mac-Vicar P. wrote: On 04/12/2012 02:46 PM, Tomas Lestach wrote: - please rename one of the having_errata_with_keyword_applied_since_last_reboot query or mode - not to have the same name - even if it does not cause any troubles, it's

Re: [Spacewalk-devel] dto's from the database?

2012-04-16 Thread Tomas Lestach
On Friday 13 of April 2012 17:28:05 Duncan Mac-Vicar P. wrote: On 04/13/2012 02:30 PM, Tomas Lestach wrote: A separate query for a single system would definitelly be more efficient. Looking at what you pointed out in IRC: what happens if the errata is applied on the client side. So I

Re: [Spacewalk-devel] [PATCH] Show systems that need reboot because of an errata

2012-04-18 Thread Tomas Lestach
as: 433bd3a310f38577ff3066414a2f035e4c310e47 :-) Regards, Tomas -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] [PATCH] Show systems that need reboot because of an errata

2012-04-19 Thread Tomas Lestach
On Thursday 19 of April 2012 11:51:21 Michael Calmer wrote: Hi, Am Mittwoch, 18. April 2012, 15:00:01 schrieb Tomas Lestach: Attached patch, rebased against master. It contains all suggestions and fixed some formatting issues not relevant to the patch. Additionally changed

Re: [Spacewalk-devel] [PATCH] fixes for system that needs reboot feature

2012-04-25 Thread Tomas Lestach
as: c15d5aecce23dfea32dd518c233f0d3bd8ae546c 76a369475e24a5bdcf3b35ab8395efd3c8a8f53a b3d46efc68355e59e879726591d20875f2cb2a4b Thanks, -- Tomas Lestach RHN Satellite Engineering ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo

  1   2   >