Re: [RDD] RDXport error

2017-02-22 Thread Kit Raymond Haskins

Much the same with the SElinux people.



amen ...
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Kit Raymond Haskins

I understood the setup was for the placement of the cgi scripts as
./configure --libexecdir=/var/www/html

/var/snd is where the .wav files live ...
/var/www/html is where the cgi files live ..


The only other similar case I found so far was from 2011 when someone was
compiling Rivendell from source and forgot to set --libexecdir=/var/snd/.
Would there be something I need to correct on this? If so, how?___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Fred Gleason
On Feb 22, 2017, at 18:46, Cowboy  wrote:

> The appliance will install correctly on both, but you probably have to go
> to war with the UEFI to make it work.

The CentOS 6 Appliance DVD will quite likely be a Basket Case with UEFI BIOSes. 
 If you need that combo, use the script method.

Cheers!


|--|
| Frederick F. Gleason, Jr. |  Chief Developer |
|   |  Paravel Systems |
|--|
|  A room without books is like a body without a soul. |
| -- Cicero|
|--|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Cowboy
On Wednesday 22 February 2017 06:24:15 pm Tom Van Gorkom wrote:
>  the only difference between the two is the type of BIOS requiring
> that I install Centos from a DVD iso and Rivendell from Paravel's download
> and process instead of installing it all from the appliance disk.

 The appliance will install correctly on both, but you probably have to go
 to war with the UEFI to make it work.
 Once it does work, it should continue to do so.
 Been there, done that, want to kill them dead !
 Want to kill their mothers.
 Want to kill their children.
 Want to kill their dog !

 Much the same with the SElinux people.

-- 
Cowboy

http://cowboy.cwf1.com

The human animal differs from the lesser primates in his passion for
lists of "Ten Best".
-- H. Allen Smith
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Tom Van Gorkom
Thanks Wayne. I appreciate everyone who has taken time to help me. Yes, it
doesn't import either.  Unfortunately those commands a2ensite and a2enmod
don't exist in RH distros like Centos. It looks like I would have to create
some sort of sym-links to do the same thing.

What I don't understand is that if the rd-bin.conf files are the same in
the working and non-working machines and both have the same centos and
rivendell versions installed, why would I need to change how apache
operates? the only difference between the two is the type of BIOS requiring
that I install Centos from a DVD iso and Rivendell from Paravel's download
and process instead of installing it all from the appliance disk.

The only other similar case I found so far was from 2011 when someone was
compiling Rivendell from source and forgot to set --libexecdir=/var/snd/.
Would there be something I need to correct on this? If so, how?

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Wed, Feb 22, 2017 at 4:23 PM, Wayne Merricks <
waynemerri...@thevoiceasia.com> wrote:

> Hi,
>
> This is probably going to be an Apache'ism.  First can you just use any
> old web browser to view the Rivendell cgi pages:
>
> http://localhost/rd-bin/addcart.html
>
> Next I'm afraid I have to get into "CentOS" guessing games as I'm only
> familiar with Debian based setups.  Ubuntu changed a bunch of stuff
> recently which did things like always give you 403 forbidden errors and
> didn't enable cgi so it would never work.
>
> First off if you have 403s you need to edit the rd-bin.conf file (I think
> this change came in with Apache 2.4+):
>
> On line 23 you will see:
>
> 
> Options ExecCGI FollowSymLinks
> AllowOverride None
> Order allow,deny
> Allow from all
>
> Delete these two lines:
>
> Order allow,deny
> Allow from all
>
> ...and replace with the new way of doing things:
>
> Require all granted
>
> With that done copy re-enable the rd-bin site via apache:
>
> sudo a2ensite rd-bin
> sudo service apache2 reload
>
> We also need to enable the CGI module otherwise your audio won't import
> (which might be the problem you're describing):
>
> sudo a2enmod cgi
> sudo service apache2 restart
>
> Hope this helps, in theory the steps should be the same under CentOS.
>
> Regards,
>
> Wayne
>
> On 2017-02-22 21:30, Tom Van Gorkom wrote:
>
>> Yes, it spits back PIDs for apache running.
>>
>> Installed Lynx and ran as you suggested. Results:
>>
>> The requested URL /rdxport.cgi was not found on this server.
>> Apache/2.2.15 (CentOS) Server at reaiplay1s [or localhost]  Port 80
>>
>> On my good machine I get the same message back.
>>
>> In the httpd error log, the only thing that I see that is different
>> than a good machine is:
>>
>> SELinux policy enabled; httpd running as context
>> system_u:system_r:httpd_t:s0
>> suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
>>
>> in access log: All looked the same as a good machine except where I
>> ran lynx:  "GET /rdxport.cgi HTTP/1.0"
>>
>> So if it is not found, what do I change?
>>
>> rdxport.cgi appears correctly located in /var/www/rd-bin with root
>> permission. I dont know where to find execcgi. Searches on both good
>> and the machine in question results in 0 found.
>>
>> Tom Van Gorkom
>> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
>> Office: 956-380-8150
>> Cell: 865-803-7427
>>
>> Rio Grande Bible Institute
>> 4300 S US Hwy 281
>> Edinburg, TX 78539
>>
>> On Wed, Feb 22, 2017 at 2:32 PM, Kit Raymond Haskins > [4]> wrote:
>>
>> Tom,
>>>
>>> Ive noticed the grey out time remaining to be a side-effect with
>>> httpd not having permissions set up, or apache is running as a
>>> different user.
>>>
>>> Check and see if the apache service is indeed working.  Something
>>> like
>>> ps -eaf |grep httpd  <- should spit back some PIDs for a running
>>> daemon.
>>>
>>> Looking in the /etc/httpd/logs directory with error_log and
>>> access_log have shown me some error messages while the CGI file is
>>> called.  Mine where ExecCGI messages in which ExecCGI wasnt set-up
>>> with the options for the folder that rdXport.cgi lives in ...   Is
>>> rdXport.cgi doing anything when you go to the link with a browser
>>> directly ???
>>>
>>> lynx http://localhost/rdxport.cgi [1]  <-  should burp back
>>> "invalid web method" if youre using a web browser.  Or does this
>>> return an error message like "not found" or some permission error
>>> message, of which I cant provide an exact quote to the phrase it
>>> returns.
>>>
>>> (Lynx is a CLI based web browser, in case you are not familar with
>>> the command, Im a CLI kinda of guy and do enjoy my  VI, Im even
>>> using Pine to compose this message)
>>>
>>> --Kit Haskins
>>>
>>> Kit, you were right - the time is greyed out at the bottom of the
 library.
 So where should I look now?

>>>
>>> 

Re: [RDD] RDXport error

2017-02-22 Thread Cowboy
On Wednesday 22 February 2017 04:30:15 pm Tom Van Gorkom wrote:
> In the httpd error log, the only thing that I see that is different than a
> good machine is:
> 
> SELinux policy enabled;

 That's the first thing I'd change, almost immediately.
 See my other post.

-- 
Cowboy

http://cowboy.cwf1.com

The human animal differs from the lesser primates in his passion for
lists of "Ten Best".
-- H. Allen Smith
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Wayne Merricks

Hi,

This is probably going to be an Apache'ism.  First can you just use any 
old web browser to view the Rivendell cgi pages:


http://localhost/rd-bin/addcart.html

Next I'm afraid I have to get into "CentOS" guessing games as I'm only 
familiar with Debian based setups.  Ubuntu changed a bunch of stuff 
recently which did things like always give you 403 forbidden errors and 
didn't enable cgi so it would never work.


First off if you have 403s you need to edit the rd-bin.conf file (I 
think this change came in with Apache 2.4+):


On line 23 you will see:


Options ExecCGI FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

Delete these two lines:

Order allow,deny
Allow from all

...and replace with the new way of doing things:

Require all granted

With that done copy re-enable the rd-bin site via apache:

sudo a2ensite rd-bin
sudo service apache2 reload

We also need to enable the CGI module otherwise your audio won't import 
(which might be the problem you're describing):


sudo a2enmod cgi
sudo service apache2 restart

Hope this helps, in theory the steps should be the same under CentOS.

Regards,

Wayne

On 2017-02-22 21:30, Tom Van Gorkom wrote:

Yes, it spits back PIDs for apache running.

Installed Lynx and ran as you suggested. Results:

The requested URL /rdxport.cgi was not found on this server.
Apache/2.2.15 (CentOS) Server at reaiplay1s [or localhost]  Port 80

On my good machine I get the same message back.

In the httpd error log, the only thing that I see that is different
than a good machine is:

SELinux policy enabled; httpd running as context
system_u:system_r:httpd_t:s0
suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)

in access log: All looked the same as a good machine except where I
ran lynx:  "GET /rdxport.cgi HTTP/1.0"

So if it is not found, what do I change?

rdxport.cgi appears correctly located in /var/www/rd-bin with root
permission. I dont know where to find execcgi. Searches on both good
and the machine in question results in 0 found.

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150  
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Wed, Feb 22, 2017 at 2:32 PM, Kit Raymond Haskins  wrote:


Tom,

Ive noticed the grey out time remaining to be a side-effect with
httpd not having permissions set up, or apache is running as a
different user.

Check and see if the apache service is indeed working.  Something
like
ps -eaf |grep httpd  <- should spit back some PIDs for a running
daemon.

Looking in the /etc/httpd/logs directory with error_log and
access_log have shown me some error messages while the CGI file is
called.  Mine where ExecCGI messages in which ExecCGI wasnt set-up
with the options for the folder that rdXport.cgi lives in ...   Is
rdXport.cgi doing anything when you go to the link with a browser
directly ???

lynx http://localhost/rdxport.cgi [1]  <-  should burp back
"invalid web method" if youre using a web browser.  Or does this
return an error message like "not found" or some permission error
message, of which I cant provide an exact quote to the phrase it
returns.

(Lynx is a CLI based web browser, in case you are not familar with
the command, Im a CLI kinda of guy and do enjoy my  VI, Im even
using Pine to compose this message)

--Kit Haskins


Kit, you were right - the time is greyed out at the bottom of the
library.
So where should I look now?


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org [2]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
[3]




Links:
--
[1] http://localhost/rdxport.cgi
[2] mailto:Rivendell-dev@lists.rivendellaudio.org
[3] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
[4] mailto:k...@ka0wuc.org


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Tom Van Gorkom
Yes, it spits back PIDs for apache running.

Installed Lynx and ran as you suggested. Results:

The requested URL /rdxport.cgi was not found on this server.
Apache/2.2.15 (CentOS) Server at reaiplay1s [or localhost]  Port 80

On my good machine I get the same message back.

In the httpd error log, the only thing that I see that is different than a
good machine is:

SELinux policy enabled; httpd running as context
system_u:system_r:httpd_t:s0
suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)

