Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

op_server(8) [debian man page]

OP_SERVER(8)						User Contributed Perl Documentation					      OP_SERVER(8)

NAME
op_server.pl - Proxy server for the Asterisk Flash Operator Panel SYNOPSIS
op_server.pl [options] Options: -?, --help -p, --pidfile -c, --confdir -l, --logdir -d, --daemon -v, --version -X, --debuglevel OPTIONS
--help Print a brief help message and exits --pidfile Specify the pid file to use when running in daemon mode. Defaults to /var/run/op_panel.pid --confdir Specify where to look for the configuration files. If omited, it will look for them in the same directory where op_server.pl resides --logdir If specified, will write the log files to that directory. If not, it will output to STDOUT and STDERR --daemon Run the server in daemon mode, detaching itself from the console --version Display the version and exits --debuglevel Sets the debug level for the logs. It overrides the value inside op_server.cfg DESCRIPTION
This program is a proxy server for the Flash Operator Panel. It reads configuration files and updates the data to display on the panel. FILES
/etc/op-panel The configuration files of the operator panel daemon reside in that directory (may differ on other distributions). Those include: op_server.cfg The server's configuration file. See remarks in file for documentation. op_buttons.cfg Defines the layout of the operator panel, and also which phones to track. /var/log/op-panel/output.log The standard output of the daemon, including debugging prints and dumps. /var/log/op-panel/error.log The standard error of the daemon. Should normally be empty. perl v5.10.1 2009-06-22 OP_SERVER(8)

Check Out this Related Man Page

gnome-panel-preferences(1)					   User Commands					gnome-panel-preferences(1)

NAME
gnome-panel-preferences - configure the behavior of panels SYNOPSIS
gnome-panel-preferences [gnome-std-options] DESCRIPTION
The Panel preference tool enables you to configure the behavior of all of your panels. OPTIONS
The following options are supported: gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching the Panel preference tool example% gnome-panel-preferences 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-panel-preExecutable for Panel preferences tool ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Preference Tools Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-panel(1), gnome-std-options(5) NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 gnome-panel-preferences(1)
Man Page

15 More Discussions You Might Find Interesting

1. SuSE

Start Asterisk at boot?

Hello, I am running a SuSe 9.3 server. That have Asterisk. Asterisk are working fine/perfect. But what I want to do is to make it start up at boot. When I have started the computer can I type: sudo /root/Asterisk-1.0.8/Asterisk And it goes of. No problem. But I want it to do that by itself... (4 Replies)
Discussion started by: hast5
4 Replies

2. Shell Programming and Scripting

how to put wildcard in path set

date +%m%d%y logdir=/bmp/dyn/logfiles/sm/pgsd/pglog logdir="$logdir/pglog'$date'" echo $logdir i have a program like above echo $logdir should display ----- /bmp/dyn/logfiles/sm/pgsd/pglog/pglog030408 ---- but i am not getting that as per that could some one please suggest... (1 Reply)
Discussion started by: mail2sant
1 Replies

3. Shell Programming and Scripting

please explain the below

could u please convert the below statement to shell script ---------- logdir=/smp/dyn/logfiles/cpm/pgm/pgIm $logdir = $logdir ."/pgIm${toDate}*"; ---- could u please explain the below clearly grep -i adding $logdir | grep -iv equation | awk '{print \$NF}' | sort -u | sed -e... (1 Reply)
Discussion started by: mail2sant
1 Replies

4. Shell Programming and Scripting

convert the below perl sript to shell script

perl script: my $logdir = '/smp/dyn/logfiles/fsm/mp/mp'; $logdir = $logdir ."/mp${toDate}*"; i tried to make it..as below .. but not working .. date +%m%d%y logdir = /smp/dyn/logfiles/fsm/mp/mp logdir=$logdir/mp"$date" but it was not working..... can someone please help me out in... (1 Reply)
Discussion started by: mail2sant
1 Replies

5. Shell Programming and Scripting

help with script output

This is the code var=`cat /tmp/log/test.cfg | grep -i "TEST_NUM" | cut -c 19-21` var1=`cat /tmp/log/test.cfg | grep -i "All_TEST_NUM" | cut -c 18-19` cat /sware/log/20090305.log | grep -e "BACKUP" -e "CONTINUE" -e \ "SAVE" | awk '{print $1" "$2","$7}' | sed 's/^/'$var','$var1',/' >>... (2 Replies)
Discussion started by: okiedokie
2 Replies

6. Shell Programming and Scripting

How to write daemon in UNIX

Hi Guys, I hope this is the right forum to post this. I have a directory where files will be dumped at any time of the day and I want to run scripts as soon as new files come into the directory. How can I write a daemon that detects when new files have been uploaded to the directory? ... (1 Reply)
Discussion started by: regie101
1 Replies

7. Red Hat

ehternet in debug mode

I have a little dell running redhat server. it's getting ethernet traffic to console and /var/log/messages (up 60Mb) i can't seem to find where to turn it off! any help would be greatly appreciated. here's syslog: here's a snip from the log: Sep 28 21:34:08 zgarch_serv kernel: IN=eth0... (2 Replies)
Discussion started by: toferloafer
2 Replies

8. UNIX for Dummies Questions & Answers

(/var/log/messages) issue

Hi, I found this in my logs today for vsftpd: Nov 17 08:43:58 ftp vsftpd: Tue Nov 17 13:43:58 2009 OK LOGIN: Client "205.150.86.90" Nov 17 08:44:49 ftp avahi-daemon: Withdrawing address record for 205.111.86.22 on eth0. Nov 17 08:44:49 ftp avahi-daemon: Leaving mDNS multicast group on... (6 Replies)
Discussion started by: mojoman
6 Replies

9. Shell Programming and Scripting

Copying and Renaming script

Hey all! Sorry for the noobish question.. I am wondering how to I copy multiple files, and rename them based on their directory at once. So, I have files like this /logs/server/2011-10/server-1/log/file/folder/some.log.gz /logs/server/2011-10/server-2/log/file/folder/some.log.gz... (3 Replies)
Discussion started by: m3power206
3 Replies

10. UNIX for Dummies Questions & Answers

Unary Operator Message - Linux/Unix

I have this code to check the largest files by bytes. Whenever I run it, I keep getting an error message "unary operator expected" for i in * do if set -- $(ls -ls "$i") alias filesize='ls -lS' then echo $1: $5 bytes fi done (1 Reply)
Discussion started by: kxb
1 Replies

11. HP-UX

Terminal replacement

I recently picked up an HP9000 server running HPUX. I would like to replace the CRT terminal console with something I can use a flat panel monitor. Any suggestions would be greatly appreciated. (1 Reply)
Discussion started by: Stevebei
1 Replies

12. AIX

Keyboard Mouse Display not working with Pseries

Hello, Just got a refurbished Pseries when I boot the machine , everything is okay, that is no attention light and panel shows 01 B N but there is nothing on the display ( monitor / console ) which is plugged into the video card port of pseries. The display is empty.... The keyboard... (3 Replies)
Discussion started by: filosophizer
3 Replies

13. Shell Programming and Scripting

Date comparison script

hi, I have a file named user.cfg under /var/member/ #user.cfg file under /var/member/ login user: root #how are you login pass: admin #where are you M: user1 pass1 #20121008 M: user2 pass2 #20111230 M: user3 pass3 #20091220 M: user4 pass4 #20070210 M: user5 pass5 #20130708 M:... (3 Replies)
Discussion started by: baris35
3 Replies

14. Red Hat

Connect Direct - XSMG242I -Create user profile - sdsc_create failed

HI, I have two Linux servers on which IBM Sterling ConnectDirect is installed. I want to transfer a file from server(abc20) to abc19. I have edited userfile.cfg & netmap.cfg on both the server still file transfer is not happening. Also the file is getting transferred from abc20 to abc20 itself... (5 Replies)
Discussion started by: ABM_CD
5 Replies

15. Shell Programming and Scripting

Operator Usage!

Hai , Can any known the below operator usage =~ give an example in perl (1 Reply)
Discussion started by: barathas
1 Replies