Re: [RDD] Rivendell distros

2016-10-20 Thread John Anderson
On Thu, 2016-10-20 at 00:07 +0100, Gerard wrote:
> So I have used the new way on doing an install 
> 
> http://static.paravelsystems.com/rivendell-install/rivendell-install-rhel7.html
> 
> A few problems I manually install the network drivers and rd  install 
> overwrote them 
> 
> Second I cant get past the following input it need more clear instructions 
> because no mater what I do I  cant import audio and think  this is where the 
> problem is  
> 

I find it a lot easier to set up the network and hostname when you set
up the root password on the initial gui where you select the minimum
installation...you can then ignore the command line steps...

> Set the MariaDB administrator password with the following command (substitute 
> your password for pwd and the name of the system for host):
> 
> echo "SET PASSWORD FOR root@host = PASSWORD('pwd');" | mysql -u root
> 
> echo "SET PASSWORD FOR root@localhost = PASSWORD('pwd');" | mysql -u root"

take out the "pipe" "|" in the rhel7 command line...

echo "SET PASSWORD FOR root@localhost = PASSWORD('mypassword');" mysql
-u root



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


Re: [RDD] Rivendell distros

2016-09-03 Thread Juan Carlos
I suggest using cadence paragraph jack on the Live CD .

El 03/09/2016 22:27, rcflye...@gmail.com escribió:
>
> Talked to David K for awhile on how to proceed with a Debian live cd. 
>
> First off, would 32 or 64 bit be better for most folks? I would assume 64 is 
> pretty much the common standard. 
>
> Second, my goal was to do a live cd with an install option. Would just a live 
> cd be better?  David is making a set of .deb packages for now. Later we might 
> do a repository. He is going to follow Fred's script for centos in order to 
> build the packages for Debian . I had thought possibly about trying to 
> incorporate that script into the installation process when you start the 
> Debian install process. Or I could create a live cd that has an option to 
> install a vanilla Debian installation and have instructions on how to run the 
> script manually that runs the Rivendell install. 
>
> Any ideas and feedback would be appreciated. Thanks! 
>
> Sent from my iPhone 
>
> > On Aug 24, 2016, at 12:44 PM, Chuck  wrote: 
> > 
> > On Wed, 24 Aug 2016 09:12:07 -0500 
> > David Klann  wrote: 
> > 
> >> I requested a Tryphon wiki account a few months ago. I heard back from 
> >> Florent Peyraud on June 12th letting me know that my wiki account was 
> >> active. So it seems there is life at Tryphon, but not much activity 
> >> keeping up with the packaging of Rivendell... < 
> > 
> >  According to his Linked-In profile, Alban got a new job in October 
> > 2015--about the time he disappeared here. 
> > 
> > --Chuck W. 
> > 
> > ___ 
> > 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] Rivendell distros

2016-09-03 Thread rcflyer30
Talked to David K for awhile on how to proceed with a Debian live cd. 

First off, would 32 or 64 bit be better for most folks? I would assume 64 is 
pretty much the common standard.

Second, my goal was to do a live cd with an install option. Would just a live 
cd be better?  David is making a set of .deb packages for now. Later we might 
do a repository. He is going to follow Fred's script for centos in order to 
build the packages for Debian . I had thought possibly about trying to 
incorporate that script into the installation process when you start the Debian 
install process. Or I could create a live cd that has an option to install a 
vanilla Debian installation and have instructions on how to run the script 
manually that runs the Rivendell install.

Any ideas and feedback would be appreciated. Thanks!

Sent from my iPhone

> On Aug 24, 2016, at 12:44 PM, Chuck  wrote:
> 
> On Wed, 24 Aug 2016 09:12:07 -0500
> David Klann  wrote:
> 
>> I requested a Tryphon wiki account a few months ago. I heard back from
>> Florent Peyraud on June 12th letting me know that my wiki account was
>> active. So it seems there is life at Tryphon, but not much activity
>> keeping up with the packaging of Rivendell... <
> 
>  According to his Linked-In profile, Alban got a new job in October
> 2015--about the time he disappeared here.
> 
> --Chuck W.
> 
> ___
> 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] Rivendell distros

2016-08-29 Thread Seth Stevenson
I appreciate everyone's input. Personally I would mirror the centos
appliance to keep things similar. I am putting together a debian install
with mate right now that can be used for packaging. I wish I knew how to do
all that. I think mate is a more intuitive interface then gnome 3. I can't
get the feel of it myself. I talked to Fred Henderson about install scripts
and he is not sure he want to get back into it. He is going to let me know
in a week. I appreciate your willingness to help David Klann, and
appreciate everyone's ideas for design and implementation.
On Aug 29, 2016 4:33 PM, "David Klann"  wrote:

> tl;dr: What's the best way to package Rivendell for Debian?
>
> I'm willing to help with the Rivendell packaging. I think it needs some
> community discussion. I like some things about the way in which the
> Tryphon packages are split up, but I think it needs a little more
> thought and attention.
>
> The Rivendell components at debian.tryphon.eu are split into these five
> Debian packages (from 'apt-get search rivendell|sort'):
>
> librivendell - Rivendell library - C++ runtime library
> rivendell - contains a set of functionality needed to operate a radio
> automation system
> rivendell-doc - Documentation for Rivendell
> rivendell-metalive - Rivendell Loadable Module for metalive
> rivendell-server - Rivendell server part
>
> with the three most interesting packages being librivendell, rivendell,
> and rivendell-server.
>
> The package (with a somewhat misleading name) "rivendell-server"
> includes only the pieces related to the Rivendell web services API.
>
> The package "librivendell" includes /usr/lib/librd* and
> /usr/lib/librdhpi* as well as the .qm files for the various translations.
>
> And the package "rivendell" includes pretty much the rest of a complete
> Rivendell installation, including the executables, the .desktop files,
> the example rd.conf files, etc.
>
> I'd kind of like to see packages split up a little differently. What do
> people think about splitting them up according to the type of
> installation one would set up on a computer? That is, maybe a
> "rivendell-server" package that would contain just the "headless"
> components, and maybe a "rivendell-client" package that contains the GUI
> components.
>
> Another option (and likely highly desirable) would be to mirror the
> current (reference) CentOS scheme with the packages "rivendell-base",
> "rivendell-install", and "rivendell". We might even adapt the
> install_rivendell.sh script from "rivendell-install" for Debian?
>
> These are but a couple options for packaging, what makes sense to you?
>
>   ~David Klann
>
>
> On 08/29/2016 02:51 PM, Seth Stevenson wrote:
> > David,
> >
> > I should be able to get  you an iso shortly. Are you willing to package
> > Rivendell as a whole, or just add your scripts?
> >
> > Seth
> >
> > On Mon, Aug 29, 2016 at 12:07 PM, David Klann  > > wrote:
> >
> > Hey Seth,
> >
> > A copy of the ISO image would be a good starting point. I could place
> > the systemd files, and if you have them started, could update the
> Debian
> > packaging files to include the systemd stuff.
> >
> > I could supply you with an FTP server on which to drop the ISO
> image. Or
> > I'd be happy to snag it from you if you already have it somewhere.
> >
> > Or I could send you a tarball with the unit files.
> >
> > Your choice -- whatever works for you.
> >
> >   ~David
> >
> >
> > On 08/29/2016 10:59 AM, Seth Stevenson wrote:
> > > Thanks David.
> > >
> > > Do you want the iso I'm working on, or how would you want to
> proceed?
> > >
> > > Seth
> > >
> > > On Mon, Aug 29, 2016 at 11:26 AM, David Klann  
> > > >> wrote:
> > >
> > > I'll chime in on this thread...
> > >
> > > I've recently taken the Tryphon 2.10.3 package and added
> > systemd unit
> > > files for Debian Jessie. I'd be happy to contribute those to
> > the new
> > > package (for whatever Rivendell version you all decide on).
> > >
> > > You can find the unit files (*.service and rivendell.target) at
> > > https://github.com/opensourceradio/ram/etc/systemd/system
> > 
> > >  > >
> > >
> > > I'd be honored to help with the Debian packaging effort!
> > >
> > > Best,
> > >
> > >   ~David Klann
> > >
> > >
> > > On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> > > > Geoff,
> > > >
> > > > I almost have a working version of the latest Rivendell with
> > Debian
> > > > Jessie. There was some 

Re: [RDD] Rivendell distros

2016-08-29 Thread Cowboy
On Monday 29 August 2016 04:49:31 pm Andy Higginson wrote:
> I think the older Centos 6 desktop is better than the newer Centos 7.

 Gnome2 vs. Gnome3.
 Gnome3 clearly sucks. ( unless you *like* smart phone "swipe"
 on a non-touch-screen with a mouse ) so I've been trying XFC
 at Fred's suggestion, and I like most of it.

 Well, my *first* first choice, is as little customization as possible.
 As out of the box as possible, with as few purple cows as possible,
 just in case This Cowboy gets thrown, and someone else has
 to step in, but CebtOS-7 out of the box appears not to allow
 that choice for normal people on actual desktops.

-- 
Cowboy

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


Re: [RDD] Rivendell distros

2016-08-29 Thread Andy Higginson
Hi,

I think you are on the right tracks here with having all of the Rivendell base 
components in one package and the GUI in another.  That way you have the 
breakdown of software needed for both a stand alone machine and a Client / 
Server setup.

Has anyone looked at Launchpad yet?  This is the backend that drives Ubuntu 
PPAs.  I don't know enough about building packages to know where to go with 
this but using this would "meld" it into the Ubuntu way of doing things.  Using 
this as a base you could build an ISO with the Rivendell software "installed" 
and with the PPA already in the software sources.  Similar in some ways to the 
way it's done with the Centos Appliance ISO.

Andy


 On Mon, 29 Aug 2016 21:32:58 +0100 David Klann wrote 
 
 > tl;dr: What's the best way to package Rivendell for Debian? 
 >  
 > I'm willing to help with the Rivendell packaging. I think it needs some 
 > community discussion. I like some things about the way in which the 
 > Tryphon packages are split up, but I think it needs a little more 
 > thought and attention. 
 >  
 > The Rivendell components at debian.tryphon.eu are split into these five 
 > Debian packages (from 'apt-get search rivendell|sort'): 
 >  
 > librivendell - Rivendell library - C++ runtime library 
 > rivendell - contains a set of functionality needed to operate a radio 
 > automation system 
 > rivendell-doc - Documentation for Rivendell 
 > rivendell-metalive - Rivendell Loadable Module for metalive 
 > rivendell-server - Rivendell server part 
 >  
 > with the three most interesting packages being librivendell, rivendell, 
 > and rivendell-server. 
 >  
 > The package (with a somewhat misleading name) "rivendell-server" 
 > includes only the pieces related to the Rivendell web services API. 
 >  
 > The package "librivendell" includes /usr/lib/librd* and 
 > /usr/lib/librdhpi* as well as the .qm files for the various translations. 
 >  
 > And the package "rivendell" includes pretty much the rest of a complete 
 > Rivendell installation, including the executables, the .desktop files, 
 > the example rd.conf files, etc. 
 >  
 > I'd kind of like to see packages split up a little differently. What do 
 > people think about splitting them up according to the type of 
 > installation one would set up on a computer? That is, maybe a 
 > "rivendell-server" package that would contain just the "headless" 
 > components, and maybe a "rivendell-client" package that contains the GUI 
 > components. 
 >  
 > Another option (and likely highly desirable) would be to mirror the 
 > current (reference) CentOS scheme with the packages "rivendell-base", 
 > "rivendell-install", and "rivendell". We might even adapt the 
 > install_rivendell.sh script from "rivendell-install" for Debian? 
 >  
 > These are but a couple options for packaging, what makes sense to you? 
 >  
 >   ~David Klann 

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


Re: [RDD] Rivendell distros