in access log: All looked the same as a good machine except where I ran
lynx:  "GET /rdxport.cgi HTTP/1.0"

So if it is not found, what do I change?

rdxport.cgi appears correctly located in /var/www/rd-bin with root
permission. I don't know where to find execcgi. Searches on both good and
the machine in question results in 0 found.


Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Wed, Feb 22, 2017 at 2:32 PM, Kit Raymond Haskins  wrote:

> Tom,
>
> I've noticed the grey out time remaining to be a side-effect with httpd
> not having permissions set up, or apache is running as a different user.
>
> Check and see if the apache service is indeed working.  Something like
> ps -eaf |grep httpd  <- should spit back some PID's for a running daemon.
>
> Looking in the /etc/httpd/logs directory with error_log and access_log
> have shown me some error messages while the CGI file is called.  Mine where
> ExecCGI messages in which ExecCGI wasn't set-up with the options for the
> folder that rdXport.cgi lives in ...   Is rdXport.cgi doing anything when
> you go to the link with a browser directly ???
>
> lynx http://localhost/rdxport.cgi  <-  should burp back "invalid web
> method" if you're using a web browser.  Or does this return an error
> message like "not found" or some permission error message, of which I can't
> provide an exact quote to the phrase it returns.
>
> (Lynx is a CLI based web browser, in case you are not familar with the
> command, I'm a CLI kinda of guy and do enjoy my  VI, I'm even using Pine to
> compose this message)
>
> --Kit Haskins
>
>
>
> Kit, you were right - the time is greyed out at the bottom of the library.
>> So where should I look now?
>
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Kit Raymond Haskins

Tom,

I've noticed the grey out time remaining to be a side-effect with httpd 
not having permissions set up, or apache is running as a different user.


Check and see if the apache service is indeed working.  Something like
ps -eaf |grep httpd  <- should spit back some PID's for a running daemon.

Looking in the /etc/httpd/logs directory with error_log and access_log 
have shown me some error messages while the CGI file is called.  Mine 
where ExecCGI messages in which ExecCGI wasn't set-up with the options for 
the folder that rdXport.cgi lives in ...   Is rdXport.cgi doing anything 
when you go to the link with a browser directly ???


lynx http://localhost/rdxport.cgi  <-  should burp back "invalid web 
method" if you're using a web browser.  Or does this return an error 
message like "not found" or some permission error message, of which I 
can't provide an exact quote to the phrase it returns.


(Lynx is a CLI based web browser, in case you are not familar with the 
command, I'm a CLI kinda of guy and do enjoy my  VI, I'm even using Pine 
to compose this message)


--Kit Haskins



Kit, you were right - the time is greyed out at the bottom of the library.
So where should I look now?___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-22 Thread Tom Van Gorkom
 I am now working from a complete install per Fred's instructions on the
new machine and checked all the things mentioned in this thread comparing
them to a working machine. I see no difference in the apache configs, error
logs, etc. On the new machine, gam_server is running - the old beast raised
its head again.

Kit, you were right - the time is greyed out at the bottom of the library.
So where should I look now?

I talked to another station yesterday and they decided to not buy new
machines for Rivendell. In their experience, Centos 7 works easier than 6
on the newer BIOS but refurbs work the best for Riendell installs. It seems
to me that this issue will have to be addressed with EUFI BIOS going
forward.

Thanks for any other ideas. I have until Friday this week to return the
machine.

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Thu, Feb 16, 2017 at 10:20 AM, Wayne Merricks <
waynemerri...@thevoiceasia.com> wrote:

> Hi,
>
> Sometimes also happens when the apache config hasn't been implemented
> properly.
>
> Only usually on a source install mind.
>
> Try copying a working rivendell apache conf from another machine.
>
> Under Debian/Ubuntu the conf looks a bit like this, remember to change
> /usr/lib/cgi-bin to wherever the rivendell cgi is located:
>
> 
>   Options ExecCGI FollowSymLinks
>   AllowOverride None
>   Require all granted
>   
> SetHandler default-handler
>   
>   
> SetHandler default-handler
>   
>   
> SetHandler default-handler
>   
>   
> SetHandler default-handler
>   
>   
> SetHandler cgi-script
>   
>   
> SetHandler cgi-script
>   
>   
> SetHandler cgi-script
>   
> 
> ScriptAlias /rd-bin/ "/usr/lib/cgi-bin/rivendell/"
>
>
> On 16/02/17 04:20, Kit Raymond Haskins wrote:
>
> Sorry for the add-on here.  With a partial install, might even see if the
> HTTPD server ie: apache2 is installed, running, alive:
>
> ps -eaf |grep httpd
>
> Again thinking here with RDXport errors, could be the apache server isn't
> playing nice in the sand box, being a possible partial install ... Guessing
> here ...
>
> ---
>
> Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
> k...@ka0wuc.org
>
> When I was 10, I caught the radio bug, it appears to be over ...
>
> On Wed, 15 Feb 2017, Kit Raymond Haskins wrote:
>
> Might I suggest a quick peek at either the
>
> /etc/httpd/logs/error_log
>
>  or even the
>
> /etc/httpd/logs/access_log
>
>
> And see if the "rdXport returned an error" could have some detail such as
> CGIEXEC is turned off, or maybe more specific errors in permissions of the
> rdxport.cgi file ...
>
> Another symptom might be also be noticed is if you open up rdlibrary and
> look at the button center and observe if the "Free: " box shows a valid
> time left for storage.  Such as "3056h:41m"  or is this grey'ed out and
> blank ???
>
> I've noticed this sometimes while building my boxes, also related to
> permissions as well ...
>
> ---
>
> Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
> k...@ka0wuc.org
>
> When I was 10, I caught the radio bug, it appears to be over ...
>
> On Tue, 14 Feb 2017, Tom Van Gorkom wrote:
>
> Yes, /var/snd is mounted locally.. The library populates and I can play
> any
> of it from the server on the local machine but it does not show the audio
> wave form in Edit and another symptom is that only way to configure
> rdalsaconfig is from the terminal. The app in the menu only asks for the
> PW
> and then does nothing Something must be missing still.
>
> The problem is that this is a brand new lenovo i5 computer and the only
> way
> to get the DVD appliance to load is to use legacy boot on the DVD but then
> it will not boot off the hard drive when loaded. When I use UEFI on the
> DVD
> it jumps past the Rivendell selection menu and doesn't seem to completely
> install Rivendell but will reboot. Do you have any tricks to get the hard
> drive to boot after loading it? I would much rather use the appliance
> install to be sure it all is there and works.
>
> Thanks,
>
> Tom Van Gorkom
> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
> Office: 956-380-8150 <(956)%20380-8150>
> Cell: 865-803-7427 <(865)%20803-7427>
>
> Rio Grande Bible Institute
> 4300 S US Hwy 281
> Edinburg, TX 78539
>
> On Tue, Feb 14, 2017 at 3:40 PM, Robert Jeffares
>  
> wrote:
>
> Have you created a local /var/snd and exported /var/snd from the server
> then mounted it locally.
>
> You must have changed localhost in /etc/rd.conf to the address of your
> server
>
> regards
>
>
> Robert
>
> On 15/02/17 10:14, Tom Van Gorkom wrote:
>
> Riv 2.15.2 on CentOS 6.8, client on server.
>
> I had to 

