Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 05:38 PM, Gordon Messmer wrote: On 10/13/2015 07:39 AM, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... If you haven't reconfigured rsyslogd to use the uxsock source, disabling the

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 05:49 PM, m.r...@5-cent.us wrote: zep wrote: On 10/13/2015 09:54 AM, C. L. Martinez wrote: I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not triggered. But like I say before, installed system cronjobs like logwatch ta

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 02:59 PM, Jonathan Billings wrote: On Tue, Oct 13, 2015 at 02:39:24PM +, C. L. Martinez wrote: Nop, because binary logs (using journalctl) are disabled in this host ... But under /var/log/messages, there is no error ... How did you disable journald? Changing Storage's opti

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/13/2015 04:44 PM, zep wrote: On 10/13/2015 09:54 AM, C. L. Martinez wrote: I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not triggered. But like I say before, installed system cronjobs like logwatch task are not triggered ..

[CentOS] Help needed in CentOS 6.7 installation

2015-10-14 Thread Amar
Hi, I have a high-end (32 GB RAM, 2 TB hard-disk) machine where I wanted to install CentOS 6.7 operating system. I am also using a nvidia 1 GB GPU from ASUS. With all this, I am not able to instal CentOS 6.7, The last message that shows on my screen, when I try installing, is "[drm] Initiali

Re: [CentOS] Help needed in CentOS 6.7 installation

2015-10-14 Thread Johnny Hughes
On 10/14/2015 05:09 AM, Amar wrote: > Hi, > > I have a high-end (32 GB RAM, 2 TB hard-disk) machine where I wanted to > install CentOS 6.7 operating system. I am also using a nvidia 1 GB GPU > from ASUS. > > With all this, I am not able to instal CentOS 6.7, The last message that > shows on my sc

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Johnny Hughes
On 10/14/2015 04:36 AM, C.L. Martinez wrote: > On 10/13/2015 04:44 PM, zep wrote: >> >> >> On 10/13/2015 09:54 AM, C. L. Martinez wrote: >>> I haven't entries in conrtab's users file at this moment, but I have >>> done a test: * * * * * ls -la, and it is not triggered. But like I say >>> before, in

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Jonathan Billings
On Wed, Oct 14, 2015 at 09:24:00AM +, C.L. Martinez wrote: > On 10/13/2015 02:59 PM, Jonathan Billings wrote: > >How did you disable journald? > Changing Storage's option under /etc/systemd/journald.conf to none. While Storage=none is supposed to forward on messages to syslog, it might be wort

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread C.L. Martinez
On 10/14/2015 01:56 PM, Jonathan Billings wrote: lsof /dev/log Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME system

Re: [CentOS] redistribution of isolinux binaries

2015-10-14 Thread Brian Reichert
On Tue, Oct 13, 2015 at 09:58:14PM -0500, Johnny Hughes wrote: > The binary program that creates the .efi file is > /usr/lib/anaconda-runtime/mk-images and it uses > /usr/lib/anaconda-runtime/mk-images.efi > > Those are part of the anaconda-runtime package, the source code for > which is provided

Re: [CentOS] redistribution of isolinux binaries

2015-10-14 Thread Michael Hennebry
On Tue, 13 Oct 2015, Johnny Hughes wrote: Before answering more questions ... I really should point out that if you are modifying the CentOS Linux ISOs and distributing them to others while still calling them CentOS Linux, you are likely in violation of our Trademark rules: https://www.centos.o

[CentOS] Incoming rsync connection attempts

2015-10-14 Thread Jeff Boyce
Greetings - In my logwatch report this morning I noticed reference to an attempt to connect to rsync from an external IP address. It doesn't appear that the connection was successful based on correlating information between /var/log/secure and /var/log/messages. But I am looking for some su

[CentOS] tcp wrappers Question..

2015-10-14 Thread Jason Welsh
hey folks, I keep seeing this on the internet "The user name lookup feature of TCP Wrappers uses identd to identify the username of the remote host. By default, this feature is disabled, as identd may appear hung when there are a large number of TCP connections." but I cant seem to find out h

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-14 Thread Gordon Messmer
On 10/14/2015 07:09 AM, C.L. Martinez wrote: Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME systemd 1 root 27u

Re: [CentOS] tcp wrappers Question..

2015-10-14 Thread John R Pierce
On 10/14/2015 11:39 AM, Jason Welsh wrote: hey folks, I keep seeing this on the internet "The user name lookup feature of TCP Wrappers uses identd to identify the username of the remote host. By default, this feature is disabled, as identd may appear hung when there are a large number of TCP

Re: [CentOS] tcp wrappers Question..

2015-10-14 Thread Gordon Messmer
On 10/14/2015 11:39 AM, Jason Welsh wrote: but I cant seem to find out how/where to enable said feature. See the man pages for hosts_options and hosts_access. It is rare for systems to support RFC 931 and common for firewalls to drop requests (creating long delays in connections), so user na

Re: [CentOS] tcp wrappers Question..

2015-10-14 Thread Jason Welsh
understood. this is just on a local network.. thanks for the info On 10/14/2015 03:20 PM, Gordon Messmer wrote: On 10/14/2015 11:39 AM, Jason Welsh wrote: but I cant seem to find out how/where to enable said feature. See the man pages for hosts_options and hosts_access. It is rare for syst

[CentOS] copying to a local mirror / repository

2015-10-14 Thread Richer, Mark (CIV)
I am using CentOS on a private network which can’t access the Internet so I want to create a local repository of packages on one or more DVDs, and get it installed on the private network. Someone had done this for CentOS 7, but not for CentOS 6. I have a VM running 6 so I am trying to create it

Re: [CentOS] copying to a local mirror / repository

2015-10-14 Thread Johnny Hughes
On 10/14/2015 04:49 PM, Richer, Mark (CIV) wrote: > I am using CentOS on a private network which can’t access the Internet so I > want to create a local repository of packages on one or more DVDs, and get it > installed on the private network. Someone had done this for CentOS 7, but not > for Ce

[CentOS] CentOS 6 + Updates (HVM) AMI Breaks on attached instance storage

2015-10-14 Thread Robert Bush
Where do i file a bug report for a centOS 6 ami on aws? Thanks, Robert ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] selinux commands fail on low memory box

2015-10-14 Thread Tim Dunphy
Hey all, I have 3 web servers hosted at Digital Ocean that all have the same amount of memory at 512MB. They're all running CentOS 7. They are low powered apache servers and don't really need more than that. All they're doing is serving the web, no database on those hosts at all. On the first

Re: [CentOS] selinux commands fail on low memory box

2015-10-14 Thread Eero Volotinen
How about adding some swap into system? -- Eero 2015-10-15 4:40 GMT+03:00 Tim Dunphy : > Hey all, > > I have 3 web servers hosted at Digital Ocean that all have the same amount > of memory at 512MB. They're all running CentOS 7. > > They are low powered apache servers and don't really need mor

Re: [CentOS] selinux commands fail on low memory box

2015-10-14 Thread Tim Dunphy
> > How about adding some swap into system? Not a bad idea, Eero! That worked. [root@ops3:~] #cat /proc/swaps FilenameTypeSizeUsed Priority /swapfile file1048572 712 -1 [root@ops3:~] #semodule -i newr