Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Ray Van Dolson
On Thu, Jul 24, 2008 at 09:33:37PM -0700, Indunil Jayasooriya wrote:
> >
> >
> > Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
> >
> >
> >
> > I don't have a RHEL 5.2 at hand right now to give you the other.
> 
> here's mine
> 
> [EMAIL PROTECTED] ~]# cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 5 (Tikanga)
> 

$ cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 5.2 (Tikanga)

Ray
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Indunil Jayasooriya
>
>
> Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
>
>
>
> I don't have a RHEL 5.2 at hand right now to give you the other.

here's mine

[EMAIL PROTECTED] ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5 (Tikanga)


-- 
Thank you
Indunil Jayasooriya
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: 6TB SCSI RAID vs. Centos

2008-07-24 Thread Tim Nelson
I'll second that... we recently put a system online with over 3TB of storage. 
The only way to create a storage medium that large was to use a gpt disk label 
and use parted to do the partitioning. mkfs had no problems formatting the 
partition and it's been working properly for quite some time now.

Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105

- Original Message -
From: "Scott Silva" <[EMAIL PROTECTED]>
To: centos@centos.org
Sent: Thursday, July 24, 2008 5:56:47 PM GMT -06:00 Guadalajara / Mexico City / 
Monterrey
Subject: [CentOS] Re: 6TB SCSI RAID vs. Centos

on 7-24-2008 3:42 PM Milt Mallory spake the following:
> I have an Infortrend RAID box I’d like to see as one big 6TB partition, 
> but I only can get 2.2TB partitions to work. I was trying to do this 
> with an Adaptec controller but apparently they are only (any of them) 48 
> bits wide. Does anybody have a working system for SCSI/Centos over 2.2TB?
> 
>
Did you try creating GPT partitions with parted? Fdisk won't do it.

-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Lanny Marcus
On Thu, Jul 24, 2008 at 6:29 PM, Scott Silva <[EMAIL PROTECTED]> wrote:
> on 7-24-2008 4:18 PM Lanny Marcus spake the following:
>> On Thu, Jul 24, 2008 at 5:04 PM, Scott Silva
>>  wrote:
>>> on 7-24-2008 2:41 PM Lanny Marcus spake the following:

 I know a lot of you are using IPCop where you work. They have three
 (3) updates posted, during the past two (2) days. The last one, I'm
 getting an error, when I try to Download it, and I will report that to
 the IPCop list or bugzilla after I send this message.
 "No such file or directory


 http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";
>>>
>>> Sometimes their updates take a while to hit the mirrors. I don't think
>>> they
>>> delay the announcements until the mirrors are synced.
>>
>> 
>> Scott: After I posted that, a few minutes later, it was working and I
>> posted a follow up here that it's working OK. Lanny
>
> Yeah... Those always show up right after you hit "send" don't they?

In this case, it was about 7 minutes later. I know you are one of the
people on this list who use IPCop at work. One of the 3 updates
requires a reboot for the updated kernel. I told my wife and daughter
they were going to lose connectivity for several minutes. At work, you
do the reboot at  3 A.M.  or you have users who are furious, or you
send them a message the network is going down temporarily?

The phone company replaced our ADSL Modem and with the change to
opendns.com our Internet service is working *much* better. :-)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Native Command Queueing

2008-07-24 Thread John R Pierce

Matt wrote:

I was monitoring it with SAR and there was very high level of IOWait, meaning 
the drive was having a hard time.
  


How bad does the below look?  Dual core AM2 5600+ with 4G DDR2 and
single SATA2 drive.

Matt

10:10:01 AM   all 20.54  0.00  4.09 15.85 59.52
05:40:01 PM   CPU %user %nice   %system   %iowait %idle
05:50:01 PM   all  7.20  0.00  2.49  5.08 85.23
  

...


use `iostat -x 5` for 5 second intervals with a lot more detail on disk 
IO operations.  ignore the first output sample, thats the average since 
last boot..iostat is part of the sysstat package, yum install 
sysstat, if you don't already have it.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] selinux & httpd & portmap

2008-07-24 Thread Ian Blackwell

Craig White wrote:

Suggest that you make sure you are fully updated, then
'touch /.autorelabel' then reboot (reboot at a time you choose because
it may take a long time to relabel every file on your system -
especially if you have a lot of files).

Craig
  
What Craig implies is that your system won't be available for quite a 
long time (relatively), while the relabel takes place.  The boot time 
with an autorelabel is very long, and you won't have access to the 
server until the relabel is completed.  So choose your time for the 
reboot with that knowledge.


Ian


smime.p7s
Description: S/MIME Cryptographic Signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Native Command Queueing

2008-07-24 Thread Scott Silva

on 7-24-2008 4:21 PM Matt spake the following:

I was monitoring it with SAR and there was very high level of IOWait, meaning 
the drive was having a hard time.


How bad does the below look?  Dual core AM2 5600+ with 4G DDR2 and
single SATA2 drive.

Matt





05:40:01 PM   CPU %user %nice   %system   %iowait %idle
05:50:01 PM   all  7.20  0.00  2.49  5.08 85.23
Average:  all 14.13  0.00  3.12 14.85 67.90
User and IOwaits are a little high. Not going to stop the server, but it stops 
it from hitting its full potential.

How many users?
I have a server with about 80 users and my averages are;

Average:  all  6.00  0.00  3.65  3.95 86.40
That is with 2 dualcore XEON's at 2.2 Gh and 4 gigs and a SATA raid 5 (3ware)..
It was on a single drive for a month or so after a recovery and I had IOwaits 
like yours. System was sluggish. Users whined. It wasn't pretty. The single 
drive was the fastest recovery while I had to replace some drives that tanked. 
I have a spare, but not 3.




--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Scott Silva

on 7-24-2008 4:18 PM Lanny Marcus spake the following:

On Thu, Jul 24, 2008 at 5:04 PM, Scott Silva  wrote:

on 7-24-2008 2:41 PM Lanny Marcus spake the following:

I know a lot of you are using IPCop where you work. They have three
(3) updates posted, during the past two (2) days. The last one, I'm
getting an error, when I try to Download it, and I will report that to
the IPCop list or bugzilla after I send this message.
"No such file or directory

http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";

Sometimes their updates take a while to hit the mirrors. I don't think they
delay the announcements until the mirrors are synced.


Scott: After I posted that, a few minutes later, it was working and I
posted a follow up here that it's working OK. Lanny

Yeah... Those always show up right after you hit "send" don't they?


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Native Command Queueing

2008-07-24 Thread nate
Matt wrote:

> How bad does the below look?  Dual core AM2 5600+ with 4G DDR2 and
> single SATA2 drive.
[..]
> 05:40:01 PM   CPU %user %nice   %system   %iowait %idle
> 05:50:01 PM   all  7.20  0.00  2.49  5.08 85.23
> Average:  all 14.13  0.00  3.12 14.85 67.90

The average looks average.. with stats only collecting once every
10 minutes it's hard to say. I collect my stats using sar and pipe
them into cacti every minute.

If you get say into the 25-30% range I'd be concerned.

What kind of mail system are you running ? Is it simply a SMTP relay
or is mail being stored on the system and users accessing it? If
users are accessing it what type of mail storage(mbox, maildir, cyrus
etc).

nate

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing SDLT600's

2008-07-24 Thread nate
Daniel Bird wrote:

> Actually, no. Below is the output  from /proc/scsi/scsi
[..]
> Host: scsi1 Channel: 00 Id: 02 Lun: 01
>   Vendor: QUANTUM  Model: SDLT600  Rev: 1A1A
>   Type:   Sequential-AccessANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 02 Lun: 02
>   Vendor: QUANTUM  Model: SDLT600  Rev: 1A1A
>   Type:   Sequential-AccessANSI SCSI revision: 02

You can try rescanning the bus:

http://misterd77.blogspot.com/2007/12/how-to-scan-scsi-bus-with-26-kernel.html

But it sounds like despite what the qlogic app says the devices
are not exported to the host.

nate


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Native Command Queueing

2008-07-24 Thread Matt
>>I was monitoring it with SAR and there was very high level of IOWait, meaning 
>>the drive was having a hard time.

How bad does the below look?  Dual core AM2 5600+ with 4G DDR2 and
single SATA2 drive.

Matt

10:10:01 AM   all 20.54  0.00  4.09 15.85 59.52
10:20:01 AM   all 19.96  0.00  4.17 16.81 59.06
10:30:01 AM   all 15.94  0.00  2.48 14.78 66.80
10:40:01 AM   all 14.15  0.00  3.62 13.13 69.11
10:50:01 AM   all 13.77  0.00  3.53 13.52 69.18
11:00:02 AM   all 13.71  0.00  2.24 12.33 71.73
11:10:01 AM   all 14.42  0.00  3.51 13.19 68.88
11:20:01 AM   all 12.32  0.00  3.37 11.74 72.57
11:30:01 AM   all 13.93  0.00  2.54 16.23 67.30
11:40:01 AM   all 14.59  0.00  3.68 11.27 70.46
11:50:01 AM   all 12.74  0.00  3.27 11.18 72.81
12:00:01 PM   all 10.75  0.00  1.71  9.68 77.86
12:10:01 PM   all 13.32  0.00  3.26 12.21 71.21
12:20:01 PM   all 11.91  0.00  3.86 12.84 71.40
12:30:01 PM   all 13.89  0.00  2.33 11.74 72.04
12:40:01 PM   all 10.78  0.00  3.13 10.23 75.86
12:50:01 PM   all 10.78  0.00  3.07  9.47 76.68
01:00:01 PM   all  9.44  0.00  1.72 10.24 78.60
01:10:01 PM   all 12.45  0.00  3.34 10.54 73.66
01:20:01 PM   all 12.14  0.00  3.46 11.44 72.97
01:30:01 PM   all 18.43  0.00  2.64 13.01 65.92
01:40:01 PM   all 14.97  0.00  3.54 11.34 70.14
01:50:02 PM   all 11.42  0.00  3.16  9.36 76.06
02:00:01 PM   all 10.74  0.00  1.81  8.49 78.96
02:10:01 PM   all 10.37  0.00  3.02  7.47 79.14
02:20:02 PM   all 11.69  0.00  3.49  9.86 74.96
02:30:01 PM   all  8.71  0.00  1.62  7.40 82.27
02:40:01 PM   all  9.92  0.00  3.21  8.60 78.26
02:50:02 PM   all  9.11  0.00  3.08  9.20 78.60
03:00:01 PM   all 12.38  0.00  2.12 11.28 74.22
03:10:01 PM   all 12.17  0.00  3.38  9.51 74.94
03:20:01 PM   all 10.21  0.00  3.17 10.73 75.90
03:30:01 PM   all 13.11  0.00  2.51 16.24 68.13
03:40:01 PM   all 13.11  0.00  3.22  8.39 75.28
03:50:01 PM   all  9.08  0.00  2.92  7.47 80.54
04:00:02 PM   all  7.51  0.00  1.43  5.94 85.12
04:10:02 PM   all 11.25  0.00  3.23 10.89 74.63
04:20:01 PM   all 12.52  0.00  3.62  9.57 74.29
04:30:01 PM   all  9.07  0.00  1.61  6.85 82.47
04:40:02 PM   all  8.86  0.00  2.80  7.74 80.61
04:50:01 PM   all  8.37  0.00  2.80  6.67 82.16
05:00:01 PM   all  9.10  0.00  1.38  6.17 83.34
05:10:01 PM   all 10.93  0.00  3.01  6.24 79.81
05:20:01 PM   all  8.60  0.00  3.48  7.52 80.40
05:30:01 PM   all  7.37  0.00  1.44  6.14 85.04
05:40:01 PM   all 10.30  0.00  3.03  6.79 79.88

05:40:01 PM   CPU %user %nice   %system   %iowait %idle
05:50:01 PM   all  7.20  0.00  2.49  5.08 85.23
Average:  all 14.13  0.00  3.12 14.85 67.90
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Lanny Marcus
On Thu, Jul 24, 2008 at 5:04 PM, Scott Silva <[EMAIL PROTECTED]> wrote:
> on 7-24-2008 2:41 PM Lanny Marcus spake the following:
>>
>> I know a lot of you are using IPCop where you work. They have three
>> (3) updates posted, during the past two (2) days. The last one, I'm
>> getting an error, when I try to Download it, and I will report that to
>> the IPCop list or bugzilla after I send this message.
>> "No such file or directory
>>
>> http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";
>
> Sometimes their updates take a while to hit the mirrors. I don't think they
> delay the announcements until the mirrors are synced.

Scott: After I posted that, a few minutes later, it was working and I
posted a follow up here that it's working OK. Lanny
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing SDLT600's

2008-07-24 Thread Daniel Bird

nate wrote:

Daniel Bird wrote:

  

Using the QLoigic SAN Surfer software all the LUN's/devices are visible
to the host.



Do you see the devices in /proc/scsi/scsi ?
  

Actually, no. Below is the output  from /proc/scsi/scsi

Attached devices:
Host: scsi0 Channel: 00 Id: 08 Lun: 00
 Vendor: DP   Model: BACKPLANERev: 1.05
 Type:   EnclosureANSI SCSI revision: 05
Host: scsi0 Channel: 02 Id: 00 Lun: 00
 Vendor: DELL Model: PERC 5/i Rev: 1.03
 Type:   Direct-AccessANSI SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
 Vendor: ATL  Model: P10006220050 Rev: 0230
 Type:   Medium Changer   ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 01
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 02
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 03
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 01 Lun: 00
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 01 Lun: 01
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 01 Lun: 02
 Vendor: QUANTUM  Model: DLT7000  Rev: 2769
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 02 Lun: 00
 Vendor: M4 DATA  Model: MagFile  Rev: 6.0
 Type:   Medium Changer   ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 02 Lun: 01
 Vendor: QUANTUM  Model: SDLT600  Rev: 1A1A
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 02 Lun: 02
 Vendor: QUANTUM  Model: SDLT600  Rev: 1A1A
 Type:   Sequential-AccessANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 02 Lun: 03
 Vendor: ATTO Model: 1290 ServicesRev: 1.46
 Type:   EnclosureANSI SCSI revision: 02

Lots of RAID 5 Devices from disk array

Dan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: 6TB SCSI RAID vs. Centos

2008-07-24 Thread Scott Silva

on 7-24-2008 3:42 PM Milt Mallory spake the following:
I have an Infortrend RAID box I’d like to see as one big 6TB partition, 
but I only can get 2.2TB partitions to work. I was trying to do this 
with an Adaptec controller but apparently they are only (any of them) 48 
bits wide. Does anybody have a working system for SCSI/Centos over 2.2TB?




Did you try creating GPT partitions with parted? Fdisk won't do it.

--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6TB SCSI RAID vs. Centos

2008-07-24 Thread Joshua Baker-LePain

On Thu, 24 Jul 2008 at 6:42pm, Milt Mallory wrote


I have an Infortrend RAID box I'd like to see as one big 6TB partition,
but I only can get 2.2TB partitions to work. I was trying to do this
with an Adaptec controller but apparently they are only (any of them) 48
bits wide. Does anybody have a working system for SCSI/Centos over
2.2TB?


Are you using gpt disk labels and parted (rather than fdisk) to do your 
partitioning?


--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing SDLT600's

2008-07-24 Thread nate
Daniel Bird wrote:

> Using the QLoigic SAN Surfer software all the LUN's/devices are visible
> to the host.

Do you see the devices in /proc/scsi/scsi ?

nate

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6TB SCSI RAID vs. Centos