Re: [RDD] RDXport error

2017-02-16 Thread Wayne Merricks

Hi,

Sometimes also happens when the apache config hasn't been implemented 
properly.


Only usually on a source install mind.

Try copying a working rivendell apache conf from another machine.

Under Debian/Ubuntu the conf looks a bit like this, remember to change 
/usr/lib/cgi-bin to wherever the rivendell cgi is located:



  Options ExecCGI FollowSymLinks
  AllowOverride None
  Require all granted
  
SetHandler default-handler
  
  
SetHandler default-handler
  
  
SetHandler default-handler
  
  
SetHandler default-handler
  
  
SetHandler cgi-script
  
  
SetHandler cgi-script
  
  
SetHandler cgi-script
  

ScriptAlias /rd-bin/ "/usr/lib/cgi-bin/rivendell/"


On 16/02/17 04:20, Kit Raymond Haskins wrote:
Sorry for the add-on here.  With a partial install, might even see if 
the HTTPD server ie: apache2 is installed, running, alive:


ps -eaf |grep httpd

Again thinking here with RDXport errors, could be the apache server 
isn't playing nice in the sand box, being a possible partial install 
... Guessing here ...


--- 

Thru the Ethernet, past the Gateway, off the modem pool, nothing but 
NET .

k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...

On Wed, 15 Feb 2017, Kit Raymond Haskins wrote:


Might I suggest a quick peek at either the

/etc/httpd/logs/error_log

 or even the

/etc/httpd/logs/access_log


And see if the "rdXport returned an error" could have some detail 
such as CGIEXEC is turned off, or maybe more specific errors in 
permissions of the rdxport.cgi file ...


Another symptom might be also be noticed is if you open up rdlibrary 
and look at the button center and observe if the "Free: " box shows a 
valid time left for storage.  Such as "3056h:41m"  or is this grey'ed 
out and blank ???


I've noticed this sometimes while building my boxes, also related to 
permissions as well ...


--- 

Thru the Ethernet, past the Gateway, off the modem pool, nothing but 
NET .

k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...

On Tue, 14 Feb 2017, Tom Van Gorkom wrote:

Yes, /var/snd is mounted locally.. The library populates and I can 
play any
of it from the server on the local machine but it does not show the 
audio

wave form in Edit and another symptom is that only way to configure
rdalsaconfig is from the terminal. The app in the menu only asks for 
the PW

and then does nothing Something must be missing still.

The problem is that this is a brand new lenovo i5 computer and the 
only way
to get the DVD appliance to load is to use legacy boot on the DVD 
but then
it will not boot off the hard drive when loaded. When I use UEFI on 
the DVD
it jumps past the Rivendell selection menu and doesn't seem to 
completely
install Rivendell but will reboot. Do you have any tricks to get the 
hard

drive to boot after loading it? I would much rather use the appliance
install to be sure it all is there and works.

Thanks,

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Tue, Feb 14, 2017 at 3:40 PM, Robert Jeffares 


wrote:

Have you created a local /var/snd and exported /var/snd from the 
server

then mounted it locally.

You must have changed localhost in /etc/rd.conf to the address of your
server

regards


Robert

On 15/02/17 10:14, Tom Van Gorkom wrote:

Riv 2.15.2 on CentOS 6.8, client on server.

I had to download and install Rivendell from the repository because of
BIOS issues preventing the DVD appliance from working right so have 
had to
install  missing components for audio and codecs. It now sees the 
server
and plays but gives an error when I click on Edit Markers in the 
library:


 "Unable to download peak data, error was: 'RDXport service 
returned an

error'".

What might I still be missing? Now that I have formated and 
successfully
installed CentOS and it reboots, might it work to install Rivendell 
from

the DVD now?

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150 <(956)%20380-8150>
Cell: 865-803-7427 <(865)%20803-7427>

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539


___
Rivendell-dev mailing 
listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



--
*Communication Consultants*
64 Warner Park Avenue

Laingholm

Auckland 0604

09 8176358

0221693124

06 650 6087

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev







___
Rivendell-dev mailing list

Re: [RDD] RDXport error

2017-02-15 Thread Kit Raymond Haskins
Sorry for the add-on here.  With a partial install, might even see if the 
HTTPD server ie: apache2 is installed, running, alive:


ps -eaf |grep httpd

Again thinking here with RDXport errors, could be the apache server isn't 
playing nice in the sand box, being a possible partial install ... 
Guessing here ...


---
Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...

On Wed, 15 Feb 2017, Kit Raymond Haskins wrote:


Might I suggest a quick peek at either the

/etc/httpd/logs/error_log

 or even the

/etc/httpd/logs/access_log


And see if the "rdXport returned an error" could have some detail such as 
CGIEXEC is turned off, or maybe more specific errors in permissions of the 
rdxport.cgi file ...


Another symptom might be also be noticed is if you open up rdlibrary and look 
at the button center and observe if the "Free: " box shows a valid time left 
for storage.  Such as "3056h:41m"  or is this grey'ed out and blank ???


I've noticed this sometimes while building my boxes, also related to 
permissions as well ...


---
Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...

On Tue, 14 Feb 2017, Tom Van Gorkom wrote:


Yes, /var/snd is mounted locally.. The library populates and I can play any
of it from the server on the local machine but it does not show the audio
wave form in Edit and another symptom is that only way to configure
rdalsaconfig is from the terminal. The app in the menu only asks for the PW
and then does nothing Something must be missing still.

The problem is that this is a brand new lenovo i5 computer and the only way
to get the DVD appliance to load is to use legacy boot on the DVD but then
it will not boot off the hard drive when loaded. When I use UEFI on the DVD
it jumps past the Rivendell selection menu and doesn't seem to completely
install Rivendell but will reboot. Do you have any tricks to get the hard
drive to boot after loading it? I would much rather use the appliance
install to be sure it all is there and works.

Thanks,

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Tue, Feb 14, 2017 at 3:40 PM, Robert Jeffares 


wrote:


Have you created a local /var/snd and exported /var/snd from the server
then mounted it locally.

You must have changed localhost in /etc/rd.conf to the address of your
server

regards


Robert

On 15/02/17 10:14, Tom Van Gorkom wrote:

Riv 2.15.2 on CentOS 6.8, client on server.

I had to download and install Rivendell from the repository because of
BIOS issues preventing the DVD appliance from working right so have had to
install  missing components for audio and codecs. It now sees the server
and plays but gives an error when I click on Edit Markers in the library:

 "Unable to download peak data, error was: 'RDXport service returned an
error'".

What might I still be missing? Now that I have formated and successfully
installed CentOS and it reboots, might it work to install Rivendell from
the DVD now?

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150 <(956)%20380-8150>
Cell: 865-803-7427 <(865)%20803-7427>

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539


___
Rivendell-dev mailing 
listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev



--
*Communication Consultants*
64 Warner Park Avenue

Laingholm

Auckland 0604

09 8176358

0221693124

06 650 6087

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-15 Thread Kit Raymond Haskins

Might I suggest a quick peek at either the

/etc/httpd/logs/error_log

 or even the

/etc/httpd/logs/access_log


And see if the "rdXport returned an error" could have some detail such as 
CGIEXEC is turned off, or maybe more specific errors in permissions of the 
rdxport.cgi file ...


Another symptom might be also be noticed is if you open up rdlibrary and 
look at the button center and observe if the "Free: " box shows a valid 
time left for storage.  Such as "3056h:41m"  or is this grey'ed out and 
blank ???


I've noticed this sometimes while building my boxes, also related to 
permissions as well ...


---
Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .
k...@ka0wuc.org

When I was 10, I caught the radio bug, it appears to be over ...

On Tue, 14 Feb 2017, Tom Van Gorkom wrote:


Yes, /var/snd is mounted locally.. The library populates and I can play any
of it from the server on the local machine but it does not show the audio
wave form in Edit and another symptom is that only way to configure
rdalsaconfig is from the terminal. The app in the menu only asks for the PW
and then does nothing Something must be missing still.

The problem is that this is a brand new lenovo i5 computer and the only way
to get the DVD appliance to load is to use legacy boot on the DVD but then
it will not boot off the hard drive when loaded. When I use UEFI on the DVD
it jumps past the Rivendell selection menu and doesn't seem to completely
install Rivendell but will reboot. Do you have any tricks to get the hard
drive to boot after loading it? I would much rather use the appliance
install to be sure it all is there and works.

Thanks,

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Tue, Feb 14, 2017 at 3:40 PM, Robert Jeffares 
wrote:


Have you created a local /var/snd and exported /var/snd from the server
then mounted it locally.

You must have changed localhost in /etc/rd.conf to the address of your
server

regards


Robert

On 15/02/17 10:14, Tom Van Gorkom wrote:

Riv 2.15.2 on CentOS 6.8, client on server.

I had to download and install Rivendell from the repository because of
BIOS issues preventing the DVD appliance from working right so have had to
install  missing components for audio and codecs. It now sees the server
and plays but gives an error when I click on Edit Markers in the library:

 "Unable to download peak data, error was: 'RDXport service returned an
error'".

What might I still be missing? Now that I have formated and successfully
installed CentOS and it reboots, might it work to install Rivendell from
the DVD now?

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150 <(956)%20380-8150>
Cell: 865-803-7427 <(865)%20803-7427>

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539


___
Rivendell-dev mailing 
listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
*Communication Consultants*
64 Warner Park Avenue

Laingholm

Auckland 0604

09 8176358

0221693124

06 650 6087

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-14 Thread Tom Van Gorkom
Yes, /var/snd is mounted locally.. The library populates and I can play any
of it from the server on the local machine but it does not show the audio
wave form in Edit and another symptom is that only way to configure
rdalsaconfig is from the terminal. The app in the menu only asks for the PW
and then does nothing Something must be missing still.

The problem is that this is a brand new lenovo i5 computer and the only way
to get the DVD appliance to load is to use legacy boot on the DVD but then
it will not boot off the hard drive when loaded. When I use UEFI on the DVD
it jumps past the Rivendell selection menu and doesn't seem to completely
install Rivendell but will reboot. Do you have any tricks to get the hard
drive to boot after loading it? I would much rather use the appliance
install to be sure it all is there and works.

Thanks,

Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539

On Tue, Feb 14, 2017 at 3:40 PM, Robert Jeffares 
wrote:

> Have you created a local /var/snd and exported /var/snd from the server
> then mounted it locally.
>
> You must have changed localhost in /etc/rd.conf to the address of your
> server
>
> regards
>
>
> Robert
>
> On 15/02/17 10:14, Tom Van Gorkom wrote:
>
> Riv 2.15.2 on CentOS 6.8, client on server.
>
> I had to download and install Rivendell from the repository because of
> BIOS issues preventing the DVD appliance from working right so have had to
> install  missing components for audio and codecs. It now sees the server
> and plays but gives an error when I click on Edit Markers in the library:
>
>  "Unable to download peak data, error was: 'RDXport service returned an
> error'".
>
> What might I still be missing? Now that I have formated and successfully
> installed CentOS and it reboots, might it work to install Rivendell from
> the DVD now?
>
> Tom Van Gorkom
> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
> Office: 956-380-8150 <(956)%20380-8150>
> Cell: 865-803-7427 <(865)%20803-7427>
>
> Rio Grande Bible Institute
> 4300 S US Hwy 281
> Edinburg, TX 78539
>
>
> ___
> Rivendell-dev mailing 
> listRivendell-dev@lists.rivendellaudio.orghttp://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
> --
> *Communication Consultants*
> 64 Warner Park Avenue
>
> Laingholm
>
> Auckland 0604
>
> 09 8176358
>
> 0221693124
>
> 06 650 6087
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error

2017-02-14 Thread Robert Jeffares
Have you created a local /var/snd and exported /var/snd from the server 
then mounted it locally.


You must have changed localhost in /etc/rd.conf to the address of your 
server


regards


Robert


On 15/02/17 10:14, Tom Van Gorkom wrote:

Riv 2.15.2 on CentOS 6.8, client on server.

I had to download and install Rivendell from the repository because of 
BIOS issues preventing the DVD appliance from working right so have 
had to install  missing components for audio and codecs. It now sees 
the server and plays but gives an error when I click on Edit Markers 
in the library:


 "Unable to download peak data, error was: 'RDXport service returned 
an error'".


What might I still be missing? Now that I have formated and 
successfully installed CentOS and it reboots, might it work to install 
Rivendell from the DVD now?


Tom Van Gorkom
Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
Office: 956-380-8150
Cell: 865-803-7427

Rio Grande Bible Institute
4300 S US Hwy 281
Edinburg, TX 78539


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


--
*Communication Consultants*
64 Warner Park Avenue

Laingholm

Auckland 0604

09 8176358

0221693124

06 650 6087
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport Error 400 with Some MP3's from MediaTouch

2012-06-03 Thread Bill Gade CJ Radio Group

mp3val was able to fix the file and it imports fine after.

The pre-mp3val file is at:
http://www.cj104radio.com/badsong.mp3

The fixed version is at:
http://www.cj104radio.com/goodsong.mp3

This is the output of the mp3val process for that particular mp3:
/Analyzing file MUC5165_Montgomery Gentry_Lonley And Gone.mp3...
WARNING: /home/OnAir/MUC Songs/MUC5165_Montgomery Gentry_Lonley And 
Gone.mp3 (offset 0x2fa7d6): Garbage at the end of the file
INFO: /home/OnAir/MUC Songs/MUC5165_Montgomery Gentry_Lonley And 
Gone.mp3: 7470 MPEG frames (MPEG 1 Layer III), +ID3v1+ID3v2, CBR

