Re: [Spacewalk-devel] Selinux fix for taking backups of the oracle xe

2010-01-06 Thread Jan Pazdziora
635836 Yes, I do see allow oracle_db_t self:process ptrace; allow oracle_db_t unconfined_t:process signull; issues on my system, even if the ptrace is allowed in the policy module. I'll try to investigated. Luckily, these do not seem to affect the backup operation

[Spacewalk-devel] Checks for os.getuid() being 0

2010-02-26 Thread Jan Pazdziora
iles from /var/satellite, but again -- maybe we should be checking the ability to write there, instead of just hardcoding the root requirement. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing

Re: [Spacewalk-devel] Any reason to not add a FK constraint to rhnReleaseChannelMap

2010-03-02 Thread Jan Pazdziora
ng to add it as well as makeing channel_id on delete cascade. > This information is populated during a satellite sync (when you sync > the channel). +1 for any change that makes the schema more robust. -- Jan Pazdziora Principal Software Eng

Re: [Spacewalk-devel] Bug 559693 - Add md5sum in package description from channel.software.listAllPackages

2010-03-19 Thread Jan Pazdziora
, just note that it's no longer just MD5 that we care about -- the checksum situation got a bit more generic lately. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redha

Re: [Spacewalk-devel] Fix a memory leak in rhnsd

2010-03-19 Thread Jan Pazdziora
Joshua, thanks for catching this. I wonder if you also want to add a check for the return value of that regcomp call. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewal

Re: [Spacewalk-devel] Fix a memory leak in rhnsd

2010-03-20 Thread Jan Pazdziora
On Fri, Mar 19, 2010 at 11:22:38AM +0100, Jan Pazdziora wrote: > > commit f987184526fb2cecf47b9dce8bf69c1c66a86d88 > > Author: Joshua Roys > > Date: Thu Mar 18 14:00:07 2010 + > > > > Fix a memory leak in rhnsd > > > > diff --git a/client/rhel

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-03-30 Thread Jan Pazdziora
chattr +a $aurev_fn); > - Joshua, what is the general intent behind the systemlogs directory? Is it indeed supposed in the '/var/satellite' directory, no matter where the "mount point" of /var/satellite is? In other words, are you intending to have the audit-review.log

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-03-31 Thread Jan Pazdziora
ar/satellite/systemlogs directory there, I fear we might experience bad side-effects. I'm not opposed to having the directory for systemlogs rpm-managed, I'd just like it to be different directory than something withing the default mount point path. Maybe /var/spacewalk or /var/rhn

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-04-01 Thread Jan Pazdziora
rades? Some options: > - just make a release note about it, nothing else > - have a %post script move the directory (gross!) > - drop a line in rhn.conf pointing the audit code to > /var/satellite/systemlogs from a %post > - have the code look in both (also gross) My order of rpeferenc

Re: [Spacewalk-devel] Remove audit review cruft from spacewalk-setup

2010-04-06 Thread Jan Pazdziora
On Fri, Apr 02, 2010 at 04:43:03PM -0400, Joshua Roys wrote: > On 04/01/2010 04:12 AM, Jan Pazdziora wrote: > >On Wed, Mar 31, 2010 at 04:24:01PM -0400, Joshua Roys wrote: > >> > >>OK- that sounds good. I'll write up a patch tomorrow or Friday to > >>mov

[Spacewalk-devel] Rebasing one package (subdirectory) in git

2010-04-08 Thread Jan Pazdziora
in the master. And against branch b $ git diff b..master -- client/rhel/rhn-client-tools which should show nothing, as the whole subdirectory in master should have been correctly overwritten (rebased) to what we have in b. -- Jan Pazdziora Principal Software Engineer, Sa

Re: [Spacewalk-devel] Help with Debian support

2010-04-09 Thread Jan Pazdziora
pty), define activation key, and align that custom channel to that key, and use the activation key with rhnreg_ks? That way you should be able to avoid the magic which tries to find the entitlements / channels for your system. -- Jan Pazdziora Principal Software Engineer, Satellite Engineerin

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

