Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
On Thu, 4 Aug 2016, Valeri Galtsev wrote: On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote: On Thu, 4 Aug 2016, Valeri Galtsev wrote: At least one snag I hit consistently with CentOS 7 kickstart is: it drops me into human decision as far as wiping hard drive and creating custom (or

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Jonathan Billings
On Thu, Aug 04, 2016 at 10:32:56AM -0500, Valeri Galtsev wrote: > ... At least one > snag I hit consistently with CentOS 7 kickstart is: it drops me into human > decision as far as wiping hard drive and creating custom (or default > probably as well) partitioning scheme is concerned. Most likely

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Valeri Galtsev
On Thu, August 4, 2016 7:13 pm, Paul Heinlein wrote: > On Thu, 4 Aug 2016, Valeri Galtsev wrote: > >> Dear Experts, >> >> Could somebody point to kicstart HOWTO specific for CentOS 7? >> >> On CentOS 7 I somehow am always given human intervention questions >> about drive which defeats unattended

Re: [CentOS] Enable all permissions for root in Samba ...

2016-08-04 Thread reynie...@gmail.com
On Thu, Aug 4, 2016 at 9:47 PM, John R Pierce wrote: > On 8/4/2016 6:23 PM, reynie...@gmail.com wrote: > >> local virtual machine running >> CentOS 7 so I do not need any security. >> > > thats a mighty big assumption. I understand your concern because is a security flag

Re: [CentOS] Enable all permissions for root in Samba ...

2016-08-04 Thread John R Pierce
On 8/4/2016 6:23 PM, reynie...@gmail.com wrote: local virtual machine running CentOS 7 so I do not need any security. thats a mighty big assumption. Having that in mind I have installed Samba and this is how I setup for access the remote server: [global] workgroup = WORKGROUP server string

[CentOS] Enable all permissions for root in Samba ...

2016-08-04 Thread reynie...@gmail.com
As I said in previous messages I have a local virtual machine running CentOS 7 so I do not need any security. Having that in mind I have installed Samba and this is how I setup for access the remote server: [global] workgroup = WORKGROUP server string = Samba Server %v netbios name = CentOS

Re: [CentOS] CentOS 7 kickstart question

2016-08-04 Thread Paul Heinlein
On Thu, 4 Aug 2016, Valeri Galtsev wrote: Dear Experts, Could somebody point to kicstart HOWTO specific for CentOS 7? On CentOS 7 I somehow am always given human intervention questions about drive which defeats unattended ks install. At least one snag I hit consistently with CentOS 7

Re: [CentOS] Can't connect trough SSH to a new fresh CentOS 7 minimal server

2016-08-04 Thread reynie...@gmail.com
Ohhh it was my bad, this VM has two interfaces and the one I was trying to reach was down so NEVER it will respond. Anyway thanks for the time *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynie...@gmail.com [image: Facebook] [image: Github]

Re: [CentOS] Can't connect trough SSH to a new fresh CentOS 7 minimal server

2016-08-04 Thread Monty Shinn
A few things you might try: 1. Verify ssh is listening: netstat -antp | grep :22 | grep -i listen 2. Verify you can ssh locally: ssh localhost 3. Try to telnet to ssh port: telnet 22 4. run nmap against the ipaddress to verify port 22 is seen. Hope this helps. Regards, Monty On

[CentOS] Can't connect trough SSH to a new fresh CentOS 7 minimal server

2016-08-04 Thread reynie...@gmail.com
I have installed a new CentOS 7 minimal virtual machine in Vmware Workstation. I have disabled the firewall by running: *systemctl disable firewalld* => this one for disable it permanently (I don't need it since it's a VM for development) *systemctl stop firewalld* => this one for stop the

[CentOS] firwalld 0.4+ ipset root.

2016-08-04 Thread Jon LaBadie
Before firewalld I used to use ipsets to blacklist several countries. Firewalld added support for ipsets with version 0.4, a year ago. Centos 7.2 is still at 0.3.9. Anyone know of a newer Centos package? jon -- Jon H. LaBadie j...@jgcomp.com 11226 South Shore Rd.

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-04 Thread Jonathan Billings
> On Aug 4, 2016, at 14:35, KM wrote: > > thank you for the feedback. I tried using > Before=systemd-user-sessions.service. At first glance it seems to work, but > then the oracle DB shuts down. Note that myservices starts oracle and then > does a few things for our

Re: [CentOS] Systemd and network startup/shutdown ?

2016-08-04 Thread Jonathan Billings
> On Aug 3, 2016, at 07:20, James Pearson wrote: > > I've just started to dip my toe in the water with CentOS 7 - and have started > looking at porting custom CentOS 6 init.d/xinetd/whatever scripts and configs > to systemd, but notice that CentOS 7 appears to use

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-04 Thread KM
thank you for the feedback.  I tried using Before=systemd-user-sessions.service.  At first glance it seems to work, but then the oracle DB shuts down.  Note that myservices starts oracle and then does a few things for our application. When I remove that entry, it goes right to the login as I

[CentOS-docs] First time - wiki

2016-08-04 Thread Ricardson
Hi All, My Username: RicardsonWilliams Wiki Page Help: https://wiki.centos.org/HowTos/Virtualization/VirtualBox PS: I tried to create my personal page but seems I don't have permission. Cheers, Ricardson -- *Ricardson Williams* Consultor Linux/Cloud 11 94305-9005 |

[CentOS] CentOS 7 kickstart question

2016-08-04 Thread Valeri Galtsev
Dear Experts, Could somebody point to kicstart HOWTO specific for CentOS 7? On CentOS 7 I somehow am always given human intervention questions about drive which defeats unattended ks install. I'm doing kickstart installations for quite some time, normally I was just installing system when new

Re: [CentOS] curl build system is broken and so is mock

2016-08-04 Thread m . roth
Always Learning wrote: > > On Thu, 2016-08-04 at 09:46 -0400, James B. Byrne wrote: >> On Wed, August 3, 2016 22:53, Alice Wonder wrote: >> > >> > I didn't realize ldd was recursive. I may have known that at one >> > point (been using linux since MK Linux DR3 and building RPMs since >> > 1999),

Re: [CentOS] curl build system is broken and so is mock

2016-08-04 Thread Always Learning
On Thu, 2016-08-04 at 09:46 -0400, James B. Byrne wrote: > On Wed, August 3, 2016 22:53, Alice Wonder wrote: > > > > I didn't realize ldd was recursive. I may have known that at one > > point (been using linux since MK Linux DR3 and building RPMs since > > 1999), but have a head injury results in

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-04 Thread Valeri Galtsev
On Thu, August 4, 2016 8:52 am, James B. Byrne wrote: > > On Wed, August 3, 2016 14:19, Always Learning wrote: >> >> On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote: >> >>> What I do is create a php.php file on the root of my fileserver >>> with >>> the following >>> >>> >> >> I use a text

Re: [CentOS] php55w-fpm on CentOS 7: settings location

2016-08-04 Thread James B. Byrne
On Wed, August 3, 2016 14:19, Always Learning wrote: > > On Wed, 2016-08-03 at 13:55 -0400, Jason Welsh wrote: > >> What I do is create a php.php file on the root of my fileserver >> with >> the following >> >> > > I use a text command: php -i > > > php -i > php-i.txt echo '' | php >

Re: [CentOS] curl build system is broken and so is mock

2016-08-04 Thread James B. Byrne
On Wed, August 3, 2016 22:53, Alice Wonder wrote: > > I didn't realize ldd was recursive. I may have known that at one > point (been using linux since MK Linux DR3 and building RPMs since > 1999), but have a head injury results in memory problems with > pieces of knowledge I don't frequently use.

[CentOS-announce] CESA-2016:1573 Moderate CentOS 6 squid Security Update

2016-08-04 Thread Johnny Hughes
CentOS Errata and Security Advisory 2016:1573 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1573.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386:

Re: [CentOS-virt] Centos 7 newer kernel needed

2016-08-04 Thread Johnny Hughes
On 08/04/2016 07:30 AM, Laurentiu Soica wrote: > Hi Xlord, > > Yes, the CPU has support for EPT. > > I wrongly thought that the nested EPT was first introduced in 3.12. > Following your instructions I see that I have it enabled on my system as > well. > > However, checking the kernel

Re: [CentOS-virt] Centos 7 newer kernel needed

2016-08-04 Thread Laurentiu Soica
Hi Xlord, Yes, the CPU has support for EPT. I wrongly thought that the nested EPT was first introduced in 3.12. Following your instructions I see that I have it enabled on my system as well. However, checking the kernel commits from 3.12 on search string 'nested ept' I found about 10 code

[CentOS] CentOS-announce Digest, Vol 138, Issue 2

2016-08-04 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

Re: [CentOS-virt] Centos 7 newer kernel needed

2016-08-04 Thread -=X.L.O.R.D=-
Dear Laurentiu, Assume your hardware does support Intel VT-x with EPT supported, I have also look into the kernel part for fun! Just quick look at CentOS 7 and installed a CentOS_7x_x64_build1511 @installation at minimum, below is my sharing and hope to help! 1) CentOS Linux Kernel

Re: [CentOS-virt] Lost a NIC on start

2016-08-04 Thread Günther J . Niederwimmer
Hello, Am Mittwoch, 3. August 2016, 09:07:55 schrieb Nico Kadel-Garcia: > On Tue, Aug 2, 2016 at 4:12 AM, Günther J. wrote: > > > > CentOS 7.2 > > > > I have a big Problem with libvirt or KVM, my Virtual Hosts lost sometime a > > NIC on start. > > What does "lose a NIC"

Re: [CentOS-virt] Centos 7 newer kernel needed

2016-08-04 Thread Laurentiu Soica
Hello Xlord, The CPU does have VT support and I already have the nested KVM enabled. Checking the Linux Kernel release notes I saw that the nested kvm feature was implemented in 3.10 but he EPT support is in 3.12. So Centos 7's kernel which is 3.10 does have the EPT support? Is there a way to