Re: [CentOS-docs] Edit privileges requested for nfv sig and SIGGUIDE

2017-07-22 Thread Alan Bartlett
On 22 July 2017 at 23:04, Thomas F Herbert  wrote:
> Hi,
>
> I am chair of the NFV SIG but don't have edit privileges of the SIG page to
> make updates.
>
> The Contribute pages says to send an email to this mailing list for edit
> access.
>
> Also, I volunteer to update the SIGGuide with a pointer to the wiki
> information under "Requesting Resources."
>
> 
>
> Username: thomasherbert
>
> Proposed Subject:
>
> 1. Update information about NFV SIG
>
> 2. Update SIGGuide with information about this procedure under "Requesting
> Resources"
>
> Proposed Location:
>
> 1. https://wiki.centos.org/SpecialInterestGroup/NFV
>
> 2. https://wiki.centos.org/SIGGuide
>
> Thanks,
>
> --Tom
>
> --
> Thomas F Herbert
> Fast Data Planes
> Office of Technology
> Red Hat

Hi Tom,

I can certainly set that up for you. However there is just one problem
with your username . . . it needs to be CamelCase.

If you will please change it to ThomasHerbert, all will then be good.

Alan.
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


[CentOS-docs] Edit privileges requested for nfv sig and SIGGUIDE

2017-07-22 Thread Thomas F Herbert

Hi,

I am chair of the NFV SIG but don't have edit privileges of the SIG page 
to make updates.


The Contribute pages says to send an email to this mailing list for edit 
access.


Also, I volunteer to update the SIGGuide with a pointer to the wiki 
information under "Requesting Resources."




Username: thomasherbert

Proposed Subject:

1. Update information about NFV SIG

2. Update SIGGuide with information about this procedure under 
"Requesting Resources"


Proposed Location:

1. https://wiki.centos.org/SpecialInterestGroup/NFV

2. https://wiki.centos.org/SIGGuide

Thanks,

--Tom

--
*Thomas F Herbert*
Fast Data Planes
Office of Technology
*Red Hat*
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] doing something before everything else

2017-07-22 Thread Alexander Dalloz

Am 22.07.2017 um 20:47 schrieb Jonathan Billings:



On Jul 22, 2017, at 12:25 PM, Alexander Dalloz  wrote:

While I am really surprised that the Jenkins team hasn't made their Jenkins RPM 
packages systemd aware but still providing a sysv init script, you probably try 
to do something which should be solved in a different way.



There’s always:

https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+as+a+Unix+daemon 


scroll down to the systemd section.

--
Jonathan Billings 


Ok, thanks for that hint. I only had a look into the RPM of the latest 
Jenkins release and that's not shipping with a service file. Well, you 
can follow the wiki and place the jenkins.service file into 
/etc/systemd/system/. Probably the project does not care to build 
packages for the different major releases shipping with different init 
systems.


Still curious what Andrew tries to achieve.

Alexander


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing something before everything else

2017-07-22 Thread Jonathan Billings

> On Jul 22, 2017, at 12:25 PM, Alexander Dalloz  wrote:
> 
> While I am really surprised that the Jenkins team hasn't made their Jenkins 
> RPM packages systemd aware but still providing a sysv init script, you 
> probably try to do something which should be solved in a different way.


There’s always:

https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+as+a+Unix+daemon 


scroll down to the systemd section.

--
Jonathan Billings 


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing something before everything else

2017-07-22 Thread Alexander Dalloz

Am 22.07.2017 um 17:30 schrieb Andrew Holway:

Ok, great I have an rc-local working but now I have a problem that Jenkins
is starting up before / during the rc-local is running.

Jenkins is shipping with an init script. I want to put a
"Before=jenkins.service" in rc-local but Jenkins doesnt have a service
file

How can I ensure that rc-local is running before the Jenkins init?

Thanks,

Andrew


Andrew,

please stop top-posting and not stripping quotes.

What exactly do you intend to achieve regarding the start of Jenkins on 
your CentOS 7 system?


While I am really surprised that the Jenkins team hasn't made their 
Jenkins RPM packages systemd aware but still providing a sysv init 
script, you probably try to do something which should be solved in a 
different way.


Alexander

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing something before everything else

2017-07-22 Thread Andrew Holway
Ok, great I have an rc-local working but now I have a problem that Jenkins
is starting up before / during the rc-local is running.

Jenkins is shipping with an init script. I want to put a
"Before=jenkins.service" in rc-local but Jenkins doesnt have a service
file

How can I ensure that rc-local is running before the Jenkins init?

Thanks,

Andrew

On 22 July 2017 at 14:06, Jonathan Billings  wrote:

> On Jul 22, 2017, at 8:28 AM, Andrew Holway 
> wrote:
> > I want to run a script before systemd starts doing stuff but I cant find
> > anything online about how that could happen. It seems /etc/rc.local is
> > depreciated now?
>
> You can’t run anything before systemd starts, since it is started by the
> kernel before the local filesystems have been mounted.
>
> /etc/rc.d/rc.local still runs, but it is a systemd service run as
> rc-local.service, contingent on /etc/rc.d/rc.local existing and being
> executable.
>
> Now, if you want to run something before systemd starts other services,
> you need to create your own systemd unit, and set up dependencies such that
> the service starts before those services.  For example, you’d put
> "Before=network-pre.target” in the [Unit] section if you wanted your
> service to start before the network was brought up.  For what it’s worth,
> rc-local.service has a dependency that actually starts it *after* the
> network service comes up, so it starts later in the startup anyway.
>
>
> --
> Jonathan Billings 
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] TeX Live on CentOS 7

2017-07-22 Thread Jonathan Billings
On Jul 22, 2017, at 10:45 AM, Alice Wonder  wrote:
> If a package on my system wants a CentOS texlive as dependency it gets it, 
> there are texlive packages installed.


That’s not how the RPM dependency system works.

Unless you’ve got a package that *provides* either the package name or path, 
RPM has no idea about it.  It doesn’t go out and look to see if there are 
executables in the $PATH of the user installing the software.

--
Jonathan Billings 


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] TeX Live on CentOS 7

2017-07-22 Thread Alice Wonder

On 07/21/2017 10:18 PM, Nicolas Kovacs wrote:

Le 21/07/2017 à 23:14, Alice Wonder a écrit :

I always install official TeXLive in /usr/local/texlive - yum update
thanks me. Every few months I update it, but keeping it outside of RPM
means I don't get tons of individual packages, many that I never use,
constantly updating in yum.


And how do you manage conflicts with packages? Do you blacklist them in
Yum's repo configuration? And how about the stuff dependending on them?
Install it manually using --nodeps?

Niki



There aren't any conflicts. I did make the following file:

# /etc/profile.d/texlive.sh
#if [ ${UID} -gt 1000 ]; then
export PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATH
#fi

If a package on my system wants a CentOS texlive as dependency it gets 
it, there are texlive packages installed.


But users get the texlive in /usr/local/texlive

The directory /usr/local/texlive is owned by a user:group 
texlive:texlive and I log in as that user to run tlmgr to update the 
install.


--
-=-
Sent my from my laptop, may not be able to respond timely
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing something before everything else

2017-07-22 Thread Jonathan Billings
On Jul 22, 2017, at 8:28 AM, Andrew Holway  wrote:
> I want to run a script before systemd starts doing stuff but I cant find
> anything online about how that could happen. It seems /etc/rc.local is
> depreciated now?

You can’t run anything before systemd starts, since it is started by the kernel 
before the local filesystems have been mounted.

/etc/rc.d/rc.local still runs, but it is a systemd service run as 
rc-local.service, contingent on /etc/rc.d/rc.local existing and being 
executable.

Now, if you want to run something before systemd starts other services, you 
need to create your own systemd unit, and set up dependencies such that the 
service starts before those services.  For example, you’d put 
"Before=network-pre.target” in the [Unit] section if you wanted your service to 
start before the network was brought up.  For what it’s worth, rc-local.service 
has a dependency that actually starts it *after* the network service comes up, 
so it starts later in the startup anyway.


--
Jonathan Billings 


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] doing something before everything else

2017-07-22 Thread Andrew Holway
I want to run a script before systemd starts doing stuff but I cant find
anything online about how that could happen. It seems /etc/rc.local is
depreciated now?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 149, Issue 8

2017-07-22 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2017:1789 Critical CentOS 6  java-1.8.0-openjdk Security
  Update (Johnny Hughes)
   2. CESA-2017:1789 Critical CentOS 7  java-1.8.0-openjdk Security
  Update (Johnny Hughes)
   3. CESA-2017:1793 Important CentOS 7 graphite2   Security Update
  (Johnny Hughes)


--

Message: 1
Date: Fri, 21 Jul 2017 10:40:59 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2017:1789 Critical CentOS 6
java-1.8.0-openjdk Security Update
Message-ID: <20170721104059.ga1...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2017:1789 Critical

Upstream details at : https://access.redhat.com/errata/RHSA-2017:1789

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
f52e4ad097d13678088a4e75b78f77b16ca66c046c5783abcba212654dc36970  
java-1.8.0-openjdk-1.8.0.141-2.b16.el6_9.i686.rpm
3a6e22d84f5abeec393247fc3cb1530ab93da5f068a002ba92ee861ae258d0e0  
java-1.8.0-openjdk-debug-1.8.0.141-2.b16.el6_9.i686.rpm
bffa9cb71ea43f4753a846b9450da2e8b7b81bd94e4484d809934cd17268e375  
java-1.8.0-openjdk-demo-1.8.0.141-2.b16.el6_9.i686.rpm
4cce6815f6360c532d491d52e4b142a3309e8b57468609d597102b6d9e5cc7a6  
java-1.8.0-openjdk-demo-debug-1.8.0.141-2.b16.el6_9.i686.rpm
54f92980aefab61f850923cf91d3f17fdc69e987d4ad84b3c490e2cd83ea31a6  
java-1.8.0-openjdk-devel-1.8.0.141-2.b16.el6_9.i686.rpm
fa7bb77a495ee1401e9951cb704a8660e86a374e67547173e4a07f16260a1285  
java-1.8.0-openjdk-devel-debug-1.8.0.141-2.b16.el6_9.i686.rpm
a4d3a7d676b3a1150eccb624eaf132094109ae644645b5e9fadf08a948f9dc97  
java-1.8.0-openjdk-headless-1.8.0.141-2.b16.el6_9.i686.rpm
9ec95b88d7c6964e769e666451636934daa62a06a4de02dd979601f41d90bd0d  
java-1.8.0-openjdk-headless-debug-1.8.0.141-2.b16.el6_9.i686.rpm
4dba092ad163f12f2baa26b8df729a0ef48042290a0c4bb0820d0705a64615c7  
java-1.8.0-openjdk-javadoc-1.8.0.141-2.b16.el6_9.noarch.rpm
b2f21bbd6e97ad285088cdf254ae3bd3e80bc1fef92f53622852a35aaee625e3  
java-1.8.0-openjdk-javadoc-debug-1.8.0.141-2.b16.el6_9.noarch.rpm
9ad05542df8705ca50458b913f87bf00d0e614e7fa4f61cafd2ef926b024bbe2  
java-1.8.0-openjdk-src-1.8.0.141-2.b16.el6_9.i686.rpm
0a46d8e8f5f6ccd3423d6a88b806dbd9bba65cc8dae4afa0734a74e90c56fce8  
java-1.8.0-openjdk-src-debug-1.8.0.141-2.b16.el6_9.i686.rpm

x86_64:
d6f873e3cf402ec86b6787e47d048f16ee0e46c479183c4a3ed91686e8dd3283  
java-1.8.0-openjdk-1.8.0.141-2.b16.el6_9.x86_64.rpm
5cd11249fdfd267fe826a81e2f72db50f773874408a265654d24442f3567e5da  
java-1.8.0-openjdk-debug-1.8.0.141-2.b16.el6_9.x86_64.rpm
c007905d767920d1cd312a08b034abf1aae58e33a2ccb87f880e73ddb35f0a5e  
java-1.8.0-openjdk-demo-1.8.0.141-2.b16.el6_9.x86_64.rpm
0930f7131581917e8d038db37fa4f567ee2054729a201da3793c543efa9d5440  
java-1.8.0-openjdk-demo-debug-1.8.0.141-2.b16.el6_9.x86_64.rpm
8d86dc26bc1dbccc86f68facefac5a528c4471d69ab984f696f40e08a03e4f97  
java-1.8.0-openjdk-devel-1.8.0.141-2.b16.el6_9.x86_64.rpm
aaa7c5cc5b260277e471b65f26b5dfba40dc408091d5b35c8e1961907bc05da0  
java-1.8.0-openjdk-devel-debug-1.8.0.141-2.b16.el6_9.x86_64.rpm
fb8f39171b2825b3c02ca0b3dd1933c20044fe43192db05125de3d487176ad4d  
java-1.8.0-openjdk-headless-1.8.0.141-2.b16.el6_9.x86_64.rpm
fb65ce188c11cb677cab4c268511a648a065ea0aa74c319c519229a1ef8496c0  
java-1.8.0-openjdk-headless-debug-1.8.0.141-2.b16.el6_9.x86_64.rpm
4dba092ad163f12f2baa26b8df729a0ef48042290a0c4bb0820d0705a64615c7  
java-1.8.0-openjdk-javadoc-1.8.0.141-2.b16.el6_9.noarch.rpm
b2f21bbd6e97ad285088cdf254ae3bd3e80bc1fef92f53622852a35aaee625e3  
java-1.8.0-openjdk-javadoc-debug-1.8.0.141-2.b16.el6_9.noarch.rpm
9168f6aa93be930be869f7f1eabb39fb5ff26768c4e70a6b7be73d2e43a4f1bb  
java-1.8.0-openjdk-src-1.8.0.141-2.b16.el6_9.x86_64.rpm
b226fb799e77db44bcd875043d385a0863f027e98036bf05318ba68567a54a48  
java-1.8.0-openjdk-src-debug-1.8.0.141-2.b16.el6_9.x86_64.rpm

Source:
8661435a6023919fb61977e19566d75143a782482866ab55114873a83a1982dc  
java-1.8.0-openjdk-1.8.0.141-2.b16.el6_9.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS



--

Message: 2
Date: Fri, 21 Jul 2017 14:20:51 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2017:1789 Critical CentOS 7