Sponsored Content
Operating Systems Solaris Problem with S10 Update Manager Post 302382769 by patcom on Friday 25th of December 2009 11:14:32 AM
Old 12-25-2009
Debian Problem with S10 Update Manager

Hi,

The green shield at the bottom right of the screen says 'Updates Available', so I click on it to get the latest updates. Then I select the first update in the list by clicking the checkbox and then clicking 'Install Update'.
After a few seconds of trying to install the update an error message appears, saying:

'Utility used to install the update failed with exit code 997. Patch is not available in the patch directory.'

This occurs if I select a single update, or all 46 of them.

I attempted the updates straight after downloading and burning the latest S10 DVD (x86) so it is strange why this should be happening. Any help would be much appreciated. Smilie
 

10 More Discussions You Might Find Interesting

1. Solaris

configuring xdm on s10\open solaris

can someone hlpe me to use a X display manger to oepnsolaris I'm using 79a & have setup XMING on a windows client On the Solaris box I notice that XDM is not running, which i assume is essential for xming\client. I've read somewhere that to enable XDM i need to run gdmconfig so i've # xhost+... (5 Replies)
Discussion started by: stevie_velvet
5 Replies

2. Solaris

Solaris 10 OS - SA-100-S10

Hi All, Please i need the official book for solaris 10 OS_Essentials ( SA-100-S10) and System Administration for the Solaris 10 OS Part 1 and 2 (SA-200-S10) Thank you (5 Replies)
Discussion started by: ahmad_wa
5 Replies

3. Solaris

Update Manager Not Working

Hello I reinstalled my OS today and after going through the registration the updatemanager pops up, as expected. The problem is all i get is an error message box that's completely blank. The icon in the sytem tray is a blue question mark and when hovering over it, it says i'm not... (4 Replies)
Discussion started by: jpg.2009
4 Replies

4. Solaris

WAS7 migration, port not persisted on S10

Hi all. So, im upgrading from WAS6 to WAS7 on S10 containers and am running in to a problem. Although i can successfully complete a migration (or so i thought) when i come to start the servers it bombs outs. This is because for some reason the migration process does not migrate the nodeagent... (0 Replies)
Discussion started by: boneyard
0 Replies

5. Ubuntu

Can't update or use package manager -- gpg error

W: GPG error: http://archive.canonical.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic-updates Release: Unknown error executing gpgv W: GPG error:... (17 Replies)
Discussion started by: CRGreathouse
17 Replies

6. Solaris

/home unwritable after new S10 install

I bought Solaris 10 some years ago and am now trying to use it. The install (on an Ultra 5) went ok but /home is unwritable. ls -l shows only Total 0. chmod won't add any permissions and the file manager shows the permissions to be n/a. Trying to write to /home results in a cannot create... (5 Replies)
Discussion started by: snorkack59
5 Replies

7. Solaris

Routing problem on new S10 install

I have a small network with a PC running FreeBSD, a DSL router/modem, an Ultra 10 running Solaris 2.6 and an Ultra 5 with a new Solaris 10 install. The network config. was set up similar to the S2.6 box. The S10 box can access all hosts on the network including the DSL modem but an attempt go... (2 Replies)
Discussion started by: snorkack59
2 Replies

8. Solaris

S10 Live Upgrade w/ VxVM unencapsulated

Hello All, I will be upgrading a Solaris 10 (11/06 u3) server to 09/10 u9. I am aware of all the patching necessary and the Live Upgrade procedure for this. This system has VxVM (5.0) installed and used for managing SAN data disks only. Root disk(s) are not encapsulated. The info I can... (4 Replies)
Discussion started by: btny
4 Replies

9. Solaris

Create New Group/User/Password in S10

I have performed the following with lower case group and usernames and the only difference is that the error message under groupadd goes away, yet I am still unable to successfully add a user WITH a home directory. This is in Solaris 10. I am able to add a group, add a user, add the users... (3 Replies)
Discussion started by: Showflash
3 Replies

10. UNIX for Beginners Questions & Answers

Installation of virt-manager while yum update and yum install rhvm does not work

I have downloaded RHEV-H 4.2 Red Hat Virtualization - Red Hat Customer Portal (RHVirtualization 4.2 Host and Manager iso). I uploaded the image and installed on an HP G9 server baremetal. I found I dont have a WAN/net connectivity later on HPG9 server. How can I still install virt-manager on... (1 Reply)
Discussion started by: Paras Pandey
1 Replies
KPROPLOG(8)							   MIT Kerberos 						       KPROPLOG(8)

NAME
kproplog - display the contents of the Kerberos principal update log SYNOPSIS
kproplog [-h] [-e num] [-v] kproplog [-R] DESCRIPTION
The kproplog command displays the contents of the KDC database update log to standard output. It can be used to keep track of incremental updates to the principal database. The update log file contains the update log maintained by the kadmind(8) process on the master KDC server and the kpropd(8) process on the slave KDC servers. When updates occur, they are logged to this file. Subsequently any KDC slave configured for incremental updates will request the current data from the master KDC and update their log file with any updates returned. The kproplog command requires read access to the update log file. It will display update entries only for the KDC it runs on. If no options are specified, kproplog displays a summary of the update log. If invoked on the master, kproplog also displays all of the update entries. If invoked on a slave KDC server, kproplog displays only a summary of the updates, which includes the serial number of the last update received and the associated time stamp of the last update. OPTIONS
-R Reset the update log. This forces full resynchronization. If used on a slave then that slave will request a full resync. If used on the master then all slaves will request full resyncs. -h Display a summary of the update log. This information includes the database version number, state of the database, the number of updates in the log, the time stamp of the first and last update, and the version number of the first and last update entry. -e num Display the last num update entries in the log. This is useful when debugging synchronization between KDC servers. -v Display individual attributes per update. An example of the output generated for one entry: Update Entry Update serial # : 4 Update operation : Add Update principal : test@EXAMPLE.COM Update size : 424 Update committed : True Update time stamp : Fri Feb 20 23:37:42 2004 Attributes changed : 6 Principal Key data Password last changed Modifying principal Modification time TL data ENVIRONMENT
kproplog uses the following environment variables: o KRB5_KDC_PROFILE SEE ALSO
kpropd(8) AUTHOR
MIT COPYRIGHT
1985-2013, MIT 1.11.3 KPROPLOG(8)
All times are GMT -4. The time now is 07:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy