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

2014-08-31 Thread David Both
MariaDB is just a fork of MySQL so the code is the same. Over time it will diverge but under control of the community rather than Oracle. On 08/31/2014 12:43 AM, Tim Dunphy wrote: >> my.cnf doesn't have the passwords. When you first set up mysql, you use >> the mysqladmin command to set the roo

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

2014-08-31 Thread Eero Volotinen
2014-08-31 6:12 GMT+03:00 Tim Dunphy : > Hello, > > I discovered today that CentOS 7 has replaced MySQL with MariaDB. Which is > fine, it's seems really similar. And I was already aware that it was > written by the original team that wrote mysql. > > It's cool that the mysql command still gets yo

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

2014-08-31 Thread Jim Perrin
On 08/30/2014 01:10 PM, Tim Dunphy wrote: > Hey all, > > 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? I'm using > epel and remi as my repos. The short answer is because RH chose to use mariadb instead of My

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Hi guys, sorry for this newbie question but how I do add EPEL repo to my CentOS 7? In the past I do this as follow: $ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm But now I don't know how to? Any help? On Sat, Aug 30, 2014 at 6:05 PM, Keith Kell

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Digimer
This is the most you would need to do: yum clean all From then on, all the packages in EPEL will be available for you to install just like the core packages are. Cheers digimer On 31/08/14 12:56 PM, reynie...@gmail.com wrote: > Hi guys, sorry for this newbie question but how I do add EPEL re

[CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
Hi there, I'm playing with CentOS 7 (don't know if it's recommended at all have this one as a development server as maybe is not stable enough yet) and I installed it on a Vmware VM with two network interfaces: one as a bridged connected directly to the physical network and replicating the network

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 12:33 PM, Digimer wrote: > This is the most you would need to do: > > yum clean all > You mean run only this command or run first the command sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm and then yum clean all? I try the c

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Digimer
On 31/08/14 02:18 PM, reynie...@gmail.com wrote: > On Sun, Aug 31, 2014 at 12:33 PM, Digimer wrote: > >> This is the most you would need to do: >> >> yum clean all >> > > You mean run only this command or run first the command sudo rpm -Uvh > http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread Digimer
On 31/08/14 02:15 PM, reynie...@gmail.com wrote: > Hi there, I'm playing with CentOS 7 (don't know if it's recommended at all > have this one as a development server as maybe is not stable enough yet) This is something of a loaded question and also quite dependent on what you are doing. If the se

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Thanks, I get it and now it's working On Sun, Aug 31, 2014 at 1:53 PM, Digimer wrote: > On 31/08/14 02:18 PM, reynie...@gmail.com wrote: > > On Sun, Aug 31, 2014 at 12:33 PM, Digimer wrote: > > > >> This is the most you would need to do: > >> > >> yum clean all > >> > > > > You mean run only t

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread Timothy Murphy
Digimer wrote: > This is the most you would need to do: > > yum clean all > > From then on, all the packages in EPEL will be available for you to > install just like the core packages are. Don't you have to "yum install epel-release"? -- Timothy Murphy e-mail: gayleard /at/ eircom.net Scho

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 1:56 PM, Reindl Harald wrote: > i don't see you VMware configuration in your post > > Which configuration you need? The one I made at Windows side? The Vmware is running on Windows 7 (I didn't send here since I don't know if I can attach images to this list and to not be b

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 1:56 PM, Digimer wrote: > This is something of a loaded question and also quite dependent on what > you are doing. If the server is very critical, I would probably wait > until 7.1 or 7.2. If the server is not very critical, then sure, use EL7 > and start learning it (and

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 2:05 PM, Reindl Harald wrote: > ook what adapter type you have configured for your virtual machine > maybe the GUI don't show it - it's even on vSphere a pain where you > need to remove the NIC and add it again by take care of the type > > * in doubt shut down the guest >

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread Digimer
On 31/08/14 02:39 PM, reynie...@gmail.com wrote: > On Sun, Aug 31, 2014 at 1:56 PM, Digimer wrote: > >> This is something of a loaded question and also quite dependent on what >> you are doing. If the server is very critical, I would probably wait >> until 7.1 or 7.2. If the server is not very cri

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 2:18 PM, Reindl Harald wrote: > ethernet0.virtualDev = "e1000" > ethernet0.virtualDev = "vmxnet3" > Thanks now with the solution you give me I'm able to see the network interface and yes I learn something new today so thanks __

[CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and a SSD (hardware probing issues)

2014-08-31 Thread Jason Pyeron
I have a fleet of 2970s and we are upgrading the hardrives on the motherboard SATA ports (A/B not the PERC backplane) when a "detecting hardware" is performed the system crashes, reboots and gives an E1422 error code (useless video: https://www.youtube.com/watch?v=PhyMeUHJar4). We narrowed it d

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

2014-08-31 Thread David Beveridge
There is a program "mysql_secure_installation" which can be used to set a root password and remove those accounts. However it sounds like you did the job manually. Did you also issue the sql command "flush privileges"? On Sun, Aug 31, 2014 at 1:12 PM, Tim Dunphy wrote: > Hello, > > I discover

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and a SSD (hardware probing issues)

2014-08-31 Thread Rainer Duffner
Am 31.08.2014 um 21:52 schrieb Jason Pyeron : > I have a fleet of 2970s and we are upgrading the hardrives on the motherboard > SATA ports (A/B not the PERC backplane) when a "detecting hardware" is > performed the system crashes, reboots and gives an E1422 error code (useless > video: https:/

[CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
I'm having some issues with Internet access from CentOS7 server which is installed in Vmware Workstation 10.0.3 build-1895310 in Windows 7 x64. At this point I can't get if the error is on CentOS configuration or it's another problem so I leave here what I did in order to get Internet working on th

Re: [CentOS] Can't reach Internet

2014-08-31 Thread alexandre
Check default route.. If installed -- Enviado pelo aplicativo muMail para Android domingo, 31 agosto 2014, 05:53PM -03:00 de "reynie...@gmail.com" : I'm having some issues with Internet access from CentOS7 server which is installed in Vmware Workstation 10.0.3 build-1895310 in Windows 7 x64. At t

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
What you mean with check default route? On Aug 31, 2014 4:31 PM, wrote: > > Check default route.. If installed > -- > Enviado pelo aplicativo muMail para Android > domingo, 31 agosto 2014, 05:53PM -03:00 de "reynie...@gmail.com" < > reynie...@gmail.com>: > I'm having some issues with Internet acc

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and aSSD (hardware probing issues)

2014-08-31 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Rainer Duffner > Sent: Sunday, August 31, 2014 16:54 > To: CentOS mailing list > Subject: Re: [CentOS] Install Centos 6 x86_64 on Dell > PowerEdge 2970 and aSSD (hardware probing issue

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and aSSD (hardware probing issues)

2014-08-31 Thread Rainer Duffner
Am 31.08.2014 um 23:03 schrieb Jason Pyeron : >> >> Is that actually a supported configuration (in the Dell-sense)?. >> > > Yes. They support internal SATA drives, we are changing from spinning drives > to SSD. I am working with Dell to get a BIOS patch, but I wont hold my breath. >> >>

Re: [CentOS] Can't reach Internet

2014-08-31 Thread Ed Donahue III
$ route -n the one listed as gateway is your default route. On Aug 31, 2014 5:03 PM, "reynie...@gmail.com" wrote: > What you mean with check default route? > On Aug 31, 2014 4:31 PM, wrote: > > > > > Check default route.. If installed > > -- > > Enviado pelo aplicativo muMail para Android > > d

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 4:44 PM, Ed Donahue III wrote: > $ route -n > > the one listed as gateway is your default route. > Ok, since my default route is bad, # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0 192.168

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 4:54 PM, Reindl Harald wrote: > > who knows - looking at other threads - why did you assign *two* > network interfaces to your virtual machine at all? > > Because if for any reason WAN is down then I can reach the VM trough the DHCP assigned IP I though > > who knows? >

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 andaSSD (hardware probing issues)

2014-08-31 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Rainer Duffner > Sent: Sunday, August 31, 2014 17:09 > To: CentOS mailing list > Subject: Re: [CentOS] Install Centos 6 x86_64 on Dell > PowerEdge 2970 andaSSD (hardware probing iss

Re: [CentOS] Can't reach Internet

2014-08-31 Thread John R Pierce
On 8/31/2014 2:27 PM, reynie...@gmail.com wrote: > Because this is not the problem, as I mention before I have another VM > running on the same Vmware and all of them has Internet access so the > problem is here with this one at some part but I'm able to find it grep 192.168.3.1 /etc/sysconfig/net

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
Ok, now I've fixed the Internet connection by running this command: ip route replace default via 192.168.1.1 but now I have two default routes: # ip route show default via 192.168.1.1 dev eno16780032 default via 192.168.3.1 dev eno33555200 proto static metric 1024 192.168.1.0/24 dev eno16780032

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and aSSD (hardware probing issues)

2014-08-31 Thread John R Pierce
On 8/31/2014 2:03 PM, Jason Pyeron wrote: > Yes. They support internal SATA drives, we are changing from spinning drives > to SSD. I am working with Dell to get a BIOS patch, but I wont hold my breath. is the SATA interface in AHCI mode or legacy IDE emulation? -- john r pierce

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 5:03 PM, John R Pierce wrote: > grep 192.168.3.1 /etc/sysconfig/network-scripts/* > > # grep 192.168.3.1 /etc/sysconfig/network-scripts/* /etc/sysconfig/network-scripts/ifcfg-local:IPADDR=192.168.3.131 /etc/sysconfig/network-scripts/ifcfg-local:GATEWAY=192.168.3.1 > alte

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and aSSD (hardware probing issues)

2014-08-31 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of John R Pierce > Sent: Sunday, August 31, 2014 17:34 > To: centos@centos.org > Subject: Re: [CentOS] Install Centos 6 x86_64 on Dell > PowerEdge 2970 and aSSD (hardware probing issues)

Re: [CentOS] Can't reach Internet

2014-08-31 Thread John R Pierce
On 8/31/2014 2:35 PM, reynie...@gmail.com wrote: > # grep 192.168.3.1/etc/sysconfig/network-scripts/* > /etc/sysconfig/network-scripts/ifcfg-local:IPADDR=192.168.3.131 > /etc/sysconfig/network-scripts/ifcfg-local:GATEWAY=192.168.3.1 > > localhost shouldn't have a gateway. or that IP hmm, I don'

Re: [CentOS] Install Centos 6 x86_64 on Dell PowerEdge 2970 and aSSD (hardware probing issues)

2014-08-31 Thread John R Pierce
On 8/31/2014 3:15 PM, Jason Pyeron wrote: > Good question, I will ask Dell. The BIOS only has Off and Auto as choices. Is > there a preference I should shoot for? ACHI is pretty much required for SSD support. -- john r pierce 37N 122W somewhere on the midd

Re: [CentOS] update repo problem?

2014-08-31 Thread Eric Smith
On Sat, Aug 30, 2014 at 9:52 AM, Johnny Hughes wrote: > Try 'yum clean all' and do it again .. this just worked fine for me: Tried it before posting my question, and it didn't help then, but tried it again now and it works. Thanks! Eric ___ CentOS mail