2010-04-13 Thread Jan Pazdziora
nnelArch table, it's actually a tiny bit better to do it the way Tomas has suggested. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/m

Re: [Spacewalk-devel] Spacewalk 1.0 vs 0.9?

2010-04-15 Thread Jan Pazdziora
today in the nightlies is as close to ready for a > 1.0 release we will likely have for the next 6+ months. We have been > doing a lot of bugfixing these past months, with some enhancements. > > So, any objections? +1.0. No objection. -- Jan Pazdziora Principal Software Engineer, Satell

Re: [Spacewalk-devel] fedora Support

2010-04-20 Thread Jan Pazdziora
um/0.8/RHEL/5 not being found is something of a > problem. http://spacewalk.redhat.com/yum/0.8/Fedora exists but not > http://spacewalk.redhat.com/yum/0.8/RHEL. Nope, this is not related. Responsible parties have been notified and we hope for a timely resolution. Apologies for the tr

[Spacewalk-devel] read_cpuinfo in the client code

2010-04-21 Thread Jan Pazdziora
It looks like we have the same or very similar loop for most platforms. Maybe it would make sense to have the top level while and parsing of the /proc/cpuinfo to be common code, and only do the ifs when reading in the specific fields. Patches welcome, if anyone wants to give it a try. -- Jan

Re: [Spacewalk-devel] Pushed first commit

2010-04-22 Thread Jan Pazdziora
On Thu, Apr 22, 2010 at 09:19:48PM +0800, Colin Coe wrote: > Hi all > > I've just pushed my first commit. The description is 'Make bash default for Colin, I am sorry but I do not see your commit. Are you sure you really pushed to master? -- Jan Pazdziora Principal Software

Re: [Spacewalk-devel] Pushed first commit

2010-04-23 Thread Jan Pazdziora
=commit;h=e8bc01bd4710cff6548e1790b48b101f1136b3a3 says 404 - Unknown commit object. Do rebase your change on top of current master (after you've pulled) and then do git push. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___

[Spacewalk-devel] Bug space11 now created

2010-04-23 Thread Jan Pazdziora
Hello, I've created bug with alias space11 as tracker for bugs that will not make it into Spacewalk 1.0. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

Re: [Spacewalk-devel] spacewalk build info

2010-04-26 Thread Jan Pazdziora
what packages are tagged in git repo but not tagged/built in the koji repo. Hope this helps, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com

Re: [Spacewalk-devel] spacewalk build info

2010-04-26 Thread Jan Pazdziora
"/usr/lib/python2.6/site-packages/tito/builder.py", line 594, in _setup_test_specfile run_command(cmd) File "/usr/lib/python2.6/site-packages/tito/common.py", line 75, in run_command raise Exception("Error running command") Exception: Error running command Any

[Spacewalk-devel] Fixing existing bugzillas (was Re: client/tools)

2010-04-30 Thread Jan Pazdziora
RENTRELEASE or RAWHIDE) I've now put note to this effect to https://fedorahosted.org/spacewalk/wiki/BugHandling. Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-d

Re: [Spacewalk-devel] Remove jabberd from our repos?

2010-04-30 Thread Jan Pazdziora
ellite channels. There is no EPEL involved in RHEL + Satellite installation. So EPEL does not need to be compatible with Satellite, nor vice versa. > If we decide that compatibility is not necessary, other client tools > (which has been held back) could also be pushed. Could you be more specif

Re: [Spacewalk-devel] Translations

2010-05-07 Thread Jan Pazdziora
mponents: > rhnsd > yum-rhn-plugin > rhn-client-tools > Please do *not* work on > spacewalk-server > as 8bit characted currently make problem in xmlrpc communitacion. > > All changes in Transifex will be automaticaly saved in master branch > of our git repo. Cool stuff, t

[Spacewalk-devel] %changelogs in our packages

