Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Explanation of error message(s) Post 302112084 by Dhruva on Monday 26th of March 2007 01:06:20 AM
Old 03-26-2007
try googling it.i have checked one link here
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

error message

Hi All, occasionally my server gives this error messages "NOTICE:HTFS Out of inodes on HTFS dev hd (1/42)" why ?? Alice. (3 Replies)
Discussion started by: alisev
3 Replies

2. UNIX for Dummies Questions & Answers

Error Message

Hi everyone, Can anyone explain what the following error refers to...and perhaps a solution? vxfs: vx_nospace -/tmp file system full (8 block extent) Thanks, Uni (2 Replies)
Discussion started by: Uni
2 Replies

3. UNIX for Advanced & Expert Users

Error message

I'm getting an error - symbol referencing errors. No output written to, etc Can anybody tell me why this is? (2 Replies)
Discussion started by: Dan Rooney
2 Replies

4. UNIX for Dummies Questions & Answers

Error Message

What does this means? - ERROR OPENING FILE - KEY LENGHT MISMATCH (2 Replies)
Discussion started by: RDM00
2 Replies

5. UNIX for Dummies Questions & Answers

Error Message

I keep getting an error message in a script im writing, this line is allways pointed out. if and this is the message i keep getting. line 32: [: 8: unary operator expected Whats wrong with it? Please Help. (5 Replies)
Discussion started by: chapmana
5 Replies

6. Linux

error message

Hello I got this message error on my box with linux red hat 2887a374 WsServer E WSVR0009E: Error occurred during startup Do you know what does that mean ! Thanks in advance (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

7. UNIX for Dummies Questions & Answers

Error Message

I am getting a error message when I try to assign this? Can someone help I am new to unix? $ First-name=james ksh:First-Name=james not found (1 Reply)
Discussion started by: vthokiefan
1 Replies

8. IP Networking

network message explanation pls

Hi guys, I know some about networking but I know some message below but Can anyone give me full explanation about these message below and how to generate these messages 1 14:52:49.463851 arp who-has 192.168.0.107 tell 192.168.0.108 2 14:52:49.463851 arp reply 192.168.0.107 is-at... (1 Reply)
Discussion started by: peac3
1 Replies

9. Shell Programming and Scripting

Value Too Great for Base Error, Explanation and Workout needed

Hey Friends, its me again! :o I was asked to create a script that would go into our backup directories and delete/purge anything in the directory after a certain amount of days, normally I would be able to write something up that goes to the directory finds it and deletes it. cd... (12 Replies)
Discussion started by: gkelly1117
12 Replies
fverify(8)						      System Manager's Manual							fverify(8)

NAME
fverify - verify software subsets SYNOPSIS
/usr/lbin/fverify [-npy] OPTIONS
Specifies error reporting only. The fverify command reports errors but makes no fixes. Specifies partial checking. The fverify command does not report changes in size or checksum for files marked as volatile. All other changes are reported. Specifies noninteractive fix- ing. The fverify command fixes permissions, UIDs, and GIDs of any files that have incorrect values for these attributes. No user input is required. DESCRIPTION
The fverify command reads subset inventory records from standard input and verifies that the attributes for the files on the system match the attributes listed in the corresponding records. When invoked with no options, fverify reports errors to standard output and prompts for confirmation before making corrections. You must have root privileges to use this command. Missing files and inconsistencies in file size, checksum, user ID, group ID, permissions, and file type are reported. If inconsistencies in ID or permissions are detected, fverify prompts you for correction. Missing directories are created. All errors and informational mes- sages are appended to the /var/adm/smlogs/fverify.log file. Files in a subset can be marked as volatile. These files (for example, /etc/passwd) are expected to change after installation. When used with the -p option, fverify does not report an inconsistency if these files have a size or checksum that does not match the product's inventory. The setld utility uses fverify when installing subsets to guarantee correct installation. RESTRICTIONS
Problems with file size, type, and checksum cannot be corrected. Errors in permissions for symbolic links are neither reported nor fixed. Because subset inventories give file names as relative paths, fverify must be invoked from the root directory to which the software is installed. Many of the files on the system cannot be read or modified without appropriate privilege. Attempting to run fverify without appropriate privilege can result in a great number of access errors. ERRORS
fverify: out of memory Explanation: Not enough memory is available from the system. pathname: cannot stat (error-message) Explanation: The file pathname is listed in the inventory but is not on the system. The error-message provides further information. pathname: file type x should be y Explanation: The file is listed in the inventory as being type y, but the copy of the file on the disk is type x. The file type codes are: Block device Character device Directory containing one or more files Regular file Hard link Named pipe (FIFO) Symbolic link UNIX domain socket pathname: checksum n should be m Explanation: The checksum of pathname was expected to be m but is actually n. pathname: size n should be m Explanation: The size of file pathname but was expected to be m but is actually n. pathname: gid n should be m Explanation: The group ID for pathname was expected to be m but is actually n. pathname: uid n should be m Explanation: The user ID for pathname was expected to be m but is actually n. pathname: permissions string1 should be string2 Explanation: The permissions for pathname were expected to be string2 but are actually string1. The format of string1 and string2 is the same as that used by the ls command. Creating directory pathname Explanation: The directory pathname is listed in the input inventory but does not exist on the system. The fverify command attempts to create it. cannot correct pathname (error-message) Explanation: A problem reported with pathname could not be corrected. The error-message explains the failure. pathname corrected Explanation: A problem with pathname was successfully corrected. Cannot create dir pathname (error-message) Explanation: The fverify program failed in its attempt to create a directory that it found missing. The error-message explains the failure. n verification errors encountered. m corrections performed. Explanation: Before exiting, the fverify program prints these statistics describing what had been done. If fverify executes correctly, its exit status is the total number of verification errors detected minus the total number of successful fixes. EXAMPLES
The following command sequence reports verification problems in the hypothetical OATDCB100 subset: cd / /usr/lbin/fverify -n < /usr/.smdb./OATDCB100.inv The previous example reports changes to volatile files. The following command sequence ignores changes to these files: cd / /usr/lbin/fverify -np < /usr/.smdb./OATDCB100.inv The following command sequence fixes all problems in the same subset without requiring user intervention: cd / /usr/lbin/fverify -y < /usr/.smdb./OATDCB100.inv The following command sequence fixes all problems in the same subset interactively: cd / /usr/lbin/fverify < /usr/.smdb./OATDCB100.inv FILES
Subset inventory files Log File SEE ALSO
Commands: ls(1), setld(8) Files: stl_inv(4) Guide to Preparing Product Kits fverify(8)
All times are GMT -4. The time now is 09:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy