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:

<Directory "/usr/lib/cgi-bin/rivendell">
  Options ExecCGI FollowSymLinks
  AllowOverride None
  Require all granted
  <Files *.gif>
    SetHandler default-handler
  </Files>
  <Files *.png>
    SetHandler default-handler
  </Files>
  <Files *.js>
    SetHandler default-handler
  </Files>
  <Files *.html>
    SetHandler default-handler
  </Files>
  <Files *.xml>
    SetHandler cgi-script
  </Files>
  <Files *.cgi>
    SetHandler cgi-script
  </Files>
  <Files *.mp3>
    SetHandler cgi-script
  </Files>
</Directory>
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 <jeffares.rob...@gmail.com>
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

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

Reply via email to