2010-06-01 Thread Jan Pazdziora
y contains all the versions that the previous version contained, plus one new item/record. Which of course we might want to refactor somehow, eventually. But still -- do we really need changelogs going all the way back? -- Jan Pazdziora Principal Software Engineer, Satellite Engineerin

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

2010-06-01 Thread Jan Pazdziora
Hello, we have 27 .jars in java/code/libsrc in our repo. What are they used for? I can see references to libsrc in build.xml: buildconf/build-props.xml: conf/eclipse/rhn_eclipse_libraries.xml: conf/eclipse/rhn_eclipse_libraries.xml:https://www.redhat.com/mailman/listinf

Re: [Spacewalk-devel] %changelogs in our packages

2010-06-02 Thread Jan Pazdziora
older changelog entries in an extra file is not needed. They don't include the full history anyway (we weren't that good maintaining the changelog in the past, so there are gaps there), and as the sources are available, it's possible to get the logs and exact changes from the git

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

2010-06-10 Thread Jan Pazdziora
On Mon, Jun 07, 2010 at 07:53:28AM -0400, Tomas Lestach wrote: > - "Jan Pazdziora" wrote: > > > Hello, > > > > we have 27 .jars in java/code/libsrc in our repo. What are they used > > for? > > These are the sources of the external java libra

Re: [Spacewalk-devel] Removed the bulk-subscribe and unsubscribe which is not used anywhere

2010-06-10 Thread Jan Pazdziora
t: No systems would be affected by your channel subscription choices. Is it correct that we are removing it? Or does the .pxt refer to different ssm_channel_change_conf? -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Removed the bulk-subscribe and unsubscribe which is not used anywhere

2010-06-14 Thread Jan Pazdziora
FM WHERE CFM.channel_id = channel_id_in AND CFM.channel_family_id = CFL.channel_family_id; and rhnChannelFamilyLicense is empty on my Satellite 5.3. Is this table and rhnChannelFamilyLicenseConsent somehow used in Spacewalk / Satellite? -- Jan Pazdziora Principal Software En

[Spacewalk-devel] New records get born in RHNDAEMONSTATE

2010-06-15 Thread Jan Pazdziora
t different table holding the list of allowed labels and having RHNDAEMONSTATE.LABEL a foreign key to that table, so that the application code does not insert completely random labels. Thoughts? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___

[Spacewalk-devel] Primary is a reserved work -- used as column name in rhnPackageRepodata

2010-06-18 Thread Jan Pazdziora
Hello Justin, in the rhnPackageRepodata table definition, we have a column named primary. The word primary is reserved in SQL-92. Could you please rename that column to something which would not be a reserved word? It will save us some hacking and pain in the future. Thank you, -- Jan

[Spacewalk-devel] Spacewalk build system now accessible

2010-06-25 Thread Jan Pazdziora
as been hosting the mirror for nearly two years. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-29 Thread Jan Pazdziora
ses rhnSatelliteCert? Thanks, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-30 Thread Jan Pazdziora
On Tue, Jun 29, 2010 at 02:47:07PM +0200, Jan Pazdziora wrote: > > Hello, > > when I try to access the /rhn/Login.do page of my PostgreSQL-backended > Spacewalk, I get the following traceback: > > 2010-06-29 11:16:41,052 [TP-Processor3] ERROR > org.hibernate.util.JDB

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-06-30 Thread Jan Pazdziora
On Wed, Jun 30, 2010 at 11:11:16AM +0200, Jan Pazdziora wrote: > > FYI, setting the certBlob to lazy [...] > did not help. But dropping it completely diff --git a/java/code/src/com/redhat/rhn/domain/satellite/SatelliteCertificate.hbm.xml b/java/code/src/com/redhat/rhn/domain/

Re: [Spacewalk-devel] PXT pages

2010-06-30 Thread Jan Pazdziora
et Manager seems to be .do. Of course, under that things may be .pxt still -- System Groups are a good example. If you are writing new application, you probably should do it in Java. If you just plan to add an existing .pxt application to better place in the menu structure, just do it. -- Jan

