Hello, I would greatly appreciate any help. I am trying to update Rivendell 3.0.0rc03, Database schema 308 to Rivendell v 3.01. I am using the command yum -y update A the end I receive the following message: “No packages marked for update“ What am I doing wrong? Any suggestion? Thank you
Sent from Yahoo Mail for iPhone On Wednesday, July 17, 2019, 7:47 AM, [email protected] wrote: Send Rivendell-dev mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Rivendell-dev digest..." Today's Topics: 1. Rivendell v3.0.1 (Fred Gleason) 2. Re: Rivendell v3.0.1 (Stan Fotinos) 3. Re: Rivendell v3.0.1 (Fred Gleason) 4. Re: Rivendell v3.0.1 (Jamie Dominey) ---------------------------------------------------------------------- Message: 1 Date: Tue, 16 Jul 2019 16:44:42 -0400 From: Fred Gleason <[email protected]> To: Rivendell Users Group <[email protected]>, Developer discussion about the Rivendell Radio Automation System <[email protected]> Cc: "[email protected]" <[email protected]> Subject: [RDD] Rivendell v3.0.1 Message-ID: <6e8525ae947b083eabc56eb578dda328e8a27c4f.ca...@paravelsystems.com> Content-Type: text/plain; charset="UTF-8" On behalf of the entire Rivendell development team, I'm pleased to announce the availability of the first production release of the next major version of Rivendell, 3.0.1. Rivendell is a full-featured radio automation system targeted for use in professional broadcast environments. It is available under the GNU General Public License version 2. >From the 'NEWS' file: *** snip snip *** Changes: Rivendell is now Unicode UTF-8 clean. Qt4 is now used throughout Rivendell instead of Qt3. A multicast update system has been added that allows Rivendell modules to update views syncronously in step with changes made in other modules. The Rivendell Loadable Modules system for processing PAD data has been completely replaced by PyPAD, allowing PAD processing plug-ins to be written in the popular Python scripting langauge. Backward compatible replacement scripts for many of the RLM plug-ins supplied in Rivendell v2.x are included. Added a compatibility library to facilitate the use of the Rivendell Web API in external applications. A system of virtual log machines has been added, allowing play-out of up to 23 logs simultaneously. Rivendell is now fully systemd compatibile. The Windows ports of rdlogedit(1) and rdlogmanager(1) have been removed. Database Update: This version of Rivendell uses database schema version 308, and will automatically upgrade any earlier versions. To see the current schema version prior to upgrade, see RDAdmin->SystemInfo. Be sure to run 'rddbmgr --modify' (as root) immediately after upgrading to allow any necessary changes to the database schema to be applied. *** snip snip *** GETTING AND TRYING THIS RELEASE -------------------------------- Full source code for this release is available at: https://github.com/ElvishArtisan/rivendell/releases/tag/v3.0.1 Be sure to throughly read and understand the 'INSTALL' and 'UPGRADING' files in the root of the source tree, as they contain important information about changes between previous major Rivendell versions and v3.x. An upgradable CentOS 7 online installer is available. This is the quickest and easiest way actually to try this release for yourself. Instructions can be found at: http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html IF YOU FIND A PROBLEM --------------------- If you run across a problem, please submit a detailed problem report at: https://github.com/ElvishArtisan/rivendell/issues Be sure to mention the version of Rivendell [v3.0.1] in your report. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | We make a living by what we get. We make a life by what we give. | | | | -- Winston Churchill | |---------------------------------------------------------------------| ------------------------------ Message: 2 Date: Wed, 17 Jul 2019 12:24:04 +0800 From: Stan Fotinos <[email protected]> To: [email protected] Subject: Re: [RDD] Rivendell v3.0.1 Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed Thank you Fred and team! Just one question, will the option to install version 2.19.3 be still available for CentOS 6 or will this be removed from the repository? Having said that, looking forward to moving to 3.0.1 Thanks again Stan On 17/07/2019 4:44 am, Fred Gleason wrote: > On behalf of the entire Rivendell development team, I'm pleased to > announce the availability of the first production release of the next > major version of Rivendell, 3.0.1. Rivendell is a full-featured radio > automation system targeted for use in professional broadcast > environments. It is available under the GNU General Public License > version 2. > > From the 'NEWS' file: > > *** snip snip *** > Changes: > Rivendell is now Unicode UTF-8 clean. > > Qt4 is now used throughout Rivendell instead of Qt3. > > A multicast update system has been added that allows Rivendell > modules to update views syncronously in step with changes made in > other modules. > > The Rivendell Loadable Modules system for processing PAD data has > been completely replaced by PyPAD, allowing PAD processing plug-ins > to be written in the popular Python scripting langauge. Backward > compatible replacement scripts for many of the RLM plug-ins supplied > in Rivendell v2.x are included. > > Added a compatibility library to facilitate the use of the Rivendell > Web API in external applications. > > A system of virtual log machines has been added, allowing play-out > of up to 23 logs simultaneously. > > Rivendell is now fully systemd compatibile. > > The Windows ports of rdlogedit(1) and rdlogmanager(1) have been > removed. > > Database Update: > This version of Rivendell uses database schema version 308, and will > automatically upgrade any earlier versions. To see the current > schema version prior to upgrade, see RDAdmin->SystemInfo. > > Be sure to run 'rddbmgr --modify' (as root) immediately after > upgrading to allow any necessary changes to the database schema to > be applied. > *** snip snip *** > > GETTING AND TRYING THIS RELEASE > -------------------------------- > Full source code for this release is available at: > > https://github.com/ElvishArtisan/rivendell/releases/tag/v3.0.1 > > Be sure to throughly read and understand the 'INSTALL' and 'UPGRADING' > files in the root of the source tree, as they contain important > information about changes between previous major Rivendell versions and > v3.x. > > An upgradable CentOS 7 online installer is available. This is the > quickest and easiest way actually to try this release for yourself. > Instructions can be found at: > > > http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html > > IF YOU FIND A PROBLEM > --------------------- > If you run across a problem, please submit a detailed problem report > at: > > https://github.com/ElvishArtisan/rivendell/issues > > Be sure to mention the version of Rivendell [v3.0.1] in your > report. > > Cheers! > > > |---------------------------------------------------------------------| > | Frederick F. Gleason, Jr. | Chief Developer | > | | Paravel Systems | > |---------------------------------------------------------------------| > | We make a living by what we get. We make a life by what we give. | > | | > | -- Winston Churchill | > |---------------------------------------------------------------------| > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev ------------------------------ Message: 3 Date: Wed, 17 Jul 2019 08:52:59 -0400 From: Fred Gleason <[email protected]> To: User discussion about the Rivendell Radio Automation System <[email protected]> Subject: Re: [RDD] Rivendell v3.0.1 Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" On Jul 17, 2019, at 00:24, Stan Fotinos <[email protected]> wrote: > Just one question, will the option to install version 2.19.3 be still > available for CentOS 6 or will this be removed from the repository? The plan right now is to maintain the installers and repositories for Rivendell 2.x for both CentOS 6 and 7 until November 30 2020 (which is also the End of Life date for CentOS 6) so as to allow sites to make an orderly transition to 3.x. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------| -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://caspian.paravelsystems.com/pipermail/rivendell-dev/attachments/20190717/a07f5e85/attachment-0001.html> ------------------------------ Message: 4 Date: Wed, 17 Jul 2019 11:47:05 -0300 From: Jamie Dominey <[email protected]> To: [email protected] Subject: Re: [RDD] Rivendell v3.0.1 Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed Thanks for this update. Can a 2.x Rivendell install be updated to 3.01 using 'yum update rivendell', or does it have to be reinstalled? Thanks On 2019-07-16 5:44 p.m., Fred Gleason wrote: > On behalf of the entire Rivendell development team, I'm pleased to > announce the availability of the first production release of the next > major version of Rivendell, 3.0.1. Rivendell is a full-featured radio > automation system targeted for use in professional broadcast > environments. It is available under the GNU General Public License > version 2. > > From the 'NEWS' file: > > *** snip snip *** > Changes: > Rivendell is now Unicode UTF-8 clean. > > Qt4 is now used throughout Rivendell instead of Qt3. > > A multicast update system has been added that allows Rivendell > modules to update views syncronously in step with changes made in > other modules. > > The Rivendell Loadable Modules system for processing PAD data has > been completely replaced by PyPAD, allowing PAD processing plug-ins > to be written in the popular Python scripting langauge. Backward > compatible replacement scripts for many of the RLM plug-ins supplied > in Rivendell v2.x are included. > > Added a compatibility library to facilitate the use of the Rivendell > Web API in external applications. > > A system of virtual log machines has been added, allowing play-out > of up to 23 logs simultaneously. > > Rivendell is now fully systemd compatibile. > > The Windows ports of rdlogedit(1) and rdlogmanager(1) have been > removed. > > Database Update: > This version of Rivendell uses database schema version 308, and will > automatically upgrade any earlier versions. To see the current > schema version prior to upgrade, see RDAdmin->SystemInfo. > > Be sure to run 'rddbmgr --modify' (as root) immediately after > upgrading to allow any necessary changes to the database schema to > be applied. > *** snip snip *** > > GETTING AND TRYING THIS RELEASE > -------------------------------- > Full source code for this release is available at: > > https://github.com/ElvishArtisan/rivendell/releases/tag/v3.0.1 > > Be sure to throughly read and understand the 'INSTALL' and 'UPGRADING' > files in the root of the source tree, as they contain important > information about changes between previous major Rivendell versions and > v3.x. > > An upgradable CentOS 7 online installer is available. This is the > quickest and easiest way actually to try this release for yourself. > Instructions can be found at: > > > http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html > > IF YOU FIND A PROBLEM > --------------------- > If you run across a problem, please submit a detailed problem report > at: > > https://github.com/ElvishArtisan/rivendell/issues > > Be sure to mention the version of Rivendell [v3.0.1] in your > report. > > Cheers! > > > |---------------------------------------------------------------------| > | Frederick F. Gleason, Jr. | Chief Developer | > | | Paravel Systems | > |---------------------------------------------------------------------| > | We make a living by what we get. We make a life by what we give. | > | | > | -- Winston Churchill | > |---------------------------------------------------------------------| > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev ------------------------------ _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev End of Rivendell-dev Digest, Vol 75, Issue 7 ********************************************
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
