Hi all.<div><br></div><div>I'm trying to resign the spacewalk-public.cert with a new owner name, but I'm having a problem (the same happens with the template.cert). I successfully did this same process with Spacewalk 1.5 on CentOS 5.7, but now in Spacewalk 1.6 on a RHEL6.2 I receive this:</div>


<div><br></div><div><div># perl <a href="http://gen-oss-sat-cert.pl" target="_blank">gen-oss-sat-cert.pl</a> --signer XXXXXXXX --resign /usr/share/spacewalk/setup/spacewalk-public.cert</div><div>Passphrase: </div><div>Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at /usr/share/perl5/vendor_perl/RHN/DB/DataSource.pm line 70</div>

<div><br></div><div>Comparing the DataSource.pm of 1.6 with the same file shipped with 1.5 I found just one little diff:</div><div><br></div><div><div># diff /usr/share/perl5/vendor_perl/RHN/DB/DataSource.pm /tmp/oldDataSource.pm</div>

<div>2c2</div><div>< # Copyright (c) 2008--2011 Red Hat, Inc.</div><div>---</div><div>> # Copyright (c) 2008--2010 Red Hat, Inc.</div><div>47c47</div><div><     my $query_body = sprintf $original_body, join(", ", map { ":$_" } sort keys %param_map);</div>

<div>---</div><div>>     my $query_body = sprintf $original_body, join(", ", map { ":$_" } keys %param_map);</div></div><div><br></div><div>Searching on the web I found this <a href="https://bugzilla.redhat.com/show_bug.cgi?id=529371">https://bugzilla.redhat.com/show_bug.cgi?id=529371</a>, but I guess that isn't the same cause. Does anybody is having the same issue?</div>

<div><br></div><div>Thanks in advance,</div></div><div>Nilton Moura.</div>