Re: [Spacewalk-devel] spacecmd 0.4 - a viable alternative to the Satellite web UI

2010-07-02 Thread Jan Pazdziora
26 search:CVE-2010-2063 Aron, would you maybe like to put a wiki page somewhere under https://fedorahosted.org/spacewalk/wiki/ with more info about spacecmd, so that we can reference it from other pages? Thank you, -- Jan Pazdziora Principal Software

Re: [Spacewalk-devel] spacecmd 0.4 - a viable alternative to the Satellite web UI

2010-07-07 Thread Jan Pazdziora
On Tue, Jul 06, 2010 at 11:49:35AM -0400, Aron Parsons wrote: > I created an entry for spacecmd on the Spacewalk wiki. > > https://fedorahosted.org/spacewalk/wiki/spacecmd Great. I've linked it from https://fedorahosted.org/spacewalk/wiki/UserDocs -- Jan Pazdziora Prin

Re: [Spacewalk-devel] org.postgresql.util.PSQLException: Bad value for type long while SatelliteCertificate.lookupNewestCertificate

2010-07-07 Thread Jan Pazdziora
On Wed, Jun 30, 2010 at 11:50:15AM +0200, Jan Pazdziora wrote: > On Wed, Jun 30, 2010 at 11:11:16AM +0200, Jan Pazdziora wrote: > > > > FYI, setting the certBlob to lazy > > [...] > > > did not help. > > But dropping it completely > > diff --gi

[Spacewalk-devel] PostgreSQL status

2010-07-09 Thread Jan Pazdziora
ot responding right away, it's because I'm taking rest, not because I'm ignoring you. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PostgreSQL status

2010-07-10 Thread Jan Pazdziora
port should work on F13 just fine (famous last words). -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PostgreSQL status

2010-07-10 Thread Jan Pazdziora
stantclient-*, primarily because part of the game is monitoring which has Oracle probes and thus needs Oracle client libraries. I think Mirek (?) was working on making that part of monitoring optional. Anyway, patches welcome for this issue. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite

Re: [Spacewalk-devel] PostgreSQL status

2010-07-19 Thread Jan Pazdziora
; to make sure it is ok. Have you got a spacewalk-java* package I could try, for Oracle and PostgreSQL? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
all the unit tests on oracle, so oracle should > be good. Thanks. This seems to be solving the issue on PostgreSQL as well. I'm not saying it selects the blobs correctly, we are not there yet, but I no longer get the errors I used to be getting upon tomcat startup. -- Jan Pazdziora Pr

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
On Fri, Jul 09, 2010 at 04:40:12PM +0200, Jan Pazdziora wrote: > > Hello, > > in the past couple of weeks, I've been looking at the status of > PostgreSQL database backend for Spacewalk, trying to get it install > and at least start. > > I've summariz

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
On Wed, Jul 21, 2010 at 09:03:23AM -0400, Justin Sherrill wrote: > On 7/21/10 8:22 AM, Jan Pazdziora wrote: > >On Tue, Jul 20, 2010 at 06:25:06PM -0400, Justin Sherrill wrote: > >>I've finished those changes and have built packages. If you could > >>gi

Re: [Spacewalk-devel] PostgreSQL status

2010-07-21 Thread Jan Pazdziora
o have been orphaned, based on http://www.redhat.com/archives/rhl-devel-list/2009-September/msg00655.html Do you know what our options for Fedora 13 are? Do we want to bring python-pgsql back, or use some other package/module? -- Jan Pazdziora Principal Software Engineer, Satellite Engin

[Spacewalk-devel] Suggestions for sysdate, for PostgreSQL?

2010-07-21 Thread Jan Pazdziora
On Fri, Jul 09, 2010 at 04:40:12PM +0200, Jan Pazdziora wrote: > > - ... and then it's just business as usual -- fix bugs that you see in > catalina.out and other logs. > - For example, we will need to do something about sysdate. ;-) Hello, what are our possibilities for ha

Re: [Spacewalk-devel] What do I do with all those potential bugzillas ?

2010-07-21 Thread Jan Pazdziora
e and submit patch than to work with mega-bugzilla that lists multiple issues. Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] Suggestions for sysdate, for PostgreSQL?

2010-07-21 Thread Jan Pazdziora
On Wed, Jul 21, 2010 at 06:21:04PM -0400, Tom Lane wrote: > Jan Pazdziora writes: > > what are our possibilities for handling sysdate in PostgreSQL. > > Isn't s/sysdate/current_timestamp/g a good solution? That's standards > compliant, unlike sysdate. I wouldn'

Re: [Spacewalk-devel] PostgreSQL status

2010-07-22 Thread Jan Pazdziora
he right thing both on Fedora 12 and RHEL 5. So the setup is usable on RHEL 5 / CentOS 5 as well. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] remove rpms from koji

2010-07-29 Thread Jan Pazdziora
ot want to remove the package from tag listings -- the reverse of add-pkg which I don't see in koji help (we do not want block-pkg, we want the pkg to be completely gone). -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _

Re: [Spacewalk-devel] Postgres dev environment

2010-08-03 Thread Jan Pazdziora
the NULL clauses that chameleon does not understand and thus the source file is just copied over. Can you please try the rpm from https://koji.spacewalkproject.org/koji/taskinfo?taskID=43419 and confirm that it fixes the issue for you? -- Jan Pazdziora Principal Software Engine

Re: [Spacewalk-devel] Postgres dev environment

2010-08-03 Thread Jan Pazdziora
://koji.spacewalkproject.org/koji/taskinfo?taskID=43419 > > > > and confirm that it fixes the issue for you? > > > > -- > > Jan Pazdziora > > Principal Software Engineer, Satellite Engineering, Red Hat > > > > Hi Jan > > Firefox tells me: > --

Re: [Spacewalk-devel] Postgres dev environment

2010-08-03 Thread Jan Pazdziora
; like it worked OK as it came back OK and the services all started. Fine. I've pushed the change, tagged and scheduled spacewalk-schema-1.1.26-1 build. Thanks, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewal

Re: [Spacewalk-devel] Changes for Spacewalk 1.2

2010-08-11 Thread Jan Pazdziora
ist-5E-sw-1.1. The spacewalk-web-1.1.8-1.fc12 is not tagged either. Could you please finish the tagging of 1.1 packages? -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-dev

Re: [Spacewalk-devel] PostgreSQL status

2010-08-12 Thread Jan Pazdziora
ightly repo, which now has "1.2" in the path -- please follow https://fedorahosted.org/spacewalk/wiki/PostgreSQL -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] possible breakage of spacewalk-backend

2010-08-13 Thread Jan Pazdziora
utils.sysconfig import get_python_lib; print get_python_lib()")} > %endif > +%global rhnroot %{python_sitelib} %global rhnroot %{python_sitelib}/rhn instead and change all the relevant imports to have the "rhn." prefix? Alternatively we could have /usr/share/rhn to be a symlink

Re: [Spacewalk-devel] possible breakage of spacewalk-backend

2010-08-13 Thread Jan Pazdziora
On Fri, Aug 13, 2010 at 07:34:19PM +0200, Jan Pazdziora wrote: > On Fri, Aug 13, 2010 at 07:21:36PM +0200, Miroslav Suchý wrote: > > Well with this mine commit, I admit something can break. I tested it > > on my own Spacewalk and it works, but I'm not sure what it make to

Re: [Spacewalk-devel] possible breakage of spacewalk-backend

2010-08-14 Thread Jan Pazdziora
ave the "rhn." > >prefix? Alternatively we could have /usr/share/rhn to be a symlink > >to %{python_sitelib}/rhn or something similar. > > That's ugly. Since we have there other data which should not be > stored in %{python_sitelib} > E.g. RHN-GPG-KEY, RHNS-CA

[Spacewalk-devel] On changelogs

2010-09-24 Thread Jan Pazdziora
t.", but apparently, > I never did. :/ > > ~spot - End forwarded message - I wonder if we should change the way changelog is currently generated for our packages ... -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _

Re: [Spacewalk-devel] Development environment build

2010-09-24 Thread Jan Pazdziora
tting an > error on the x-setup-specfile. > > [u...@spacewalk-development spacewalk]# make test-rpm Nowadays, you probably want to use tito instead to build the rpms. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _

Re: [Spacewalk-devel] Development environment build

2010-09-28 Thread Jan Pazdziora
d out or if they are the same OS and arch. Please don't hesitate to ask if you hit some issue. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://ww

[Spacewalk-devel] When changing schema, keep PostgreSQL in sync

2010-09-30 Thread Jan Pazdziora
because it will no longer be true. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] PostgreSQL schema update needed

2010-09-30 Thread Jan Pazdziora
file. You can run cd schema/spacewalk && perl schema-source-sanity-check.pl to check that you did not break anything. Thank you ... and go start coding. ;-) -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___

Re: [Spacewalk-devel] PATCH: make NVL work in PostgreSQL

2010-10-04 Thread Jan Pazdziora
On Tue, Aug 10, 2010 at 08:31:19PM +0800, Colin Coe wrote: > Hi all > > Attached is a patch that makes the NVL errors GoAway(tm). Pushed, thanks. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacew

Re: [Spacewalk-devel] PATCH: make NVL work in PostgreSQL

2010-10-04 Thread Jan Pazdziora
VL(0,123) -- 0 spaceschema=# select nvl(0, 123) from dual ; nvl - 123 (1 row) So I'm not committing these two changes yet. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel ma

Re: [Spacewalk-devel] PATCH: make NVL work in PostgreSQL

2010-10-07 Thread Jan Pazdziora
we needed that check for empty string to be compatible with the use of nvl in our code, but for other types it should be just plain coalesce. > I'd be inclined to declare the arguments and results as anyelement > rather than hard-wiring them to integer. Nod. -- Jan Pazdziora Princip

[Spacewalk-devel] quartz-oracle removed, no PostgreSQL equivalent

2010-10-08 Thread Jan Pazdziora
add it to spacewalk-postgresql? Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] The nutch package

2010-10-08 Thread Jan Pazdziora
package and remove any cruft that is not needed (.jars, sources), and/or split them out to some subpackages (docs), so that we minimize the size of the package? Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat

[Spacewalk-devel] Spacewalk nightly can be installed without Oracle bits (developers only)

2010-10-12 Thread Jan Pazdziora
just please use Spacewalk master's history. Or ping us at #spacewalk-devel. Thanks, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailma

Re: [Spacewalk-devel] Changes to 'debian'

2010-10-18 Thread Jan Pazdziora
> Author: Miroslav Suchý > Date: Mon Oct 18 21:58:08 2010 +0200 > > add debian control files for python-rhnlib -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-de

Re: [Spacewalk-devel] java/code: Fix checkstyle errors

2010-10-21 Thread Jan Pazdziora
Date: Fri Oct 22 03:07:52 2010 +0800 > > Fix checkstyle errors Colin, thanks for the fix. The spacewalk-java now built alright: http://koji.spacewalkproject.org/koji/buildinfo?buildID=19358 -- Jan Pazdziora Principal Software Engineer,

[Spacewalk-devel] Spacewalk on PostgreSQL port status

2010-10-25 Thread Jan Pazdziora
really welcome. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Spacewalk on PostgreSQL: empty string

2010-10-25 Thread Jan Pazdziora
stgreSQLPortingGuide#empty_string_null -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Spacewalk on PostgreSQL: migrating existing Oracle installation

2010-10-26 Thread Jan Pazdziora
database and there's nothing you couldn't figure out, but you still might want to walk through the whole document to see all the steps. Happy hacking, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-dev

Re: [Spacewalk-devel] quartz-oracle removed, no PostgreSQL equivalent

