sample of script that control a daemon


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting sample of script that control a daemon
# 1  
Old 07-30-2008
sample of script that control a daemon

Hi everybody,
Does somebody has a sample of script that control a daemon?
for example use loop until the daemon is on and if is not on
do something else?

Thanks
Pier
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Sample shell script to add a user

Sample shell script to add a user: Today i learn how to add a user to linux server with a password. #!/bin/bash # Script to add a user to Linux system if ; then read -p "Enter username : " username read -s -p "Enter password : " password egrep "^$username" /etc/passwd >/dev/null if ;... (0 Replies)
Discussion started by: ulaxmi
0 Replies

2. Shell Programming and Scripting

Sample Script

Below is the code. Its the 1st line of a file. How can I remove the bracket and display like below. 123 web int 1 09:30:45 2013 I dont want to use AWK or SED or PERL. I need to use only the bash shell scripting commands to do it. (3 Replies)
Discussion started by: ghosh_tanmoy
3 Replies

3. Shell Programming and Scripting

A script that processes a sample of a file

hi all, I need some help in regards of how to process just a sample from a large .txt file I have a large file from many new lines (say above 200.000 new lines), I need a script that process just a sample of it, say 10.000 bur a random sample (taking rows from top top to the the bottom) ... (4 Replies)
Discussion started by: c_lady
4 Replies

4. Shell Programming and Scripting

Any Sample ksh script to validate all the database objects

Hi, I need a sample script to validate all the database objects like 1. table structure(columns, datatypes,key contraints if any) 2. synonyms 3. grants 4. indexes ....etc thank you! (2 Replies)
Discussion started by: srikanth_sagi
2 Replies

5. Shell Programming and Scripting

Typo in sample script from book?

Hello, I'm new to this forum, and I apologize in advance if I did something wrong here. I am pretty stumped here as I am still getting the error message, "./comc1.sh: test: argument expected." after executing the script itself. Here's the script file I modified: I tried executing line 4... (1 Reply)
Discussion started by: ConcealedKnight
1 Replies

6. Shell Programming and Scripting

Sample ksh script for copy the data from excel to database table ?

Hi All, I need to convert the data from excel to database table in sybase. Please provide some sample script.. thanks, Royal. (1 Reply)
Discussion started by: royal9482
1 Replies

7. Shell Programming and Scripting

Sample Unix script file to convert .xml to .csv

Dear all, Can you send me a script file the changes .xml to .csv file. Thanks, Srinivasa (4 Replies)
Discussion started by: srinivasaphani
4 Replies
Login or Register to Ask a Question
libesd.3(3)						 Introduction to Library Functions					       libesd.3(3)

NAME
libesd - GNOME Enlightenment Sound Daemon Interface library DESCRIPTION
The libesd library provides access to the Enlightened Sound Daemon (esd). The Enlightened Sound Daemon is launched automatically by libesd if the daemon is not already present. A sockets connection is managed with the daemon by this API. The connection allows sound data to be written to the daemon for playback, or read from the daemon for recording purposes. The daemon will automatically sample an incoming stream from a client to the best format that is supported by the sound device. Therefore, client programs do not have to be concerned with writing platform-specific code for handling sound data. The daemon supports caching. Each sample is given an ID tag, and sound data can then be accessed via this API with this ID tag. If the audio device supports simultaneous record and playback at the same bit resolution, bit rate, and number of channels (in other words, is full duplex), then the daemon and API also supports simultaneous reading and writing from the audio device. FILES
The following files are used by this application: /usr/lib/libesd.so GNOME Enlightened Sound Daemon Interface shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-audio | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
esdcat(1), esdplay(1), esdrec(1), esdsample(1), esdmon(1), esdctl(1), esd-config(1) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003. SunOS 5.10 10 Jan 2003 libesd.3(3)