mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-23 16:08:15 +02:00
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
* Removed 'conf/my.cnf-master'. * Removed 'conf/my.cnf-standby'. * Removed 'conf/rd-sample.ini'. * Removed 'conf/rd.conf-slax'.
This commit is contained in:
parent
0b9b151c11
commit
8f1ddfb069
@ -17860,3 +17860,8 @@
|
||||
* Removed the 'make doxygen' target.
|
||||
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed 'rdrepld-suse.in'.
|
||||
2018-10-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed 'conf/my.cnf-master'.
|
||||
* Removed 'conf/my.cnf-standby'.
|
||||
* Removed 'conf/rd-sample.ini'.
|
||||
* Removed 'conf/rd.conf-slax'.
|
||||
|
@ -1,59 +0,0 @@
|
||||
# mySQL Configuration file for a Master Rivendell DB.
|
||||
#
|
||||
# by Fred Gleason <fredg@paravelsystems.com>
|
||||
#
|
||||
# This is recommended for use on a system acting as a master
|
||||
# Rivendell server.
|
||||
#
|
||||
|
||||
#
|
||||
# The MySQL server
|
||||
#
|
||||
[mysqld]
|
||||
server-id = 1
|
||||
port = 3306
|
||||
socket = /var/lib/mysql/mysql.sock
|
||||
skip-locking
|
||||
key_buffer = 16M
|
||||
max_allowed_packet = 1M
|
||||
table_cache = 64
|
||||
sort_buffer_size = 512K
|
||||
net_buffer_length = 8K
|
||||
myisam_sort_buffer_size = 8M
|
||||
log-bin
|
||||
|
||||
#
|
||||
# Client Options
|
||||
#
|
||||
[client]
|
||||
#password = your_password
|
||||
port = 3306
|
||||
socket = /var/lib/mysql/mysql.sock
|
||||
|
||||
#
|
||||
# The safe_mysqld script
|
||||
#
|
||||
[safe_mysqld]
|
||||
err-log=/var/lib/mysql/mysqld.log
|
||||
|
||||
[mysqldump]
|
||||
quick
|
||||
max_allowed_packet = 16M
|
||||
|
||||
[mysql]
|
||||
no-auto-rehash
|
||||
|
||||
[isamchk]
|
||||
key_buffer = 20M
|
||||
sort_buffer_size = 20M
|
||||
read_buffer = 2M
|
||||
write_buffer = 2M
|
||||
|
||||
[myisamchk]
|
||||
key_buffer = 20M
|
||||
sort_buffer_size = 20M
|
||||
read_buffer = 2M
|
||||
write_buffer = 2M
|
||||
|
||||
[mysqlhotcopy]
|
||||
interactive-timeout
|
@ -1,78 +0,0 @@
|
||||
# mySQL configuration file for a Standby Rivendell DB.
|
||||
#
|
||||
# by Fred Gleason <fredg@paravelsystems.com>
|
||||
#
|
||||
# This is recommended for use on a system acting as a standby
|
||||
# Rivendell server. Further information can be found in SRL
|
||||
# Application Note #3, available at:
|
||||
#
|
||||
# http://www.salemradiolabs.com/appnotes/
|
||||
#
|
||||
# IMPORTANT NOTE:
|
||||
# The 'server-id=' argument *must* be unique for each mySQL server
|
||||
# across a given Rivendell network, or data replication will not
|
||||
# work! By convention, the master server is assigned a server-id of
|
||||
# '1', and standby servers are numbered sequentially starting with
|
||||
# '100'.
|
||||
|
||||
|
||||
#
|
||||
# The MySQL server
|
||||
#
|
||||
[mysqld]
|
||||
# #####################################################################
|
||||
# You will need to customize the 'server-id' entry for your site:
|
||||
# #####################################################################
|
||||
server-id = 100
|
||||
|
||||
# #####################################################################
|
||||
# No changes should be required below here.
|
||||
# #####################################################################
|
||||
port = 3306
|
||||
socket = /var/lib/mysql/mysql.sock
|
||||
skip-locking
|
||||
key_buffer = 16M
|
||||
max_allowed_packet = 1M
|
||||
table_cache = 64
|
||||
sort_buffer_size = 512K
|
||||
net_buffer_length = 8K
|
||||
myisam_sort_buffer_size = 8M
|
||||
# master-host = server.example.com
|
||||
# master-user = repl
|
||||
# master-password = letmein
|
||||
|
||||
#
|
||||
# Client Options
|
||||
#
|
||||
[client]
|
||||
#password = your_password
|
||||
port = 3306
|
||||
socket = /var/lib/mysql/mysql.sock
|
||||
|
||||
#
|
||||
# The safe_mysqld script
|
||||
#
|
||||
[safe_mysqld]
|
||||
err-log=/var/lib/mysql/mysqld.log
|
||||
|
||||
[mysqldump]
|
||||
quick
|
||||
max_allowed_packet = 16M
|
||||
|
||||
[mysql]
|
||||
no-auto-rehash
|
||||
|
||||
[isamchk]
|
||||
key_buffer = 20M
|
||||
sort_buffer_size = 20M
|
||||
read_buffer = 2M
|
||||
write_buffer = 2M
|
||||
|
||||
[myisamchk]
|
||||
key_buffer = 20M
|
||||
sort_buffer_size = 20M
|
||||
read_buffer = 2M
|
||||
write_buffer = 2M
|
||||
|
||||
[mysqlhotcopy]
|
||||
interactive-timeout
|
@ -1,118 +0,0 @@
|
||||
; rd.conf
|
||||
;
|
||||
; This is the default configuration file for Rivendell
|
||||
;
|
||||
; At the very least, you will need to change the 'AudioOwner='
|
||||
; directive to point to a valid account on this machine!
|
||||
;
|
||||
; by Fred Gleason <fredg@paravelsystems.com>
|
||||
;
|
||||
|
||||
[Identity]
|
||||
; This section is used to define the default shell account used to
|
||||
; run the Rivendell modules.
|
||||
Password=letmein
|
||||
AudioOwner=rd
|
||||
AudioGroup=users
|
||||
|
||||
[mySQL]
|
||||
; The connection parameters for the MySQL server.
|
||||
Hostname=localhost
|
||||
Loginname=rduser
|
||||
Password=letmein
|
||||
Database=Rivendell
|
||||
Driver=QMYSQL3
|
||||
|
||||
[Logs]
|
||||
; Set the method to be used for logging. Possible values are:
|
||||
; Syslog = Use the syslog facility.
|
||||
; File = Log directly to a file. See also the 'LogDirectory='
|
||||
; and 'LogPattern=' parameters below.
|
||||
; None = Don't generate logs at all.
|
||||
Facility=Syslog
|
||||
|
||||
; The directory to write logs to. Used only if the 'Facility='
|
||||
; parameter is set to 'File'.
|
||||
LogDirectory=/home/rd/rdlogs
|
||||
|
||||
; The directory to to put core files in in the event of a daemon
|
||||
; crash. For this to work, you must also configure your environment
|
||||
; to allow the generation of core dumps (e.g. 'ulimit -c unlimited').
|
||||
CoreDumpDirectory=/home/rd/rdlogs
|
||||
|
||||
; The name of the file to send logs to. The following wildcards can
|
||||
; be used:
|
||||
; %d - The day of the month (01 - 31)
|
||||
; %h - The hour (00 - 23)
|
||||
; %M - The month (01 - 12)
|
||||
; %m - The minute (00 - 59)
|
||||
; %n - The name of the originating module --e.g. 'rdairplay', 'caed'.
|
||||
; %s - The second (00 - 60)
|
||||
; %Y - The four digit year
|
||||
; This parameter is used only if the 'Facility=' parameter is set to
|
||||
; 'File'.
|
||||
LogPattern=%n-%Y%M%d.log
|
||||
|
||||
|
||||
[Alsa]
|
||||
; ALSA Parameters
|
||||
; (It should seldom be necessary to tweak these)
|
||||
PeriodQuantity=2
|
||||
PeriodSize=1024
|
||||
|
||||
; [SoftKeys]
|
||||
;
|
||||
; This section can be used to program the RDSoftKeys applet, or you
|
||||
; can use the --map-file=<filename> switch to configure multiple soft
|
||||
; key setups on the same host.
|
||||
;
|
||||
; Columns=10
|
||||
;
|
||||
; Command1=hithlum.srlabs.loc:GO 3 1 1 0!
|
||||
; Legend1=Telos 1 ON
|
||||
; Color1=red
|
||||
;
|
||||
; Command2=hithlum.srlabs.loc:GO 3 2 1 0!
|
||||
; Legend2=Telos 2 ON
|
||||
; Color2=red
|
||||
;
|
||||
|
||||
[Tuning]
|
||||
; This section defines the realtime parameters used when running
|
||||
; audio components. Normally, these useful only for debugging.
|
||||
UseRealtime=Yes
|
||||
RealtimePriority=9
|
||||
|
||||
[Format]
|
||||
; These values are used only by the ALSA driver, to set the basic sample
|
||||
; rate to use when starting each sound card. Gernerally, you want
|
||||
; this to match the rate used by files in your library, but some
|
||||
; cheapie cards will only work with certain rates [e.g. 48000] here.
|
||||
SampleRate=44100
|
||||
Channels=2
|
||||
|
||||
[Hacks]
|
||||
; If you are getting no output level meter indications with an older
|
||||
; ASI card (such as the ASI4215, ASI4113 or ASI4111), try uncommenting
|
||||
; the following line:
|
||||
; UseStreamMeters=Yes
|
||||
|
||||
;
|
||||
; Log Generation (old method, deprecated)
|
||||
;
|
||||
; These sections are here strictly for backward compatibility. See
|
||||
; the [Logs] section for a much more powerful way to configure
|
||||
; logging.
|
||||
;
|
||||
; [RDAirPlay]
|
||||
; Logfile=/home/rd/rdairplay.log
|
||||
;
|
||||
; [RDCatchd]
|
||||
; Logfile=/home/rd/rdcatchd.log
|
||||
;
|
||||
; [Ripcd]
|
||||
; Logfile=/home/rd/ripcd.log
|
||||
;
|
||||
; [Caed]
|
||||
; Logfile=/home/rd/caed.log
|
||||
; EnableMixerLogging=No
|
@ -1,45 +0,0 @@
|
||||
; rd.conf
|
||||
;
|
||||
; This is the SLAX configuration file for Rivendell
|
||||
;
|
||||
; by Fred Gleason <fredg@paravelsystems.com>
|
||||
;
|
||||
|
||||
[Identity]
|
||||
Password=letmein
|
||||
AudioOwner=salem
|
||||
AudioGroup=users
|
||||
|
||||
[Tuning]
|
||||
UseRealtime=Yes
|
||||
RealtimePriority=9
|
||||
|
||||
[mySQL]
|
||||
Hostname=localhost
|
||||
Loginname=rduser
|
||||
Password=letmein
|
||||
Database=Rivendell
|
||||
Driver=QMYSQL3
|
||||
|
||||
[Hacks]
|
||||
; If you are getting no output level meter indications with an older
|
||||
; ASI card (such as the ASI4215, ASI4113 or ASI4111), tru uncommenting
|
||||
; the following line:
|
||||
; UseStreamMeters=Yes
|
||||
|
||||
;
|
||||
; Log Generation
|
||||
;
|
||||
; These are mainly useful for debugging!
|
||||
;
|
||||
; [RDAirPlay]
|
||||
; Logfile=/home/myself/rdairplay.log
|
||||
;
|
||||
; [RDCatchd]
|
||||
; Logfile=/home/myself/rdcatchd.log
|
||||
;
|
||||
; [Ripcd]
|
||||
; Logfile=/home/myself/ripcd.log
|
||||
;
|
||||
; [Caed]
|
||||
; Logfile=/home/myself/caed.log
|
Loading…
x
Reference in New Issue
Block a user