Sponsored Content
Full Discussion: adm: [ID 70291 daemon.error]
Top Forums UNIX for Dummies Questions & Answers adm: [ID 70291 daemon.error] Post 302440652 by rdcwayx on Wednesday 28th of July 2010 12:01:34 AM
Old 07-28-2010
Agree, check the folder /var/adm date, Looks someone update it yesterday on Jul 27 11:54

you can run below command to confirm user adm's group:

Code:
id -a adm

If adm is in group sys, then run the command to fix the issue:

Code:
chmod 775 /var/adm

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

error in /var/adm/messages

I have an error in my /var/adm/messages that states: (*hostname*) inetd : fs/tcp: bind: Address already in use. It repeats it self over and over. I have looked everywhere I can think of on the net but cant find anything. HELP Please:confused: (2 Replies)
Discussion started by: julie
2 Replies

2. Solaris

[urgent help] error log on /var/adm/messages

hi experts, i'm having more error log on /var/adm/messages could anyone help to description what is this error logs means???? and how to fix it? below is the logs : Nov 22 20:03:40 USSDGtbs-1 unix: Nov 22 20:03:40 USSDGtbs-1 ^Mpanic/thread=3001345edc0: Nov 22 20:03:40 USSDGtbs-1 unix: ... (2 Replies)
Discussion started by: bucci
2 Replies

3. Solaris

/var/adm/messages error

I am frequently getting following errors in /var/adm/messages. I am using solaris 8 Nov 7 16:03:03 Server Name SRS Proxy: unhandled exception: compareTimestamps format() Nov 7 16:06:57 servername sendmail: lA2MadB5007315: to=postmaster, delay=4+22:30:07, xdelay=00:00:00, mailer=relay,... (2 Replies)
Discussion started by: sunsri01
2 Replies

4. Solaris

Error messages in /var/adm

Hi, I get this messages in my /var/adm/messages can you please tell me the reason for recieving this kind of messages and how to debug? Admin 2418029 Error: Host port combo with host . Unable to resolve name Tools 2206121 Error: ERROR.. gethostbyname() failed for errno Admin... (3 Replies)
Discussion started by: lbreddy
3 Replies

5. Solaris

Help understanding [daemon.warning] messages in /var/adm/messages

Hi I've been using solaris for a few days now. During the install process i had some problems configuring my nic as i needed to install a third-party driver, which i got from a a linked site from the Sun Device Detector tool a ran prior to installing. I got it working eventually, but i'm... (1 Reply)
Discussion started by: jpg.2009
1 Replies

6. UNIX for Advanced & Expert Users

separate "named daemon" message from /var/adm/messages

Hello group, How can I separate "named daemon" messages to the other file instead of /var/adm/messages. I still want all other daemons log the messages to /var/adm/messages. i.e. named => /var/adm/named.message other daemons => /var/adm/messages. I searched unix.com, and google but I still... (5 Replies)
Discussion started by: dannytrinh
5 Replies

7. Solaris

Error in /var/adm/messages

Hi All, I m new to Solaris environment, Right now I m using Solaris 10. I get continuously following waring message in `messages` file so var partition going to full. plz help me to stop these messages. Feb 8 15:58:47 TSAS px: WARNING: px1: spurious interrupt from ino... (2 Replies)
Discussion started by: vikas898
2 Replies

8. Solaris

Getting continually error message in /var/adm/messages.

Hi Friends, Please help me to resove this issue ASAP. Nov 17 16:25:52 server1 sendmail: pAH8Pnh22099: SYSERR: putoutmsg (NO-HOST): error on output channel sending "553 5.1.3 @123.com.... User address required": File too large Nov 17 16:25:53 server1 sendmail: pAH8Pnh22099:... (1 Reply)
Discussion started by: holds_me
1 Replies

9. Emergency UNIX and Linux Support

Error filling /var/adm/messages

I have Solaris-11 non-global zone running under Solaris-11 global zone. Every few minutes, this message is getting in /var/adm/message of non-global zone Aug 31 08:31:53 zonnjc002dbp01 statd: statd: cannot talk to statd at NAS1, RPC: Timed out(5) NAS1 is already mounted as NFS and working... (2 Replies)
Discussion started by: solaris_1977
2 Replies

10. Solaris

