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
DH_QUILT_PATCH(1)						     Debhelper							 DH_QUILT_PATCH(1)

NAME
dh_quilt_patch - apply patches listed in debian/patches/series SYNOPSIS
dh_quilt_patch [debhelper options] DESCRIPTION
dh_quilt_patch simply calls quilt push -a after having set the environment variable QUILT_PATCHES to debian/patches. All patches listed in debian/patches/series are then applied in the current directory. The command does not fail if the patches have already been applied. You can use another directory instead of debian/patches by setting (and exporting) the environment variable QUILT_PATCH_DIR. EXAMPLES
dh_quilt_patch is usually called indirectly in a rules file via the dh command. %: dh $@ --with quilt It can also be direcly called at the start of the build (or configure) rule. build: dh_quilt_patch ./configure $(MAKE) NOTES
This tool is useless if you use the source package format 3.0 (quilt). Consider switching to this source format if you haven't done it yet. SEE ALSO
debhelper(7), dh(1). This program is meant to be used together with debhelper. AUTHOR
Raphael Hertzog <hertzog@debian.org> perl v5.14.2 2012-03-04 DH_QUILT_PATCH(1)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy