Sponsored Content
Top Forums Shell Programming and Scripting Log of lost internet connections Post 303028691 by drew77 on Saturday 12th of January 2019 06:34:58 PM
Old 01-12-2019
I just need the times when router is down.

Added this for an audio reminder.

Code:
cvlc --play-and-exit /usr/share/sounds/My_Sounds/Alarm-sound-buzzer.mp3


Last edited by drew77; 01-12-2019 at 08:39 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dsl connections lost when attempting to retrieve mail from my server.

suse linux 6.4 im running and i have port 110 for pop and smtp open, i have set up some email addresses for my friends, but they recieve errors saying that relaying is denied. i know this is to prevent spamming software from using my domain to send spam, but how do i let my users send their mail?... (6 Replies)
Discussion started by: norsk hedensk
6 Replies

2. UNIX for Advanced & Expert Users

combining two internet connections

hey guys Do you guys know of a good way that I can combine and load balance my 2 Internet connections using a Linux or Bsd box? Would LVS be able to do this? Thanks in advance (1 Reply)
Discussion started by: arya6000
1 Replies

3. IP Networking

Lost Connectivity to the Internet

I'm running FreeBSD 6.2 and suddenly lost connectivity to the net. After unplugging the router and checking all the connections I could find nothing wrong. All the driver software seems to be intact. I thought I would remove the driver software and restore it. However, when I go to root and type ... (5 Replies)
Discussion started by: Aaron Van
5 Replies

4. IP Networking

Aggregate two internet connections

Hi I have a question related to load balancing.I have two separate internet connections with 2Mbps speed and i would like to aggregate this two connections intro one connection with 4Mbps.Is it possible to do that, to put a Linux or Unix machine as a gateway?I read some stuff to split the... (3 Replies)
Discussion started by: tafil
3 Replies

5. Ubuntu

Lost the log off, power down, etc. icon!

I had a purge of applications on my Ubuntu 8.10 install and lost the above mentioned icon from the toolbar, yes I know I should have left it alone! I have managed to find and install a shutdown icon and a separate shutdown, restart,etc icon uing the synaptic package manager but they are not the... (0 Replies)
Discussion started by: TonyFullerMalv
0 Replies

6. Windows & DOS: Issues & Discussions

42 UDP internet connections

First I had a problem: My internet was slow, now I know why, I have opened 42 connections to internet. What can I do? Thanks, YourDestinity (1 Reply)
Discussion started by: YourDestinity
1 Replies

7. IP Networking

Bonding Internet Connections

I’m familiar with load balancing.. but Is it possible to actually bond multiple DSL lines together? I hear of ways to bond using MLPPP but that requires support from an ISP. Is there a way to actually bond without support from my ISP, or use say a cable modem and a DSL line together for faster... (0 Replies)
Discussion started by: harley313
0 Replies

8. Red Hat

How to Multiple internet connections manage into a single connection.

Dear all, Hope you are all fine & enjoying your good health. Look at this equation 1+1+1=3 So simple I just want to say that I have three internet connections of 1mb, 1mb & 1mb but I can use only 1mb connection at a time & other two connections are useless for me. But now I want to make all... (0 Replies)
Discussion started by: saqlain.bashir
0 Replies

9. IP Networking

All incoming connections ips LOG

How to make a log that will log all ips that connect to the server or send packets? And how to block an ip that make packets flood and try to DDoS? Thanks. (1 Reply)
Discussion started by: [xEF]Danger
1 Replies
RPLAYD(8)						      System Manager's Manual							 RPLAYD(8)

NAME
rplayd - rplay sound server SYNOPSIS
rplayd [options] DESCRIPTION
rplayd is the sound server for the rplay audio system. The server listens for requests to play, pause, continue, and stop sounds using both the RPLAY and RPTP protocols. Normally RPLAY requests are received on port 5555/udp and RPTP on 5556/tcp. (Older ports 55555/udp and 55556/tcp are also supported) Access to the server is restricted using the rplay.hosts file. rplayd can be started during the system boot process, via inetd, or by individual users. root access may be required depending on audio device permissions. In most causes rplayd will play sounds that are available on the local disk. However, rplayd can be sent sounds via the network and rplayd can also contact other rplayds to share sound files. The index of all the local sound files is stored in rplay.conf and remote rplayds are specified in rplay.servers. Sounds received from other rplayds will be stored in a cache directory normally located in /tmp/.rplay-cache. Cache entries are expired on an LRU basis. Many sound file formats are supported by rplayd. These include: AU AIFF WAV VOC UB UL G.721 4-bit, G.723 3-bit, G.723 5-bit GSM Other formats can be played using external helper applications which convert unknown file formats to CD quality data which can then be played by rplayd. See rplay.helpers(5) Several sounds can be played at once and sounds can be played at any sample rate. rplayd can be configured to output many different for- mats using the various --audio options. On some systems, namely Solaris and Linux, rplayd can read sounds directly from CDROM using CDDA. The special sound name cdrom: will play the entire CDROM. cdrom:3-5 will play tracks 3 through 5. OPTIONS
-A DEVICE, --audio-device=DEVICE Use DEVICE for the audio device (/dev/dsp). -B N, --audio-bits=N Audio device bits per sample, 8 or 16. --audio-channels=N Number of audio channels to use, 1 == mono, 2 == stereo. -c N, --audio-close=N Close /dev/dsp after N idle seconds, disabled with 0 (5). -F N, --audio_flush=N Flush /dev/dsp after N idle seconds, disabled with 0 (-1). N = -1 : flush when spool is empty. N = -2 : flush after each audio write. (not recommended) N should be <= to the audio close timeout. --audio-format=FORMAT Tell rplayd to write audio data using FORMAT, where FORMAT can be ulaw, linear-8, ulinear-8, linear-16, or ulinear-16. (linear = signed, ulinear = unsigned) --audio-fragsize=N Audio fragment size (0). The default size is zero which lets the audio driver pick the "best" size. The size specified must be a power of 2 greater than 16. Example: 256, 1024, 4096. --audio-info=INFO, --info=INFO, -i INFO Specify complete audio device information with one option. INFO is of the form: format,sample-rate,bits,channels Examples: `ulaw,8000,8,1' and `linear-16,44100,16,2' Also provided are: --audio-info-ulaw, --info-ulaw -> ulaw,8000,8,1 --audio-match Attempt to match the sample rate of the audio device with the sample rate of the current sound when no other sounds are playing. If the match fails, --audio-sample-rate is used. This option overrides --audio-bufsize. --audio-port=PORT[,PORT...] Output audio to the specified audio port(s). Valid ports are `speaker', `headphone', and `lineout'. Multiple ports can be speci- fied using `speaker,headphone,lineout' -r N, --audio-rate=N Write the audio buffer N times per second (0). -R N, --audio-sample-rate=N Sample rate of the audio device. --auth Enable host access authentication. -D DIR, --cache-directory=DIR Use DIR for rplay.cache (/tmp/.rplay-cache). --cache-remove Remove the cache directory and all its contents when rplayd exists. -s N, --cache-size=N Maximum size in bytes of the rplay cache, disabled with 0 (8388608). --cdrom0=DEVICE, --cdrom1=DEVICE, --cdrom2=DEVICE, --cdrom3=DEVICE Specify the cdrom[0-3] to DEVICE mapping. For Solaris 2.x the default mapping is cdrom[0-3] -> /vol/dev/aliases/cdrom[0-3]. Linux uses cdrom[0-3] -> /dev/cdrom[0-3]. -C FILE, --conf=FILE Use FILE for rplay.conf (/etc/rplay/rplay.conf). -T N, --connection-timeout=N Close idle RPTP connections after N seconds, disabled with 0 (300). -d, --debug Enable debug mode. -f HOST, --forward=HOST Forward all RPLAY packets to HOST. --fork Enable backgrounding rplayd at startup. (enabled) --group=GROUP Run with GROUP privs. (audio) --help Display helpful information. --helpers=FILE Use FILE for rplay.helpers (/etc/rplay/rplay.helpers). -H FILE, --hosts=FILE Use FILE for rplay.hosts (/etc/rplay/rplay.hosts). --inetd Enable inetd mode. (disabled) -L FILE, --log-file=FILE Use file for rplay.log (/tmp/rplay.log). -l N, --log-level=N Use logging level N where 0 <= n <= 4. --memory-cache-size=N Maximum size in bytes of the memory cache, disable caching with 0 (4194304). --memory-cache-sound-size=N Maximum size in bytes of a sound that can be cached in memory. A value of 0 means to try and cache all sounds. (2097152) -N, --no-audio Disable audio, RPTP file server mode. --no-auth Disable host access authentication. -n, --no-inetd Disable inetd mode. (disabled) --no-fork Disable backgrounding rplayd at startup. (enabled) --options-file=FILE Read rplayd options from FILE. --port=PORT, --rplay-port=PORT Use PORT as the RPLAY/UDP port. (5555) (--other-rplay-port may also be available) --rptp-port=PORT Use PORT as the RPTP/TCP port. (5556) (--other-rptp-port may also be available) -S FILE, --servers=FILE Use FILE for rplay.servers (/etc/rplay/rplay.servers). -t N, --timeout=N Exit after N idle seconds, disabled with 0 (0). --user=USER Run with USER privs. (nobody) -v, --version Print the rplay version and exit. FILES
~/.rplaydrc /tmp/.rplay-cache /usr/local/etc/rplay.conf /usr/local/etc/rplay.helpers /usr/local/etc/rplay.hosts /usr/local/etc/rplay.servers SEE ALSO
rplay.conf(5), rplay.helpers(5), rplay.hosts(5), rplay.servers(5), rplay(1), rptp(1) 6/29/98 RPLAYD(8)
All times are GMT -4. The time now is 10:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy