Sponsored Content
Operating Systems Solaris Issue patching, can't find resolution Post 302479428 by msarro on Friday 10th of December 2010 04:06:46 PM
Old 12-10-2010
Issue patching, can't find resolution

I'm trying to install the latest patch cluster on a server running 05/08 (it's a Sunfire v240). When installing, the patch cluster dies at patch 138195-04. Looking at the failure log, here is what it says:

Code:
baspeans01:/home/10_Recommended# more /var/tmp/138195-04.log.16544

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Dryrun complete.
No changes were made to the system.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Dryrun complete.
No changes were made to the system.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Dryrun complete.
No changes were made to the system.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.


Installation of <SUNWservicetagr> was successful.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

ERROR: attribute verification of </usr/bin/stclient> failed
    owner name <svctag> not found in passwd table(s)

Installation of <SUNWservicetagu> partially failed.

This kills the patch cluster. I'm not sure how to proceed, and can't find any information. The only help I've found via google is a bug report, and there's no comments; it says its a duplicate. When you click the duplicate link, it's been removed from the oracle site. Any help would be appreciated. Thank you!

If I am unable to get this installed using the patch cluster, is it possible to just use live upgrade off of the latest DVD? Will it cause any issues?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

find issue

I'm trying to use find command to generate a list of a files w/ a specific extension (.axv), but I would also like to exclude/grep out another directory completely from the search (Archive). I have been poking around various sites/forums and man pages and haven't figured this out. tb (2 Replies)
Discussion started by: bisston
2 Replies

2. Solaris

ssh login issue after patching

Hi Everybody, Recently i applied patch cluster dated (2009.11.03) for solaris 10 sparc machine(Generic_138888-06) I successfully applied and rebooted the machine , no errors received. But after patching it was not allowing me to login through ssh while telnet was working fine.Logs showed me ... (11 Replies)
Discussion started by: laxmikant
11 Replies

3. Shell Programming and Scripting

Find and replace issue

Hello Guys i am seeking help here is my issue I have several files i need to find "&" char and replcae with &amp; or &apos; 1) It may be possible that in a file there are several occurance of &, &amp; or &apos; but need to replace only & whihc does not have amp; and apos; 2)it may be the case out of... (7 Replies)
Discussion started by: lokaish23
7 Replies

4. UNIX for Dummies Questions & Answers

Find in files issue

So, I'm back with another, pretty much similar question. I've got a catalogue, with about 60k text files. Every file contains a single line of text with variable number of characters. Here are some examples, which will make my case easier to understand: Example file 1. <item id="2506"/><item... (3 Replies)
Discussion started by: kalik
3 Replies

5. UNIX for Dummies Questions & Answers

Screen Resolution Issue Of RedHat Linux In VMWARE

Hi , I Have Installed Red Hat Linux 5 (Guest) In VMWARE And Host Is Windows The Screen Resolution Of Linux Is Less And How To Increase Resolution , When I Am Trying To Install VMWARE Tool It's Just Showing The Below Message Installing the VMware Tools package will greatly... (4 Replies)
Discussion started by: anudeepkumar123
4 Replies

6. Red Hat

DNS Resolution Issue

Hello, Having issue resolving DNS using the IP address. Using the server Name it resolves fine. Was wondering if there is any configuration issue. # nslookup xxxxxxxx01 Server: Primary DNS IP Address: Primary DNS IP#53 Name: xxxxxxxx01.local domain Address: x.y.z.123 # nslookup... (1 Reply)
Discussion started by: ikn3
1 Replies

7. Solaris

Solaris patching issue with Live Upgrade

I have Solaris-10 sparc box with ZFS file-system, which is running two non global zones. I am in process of applying Solaris Recommended patch cluster via Live Upgrade. Though I have enough space in root file-system of both zones, everytime I run installcluster, it fails with complaining less... (7 Replies)
Discussion started by: solaris_1977
7 Replies

8. Red Hat

How to find cause for empty fstab after patching?

Hi, I patched my RHEL 5.8 using yum update and then followed by updating vmware tools on my Virtual machine ( hosted on Vpshere), This is Oracle Database server. After this when i rebooted - I saw may failed in the console.....with read only filesystem...........cat /etc/fstab was... (2 Replies)
Discussion started by: saurabh84g
2 Replies

9. Solaris

Sun Fire V245 patching issue

Hi All, I have an server Sun Fire V245 for which we had been trying to patch. We get a message that the patch has been applied successfully but while trying to reboot after activating the new lu, the server is not booting up. Had reinstalled lustarter pack, required patches during the patching... (5 Replies)
Discussion started by: Rockyc3400
5 Replies

10. HP-UX

Issue Patching Secure Shell...

I'm trying to patch an HPUX 11i v3 machine. The file I'm installing is "HP_UX_11i_v3_SecureShell_A.06.20.030._HP-UX_B.11.31_IA_PA.depot". I get the following output in the log: * Reading source for product information. *Reading source for file information. The corequisite ... (3 Replies)
Discussion started by: chambo
3 Replies
STG-REFRESH(1)							   StGit Manual 						    STG-REFRESH(1)

NAME
stg-refresh - Generate a new commit for the current patch SYNOPSIS
stg refresh [options] [<files or dirs>] DESCRIPTION
Include the latest work tree and index changes in the current patch. This command generates a new git commit object for the patch; the old commit is no longer visible. You may optionally list one or more files or directories relative to the current working directory; if you do, only matching files will be updated. Behind the scenes, stg refresh first creates a new temporary patch with your updates, and then merges that patch into the patch you asked to have refreshed. If you asked to refresh a patch other than the topmost patch, there can be conflicts; in that case, the temporary patch will be left for you to take care of, for example with stg squash. The creation of the temporary patch is recorded in a separate entry in the patch stack log; this means that one undo step will undo the merge between the other patch and the temp patch, and two undo steps will additionally get rid of the temp patch. OPTIONS
-u, --update Only update the current patch files. -i, --index Instead of setting the patch top to the current contents of the worktree, set it to the current contents of the index. -p PATCH, --patch PATCH Refresh (applied) PATCH instead of the top patch. -e, --edit Invoke an editor for the patch description. -a NOTE, --annotate NOTE Annotate the patch log entry. -m MESSAGE, --message MESSAGE Use MESSAGE instead of invoking the editor. -f FILE, --file FILE Use the contents of FILE instead of invoking the editor. (If FILE is "-", write to stdout.) --sign Add a "Signed-off-by:" to the end of the patch. --ack Add an "Acked-by:" line to the end of the patch. --author "NAME <EMAIL>" Set the author details. --authname NAME Set the author name. --authemail EMAIL Set the author email. --authdate DATE Set the author date. STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-REFRESH(1)
All times are GMT -4. The time now is 09:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy