Re: Systemd series -- need writers!

2015-11-03 Thread Paul W. Frields
On Mon, Nov 02, 2015 at 01:34:57PM -0500, Jon Stanley wrote:
> On Mon, Nov 2, 2015 at 1:29 PM, Jon Stanley  wrote:
> > Other than that looks great!
> 
> Oops, one more - KillMode=process is important for sshd, but probably
> not for 99.9% of other units, so it was probably a bad choice to
> examine. What it really does is when you stop it, systemd only
> terminates the main PID, and not any children that may be in the same
> cgroup. For sshd, this is critical since if you are connecting via
> ssh, and do 'systemctl stop sshd.service', then your session would die
> since it would kill everything in the cgroup.
> 
> I'm not certain if we want to get into details like that in this post
> (it's somewhat esoteric), but it is critically important IMO to
> understanding how systemd uses cgroups to group processes and
> optionally apply resource controls to them.

We haven't gone deeply into cgroups and I was thinking of saving that
for an additional post.  But this is probably something that can be
explained in simple terms in the article, as you've explained it quite
well here.  The fact that it's an abnormal usage is not necessarily a
terrible choice.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-11-03 Thread Paul Frields
On Tue, Nov 3, 2015 at 3:29 PM, Paul W. Frields  wrote:
> On Mon, Nov 02, 2015 at 01:34:57PM -0500, Jon Stanley wrote:
>> On Mon, Nov 2, 2015 at 1:29 PM, Jon Stanley  wrote:
>> > Other than that looks great!
>>
>> Oops, one more - KillMode=process is important for sshd, but probably
>> not for 99.9% of other units, so it was probably a bad choice to
>> examine. What it really does is when you stop it, systemd only
>> terminates the main PID, and not any children that may be in the same
>> cgroup. For sshd, this is critical since if you are connecting via
>> ssh, and do 'systemctl stop sshd.service', then your session would die
>> since it would kill everything in the cgroup.
>>
>> I'm not certain if we want to get into details like that in this post
>> (it's somewhat esoteric), but it is critically important IMO to
>> understanding how systemd uses cgroups to group processes and
>> optionally apply resource controls to them.
>
> We haven't gone deeply into cgroups and I was thinking of saving that
> for an additional post.  But this is probably something that can be
> explained in simple terms in the article, as you've explained it quite
> well here.  The fact that it's an abnormal usage is not necessarily a
> terrible choice.

I made all the changes Jon noted. This article is ready to go.

-- 
Paul
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-11-02 Thread Jon Stanley
On Mon, Nov 2, 2015 at 12:22 PM, Paul W. Frields  wrote:

> Because we planned to have this ready for publication this Wednesday,
> I finished a revision this morning.  Jon, can you check it and see if
> you like where it went?
>
> I also made a graphic for it over the weekend.

Looks awesome! Sorry that I couldn't take this one to the finish line :(

One technical quibble - EnvironmentFile is *not* just like the old
SysV init - there you could execute any code of your choosing (though
most didn't do that, IIRC there was one or two init scripts that I
recall that took advantage of that fact). In systemd you're restricted
to key/value pairs in there.

Other than that looks great!
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-11-02 Thread Paul W. Frields
On Mon, Nov 02, 2015 at 02:01:11AM -0500, Jon Stanley wrote:
> On Thu, Oct 29, 2015 at 6:07 PM, Paul W. Frields  wrote:
> > Jon, can we consider using this for next week's series entry?
> 
> Blergh, baseball and life caught up with me! I somehow didn't even see
> this email (which is somewhat unusual for me) until now. Probably
> not this week, but I'll put some time into it this week since it still
> needs A LOT more work before I consider it complete.

Because we planned to have this ready for publication this Wednesday,
I finished a revision this morning.  Jon, can you check it and see if
you like where it went?

I also made a graphic for it over the weekend.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-11-02 Thread Jon Stanley
On Mon, Nov 2, 2015 at 1:29 PM, Jon Stanley  wrote:
> Other than that looks great!

Oops, one more - KillMode=process is important for sshd, but probably
not for 99.9% of other units, so it was probably a bad choice to
examine. What it really does is when you stop it, systemd only
terminates the main PID, and not any children that may be in the same
cgroup. For sshd, this is critical since if you are connecting via
ssh, and do 'systemctl stop sshd.service', then your session would die
since it would kill everything in the cgroup.

I'm not certain if we want to get into details like that in this post
(it's somewhat esoteric), but it is critically important IMO to
understanding how systemd uses cgroups to group processes and
optionally apply resource controls to them.
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-11-01 Thread Jon Stanley
On Thu, Oct 29, 2015 at 6:07 PM, Paul W. Frields  wrote:
> Jon, can we consider using this for next week's series entry?

Blergh, baseball and life caught up with me! I somehow didn't even see
this email (which is somewhat unusual for me) until now. Probably
not this week, but I'll put some time into it this week since it still
needs A LOT more work before I consider it complete.
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-29 Thread Paul W. Frields
On Mon, Oct 26, 2015 at 11:41:06PM -0400, Paul W. Frields wrote:
> On Tue, Oct 20, 2015 at 12:34:31AM -0400, Jon Stanley wrote:
> > On Mon, Oct 19, 2015 at 12:40 AM, Ryan Lerch  wrote:
> > > Someone must have already granted you access -- you are listed as an 
> > > author,
> > > so you should be able to edit away!
> > 
> > Cool, thanks! Apparently that is now part 5. Can someone take a look
> > and make sure that I'm on the right track here? It's slightly more
> > than I thought that it would be, since I'm going into fairly
> > considerable detail. Some of it may be covered by other parts of the
> > series, and some may just be me pontificating on how great systemd is
> > :). I just want to make sure general style is OK before I flesh out
> > other parts of the article.
> 
> Hi Jon,
> 
> I took a look and I liked the way it was going.  It's a difficult
> topic, easy to get complex quickly.  We have a while before this one
> will come up for final review, so if you don't mind, I'll do a more
> thorough feedback in a little bit. :-)

Jon, can we consider using this for next week's series entry?

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-26 Thread Paul W. Frields
On Tue, Oct 20, 2015 at 12:34:31AM -0400, Jon Stanley wrote:
> On Mon, Oct 19, 2015 at 12:40 AM, Ryan Lerch  wrote:
> > Someone must have already granted you access -- you are listed as an author,
> > so you should be able to edit away!
> 
> Cool, thanks! Apparently that is now part 5. Can someone take a look
> and make sure that I'm on the right track here? It's slightly more
> than I thought that it would be, since I'm going into fairly
> considerable detail. Some of it may be covered by other parts of the
> series, and some may just be me pontificating on how great systemd is
> :). I just want to make sure general style is OK before I flesh out
> other parts of the article.

Hi Jon,

I took a look and I liked the way it was going.  It's a difficult
topic, easy to get complex quickly.  We have a while before this one
will come up for final review, so if you don't mind, I'll do a more
thorough feedback in a little bit. :-)

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers! (Paul W. Frields)

2015-10-23 Thread Ashutosh Bhakare
Hello Paul

First of all thanks for your esteem support to make myself comfortable;
I can assure you i will be writing such articles consistently :) 

I have updated the artcile as per your guidelines, Please have a look
once again

Appreciating your support !!
Regards
Ashutosh 
On Mon, 2015-10-19 at 20:33 +, marketing
-requ...@lists.fedoraproject.org wrote:
> Hi Ashutosh, thank you for drafting this article.  A couple points:
> 
> * We provided starter descriptions for each article in the "drafts"
>   list.  For instance, this masking article has a starter here:
>    >
> 
>   It looks like you started a new post instead.  That's not a big
>   problem by any means.  But in the future, pleased look for the
>   original pitch or draft rather than starting a new article, since
>   the URLs are often used in our meeting notes and we want them to be
>   traceable over time.
> 
> * You don't need to worry about any banner graphic.  Our resident
>   designer Ryan will be happy to provide one as part of our series.
>   That way all the articles will have a similar look and feel to the
>   graphic.
> 
> * Please flesh out the article with: introductory information about
>   stopping a service, disabling a service, and the difference between
>   those and masking.
> 
> * If you can, provide an example of *why* one would mask a service.
>   If you don't know an example immediately, do some web searching to
>   see if you can find a reliable use case that would serve well.  (In
>   this case, remember not to copy text from other articles unless
>   their licensing permits, and in that case observe any requirements
>   for attribution.)
> 
> Also, this is not relevant to the Magazine, but when you respond to a
> digest article, please trim it to the single post you're responding
> to.  I invite you to read our mailing list guidelines, which will
> help
> you make better use of it over time:
> 
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> (for instance, https://fedoraproject.org/wiki/Mailing_list_guidelines
> #Replying_to_Digests)
> 
> Also, I know you are on an APAC time zone, but feel free to contact
> us
> on IRC in your early morning or later at night and we can help you in
> real time.  This will also help avoid any confusion or wasted effort.
> Thank you again and talk to you soon.
> 
> -- 
> Paul W. Frields
> http://paul.frields.org/
>   gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
>   http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
> The open source story continues to grow: http://opensource.com
> 
> 
> --
> 
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-19 Thread Paul W. Frields
On Sat, Oct 17, 2015 at 07:58:29PM +0530, Ashutosh Bhakare wrote:
> Hello All
> 
> http://fedoramagazine.org/?p=10411_id=10411
> 
> I have drafted the systemd article (part 6). Please suggest if any
> correction or additional points need to be covered in this article
> considering this as my first article :) 

Hi Ashutosh, thank you for drafting this article.  A couple points:

* We provided starter descriptions for each article in the "drafts"
  list.  For instance, this masking article has a starter here:
  

  It looks like you started a new post instead.  That's not a big
  problem by any means.  But in the future, pleased look for the
  original pitch or draft rather than starting a new article, since
  the URLs are often used in our meeting notes and we want them to be
  traceable over time.

* You don't need to worry about any banner graphic.  Our resident
  designer Ryan will be happy to provide one as part of our series.
  That way all the articles will have a similar look and feel to the
  graphic.

* Please flesh out the article with: introductory information about
  stopping a service, disabling a service, and the difference between
  those and masking.

* If you can, provide an example of *why* one would mask a service.
  If you don't know an example immediately, do some web searching to
  see if you can find a reliable use case that would serve well.  (In
  this case, remember not to copy text from other articles unless
  their licensing permits, and in that case observe any requirements
  for attribution.)

Also, this is not relevant to the Magazine, but when you respond to a
digest article, please trim it to the single post you're responding
to.  I invite you to read our mailing list guidelines, which will help
you make better use of it over time:

https://fedoraproject.org/wiki/Mailing_list_guidelines
(for instance, 
https://fedoraproject.org/wiki/Mailing_list_guidelines#Replying_to_Digests)

Also, I know you are on an APAC time zone, but feel free to contact us
on IRC in your early morning or later at night and we can help you in
real time.  This will also help avoid any confusion or wasted effort.
Thank you again and talk to you soon.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-19 Thread Jon Stanley
On Mon, Oct 19, 2015 at 12:40 AM, Ryan Lerch  wrote:
> Someone must have already granted you access -- you are listed as an author,
> so you should be able to edit away!

Cool, thanks! Apparently that is now part 5. Can someone take a look
and make sure that I'm on the right track here? It's slightly more
than I thought that it would be, since I'm going into fairly
considerable detail. Some of it may be covered by other parts of the
series, and some may just be me pontificating on how great systemd is
:). I just want to make sure general style is OK before I flesh out
other parts of the article.
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-18 Thread Ryan Lerch

On 10/18/2015 04:08 AM, Jon Stanley wrote:

On Thu, Oct 8, 2015 at 4:47 PM, Paul W. Frields  wrote:

systemd part 4: How do I convert an existing SysVinit script into a
systemd unit file?

If no one is yet doing this (it seems not from the thread, could be
wrong) I'd be interested in writing this.I'll draft something up in
the next few hours, but I don't have author permissions. If someone
could set me up (jstanley) that'd be awesome. I've already logged into
Wordpress so my account should be there.
Someone must have already granted you access -- you are listed as an 
author, so you should be able to edit away!


cheers,
ryanlerch
--
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-17 Thread Ashutosh Bhakare
Hello All

http://fedoramagazine.org/?p=10411_id=10411

I have drafted the systemd article (part 6). Please suggest if any
correction or additional points need to be covered in this article
considering this as my first article :) 

Ashutosh S.Bhakare

On Fri, 2015-10-09 at 03:25 +, marketing
-requ...@lists.fedoraproject.org wrote:
> Send marketing mailing list submissions to
>   marketing@lists.fedoraproject.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://admin.fedoraproject.org/mailman/listinfo/marketing
> or, via email, send a message with subject or body 'help' to
>   marketing-requ...@lists.fedoraproject.org
> 
> You can reach the person managing the list at
>   marketing-ow...@lists.fedoraproject.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of marketing digest..."
> 
> 
> NOTE: When replying to digest messages, please set the subject to
> match the original message.
> 
> Today's Topics:
> 
>1. Systemd series -- need writers! (Paul W. Frields)
>2. Re: Fwd: fedoramagazine.org Wordpress theme (Ryan Lerch)
>3. Re: Systemd series -- need writers! (Bryan Sutherland)
>4. Re: Fwd: fedoramagazine.org Wordpress theme (Ryan Lerch)
>5. Re: Fwd: fedoramagazine.org Wordpress theme (Ryan Lerch)
>6. Re: Systemd series -- need writers! (Paul W. Frields)
>7. Magazine editorial board meeting recap 2015-Oct-08
>   (Paul W. Frields)
>8. Re: Fwd: fedoramagazine.org Wordpress theme (František
> Zatloukal)
>9. Github pages/Pelican article (Paul W. Frields)
> 
> 
> -
> -
> 
> Message: 1
> Date: Thu, 8 Oct 2015 16:47:02 -0400
> From: "Paul W. Frields" <sticks...@gmail.com>
> To: marketing@lists.fedoraproject.org
> Subject: Systemd series -- need writers!
> Message-ID: <20151008204702.gj27...@raquel-eth.redhat.com>
> Content-Type: text/plain; charset=iso-8859-1
> 
> Hi all,
> 
> So sorry to be late on this.  There's a systemd series in the works
> that we'd like to get people to start working on.  Anyone interested
> in writing one of these?  This is a great opportunity to get involved
> even if you are more of a techie type, and don't want to have to
> figure out a topic on your own.  We've done it for you! :-)
> 
> If interested, just reply here on the list.  Feel free to reach out
> to
> community friends if you know someone who'd be interested, and get
> them in touch with us.
> 
> * * *
> 
> systemd part 1: What is a unit file? What kind of things can it do?
> Where should I modify or put new unit files on my system? How can I
> find out what unit owns a process now running? How can I really kill
> all processes for a unit?
> 
> systemd part 2: What are unit dependencies? How can you enforce
> ordering of e.g. daemons or one-shot launches? How does this concept
> lend to faster boot times?
> 
> systemd part 3: How can I more effectively use the systemd journal to
> find and diagnose problems? [bound by time, by unit, since last boot,
> other?...]
> 
> systemd part 4: How do I convert an existing SysVinit script into a
> systemd unit file?
> 
> systemd part 5: How can I use a template unit file? [an example is
> the
> getty service -- perhaps show how to launch multiple web hosts or
> something this way?]
> 
> systemd part 6: How to mask a service unit (and why; difference
> between this and disable)
>  *** Ashutosh already volunteered for this one! \o/
> 
> 
> -- 
> Paul W. Frields
> http://paul.frields.org/
>   gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
>   http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
> The open source story continues to grow: http://opensource.com
> 
> 
> --
> 
> Message: 2
> Date: Fri, 9 Oct 2015 07:07:43 +1000
> From: Ryan Lerch <rle...@redhat.com>
> To: Fedora Marketing team <marketing@lists.fedoraproject.org>
> Subject: Re: Fwd: fedoramagazine.org Wordpress theme
> Message-ID: <5616db1f.3020...@redhat.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> On 10/08/2015 06:07 PM, František Zatloukal wrote:
> > Hi,
> > I am editor in chief of Czech community website fedora.cz 
> > <http://fedora.cz> . Apart from doing editor job I am planning to 
> > deploy new theme on the web. I wanted to ask you if somebody could 
> > send me source code of fedoramagazine theme? It would greatly help
> > me 
> > if I won't have to write new theme complete

Re: Systemd series -- need writers!

2015-10-17 Thread Avik Ghosh
heya. ^_^
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-17 Thread Jon Stanley
On Thu, Oct 8, 2015 at 4:47 PM, Paul W. Frields  wrote:
> systemd part 4: How do I convert an existing SysVinit script into a
> systemd unit file?

If no one is yet doing this (it seems not from the thread, could be
wrong) I'd be interested in writing this.I'll draft something up in
the next few hours, but I don't have author permissions. If someone
could set me up (jstanley) that'd be awesome. I've already logged into
Wordpress so my account should be there.
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-16 Thread Paul W. Frields
On Wed, Oct 14, 2015 at 10:12:41PM +, Chaoyi Zha wrote:
> I love this idea. I'm interested in doing #5, this is something that has
> been super useful for me

Hi Chaoyi[*],

Please feel free to start drafting this as soon as you like.  We are
setting up due dates for the series and I'll post those to the list,
too.

If you find you don't have access needed to start, please let us know
by email here, or by visiting #fedora-mktg on IRC Freenode.

* * *
[*] I sometimes mistake the order of given name vs. surname for some
locales.  If I got yours wrong, please forgive me and feel free to
correct me!

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-16 Thread Chaoyi Zha
Hi Paul,

No worries. I'll start writing a draft soon and will pitch it next week.

Thanks

On Fri, Oct 16, 2015, 11:18 AM Paul W. Frields  wrote:

> On Wed, Oct 14, 2015 at 10:12:41PM +, Chaoyi Zha wrote:
> > I love this idea. I'm interested in doing #5, this is something that has
> > been super useful for me
>
> Hi Chaoyi[*],
>
> Please feel free to start drafting this as soon as you like.  We are
> setting up due dates for the series and I'll post those to the list,
> too.
>
> If you find you don't have access needed to start, please let us know
> by email here, or by visiting #fedora-mktg on IRC Freenode.
>
> * * *
> [*] I sometimes mistake the order of given name vs. surname for some
> locales.  If I got yours wrong, please forgive me and feel free to
> correct me!
>
> --
> Paul W. Frieldshttp://paul.frields.org/
>   gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
>   http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
> The open source story continues to grow: http://opensource.com
> --
> marketing mailing list
> marketing@lists.fedoraproject.org
> List info or to change your subscription:
> https://admin.fedoraproject.org/mailman/listinfo/marketing
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-14 Thread Chaoyi Zha
I love this idea. I'm interested in doing #5, this is something that has
been super useful for me

On Wed, 14 Oct 2015 at 17:59 Bryan Sutherland 
wrote:

