Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread drew Roberts
Back at you Cowboy... http://shortsntings.blogspot.com/2012/10/aunixtail.html On Thu, Feb 4, 2016 at 6:20 PM, Cowboy wrote: > On Thursday 04 February 2016 06:05:25 pm Jamie Dominey wrote: > > If I dump the database it will > > create a new one, but still will not allow me to restore. > > Check

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Cowboy
On Thursday 04 February 2016 06:05:25 pm Jamie Dominey wrote: > If I dump the database it will > create a new one, but still will not allow me to restore. Check the standard stuff. Make sure SELinux is set to permissive, or disabled. Hostname in the database, that stuff that's been mentioned

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Jamie Dominey
Swapping audio cards fixed this issue. Thanks to everyone who helped. It didn't get me much farther though. When I try to restore the database, that I have just backed up on my production machine, it crashes and corrupts the database. If I dump the database it will create a new one, but still wi

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Robert Jeffares
edit as root /etc/asound.conf pcm.rd0 { type hw card 0 device 0 rate 48000 <--- add this line to match what your system is set to } ctl.rd0 { type hw card 0 } pcm.rd1 { type hw card 0 device 1 rate 48000 <-- add this line... } ctl.rd1 { type hw card 0 save restart Thi

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Jamie Dominey
The odd part though, is it worked until the upgrades were applied. The hardware hasn't changed. It's not an ASI card. This pc will be the server on a client/server setup and was installed using the 2 disk 0 spare option of the appliance CD. I will disable this card and install one that supports

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Cowboy
On 02/04/2016 08:21 AM, Jamie Dominey wrote: > Feb 4 06:14:29 rdserv caed: Asked for sample rate 48000, got 96000 > Feb 4 06:14:29 rdserv caed: Sample rate unsupported by device Ah, hardware compatibility problem ! I take this is not an ASI card ? -- Cowboy cowboy.cwf1.com _

Re: [RDD] Broadcast Appliance can't start daemons

2016-02-04 Thread Jamie Dominey
Here is what I have in /var/log/messages Feb 4 06:14:29 rdserv caed: Starting ALSA Play Device rd0: Feb 4 06:14:29 rdserv caed: Device started successfully Feb 4 06:14:29 rdserv caed: Starting ALSA Capture Device rd0: Feb 4 06:14:29 rdserv caed: Asked for sample rate 48000, got 96000 Feb