Re: [CentOS] Strange behavior from software RAID

2013-03-03 Thread Gerry Reno
You can usually generate a new mdadm.conf using: rm /etc/mdadm.conf mdadm --detail --scan >> /etc/mdadm.conf On 03/02/2013 09:35 PM, Harold Pritchett wrote: > Somewhere, mdadm is cacheing information. Here is my /etc/mdadm.conf file: > > more /etc/mdadm.conf > # mdadm.conf written out by anacon

Re: [CentOS] Tomcat query from complete newbie

2013-03-03 Thread Les Mikesell
On Sat, Mar 2, 2013 at 9:45 AM, Timothy Murphy wrote: > I'm a complete tomcat beginner - > (I installed it on my CentOS-6.3 server this morning.) > According to the web-interface on port 8080 > tomcat is running fine. > > Basically, I want to allow a Java program I have written > (which works well

Re: [CentOS] Tomcat query from complete newbie

2013-03-03 Thread John R Pierce
On 3/2/2013 7:45 AM, Timothy Murphy wrote: > As I understand it, tomcat can either be run "standalone" > or "behind apache". > I am running httpd on the server, so either method should be available. > It seems that the standalone option is simpler, > so I would probably prefer that. the main reaso

[CentOS] OT? : Big Yellow Cursor

2013-03-03 Thread Beartooth
Last time I had a machine running CentOS (6.2 iirc) I had managed to get a big yellow arrow to show the mouse cursor. It was wonderful. Now I have machines running Fedora (17 & 18) and Puppy (5.0) -- and I need cursor symbols that my antiquated eyeballs can spot even through tri

[CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
I am trying to recall back at least 2 years, and my notes are poor, and my searching appears to be worst... Seems I recall that last when I set up my apache server, the spammers were posting to it so it would send out the spam on port 25. There was some conf that I did to block this, but I did

[CentOS] Not installing avahi in a kickstart install

2013-03-03 Thread Robert Moskowitz
In the packages section of my kickstart I have: -avahi and I am still getting avahi and all of its rpms installed. I don't want avahi on my servers, how do I specify in a kickstart to NOT install it? ___ CentOS mailing list CentOS@centos.org http://

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread John R Pierce
On 3/3/2013 1:30 PM, Robert Moskowitz wrote: > Seems I recall that last when I set up my apache server, the spammers > were posting to it so it would send out the spam on port 25. There was > some conf that I did to block this, but I did not document it, and I > can't find any reference to this.

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Alexander Dalloz
Am 03.03.2013 22:30, schrieb Robert Moskowitz: > I am trying to recall back at least 2 years, and my notes are poor, and > my searching appears to be worst... > > Seems I recall that last when I set up my apache server, the spammers > were posting to it so it would send out the spam on port 25.

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 04:33 PM, Reindl Harald wrote: > > Am 03.03.2013 22:30, schrieb Robert Moskowitz: >> I am trying to recall back at least 2 years, and my notes are poor, and >> my searching appears to be worst... >> >> Seems I recall that last when I set up my apache server, the spammers >> were post

Re: [CentOS] Not installing avahi in a kickstart install

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 04:39 PM, Reindl Harald wrote: > > Am 03.03.2013 22:35, schrieb Robert Moskowitz: >> In the packages section of my kickstart I have: >> >> -avahi >> >> and I am still getting avahi and all of its rpms installed. I don't >> want avahi on my servers, how do I specify in a kickstart to

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 04:37 PM, John R Pierce wrote: > On 3/3/2013 1:30 PM, Robert Moskowitz wrote: >> Seems I recall that last when I set up my apache server, the spammers >> were posting to it so it would send out the spam on port 25. There was >> some conf that I did to block this, but I did not docum

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 04:39 PM, Alexander Dalloz wrote: > Am 03.03.2013 22:30, schrieb Robert Moskowitz: >> I am trying to recall back at least 2 years, and my notes are poor, and >> my searching appears to be worst... >> >> Seems I recall that last when I set up my apache server, the spammers >> were pos

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread zGreenfelder
On Sun, Mar 3, 2013 at 4:37 PM, John R Pierce wrote: > On 3/3/2013 1:30 PM, Robert Moskowitz wrote: >> Seems I recall that last when I set up my apache server, the spammers >> were posting to it so it would send out the spam on port 25. There was >> some conf that I did to block this, but I did n

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Alexander Dalloz
Am 03.03.2013 22:49, schrieb Robert Moskowitz: > There was an attack, and if you search you will find references to it, > where the spammers post to your web server in such a way that they relay > out port 25. They send to your port 80, but you send out port 25. For > example: > > http://for

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 04:58 PM, zGreenfelder wrote: > On Sun, Mar 3, 2013 at 4:37 PM, John R Pierce wrote: >> On 3/3/2013 1:30 PM, Robert Moskowitz wrote: >>> Seems I recall that last when I set up my apache server, the spammers >>> were posting to it so it would send out the spam on port 25. There was

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 05:06 PM, Alexander Dalloz wrote: > Am 03.03.2013 22:49, schrieb Robert Moskowitz: > >> There was an attack, and if you search you will find references to it, >> where the spammers post to your web server in such a way that they relay >> out port 25. They send to your port 80, but y

Re: [CentOS] Not installing avahi in a kickstart install

2013-03-03 Thread Natxo Asenjo
On Sun, Mar 3, 2013 at 10:52 PM, Robert Moskowitz wrote: > > On 03/03/2013 04:39 PM, Reindl Harald wrote: >> >> Am 03.03.2013 22:35, schrieb Robert Moskowitz: >>> In the packages section of my kickstart I have: >>> >>> -avahi >>> >>> and I am still getting avahi and all of its rpms installed. I d

Re: [CentOS] OT? : Big Yellow Cursor

2013-03-03 Thread Robert
On Sun, 3 Mar 2013 20:21:34 + (UTC) Beartooth wrote: > Last time I had a machine running CentOS (6.2 iirc) I had managed > to get a big yellow arrow to show the mouse cursor. It was wonderful. > > Now I have machines running Fedora (17 & 18) and Puppy (5.0) -- > and I need curs

Re: [CentOS] Strange behavior from software RAID

2013-03-03 Thread Gordon Messmer
On 03/02/2013 06:35 PM, Harold Pritchett wrote: > When I boot the system, I end up with two unexpected, unconfigured > volume groups. "RAID set" is a better term. The term "volume group" describes components of the LVM system, which is not directly related to md raid. > Where the heck are /dev

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Joseph Spenner
On 03/03/2013 05:06 PM, Alexander Dalloz wrote: > Am 03.03.2013 22:49, schrieb Robert Moskowitz: > >> There was an attack, and if you search you will find references to it, >> where the spammers post to your web server in such a way that they relay >> out port 25.  They send to your port 80, but y

Re: [CentOS] Not installing avahi in a kickstart install

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 05:28 PM, Natxo Asenjo wrote: > On Sun, Mar 3, 2013 at 10:52 PM, Robert Moskowitz > wrote: >> On 03/03/2013 04:39 PM, Reindl Harald wrote: >>> Am 03.03.2013 22:35, schrieb Robert Moskowitz: In the packages section of my kickstart I have: -avahi and I am sti

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 05:39 PM, Reindl Harald wrote: > > Am 03.03.2013 22:49, schrieb Robert Moskowitz: >> On 03/03/2013 04:33 PM, Reindl Harald wrote: >>> Am 03.03.2013 22:30, schrieb Robert Moskowitz: I am trying to recall back at least 2 years, and my notes are poor, and my searching appears

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Robert Moskowitz
On 03/03/2013 05:46 PM, Joseph Spenner wrote: > On 03/03/2013 05:06 PM, Alexander Dalloz wrote: > >> Am 03.03.2013 22:49, schrieb Robert Moskowitz: >> >>> There was an attack, and if you search you will find references to it, >>> where the spammers post to your web server in such a way that they r

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread Eddie G. O'Connor Jr.
On 03/03/2013 04:49 PM, Robert Moskowitz wrote: > On 03/03/2013 04:33 PM, Reindl Harald wrote: >> Am 03.03.2013 22:30, schrieb Robert Moskowitz: >>> I am trying to recall back at least 2 years, and my notes are poor, and >>> my searching appears to be worst... >>> >>> Seems I recall that last when

Re: [CentOS] suggestions for simple audio editor

2013-03-03 Thread Carl T. Miller
On 02/28/2013 08:15 PM, Rob Kampen wrote: > On 03/01/2013 07:24 AM, Fred Smith wrote: >> What I think you're saying is: if you place the cursor at a location >> that is, e.g., 1.43 seconds into the clip, right-click then drag (in >> either direction) until you've selected the part you want to cut,

[CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Fred Smith
Has anyone gotten 64-bit google earth to run on el6 x86_64? It dies almost immediately, complaining for lack of ld-lsb.so.3. Perusing user forums at google I see a few others with the problem, but no (working) solutions. Thanks in advance! -- Fred Smith -- fre...@fcshome.stoneham.ma.us ---

Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Earl Ramirez
On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote: > Has anyone gotten 64-bit google earth to run on el6 x86_64? > > It dies almost immediately, complaining for lack of ld-lsb.so.3. > Perusing user forums at google I see a few others with the problem, > but no (working) solutions. > > Thanks in

Re: [CentOS] preventing apache from being a mail relay

2013-03-03 Thread John R. Dennison
On Sun, Mar 03, 2013 at 04:54:46PM -0500, Robert Moskowitz wrote: > > Since this server is only apache and supplies ntp for internal systems, > I am able to run with selinux. Not to start an selinux flamewar but there is no reason that selinux can not be used on any server in any role serving an

Re: [CentOS] Google Earth on EL6.x x86_64

2013-03-03 Thread Fred Smith
On Mon, Mar 04, 2013 at 10:56:26AM +0800, Earl Ramirez wrote: > On Sun, 2013-03-03 at 21:49 -0500, Fred Smith wrote: > > Has anyone gotten 64-bit google earth to run on el6 x86_64? > > > > It dies almost immediately, complaining for lack of ld-lsb.so.3. > > Perusing user forums at google I see a f

[CentOS] Lockups with kernel-2.6.32-358.0.1.el6.i686

2013-03-03 Thread Ian Pilcher
I updated my home server with the 6.4 CR packages, and I've experienced 3 or 4 hard lockups since. The server is a fanless VIA C7 "CentaurHauls" system with a 1GHz CPU underclocked to 800MHz and 1GB of RAM. It has a dual-port Intel 82546GB NIC in its single PCI slot. (It also has an on-board Rea

Re: [CentOS] acrobat reader for x86_64?

2013-03-03 Thread Sorin Srbu
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Fred Smith > Sent: Saturday, March 02, 2013 5:03 AM > To: centos@centos.org > Subject: [CentOS] acrobat reader for x86_64? > > Adobe doesn't seem to have acroread for x86_64 linux, or a