Login error in /var/adm/messages

I had an issue with ssh on one of my servers and noticed the following errors, listed below. Errors in /var/adm/messagessshd lastlog_perform_login: Couln't stat /var/adm/lastlog: permission denied sshd lastlog_openseek: /var/adm/lastlog is not a file or directory! automountd self_check:... (0 Replies)
Discussion started by: bitlord
0 Replies
runacct(1M)						  System Administration Commands					       runacct(1M)

NAME
runacct - run daily accounting SYNOPSIS
/usr/lib/acct/runacct [ mmdd [state]] DESCRIPTION
runacct is the main daily accounting shell procedure. It is normally initiated using cron. runacct processes connect, fee, disk, and process accounting files. It also prepares summary files for prdaily or billing purposes. runacct is distributed only to source code licensees. runacct takes care not to damage active accounting files or summary files in the event of errors. It records its progress by writing descriptive diagnostic messages into active. When an error is detected, a message is written to /dev/console, mail (see mail(1)) is sent to root and adm, and runacct terminates. runacct uses a series of lock files to protect against re-invocation. The files lock and lock1 are used to prevent simultaneous invocation, and lastdate is used to prevent more than one invocation per day. runacct breaks its processing into separate, restartable states using statefile to remember the last state completed. It accomplishes this by writing the state name into statefile. runacct then looks in statefile to see what it has done and to determine what to process next. states are executed in the following order: SETUP Move active accounting files into working files. WTMPFIX Verify integrity of wtmpx file, correcting date changes if necessary. CONNECT Produce connect session records in tacct.h format. PROCESS Convert process accounting records into tacct.h format. MERGE Merge the connect and process accounting records. FEES Convert output of chargefee into tacct.h format, merge with connect, and process accounting records. DISK Merge disk accounting records with connect, process, and fee accounting records. MERGETACCT Merge the daily total accounting records in daytacct with the summary total accounting records in /var/adm/acct/sum/tacct. CMS Produce command summaries. USEREXIT Any installation dependent accounting programs can be included here. CLEANUP Clean up temporary files and exit. To restart runacct after a failure, first check the active file for diagnostics, then fix any corrupted data files, such as pacct or wtmpx. The lock, lock1, and lastdate files must be removed before runacct can be restarted. The argument mmdd is necessary if runacct is being restarted. mmdd specifies the month and day for which runacct will rerun the accounting. The entry point for processing is based on the contents of statefile; to override this, include the desired state on the command line to designate where processing should begin. EXAMPLES
Example 1: Starting runacct The following example starts runacct: example% nohup runacct 2> /var/adm/acct/nite/fd2log & Example 2: Restarting runacct The following example restarts runacct: example% nohup runacct 0601 2>> /var/adm/acct/nite/fd2log & Example 3: Restarting runacct at a Specific State The following example restarts runacct at a specific state: example% nohup runacct 0601 MERGE 2>> /var/adm/acct/nite/fd2log & FILES
/var/adm/wtmpx History of user access and administration information /var/adm/pacctincr /var/adm/acct/nite/active /var/adm/acct/nite/daytacct /var/adm/acct/nite/lock /var/adm/acct/nite/lock1 /var/adm/acct/nite/lastdate /var/adm/acct/nite/statefile ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWaccu | +-----------------------------+-----------------------------+ SEE ALSO
acctcom(1), mail(1), acct(1M), acctcms(1M), acctcon(1M), acctmerg(1M), acctprc(1M), acctsh(1M), cron(1M), fwtmp(1M), acct(2), acct.h(3HEAD), utmpx(4), attributes(5) NOTES
It is not recommended to restart runacct in the SETUP state. Run SETUP manually and restart using: runacct mmdd WTMPFIX If runacct failed in the PROCESS state, remove the last ptacct file because it will not be complete. The runacct command can process a maximum of o 6000 distinct sessions o 1000 distinct terminal lines o 2000 distinct login names during a single invocation of the command. If at some point the actual number of any one of these items exceeds the maximum, the command will not succeed. Do not invoke runacct at the same time as ckpacct, as there may be a conflict if both scripts attempt to execute turnacct switch simultane- ously. SunOS 5.10 11 May 1999 runacct(1M)
All times are GMT -4. The time now is 07:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy