Re: [CentOS] [off list] Re: please block user

2015-08-28 Thread g
On 08/28/15 20:18, Alice Wonder wrote: > I apologize for continuing in the off-topic discussion. > > On 08/28/2015 06:08 PM, Marc Chubbuck wrote: >> AND With that all said, I am UNSUBSCRIBING FROM THIS LIST! I came to >> this list hoping to LEARN and get HELP with CentOS, but instead, I am >> ge

[CentOS] [off list] Re: please block user

2015-08-28 Thread Alice Wonder
I apologize for continuing in the off-topic discussion. On 08/28/2015 06:08 PM, Marc Chubbuck wrote: AND With that all said, I am UNSUBSCRIBING FROM THIS LIST! I came to this list hoping to LEARN and get HELP with CentOS, but instead, I am getting plagued with this damn garbage. 30+ emails daily

Re: [CentOS] please block user

2015-08-28 Thread Marc Chubbuck
AND With that all said, I am UNSUBSCRIBING FROM THIS LIST! I came to this list hoping to LEARN and get HELP with CentOS, but instead, I am getting plagued with this damn garbage. 30+ emails daily in the last week or so is way too much. Maybe I can find more INTELLIGENT conversation in the forum

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread Jonathan Billings
On Aug 28, 2015, at 6:00 PM, Valeri Galtsev wrote: > The only way I've found in the past that is not total waste of > my time is: block e-mail from the whole block of IPs of that provider. Blocking all of digitalocean.com? I guess that’s fine if you don’t mind having mostly false negatives. You

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread Valeri Galtsev
On Fri, August 28, 2015 4:28 pm, John R Pierce wrote: > On 8/28/2015 2:21 PM, Tim Dunphy wrote: >> Here's the headers for one of the spam responses I got from the list: >> >> from:Tracyreply-to:tracy12...@safeloves.com >> to:Tim Dunphy >> date:Fri, Aug 28, 2015 at 2:19 PMsubject:Re: [CentOS] apach

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread John R Pierce
On 8/28/2015 2:21 PM, Tim Dunphy wrote: Here's the headers for one of the spam responses I got from the list: from:Tracyreply-to:tracy12...@safeloves.com to:Tim Dunphy date:Fri, Aug 28, 2015 at 2:19 PMsubject:Re: [CentOS] apache mysterious 404 errormailed-by:safeloves.comsigned-by:safeloves.com:

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread Tim Dunphy
Hey Fabian, Here's the headers for one of the spam responses I got from the list: from:Tracy reply-to:tracy12...@safeloves.com to:Tim Dunphy date:Fri, Aug 28, 2015 at 2:19 PMsubject:Re: [CentOS] apache mysterious 404 errormailed-by:safeloves.comsigned-by:safeloves.com:Important mainly because it

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread Fabian Arrotin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/08/15 22:24, John R Pierce wrote: > On 8/28/2015 1:21 PM, Robert Wolfe wrote: >> I've been getting that intermittently during the day today. > > I haven't seen any since I put the sending domain with a 'DISCARD' > in my /etc/mail/access database

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread m . roth
Tim Dunphy wrote: > Hey guys, > > I just noticed this recently in my latest posts to the list. But I've > noticed that every time I mail the list for some advice, I get hit with > spam from a camgirl site like every other message. Kinda funny actually. > But also annoying!! Anyone else experience

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread John R Pierce
On 8/28/2015 1:21 PM, Robert Wolfe wrote: I've been getting that intermittently during the day today. I haven't seen any since I put the sending domain with a 'DISCARD' in my /etc/mail/access database (using sendmail here) -- john r pierce, recycling bits in santa cruz _

Re: [CentOS] camgirl spam on the list

2015-08-28 Thread Robert Wolfe
I've been getting that intermittently during the day today. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 2:53 PM To: CentOS mailing list Subject: [CentOS] camgirl spam on the list Hey guys,

Re: [CentOS] [OT] GNU bc base conversion

2015-08-28 Thread Warren Young
On Aug 28, 2015, at 9:50 AM, Gordon Messmer wrote: > > On 08/28/2015 07:15 AM, Mike - st257 wrote: >> Thoughts as to why my BC functions aren't properly converting between bases? >> >> Decimal to binary or hex works fine, but not binary or hex to decimal and >> so forth. > > I'm not an expert i

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Tim Dunphy
Guys, We actually found the problem. The problem was actually in a javascript file. It was referring to it's parent directory as mycompanyStore. So once I noticed that, I went into that directory and created a symlink. ln -s . mycompanyStore from within that directory. That let the java script kn

[CentOS] camgirl spam on the list

2015-08-28 Thread Tim Dunphy
Hey guys, I just noticed this recently in my latest posts to the list. But I've noticed that every time I mail the list for some advice, I get hit with spam from a camgirl site like every other message. Kinda funny actually. But also annoying!! Anyone else experience this? Maybe this is somethin

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Tony Mountifield
In article <0f55e883640c125375c75...@ritz.innovate.net>, Richard wrote: > > Also need to see the error_log entries from the back-end httpd > server that's serving from the documentroot. The proxy server's logs > (whether it should be there or not) only show the proxy issues, not > the issues that

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Richard
> Date: Friday, August 28, 2015 16:47:43 + > From: Tony Mountifield > > In article > m>, Tim Dunphy wrote: >> Hey guys, >> >> Sorry for the failed attempts at obscuring the company I work >> for. My boss wouldn't take too kindly to it if I revealed that >> information on a mailing list.

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Tony Mountifield
In article , Tim Dunphy wrote: > Hey guys, > > Sorry for the failed attempts at obscuring the company I work for. My boss > wouldn't take too kindly to it if I revealed that information on a mailing > list. :) It's easily deducible from the IP addresses anyway... > So anyway, I realized that c

Re: [CentOS] [OT] GNU bc base conversion

2015-08-28 Thread Gordon Messmer
On 08/28/2015 07:15 AM, Mike - st257 wrote: Thoughts as to why my BC functions aren't properly converting between bases? Decimal to binary or hex works fine, but not binary or hex to decimal and so forth. I'm not an expert in bc, so I might be wrong, but it looks like setting the ibase inside

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Robert Wolfe
Where are the rest of the site's documents store? In /var/www/html? -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 10:20 AM To: CentOS mailing list Subject: Re: [CentOS] apache mysterious 404 e

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Tim Dunphy
Hi Robert, It's this: drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images Thanks, Tim On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe wrote: > What is the absolute path on the server that /mycompanyStore/images/ is > store in? > > -Original Message- > From: c

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Robert Wolfe
What is the absolute path on the server that /mycompanyStore/images/ is store in? -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 10:12 AM To: CentOS mailing list Subject: Re: [CentOS] apache mys

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Tim Dunphy
Hey guys, Sorry for the failed attempts at obscuring the company I work for. My boss wouldn't take too kindly to it if I revealed that information on a mailing list. :) So anyway, I realized that capitalization might be the problem. So I renamed the directory to match what was in the URL. That d

[CentOS] [OT] GNU bc base conversion

2015-08-28 Thread Mike - st257
Hello CentOS List Members, Thoughts as to why my BC functions aren't properly converting between bases? Decimal to binary or hex works fine, but not binary or hex to decimal and so forth. No doubt the syntax is in some way wrong, but when I test from the CLI and the right values are returned, I h

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Robert Wolfe
Check the links again. Remove the * from images*/ and you should be all set. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Tim Dunphy Sent: Thursday, August 27, 2015 5:18 PM To: CentOS mailing list Subject: [CentOS] apache mysterious

Re: [CentOS] Cisco UCS HBA Firmware - 1.6.0.12(b)

2015-08-28 Thread Jonathan Billings
On Fri, Aug 28, 2015 at 09:32:10AM +0530, Saravanan Arumugam wrote: > Any idea when Cisco UCS Firmware Package will be included in centos > Patching ? > > I had planned for Ontab storage upgarde, hence needed this level > firmware version on CentOS > > Any help and leads will help me to plan th

[CentOS] regenerating /var/lib/logrotate.status

2015-08-28 Thread Robert Moskowitz
I had a system date problem when logrotate ran for the first time such that /var/lib/logrotate.status has: logrotate state -- version 2 "/var/log/yum.log" 1970-1-1-0:0:0 "/var/log/wtmp" 1970-1-1-0:0:0 "/var/log/chrony/*.log" 1970-1-1-0:0:0 "/var/log/spooler" 1970-1-1-0:0:0 "/var/log/btmp" 1970-1

[CentOS] CentOS-announce Digest, Vol 126, Issue 12

2015-08-28 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] apache mysterious 404 error

2015-08-28 Thread Tony Mountifield
Hi Tim, It really helps both the web server and us if you are consistent with both spelling and capitalisation. I don't know whether you retyped stuff into your posting or copied and pasted it, but if you look below you will see at least these variations: /mycopmanyStore/ /mycompanystore/ /mycpmp

Re: [CentOS] apache mysterious 404 error

2015-08-28 Thread Richard
Original Message > Date: Friday, August 28, 2015 07:40:43 +0200 > From: Luigi Rosa > > Tim Dunphy wrote on 28/08/2015 00:18: > >> And made sure that the document root setup in the vhost for the >> site I'm serving has permissions for the apache user. Yet some >> of

Re: [CentOS] centos 6 - changing resolv.conf by hand gets overwritten by rebooting

2015-08-28 Thread Nicolas Thierry-Mieg
On 08/27/2015 09:36 PM, George wrote: given machine with C6 x86_64 (seen on C 6.6 but also before and probably still present on C6.7) only 1 interface, there is dhcp on this network (for kickstarting) but the machines have static ip's, and NO networkmanager installed contents of resolv.conf se

Re: [CentOS] C7 bind-sdb

2015-08-28 Thread Giorgio Bersano
Hi Robert, I've no experience with DLZ but IIUC your first question 2015-08-27 22:00 GMT+02:00 Robert Moskowitz : > This seems to be just a stub with 3 READMEs? > > # locate bind-sdb > /usr/share/doc/bind-sdb-9.9.4 > /usr/share/doc/bind-sdb-9.9.4/INSTALL.ldap > /usr/share/doc/bind-sdb-9.9.4/README

Re: [CentOS] virt-manager with dhcpd running on same machine

2015-08-28 Thread Ron Yorston
Jerry Geis wrote: >If I have dhcpd running on my machine, >and I wish to run virt-manager on the same machine >How do I do that - its telling me an error for starting the network >and the error is that DHCPD is already running - port in use. It seems there's a problem with dnsmasq, which is us

Re: [CentOS] virt-manager with dhcpd running on same machine

2015-08-28 Thread Ashish Yadav
Hi, On Fri, Aug 28, 2015 at 2:13 AM, Jerry Geis wrote: > If I have dhcpd running on my machine, > and I wish to run virt-manager on the same machine > How do I do that - its telling me an error for starting the network > and the error is that DHCPD is already running - port in use. > > Above