Re: [PLUG] Multi host init system?

2015-07-10 Thread Martin A. Brown
Hello there, I have an app that is distributed across a dozen servers. There are several processes involved, some with dependencies on processes running on other servers. What app would you recommend for starting the whole thing up in an orderly manner? Is it possible to adjust the

Re: [PLUG] Multi host init system?

2015-07-10 Thread Nathan Williams
i haven't had to actually do this yet, but if i understand the systemd socket-activation concept correctly, that may be a useful building block for putting something like this together (service gets started when another service tries to access it over the network). thankfully we don't have any

Re: [PLUG] Multi host init system?

2015-07-10 Thread Michael Rasmussen
On Thu, Jul 09, 2015 at 11:54:46PM -0700, Martin A. Brown wrote: Hello there, I have an app that is distributed across a dozen servers. There are several processes involved, some with dependencies on processes running on other servers. What app would you recommend for starting

Re: [PLUG] Using GitHub Download

2015-07-10 Thread Nat Taylor
Read the README.md file that comes with the project. If you scroll down its going to be printed out on the screen, too, at the bottom of the list of files. If this is the one: https://github.com/hadley/ggplot2-book then you read the README.md which I have pasted below. Ideally you have RStudio

Re: [PLUG] Desktop machine failures

2015-07-10 Thread Denis Heidtmann
They spin. Thanks for trying. -Denis On Fri, Jul 10, 2015 at 6:20 PM, David dafr+p...@dafr.us wrote: A shot in the dark, but what kind of drive are you using for your root filesystem? I read recently about TRIM on SSD being broken in some cases, so if you have traditional spinning platters

Re: [PLUG] Desktop machine failures

2015-07-10 Thread David
A shot in the dark, but what kind of drive are you using for your root filesystem? I read recently about TRIM on SSD being broken in some cases, so if you have traditional spinning platters this is going down the wrong path. david On 07/10/2015 06:03 PM, Denis Heidtmann wrote: Well, it is

[PLUG] Desktop machine failures

2015-07-10 Thread Denis Heidtmann
Well, it is at it again. Second boot of the day I got the same error I got a 6 days ago: Error 16: Inconsistent file system structure. Press any key to continue. A key press gets me to the menu of OS versions. On choosing the usual (12.04) I get partway into the Ubuntu startup, then a black

Re: [PLUG] Problems running GUI programs as root under Jessie (MATE as DE)

2015-07-10 Thread Richard Owlett
Derek Loree wrote: On Jul 9, 2015, at 1:56 PM, Richard Owlett rowl...@cloud85.net wrote: [snip] Script started on Mon 30 Jun 2014 08:58:50 AM CDT richard@jessie:~$ su Password: It might be as simple as using “su -“ instead of just “su”. Just “su” will run as root in the environment of

Re: [PLUG] Multi host init system?

2015-07-10 Thread Bill Barry
On Jul 10, 2015 6:10 AM, Michael Rasmussen mich...@jamhome.us wrote: Given your chain, each node consumes data from the following one. Node I generates the raw data. The system is designed on a pull model. If C fails B and A think there's no work to do - and eventually generate alarms

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Mark Phillips
The link did not work for me (it was truncated). Here is the full line - http://www.rackspace.com/knowledge_center/article/cms-comparison-drupal-joomla-and-wordpress Personally, I prefer Python to PHP, so I prefer working with the django framework. There is django-cms, mezzanine, and wagtail, to

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Rich Shepard
On Fri, 10 Jul 2015, Mark Phillips wrote: The link did not work for me (it was truncated). Here is the full line - Oops! Thought I captured the entire URL. http://www.rackspace.com/knowledge_center/article/cms-comparison-drupal-joomla-and-wordpress Personally, I prefer Python to PHP, so

[PLUG] What CMS to use ?

2015-07-10 Thread Pete Lancashire
It is time for me to start posting 'stuff' on one of my domains. Looking for comments good and bad on a CMS to use. My hosting company provides Wordpress, Drupal and Joomla Other then must be close to 7 years ago I played around with Drupal and Joomla. That is about the limit of my experience

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Rich Shepard
On Fri, 10 Jul 2015, Pete Lancashire wrote: My hosting company provides Wordpress, Drupal and Joomla Other then must be close to 7 years ago I played around with Drupal and Joomla. That is about the limit of my experience pete, Lookie here:

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Nat Taylor
You can read about them here: http://www.opensourcecms.com/ IMO, WordPress simplest, drupal is super powerful and extensible, and joomla has a pretty admin interface. On Jul 10, 2015 12:04 PM, Pete Lancashire p...@petelancashire.com wrote: Sorry that was meant for different destination On

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Pete Lancashire
You asked for the list, here it is *Blogs* * b2evolution https://cp14.ixwebhosting.com/psoft/servlet/psoft.hsphere.CP/C298946/111599_0/psoft.hsphere.CP?template_name=easy_app/easyapp.htmlstype=2 * feedonfeeds

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Pete Lancashire
Sorry that was meant for different destination On Fri, Jul 10, 2015 at 12:02 PM, Pete Lancashire p...@petelancashire.com wrote: You asked for the list, here it is *Blogs* * b2evolution

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Pete Lancashire
Thanks nice basic comparison On Fri, Jul 10, 2015 at 10:40 AM, Rich Shepard rshep...@appl-ecosys.com wrote: On Fri, 10 Jul 2015, Mark Phillips wrote: The link did not work for me (it was truncated). Here is the full line - Oops! Thought I captured the entire URL.

Re: [PLUG] What CMS to use ?

2015-07-10 Thread Louis Kowolowski
If you go with something that is PHP based, be careful. There are *lots* of exploits for PHP. What kind of requirements do you have? On Jul 10, 2015, at 12:18 PM, Nat Taylor biob...@gmail.com wrote: You can read about them here: http://www.opensourcecms.com/ IMO, WordPress simplest,

[PLUG] Using GitHub Download

2015-07-10 Thread Rich Shepard
An update to a 5-year-old book is being written with code available on the project's github page. The author asks for feedback on the developing second edition, and I need to learn how to use the subject of the book (ggplot2 for R graphics). My Web search taught me that there's a 'download

Re: [PLUG] Using GitHub Download

2015-07-10 Thread Larry Brigman
You could try it from a git clone of the project. On Fri, Jul 10, 2015 at 2:53 PM, Larry Brigman larry.brig...@gmail.com wrote: The zip file from a release should have everything from that project that is expected to use the project. If not then that should probably be opened as an issue.

Re: [PLUG] Using GitHub Download

2015-07-10 Thread Larry Brigman
The zip file from a release should have everything from that project that is expected to use the project. If not then that should probably be opened as an issue. To open an issue you probably do need a github account. On Fri, Jul 10, 2015 at 2:44 PM, Rich Shepard rshep...@appl-ecosys.com wrote:

Re: [PLUG] Using GitHub Download

2015-07-10 Thread Rich Shepard
On Fri, 10 Jul 2015, Larry Brigman wrote: You could try it from a git clone of the project. Thanks, Larry. I'll work on this over the weekend. Either the download or another approach. Rich ___ PLUG mailing list PLUG@lists.pdxlinux.org