Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pipelog.conf(4) [opensolaris man page]

pipelog.conf(4) 						   File Formats 						   pipelog.conf(4)

NAME
pipelog.conf - pipelog configuration for libpipelog.so of the plugins of gnome-system-log file SYNOPSIS
/usr/lib/gnome-system-log/plugins/pipelog.conf DESCRIPTION
The libpipelog.so is a plugin for gnome-system-log(1), it runs commands through pipes and get the output of the individual pipe as a log content. Users can copy the file into $HOME/.gnome2/gnome-system-log/plugins/`uname -p` to overwrite the system default one. The syntax of pipelog.conf file is: <log path><whitespace><command> <command> may be a simple program name (which will be found in $PATH) or an absolute path of a binary with arguments list. "%s" can be included in <command> zero or one time, will be replaced by <log path> in runtime. FILES
/usr/lib/gnome-system-log/plugins/pipelog.conf The system default configuration file for the plugin libpipelog.so $HOME/.gnome2/gnome-system-log/plugins/`uname -p`/pipelog.conf The user specific configuration file for the plugin libpipelog.so EMAMPLE
/var/adm/wtmpx last /var/adm/utmpx /bin/last -f %s SEE ALSO
gnome-system-log(1), grablogs.conf(4) gnome-utils 2.16.0 13 Oct 2006 pipelog.conf(4)

Check Out this Related Man Page

gnome-at-properties(1)						   User Commands					    gnome-at-properties(1)

NAME
gnome-at-properties - enable support for Assistive Technologies in GNOME SYNOPSIS
gnome-at-properties [gnome-std-options] DESCRIPTION
Use gnome-at-properties, the Assistive Technology preference tool, to enable assistive technologies in your desktop. You can use gnome-at- properties to specify that the following assistive technology applications start automatically when you log in: o Screenreader o Magnifier o On-screen Keyboard OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. EXAMPLES
Example 1: Launching Assistive Technology Preference Tool example% gnome-at-properties EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-at-properExecutable for Assistive Technology preference tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+------------------------------+ |Availability |SUNWgnome-desktop-preferences | +-----------------------------+------------------------------+ |Interface stability |External | +-----------------------------+------------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. cddb-slave2-properties(1), gnome-accessibility-keyboard-properties(1), gnome-background-properties(1), gnome-default-applications-proper- ties(1), gnome-file-types-properties(1), gnome-font-properties(1), gnome-keybinding-properties(1), gnome-keyboard-properties(1), gnome- mouse-properties(1), gnome-network-preferences(1), gnome-panel-preferences(1), gnome-session-properties(1), gnome-sound-properties(1), gnome-theme-properties(1), gnome-ui-properties(1), metacity-properties(1), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2004. SunOS 5.10 6 Sep 2004 gnome-at-properties(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rc.log flooded

Hi folks, its the right forum for me - no clue about UNIX. Unfortunately I'm working with a industrial control system on a HP-UX platform. My problem is that the /etc/rc.log file gets flooded with messages telling me: EpaSelectSocket: ERROR fds.revents = 8 What does it mean? And do I have... (5 Replies)
Discussion started by: teekay
5 Replies

2. UNIX for Dummies Questions & Answers

set command

I'm using the set command to name and log a file. The problem I'm exeriencing is that, I would like to have the set command overwrite the named logfile and not append to it. Can't seem to get the +o no clobber to work properly. Any help on this would greatly be appreciated. Jimmy (3 Replies)
Discussion started by: jimmyflip
3 Replies

3. UNIX for Dummies Questions & Answers

Grep question

I have a large log file. I want to keep 1 week worth of records. This is what part of file looks like: Oct 04 09:16:59 Order intfc ended normally on 10/04/2004 at 09:16. Oct 04 09:16:59 ------------------------------------------------ Oct 04 09:16:59 TM: Program <Iordload> ended (normal,... (5 Replies)
Discussion started by: ssmiths001
5 Replies

4. Shell Programming and Scripting

Online log

Hi, I have this situation: There is an online.log to which one app is continuously writing. This app is 24*7. This log will fill up our File system pretty quickly. Such that I need to take backups of that file for safekeeping without stopping the App. These backups I can move to another... (5 Replies)
Discussion started by: chaandana
5 Replies

5. AIX

/etc/cronlog.conf not working

I am trying to get the /etc/cronlog.conf working, but so far have not been able to. I created the /etc/cronlog.conf file with the following entries. logfile=/var/adm/cron/log size=30k rotate=2 compress Then I kill the current cron daemon and check to make sure that it has respawned with... (4 Replies)
Discussion started by: chosie
4 Replies

6. UNIX for Advanced & Expert Users

Clear log file in use.

Hai, I have a program which updates the result in a log file, as the program runs 24*7,the size of log file keeps on increasing. Can you help me with a shell command which will clear the content of a log file in use. 1) I tried tail -10 logfile > logfile ( the content is not changed ) 2) >... (10 Replies)
Discussion started by: coolbhai
10 Replies

7. UNIX for Advanced & Expert Users

Unable to open files in VI editor

Hi, I unable to open any file using Vi editor,constantly getting the following error, vi log.log *** glibc detected *** malloc(): memory corruption: 0x081af510 ** uname -a Linux sekac092 2.6.5-7.244-bigsmp #1 SMP Mon Dec 12 18:32:25 UTC 2005 i686 athlon i386 GNU/Linux Also Note ls... (8 Replies)
Discussion started by: ennstate
8 Replies

8. Linux

log session

How could I log a seesion on unix machine...log all the commands applied on the server by a user (15 Replies)
Discussion started by: mm00123
15 Replies

9. UNIX for Dummies Questions & Answers

Redirection of output to a log file

Apologies for the trivial nature of this question but I cannot seem to get a simple re direct to a log file to work Step 1 touch log.txt at -f batch.sh now >> log.txt I am trying to get the batch.sh contents into the log file Manny Thanks (8 Replies)
Discussion started by: JohnCrump
8 Replies

10. Solaris

"syntax error near unexpected token `fi' "

one of my script as follows HOME=/apps/logs mv $HOME/cron.log $HOME/cron.log.`date +%Y-%m-%d` touch $HOME/cron.log fi i am getting error as follows on the last line we are getting ... "syntax error near unexpected token `fi' " please suggest.... (4 Replies)
Discussion started by: GIC1986
4 Replies

11. Programming

system() command

hello everybody! i write this following command: system ("time (md5sum ./a.out)>log 2>&1"); as a part of a c program. but it printf the following error: sh: Syntax error: word unexpected (expecting ")") can anybody tell me why? thanx in advance (6 Replies)
Discussion started by: nicos
6 Replies

12. UNIX for Dummies Questions & Answers

Using system function in C

Hi Guys , I want to use system function in C to do the following work. cp <file1> <file2> and then ><file1> e,g cp \var\log\cpm_cpmd_1.log.1 \var\log\cpm_cpmd_1.log.2 and then >\var\log\cpm_cpmd_1.log.1 1. g_config_info.cpmm_config.cpm_log_path=\var\log\ 2. ... (3 Replies)
Discussion started by: meet123321
3 Replies

13. Shell Programming and Scripting

Narrow down a log the log file for certain period

Dear friends, Please help me out to narrow down a log file with the time range. The log file will be in the following format, 213.64.141.89 - - 213.64.248.179 - - 213.64.248.179 - - What are shell commands to narrow the file for certain hours or days. I think this can be done with the... (5 Replies)
Discussion started by: tamil.pamaran
5 Replies

14. Shell Programming and Scripting

Zip a file with path

zip /var/log/mylog.log mylog.1.log but its not working (5 Replies)
Discussion started by: Froob
5 Replies

15. Shell Programming and Scripting

Grok filter to extract substring from path and add to host field in logstash

Hii, I am reading data from files by defining path as *.log etc, Files names are like app1a_test2_heep.log , cdc2a_test3_heep.log etc How to configure logstash so that the part of string that is string before underscore (app1a, cdc2a..) should be grepped and added to host field and... (7 Replies)
Discussion started by: Ravi Kishore
7 Replies