2016-08-29 Thread Rob Landry



Would people stop driving if you told them that
it was a Linux running their car ?


No, but they might if it were Windows (excuse me for a moment; I have to 
reboot the car)!


I recall reading a story a while back about the Royal Navy using Windows 
on a new submarine, with the headline "Das Reboot".



Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.

On Mon, 29 Aug 2016, Cowboy wrote:


On Monday 29 August 2016 10:59:47 am Seth Stevenson wrote:

 A lot of people have interest, but shy
away when Linux is even mentioned.


Then don't mention it !

That's the whole point of an appliance.

--
Cowboy

http://cowboy.cwf1.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] Rivendell distros

2016-08-29 Thread Cowboy
On Monday 29 August 2016 04:32:58 pm David Klann wrote:
>  That is, maybe a
> "rivendell-server" package that would contain just the "headless"
> components, and maybe a "rivendell-client" package that contains the GUI
> components.
> 
> Another option (and likely highly desirable) would be to mirror the
> current (reference) CentOS scheme

 Though I'm told there is one other already, the plan at "my place" is
 to do something very similar, "virtualizing" Rivendell pretty much
 throughout the plant.
 We're planning two servers ( for redundancy ) in the racks, and
 the five studios will be getting "client" installations for the operators,
 on Rasberry PI's.
 Should be quieter, less electrical load, we figure more reliable,
 and definitely less costly to maintain once built.

 Therefore, I'd keep a close eye on the main line CentOS, which is
 what it'll all be, before I ran off in a different direction.
 Just a thot...

-- 
Cowboy

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


Re: [RDD] Rivendell distros

2016-08-29 Thread Andy Higginson
Hi,

I've only just come to this thread so I'll add my 2 cents worth. 

Having been playing with the existing Tryphon repository, I've been using the 
Mate edition of Linux Mint. Basically this is because the v17 Mints were based 
on Ubuntu 14.04 LTS and the system would be well supported for 5 years. Also 
there were builds for 14.04 LTS on the repository. 

However, as you say, it doesn't matter what distro you use.  I think it does 
matter though which desktop you use.  Having been using most of the common 
desktops, I think we need to keep it basic.  If you have anything with "Hot 
Corners" and the like, the desktop starts to do things that might be 
undesirable in a live radio setup.  That is why I chose to use the Mate 
desktop, and why I think the older Centos 6 desktop is better than the newer 
Centos 7.

Andy
 

 On Mon, 29 Aug 2016 17:02:48 +0100 Seth Stevenson wrote  
>Cowboy,
>
>Well that's my point really. If there is a live cd then it doesn't matter if 
>it is Debian, Ubuntu, Centos, or whatever else. It doesn't matter if it is 
>windows or linux. It just works. What I was getting at is that with Windows 
>you pretty much click and install. With a live cd this is as close as you can 
>get to that, therefore it is more nature to migrate to Rivendell from a 
>windows why of doing things. (Not that the windows way is the best way, just 
>the most common).
>
>
>On Mon, Aug 29, 2016 at 11:34 AM, Cowboy  wrote:
>On Monday 29 August 2016 10:59:47 am Seth Stevenson wrote:
> > A lot of people have interest, but shy
> > away when Linux is even mentioned.
> 
> Then don't mention it !
> 
> That's the whole point of an appliance.
> 
> Would people stop driving if you told them that
> it was a Linux running their car ?
> 
> --
> Cowboy
> 
> http://cowboy.cwf1.com
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> 
>
>
>
>
>
>
>-- 
>Seth Stevenson
> 
> ___ 
>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] Rivendell distros

2016-08-29 Thread David Klann
tl;dr: What's the best way to package Rivendell for Debian?

I'm willing to help with the Rivendell packaging. I think it needs some
community discussion. I like some things about the way in which the
Tryphon packages are split up, but I think it needs a little more
thought and attention.

The Rivendell components at debian.tryphon.eu are split into these five
Debian packages (from 'apt-get search rivendell|sort'):

librivendell - Rivendell library - C++ runtime library
rivendell - contains a set of functionality needed to operate a radio
automation system
rivendell-doc - Documentation for Rivendell
rivendell-metalive - Rivendell Loadable Module for metalive
rivendell-server - Rivendell server part

with the three most interesting packages being librivendell, rivendell,
and rivendell-server.

The package (with a somewhat misleading name) "rivendell-server"
includes only the pieces related to the Rivendell web services API.

The package "librivendell" includes /usr/lib/librd* and
/usr/lib/librdhpi* as well as the .qm files for the various translations.

And the package "rivendell" includes pretty much the rest of a complete
Rivendell installation, including the executables, the .desktop files,
the example rd.conf files, etc.

I'd kind of like to see packages split up a little differently. What do
people think about splitting them up according to the type of
installation one would set up on a computer? That is, maybe a
"rivendell-server" package that would contain just the "headless"
components, and maybe a "rivendell-client" package that contains the GUI
components.

Another option (and likely highly desirable) would be to mirror the
current (reference) CentOS scheme with the packages "rivendell-base",
"rivendell-install", and "rivendell". We might even adapt the
install_rivendell.sh script from "rivendell-install" for Debian?

These are but a couple options for packaging, what makes sense to you?

  ~David Klann


On 08/29/2016 02:51 PM, Seth Stevenson wrote:
> David,
> 
> I should be able to get  you an iso shortly. Are you willing to package
> Rivendell as a whole, or just add your scripts?
> 
> Seth
> 
> On Mon, Aug 29, 2016 at 12:07 PM, David Klann  > wrote:
> 
> Hey Seth,
> 
> A copy of the ISO image would be a good starting point. I could place
> the systemd files, and if you have them started, could update the Debian
> packaging files to include the systemd stuff.
> 
> I could supply you with an FTP server on which to drop the ISO image. Or
> I'd be happy to snag it from you if you already have it somewhere.
> 
> Or I could send you a tarball with the unit files.
> 
> Your choice -- whatever works for you.
> 
>   ~David
> 
> 
> On 08/29/2016 10:59 AM, Seth Stevenson wrote:
> > Thanks David.
> >
> > Do you want the iso I'm working on, or how would you want to proceed?
> >
> > Seth
> >
> > On Mon, Aug 29, 2016 at 11:26 AM, David Klann  
> > >> wrote:
> >
> > I'll chime in on this thread...
> >
> > I've recently taken the Tryphon 2.10.3 package and added
> systemd unit
> > files for Debian Jessie. I'd be happy to contribute those to
> the new
> > package (for whatever Rivendell version you all decide on).
> >
> > You can find the unit files (*.service and rivendell.target) at
> > https://github.com/opensourceradio/ram/etc/systemd/system
> 
> >  >
> >
> > I'd be honored to help with the Debian packaging effort!
> >
> > Best,
> >
> >   ~David Klann
> >
> >
> > On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> > > Geoff,
> > >
> > > I almost have a working version of the latest Rivendell with
> Debian
> > > Jessie. There was some issues with Ubuntu and Rivendell that
> Wayne
> > > Merrick was addressing, so I am going with Debian. It seems
> to be easier
> > > to setup. I am using the gnome interface, but like Mate
> better as well,
> > > so I might switch to that. Would you like to tackle the
> packaging of
> > > Rivendell for the distro? I'm going to try to figure out how
> to do it,
> > > but it will be a new experience for me. I have reached out
> to Frederick
> > > Henderson, to see if he would help with some scripting. I
> haven't heard
> > > back from him, but he knows me, so probably will reply
> eventually. I
> > > have no idea if he still has interest in working on the
> project. As far
> > > as packaging goes, it seems to me that a live cd 

Re: [RDD] Rivendell distros

2016-08-29 Thread Cowboy
On Monday 29 August 2016 12:02:48 pm you wrote:
> Well that's my point really. If there is a live cd then it doesn't matter
> if it is Debian, Ubuntu, Centos, or whatever else. It doesn't matter if it
> is windows or linux. It just works.

 We're on the same page.

 For a very long time, on another list, I argued that the OS was "Who Cares?"

-- 
Cowboy

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


Re: [RDD] Rivendell distros

2016-08-29 Thread Cowboy
On Monday 29 August 2016 03:11:47 pm Lorne Tyndale wrote:
> A car that runs Linux?!  Where can I buy one! Now that would be a
> selling point!

 By the time it gets to the consumer, there's very little of any OS left.
 Radios seem to be windows based, but the real guts of the vehicles
 when I was involved, were things like LynxOS, QNX, and a very few
 others for development, reduced to machine binary, or assembler
 by the time it hits the road.

 Today, they may well be Linux ! A lot of stuff is.

-- 
Cowboy

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


Re: [RDD] Rivendell distros

2016-08-29 Thread Seth Stevenson
David,

I should be able to get  you an iso shortly. Are you willing to package
Rivendell as a whole, or just add your scripts?

Seth

On Mon, Aug 29, 2016 at 12:07 PM, David Klann  wrote:

> Hey Seth,
>
> A copy of the ISO image would be a good starting point. I could place
> the systemd files, and if you have them started, could update the Debian
> packaging files to include the systemd stuff.
>
> I could supply you with an FTP server on which to drop the ISO image. Or
> I'd be happy to snag it from you if you already have it somewhere.
>
> Or I could send you a tarball with the unit files.
>
> Your choice -- whatever works for you.
>
>   ~David
>
>
> On 08/29/2016 10:59 AM, Seth Stevenson wrote:
> > Thanks David.
> >
> > Do you want the iso I'm working on, or how would you want to proceed?
> >
> > Seth
> >
> > On Mon, Aug 29, 2016 at 11:26 AM, David Klann  > > wrote:
> >
> > I'll chime in on this thread...
> >
> > I've recently taken the Tryphon 2.10.3 package and added systemd unit
> > files for Debian Jessie. I'd be happy to contribute those to the new
> > package (for whatever Rivendell version you all decide on).
> >
> > You can find the unit files (*.service and rivendell.target) at
> > https://github.com/opensourceradio/ram/etc/systemd/system
> > 
> >
> > I'd be honored to help with the Debian packaging effort!
> >
> > Best,
> >
> >   ~David Klann
> >
> >
> > On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> > > Geoff,
> > >
> > > I almost have a working version of the latest Rivendell with Debian
> > > Jessie. There was some issues with Ubuntu and Rivendell that Wayne
> > > Merrick was addressing, so I am going with Debian. It seems to be
> easier
> > > to setup. I am using the gnome interface, but like Mate better as
> well,
> > > so I might switch to that. Would you like to tackle the packaging
> of
> > > Rivendell for the distro? I'm going to try to figure out how to do
> it,
> > > but it will be a new experience for me. I have reached out to
> Frederick
> > > Henderson, to see if he would help with some scripting. I haven't
> heard
> > > back from him, but he knows me, so probably will reply eventually.
> I
> > > have no idea if he still has interest in working on the project.
> As far
> > > as packaging goes, it seems to me that a live cd is still
> preferable for
> > > people coming from the Windows world. My goals is get people to
> > > experience Rivendell, that might try it, but never can get past the
> > > install. A lot of people have interest, but shy away when Linux is
> even
> > > mentioned.
> > >
> > > On Mon, Aug 29, 2016 at 6:41 AM, Fred Gleason <
> fr...@paravelsystems.com 
> > > >>
> wrote:
> > >
> > > On Aug 29, 2016, at 01:33, Geoff Barkman <
> countryra...@gmail.com 
> > > >>
> wrote:
> > >
> > >> Remastering the Ubuntu Iso image was quite time consuming and
> > >> failed frequently.
> > >
> > > Sounds quite similar to the experience of mastering CentOS
> Kickstart
> > > ISOs for Broadcast Appliance.  All of the fun of kicking a
> whale
> > > down the beach…
> > >
> > > FWIW, the ‘new model’ installer scripts for RHEL are available
> at
> > > GitHub [https://github.com/ElvishArtisan/rivendell-install
> > 
> > >  > >].  These might
> > > be of use if you'd like to pursue a similar approach.
> Basically,
> > > you’d need to replace the yum(8) calls with apt-get(8) calls.
> And
> > > of course the package names will be quite different.  This
> approach
> > > avoids the need to master (not to mention host) massive ISO
> images.
> > >
> > > Cheers!
> > >
> > >
> > > |---
> ---|
> > > | Frederick F. Gleason, Jr. |  Chief Developer
>  |
> > > |   |  Paravel Systems
>  |
> > > |---
> ---|
> > > |  A room without books is like a body without a
> soul. |
> > > | -- Cicero
> |
> > > |---
> ---|
> > >
> > > ___
> > > 

Re: [RDD] Rivendell distros

2016-08-29 Thread Lorne Tyndale


A car that runs Linux?!  Where can I buy one! Now that would be a
selling point!




> 
> 
> On Monday 29 August 2016 10:59:47 am Seth Stevenson wrote:
> >  A lot of people have interest, but shy
> > away when Linux is even mentioned.
> 
>  Then don't mention it !
> 
>  That's the whole point of an appliance.
> 
>  Would people stop driving if you told them that
>  it was a Linux running their car ?
> 
> -- 
> Cowboy
> 
> http://cowboy.cwf1.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] Rivendell distros

2016-08-29 Thread David Klann
Hey Seth,

A copy of the ISO image would be a good starting point. I could place
the systemd files, and if you have them started, could update the Debian
packaging files to include the systemd stuff.

I could supply you with an FTP server on which to drop the ISO image. Or
I'd be happy to snag it from you if you already have it somewhere.

Or I could send you a tarball with the unit files.

Your choice -- whatever works for you.

  ~David


On 08/29/2016 10:59 AM, Seth Stevenson wrote:
> Thanks David.
> 
> Do you want the iso I'm working on, or how would you want to proceed? 
> 
> Seth 
> 
> On Mon, Aug 29, 2016 at 11:26 AM, David Klann  > wrote:
> 
> I'll chime in on this thread...
> 
> I've recently taken the Tryphon 2.10.3 package and added systemd unit
> files for Debian Jessie. I'd be happy to contribute those to the new
> package (for whatever Rivendell version you all decide on).
> 
> You can find the unit files (*.service and rivendell.target) at
> https://github.com/opensourceradio/ram/etc/systemd/system
> 
> 
> I'd be honored to help with the Debian packaging effort!
> 
> Best,
> 
>   ~David Klann
> 
> 
> On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> > Geoff,
> >
> > I almost have a working version of the latest Rivendell with Debian
> > Jessie. There was some issues with Ubuntu and Rivendell that Wayne
> > Merrick was addressing, so I am going with Debian. It seems to be easier
> > to setup. I am using the gnome interface, but like Mate better as well,
> > so I might switch to that. Would you like to tackle the packaging of
> > Rivendell for the distro? I'm going to try to figure out how to do it,
> > but it will be a new experience for me. I have reached out to Frederick
> > Henderson, to see if he would help with some scripting. I haven't heard
> > back from him, but he knows me, so probably will reply eventually. I
> > have no idea if he still has interest in working on the project. As far
> > as packaging goes, it seems to me that a live cd is still preferable for
> > people coming from the Windows world. My goals is get people to
> > experience Rivendell, that might try it, but never can get past the
> > install. A lot of people have interest, but shy away when Linux is even
> > mentioned.
> >
> > On Mon, Aug 29, 2016 at 6:41 AM, Fred Gleason  
> > >> 
> wrote:
> >
> > On Aug 29, 2016, at 01:33, Geoff Barkman  
> > >> 
> wrote:
> >
> >> Remastering the Ubuntu Iso image was quite time consuming and
> >> failed frequently.
> >
> > Sounds quite similar to the experience of mastering CentOS Kickstart
> > ISOs for Broadcast Appliance.  All of the fun of kicking a whale
> > down the beach…
> >
> > FWIW, the ‘new model’ installer scripts for RHEL are available at
> > GitHub [https://github.com/ElvishArtisan/rivendell-install
> 
> >  >].  These might
> > be of use if you'd like to pursue a similar approach.  Basically,
> > you’d need to replace the yum(8) calls with apt-get(8) calls.  And
> > of course the package names will be quite different.  This approach
> > avoids the need to master (not to mention host) massive ISO images.
> >
> > 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] Rivendell distros

2016-08-29 Thread Seth Stevenson
Thanks David.

Do you want the iso I'm working on, or how would you want to proceed?

Seth

On Mon, Aug 29, 2016 at 11:26 AM, David Klann  wrote:

> I'll chime in on this thread...
>
> I've recently taken the Tryphon 2.10.3 package and added systemd unit
> files for Debian Jessie. I'd be happy to contribute those to the new
> package (for whatever Rivendell version you all decide on).
>
> You can find the unit files (*.service and rivendell.target) at
> https://github.com/opensourceradio/ram/etc/systemd/system
>
> I'd be honored to help with the Debian packaging effort!
>
> Best,
>
>   ~David Klann
>
>
> On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> > Geoff,
> >
> > I almost have a working version of the latest Rivendell with Debian
> > Jessie. There was some issues with Ubuntu and Rivendell that Wayne
> > Merrick was addressing, so I am going with Debian. It seems to be easier
> > to setup. I am using the gnome interface, but like Mate better as well,
> > so I might switch to that. Would you like to tackle the packaging of
> > Rivendell for the distro? I'm going to try to figure out how to do it,
> > but it will be a new experience for me. I have reached out to Frederick
> > Henderson, to see if he would help with some scripting. I haven't heard
> > back from him, but he knows me, so probably will reply eventually. I
> > have no idea if he still has interest in working on the project. As far
> > as packaging goes, it seems to me that a live cd is still preferable for
> > people coming from the Windows world. My goals is get people to
> > experience Rivendell, that might try it, but never can get past the
> > install. A lot of people have interest, but shy away when Linux is even
> > mentioned.
> >
> > On Mon, Aug 29, 2016 at 6:41 AM, Fred Gleason  > > wrote:
> >
> > On Aug 29, 2016, at 01:33, Geoff Barkman  > > wrote:
> >
> >> Remastering the Ubuntu Iso image was quite time consuming and
> >> failed frequently.
> >
> > Sounds quite similar to the experience of mastering CentOS Kickstart
> > ISOs for Broadcast Appliance.  All of the fun of kicking a whale
> > down the beach…
> >
> > FWIW, the ‘new model’ installer scripts for RHEL are available at
> > GitHub [https://github.com/ElvishArtisan/rivendell-install
> > ].  These might
> > be of use if you'd like to pursue a similar approach.  Basically,
> > you’d need to replace the yum(8) calls with apt-get(8) calls.  And
> > of course the package names will be quite different.  This approach
> > avoids the need to master (not to mention host) massive ISO images.
> >
> > 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
> > 
> >
> >
> >
> >
> > --
> > Seth Stevenson
> >
> >
> > ___
> > 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
>
>


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


Re: [RDD] Rivendell distros

2016-08-29 Thread Seth Stevenson
Cowboy,

Well that's my point really. If there is a live cd then it doesn't matter
if it is Debian, Ubuntu, Centos, or whatever else. It doesn't matter if it
is windows or linux. It just works. What I was getting at is that with
Windows you pretty much click and install. With a live cd this is as close
as you can get to that, therefore it is more nature to migrate to Rivendell
from a windows why of doing things. (Not that the windows way is the best
way, just the most common).

On Mon, Aug 29, 2016 at 11:34 AM, Cowboy  wrote:

> On Monday 29 August 2016 10:59:47 am Seth Stevenson wrote:
> >  A lot of people have interest, but shy
> > away when Linux is even mentioned.
>
>  Then don't mention it !
>
>  That's the whole point of an appliance.
>
>  Would people stop driving if you told them that
>  it was a Linux running their car ?
>
> --
> Cowboy
>
> http://cowboy.cwf1.com
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>



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


Re: [RDD] Rivendell distros

2016-08-29 Thread Cowboy
On Monday 29 August 2016 10:59:47 am Seth Stevenson wrote:
>  A lot of people have interest, but shy
> away when Linux is even mentioned.

 Then don't mention it !

 That's the whole point of an appliance.

 Would people stop driving if you told them that
 it was a Linux running their car ?

-- 
Cowboy

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


Re: [RDD] Rivendell distros

2016-08-29 Thread David Klann
I'll chime in on this thread...

I've recently taken the Tryphon 2.10.3 package and added systemd unit
files for Debian Jessie. I'd be happy to contribute those to the new
package (for whatever Rivendell version you all decide on).

You can find the unit files (*.service and rivendell.target) at
https://github.com/opensourceradio/ram/etc/systemd/system

I'd be honored to help with the Debian packaging effort!

Best,

  ~David Klann


On 08/29/2016 09:59 AM, Seth Stevenson wrote:
> Geoff,
> 
> I almost have a working version of the latest Rivendell with Debian
> Jessie. There was some issues with Ubuntu and Rivendell that Wayne
> Merrick was addressing, so I am going with Debian. It seems to be easier
> to setup. I am using the gnome interface, but like Mate better as well,
> so I might switch to that. Would you like to tackle the packaging of
> Rivendell for the distro? I'm going to try to figure out how to do it,
> but it will be a new experience for me. I have reached out to Frederick
> Henderson, to see if he would help with some scripting. I haven't heard
> back from him, but he knows me, so probably will reply eventually. I
> have no idea if he still has interest in working on the project. As far
> as packaging goes, it seems to me that a live cd is still preferable for
> people coming from the Windows world. My goals is get people to
> experience Rivendell, that might try it, but never can get past the
> install. A lot of people have interest, but shy away when Linux is even
> mentioned. 
> 
> On Mon, Aug 29, 2016 at 6:41 AM, Fred Gleason  > wrote:
> 
> On Aug 29, 2016, at 01:33, Geoff Barkman  > wrote:
> 
>> Remastering the Ubuntu Iso image was quite time consuming and
>> failed frequently.
> 
> Sounds quite similar to the experience of mastering CentOS Kickstart
> ISOs for Broadcast Appliance.  All of the fun of kicking a whale
> down the beach…
> 
> FWIW, the ‘new model’ installer scripts for RHEL are available at
> GitHub [https://github.com/ElvishArtisan/rivendell-install
> ].  These might
> be of use if you'd like to pursue a similar approach.  Basically,
> you’d need to replace the yum(8) calls with apt-get(8) calls.  And
> of course the package names will be quite different.  This approach
> avoids the need to master (not to mention host) massive ISO images.
> 
> 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
> 
> 
> 
> 
> 
> -- 
> Seth Stevenson
> 
> 
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> 



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


Re: [RDD] Rivendell distros

2016-08-29 Thread Seth Stevenson
Geoff,

I almost have a working version of the latest Rivendell with Debian Jessie.
There was some issues with Ubuntu and Rivendell that Wayne Merrick was
addressing, so I am going with Debian. It seems to be easier to setup. I am
using the gnome interface, but like Mate better as well, so I might switch
to that. Would you like to tackle the packaging of Rivendell for the
distro? I'm going to try to figure out how to do it, but it will be a new
experience for me. I have reached out to Frederick Henderson, to see if he
would help with some scripting. I haven't heard back from him, but he knows
me, so probably will reply eventually. I have no idea if he still has
interest in working on the project. As far as packaging goes, it seems to
me that a live cd is still preferable for people coming from the Windows
world. My goals is get people to experience Rivendell, that might try it,
but never can get past the install. A lot of people have interest, but shy
away when Linux is even mentioned.

On Mon, Aug 29, 2016 at 6:41 AM, Fred Gleason 
wrote:

> On Aug 29, 2016, at 01:33, Geoff Barkman  wrote:
>
> Remastering the Ubuntu Iso image was quite time consuming and failed
> frequently.
>
>
> Sounds quite similar to the experience of mastering CentOS Kickstart ISOs
> for Broadcast Appliance.  All of the fun of kicking a whale down the beach…
>
> FWIW, the ‘new model’ installer scripts for RHEL are available at GitHub [
> https://github.com/ElvishArtisan/rivendell-install].  These might be of
> use if you'd like to pursue a similar approach.  Basically, you’d need to
> replace the yum(8) calls with apt-get(8) calls.  And of course the package
> names will be quite different.  This approach avoids the need to master
> (not to mention host) massive ISO images.
>
> 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
>
>


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


Re: [RDD] Rivendell distros

2016-08-29 Thread Fred Gleason
On Aug 29, 2016, at 01:33, Geoff Barkman  wrote:

> Remastering the Ubuntu Iso image was quite time consuming and failed 
> frequently.

Sounds quite similar to the experience of mastering CentOS Kickstart ISOs for 
Broadcast Appliance.  All of the fun of kicking a whale down the beach…

FWIW, the ‘new model’ installer scripts for RHEL are available at GitHub 
[https://github.com/ElvishArtisan/rivendell-install].  These might be of use if 
you'd like to pursue a similar approach.  Basically, you’d need to replace the 
yum(8) calls with apt-get(8) calls.  And of course the package names will be 
quite different.  This approach avoids the need to master (not to mention host) 
massive ISO images.

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] Rivendell distros

2016-08-28 Thread Geoff Barkman
Yes I'd love to get back into the RRAbuntu cd set up for rivendell. I'd had
it running with Lubuntu 14.04 and Rivendell v2.10.3. The setup was a messy
and I Never had the nice installer and Demo mode going like we did with the
original RRAbuntu on Ubuntu 10.04 (6 years old now and I think out of
support).
Frederick Henderson came up with the fancy scripts to install it.
I'm not a fan of the Ubuntu Unity interface and have looked at Ubuntu Mate
desktop but 14.04 is not an LTS release.
Remastering the Ubuntu Iso image was quite time consuming and failed
frequently.
Many Thanks
Geoff Barkman

On Thu, Aug 25, 2016 at 4:44 AM, Chuck  wrote:

> On Wed, 24 Aug 2016 09:12:07 -0500
> David Klann  wrote:
>
> > I requested a Tryphon wiki account a few months ago. I heard back from
> > Florent Peyraud on June 12th letting me know that my wiki account was
> > active. So it seems there is life at Tryphon, but not much activity
> > keeping up with the packaging of Rivendell... <
>
>   According to his Linked-In profile, Alban got a new job in October
> 2015--about the time he disappeared here.
>
> --Chuck W.
>
> ___
> 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] Rivendell distros

2016-08-24 Thread Chuck
On Wed, 24 Aug 2016 09:12:07 -0500
David Klann  wrote:

> I requested a Tryphon wiki account a few months ago. I heard back from
> Florent Peyraud on June 12th letting me know that my wiki account was
> active. So it seems there is life at Tryphon, but not much activity
> keeping up with the packaging of Rivendell... <

  According to his Linked-In profile, Alban got a new job in October
2015--about the time he disappeared here.

--Chuck W.

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


Re: [RDD] Rivendell distros

2016-08-24 Thread David Klann
I requested a Tryphon wiki account a few months ago. I heard back from
Florent Peyraud on June 12th letting me know that my wiki account was
active. So it seems there is life at Tryphon, but not much activity
keeping up with the packaging of Rivendell...

  ~David Klann


On 08/24/2016 09:05 AM, Fred Gleason wrote:
> On Aug 24, 2016, at 10:00, Rob Landry <41001...@interpring.com
> > wrote:
> 
>> Did Tryphon go away? When did that happen?
> 
> Still there, but the latest version available is 2.10.3.  I’ve not seen
> Alban here for quite a while.
> 
> 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
> 



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


Re: [RDD] Rivendell distros

2016-08-24 Thread Seth Stevenson
It just seems to have stopped. I've emailed them and never gotten a
response.
On Aug 24, 2016 10:00 AM, "Rob Landry" <41001...@interpring.com> wrote:

>
> Did Tryphon go away? When did that happen?
>
>
> Rob
>
> --
> Я там, где ребята толковые,
> Я там, где плакаты "Вперёд",
> Где песни рабочие новые
> Страна трудовая поёт.
>
> On Wed, 24 Aug 2016, Fred Gleason wrote:
>
> On Aug 24, 2016, at 09:07, rcflye...@gmail.com wrote:
>>   I would be interested in putting a together Rivendell on
>>   different distros like rrubuntu that was put together a few
>>   years ago. I know there is the centos appliance, but would like
>>   a Debian/Ubuntu version and possibly others. I think people
>>   would be more willing to use Rivendell if prepackaged. Not being
>>   a programmer I'm not sure where to start. Is it even a good
>>   idea? Any thoughts?
>>
>>
>> I think it’s a great idea, specially as the Debian/Ubuntu folks do seem a
>> bit “orphaned” right now with the disappearance of the Tryphon packages.
>>  Getting there basically involves three large steps:
>>
>> 1) Get Rivendell running on the platform of choice.
>>
>> 2) Package Rivendell, using that platform’s native packaging system (dpkg
>> /
>> apt-get in this case)
>>
>> 3) Work up an installer
>>
>> Patches and other mods to improve the user experience on Debian/Ubuntu
>> will
>> be gratefully considered.  Just open an issue or pull request on GitHub as
>> appropriate.
>>
>> 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] Rivendell distros

2016-08-24 Thread Daniel Roviriego
The last activity from Alban that I have seen was this pull request
https://github.com/ElvishArtisan/rivendell/pull/62 that was not merged

2016-08-24 11:05 GMT-03:00 Fred Gleason :

> On Aug 24, 2016, at 10:00, Rob Landry <41001...@interpring.com> wrote:
>
> Did Tryphon go away? When did that happen?
>
>
> Still there, but the latest version available is 2.10.3.  I’ve not seen
> Alban here for quite a while.
>
> 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
>
>


-- 
Daniel Roviriego
(21) 972361654
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell distros

2016-08-24 Thread Fred Gleason
On Aug 24, 2016, at 10:00, Rob Landry <41001...@interpring.com> wrote:

> Did Tryphon go away? When did that happen?

Still there, but the latest version available is 2.10.3.  I’ve not seen Alban 
here for quite a while.

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] Rivendell distros

2016-08-24 Thread Rob Landry


Did Tryphon go away? When did that happen?


Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.

On Wed, 24 Aug 2016, Fred Gleason wrote:


On Aug 24, 2016, at 09:07, rcflye...@gmail.com wrote:
  I would be interested in putting a together Rivendell on
  different distros like rrubuntu that was put together a few
  years ago. I know there is the centos appliance, but would like
  a Debian/Ubuntu version and possibly others. I think people
  would be more willing to use Rivendell if prepackaged. Not being
  a programmer I'm not sure where to start. Is it even a good
  idea? Any thoughts?


I think it’s a great idea, specially as the Debian/Ubuntu folks do seem a
bit “orphaned” right now with the disappearance of the Tryphon packages.
 Getting there basically involves three large steps:

1) Get Rivendell running on the platform of choice.

2) Package Rivendell, using that platform’s native packaging system (dpkg /
apt-get in this case)

3) Work up an installer

Patches and other mods to improve the user experience on Debian/Ubuntu will
be gratefully considered.  Just open an issue or pull request on GitHub as
appropriate.

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] Rivendell distros

2016-08-24 Thread Rob Landry


The Tryphon repository is a fairly easy way to install Rivendell on 
Debian.



Rob

--
Я там, где ребята толковые,
Я там, где плакаты "Вперёд",
Где песни рабочие новые
Страна трудовая поёт.

On Wed, 24 Aug 2016, rcflye...@gmail.com wrote:


Greetings,

I would be interested in putting a together Rivendell on different distros like 
rrubuntu that was put together a few years ago. I know there is the centos 
appliance, but would like a Debian/Ubuntu version and possibly others. I think 
people would be more willing to use Rivendell if prepackaged. Not being a 
programmer I'm not sure where to start. Is it even a good idea? Any thoughts?

Sent from my iPhone
___
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] Rivendell distros

2016-08-24 Thread Michael Barnes
Whoops! I missed this.  What happened to the Tryphon stuff?

Michael


On Wed, Aug 24, 2016 at 8:46 AM, Fred Gleason 
wrote:

> On Aug 24, 2016, at 09:07, rcflye...@gmail.com wrote:
>
> I would be interested in putting a together Rivendell on different distros
> like rrubuntu that was put together a few years ago. I know there is the
> centos appliance, but would like a Debian/Ubuntu version and possibly
> others. I think people would be more willing to use Rivendell if
> prepackaged. Not being a programmer I'm not sure where to start. Is it even
> a good idea? Any thoughts?
>
>
> I think it’s a great idea, specially as the Debian/Ubuntu folks do seem a
> bit “orphaned” right now with the disappearance of the Tryphon packages.
> Getting there basically involves three large steps:
>
> 1) Get Rivendell running on the platform of choice.
>
> 2) Package Rivendell, using that platform’s native packaging system (dpkg
> / apt-get in this case)
>
> 3) Work up an installer
>
> Patches and other mods to improve the user experience on Debian/Ubuntu
> will be gratefully considered.  Just open an issue or pull request on
> GitHub as appropriate.
>
> 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] Rivendell distros

2016-08-24 Thread Seth Stevenson
I would love to do it. Sounds like a bit of a learning curve for me. Any
one willing to help that has some experience? I can get Rivendell installed
from source on Debian, but would need help with the rest.
On Aug 24, 2016 9:46 AM, "Fred Gleason"  wrote:

> On Aug 24, 2016, at 09:07, rcflye...@gmail.com wrote:
>
> I would be interested in putting a together Rivendell on different distros
> like rrubuntu that was put together a few years ago. I know there is the
> centos appliance, but would like a Debian/Ubuntu version and possibly
> others. I think people would be more willing to use Rivendell if
> prepackaged. Not being a programmer I'm not sure where to start. Is it even
> a good idea? Any thoughts?
>
>
> I think it’s a great idea, specially as the Debian/Ubuntu folks do seem a
> bit “orphaned” right now with the disappearance of the Tryphon packages.
> Getting there basically involves three large steps:
>
> 1) Get Rivendell running on the platform of choice.
>
> 2) Package Rivendell, using that platform’s native packaging system (dpkg
> / apt-get in this case)
>
> 3) Work up an installer
>
> Patches and other mods to improve the user experience on Debian/Ubuntu
> will be gratefully considered.  Just open an issue or pull request on
> GitHub as appropriate.
>
> 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] Rivendell distros

2016-08-24 Thread Fred Gleason
On Aug 24, 2016, at 09:07, rcflye...@gmail.com wrote:

> I would be interested in putting a together Rivendell on different distros 
> like rrubuntu that was put together a few years ago. I know there is the 
> centos appliance, but would like a Debian/Ubuntu version and possibly others. 
> I think people would be more willing to use Rivendell if prepackaged. Not 
> being a programmer I'm not sure where to start. Is it even a good idea? Any 
> thoughts?

I think it’s a great idea, specially as the Debian/Ubuntu folks do seem a bit 
“orphaned” right now with the disappearance of the Tryphon packages.  Getting 
there basically involves three large steps:

1) Get Rivendell running on the platform of choice.

2) Package Rivendell, using that platform’s native packaging system (dpkg / 
apt-get in this case)

3) Work up an installer

Patches and other mods to improve the user experience on Debian/Ubuntu will be 
gratefully considered.  Just open an issue or pull request on GitHub as 
appropriate.

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