[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 centos-announce-requ.

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.

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 > php-echo.t

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] 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] 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), but

[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 r

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 ori

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 /etc/rc.d/init.d/network > as

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 application. > When I re

[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. (703

[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 service

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

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] 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 kickst

[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 Server

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

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 but I can tell you that

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 k

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 it

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 defau