Pkgchk error Solaris 10

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Pkgchk error Solaris 10
# 1  
Old 02-02-2013
Pkgchk error Solaris 10

Hi Guys,
I ran a package check command on my solaris 10 sparc system and it displayed most of the packages with errors:

Code:
pkgchk
ERROR: /boot/amd64/x86.miniroot-safe
    modtime <07/15/11 06:47:07 PM> expected <11/16/12 10:48:49 AM> actual
    file size <65> expected <158231728> actual
    file cksum <5585> expected <19253> actual
ERROR: /boot/grub/menu.lst
    modtime <06/28/11 10:58:24 AM> expected <11/16/12 10:48:50 AM> actual
    file size <1428> expected <1890> actual
    file cksum <55583> expected <23220> actual
ERROR: /boot/solaris/bootenv.rc
    modtime <06/29/10 11:15:17 AM> expected <11/16/12 10:47:05 AM> actual
    file size <486> expected <629> actual
    file cksum <41804> expected <53144> actual
ERROR: /boot/solaris/devicedb/master
    file size <676> expected <29159> actual
    file cksum <51415> expected <2078> actual

Is this normal or is there something wrong ? Please help.

Thanks

Last edited by Scott; 02-02-2013 at 11:56 AM.. Reason: Removed inappropriate language
# 2  
Old 02-02-2013
No, that's not normal. What filesystem are you using on this computer? Also, is it running SPARC or x86, your post seems to indicate both??
This User Gave Thanks to DustinT For This Post:
# 3  
Old 02-03-2013
Thanks Dustin, i am using both sparc and x86. Both running solaris 10. And they both displayed the same errors when I ran package check.

Any info about this will be appreciated.

Thanks
# 4  
Old 02-03-2013
What file system are you running? It might be UFS, ZFS, etc...
# 5  
Old 02-03-2013
Hi Dustin,
I am running ZFS on my sparc machine and running UFS on my x86 machine.

Thank you
# 6  
Old 02-06-2013
Some of these may not be such a disaster. You may have edited your GRUB menu.lst, for example.

miniroot-safe doesn't sound so benign - if you want to boot failsafe you'll need a working copy of this image.

Are there any other files reporting as being modified (you say "most of the packages with errors"). I ask as you'll see these failures very frequently with files under /etc.

Cheers,
ZB
# 7  
Old 02-08-2013
Tends out its actually not a problem. Got an explanation from oracle documentation.

Thanks guys for you input
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

SUDO error in Solaris: auth.error] fork

I cannot solve the following error bellow. Can someone help me on this please? Mar 31 07:08:45 serverx sudo: fork Mar 31 07:18:50 serverx sudo: fork Mar 31 07:28:45 serverx sudo: fork Mar 31 07:38:47 serverx sudo: fork Mar 31 07:48:45 serverx sudo: fork Mar 31 07:58:45 serverx... (1 Reply)
Discussion started by: pangarano
1 Replies

2. Solaris

Solaris error

Hi, I am using solris 8 and i am unable to start my tomcat. I am getting the below error. Error occurred during initialization of VM Unable to load native library: ld.so.1: java: fatal: libscf.so.1: open failed: No such file or directory Please let me know. (1 Reply)
Discussion started by: Krrishv
1 Replies

3. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

4. Solaris

Pkgchk info please

Hi Guys, I ran : pkgchk without any options then ran pkgchk -v SUNWluu I get this message: NOTE: Waiting for exclusive access to the package database. What does this mean? And how can I fix it? Thanks a lot for your help. (0 Replies)
Discussion started by: cjashu
0 Replies

5. Solaris

service error on solaris 10

Hi, I am getting following error on my sparc box running solaris 10 - maintenance Feb_12 svc:/network/cswvncserver:default In log file, following logs are found - Following logs are found - /sbin/sh: /var/opt/csw/svc/method/svc-cswvncserver: cannot execute vncserver: couldn't find... (2 Replies)
Discussion started by: sunadmin
2 Replies

6. Cybersecurity

Solaris I/O Error

When i trying to open any exising floder iam unable to open it.It is showing the following error . Can anyone help me out of this (5 Replies)
Discussion started by: kkalyan
5 Replies

7. Solaris

Java error in Solaris 9

Hi folks, I had a sparc machine with Solaris9 and built in java1.4.2 I installed Java1.5 on top of it by running the file jre-1_5_0_22-solaris-sparcv9.sh Now when I run the java application, I get the following error: Error occurred during initialization of VM... (2 Replies)
Discussion started by: manojsomanath
2 Replies

8. Solaris

application compiled on solaris 10 throwing error when executed on solaris 9

I have compiled my application on Solaris 10 with following description SunOS ldg1 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320 The compiler is Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 But when installing the application on Solaris 9 SunOS odcarch02 5.9... (2 Replies)
Discussion started by: ash_bit2k2
2 Replies

9. Solaris

Solaris disk error

I received a new error that I have not seen before on my Solaris 10 server last night: From /var/adm/messages Jan 8 04:59:26 nediaccomp005j scsi: /pci@780/pci@0/pci@9/scsi@0 (mpt0): Jan 8 04:59:26 nediaccomp005j Log info 31010000c received for target 1. Jan 8 04:59:26 nediaccomp005j ... (4 Replies)
Discussion started by: FredSmith
4 Replies

10. Solaris

difference between pkginfo and pkgchk command

can anyone explain me the difference between pkginfo and pkgchk command in solaris. Both are used to display the package details, then what is the difference between both. (5 Replies)
Discussion started by: rogerben
5 Replies
Login or Register to Ask a Question