Re: [RDD] Installing New Rivendell 341

2022-03-07 Thread Rob Landry


Do you mean the password for the CentOS root user? Or for the MySQL root 
user?


If the former, you need to get the system to boot into single-user mode. 
You should then be able to reset the password.



Rob

--
Не думай что всё пропели,
Что бури все отгремели;
Готовься к великой цели,
А слава тебя найдёт.


On Mon, 7 Mar 2022, ija...@jamcorbroadcast.com wrote:


Robert,

Thank you I will try that. But First I have another issue. I have to solve, I 
am not sure if anyone else has had this problem. But I still have the fresh 
install, I have had to step away from this project for a couple weeks, I 
started to work on it tonight. I have not worked on this for few weeks now, I 
changed the password. I did everything in the set up except the last step 
which is flush the install.

I wrote the password it down so I don't forget it does not work.
Now I can't log in as root.. not sure what happened. I can switch accounts 
and login to the machine but not as root. I can restart the machine and it 
logs in to Rivendell. Does anyone have any suggestions.

I prefer not to Reinstall Rivendell again.

Robert, I am in the states in East Coast you are GMT+13 from me.


Thanks


--



On 2022-03-07 00:36, Robert Jeffares wrote:

/var/snd is a directory in /var which is owned by root and is probably
set with permissions 644 or 664. You can copy while it's running a
service over the network. I have copied over internet between sites
using rsync and ssh. Not fast but Reliable. Use archive mode rsync
-avh  and you can survive power outs and disconnects.

I recommend you make a regular back up anyway on a seperate drive.
Always a good idea.

All the best from Laingholm New Zealand

On Mon, 7 Mar 2022, 16:19 ,  wrote:


Robert,
Thanks for the advice. I will Look into the copying of the hard
drive.
At moment the current system that functional is in a different
Location.
If am not mistaken var/snd/ is write protected it in the root folder
As for the computers VGA card, I am using the mother boards VGA.
No
Videocard on any PCI SLots. I am trying to keep those clear so I can
add
my audio cards. I will try your suggestion and keep you posted on
the
results

Thanks
Ivan

On 2022-02-23 15:55, Robert Jeffares wrote:

Hi, James I think..

On 24/02/22 04:54, ija...@jamcorbroadcast.com wrote:

Greetings

I did get the system functioning Centos 7


It's a reliable install if you follow the instructions.


So now whats left is to get the Desktop Screen Smaller


This depends on your computer, the video card, and the video

monitor or

screen.

These are all settings in Centos and getting your screen to play

ball.

Restart your screen and see what it prefers.

Centos Display options will give you a  choice of what the

hardware can

do.

Sometimes it's just a compromise.



I don't seem to know who to increase screen size It stops at 1370

x720

I think I am not in front of the server to see whats the actual

size,

But does any one have any ideas how to fix  this.
1. Does any one have any Ideas how to migrate preview Rivenell

2.5.5

to the new version


Make a copy of the database [in RDADMIN] save it somewhere on
something.


Copy /var/snd/* to /var/snd/ on the new system server.

rsync over a network will do it. This will take time.

You can pull the drive and connect it in to the new machine and

copy

faster.

If you have a few thousand audio cuts it's going to take time

Restore the database from the old machine in the new machine using



RDADMIN

http://wiki.rivendellaudio.org/index.php/Migrating_Systems


you have to do a restart of RD to get the new system to work.




I am trying to make this painless, and not so much time

consuming. So

Music, Database and every thing has to be added.
Any suggestions.
2 I have configured the primary machine I will be working on 2

other

clients any suggestion on how to get them configured.
Thanks



you need the main server up and running then you can add the

clients



BTW where are you?  I am in New Zealand


regards

Robert







On 2022-02-15 02:20, ija...@jamcorbroadcast.com wrote:

Fred,
I used Install procedure and after a few tries I got it

installed in

Centos 7
I am stuck now it boots strait to rivendell. I don't know the
password
for Rivendell login
I have to switch to Administrator to log in to the machine. Once

in I

can go to
the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
1. You will be prompted for a password. Enter the root password

and

then press Enter.
Q. I tried this and used Root pass that I Built Centos - It

does not

work I get Error Invalid password. Do you know what is the

installed

password for rivendell
2.To Set the password for the local rd account with the

following

command:
Q I can't change the password. Do anyone has any suggestions on

how

to get it changed to passwd rd

Thanks
For your help


On 

Re: [RDD] Installing New Rivendell 341

2022-03-07 Thread Mike Carroll
A search for "mysql root password reset" gives this MySQL page.  I think
the process you'll want to follow is at the bottom of the page (and I think
I did this myself a long time ago).
https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html


On Sun, Mar 6, 2022 at 11:55 PM  wrote:

> Robert,
>
> Thank you I will try that. But First I have another issue. I have to
> solve, I am not sure if anyone else has had this problem. But I still
> have the fresh install, I have had to step away from this project for a
> couple weeks, I started to work on it tonight. I have not worked on this
> for few weeks now, I changed the password. I did everything in the set
> up except the last step which is flush the install.
> I wrote the password it down so I don't forget it does not work.
> Now I can't log in as root.. not sure what happened. I can switch
> accounts and login to the machine but not as root. I can restart the
> machine and it logs in to Rivendell. Does anyone have any suggestions.
> I prefer not to Reinstall Rivendell again.
>
> Robert, I am in the states in East Coast you are GMT+13 from me.
>
>
> Thanks
>
>
>
> --
>
>
>
> On 2022-03-07 00:36, Robert Jeffares wrote:
> > /var/snd is a directory in /var which is owned by root and is probably
> > set with permissions 644 or 664. You can copy while it's running a
> > service over the network. I have copied over internet between sites
> > using rsync and ssh. Not fast but Reliable. Use archive mode rsync
> > -avh  and you can survive power outs and disconnects.
> >
> > I recommend you make a regular back up anyway on a seperate drive.
> > Always a good idea.
> >
> > All the best from Laingholm New Zealand
> >
> > On Mon, 7 Mar 2022, 16:19 ,  wrote:
> >
> >> Robert,
> >> Thanks for the advice. I will Look into the copying of the hard
> >> drive.
> >> At moment the current system that functional is in a different
> >> Location.
> >> If am not mistaken var/snd/ is write protected it in the root folder
> >> As for the computers VGA card, I am using the mother boards VGA.
> >> No
> >> Videocard on any PCI SLots. I am trying to keep those clear so I can
> >> add
> >> my audio cards. I will try your suggestion and keep you posted on
> >> the
> >> results
> >>
> >> Thanks
> >> Ivan
> >>
> >> On 2022-02-23 15:55, Robert Jeffares wrote:
> >>> Hi, James I think..
> >>>
> >>> On 24/02/22 04:54, ija...@jamcorbroadcast.com wrote:
>  Greetings
> 
>  I did get the system functioning Centos 7
> >>>
> >>> It's a reliable install if you follow the instructions.
> >>>
>  So now whats left is to get the Desktop Screen Smaller
> >>>
> >>> This depends on your computer, the video card, and the video
> >> monitor or
> >>> screen.
> >>>
> >>> These are all settings in Centos and getting your screen to play
> >> ball.
> >>> Restart your screen and see what it prefers.
> >>>
> >>> Centos Display options will give you a  choice of what the
> >> hardware can
> >>> do.
> >>>
> >>> Sometimes it's just a compromise.
> >>>
> >>>
>  I don't seem to know who to increase screen size It stops at 1370
> >> x720
>  I think I am not in front of the server to see whats the actual
> >> size,
>  But does any one have any ideas how to fix  this.
>  1. Does any one have any Ideas how to migrate preview Rivenell
> >> 2.5.5
>  to the new version
> >>>
> >>> Make a copy of the database [in RDADMIN] save it somewhere on
> >>> something.
> >>>
> >>>
> >>> Copy /var/snd/* to /var/snd/ on the new system server.
> >>>
> >>> rsync over a network will do it. This will take time.
> >>>
> >>> You can pull the drive and connect it in to the new machine and
> >> copy
> >>> faster.
> >>>
> >>> If you have a few thousand audio cuts it's going to take time
> >>>
> >>> Restore the database from the old machine in the new machine using
> >>
> >>> RDADMIN
> >>>
> >>> http://wiki.rivendellaudio.org/index.php/Migrating_Systems
> >>>
> >>>
> >>> you have to do a restart of RD to get the new system to work.
> >>>
> >>>
> >>>
>  I am trying to make this painless, and not so much time
> >> consuming. So
>  Music, Database and every thing has to be added.
>  Any suggestions.
>  2 I have configured the primary machine I will be working on 2
> >> other
>  clients any suggestion on how to get them configured.
>  Thanks
> >>>
> >>>
> >>> you need the main server up and running then you can add the
> >> clients
> >>>
> >>>
> >>> BTW where are you?  I am in New Zealand
> >>>
> >>>
> >>> regards
> >>>
> >>> Robert
> >>>
> >>>
> 
> 
> 
> 
>  On 2022-02-15 02:20, ija...@jamcorbroadcast.com wrote:
> > Fred,
> > I used Install procedure and after a few tries I got it
> >> installed in
> > Centos 7
> > I am stuck now it boots strait to rivendell. I don't know the
> > password
> > for Rivendell login
> > I have to switch to Administrator to log in to 

Re: [RDD] Installing New Rivendell 341

2022-03-06 Thread ijames

Robert,

Thank you I will try that. But First I have another issue. I have to 
solve, I am not sure if anyone else has had this problem. But I still 
have the fresh install, I have had to step away from this project for a 
couple weeks, I started to work on it tonight. I have not worked on this 
for few weeks now, I changed the password. I did everything in the set 
up except the last step which is flush the install.

I wrote the password it down so I don't forget it does not work.
Now I can't log in as root.. not sure what happened. I can switch 
accounts and login to the machine but not as root. I can restart the 
machine and it logs in to Rivendell. Does anyone have any suggestions.

I prefer not to Reinstall Rivendell again.

Robert, I am in the states in East Coast you are GMT+13 from me.


Thanks


--



On 2022-03-07 00:36, Robert Jeffares wrote:

/var/snd is a directory in /var which is owned by root and is probably
set with permissions 644 or 664. You can copy while it's running a
service over the network. I have copied over internet between sites
using rsync and ssh. Not fast but Reliable. Use archive mode rsync
-avh  and you can survive power outs and disconnects.

I recommend you make a regular back up anyway on a seperate drive.
Always a good idea.

All the best from Laingholm New Zealand

On Mon, 7 Mar 2022, 16:19 ,  wrote:


Robert,
Thanks for the advice. I will Look into the copying of the hard
drive.
At moment the current system that functional is in a different
Location.
If am not mistaken var/snd/ is write protected it in the root folder
As for the computers VGA card, I am using the mother boards VGA.
No
Videocard on any PCI SLots. I am trying to keep those clear so I can
add
my audio cards. I will try your suggestion and keep you posted on
the
results

Thanks
Ivan

On 2022-02-23 15:55, Robert Jeffares wrote:

Hi, James I think..

On 24/02/22 04:54, ija...@jamcorbroadcast.com wrote:

Greetings

I did get the system functioning Centos 7


It's a reliable install if you follow the instructions.


So now whats left is to get the Desktop Screen Smaller


This depends on your computer, the video card, and the video

monitor or

screen.

These are all settings in Centos and getting your screen to play

ball.

Restart your screen and see what it prefers.

Centos Display options will give you a  choice of what the

hardware can

do.

Sometimes it's just a compromise.



I don't seem to know who to increase screen size It stops at 1370

x720

I think I am not in front of the server to see whats the actual

size,

But does any one have any ideas how to fix  this.
1. Does any one have any Ideas how to migrate preview Rivenell

2.5.5

to the new version


Make a copy of the database [in RDADMIN] save it somewhere on
something.


Copy /var/snd/* to /var/snd/ on the new system server.

rsync over a network will do it. This will take time.

You can pull the drive and connect it in to the new machine and

copy

faster.

If you have a few thousand audio cuts it's going to take time

Restore the database from the old machine in the new machine using



RDADMIN

http://wiki.rivendellaudio.org/index.php/Migrating_Systems


you have to do a restart of RD to get the new system to work.




I am trying to make this painless, and not so much time

consuming. So

Music, Database and every thing has to be added.
Any suggestions.
2 I have configured the primary machine I will be working on 2

other

clients any suggestion on how to get them configured.
Thanks



you need the main server up and running then you can add the

clients



BTW where are you?  I am in New Zealand


regards

Robert







On 2022-02-15 02:20, ija...@jamcorbroadcast.com wrote:

Fred,
I used Install procedure and after a few tries I got it

installed in

Centos 7
I am stuck now it boots strait to rivendell. I don't know the
password
for Rivendell login
I have to switch to Administrator to log in to the machine. Once

in I

can go to
the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
1. You will be prompted for a password. Enter the root password

and

then press Enter.
Q. I tried this and used Root pass that I Built Centos - It

does not

work I get Error Invalid password. Do you know what is the

installed

password for rivendell
2.To Set the password for the local rd account with the

following

command:
Q I can't change the password. Do anyone has any suggestions on

how

to get it changed to passwd rd

Thanks
For your help


On 2022-02-14 12:12, Fred Gleason wrote:

On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:


I tried installing in Centos 7 and 9 with the same issues. Do

you

have any suggestions on what the best way to install Rivendell


https://software.paravelsystems.com/howtos/CentOS/7rd3/

Cheers!






Re: [RDD] Installing New Rivendell 341

2022-02-23 Thread ijames

Greetings

I did get the system functioning Centos 7 So now whats left is to get 
the Desktop Screen Smaller
I don't seem to know who to increase screen size It stops at 1370 x720 I 
think I am not in front of the server to see whats the actual size, But 
does any one have any ideas how to fix  this.
1. Does any one have any Ideas how to migrate preview Rivenell 2.5.5 to 
the new version
  I am trying to make this painless, and not so much time consuming. So 
Music, Database and every thing has to be added.

   Any suggestions.
2 I have configured the primary machine I will be working on 2 other 
clients any suggestion on how to get them configured.

Thanks




On 2022-02-15 02:20, ija...@jamcorbroadcast.com wrote:

Fred,
I used Install procedure and after a few tries I got it installed in 
Centos 7

I am stuck now it boots strait to rivendell. I don't know the password
for Rivendell login
I have to switch to Administrator to log in to the machine. Once in I 
can go to

the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
 1. You will be prompted for a password. Enter the root password and
then press Enter.
 Q. I tried this and used Root pass that I Built Centos - It does not
work I get Error Invalid password. Do you know what is the installed
password for rivendell
2.To Set the password for the local rd account with the following 
command:

 Q I can't change the password. Do anyone has any suggestions on how
to get it changed to passwd rd

Thanks
For your help


On 2022-02-14 12:12, Fred Gleason wrote:

On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:


I tried installing in Centos 7 and 9 with the same issues. Do you
have any suggestions on what the best way to install Rivendell


 https://software.paravelsystems.com/howtos/CentOS/7rd3/

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



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


Re: [RDD] Installing New Rivendell 341

2022-02-15 Thread Robert Jeffares

Hi,

the password you supplied when you installed CentOS is the one you need 
to access the command line [terminal]


check the CAPSLOCK [was it on or off when you set the system up - try 
both] and make sure you don't enter spaces before or after the Pass_word


As the instructions say you have to remember the password you used to 
build the system, it is not modified by the Rivendell install.


If the system is booting to Rivendell run by rd then you have a 
successful install.


all you have to do is remember the password.

regards

Robert

On 15/02/22 20:20, ija...@jamcorbroadcast.com wrote:


Fred,
I used Install procedure and after a few tries I got it installed in 
Centos 7
I am stuck now it boots strait to rivendell. I don't know the password 
for Rivendell login
I have to switch to Administrator to log in to the machine. Once in I 
can go to

the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
 1. You will be prompted for a password. Enter the root password and 
then press Enter.
 Q. I tried this and used Root pass that I Built Centos - It does not 
work I get Error Invalid password. Do you know what is the installed 
password for rivendell
2.To Set the password for the local rd account with the following 
command:
 Q I can't change the password. Do anyone has any suggestions on how 
to get it changed to passwd rd


Thanks
For your help


On 2022-02-14 12:12, Fred Gleason wrote:

On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:


I tried installing in Centos 7 and 9 with the same issues. Do you
have any suggestions on what the best way to install Rivendell


 https://software.paravelsystems.com/howtos/CentOS/7rd3/

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



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


Re: [RDD] Installing New Rivendell 341

2022-02-15 Thread Rob Landry


There is no password for "rivendell", since that's set up as a system 
account and doesn't allow logins.


To set the password for 'rd', open a terminal window and enter:

passwd

To get root privileges, enter:

su

...and then give your root password.


Rob

--
Не думай что всё пропели,
Что бури все отгремели;
Готовься к великой цели,
А слава тебя найдёт.


On Tue, 15 Feb 2022, ija...@jamcorbroadcast.com wrote:



Fred,
I used Install procedure and after a few tries I got it installed in Centos 7
I am stuck now it boots strait to rivendell. I don't know the password for 
Rivendell login
I have to switch to Administrator to log in to the machine. Once in I can go 
to

the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
1. You will be prompted for a password. Enter the root password and then 
press Enter.
Q. I tried this and used Root pass that I Built Centos - It does not work I 
get Error Invalid password. Do you know what is the installed password for 
rivendell

2.To Set the password for the local rd account with the following command:
Q I can't change the password. Do anyone has any suggestions on how to get 
it changed to passwd rd


Thanks
For your help


On 2022-02-14 12:12, Fred Gleason wrote:

On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:


I tried installing in Centos 7 and 9 with the same issues. Do you
have any suggestions on what the best way to install Rivendell


 https://software.paravelsystems.com/howtos/CentOS/7rd3/

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


--
**NOTICE*
This email is intended only for the person or entity to which it is 
addressed to in this email  and it may contain information that is and  would 
be considered privileged,confidential or otherwise protected from  disclosure 
by recipient.
Dissemination, distribution or copying of this e-mail or the  information 
herein by anyone other than the intended recipient,or an  employee or agent 
responsible for delivering the message
to the intended recipient, is prohibited. If you have received this  e-mail 
in error or would like not to receive future emails from 
jamcorbroadcast.com, please immediately notify us by forwarding this  email 
to n...@jamcorbroadcast.com

___
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] Installing New Rivendell 341

2022-02-14 Thread ijames



Fred,
I used Install procedure and after a few tries I got it installed in 
Centos 7
I am stuck now it boots strait to rivendell. I don't know the password 
for Rivendell login
I have to switch to Administrator to log in to the machine. Once in I 
can go to

the Konsole CLI. I can see  I am log in as rd
When I tried:
Enter the following command to get root permissions:
su -
 1. You will be prompted for a password. Enter the root password and 
then press Enter.
 Q. I tried this and used Root pass that I Built Centos - It does not 
work I get Error Invalid password. Do you know what is the installed 
password for rivendell
2.To Set the password for the local rd account with the following 
command:
 Q I can't change the password. Do anyone has any suggestions on how to 
get it changed to passwd rd


Thanks
For your help


On 2022-02-14 12:12, Fred Gleason wrote:

On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:


I tried installing in Centos 7 and 9 with the same issues. Do you
have any suggestions on what the best way to install Rivendell


 https://software.paravelsystems.com/howtos/CentOS/7rd3/

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


--
**NOTICE*
This email is intended only for the person or entity to which it is  
addressed to in this email  and it may contain information that is and  
would be considered privileged,confidential or otherwise protected from  
disclosure by recipient.
Dissemination, distribution or copying of this e-mail or the  
information herein by anyone other than the intended recipient,or an  
employee or agent responsible for delivering the message
to the intended recipient, is prohibited. If you have received this  
e-mail in error or would like not to receive future emails from  
jamcorbroadcast.com, please immediately notify us by forwarding this  
email to n...@jamcorbroadcast.com

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


Re: [RDD] Installing New Rivendell 341

2022-02-14 Thread Rob Landry


Why not use the install procedure on paravelsystems.com?


Rob

--
Не думай что всё пропели,
Что бури все отгремели;
Готовься к великой цели,
А слава тебя найдёт.


On Mon, 14 Feb 2022, ija...@jamcorbroadcast.com wrote:



Hi Community.
I have been in the works to upgrade to 3.4.1 I tried to install it in Centos 
7

After I unpacked the Targz and did configure make sudo make
Its come back with an errors
Checking for QT4 .. NO
Configure error QT4 not found___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Installing New Rivendell 341

2022-02-14 Thread Fred Gleason
On Feb 14, 2022, at 00:59, ija...@jamcorbroadcast.com wrote:

> I tried installing in Centos 7 and 9 with the same issues. Do you have any 
> suggestions on what the best way to install Rivendell

https://software.paravelsystems.com/howtos/CentOS/7rd3/ 


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


[RDD] Installing New Rivendell 341

2022-02-13 Thread ijames



Hi Community.
I have been in the works to upgrade to 3.4.1 I tried to install it in 
Centos 7

After I unpacked the Targz and did configure make sudo make
Its come back with an errors
Checking for QT4 .. NO
Configure error QT4 not found

I have also have several questions.
1. how do I install the qt4 package. (I tried installing in Centos 9 
could not find it. I had the same issue)

2. what the easiest way to install rivendell.
3. I tried to in stall in Centos 9 does rivendell work in 9
4. I found the Live CD in the Old archives what version 
rivendell-demo-1.0.1-1.iso.md5
5. I am upgrading from 2.5.5 and I would like to import the mysql 
database and library over


I tried installing in Centos 7 and 9 with the same issues. Do you have 
any suggestions on what the best way to install Rivendell


Thanks


Thanks

Can I import the entire database and the Library.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev