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] 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 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] 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 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 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 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 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 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] 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] 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.