> On Wed, Oct 14, 2015 at 5:35 PM, Paul W. Frields 
> wrote:
>
>> On Tue, Oct 13, 2015 at 01:49:32PM +1000, Ryan Lerch wrote:
>> > On 10/13/2015 03:49 AM, Bryan Sutherland wrote:
>> > >Will be Tuesday - Late Tuesday.  With that said, can someone please
>> top me
>> > >up with some editor privileges on the Magazine?
>> > >
>> > >Cheers
>> > >
>> > I think we got the permissions sorted now  via IRC.
>> >
>> > I think I have also solved the issue where people with Author status
>> couldnt
>> > preview posts. The permission that was not being given to authors was
>> the
>> > ability to edit others posts (unpublished). I have fixed this now, and
>> > authors should be able to preview posts in the meetings :)
>>
>> Thanks for doing this, Ryan.
>>
>>
> ​
> Hey Ryan,
> The first draft of the Part 2 article has been posted up. There is still
> some work to do though :)
>
> FYI, you can find my article scribbles here:
> https://pagure.io/fmag-articles​
>
> --
> marketing mailing list
> marketing@lists.fedoraproject.org
> List info or to change your subscription:
> https://admin.fedoraproject.org/mailman/listinfo/marketing
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-14 Thread Bryan Sutherland
On Wed, Oct 14, 2015 at 5:35 PM, Paul W. Frields 
wrote:

> On Tue, Oct 13, 2015 at 01:49:32PM +1000, Ryan Lerch wrote:
> > On 10/13/2015 03:49 AM, Bryan Sutherland wrote:
> > >Will be Tuesday - Late Tuesday.  With that said, can someone please top
> me
> > >up with some editor privileges on the Magazine?
> > >
> > >Cheers
> > >
> > I think we got the permissions sorted now  via IRC.
> >
> > I think I have also solved the issue where people with Author status
> couldnt
> > preview posts. The permission that was not being given to authors was the
> > ability to edit others posts (unpublished). I have fixed this now, and
> > authors should be able to preview posts in the meetings :)
>
> Thanks for doing this, Ryan.
>
>
​
Hey Ryan,
The first draft of the Part 2 article has been posted up. There is still
some work to do though :)

FYI, you can find my article scribbles here: https://pagure.io/fmag-articles
​
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-14 Thread Paul W. Frields
On Tue, Oct 13, 2015 at 01:49:32PM +1000, Ryan Lerch wrote:
> On 10/13/2015 03:49 AM, Bryan Sutherland wrote:
> >Will be Tuesday - Late Tuesday.  With that said, can someone please top me
> >up with some editor privileges on the Magazine?
> >
> >Cheers
> >
> I think we got the permissions sorted now  via IRC.
> 
> I think I have also solved the issue where people with Author status couldnt
> preview posts. The permission that was not being given to authors was the
> ability to edit others posts (unpublished). I have fixed this now, and
> authors should be able to preview posts in the meetings :)

Thanks for doing this, Ryan.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-12 Thread Ryan Lerch

On 10/13/2015 03:49 AM, Bryan Sutherland wrote:
Will be Tuesday - Late Tuesday.  With that said, can someone please 
top me up with some editor privileges on the Magazine?


Cheers


I think we got the permissions sorted now  via IRC.

I think I have also solved the issue where people with Author status 
couldnt preview posts. The permission that was not being given to 
authors was the ability to edit others posts (unpublished). I have fixed 
this now, and authors should be able to preview posts in the meetings :)


cheers,
ryanlerch
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Systemd series -- need writers!

2015-10-08 Thread Paul W. Frields
Hi all,

So sorry to be late on this.  There's a systemd series in the works
that we'd like to get people to start working on.  Anyone interested
in writing one of these?  This is a great opportunity to get involved
even if you are more of a techie type, and don't want to have to
figure out a topic on your own.  We've done it for you! :-)

If interested, just reply here on the list.  Feel free to reach out to
community friends if you know someone who'd be interested, and get
them in touch with us.

* * *

systemd part 1: What is a unit file? What kind of things can it do?
Where should I modify or put new unit files on my system? How can I
find out what unit owns a process now running? How can I really kill
all processes for a unit?

systemd part 2: What are unit dependencies? How can you enforce
ordering of e.g. daemons or one-shot launches? How does this concept
lend to faster boot times?

systemd part 3: How can I more effectively use the systemd journal to
find and diagnose problems? [bound by time, by unit, since last boot,
other?...]

systemd part 4: How do I convert an existing SysVinit script into a
systemd unit file?

systemd part 5: How can I use a template unit file? [an example is the
getty service -- perhaps show how to launch multiple web hosts or
something this way?]

systemd part 6: How to mask a service unit (and why; difference
between this and disable)
 *** Ashutosh already volunteered for this one! \o/


-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-08 Thread Bryan Sutherland
Heya,
You can mark me down for parts 1, 2 and 3

Cheers
Bryan
On Thu, Oct 8, 2015 at 16:47 Paul W. Frields  wrote:

> Hi all,
>
> So sorry to be late on this.  There's a systemd series in the works
> that we'd like to get people to start working on.  Anyone interested
> in writing one of these?  This is a great opportunity to get involved
> even if you are more of a techie type, and don't want to have to
> figure out a topic on your own.  We've done it for you! :-)
>
> If interested, just reply here on the list.  Feel free to reach out to
> community friends if you know someone who'd be interested, and get
> them in touch with us.
>
> * * *
>
> systemd part 1: What is a unit file? What kind of things can it do?
> Where should I modify or put new unit files on my system? How can I
> find out what unit owns a process now running? How can I really kill
> all processes for a unit?
>
> systemd part 2: What are unit dependencies? How can you enforce
> ordering of e.g. daemons or one-shot launches? How does this concept
> lend to faster boot times?
>
> systemd part 3: How can I more effectively use the systemd journal to
> find and diagnose problems? [bound by time, by unit, since last boot,
> other?...]
>
> systemd part 4: How do I convert an existing SysVinit script into a
> systemd unit file?
>
> systemd part 5: How can I use a template unit file? [an example is the
> getty service -- perhaps show how to launch multiple web hosts or
> something this way?]
>
> systemd part 6: How to mask a service unit (and why; difference
> between this and disable)
>  *** Ashutosh already volunteered for this one! \o/
>
>
> --
> Paul W. Frieldshttp://paul.frields.org/
>   gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
>   http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
> The open source story continues to grow: http://opensource.com
> --
> marketing mailing list
> marketing@lists.fedoraproject.org
> List info or to change your subscription:
> https://admin.fedoraproject.org/mailman/listinfo/marketing
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing

Re: Systemd series -- need writers!

2015-10-08 Thread Paul W. Frields
On Thu, Oct 08, 2015 at 09:10:17PM +, Bryan Sutherland wrote:
> On Thu, Oct 8, 2015 at 16:47 Paul W. Frields  wrote:
> 
> > Hi all,
> >
> > So sorry to be late on this.  There's a systemd series in the works
> > that we'd like to get people to start working on.  Anyone interested
> > in writing one of these?  This is a great opportunity to get involved
> > even if you are more of a techie type, and don't want to have to
> > figure out a topic on your own.  We've done it for you! :-)
> >
> > If interested, just reply here on the list.  Feel free to reach out to
> > community friends if you know someone who'd be interested, and get
> > them in touch with us.
> >
> > * * *
> >
> > systemd part 1: What is a unit file? What kind of things can it do?
> > Where should I modify or put new unit files on my system? How can I
> > find out what unit owns a process now running? How can I really kill
> > all processes for a unit?
> >
> > systemd part 2: What are unit dependencies? How can you enforce
> > ordering of e.g. daemons or one-shot launches? How does this concept
> > lend to faster boot times?
> >
> > systemd part 3: How can I more effectively use the systemd journal to
> > find and diagnose problems? [bound by time, by unit, since last boot,
> > other?...]
>
> Heya,
> You can mark me down for parts 1, 2 and 3
> 
> Cheers
> Bryan

That sounds awesome Bryan.  If you wanted to start with part 1, do you
think you could draft something by next Tuesday 2015-Oct-13?

You can meet up with us on IRC Freenode #fedora-mktg for some help
getting started.  Here are some helpful hints:

http://fedoramagazine.org/writing-an-article-for-the-fedora-magazine/

(It looks like you're partway through step 3 already.  See one of us
on IRC with your username so we can make you an Author.)

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
-- 
marketing mailing list
marketing@lists.fedoraproject.org
List info or to change your subscription:
https://admin.fedoraproject.org/mailman/listinfo/marketing