Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Sharkie
Try using Qt3 not Qt4
On Mar 28, 2012 9:05 PM, philippe philippe.ga...@free.fr wrote:

 Hi,

 Does anyone has managed to compile a fresh rivendell cvs sources on
 ubuntu 11.10 ?
 I try this on a test computer, have install all the libqt4 available,
 search on the web some explanation and try a lot of things but don't
 find any solution. :-(

 What the reason I have this error when the make run in rdlogin ? (I'm
 not a Qt programer so it is not always easy to understand):

 -
 Making all in rdlogin
 make[1]: entrant dans le répertoire « /home/philippe/Src/rivendell/rdlogin
 »
 CXX rdlogin.o
 rdlogin.cpp: In constructor ‘MainWidget::MainWidget(QWidget*, const
 char*)’:
 rdlogin.cpp:63:76: attention : deprecated conversion from string
 constant to ‘char*’ [-Wwrite-strings]
 rdlogin.cpp:63:76: attention : deprecated conversion from string
 constant to ‘char*’ [-Wwrite-strings]
 moc rdlogin.h -o moc_rdlogin.cpp
 CXX moc_rdlogin.o
 CXXLD rdlogin
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::connectToHost(QHostAddress const, unsigned short,
 QFlagsQIODevice::OpenModeFlag)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::qt_metacast(char const*)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::QTcpSocket(QObject*)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QUdpSocket::QUdpSocket(QObject*)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::canReadLine() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::writeData(char const*, long long)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::toString() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::~QTcpSocket()'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::setAddress(unsigned int)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::~QHostAddress()'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::QHostAddress()'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::connectToHost(QString const, unsigned short,
 QFlagsQIODevice::OpenModeFlag)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QUdpSocket::bind(unsigned short)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::localPort() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::waitForBytesWritten(int)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::waitForReadyRead(int)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::bytesToWrite() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QUdpSocket::readDatagram(char*, long long, QHostAddress*, unsigned
 short*)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::isSequential() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::readLineData(char*, long long)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::qt_metacall(QMetaObject::Call, int, void**)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::staticMetaObject'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::QHostAddress(unsigned int)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::readData(char*, long long)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::close()'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `typeinfo for QTcpSocket'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::QHostAddress(QString const)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::atEnd() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::QHostAddress(QHostAddress const)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::isNull() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::setAddress(QString const)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QHostAddress::toIPv4Address() const'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QTcpSocket::QTcpSocket(QObject*)'
 /home/philippe/Src/rivendell/lib/.libs/librd.so: undefined reference to
 `QAbstractSocket::bytesAvailable() const'
 

Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Sharkie
Some hints at
http://rivendell.tryphon.org/wiki/Compiling_Rivendell_from_Source

Search for references to Qt3 on that page.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] compile a fresh rivendell cvs on ubuntu 11.10

2012-03-28 Thread Wayne Merricks
QT3 should work, I don't think QT4 assigns the same variables by default  
so you have to use some extra ./configure switches if you're insisting on  
QT4.  I can't remember what these were last time I tried though.

On Wed, 28 Mar 2012 11:58:15 +0100, Sharkie 4721...@gmail.com wrote:

 Try using Qt3 not Qt4
 On Mar 28, 2012 9:05 PM, philippe philippe.ga...@free.fr wrote:

 Hi,

 Does anyone has managed to compile a fresh rivendell cvs sources on
 ubuntu 11.10 ?
 I try this on a test computer, have install all the libqt4 available,
 search on the web some explanation and try a lot of things but don't
 find any solution. :-(

 What the reason I have this error when the make run in rdlogin ? (I'm
 not a Qt programer so it is not always easy to understand):


###
Scanned by MailMarshal
###



Attention: 

The information contained in this message is confidential and intended 
for the addressee(s) only. If you have received this message in error 
or there are any problems, please notify the originator immediately.
The unauthorised use, disclosure, copying or alteration of this message
is strictly forbidden. Christian Vision or any of its subsidiaries will
not be liable for direct, special, indirect or consequential damages 
arising from alteration of the contents of this message by a third party
or as a result of any virus being passed on. Please note that we reserve
the right to monitor and read any e-mails sent or received by the 
company under the Telecommunications (Lawful Business Practice) 
(Interception of Communications) Regulation 2000. Christian Vision is 
registered in England as a limited company 2842414 and as a charity 
1031031  


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


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 06:05 44, philippe wrote:

 Does anyone has managed to compile a fresh rivendell cvs sources on 
 ubuntu 11.10 ?
 I try this on a test computer, have install all the libqt4 available, 
 search on the web some explanation and try a lot of things but don't 
 find any solution. :-(

As of about a week ago, the Qt4 port was merged into Head, so builds from Head 
will now require Qt4.  See the 'INSTALL' file for details.  If you're looking 
for CVS for the 'stable' 2.x series (which still uses Qt3), check out the 
'v2_branch'.

The move to Qt4 has been an intensive effort underway for the last few months.  
The code currently in Head is nearly, but not quite, fully stabilized --i.e. 
*don't* use it on-air yet!  Once it is fully stabilized, I plan to release an 
alpha snapshot so the community can begin testing.

As for your build problems, it'd be hard to say what is going on.  Qt4 is a 
completely different animal from Qt3.  In many ways, its build system works 
much more like 'standard' FOSS libraries, without the need for a special 
environmental variable ($QTDIR) and script to find all of the components as is 
the case with Qt3.  However, my experience has been that distros vary widely in 
how they package it.  Some (e.g. SuSE) 'just work', whereas others 
(CentOS/RedHat, Ubuntu) still place things in non-standard locations that  
require that various environmental variables be set before invoking 'configure' 
so that the components (headers and libraries) get found.  I've started a list 
in 'INSTALL' for these, broken down by distro.  If you have found the way to 
make it build on distro X, please let me know and I will add it to the list.

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|  The reasonable man adapts himself to the world; the unreasonable one   |
|  persists in trying to adapt the world to himself.  Therefore all   |
|  progress depends on the unreasonable man.  |
| -- George Bernard Shaw  |
|-|

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


[RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers
We have a RRAbuntu box that has been up and running for some time now 
and works perfectly fine. I am now trying to add another RRAbuntu box 
that will access the same /var/snd directory (works) and mySQL database 
(not working) to use for adding/editing/removing carts, creating and 
editing logs. I can see the audio files in the second box's /var/snd 
directory that I have set to mount to the shared /var/snd dir on the 
first box. Now all that is left is the mySQL which is giving me errors 
when I try to connect to it and there are no firewalls running, I was 
seeing that I need to change the rduser privileges to allow remote 
connections but can't because I can't get logged into mySQL with admin 
privileges to start with anymore? I really hope I won't have to blow it 
away and start over again.

--
/Matthew A. Chambers, CBT/
Assist. Broadcast Engineer
*KWIX - KRES - KIRK - KTCM*
300 West Reed Street
Moberly, MO 65270

660-263-1500
FAX: 660-269-8811
Cell: 660-676-3219

www.CentralMoInfo.com http://www.centralmoinfo.com

/Super Station KRES 104.7 FM/
/Information Radio KWIX 1230 AM/
/The Captain KIRK 99.9 FM/
/Glory KTCM 97.3 FM /

/This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. If you are 
not the intended recipient you are notified that disclosing, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited./
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Morten Krarup Nielsen
Hi Fred.

You can add this info in the Install file: In Linux Mint 12 (and many
other Ubuntu-versions), you might have to edit the configure-file. I
followed this post, and it solved my problem with QT3:
http://lists.rivendellaudio.org/pipermail/rivendell-dev/2011-November/014193.html

Kind regards,

Morten

2012/3/28 Fred Gleason fr...@paravelsystems.com:
 On Mar 28, 2012, at 06:05 44, philippe wrote:

 Does anyone has managed to compile a fresh rivendell cvs sources on
 ubuntu 11.10 ?
 I try this on a test computer, have install all the libqt4 available,
 search on the web some explanation and try a lot of things but don't
 find any solution. :-(

 As of about a week ago, the Qt4 port was merged into Head, so builds from 
 Head will now require Qt4.  See the 'INSTALL' file for details.  If you're 
 looking for CVS for the 'stable' 2.x series (which still uses Qt3), check out 
 the 'v2_branch'.

 The move to Qt4 has been an intensive effort underway for the last few 
 months.  The code currently in Head is nearly, but not quite, fully 
 stabilized --i.e. *don't* use it on-air yet!  Once it is fully stabilized, I 
 plan to release an alpha snapshot so the community can begin testing.

 As for your build problems, it'd be hard to say what is going on.  Qt4 is a 
 completely different animal from Qt3.  In many ways, its build system works 
 much more like 'standard' FOSS libraries, without the need for a special 
 environmental variable ($QTDIR) and script to find all of the components as 
 is the case with Qt3.  However, my experience has been that distros vary 
 widely in how they package it.  Some (e.g. SuSE) 'just work', whereas others 
 (CentOS/RedHat, Ubuntu) still place things in non-standard locations that  
 require that various environmental variables be set before invoking 
 'configure' so that the components (headers and libraries) get found.  I've 
 started a list in 'INSTALL' for these, broken down by distro.  If you have 
 found the way to make it build on distro X, please let me know and I will add 
 it to the list.

 Cheers!


 |-|
 | Frederick F. Gleason, Jr. |               Chief Developer               |
 |                           |               Paravel Systems               |
 |-|
 |  The reasonable man adapts himself to the world; the unreasonable one   |
 |  persists in trying to adapt the world to himself.  Therefore all       |
 |  progress depends on the unreasonable man.                              |
 |                                     -- George Bernard Shaw              |
 |-|

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


Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Bill Putney

Matthew,

Did you go to RDAdmin and add the new computer as a host? In 
/etc/rd.conf did you change the [mySQL] hostname to the address of the 
machine that has the mySQL database?


Bill

On 3/28/12 8:05 AM, Matthew Chambers wrote:
We have a RRAbuntu box that has been up and running for some time now 
and works perfectly fine. I am now trying to add another RRAbuntu box 
that will access the same /var/snd directory (works) and mySQL 
database (not working) to use for adding/editing/removing carts, 
creating and editing logs. I can see the audio files in the second 
box's /var/snd directory that I have set to mount to the shared 
/var/snd dir on the first box. Now all that is left is the mySQL which 
is giving me errors when I try to connect to it and there are no 
firewalls running, I was seeing that I need to change the rduser 
privileges to allow remote connections but can't because I can't get 
logged into mySQL with admin privileges to start with anymore? I 
really hope I won't have to blow it away and start over again.

--
/Matthew A. Chambers, CBT/
Assist. Broadcast Engineer
*KWIX - KRES - KIRK - KTCM*
300 West Reed Street
Moberly, MO 65270

660-263-1500
FAX: 660-269-8811
Cell: 660-676-3219

www.CentralMoInfo.com http://www.centralmoinfo.com

/Super Station KRES 104.7 FM/
/Information Radio KWIX 1230 AM/
/The Captain KIRK 99.9 FM/
/Glory KTCM 97.3 FM /

/This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager. This message contains confidential information and 
is intended only for the individual named. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received 
this e-mail by mistake and delete this e-mail from your system. If you 
are not the intended recipient you are notified that disclosing, 
copying, distributing or taking any action in reliance on the contents 
of this information is strictly prohibited./



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


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


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Luigino Bracci
Great news! Some distros has been discontinuing their support to Qt3...
excellent work.

There will be any changes to the translations?

2012/3/28 Fred Gleason fr...@paravelsystems.com

 On Mar 28, 2012, at 06:05 44, philippe wrote:

  Does anyone has managed to compile a fresh rivendell cvs sources on
  ubuntu 11.10 ?
  I try this on a test computer, have install all the libqt4 available,
  search on the web some explanation and try a lot of things but don't
  find any solution. :-(

 As of about a week ago, the Qt4 port was merged into Head, so builds from
 Head will now require Qt4.  See the 'INSTALL' file for details.  If you're
 looking for CVS for the 'stable' 2.x series (which still uses Qt3), check
 out the 'v2_branch'.

 The move to Qt4 has been an intensive effort underway for the last few
 months.  The code currently in Head is nearly, but not quite, fully
 stabilized --i.e. *don't* use it on-air yet!  Once it is fully stabilized,
 I plan to release an alpha snapshot so the community can begin testing.


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


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Isaac Betancourt
It is OK, But remember that some new distro does not support the older
QT3 themes to make Rivendell like older system, Debian and Ubuntu
works with Polymer, but CentOS and OpenSuSE does not






On Wed, Mar 28, 2012 at 12:18 PM, Luigino Bracci lbra...@gmail.com wrote:

 Great news! Some distros has been discontinuing their support to Qt3...
 excellent work.

 There will be any changes to the translations?


 2012/3/28 Fred Gleason fr...@paravelsystems.com

 On Mar 28, 2012, at 06:05 44, philippe wrote:

  Does anyone has managed to compile a fresh rivendell cvs sources on
  ubuntu 11.10 ?
  I try this on a test computer, have install all the libqt4 available,
  search on the web some explanation and try a lot of things but don't
  find any solution. :-(

 As of about a week ago, the Qt4 port was merged into Head, so builds from
 Head will now require Qt4.  See the 'INSTALL' file for details.  If you're
 looking for CVS for the 'stable' 2.x series (which still uses Qt3), check
 out the 'v2_branch'.

 The move to Qt4 has been an intensive effort underway for the last few
 months.  The code currently in Head is nearly, but not quite, fully
 stabilized --i.e. *don't* use it on-air yet!  Once it is fully stabilized, I
 plan to release an alpha snapshot so the community can begin testing.


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

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


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 12:48 35, Luigino Bracci wrote:

 There will be any changes to the translations?

Quite a few -- many new/changed phrases.  At this stage, it's all still in 
flux, but when we go to beta it'll be time for the translators to go through 
the dictionaries again.  One major focus during the port was to make all MySQL 
calls Unicode-clean.  As a result, RD 3.x will be much more friendly in dealing 
with non-Latin character sets than past versions.

Cheers!


|-|
| Frederick F. Gleason, Jr. |   Chief Developer   |
|   |   Paravel Systems   |
|-|
|   Most people don't care how much you know, until they know how much|
|   you care. |
|   --Anonymous   |
|-|

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


Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers
The host is added in RDAdmin on the main machine and the IP address of 
the main machine is also in the second machine's rd.conf file for the 
location of the mySQL server.


when i try to sudo /etc/init.d/rivendell start I get No database 
available, check that MySQL is running


---
/Matthew A. Chambers, CBT/
Assist. Broadcast Engineer
*KWIX - KRES - KIRK - KTCM*
300 West Reed Street
Moberly, MO 65270

660-263-1500
FAX: 660-269-8811
Cell: 660-676-3219

www.CentralMoInfo.com http://www.centralmoinfo.com

/Super Station KRES 104.7 FM/
/Information Radio KWIX 1230 AM/
/The Captain KIRK 99.9 FM/
/Glory KTCM 97.3 FM /

/This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. If you are 
not the intended recipient you are notified that disclosing, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited./


On 3/28/2012 10:25 AM, Bill Putney wrote:

Matthew,

Did you go to RDAdmin and add the new computer as a host? In 
/etc/rd.conf did you change the [mySQL] hostname to the address of the 
machine that has the mySQL database?


Bill

On 3/28/12 8:05 AM, Matthew Chambers wrote:
We have a RRAbuntu box that has been up and running for some time now 
and works perfectly fine. I am now trying to add another RRAbuntu box 
that will access the same /var/snd directory (works) and mySQL 
database (not working) to use for adding/editing/removing carts, 
creating and editing logs. I can see the audio files in the second 
box's /var/snd directory that I have set to mount to the shared 
/var/snd dir on the first box. Now all that is left is the mySQL 
which is giving me errors when I try to connect to it and there are 
no firewalls running, I was seeing that I need to change the rduser 
privileges to allow remote connections but can't because I can't get 
logged into mySQL with admin privileges to start with anymore? I 
really hope I won't have to blow it away and start over again.

--
/Matthew A. Chambers, CBT/
Assist. Broadcast Engineer
*KWIX - KRES - KIRK - KTCM*
300 West Reed Street
Moberly, MO 65270

660-263-1500
FAX: 660-269-8811
Cell: 660-676-3219

www.CentralMoInfo.com http://www.centralmoinfo.com

/Super Station KRES 104.7 FM/
/Information Radio KWIX 1230 AM/
/The Captain KIRK 99.9 FM/
/Glory KTCM 97.3 FM /

/This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager. This message contains confidential information 
and is intended only for the individual named. If you are not the 
named addressee you should not disseminate, distribute or copy this 
e-mail. Please notify the sender immediately by e-mail if you have 
received this e-mail by mistake and delete this e-mail from your 
system. If you are not the intended recipient you are notified that 
disclosing, copying, distributing or taking any action in reliance on 
the contents of this information is strictly prohibited./



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




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


[RDD] Unable to create destination file [FIXED]

2012-03-28 Thread Guy Curtis
Ok, so i decided i was just going to recompile from source and now it works. 
All i can think is that maybe i forgot to add --libexecdir=/usr/local/libexec 
switch when i did ./configure other than that i cant see that i would of missed 
anything out.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Remote into RRAbuntu mySQL

2012-03-28 Thread Matthew Chambers

Thanks, it is now working 8-)
---
/Matthew A. Chambers, CBT/
Assist. Broadcast Engineer
*KWIX - KRES - KIRK - KTCM*
300 West Reed Street
Moberly, MO 65270

660-263-1500
FAX: 660-269-8811
Cell: 660-676-3219

www.CentralMoInfo.com http://www.centralmoinfo.com

/Super Station KRES 104.7 FM/
/Information Radio KWIX 1230 AM/
/The Captain KIRK 99.9 FM/
/Glory KTCM 97.3 FM /

/This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. If you are 
not the intended recipient you are notified that disclosing, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited./


On 3/28/2012 1:40 PM, ltynd...@tyndaleweb.com wrote:

Hi,

It sounds like you're not getting the database connection from your
workstation machine.

First, ensure that on your workstation machine your mysql line in
/etc/rd.conf is pointing to the IP address of the machine which has the
MySQL database

Second on the machine running the database, check your /etc/mysql/my.cnf
file and have a look at the bind line.  Often that gets defaulted to
127.0.0.1 - change it to 0.0.0.0 (there's other values you could use,
but this is easiest to get things working). Once you've changed the bind
line you'll have to restart the MySQL server.

Third, make sure the privileges for rduser within MySQL (on the server
machine) permit logging in from any machine, and have the correct
permissions for Rivendell to work.  To do this, on the machine running
your MySQL database, open up a command prompt and type:

mysql --user=root mysql -p mysql

It'll ask for a password.  On RRABuntu the default root password for
MySQL is rivendell (if I remember that correctly, that is).  If you
changed the MySQL root password during setup then it is something else -
whatever you've set it to.

Once you're logged into MySQL, enter the following command:

GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
   ON Rivendell.*
   TO 'rduser'@'%'
   IDENTIFIED BY 'letmein';
FLUSH PRIVILEGES;
quit



of course change the 'letmein' password to whatever password you've used
for your Rivendell database.

You're now ready to test this.  On your workstation computer, open a
shell / command prompt, and use:

mysql -u rduser -p -h ip.address.of.mysqlserver

(if course replace the IP with the correct IP address of the machine
running your MySQL server)

It'll ask for a password, enter the password for your rivendell database
and it should let you in.  If you've managed to log in successfully then
you should be okay, You can try

show databases;

If it lists the Rivendell database then you know you're connected and
logged in.  You can use the quit command to exit again.

Restart your Rivendell daemons on the workstation and see if it gives
you the error or if it works.

Also, for more details on this, check out the Wiki:

http://rivendell.tryphon.org/wiki/Setting_up_a_dedicated_Rivendell_MySQL_and_audio_store_server

Have a look at the section on the MySQL server

Hope this helps.



Matthew,

Did you go to RDAdmin and add the new computer as a host? In
/etc/rd.conf did you change the [mySQL] hostname to the address of the
machine that has the mySQL database?

Bill

On 3/28/12 8:05 AM, Matthew Chambers wrote:

We have a RRAbuntu box that has been up and running for some time now
and works perfectly fine. I am now trying to add another RRAbuntu box
that will access the same /var/snd directory (works) and mySQL
database (not working) to use for adding/editing/removing carts,
creating and editing logs. I can see the audio files in the second
box's /var/snd directory that I have set to mount to the shared
/var/snd dir on the first box. Now all that is left is the mySQL which
is giving me errors when I try to connect to it and there are no
firewalls running, I was seeing that I need to change the rduser
privileges to allow remote connections but can't because I can't get
logged into mySQL with admin privileges to start with anymore? I
really hope I won't have to blow it away and start over again.


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


[RDD] Rdairplay playing tracks on off

2012-03-28 Thread StudyVox
Hi,
I set up a machine to run rdairplay the same way that I have run others, except 
I am only able to play every other track on rdairplay, the first track I try to 
play will load in fine and will be green, but when I click to play it stays 
green not playing, after a second click it goes red and doesn't play and gets 
stuck in the list, after loading another track after and pressing play it works 
perfectly but the track after that repeats the same action as the first but the 
track after that is fine and so on,
I have tried waiting for tracks to finish before playing, but I'm still getting 
the same problem

Hope you can help
Thanks James
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread philippe
Hello Fred,

I know that this branch is not stable and I follow your work in the 
Changelog ;-)
It is mostly out of curiosity I want to get to compile this new 
development (I have a 2.12 working with Qt3 on another computer).

I've find (using your INSTALL) that with an export 
CPPFLAGS=-I/usr/share/qt4/include I can terminate the ./configure 
--libexecdir=/var/www/rd-bin.
Now I have to find what's missing to run the make without error.

Thank's for your great work !

Cheers,

Philippe


Le 28/03/2012 16:35, Fred Gleason a écrit :
 On Mar 28, 2012, at 06:05 44, philippe wrote:

 Does anyone has managed to compile a fresh rivendell cvs sources on
 ubuntu 11.10 ?
 I try this on a test computer, have install all the libqt4 available,
 search on the web some explanation and try a lot of things but don't
 find any solution. :-(
 As of about a week ago, the Qt4 port was merged into Head, so builds from 
 Head will now require Qt4.  See the 'INSTALL' file for details.  If you're 
 looking for CVS for the 'stable' 2.x series (which still uses Qt3), check out 
 the 'v2_branch'.

 The move to Qt4 has been an intensive effort underway for the last few 
 months.  The code currently in Head is nearly, but not quite, fully 
 stabilized --i.e. *don't* use it on-air yet!  Once it is fully stabilized, I 
 plan to release an alpha snapshot so the community can begin testing.

 As for your build problems, it'd be hard to say what is going on.  Qt4 is a 
 completely different animal from Qt3.  In many ways, its build system works 
 much more like 'standard' FOSS libraries, without the need for a special 
 environmental variable ($QTDIR) and script to find all of the components as 
 is the case with Qt3.  However, my experience has been that distros vary 
 widely in how they package it.  Some (e.g. SuSE) 'just work', whereas others 
 (CentOS/RedHat, Ubuntu) still place things in non-standard locations that  
 require that various environmental variables be set before invoking 
 'configure' so that the components (headers and libraries) get found.  I've 
 started a list in 'INSTALL' for these, broken down by distro.  If you have 
 found the way to make it build on distro X, please let me know and I will add 
 it to the list.

 Cheers!


 |-|
 | Frederick F. Gleason, Jr. |   Chief Developer   |
 |   |   Paravel Systems   |
 |-|
 |  The reasonable man adapts himself to the world; the unreasonable one   |
 |  persists in trying to adapt the world to himself.  Therefore all   |
 |  progress depends on the unreasonable man.  |
 | -- George Bernard Shaw  |
 |-|

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


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


Re: [RDD] Rdairplay playing tracks on off

2012-03-28 Thread Geoff Barkman
Have you possibly set up Rdairplay to play music alternately out of 2
sound cards possibly the second soundcard doesn't work properly?

On Thu, Mar 29, 2012 at 8:45 AM, StudyVox ja...@studyvox.com wrote:
 Hi,
 I set up a machine to run rdairplay the same way that I have run others, 
 except I am only able to play every other track on rdairplay, the first track 
 I try to play will load in fine and will be green, but when I click to play 
 it stays green not playing, after a second click it goes red and doesn't play 
 and gets stuck in the list, after loading another track after and pressing 
 play it works perfectly but the track after that repeats the same action as 
 the first but the track after that is fine and so on,
 I have tried waiting for tracks to finish before playing, but I'm still 
 getting the same problem

 Hope you can help
 Thanks James
 ___
 Rivendell-dev mailing list
 Rivendell-dev@lists.rivendellaudio.org
 http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell on Qt4 [WAS: compile a fresh rivendell cvs on ubuntu 11.10]

2012-03-28 Thread Fred Gleason
On Mar 28, 2012, at 15:52 02, philippe wrote:

 I've find (using your INSTALL) that with an export 
 CPPFLAGS=-I/usr/share/qt4/include I can terminate the ./configure 
 --libexecdir=/var/www/rd-bin.
 Now I have to find what's missing to run the make without error.

Sounds like progress.  What version of Qt4 are you using?

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