Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Signiture verification failed Post 302112874 by sb008 on Saturday 31st of March 2007 06:56:00 PM
Old 03-31-2007
Quote:
Originally Posted by XNOR
Hello,
I am new to Solaris.
I've installed Solaris 10.0 and trying to apply all patches. On Java Desktop, I've applied almost all patches but some of patches should be applied manually on the command line.

The patches -should be applied manually on terminal- are downloaded by Sun Update Manager under /var/sadm/spool as jar files.

When I attempt to apply them by using patchadd -a or smpatch update -p , an error message is shown and it tells me that kernel patch "signiture verification failed..."

Actually it's the correct downloaded file. How can I apply this patch?

Thanks
A "jar" file is a Java Archive.

You can see what is in it by using the command:

Code:
unzip -l <jar file>

You can extract the contents by using the command:

Code:
unzip <jar file>

However, I don't know if you are supposed to extract these archives yourself.

The upgrade manual or readme file should tell you what to do.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

verification?

I'm really new at this and wondering how I would go about adding code to my script to verify that all records loaded successfully? (I am loading a file into a table) i'm using the Korn shell. I'm also having trouble verifying parts in the header as i do not really understand the header and... (3 Replies)
Discussion started by: sheranjem
3 Replies

2. AIX

installp -C error: 'bosboot verification failed'

Hi, I'm a noob with AIX, can anybody help me solve this issue I'm stuck with on an 5.3 box. bash# installp -C 0503-409 installp: bosboot verification starting... 0503-497 installp: An error occurred during bosboot verification processing. Thanks. (4 Replies)
Discussion started by: thebytegrill
4 Replies

3. Programming

htable + verification

hello every body, I have to verifiy if the param_key is selectionned twice or more and to print only one occurence i'm using htable what's the good implementation to add to the code to verify this. code : { char *tmpStr = NULL; ght_iterator_t iterator_param; void... (0 Replies)
Discussion started by: kamel.seg
0 Replies

4. Shell Programming and Scripting

Host Key verification failed

Hi, I am running a script to scp a file from one server to another. I have created the public/private key and copied the public key to the other server and appended it to authorized_key file. But i am getting the error message saying "Host Key verification failed" Connection lost. It works well... (3 Replies)
Discussion started by: ahamed
3 Replies

5. AIX

HACMP verification

Hi, every midnight hacmp verification is run automatically. clverify.log says there is no erro bu clutils.log says there is 1 error but when i look at the clverify.log no problem at all. Below is the output of the clverify.log what may be the cause of the error in the clutils.log file. Thanks,... (1 Reply)
Discussion started by: mmersoylu
1 Replies

6. UNIX for Dummies Questions & Answers

Host key verification failed in openssh

Experts, We are trying to make a key-based authentication from Server A to Server B. Server A is installed with openshh. Server B runs "Sun_SSH_1.1". Server A's rsa2 public key has been added into the server B's authorized_keys. We are sure that permission settings of the files and folders in... (1 Reply)
Discussion started by: rprajendran
1 Replies

7. Shell Programming and Scripting

Script Verification

Hi eveyone I am planning to use crontab to delete all files in my donwloads directory that are older than one hour I will be using crontab to run this script find /home/kee/downloads/* -daystart -mmin +59 -type f -name -exec rm -r {}\; could you please let me know if the above... (1 Reply)
Discussion started by: k33k00
1 Replies

8. Shell Programming and Scripting

Help about comment verification

Hello, I have a file, in which line 40 is commented. It is basically a cron job, #05,35,50 * * * * /usr/local/scripts/my.sh how i can i verify the line 40 is commented, if not then give me message not commented, otherwise provide us message it is commented. (5 Replies)
Discussion started by: learnbash
5 Replies

9. Programming

ECDSA verification

Using ECDSA, how do you verify integrity of Data (D), Given the value for the following: Random number (r) Signature (s) ECpublic Key (K) Thanks. (0 Replies)
Discussion started by: dragonpoint
0 Replies

10. UNIX for Beginners Questions & Answers

Host key verification failed error

HI i am getting host key verification failed error. # cat id_rsa.pub | ssh root@10.110.51.245 'cat >> .ssh/authorized_keys;exit;' cat: id_rsa.pub: No such file or directory @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! ... (3 Replies)
Discussion started by: scriptor
3 Replies
STG-SERIES(1)							   StGit Manual 						     STG-SERIES(1)

NAME
stg-series - Print the patch series SYNOPSIS
stg series [options] [<patch-range>] DESCRIPTION
Show all the patches in the series, or just those in the given range, ordered from top to bottom. The applied patches are prefixed with a + (except the current patch, which is prefixed with a >), the unapplied patches with a -, and the hidden patches with a !. Empty patches are prefixed with a 0. OPTIONS
-b BRANCH, --branch BRANCH Use BRANCH instead of the default branch. -a, --all Show all patches, including the hidden ones. -A, --applied Show the applied patches only. -U, --unapplied Show the unapplied patches only. -H, --hidden Show the hidden patches only. -m BRANCH, --missing BRANCH Show patches in BRANCH missing in current. -c, --count Print the number of patches in the series. -d, --description Show a short description for each patch. --author Show the author name for each patch. -e, --empty Before the +, >, -, and ! prefixes, print a column that contains either 0 (for empty patches) or a space (for non-empty patches). --showbranch Append the branch name to the listed patches. --noprefix Do not show the patch status prefix. -s, --short List just the patches around the topmost patch. STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-SERIES(1)
All times are GMT -4. The time now is 05:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy