[CentOS] Re: SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread Yamaban
On Fri, 29 Jan 2016 15:09, reynie...@gmail.com wrote: I am working in a Dockerfile but there is a "secure" MariaDB server script I need to run which is interactive and I don't know how to deal with this. Basically this is the flow I have follow on the script at test environment

Re: [CentOS] Alternative HTML Editor

2016-01-29 Thread Tim Evans
On 01/27/2016 11:15 AM, Tim Evans wrote: I've been using the SeaMonkey built-in HTML editor from the epel repo for CentOS 6.7: $ repoquery -i seamonkey Name: seamonkey Version : 2.39 Release : 1.el6 Architecture: x86_64 Size: 127340745 Packager: Fedora Project Group

Re: [CentOS] CentOS 7, 327 kernel still crashing

2016-01-29 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
> -Original Message- > From: Wes James [mailto:compte...@me.com] > Sent: Wednesday, January 27, 2016 7:04 PM > To: CentOS mailing list > Subject: Re: [CentOS] CentOS 7, 327 kernel still crashing > > > > On Jan 27, 2016, at 1:47 PM, m.r...@5-cent.us wrote: > > > > I've just added the

Re: [CentOS] CentOS 7, 327 kernel still crashing

2016-01-29 Thread m . roth
Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: >> From: Wes James [mailto:compte...@me.com] >> > On Jan 27, 2016, at 1:47 PM, m.r...@5-cent.us wrote: >> > >> > I've just added the following to the CentOS bugtracker for CentOS-7 >> > 0009860. I admit to not being sure if it's the same issue,

[CentOS] SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread reynie...@gmail.com
I am working in a Dockerfile but there is a "secure" MariaDB server script I need to run which is interactive and I don't know how to deal with this. Basically this is the flow I have follow on the script at test environment and is the same I want to achieve in the Dockerfile without user

Re: [CentOS] Write content to file from Dockerfile and/or any other method

2016-01-29 Thread reynie...@gmail.com
Thx to both of you, I forgot to add a SOT before the title because yes this is more a Docker question than a Linux one, my bad On Fri, Jan 29, 2016 at 7:12 AM, Yamaban wrote: > On Fri, 29 Jan 2016 06:31, Keith Keller wrote: > >> On 2016-01-29,

Re: [CentOS] Just need to vent

2016-01-29 Thread Sylvain CANOINE
>> Jonathan Billings wrote: >> >> >> > Maybe you're not >> >> > aware of it, but there are a LOT of things that systemd fixes that >> >> > people are happy about. >> >> >> Like what ? I don't remember there were as many errors to fix before >> >> systemd appeared. >> >> > I suggest reading the

[CentOS] Re: Write content to file from Dockerfile and/or any other method

2016-01-29 Thread Yamaban
On Fri, 29 Jan 2016 06:31, Keith Keller wrote: On 2016-01-29, reynie...@gmail.com wrote: I am building a Dockerfile and I am setting up MariaDB repos as follow: This question is probably way offtopic for a CentOS mailing list. # Setup MariaDB repos RUN

[CentOS-docs] Multilanguage design

2016-01-29 Thread Ilyas Arinov
Hello. I have an initiative of multilanguage wiki upgrade. Current version has no multilanguage user interface which can not be translated. As of current moment we have many people who use wiki with different languages but navigation lead them into English sections only. Can we start new

[CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread reynie...@gmail.com
In CentOS 6.7 I ran setup command and I could configure network settings from that "gui" utility at command line. In CentOS 7 I don't know where this goes or how to enabled. I have installed a few packages: yum install setuptool -y \ && yum install system-config-network-tui -y \ && yum install

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread Michael H
On 29/01/16 16:45, reynie...@gmail.com wrote: > On Fri, Jan 29, 2016 at 11:41 AM, Michael H wrote: > >> setsebool -P httpd_can_network_connect on >> firewall-cmd --add-service=http --permanent >> > > I have ran those two and still can't access. I have restarted httpd and >

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:48 AM, Michael H wrote: > Selinux has been around for a while. > Yes, I know this but ... > > setsebool - set selinux boolean > What I am asking is if the command above is part of SELinux since I doesn't use before because it's a VM running on

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:56 AM, Michael H wrote: > I've setup several web servers this week, if this isn't working, you > broke something. We always use minimal installs. > No problem, it works! Thx ___ CentOS mailing list

[CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to access the default page when Apache is installed by accessing the CentOS IP as http://192.168.3.130 (is a host only interface) but I got "This webpage is not available: ERR_CONNECTION_TIMED_OUT" and I can't find why. I have

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread Michael H
On 29/01/16 16:35, reynie...@gmail.com wrote: > I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to > access the default page when Apache is installed by accessing the CentOS IP > as http://192.168.3.130 (is a host only interface) but I got "This webpage > is not available:

Re: [CentOS] SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread Keith Keller
On 2016-01-29, reynie...@gmail.com wrote: > I am working in a Dockerfile but there is a "secure" MariaDB server script > I need to run which is interactive and I don't know how to deal with this. Honestly, I think your best long-term strategy for getting help with Docker is

Re: [CentOS] SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:25 AM, Keith Keller < kkel...@wombat.san-francisco.ca.us> wrote: > Honestly, I think your best long-term strategy for getting help with > Docker is a Docker list. Personally I have no major problems with OT > questions, but if you ask your question someplace where

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:41 AM, Michael H wrote: > setsebool -P httpd_can_network_connect on > firewall-cmd --add-service=http --permanent > I have ran those two and still can't access. I have restarted httpd and iptables services after ran those lines. BTW, what those

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
I should add this is a minimal CentOS perhaps it's lacks a few packages and I am not aware of which ones On Fri, Jan 29, 2016 at 11:52 AM, reynie...@gmail.com wrote: > > On Fri, Jan 29, 2016 at 11:48 AM, Michael H wrote: > >> Selinux has been around for

Re: [CentOS] CentOS 7, 327 kernel still crashing

2016-01-29 Thread m . roth
Ok, more info. I've just looked at the rdsosreport from a 327 kernel, and the one from this morning, from the 229-20 kernel, and I see where they croak: [3.045600] lym.cit.nih.gov systemd[1]: Found device ST500NM0003-9ZM172 /. [3.045950] lym.cit.nih.gov systemd[1]: Starting File System

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread Michael H
On 29/01/16 16:52, reynie...@gmail.com wrote: > On Fri, Jan 29, 2016 at 11:48 AM, Michael H wrote: > >> Selinux has been around for a while. >> > > Yes, I know this but ... > > >> >> setsebool - set selinux boolean >> > > What I am asking is if the command above is part

Re: [CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread Steven Tardy
Run: nmtui > On Jan 29, 2016, at 11:42 AM, "reynie...@gmail.com" > wrote: > > Should I install any other package ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] man and man-db inconsitency

2016-01-29 Thread John R Pierce
On 1/29/2016 9:22 PM, david wrote: Is there a reason for this inconsistency? The above algorithm works with most other packages. what 'algorithm' ? there's no fixed correlation between program name and package name. for example, the package providing 'iostat' and 'sar' is called

[CentOS] man and man-db inconsitency

2016-01-29 Thread david
Folks I use "yum list installed" to determine if a package has been installed. In particular, I was interested in the "man" program, installed with the command "yum install man". In Centos6, if I look at the results, I see that "man" was installed. This is good. In Centos7, if I look at

Re: [CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread Nick Bright
On 1/29/2016 10:42 AM, reynie...@gmail.com wrote: In CentOS 6.7 I ran setup command and I could configure network settings from that "gui" utility at command line. In CentOS 7 I don't know where this goes or how to enabled. I have installed a few packages: You're looking for nmtui. I went