Re: [CentOS] why does centos 7 want to install mariadb instead of mysql ?

2014-09-01 Thread Johnny Hughes
On 08/30/2014 05:33 PM, Keith Keller wrote: > On 2014-08-30, Tim Dunphy wrote: >> >> I just got around to trying out CentOS 7. And for some reason when I >> attempt to install mysql-server, instead I'm offered mariadb? > > There are concerns in the wider open source community about Oracle's > lon

[CentOS] Need help for issue with /etc/ppp/ip-down in Centos 6.4 64 bits

2014-09-01 Thread nampt2
Hi, I have question about /etc/ppp/ip-down What 's the script call this one when ppp interface down ? Or how can i check it's working ? Thanks, Nam. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Runing multiple daemons with systemctl

2014-09-01 Thread C. L. Martinez
Hi all, I am doing some tests with a CentOS7 vm image before to enter in our production environment. I need to migrate some sysvinit scripts to systemctl. In all of them I need to launch some daemons in the same init script. For example: a) start daemon1 b) if daemon1 returns no startup errors

Re: [CentOS] Need help for issue with /etc/ppp/ip-down in Centos 6.4 64 bits

2014-09-01 Thread Alexander Farber
Have you tried: # fgrep -r ip-down /etc On Mon, Sep 1, 2014 at 11:35 AM, nampt2 wrote: > > I have question about /etc/ppp/ip-down > > What 's the script call this one when ppp interface down ? > Or how can i check it's working ? > > ___ CentOS mailin

[CentOS] CentOS-announce Digest, Vol 115, Issue 1

2014-09-01 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 http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Need help for issue with /etc/ppp/ip-down in Centos 6.4 64 bits

2014-09-01 Thread Alexander Dalloz
Am 01.09.2014 um 11:35 schrieb nampt2: Hi, I have question about /etc/ppp/ip-down What 's the script call this one when ppp interface down ? The call of a script by that name is hardcoded in the pppd. Or how can i check it's working ? Create a script /etc/ppp/ip-down.local and let it write

Re: [CentOS] Cannot Static Routes

2014-09-01 Thread Sergio Belkin
2014-08-28 3:02 GMT-03:00 Mihamina Rakotomandimby < mihamina.rakotomandi...@rktmb.org>: > On 08/27/2014 09:42 PM, Sergio Belkin wrote: > > I'd want to configure persistent static routes, ie in config files, but I > > can't configure static routes, I tested: > > [root@centos7 ~]# cat /etc/sysconfig

Re: [CentOS] Runing multiple daemons with systemctl

2014-09-01 Thread James Hogarth
On 1 Sep 2014 11:10, "C. L. Martinez" wrote: > > For example: > > a) start daemon1 > b) if daemon1 returns no startup errors, launch daemon2 > c) if daemon1 returns any startup error, doesn't start daemon2 and exit. > > Is it possible to do this with systemctl?? In this specific example I'd proba

Re: [CentOS] mairadb doesn't prompt for user/pass

2014-09-01 Thread Tim Dunphy
> > you need to run > http://dev.mysql.com/doc/refman/5.0/en/mysql-secure-installation.html > (mysql_secure_installation) command from commandline Ok thanks, Ero! On Sun, Aug 31, 2014 at 7:06 AM, Eero Volotinen wrote: > 2014-08-31 6:12 GMT+03:00 Tim Dunphy : > > > Hello, > > > > I discovered