2010-10-29 Thread Jan Pazdziora
On Fri, Oct 08, 2010 at 11:08:53AM +0200, Jan Pazdziora wrote: > > it looks like the quartz-oracle package requires ojdbc14 which is > provided by oracle-lib-compat, which in turn requires > oracle-instantclient-basic. > > So having quartz-oracle is a blocker in our goal to

[Spacewalk-devel] Registration entitles ... but fails with str issue

2010-10-29 Thread Jan Pazdziora
hnServer.get(system_id, load_user = self.load_user) which then seems to populate the data from rhnServer, and it puts string '0' into the object instead of 0, even if the type of the last_boot column is number. I wonder if something in that row populating code needs to b

Re: [Spacewalk-devel] Registration entitles ... but fails with str issue

2010-11-01 Thread Jan Pazdziora
On Fri, Oct 29, 2010 at 10:11:16PM +0200, Jan Pazdziora wrote: > > Commit 335f140534de31335727ceb9ed18ad8b405bf638 fixes the > error 31 -- the rhn_entitlements.can_entitle_server returned 1 > in psql but via rhnSQL it was returning None. > > Currently rhnreg_ks fails with >

[Spacewalk-devel] Slipping the release some more

2010-11-10 Thread Jan Pazdziora
Folks, we seem to be having serious issues with our builder so I'm slipping the next release until at least the next week. Sorry about that, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel ma

[Spacewalk-devel] German messages in sv.po

2010-11-11 Thread Jan Pazdziora
> > #: ../server/handlers/xmlrpc/queue.py:425 > #, python-format > msgid "Action %s does not belong to server %s" > -msgstr "Åtgärd %s hör inte till server %s" > +msgstr "Aktion %s gehört nicht zu Server %s" Hello, I have just reverted this commit of yours because the messages are too German for sv.po. I assume it was committed by accident but if there is some automation going on, please check the setup on your site. Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] tanukiwrapper no longer in Fedora 14

2010-11-12 Thread Jan Pazdziora
13 and import it to koji and throw it to Spacewalk yum repos? Do we have anybody who would be willing and able to take over the maintenance of tanukiwrapper in Fedora? Are there any alternatives (ideally in Fedora) we should be looking at? -- Jan Pazdziora Principal Software Engineer, Satellite

Re: [Spacewalk-devel] tanukiwrapper no longer in Fedora 14

2010-11-12 Thread Jan Pazdziora
On Fri, Nov 12, 2010 at 01:20:12PM +0100, Miroslav Suchý wrote: > On 11/12/2010 11:41 AM, Jan Pazdziora wrote: > > > >Hello, > > > >so it looks like based on > > > > http://lists.fedoraproject.org/pipermail/devel/2010-August/142064.html > > &

[Spacewalk-devel] Spacewalk 1.2 branched

2010-11-15 Thread Jan Pazdziora
lding. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

[Spacewalk-devel] Spacewalk 1.2 release candidate available

2010-11-15 Thread Jan Pazdziora
bugs which are not fixed and should be a blocker for Spacewalk 1.2 -- ideally with a patch. Thank you, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com

Re: [Spacewalk-devel] Spacewalk 1.2 release candidate available

2010-11-15 Thread Jan Pazdziora
On Mon, Nov 15, 2010 at 08:56:15PM +0100, Sandro "red" Mathys wrote: > On Mon, Nov 15, 2010 at 20:39, Jan Pazdziora wrote: > > http://koji.spacewalkproject.org/spacewalk/split/spacewalk-5E/server/spacewalk-5E-1.2/$basearch/os > > http://koji.spacewalkproject.org/spac

Re: [Spacewalk-devel] Spacewalk 1.2 release candidate available

2010-11-16 Thread Jan Pazdziora
On Tue, Nov 16, 2010 at 10:56:35AM +0100, Sandro "red" Mathys wrote: > On 11/15/2010 08:39 PM, Jan Pazdziora wrote: > > > >Hello, > > > >Spacewalk 1.2 release candidate yum repo is available at > > > >http://koji.spacewalkproject.org/spacewalk/spl

