[Spacewalk-devel] Feature enhancement for rhn-entitlement-report [patch attached]

2010-12-27 Thread Paresh Mutha
Hello, Current rhn-entitlement-report utility shipped under spacewalk-backend-tools package provides a report on System and Channel entitlements current usage count in all the organizations. As it didn't include the overall usage summary and flex guest entitlement details, I would like to

[Spacewalk-devel] [PATCH] Added NULL checks in setMaxFlex() and setMaxMembers()

2011-01-26 Thread Paresh Mutha
/OrgSoftwareSubscriptions.do?oid=orgid failed with an ISE. We already have a bugzilla created for RHN Satellite v5.4 - https://bugzilla.redhat.com/show_bug.cgi?id=671450 Regards, Paresh From 0bbf4b16fb3b439acc8a761535182a96df63e9e6 Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Thu, 27 Jan

Re: [Spacewalk-devel] [PATCH] Added NULL checks in setMaxFlex() and setMaxMembers()

2011-01-27 Thread Paresh Mutha
Yes but couldn't reach to any conclusion. In reply to your query, I just posted a comment in the satellite bugzilla - https://bugzilla.redhat.com/show_bug.cgi?id=671450#c6 - Paresh On 01/27/2011 01:19 PM, Jan Pazdziora wrote: On Thu, Jan 27, 2011 at 10:07:57AM +0530, Paresh Mutha wrote

[Spacewalk-devel] [PATCH] Fix to remove message on entitlement consumption for virt guest subscribed to cloned channels

2011-04-01 Thread Paresh Mutha
/show_bug.cgi?id=692797 Regards, Paresh From e4ea9c9741c37e3cab92aec78aef78a7680a1283 Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Fri, 1 Apr 2011 13:33:28 +0530 Subject: [PATCH] Fix to remove message on entitlement consumption for virt guest subscribed to cloned channels Signed

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

2011-06-28 Thread Paresh Mutha
fb8f457939fc2ce1155662da14e060d8f722b662 Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Thu, 7 Apr 2011 15:41:19 +0530 Subject: [PATCH 2/2] Fix to have consistent channel name max length to 256 Signed-off-by: Paresh Mutha pmu...@redhat.com --- .../rhn/manager/channel

[Spacewalk-devel] [PATCH] BZ#701344 package profile sync fails if package name has non-ascii char like ® in it

2011-09-15 Thread Paresh Mutha
48288da277e514411ee6ada4ac8d8ca4cf5979a2 Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Thu, 15 Sep 2011 19:23:31 +0530 Subject: [PATCH 3/3] Fix to handle non-ascii chars in package name Signed-off-by: Paresh Mutha pmu...@redhat.com --- backend/server/rhnServer/server_packages.py |3 +++ 1

[Spacewalk-devel] [PATCH] proposed for rhncfg in nightly repo to check stat of local file instead of temp file

2012-10-24 Thread Paresh Mutha
8a4338b0b6ee7fdf79bee125a4e7f3afb48fbdcd Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Wed, 24 Oct 2012 15:28:48 +0530 Subject: [PATCH] fix for bz#869626 use st_mode, st_uid of dst Signed-off-by: Paresh Mutha pmu...@redhat.com --- client/tools/rhncfg/config_common

[Spacewalk-devel] [PATCH] proposed on enable_snapshot in Sever.pm

2013-01-08 Thread Paresh Mutha
feedback/thoughts on it. Regards, Paresh From 178c31f4a232b0d8e036b14e722f195c59667303 Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Tue, 8 Jan 2013 19:46:40 +0530 Subject: [PATCH] Fixing enable_snapshot typo BZ#893068 on satellite Signed-off-by: Paresh Mutha pmu...@redhat.com

[Spacewalk-devel] [PATCH] Add update_date option in spacewalk-clone-by-date

2013-04-03 Thread Paresh Mutha
Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu...@redhat.com Date: Wed, 3 Apr 2013 21:02:34 +0530 Subject: [PATCH] bz#947942 add --use-update-date option Signed-off-by: Paresh Mutha pmu...@redhat.com --- utils/cloneByDate.py | 22 ++ utils/spacewalk-clone-by-date | 1

[Spacewalk-devel] [PATCH] configure-proxy.sh fails with ERROR: RHN Proxy does not appear to be registered if systemIdPath is changed

2013-09-24 Thread Paresh Mutha
ERROR: RHN Proxy does not appear to be registered Attached is the proposed patch for configure-proxy.sh to refer the systemIdPath in up2date file instead of static systemid file. Thanks ! Paresh From b744b489fa369b6f4772814d0065a366ce7ac46d Mon Sep 17 00:00:00 2001 From: Paresh Mutha pmu