Devan Goodwin wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[snip]

On Fedora 10 I see two issues,

spacewalk-setup still hangs at the end restarting services. Everything
seems to be up and running fine including jabberd, I think the problem
is jabberd printing something to stdout/stderr that's messing with the
way we intercept output and log it to rhn-installation.log. If you
switch to another terminal and run service jabberd restart,
spacewalk-setup immediately picks back up and completes. If you trace
this down I believe you land in Setup.pm sub system_debug:

      while (<PROCESS_OUT>) {
          print LOGFILE $_;
      }
      waitpid($pid, 0);

IIRC you never get past the waidpid. It is noteworthy that everything
is up and running at this point, spacewalk-setup just doesn't realize
it.

Jan please look at this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=492194

There's also a lesser problem causing these lines to be printed during
spacewalk-setup:

Use of uninitialized value $uid in chown
at /usr/bin/rhn-generate-pem.pl line 74.
Use of uninitialized value $gid in chown
at /usr/bin/rhn-generate-pem.pl line 74.

This is because we try to change permissions on a file to be owned by
the jabberd user, which doesn't exist at least on F10, it's now just
the "jabber" user.

I fixed this today: 6ff2e4c035239140e85089bab690ff63add38303
http://tinyurl.com/clqkgn

--
jesus m. rodriguez        | jes...@redhat.com
sr. software engineer     | irc: zeus
rhn satellite & spacewalk | 919.754.4413 (w)
rhce # 805008586930012    | 919.623.0080 (c)
+-------------------------------------------+
|  "Those who cannot learn from history     |
|   are doomed to repeat it."               |
|                       -- George Santayana |
+-------------------------------------------+

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to