Re: [CentOS] Off Topic: CentOS Public mirror question

2016-08-29 Thread Fabian Arrotin
On 28/08/16 20:45, Valeri Galtsev wrote: > Dear All, > > My apologies for asking my question on less appropriate list. I did ask it > on centos-mir...@centos.org, but that list is really low traffic (and slow > response probably - I only got acknowledgement of my post...). On the > other hand, I'm

Re: [CentOS] Gnome weather applet stranded

2016-08-29 Thread Nux!
Thanks, I'll raise the issue -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "isdtor" > To: centos@centos.org > Sent: Thursday, 25 August, 2016 14:55:40 > Subject: Re: [CentOS] Gnome weather applet stranded > Fred Smith writes: >> On

[CentOS] Loaded: not-found (Reason: No such file or directory)

2016-08-29 Thread Kaushal Shriyan
Hi, I am seeing the below issue. [user~]# systemctl list-unit-files | grep nrpe [user~]# service nrpe status Redirecting to /bin/systemctl status nrpe.service ● nrpe.service * Loaded: not-found (Reason: No such file or directory)* Active: inactive (dead) [user~]# rpm -qa | grep nrpe nrpe-3.

Re: [CentOS] .htaccess file

2016-08-29 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Kahlil Hodgson > Sent: Sunday, August 28, 2016 6:42 PM > To: CentOS mailing list > Subject: Re: [CentOS] .htaccess file > > > There's nothing on the webserver except a test site I use

Re: [CentOS] Loaded: not-found (Reason: No such file or directory)

2016-08-29 Thread Anand Buddhdev
On 29/08/16 13:07, Kaushal Shriyan wrote: Hi Kaushal, > I am seeing the below issue. > > [user~]# systemctl list-unit-files | grep nrpe > [user~]# service nrpe status > Redirecting to /bin/systemctl status nrpe.service > ● nrpe.service > * Loaded: not-found (Reason: No such file or directory)

Re: [CentOS] .htaccess file

2016-08-29 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Keith Keller > Sent: Sunday, August 28, 2016 8:23 PM > To: centos@centos.org > Subject: Re: [CentOS] .htaccess file > > On 2016-08-28, TE Dukes wrote: > > I setup an ipset but quickl

Re: [CentOS] .htaccess file

2016-08-29 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Arun Khan > Sent: Monday, August 29, 2016 12:48 AM > To: CentOS mailing list > Subject: Re: [CentOS] .htaccess file > > On Sun, Aug 28, 2016 at 5:23 PM, Keith Keller francisco.ca.us>

Re: [CentOS] .htaccess file

2016-08-29 Thread Always Learning
Hi, > My home system on a DSL line is getting worn out by bad behavior robots. > > Awhile back, I created a .htaccess file that block countries by IP blocks. > Its 2MB in size. Do you control your home server ? If so, then .htaccess is the wrong solution, because you need to incorporate bloc

Re: [CentOS] Loaded: not-found (Reason: No such file or directory)

2016-08-29 Thread Ulf Volmer
On 08/29/2016 01:07 PM, Kaushal Shriyan wrote: > [user~]# systemctl list-unit-files | grep nrpe > [user~]# service nrpe status > Redirecting to /bin/systemctl status nrpe.service > ● nrpe.service > * Loaded: not-found (Reason: No such file or directory)* Where did your nrpe come from? Here it

Re: [CentOS] .htaccess file

2016-08-29 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Always Learning > Sent: Monday, August 29, 2016 1:50 PM > To: CentOS mailing list > Subject: Re: [CentOS] .htaccess file > > > > Hi, > > > My home system on a DSL line is getting w

[CentOS] ipsets/iptables question

2016-08-29 Thread TE Dukes
Hello, I have ipsets setup with a set of ip address that are badbots that won't comply with robots.txt This is a home server and these are most likely up to no good. I came up with a script to extract ip address from my access_log then another script to take ips and import them into my blacklist

[CentOS] CentOS 6: files now owned by nobody:nobody

2016-08-29 Thread Pat Haley
Hi, We are running a cluster under CentOS 6.6. We recently attached a new NAS device, running CentOS 6.8 and rsync'd our user file system to it. We noticed that all the files were owned by nobody (with nobody as the group). We copied over the /etc/passwd and /etc/group files from our fron

Re: [CentOS] CentOS 6: files now owned by nobody:nobody

2016-08-29 Thread John R Pierce
On 8/29/2016 3:59 PM, Pat Haley wrote: We are running a cluster under CentOS 6.6. We recently attached a new NAS device, running CentOS 6.8 and rsync'd our user file system to it. We noticed that all the files were owned by nobody (with nobody as the group). We copied over the /etc/passwd an

Re: [CentOS] CentOS 6: files now owned by nobody:nobody

2016-08-29 Thread Frank Cox
On Mon, 29 Aug 2016 18:59:31 -0400 Pat Haley wrote: > We noticed that all the files were owned by nobody Here are my notes for dealing with this issue: If all users come up as nobody on a nfs mount: Add nfs server name to the Domain = line in /etc/idmapd.conf on both the server and the clients

Re: [CentOS] CentOS 6: files now owned by nobody:nobody

2016-08-29 Thread Pat Haley
I believe NFSv4. On the machine that contains the physical disks (is that the "server" or the "NSF mount"?) the relevant line from /etc/fstab seems to be UUID=bde58f42-4ac4-4763-b0a8-f83723f0e2a0 /home ext4defaults 1 2 while on my front-end machine its mseas-data2:/home /hom

Re: [CentOS] .htaccess file

2016-08-29 Thread Keith Keller
On 2016-08-29, TE Dukes wrote: >> >> Can you be more specific about the "load" you're trying to mitigate? Is it >> really the load on your home system, or is it that attackers are using your >> bandwidth, or a combination? > > [Thomas E Dukes] > I saw that as well but it was a little vague on

Re: [CentOS] .htaccess file

2016-08-29 Thread TE Dukes
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Keith Keller > Sent: Monday, August 29, 2016 7:39 PM > To: centos@centos.org > Subject: Re: [CentOS] .htaccess file > > On 2016-08-29, TE Dukes wrote: > >> > >> Can you be more speci

Re: [CentOS] CentOS 6 - logwatch report not in HTML format

2016-08-29 Thread Arun Khan
On Sun, Aug 28, 2016 at 10:56 PM, Alexander Farber wrote: > Maybe the format is set in > > sudo crontab -l You mean in the way it is invoked from the cron entry? -- Arun Khan ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/li

Re: [CentOS] .htaccess file

2016-08-29 Thread Keith Keller
On 2016-08-30, TE Dukes wrote: > >> You and another poster mentioned fail2ban; if you can get that configured > to >> watch and protect both sshd and httpd that will help both problems quite a >> bit. > > I have all the jails setup for the services I'm running. Not sure its > working. Not getting

Re: [CentOS] CentOS 6 - logwatch report not in HTML format

2016-08-29 Thread Alexander Farber
No, I mean there is sometimes a variable for mail format too: # crontab -l CONTENT_TYPE="text/plain; charset=utf-8" MAILFROM=webmas...@xxx.de MAILTO=alexander.far...@xxx.com LANG=en_US.UTF-8 PGHOST=/tmp #minute hourmdaymonth wdaycommand On Tue, Aug 30, 2016 at 3:37 AM, Arun Khan w