Done!/

I've checked a bunch of the ones that were giving the error and the all 
report garbage at the end of the file.  I assume its a bug in the 
Mediatouch Export.  For the record, this is the 2.6.7 and 2.6.8 versions 
of Mediatouch which created the problem.


Bill

On 6/2/2012 6:46 AM, Fred Gleason wrote:

On Jun 1, 2012, at 18:02 59, Bill Gade CJ Radio Group wrote:


Are there any known issues with files made by Mediatouch?

Can you post a link to one of these please?

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|  A room without books is like a body without a soul.|
| -- Cicero   |
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport Error 400 with Some MP3's from MediaTouch

2012-06-02 Thread Fred Gleason
On Jun 1, 2012, at 18:02 59, Bill Gade CJ Radio Group wrote:

 Are there any known issues with files made by Mediatouch?

Can you post a link to one of these please?

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|  A room without books is like a body without a soul.|
| -- Cicero   |
|-|

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error in rdlibrary

2011-12-31 Thread James DeLara
Daniel Bair daniel@... writes:

 
 
 Anyone know how to resolve this? When I click on edit markers I have this 
error : Unable to dowload peak data, error was: RDXport service returned an 
error
 
 
 -Daniel Bair
 
 Family First Radio Network
 
 
 ___
 Rivendell-dev mailing list
 Rivendell-dev@...
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
 

For me, this error was caused by my failure to include a very necessary option 
for the configure script. This was using Ubuntu 11.04.

I had used:

./configure

which seemed to work, but then I had these strange library issues, including 
the 
peak data thing - this was using a previously built, known-good music library.

Using this command, instead, solved the problem:

./configure --libexecdir=/usr/local/libexec

More info at Talk Unafraid:

http://www.talkunafraid.co.uk/2011/06/rivendell-2-0-2-on-ubuntu-10-04-2-lts/

File ownership didn't seem to matter as all audio files were owned by the 
logged-in user (wave) having no effect on rdlibrary or rdairplay, but since 
rdlibrary set the owner  group as rivendell upon re-importing an audio track, 
I 
changed all of the songs to match that, just for consistency.

Hope this helps.

JD


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error in rdlibrary

2011-11-01 Thread Robert Butler
I had this error and it was a permissions issue with /var/snd.  I believe I
added the Rivendell group as a secondary group to the user I was logged in
as.  Log out and log back in and I believe that fixed the issue.

-Handsome Bob

On Mon, Oct 31, 2011 at 6:15 PM, Daniel Bair dan...@familyfirstradio.netwrote:

 Anyone know how to resolve this? When I click on edit markers I have
 this error : Unable to dowload peak data, error was: RDXport service
 returned an error


 -Daniel Bair
 Family First Radio Network

 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev




-- 
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts,
build a wall, set a bone, comfort the dying, take orders, give orders,
cooperate, act alone, solve equations, analyze a new problem, pitch manure,
program a computer, cook a tasty meal, fight efficiently, die gallantly.
Specialization is for insects.

-Robert A Heinlein
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport error in rdlibrary

2011-11-01 Thread Emery Hemingway
I had this problem too, but it was because I had $http_proxy set.

On Tue, Nov 01, 2011 at 08:17:12AM -0500, Robert Butler wrote:
 I had this error and it was a permissions issue with /var/snd.  I believe I
 added the Rivendell group as a secondary group to the user I was logged in
 as.  Log out and log back in and I believe that fixed the issue.
 
 -Handsome Bob
 
 On Mon, Oct 31, 2011 at 6:15 PM, Daniel Bair 
 dan...@familyfirstradio.netwrote:
 
  Anyone know how to resolve this? When I click on edit markers I have
  this error : Unable to dowload peak data, error was: RDXport service
  returned an error
 
 
  -Daniel Bair
  Family First Radio Network
 
  ___
  Rivendell-dev mailing list
  Rivendell-dev@lists.rivendellaudio.org
  http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
 
 
 
 
 -- 
 A human being should be able to change a diaper, plan an invasion, butcher
 a hog, conn a ship, design a building, write a sonnet, balance accounts,
 build a wall, set a bone, comfort the dying, take orders, give orders,
 cooperate, act alone, solve equations, analyze a new problem, pitch manure,
 program a computer, cook a tasty meal, fight efficiently, die gallantly.
 Specialization is for insects.
 
 -Robert A Heinlein

 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev



signature.asc
Description: Digital signature
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev