delayed patching broken?

I noticed that some patches which had been delayed to shutdown arent being installed.

After a lot of mucking around, it appears that the "installupdates" script is no longer being called as part of the shutdown sequence.

The change happened with patch 121086-01.

And I can verify that pre patch the installupdates script is linked into

/etc/rc0.d/K51installupdates

And after the patch, it still exists in the /etc/init.d directory but isnt linked into the /etc/rc0.d, /etc/rcS.d etc directories.

Assuming I havent missed something obvious, this appears to be a bug. I can log a bug report if necessary. But I won't bother if this is a know problem.

[692 byte] By [robert.cohen] at [2007-11-26 6:04:29]
# 1

We have replicated the problem you are seeing, the installupdates init script is no longer present in /etc/rc0.d after applying patch 121086-01 (which was released on the 19th October).

The patch appear to have been for a performance bug 6322616 to correct the installupdates script as a start-up script. It does not appear to have been released by the Sun Update Connection development team however.

We will raise this matter for withdrawl and correction of the patch.

ForumModerator at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2

We have experienced this identical problem.

I didn't do anything special to get the 121086-01 patch. I just selected all the patches that were available. So, it must have been part of the collection of patches that Update Manager acquired as part of its behavior.

I appreciate that SUn is working on a fix. However, in the mean time, is it OK to simply recreate the links (in /etc/rc0.d and /etc/rcS.d) to /etc/init.d/installupdates?For example, create /etc/rc0.d/K51installupdates, as a (hard) link to /etc/init.d/installupdates?

Thank you.

David Grove

Message was edited by: ForumModerator

david_grove at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

Hi there,

I ran into the same problem yesterday, and the workaround I implemented that worked like a charm is the following :

1. relinked /etc/init.d/installupdates to /etc/rc0.d/K51installupdates, and /etc/rcS.d/K51installupdates

2. brought down the box to single-mode ("init S")

and left it alone to finish it's updates, once it was done

did a clean reboot ("init 6") and everything was ok.

tricky at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4
Hope this helps.Regards,RichardMessage was edited by: ForumModerator
tricky at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 5
Recreating the links as above should solve the problem.High priority CR # 6342800 as has been raised to fix this issue.
ForumModerator at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 6
Thank you.DG
david_grove at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 7
Just to update everyone, a patch will be released later this week to resolve the problem.
ForumModerator at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 8
Hopefully it will not be a "delayed" patch or people affected by the problem won't be able to install it :-).
robertcohen at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 9
The patches to fix this issue 121086-02 and 121087-02 (SPARC and x86) will be released later today or tomorrow. We haven't been explicitlytold by engineering that it's not a delayed patch, but I think we can assume that it's not :-).
Cal at 2007-7-6 13:30:30 > top of Java-index,Administration Tools,Sun Update Connection-System...