[RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Jake Litwin
Hi, I am brand new to the group. Having a little difficulty with the CentOS 7 image. Just a short background that may help aid in an answer for me. I'm installing on an old HP dc5750 with a 1TB hard drive I put in. 4g ram. I downloaded the CentOS minimal from

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread drew Roberts
Try to start each daemon by hand from a different terminal. Start with caed. After that your choice, ripcd and rdcatchd. Which one fails? Does the message generated give any hints? all the best, drew On Sun, Nov 4, 2018 at 4:33 AM Jake Litwin wrote: > Hi, > > I am brand new to the group.

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Jake Litwin
Thanks for the reply Drew. The first thing I noticed if I try to do a systemctl status is that I get rd is not in the sudoers file. So I did a su - to root. I first checked caed in the output was Unit caed.service could not be found. Same goes for ripcd and rdcatchd. On Sun, Nov 4, 2018 at 6:53

Re: [RDD] re-normalize a batch of carts?

2018-11-04 Thread Gregory Avedissian
On 11/1/18, Fred Gleason wrote: > On Oct 31, 2018, at 15:43, Gregory Avedissian wrote: > >> Is it safe to do something as simple as having the script go to /var/snd >> and run: >> for i in *.wav ; do sox --norm=-5 "$i" /tmp/"$i" && cp /tmp/"$i" "$i" ; >> done >> >> Oh yeah, there will be rm

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread David Klann
On 11/4/18 8:22 AM, Jake Litwin wrote: > Thanks for the reply Drew. The first thing I noticed if I try to do a > systemctl status is that I get rd is not in the sudoers file. So I did a > su - to root. I first checked caed in the output was Unit caed.service > could not be found. Same goes for

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Jake Litwin
Hi Patrick, Here is what was generated from the above command. I also checked to see if MySQL was running. [rd@rivendell ~]$ su - Password: Last login: Sun Nov 4 09:19:09 EST 2018 on pts/0 [root@rivendell ~]# systemctl start rivendell Job for rivendell.service failed because the control process

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Robert Jeffares
I am having the exact same problem here. Robert Jeffares Big Valley Radio On 5/11/18 3:22 AM, Jake Litwin wrote: Thanks for the reply Drew. The first thing I noticed if I try to do a systemctl status is that I get rd is not in the sudoers file. So I did a su - to root. I first checked caed

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread John Anderson
On Sun, 2018-11-04 at 03:33 -0600, Jake Litwin wrote: > Hi, > > > I am brand new to the group. Having a little difficulty with the > CentOS 7 image. Can someone maybe help shed some guidance on this for > me? Is my pc too old? > > -- > Jake Litwin first questionwhat sound card do you

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread drew Roberts
Jake, you are operating at a level above what I am suggesting... On Sun, Nov 4, 2018 at 9:22 AM Jake Litwin wrote: > Thanks for the reply Drew. The first thing I noticed if I try to do a > systemctl status is that I get rd is not in the sudoers file. So I did a su > - to root. I first checked

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread drew Roberts
Jake, On Sun, Nov 4, 2018 at 1:27 PM Jake Litwin wrote: > Hi Drew, > > When I get to the sudo commands after the ps ax commands it's still > telling me "rd is not in the sudoers file. This incident will be reported." > Just out of curiosity are these steps not valid anymore? That's what I >

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Patrick
My first concern would be: Nov 4 10:21:44 rivendell ntpd_intres[592]: host name not found: 3.centos.pool.ntp.org This is a valid hostname, which tells me your computer either isn't on the internet or your DNS resolver isn't working. Second is this: Nov 4

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Jake Litwin
Ahhh that's Patrick and Drew. I think I found the issue. I'm using the on board sound from the PC and it appears this may not be compatible with Rivendell. I'm going to have to go get an external sound card like the ones mentioned on the compatibility list. That makes sense why caed is crashing

Re: [RDD] Carts Manually Imputed Times not shown

2018-11-04 Thread Stan Fotinos
Hi all What if you create a empty log eg. "Music Default" that loads automatically at startup, I think that works... Thanks Stan On 5/11/18 8:39 am, drew Roberts wrote: Fred, On Sun, Nov 4, 2018 at 4:38 PM Fred Gleason > wrote: On Nov 3, 2018, at

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Robert Jeffares
Had the same issue here and resolved it by adding  "rate 44100" in /etc/asound.conf under card 0 then amended default rate in rdadmin.system settings If caed don't start mysql is not going to follow Thanks for the help. Robert On 5/11/18 8:03 AM, Jake Litwin wrote: Ahhh that's Patrick and

Re: [RDD] Carts Manually Imputed Times not shown

2018-11-04 Thread drew Roberts
Fred, On Sun, Nov 4, 2018 at 4:38 PM Fred Gleason wrote: > On Nov 3, 2018, at 15:34, ija...@jamcorbroadcast.com wrote: > > We noticed when we printed the logs with The carts that where put in by > hand no times where present. > Does any on have a fix to this. > we only see them when the log is

Re: [RDD] CentOS 7 Cannot Start Rivendell Daemons

2018-11-04 Thread Patrick
Login or change to root. systemctl start rivendell tail -50 /var/log/messages See what’s in your log. My first guess is MySQL isn’t set up. Also provide us any errors from the above commands. Patrick Sent from my iPhone > On Nov 4, 2018, at 6:22 AM, Jake Litwin wrote: > > Thanks for the

Re: [RDD] Carts Manually Imputed Times not shown

2018-11-04 Thread Fred Gleason
On Nov 3, 2018, at 15:34, ija...@jamcorbroadcast.com wrote: > We noticed when we printed the logs with The carts that where put in by hand > no times where present. > Does any on have a fix to this. > we only see them when the log is in the run in air play mode. Do any one have > an Idea how we