Re: [RDD] Unable to Allocate Carts in group "MUSIC"

2016-03-21 Thread Mike Carroll
In the source on Github, that message is issued from disk_ripper.cpp after a call to reserveCarts in rdgroup.cpp returns "failed/false". reserveCarts calls GetNextFreeCart, also in rdgroup. That code looks like it's trying to find enough slots to handle the request, within the cart number limits

Re: [RDD] Rdlibrary importing issue

2016-03-21 Thread David Klann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey Seth, - rdxport.cgi is correctly set up with permissions rwsr-xr-x (that "s" means "while the program is running, assume the identity of the owner of the file" (which in this case is the user "root") As what user ID is your apache service

Re: [RDD] Unable to Allocate Carts in group "MUSIC"

2016-03-21 Thread Chuck
On Tue, 22 Mar 2016 00:00:29 + (UTC) Doug Fairbanks wrote: > IN Rivendell 2.10.3 I was able to rip several CDs in a batch and > assigned cart numbers to each cut then something happened, I don't > know what. But when I attempt to rip a CD in a batch and assign a >

Re: [RDD] ALSA loop-driver

2016-03-21 Thread drew Roberts
Morten, I don't know how to help with what you are asking directly. On Mon, Mar 21, 2016 at 6:29 PM, Morten Krarup Nielsen wrote: > Hi. > > I'm creating a small PC without soundcard that needs to run a non-stop > internetradio. > > I'm noot good friends with Jack, I think

[RDD] ALSA loop-driver

2016-03-21 Thread Morten Krarup Nielsen
Hi. I'm creating a small PC without soundcard that needs to run a non-stop internetradio. I'm noot good friends with Jack, so I created an ALSA loop-soundcard: http://www.alsa-project.org/main/index.php/Matrix:Module-aloop It works fine with the Appliance CD - RD Airplay can play and I can

Re: [RDD] Rdlibrary importing issue

2016-03-21 Thread Seth Stevenson
Here is what I have. radio@seth:/usr/local/libexec$ df -TH Filesystem Type Size Used Avail Use% Mounted on /dev/root ext4 32G 3.6G 27G 12% / devtmpfs devtmpfs 459M 4.1k 459M 1% /dev none tmpfs 4.1k 0 4.1k 0% /sys/fs/cgroup none

Re: [RDD] Rdlibrary importing issue

2016-03-21 Thread David Klann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey Seth, This sounds suspiciously like a permissions issue with the audio file directory (usually /var/snd). This directory should be owned by the user specified in /etc/rd.conf as "AudioOwner". The directory should also have group ownership

[RDD] Rdlibrary importing issue

2016-03-21 Thread Seth Stevenson
Hi all, Sorry for the flood of questions lately. Getting a lot of problems solved and I appreciate it. I now have an issue with import in rdlibrary. The import shows complete, but no audio is actually there; just metadata. The is no files in var/snd either. A search seemed to indicate I need to

Re: [RDD] glasscoder error

2016-03-21 Thread jorge soto
After running ./autogen.sh, ./configure, make On Mar 21, 2016 8:06 AM, wrote: > What compile command did you use? > > Sent from my iPhone > > > On Mar 21, 2016, at 12:21 AM, jorge soto wrote: > > > > Trying to compile Glasscoder on ubuntustudio 14.04,

Re: [RDD] glasscoder error

2016-03-21 Thread rcflyer30
What compile command did you use? Sent from my iPhone > On Mar 21, 2016, at 12:21 AM, jorge soto wrote: > > Trying to compile Glasscoder on ubuntustudio 14.04, configures fine but > during make it throws out the following: > > make[1]: Entering directory

Re: [RDD] Can't delete audio or import audio in rdlibrary

2016-03-21 Thread rcflyer30
Finally got it working right. Thanks all for your help. Sent from my iPhone > On Mar 20, 2016, at 3:55 PM, Wayne Merricks > wrote: > > There isn't an rd-bin directory, its an alias/shortcut to an actual directory > (which should be in /usr/local/libexec). > >