Re: [Spacewalk-devel] git via ssh

2010-11-16 Thread Jan Pazdziora
under the impression that this should work for our git repo just as it works for other projects hosted at fedorahosted.org. Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-d

Re: [Spacewalk-devel] Spacewalk 1.2 release candidate available

2010-11-16 Thread Jan Pazdziora
and the > entire service needs to be rebooted before we can continues. Application of > oracle-lib-compat-10.2.0.25-1.el5.x86_64.rpm resolved the issue for me. > Yep, we LD_PRELOAD the standard libldap in tomcat-setenv.sh and the fix will be in Spacewalk 1.2. -- Jan Pazdziora

Re: [Spacewalk-devel] Spacewalk 1.2 release candidate available

2010-11-16 Thread Jan Pazdziora
On Mon, Nov 15, 2010 at 08:39:25PM +0100, Jan Pazdziora wrote: > > Hello, > > Spacewalk 1.2 release candidate yum repo is available at > > http://koji.spacewalkproject.org/spacewalk/split/spacewalk-5E/server/spacewalk-5E-1.2/$basearch/os > http://koji.spacewalkprojec

Re: [Spacewalk-devel] Spacewalk 1.2 branched

2010-11-16 Thread Jan Pazdziora
n phase. I've asked Tomáš to review the b856791ce8efe5 change because giving out any file on the filer seems like a security issue on first glance. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mail

[Spacewalk-devel] Spacewalk 1.2 released

2010-11-19 Thread Jan Pazdziora
and API work. https://fedorahosted.org/spacewalk/wiki/ContributorList Yours, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] V1.2 (nightly) and PG (solved)

2010-11-21 Thread Jan Pazdziora
up and then we just use the login/passw...@database to populate the database and use it. No tuning like autovacuum changes is done by Spacewalk. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel maili

Re: [Spacewalk-devel] V1.2 (nightly) and PG (solved)

2010-11-22 Thread Jan Pazdziora
ned in Luc's installation. > >Does anyone else see those parameters as "off"? > > I'm now quite puzzled, I just tried the same on a scratch CentOS5 > box. Guess what? It is turned on. I can see the same (it's set to on, albeit in line which is commented out)

Re: [Spacewalk-devel] spacewalk-nightly repo with broken dependency on RHEL5/CentOS5

2010-11-27 Thread Jan Pazdziora
95d2f4387f76b3d7186a39a1cc04d9c7eccd09 Author: Miroslav Suchý Date: Sat Nov 20 14:14:45 2010 +0100 655310 - send IPv6 addresses to server The package is in Fedoras ... but what was your plan for EL 5? -- Jan Pazdziora Principal Software Engineer, Satellite Engineerin

[Spacewalk-devel] Where have all the patches done?

2010-12-07 Thread Jan Pazdziora
s. If you keep the changes and fixes you do to your Spacewalk with PostgreSQL installations to yourself, they will not make it to the next Spacewalk release. And you will see the PostgreSQL effort go stale again. So please, post the patches. Thank you, -- Jan Pazdziora Principal Software Eng

Re: [Spacewalk-devel] (no subject)

2010-12-09 Thread Jan Pazdziora
u are looking for are rpm and yum packages. Sincerely, -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel

Re: [Spacewalk-devel] (no subject)

2010-12-10 Thread Jan Pazdziora
uns equivalent of yum install. > What happens if there is problem in rpm package installation? In the event history, you will see the package installation fail. -- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat ___ Spac

Re: [Spacewalk-devel] removal of /etc/rc.d/init.d/rhn-satellite

2010-12-13 Thread Jan Pazdziora
he whole suite can be manipulated using command > /usr/sbin/rhn-satellite instead. > > It is there since Spacewalk 0.5 (definitely from RHN Satellite 5.3). > Is it time to completely remove it? Does somebody have objection? No objection here. -- Jan Pazdziora Principal Software Enginee

<    1   2   3   4   5   6   >