2008-07-24 Thread nate
Milt Mallory wrote:
> I have an Infortrend RAID box I'd like to see as one big 6TB partition,
> but I only can get 2.2TB partitions to work. I was trying to do this
> with an Adaptec controller but apparently they are only (any of them) 48
> bits wide. Does anybody have a working system for SCSI/Centos over
> 2.2TB?

What have you done to try to get it working?

http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html

Last I recall drives larger than 2TB weren't "officially" supported by
Red hat so it may not be perfect.

The last infortrend systems I used supported exporting logical drives
of smaller sizes which worked for me.

Last I heard you couldn't boot off of drives larger than 2TB with a
normal bios(with Intel's EFI I think you can?).

nate

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firewall in CentOS 5.1

2008-07-24 Thread Robert Spangler
On Thursday 24 July 2008 03:34, Gopinath Achari wrote:

>Please suggest me a good firewall package for Cent OS 5.1 Server. This
>  server is going to face to internet and will be accessed by the branch
>  offices.

IPTABLES is the best firewall you are going to get on Linux.
Sure you can use a gui program but nothing beats the CLI.


-- 

Regards
Robert

Smile... it increases your face value!
Linux User #296285
http://counter.li.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Missing SDLT600's

2008-07-24 Thread Daniel Bird

Hi All,
I have a CentOS5.2 server using a Qlogic QLE220 HBA, connected to 
Quantum DX30  and M1800 libraries via a Qlogic SANbox 5600 switch.  I've 
installed the latest (v8.02.14) drivers from Qlogic for the HBA


The issue I have is I am missing 2 of the 4 SDLT drives provided by the 
M1800 Library.  The DX30 provides 6 drives, which are listed in dmesg 
and assigned /dev/st0->5. I would expect the SDLT's to be st6->10 but I 
only see up to st7 and dmesg only lists 2


Using the QLoigic SAN Surfer software all the LUN's/devices are visible 
to the host.


FYI, I also have an old Sun220R connected to this same switch with a 
qlogic card; Solaris 9 has no trouble seeing all LUNs and devices.


I've "googled" for a fair while and have not see anything that helps. My 
FC knowledge on CentOS is limited so any help with troubleshooting this 
would be greatly appreciated.


TIA
Dan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] 6TB SCSI RAID vs. Centos

2008-07-24 Thread Milt Mallory
I have an Infortrend RAID box I'd like to see as one big 6TB partition,
but I only can get 2.2TB partitions to work. I was trying to do this
with an Adaptec controller but apparently they are only (any of them) 48
bits wide. Does anybody have a working system for SCSI/Centos over
2.2TB?

 

Milt Mallory

Topix.com

650-461-8316

 

Always consider the issues of progressive enhancement and graceful
degradation (from Dom Scripting manual)

 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] POOR: results using 'dig +short porttest.dns-oarc.net TXT'

2008-07-24 Thread Barry Brimer
Quoting Johnny Hughes <[EMAIL PROTECTED]>:

> Larry Vaden wrote:
> > What are the likely cockpit errors involved when getting POOR results
> > when running this test on an updated CentOS 5.2?
> >
> > Kind regards/ldv
> >
> > [EMAIL PROTECTED] ~]# dig +short porttest.dns-oarc.net TXT
> > z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
> > "a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev 0.00"
>
> if this is a centos machine (your dns server) ... you may have a line
> like this in the config named.conf file:
>
>   query-source address * port 53;

Or you may be forwarding to an unpatched DNS server, or you may be behind a NAT
devices that remaps the source ports on outgoing requests.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] POOR: results using 'dig +short porttest.dns-oarc.net TXT'

2008-07-24 Thread Larry Vaden
On Thu, Jul 24, 2008 at 5:10 PM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
> Larry Vaden wrote:
>>
>> What are the likely cockpit errors involved when getting POOR results
>> when running this test on an updated CentOS 5.2?
>>
>> Kind regards/ldv
>>
>> [EMAIL PROTECTED] ~]# dig +short porttest.dns-oarc.net TXT
>> z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
>> "a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev
>> 0.00"
>
> if this is a centos machine (your dns server) ... you may have a line like
> this in the config named.conf file:
>
>  query-source address * port 53;

BINGO, Johnny.  Thanks.

rgds/ldv
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] POOR: results using 'dig +short porttest.dns-oarc.net TXT'

2008-07-24 Thread Johnny Hughes

Larry Vaden wrote:

What are the likely cockpit errors involved when getting POOR results
when running this test on an updated CentOS 5.2?

Kind regards/ldv

[EMAIL PROTECTED] ~]# dig +short porttest.dns-oarc.net TXT
z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
"a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev 0.00"


if this is a centos machine (your dns server) ... you may have a line 
like this in the config named.conf file:


 query-source address * port 53;

Thanks,
Johnny Hughes



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Scott Silva

on 7-24-2008 2:41 PM Lanny Marcus spake the following:

I know a lot of you are using IPCop where you work. They have three
(3) updates posted, during the past two (2) days. The last one, I'm
getting an error, when I try to Download it, and I will report that to
the IPCop list or bugzilla after I send this message.
"No such file or directory
http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";
Sometimes their updates take a while to hit the mirrors. I don't think they 
delay the announcements until the mirrors are synced.


The problem I was having, after the huge update to 5.2, with the
Evolution Calendar (which I do not use) crashing, when I exited from
Evolution, has almost
completely disappeared. One or more of the updates since the huge
update eliminated most of that problem. It seems to only happen now
when I am going
to log out of my Desktop or shut it down and only rarely.



--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] pptp server configuration

2008-07-24 Thread Ramon Nieto

They are now using OpenVPN instead, and are very happy with it.
I know openvpn is a better solution i'm using it to connect the branch offices 
with the main office.

We use pptp because the easy configuration on the user's computer, there is no 
need to install extra software and it works with clients using windows, linux 
or mac.




__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Lanny Marcus
On Thu, Jul 24, 2008 at 4:41 PM, Lanny Marcus <[EMAIL PROTECTED]> wrote:
> I know a lot of you are using IPCop where you work. They have three
> (3) updates posted, during the past two (2) days. The last one, I'm
> getting an error, when I try to Download it, and I will report that to
> the IPCop list or bugzilla after I send this message.
> "No such file or directory
> http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";

Follow on: That has been fixed. I got the 1.4.21 update and it is installed.


> The problem I was having, after the huge update to 5.2, with the
> Evolution Calendar (which I do not use) crashing, when I exited from
> Evolution, has almost
> completely disappeared. One or more of the updates since the huge
> update eliminated most of that problem. It seems to only happen now
> when I am going
> to log out of my Desktop or shut it down and only rarely.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] IPCop updates, Evolution Calendar rarely crashes now

2008-07-24 Thread Lanny Marcus
I know a lot of you are using IPCop where you work. They have three
(3) updates posted, during the past two (2) days. The last one, I'm
getting an error, when I try to Download it, and I will report that to
the IPCop list or bugzilla after I send this message.
"No such file or directory
http://prdownloads.sourceforge.net/ipcop/ipcop-1.4.21-update.i386.tgz.gpg?download";

The problem I was having, after the huge update to 5.2, with the
Evolution Calendar (which I do not use) crashing, when I exited from
Evolution, has almost
completely disappeared. One or more of the updates since the huge
update eliminated most of that problem. It seems to only happen now
when I am going
to log out of my Desktop or shut it down and only rarely.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: POOR: results using 'dig +short porttest.dns-oarc.net TXT'

2008-07-24 Thread Scott Silva

on 7-24-2008 2:24 PM Larry Vaden spake the following:

What are the likely cockpit errors involved when getting POOR results
when running this test on an updated CentOS 5.2?

Kind regards/ldv

[EMAIL PROTECTED] ~]# dig +short porttest.dns-oarc.net TXT
z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
"a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev 0.00"
Having a listen port defined in the config or running named with a "-p {port}" 
will do it.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] POOR: results using 'dig +short porttest.dns-oarc.net TXT'

2008-07-24 Thread Larry Vaden
What are the likely cockpit errors involved when getting POOR results
when running this test on an updated CentOS 5.2?

Kind regards/ldv

[EMAIL PROTECTED] ~]# dig +short porttest.dns-oarc.net TXT
z.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.
"a.b.c.d is POOR: 26 queries in 1.3 seconds from 1 ports with std dev 0.00"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.

2008-07-24 Thread Jim Perrin
On Thu, Jul 24, 2008 at 4:12 PM, Paul Johnson <[EMAIL PROTECTED]> wrote:
> I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a
> more-or-less stable base of Centos-5.2.  I asked for packages in this,
> but got no answers. So now I've built them and will let you try them
> if you want. I used the source packages from Fedora 8 and 9.


You might want to take a look at joining up with rpmrepo for
distribution of packages. Folks are (sometimes with good reason)
reluctant to use packages from individuals. Rpmforge/rpmrepo are
respected repositories, and you'll be able to take advantage of plenty
of developer expertise.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] You didn't give me some packages, so now I'm giving you some! R, TexLive, LyX, Gnumeric, etc.

2008-07-24 Thread Paul Johnson
I want up-to-dateish versions of TexLive, R, gnumeric, emacs, but on a
more-or-less stable base of Centos-5.2.  I asked for packages in this,
but got no answers. So now I've built them and will let you try them
if you want. I used the source packages from Fedora 8 and 9.

I wanted TexLive because many of us have jumped ship to Ubuntu Linux
8.04 and it does offer TexLive, and the compatability across systems
became an issue.  With Centos5.2 shipping the years-out-of-date tetex,
we were seeing things compile differently across systems. Making
TexLive compile and install required a re-build with a newer version
of poppler, but not with the absolutely newest version of poppler.
Replacing poppler required a rebuild of evince.  After emerging from
dependency hell, it all seems OK.  I uploaded the src.rpm files for
the packages that I actually had to re-configure, even in the
slightest.  Otherwise, everything is in Fedora 8 or Fedora 9.

We use LyX to edit LaTeX, so I had to have a newer version, along with
pybliographic (which required recode).  We also use Emacs and auctex
to edit LaTeX, so those had to be built as well.

All of these packages were built on a stock Centos 5.2 system, with
all components as usual EXCEPT for the ones I provide below or the
packages that can be downloaded from EPEL.  As far as I can tell,
everything works as well as it does on Fedora, no better.

Go here in your web browser to look it over.

http://pj.freefaculty.org/Centos/

My PGP key is in the top directory

http://pj.freefaculty.org/Centos/PaulJohnson-BinaryPackageSigningKey

And under i386 you should see I've created an RPM repository.

I don't have any i686 machines for which I'm doing this work, sorry.

To use yum, I think you should specify the repository as

[kups]
name=Extra Packages for Centos Linux 5 - $basearch
baseurl=http://pj.freefaculty.org/Centos/$basearch
enabled=1
gpgcheck=1

Here is a package list (look under i386/kups/packages).

 R-2.7.0-5Centos5.2pj..> 22-Jul-2008 08:01  25.5M
 R-debuginfo-2.7.0-5C..> 22-Jul-2008 08:02   5.8M
 R-devel-2.7.0-5Cento..> 22-Jul-2008 08:0493k
 aiksaurus-1.2.1-15.i..> 22-Jul-2008 08:03   350k
 aiksaurus-debuginfo-..> 22-Jul-2008 08:03   283k
 aiksaurus-devel-1.2...> 22-Jul-2008 08:03 6k
 aiksaurus-gtk-1.2.1-..> 22-Jul-2008 08:0339k
 aiksaurus-gtk-devel-..> 22-Jul-2008 07:59 5k
 cairo-1.6.4-1.i386.rpm  17-Jul-2008 07:23   554k
 cairo-debuginfo-1.6...> 22-Jul-2008 07:59   904k
 cairo-devel-1.6.4-1...> 22-Jul-2008 08:02   168k
 dkms-openafs-1.4.7-1..> 22-Jul-2008 08:00   958k
 dvipdfm-0.13.2d-30Ce..> 22-Jul-2008 08:00   135k
 dvipng-1.9-30Centos5..> 22-Jul-2008 08:00   103k
 emacs-22.2-4Centos5...> 22-Jul-2008 08:01   2.0M
 emacs-auctex-11.85-8..> 22-Jul-2008 08:09   500k
 emacs-auctex-doc-11...> 22-Jul-2008 08:09   1.0M
 emacs-auctex-el-11.8..> 17-Jul-2008 22:31   355k
 emacs-common-22.2-4C..> 22-Jul-2008 08:03  19.3M
 emacs-debuginfo-22.2..> 22-Jul-2008 08:00   4.6M
 emacs-el-22.2-4Cento..> 22-Jul-2008 08:01  11.0M
 emacs-nox-22.2-4Cent..> 22-Jul-2008 08:00   1.7M
 evince-2.20.1-1Cento..> 22-Jul-2008 07:59   1.2M
 evince-debuginfo-2.2..> 22-Jul-2008 08:03   1.1M
 gnome-doc-utils-0.12..> 22-Jul-2008 08:09   275k
 gnome-doc-utils-styl..> 22-Jul-2008 08:09   123k
 gnome-icon-theme-2.1..> 22-Jul-2008 08:09   3.4M
 gnumeric-1.8.2-2Cent..> 22-Jul-2008 08:03  11.7M
 gnumeric-debuginfo-1..> 22-Jul-2008 08:02   5.9M
 gnumeric-devel-1.8.2..> 22-Jul-2008 08:05   102k
 goffice-0.6.2-1Cento..> 22-Jul-2008 08:03   1.4M
 goffice-debuginfo-0...> 22-Jul-2008 08:04   1.8M
 goffice-devel-0.6.2-..> 22-Jul-2008 08:00   301k
 info-4.11-5.i386.rpm22-Jul-2008 08:01   166k
 kmod-openafs-1.4.7-1..> 22-Jul-2008 08:10   228k
 kpathsea-2007-30Cent..> 22-Jul-2008 08:04   113k
 kpathsea-devel-2007-..> 22-Jul-2008 07:58   177k
 libRmath-2.7.0-5Cent..> 22-Jul-2008 08:0193k
 libRmath-devel-2.7.0..> 22-Jul-2008 07:59   121k
 libgsf-1.14.8-1Cento..> 17-Jul-2008 23:08   126k
 libgsf-debuginfo-1.1..> 22-Jul-2008 08:01   416k
 libgsf-devel-1.14.8-..> 22-Jul-2008 07:59   123k
 libgsf-gnome-1.14.8-..> 22-Jul-2008 08:0415k
 libgsf-gnome-devel-1..> 22-Jul-2008 08:03 9k
 libgsf-python-1.14.8..> 22-Jul-2008 07:5917k
 lyx-1.5.5-1.i386.rpm22-Jul-2008 08:04   9.4M
 lyx-debuginfo-1.5.5-..> 22-Jul-2008 08:02  31.7M
 lzma-4.32.0-0.6.beta..> 22-Jul-2008 08:0469k
 lzma-debuginfo-4.32...> 22-Jul-2008 08:02   207k
 lzma-devel-4.32.0-0...> 22-Jul-2008 08:00 6k
 lzma-libs-4.32.0-0.6..> 22-Jul-2008 08:0520k
 mendexk-2.6e-30Cento..> 22-Jul-2008 08:0544k
 openafs-1.4.7-1.1Cen..> 22-Jul-2008 08:00   3.2M
 openafs-authlibs-1.4..> 22-Jul-2008 08:00   186k
 openafs-authlibs-dev..> 22-Jul-2008 08:02   226k
 openafs-client-1.4.7..> 22-Jul-2008 08:02   508k
 openafs-compat-1.4.7..> 22-Jul-2008 08:0214k
 openafs-debuginfo-1...> 22-Jul-2008 08:04  12.7M
 openafs-debuginfo-1...> 22-Jul-2008 08:10   4.2M
 openafs-devel-1.4.7-..> 22-Jul-2008 07:59   946k
 openafs-docs-1.4.7-1..> 22-Jul-2008 0

Re: [CentOS] pptp server configuration

2008-07-24 Thread Bill Campbell
On Thu, Jul 24, 2008, Ramon Nieto wrote:
>
>   Hello all,
>   i'm using the poptop server with centos 5.2 to give the vpn service at
>   the company i work for. Some people are using the same account to use
>   the service.
>   've been searching in google and the poptop site but i have not found
>   any information about blocking multiple connections using the same
>   account. The goal is to restrict only one connection per account.
>   Any suggestions or pointers to documentation will be really
>   apreciated.

When I had a request recently to implement pptp on CentOS 5.x,
and found that it was not supported in the standard kernels and
repos, I took that as a great opportunity to get the customer
away from PPTP (the work of Kindergarten Cryptographers according
to at least one well-know security site), to something better.

They are now using OpenVPN instead, and are very happy with it.

Bill
-- 
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186

Nobody wants to be called common people, especially common people.
Will Rogers
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Native Command Queueing

2008-07-24 Thread Guy Boisvert

Scott Silva wrote:

on 7-24-2008 6:51 AM Matt spake the following:

Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
question is on a somewhat high activity mail server with a single
SATA2 drive will it do any good?

Matt
I doubt it will make a BIG difference, but you might be looking for 
trouble running a highly active server of any kind on a single spindle.




I have a Communigate mail server that was running on a single WD 200 
Gigs IDE (7200 RPM).  Communigate uses separate mbox files for storage, 
very easy for backup / restore.


I was monitoring it with SAR and there was very high level of IOWait, 
meaning the drive was having a hard time.


Context:

35 Users Running Outlook with Communigate MAPI Plugin
80 Gigs dataset (Total)
Public folder with about 50 Gigs of stuff

We replaced the server with a Tyan Transport TA-26.  We put an Adaptec 
3405 (4 ports Unified SATA/SAS adapter) and 4 Seagate 15K SAS 73 Gigs 
drives (RAID 10).  No more iowaits even if now there is 50 users.


I don't know about your context but running on a single drive is 
dangerous for data loss anyway.


Hope this helped!


Guy Boisvert, ing.
IngTegration inc.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] selinux & httpd & portmap

2008-07-24 Thread Craig White
On Thu, 2008-07-24 at 15:23 -0400, Toby Bluhm wrote:
> Having problems starting httpd & portmapper
> 
> #service httpd start
> /usr/sbin/httpd: error while loading shared libraries: libm.so.6: cannot 
> open shared object file: No such file or directory
> 
> and I traced it to selinux, which I had just turned on for the first time:
> 
> # sestatus
> SELinux status: enabled
> SELinuxfs mount:/selinux
> Current mode:   enforcing
> Mode from config file:  enforcing
> Policy version: 21
> Policy from config file:targeted
> 
> I can
> 
> #setsebool -P httpd_disable_trans on
> 
> and httpd starts - but there's zero enforcing now as I understand it.
> 
> Further digging & I get to:
> 
> # cat /var/log/audit/audit.log | audit2allow -m local
> 
> module local 1.0;
> 
> require {
>  type portmap_t;
>  type httpd_t;
>  type file_t;
>  class lnk_file read;
>  class file { getattr read execute };
> }
> 
> #= httpd_t ==
> allow httpd_t file_t:file { read getattr execute };
> allow httpd_t file_t:lnk_file read;
> 
> #= portmap_t ==
> allow portmap_t file_t:file { read getattr execute };
> allow portmap_t file_t:lnk_file read;
> 
> 
> Other stuff like postfix, postgrey, amavisd are working fine since 
> turning selinux on.
> 
> Before I make a mess of things with trying to make a new policy, 
> shouldn't two basic services like portmap & httpd already be allowed to 
> run out of the box by selinux?
> 
> If not, am I going down the right path to get it working?

if you just turned selinux on after running the computer with it
disabled, you really need to relabel the entire filesystem, which does
take some time. The reason is that files have been installed/created
without the appropriate contexts and relabeling fixes that.

Suggest that you make sure you are fully updated, then
'touch /.autorelabel' then reboot (reboot at a time you choose because
it may take a long time to relabel every file on your system -
especially if you have a lot of files).

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] pptp server configuration

2008-07-24 Thread Ramon Nieto
Hello all,

i'm using the poptop server with centos 5.2 to give the vpn service at the 
company i work for. Some people are using the same account to use the service.

've been searching in google and the poptop site but i have not found any 
information about blocking multiple connections using the same account. The 
goal is to restrict only one connection per account.

Any suggestions or pointers to documentation will be really apreciated.


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] selinux & httpd & portmap

2008-07-24 Thread Toby Bluhm

Having problems starting httpd & portmapper

#service httpd start
/usr/sbin/httpd: error while loading shared libraries: libm.so.6: cannot 
open shared object file: No such file or directory


and I traced it to selinux, which I had just turned on for the first time:

# sestatus
SELinux status: enabled
SELinuxfs mount:/selinux
Current mode:   enforcing
Mode from config file:  enforcing
Policy version: 21
Policy from config file:targeted

I can

#setsebool -P httpd_disable_trans on

and httpd starts - but there's zero enforcing now as I understand it.

Further digging & I get to:

# cat /var/log/audit/audit.log | audit2allow -m local

module local 1.0;

require {
type portmap_t;
type httpd_t;
type file_t;
class lnk_file read;
class file { getattr read execute };
}

#= httpd_t ==
allow httpd_t file_t:file { read getattr execute };
allow httpd_t file_t:lnk_file read;

#= portmap_t ==
allow portmap_t file_t:file { read getattr execute };
allow portmap_t file_t:lnk_file read;


Other stuff like postfix, postgrey, amavisd are working fine since 
turning selinux on.


Before I make a mess of things with trying to make a new policy, 
shouldn't two basic services like portmap & httpd already be allowed to 
run out of the box by selinux?


If not, am I going down the right path to get it working?

Thanks



--
Toby Bluhm
Alltech Medical Systems America, Inc.
30825 Aurora Road Suite 100
Solon Ohio 44139
440-424-2240 ext203

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CESA-2008:0616 Moderate CentOS 4 i386 thunderbird Update

2008-07-24 Thread Johnny Hughes

CentOS Errata and Security Advisory 2008:0616

Upstream details at : https://rhn.redhat.com/errata/RHSA-2008-0616.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

i386:
thunderbird-1.5.0.12-14.el4.centos.i386.rpm

src:
thunderbird-1.5.0.12-14.el4.centos.src.rpm



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Native Command Queueing

2008-07-24 Thread Scott Silva

on 7-24-2008 9:35 AM Matt spake the following:

Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
question is on a somewhat high activity mail server with a single
SATA2 drive will it do any good?

Matt

I doubt it will make a BIG difference, but you might be looking for trouble
running a highly active server of any kind on a single spindle.


Some decisions made in past are hard to undo down the road.  Would
like to move to CentOS 64 5.x with RAID but moving everything too a
new box is a very severe pain.  I have to move it to new IP space
shortly and hate the idea of that.

Matt
You could easily move to a software raid1 with very little downtime and a few 
reboots. It might also help slightly with read latencies, but wouldn't help 
with writes.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread MHR
2008/7/24 Daniel Bird <[EMAIL PROTECTED]>:
> mcclnx mcc wrote:
>>
>> Thanks.  what I need is "original REDHAT version" /etc/redhat-release not
>> CENTOS.
>>
> http://www.linuxquestions.org/questions/red-hat-31/looking-for-redhat-release-file-for-rh45-538031/
>
> Plus
>
> RHEL 5.1 x86_64 :
>   Red Hat Enterprise Linux Server release 5.2 (Tikanga)
> RHEL 5.2 x86_64:
>   Red Hat Enterprise Linux Server release 5.1 (Tikanga)
>

Are you SURE about that?

Also, please edit the chaff out of your replies.

Thanks.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread MHR
2008/7/24 mcclnx mcc <[EMAIL PROTECTED]>:
> Thanks.
>
> what I need is "original REDHAT version" /etc/redhat-release not CENTOS.
>

Please do NOT top post

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Native Command Queueing

2008-07-24 Thread Matt
>> Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
>> question is on a somewhat high activity mail server with a single
>> SATA2 drive will it do any good?
>>
>
>
> most of the tests I've seen, the overhead of SATA NCQ exceeds any gains and
> it ends up slower :-/

Isn't there something like disk i/o ladder in the linux kernel that
does about the same thing anyway?  But how could it tell what physical
position the head is at and which is the closest next place to go?

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Tom Brown





Tony Mountifield wrote:
| Does anyone know how a program, script or shell user can best
determine
| whether the machine is running on bare metal or is a VMware guest?
|

Obviously from the responses many people have a solution...
my question is "Why do you care?".

What is it that you would do (or not do) on a vmware guest that you
might do on bare metal?


install VMware tools perhaps?


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Native Command Queueing

2008-07-24 Thread John R Pierce

Matt wrote:

Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
question is on a somewhat high activity mail server with a single
SATA2 drive will it do any good?
  



most of the tests I've seen, the overhead of SATA NCQ exceeds any gains 
and it ends up slower :-/

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Native Command Queueing

2008-07-24 Thread Matt
>> Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
>> question is on a somewhat high activity mail server with a single
>> SATA2 drive will it do any good?
>>
>> Matt
>
> I doubt it will make a BIG difference, but you might be looking for trouble
> running a highly active server of any kind on a single spindle.

Some decisions made in past are hard to undo down the road.  Would
like to move to CentOS 64 5.x with RAID but moving everything too a
new box is a very severe pain.  I have to move it to new IP space
shortly and hate the idea of that.

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Native Command Queueing

2008-07-24 Thread Scott Silva

on 7-24-2008 6:51 AM Matt spake the following:

Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
question is on a somewhat high activity mail server with a single
SATA2 drive will it do any good?

Matt
I doubt it will make a BIG difference, but you might be looking for trouble 
running a highly active server of any kind on a single spindle.


--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Milton Calnek

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Tony Mountifield wrote:
| Does anyone know how a program, script or shell user can best
determine
| whether the machine is running on bare metal or is a VMware guest?
|

Obviously from the responses many people have a solution...
my question is "Why do you care?".

What is it that you would do (or not do) on a vmware guest that you
might do on bare metal?

- --
Milton Calnek BSc, A/Slt(Ret.)
[EMAIL PROTECTED]
306-717-8737

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org

iD8DBQFIiKvKHgnbf2T2QqMRAtn9AKCtBZ4c+8d06WtNALiaXGMKDjAUAACfaMHd
Vxm3Gh7osNG0QRc7pG7MsHw=
=/Mzo
-END PGP SIGNATURE-

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Possible bug in ifup-eth script of Centos 5.2 (combination of bond and bridge)

2008-07-24 Thread Marco Fretz
Dear CentOS,

I think i found a "bug" in the /etc/sysconfig/network-scripts/ifup-eth script 
of CentOS 5.2. i can post the my changed ifup-eth script if you want. 
Am I the first one with this problem?

Situation: 
- eth2 and eth3 should be in bond1 interface
- bond1 should be an interface of bridge named "iscsi"

the problem is that the brctl addif command in ifup-eth gets executed before 
the slave interfaces of a bonding are enslaved.

brctl addif fails if you are trying to add a bonding interface to a bridge and 
the bonding interface have no slaves.

my solution was to switch the order in the ifup-eth script:
- to the bonding (slave interfaces) stuff before the bridge stuff

and its working... the bonding interface gets his slaves and can be added to 
the bridge without any errors.


best regards
 Marco



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] BackupPC won't fork after CentOS 5.2 upgrade

2008-07-24 Thread Johnny Hughes

Kenneth Porter wrote:
--On Friday, July 04, 2008 9:21 AM +1000 Ben 
<[EMAIL PROTECTED]> wrote:



For some time now i have been running BackupPC 3.1.0 on CentOS 5.1 x86_64
however after upgrading to CentOS 5.2 BackupPC will not start.


What RPM are you using for BackupPC?


We have a backuppc rpm in the testing repo for c4 and c5.

http://wiki.centos.org/AdditionalResources/Repositories

(look for the testing repo)



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread nate
mcclnx mcc wrote:
> Thanks.Â
> Â
> what I need is "original REDHAT version" /etc/redhat-release not CENTOS.
>

You can get the "original REDHAT version" from www.redhat.com

nate

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bind Firewall Rules

2008-07-24 Thread Robert Moskowitz

Bill Campbell wrote:

On Wed, Jul 23, 2008, Lanny Marcus wrote:
  

On Sat, Jul 19, 2008 at 2:27 PM, John Hinton <[EMAIL PROTECTED]> wrote:


OK, so does anybody have a good firewall rule solution for what we're
supposed to be doing with bind these days? Obviously port 53 is no longer
enough.
  

Consider  using djbdns instead of BIND. It sounds like an excellent alternative
to BIND.



We have been using djbdns for years on a variety of Linux platforms and
FreeBSD, largely because (a) security, (b) performance, and (c) ease of
use.  Not everybody likes Dan Bernstein, but I figure he's somewhat of a
curmudgeon who designs good software.
  
I know Dan personally, and think I was there during some of the big 
blowups (well the ones I was there for were big...). He definitely 
had/has a problem with 'the in crowd', and decided to put his money 
where his mouth was. I think most have benefited from this. Including 
the 'in crowd'.


But I also know Vixie etal quite well and I stay with BIND.

Each to their own machinzations, IMNSHO.

As for not having it supported on CentOS, I really don't care about that as
the majority of the server software we use is built under the OpenPKG.org
portable packaging system, independent of the underlying OS vendor's
packaging system.

Bill
  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Kai Schaetzl
Tony Mountifield wrote on Thu, 24 Jul 2008 11:47:04 + (UTC):

> Does anyone know how a program, script or shell user can best determine
> whether the machine is running on bare metal or is a VMware guest?

AFAIK, VMWare uses vmnet32 drivers for ethernet and possibly others for 
other devices as well.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Rudi Ahlers

Tom Brown wrote:



Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest?

  


# dmidecode | grep Product
   Product Name: VMware Virtual Platform

___

mmm

a XEN VPS gives me this: 


# dmidecode | grep Product
/dev/mem: mmap: Bad address


--

Kind Regards
Rudi Ahlers

Check out my technical blog, http://blog.softdux.com for Linux or other 
technical stuff

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: How to detect whether running on VMware?

2008-07-24 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>,
Tony Mountifield <[EMAIL PROTECTED]> wrote:
> Does anyone know how a program, script or shell user can best determine
> whether the machine is running on bare metal or is a VMware guest?

Thanks for the responses. Grepping for VMware in /proc/scsi/scsi or
the output from dmidecode look to be the most reliable options.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Daniel Bird

mcclnx mcc wrote:
Thanks. 
 
what I need is "original REDHAT version" /etc/redhat-release not CENTOS.



http://www.linuxquestions.org/questions/red-hat-31/looking-for-redhat-release-file-for-rh45-538031/

Plus

RHEL 5.1 x86_64 :
   Red Hat Enterprise Linux Server release 5.2 (Tikanga)
RHEL 5.2 x86_64:
   Red Hat Enterprise Linux Server release 5.1 (Tikanga)

HTH
Dan

 


--- *08/7/24 (星期四),Marcellino Junior /<[EMAIL PROTECTED]>/* 寫道:

寄件者: Marcellino Junior <[EMAIL PROTECTED]>
主旨: Re: [CentOS] need content of /etc/redhat-release
收件者: "CentOS mailing list" 
日期: 2008 7 24 星期四 上午 10:55

Only this..

[EMAIL PROTECTED] ~]$ cat /etc/redhat-release
CentOS release 5.2 (Final)






2008/7/24 mcclnx mcc <[EMAIL PROTECTED]
>:

Can anyone tell me what inside /etc/redhat-release?  Our
application wil check it and not accept "CENTOS ...".
 
what I need are:
 
1. REDHAT 5.2  (X86_64)
 
2. REDHAT 4.6  (X86_64)
 
Thanks.




總會在某些時刻,突然想起舊情人?他 現在過得還好嗎?- *馬上搜尋
*

!



___
CentOS mailing list
CentOS@centos.org 
http://lists.centos.org/mailman/listinfo/centos




-- 
__

Marcellino Junior
[EMAIL PROTECTED] 
Marcellinux Consultoria
www.marcellinux.com.br 
__

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  




總會在某些時刻,突然想起舊情人?他 現在過得還好嗎?- *馬上搜尋* 
 
*!*




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: Content system preferences, KnowledgeTree vs Alfresco

2008-07-24 Thread Craig White
On Thu, 2008-07-24 at 11:06 -0400, Jim Perrin wrote:
> We're in the market for a new content system at work. Right now it's
> between KnowledgeTree and alfresco. Mostly we're looking for something
> with the ability to upload, tag with various meta-data, and share
> among various other systems via webdav, cifs, etc.
> 
> 
> Does anyone have any personal preferences or experiences with these
> two products?

Alfresco...nice, PITA to set up.

I used Sun Java

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] need content of /etc/redhat-release

2008-07-24 Thread mcclnx mcc
Can anyone tell me what inside /etc/redhat-release?  Our application wil check 
it and not accept "CENTOS ...".
 
what I need are:
 
1. REDHAT 5.2  (X86_64)
 
2. REDHAT 4.6  (X86_64)
 
Thanks.


  
___
總會在某些時刻,突然想起舊情人?他 現在過得還好嗎? 
http://sev.search.yahoo.net___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Native Command Queueing

2008-07-24 Thread Matt
Is there anyway to enable NCQ on CentOS 4.6?  I guess anouther
question is on a somewhat high activity mail server with a single
SATA2 drive will it do any good?

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Craig White
On Thu, 2008-07-24 at 23:02 +0800, mcclnx mcc wrote:
> Thanks.  
>  
> what I need is "original REDHAT version" /etc/redhat-release not
> CENTOS.
> 

RH 5
Red Hat Enterprise Linux Server release 5 (Tikanga)

can't help with RH 4

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Marc-Andre Levesque
>Thanks.
>
>what I need is "original REDHAT version" /etc/redhat-release not CENTOS


I don't think 32/64 bit is going to affect this line.

Red Hat Enterprise Linux ES release 4 (Nahant Update 6)

I don't have a RHEL 5.2 at hand right now to give you the other.

Marc-Andre
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: Content system preferences, KnowledgeTree vs Alfresco

2008-07-24 Thread Jim Perrin
We're in the market for a new content system at work. Right now it's
between KnowledgeTree and alfresco. Mostly we're looking for something
with the ability to upload, tag with various meta-data, and share
among various other systems via webdav, cifs, etc.


Does anyone have any personal preferences or experiences with these
two products?

-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread mcclnx mcc
Thanks.  
 
what I need is "original REDHAT version" /etc/redhat-release not CENTOS.

 

--- 08/7/24 (星期四),Marcellino Junior <[EMAIL PROTECTED]> 寫道:

寄件者: Marcellino Junior <[EMAIL PROTECTED]>
主旨: Re: [CentOS] need content of /etc/redhat-release
收件者: "CentOS mailing list" 
日期: 2008 7 24 星期四 上午 10:55



Only this..

[EMAIL PROTECTED] ~]$ cat /etc/redhat-release 
CentOS release 5.2 (Final)







2008/7/24 mcclnx mcc <[EMAIL PROTECTED]>:






Can anyone tell me what inside /etc/redhat-release?  Our application wil check 
it and not accept "CENTOS ...".
 
what I need are:
 
1. REDHAT 5.2  (X86_64)
 
2. REDHAT 4.6  (X86_64)
 
Thanks.






總會在某些時刻,突然想起舊情人?他 現在過得還好嗎?- 馬上搜尋!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos




-- 
__
Marcellino Junior 
[EMAIL PROTECTED]
Marcellinux Consultoria
www.marcellinux.com.br
__ ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



  
___
總會在某些時刻,突然想起舊情人?他 現在過得還好嗎? 
http://sev.search.yahoo.net___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Tom Brown




# dmidecode | grep Product
   Product Name: VMware Virtual Platform

___

mmm

a XEN VPS gives me this:
# dmidecode | grep Product
/dev/mem: mmap: Bad address



so its not running on VMware - great job done

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] need content of /etc/redhat-release

2008-07-24 Thread Marcellino Junior
Only this..

[EMAIL PROTECTED] ~]$ cat /etc/redhat-release
CentOS release 5.2 (Final)






2008/7/24 mcclnx mcc <[EMAIL PROTECTED]>:

> Can anyone tell me what inside /etc/redhat-release?  Our application wil
> check it and not accept "CENTOS ...".
>
> what I need are:
>
> 1. REDHAT 5.2  (X86_64)
>
> 2. REDHAT 4.6  (X86_64)
>
> Thanks.
>
>  在某些�r刻,突然想起�f情人?他 �F在�^得��好�幔�- 
> *�R上搜��*
> !
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
__
Marcellino Junior
[EMAIL PROTECTED]
Marcellinux Consultoria
www.marcellinux.com.br
__
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Tom Brown



Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest?

  


# dmidecode | grep Product
   Product Name: VMware Virtual Platform

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: How to detect whether running on VMware?

2008-07-24 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>,
Paul Bijnens <[EMAIL PROTECTED]> wrote:
> Tony Mountifield wrote:
> > Does anyone know how a program, script or shell user can best determine
> > whether the machine is running on bare metal or is a VMware guest?
> >
> >   
> 
> This paper show some very interesting tricks:
> 
> http://handlers.sans.org/tliston/ThwartingVM*Detection*_Liston_Skoudis.pdf

Interesting link (once I'd removed the * characters) - thanks!

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Marko A. Jennings
On Thu, July 24, 2008 7:47 am, Tony Mountifield wrote:
> Does anyone know how a program, script or shell user can best determine
> whether the machine is running on bare metal or is a VMware guest?

dmidecode | grep -iq " vmware "

This returns 0 if it is a VMware system and 1 it it isn't.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: backup media options

2008-07-24 Thread Monty Shinn

Greetings.

Sorry for the OT, but I'm looking for some advice regarding archiving.

I've always been a tape archive believer, but with SATA drives becoming 
more reliable and much larger, I'm wondering if it is time to change my 
opinion.


What are the benefits/pitfalls to begin archiving to "enterprise" level 
SATA drives?  Is it possible to use Amanda or Bacula to archive to a 
drive, and maintain a archive regimen?


Archive to the drive, when the drive is full put it in an anti-static 
bag, and place it in storage.  Possibly archive to a mirrored pair if 
one is really concerned.


We are considering using LTO4 as an archive medium.

With the tape densities these days, it appears the tapes are rather 
fragile, and that head gap seems awful small.


Any thoughts are greatly appreciated.

Again, I'm sorry for the OT, but I figured I'd get knowledgeable 
responses from this list instead of sales pitches...


Thanks in advance for your time.

Monty
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Ned Slider

Marc-Andre Levesque wrote:


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Mountifield

Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest?

Cheers
Tony


This script does the trick for me on ESX 3 by looking at the (virtual) hardware 
description. But it probably is not foolproof.

if ( `/sbin/lspci | grep -qi vmware` ) || \
   ( `grep -qi vmware /proc/scsi/scsi` ); then
echo "This is a Virtual Machine."
Fi

Marc-Andre


Alternatively, grep the output from dmidecode for VMware:

dmidecode | grep VMware

You'll get output from VMware Server, I've not tested with other VMware 
products.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Marc-Andre Levesque


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Mountifield
>Does anyone know how a program, script or shell user can best determine
>whether the machine is running on bare metal or is a VMware guest?
>
>Cheers
>Tony

This script does the trick for me on ESX 3 by looking at the (virtual) hardware 
description. But it probably is not foolproof.

if ( `/sbin/lspci | grep -qi vmware` ) || \
   ( `grep -qi vmware /proc/scsi/scsi` ); then
echo "This is a Virtual Machine."
Fi

Marc-Andre
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to detect whether running on VMware?

2008-07-24 Thread Paul Bijnens

Tony Mountifield wrote:

Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest?

  


This paper show some very interesting tricks:

http://handlers.sans.org/tliston/ThwartingVM*Detection*_Liston_Skoudis.pdf

One simple (but not really foolproof, and only for VMWare) is testing
the MAC address, and look at the OUI bytes; these are assigned to VMWare:

 00-05-69
 00-0C-29
 00-1C-14
 00-50-56



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] How to detect whether running on VMware?

2008-07-24 Thread Tony Mountifield
Does anyone know how a program, script or shell user can best determine
whether the machine is running on bare metal or is a VMware guest?

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firewall in CentOS 5.1

2008-07-24 Thread andylockran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> You can also try Shorewall.
> 
That'd be my recommendation too.

andylockran
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiIaB8ACgkQauMjEM4rxISqNwCgpigE4g3Y0oSsCMihz7DSSD2f
8ioAn1fVQy4X0cUF1UoLWtmFua4pkfF1
=b6cS
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firewall in CentOS 5.1

2008-07-24 Thread GS R

Gopinath Achari wrote:

hi all,

Please suggest me a good firewall package for Cent OS 5.1 
Server. This
server is going to face to internet and will be accessed by the branch
offices.


Regards
Gopinath M.
  


You can also try Shorewall.

Thanks
Gowrishankar Rajaiyan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Linux is Not Boot-Up

2008-07-24 Thread Bassel Safadi
On Wed, Jul 23, 2008 at 8:55 AM, Balaji <[EMAIL PROTECTED]> wrote:

> Dear All,
>
> Currently i am using CentOS 4.4 Linux After i am rebooted the PC and I have
> getting problem like
> /etc/rc.d/rc.sysinit: line 126: 442 Segmentation fault /bin/dmesg -n
> $LOGLEVEL
> Initialization hardware... /etc/rc.d/rc.sysinit: line 167: 450 Segmentation
> fault LC_ALL=C fgrep -xq "$1" /etc/hotplug/blacklist >/dev/null
> /etc/rc.d/rc.sysinit: line 167: 455 Segmentation fault LC_ALL=C fgrep -xq
> "$1" /etc/hotplug/blacklist 2>/dev/null
> .
> Out of Memory: Killed process 722(sh).
> Out of Memory: Killed process 1133(sh).
> Out of Memory: Killed process 1151(sh).
> ..
> 07/21 17:32:20 checklock: stat failed, no file
> 07/21 17:32:20 locking the line
> 07/21 17:32:20 makelock(ttys1) called
> 07/21 17:32:20 checklock: stat failed, no file
> 07/21 17:32:20 cannot open /proc/0/cmdline: No such file or directory
> ..
>
> After i have rebooted the PC once again and I have getting same problem
> continuously.
>
> After booted up the server, login showing as "(none) login:".
>
> The following error are display on screen while execute the commands:-
>
> -bash-3.00$ ifconfig
> Warning: cannot open /proc/net/dev (No such file or directory). Limited
> output.
>
> -bash-3.00$ ls
> ls:error while loading shared libraries: Ej: cannot open shared object
> file: No such file or directory.
>
> -bash-3.00$ ll
> -bash: ll: command not found
>
> We are not sure why this is happening. Can some one throw light on this.
>
> Regards
> -S.Balaji
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
maybe it's memory problem, becuase of the ( out of memory), how much ram you
got there?
was it working before rebooting? if yes, did you installed any new services
before the reboot?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firewall in CentOS 5.1

2008-07-24 Thread MJT
On Thursday 24 July 2008 1:34:01 am Gopinath Achari wrote:
> hi all,
>
>   Please suggest me a good firewall package for Cent OS 5.1 
> Server. This
> server is going to face to internet and will be accessed by the branch
> offices.

The firewall is the same, IPtables. The front end interface can be different. 
I like FWbuilder because it give the most flexible of any front ends I have 
seen. 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help recovering from an LVM issue

2008-07-24 Thread Clint Dilks

Clint Dilks wrote:

Hi People

I just updated a CentOS 5.2 Server that is a Guest inside VMware ESX 
3.50 Server using  "yum update".  As far as I can tell the only three 
packages were updated


Jul 24 16:37:49 Updated: php-common - 5.1.6-20.el5_2.1.i386
Jul 24 16:37:50 Updated: php-cli - 5.1.6-20.el5_2.1.i386
Jul 24 16:37:50 Updated: php - 5.1.6-20.el5_2.1.i386

But when I rebooted the Server one of my Volume Groups VolGroup01 
would not mount.  By removing all references to VolGroup1 in 
/etc/fstab I was able to get a system that boots.  Unfortunately I am 
not that familiar with LVM but using the following commands it looks 
like all the information about my logical volumes on VolGroup01 is 
gone is this correct?  Is there likely to be any chance of recovering 
from this ?


vgscan
 Reading all physical volumes.  This may take a while...
 Found volume group "VolGroup01" using metadata type lvm2
 Found volume group "VolGroup00" using metadata type lvm2

pvs --units=h
 PV VG Fmt  Attr PSize  PFree
 /dev/sda2  VolGroup00 lvm2 a-9.88G 0
 /dev/sda3  VolGroup00 lvm2 a-   90.00G 0
 /dev/sdb1  VolGroup01 lvm2 a-   19.97G 19.97G

lvdisplay
 --- Logical volume ---
 LV Name/dev/VolGroup00/LogVol00
 VG NameVolGroup00
 LV UUIDcEWsVM-8M8w-0gWY-FFoh-bGLT-sf0M-sbosUD
 LV Write Accessread/write
 LV Status  available
 # open 1
 LV Size98.00 GB
 Current LE 3136
 Segments   2
 Allocation inherit
 Read ahead sectors auto
 - currently set to 256
 Block device   253:0

 --- Logical volume ---
 LV Name/dev/VolGroup00/LogVol01
 VG NameVolGroup00
 LV UUIDB8Y0UO-LATT-ohl2-kvfZ-bO1W-4cP8-3a6pVz
 LV Write Accessread/write
 LV Status  available
 # open 1
 LV Size1.88 GB
 Current LE 60
 Segments   1
 Allocation inherit
 Read ahead sectors auto
 - currently set to 256
 Block device   253:1

Thank you for any advice you may have relating to this.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Please Ignore this message.  The /etc/fstab on the system was 
incorrectly modified by a vmware related script and I was too tired / 
stupid to spot what happened and have spent the last while chasing a 
problem that doesn't actually exist.


Apologies for the noise.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Firewall in CentOS 5.1

2008-07-24 Thread Gopinath Achari
hi all,

Please suggest me a good firewall package for Cent OS 5.1 
Server. This
server is going to face to internet and will be accessed by the branch
offices.


Regards
Gopinath M.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos