Re: [CentOS] Centos Router

2007-09-11 Thread Mogens Kjaer
Graham Johnston wrote:
> With the current discuss of "Performance of CentOS as a NAT gateway", I
> am curious how many people out there are using CentOS as a
> Router/Firewall in an enterprise or service provider environment.  For
> myself I am not really concerned about NAT just a stateful firewall. 

Our firewall runs on CentOS 5, x86_64.

It runs on a HP Workstation with dual core Xeon 5140 2.33 GHz.

Intel dual 82571EB NIC, one NIC for the external (we have 1 Gbit
internet connection), and one NIC for the internal connections
(two VLANs, one with DMZ other with ~250 machines). No NAT.

This is of course not a big setup, but the CentOS/Fedora mirror
in the DMZ does give some traffic.

The iptables setup has 119 rules.

No problems whatsoever with performance.

I've made a kickstart configuration for the firewall.
If we get a hardware crash on the fw, we can take another
machine and get it up running as a new firewill
within a few minutes (the most timeconsuming is formatting
the root partition). This is quite a nice setup.

Mogens
-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Automatic FTP problem in cron

2007-09-11 Thread umair shakil
Dear Salam!!!

Very thanks, yes its a good practice.

Regards,

Umair Shakil
ETD



On 9/12/07, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote:
>
> Quoting umair shakil <[EMAIL PROTECTED]>:
>
> > I install
> > the package but didnot give the full path.
>
>It is a good practice to always provide a proper path, either
> through a PATH statement, or by issuing the full path to the binary.
>
> --
> R | I haven't lost my mind; it's backed up on tape somewhere.
>+
>Ashley M. Kirchner    .   303.442.6410 x130
>IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>Photo Craft Imaging   . 3550 Arapahoe Ave. #6
>http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
> 
> This message was sent using IMP, the Internet Messaging Program.
>
> ___
> 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] Very strange problem i have faced in my 2 years carrier

2007-09-11 Thread umair shakil
Dear Concerns,

I would like to share a very strange problem. I am from Pakistan/Islamabad.
Last month i was on trainning
from Askari Bank Limited (Juniper). Here in Askari i m running NMS--> MRTGs
using CentOs 4.4. On trainning i recieved
a call from collique saying

 "when i "su -l" NMS says "root user doesnot exist". and also MRTGs not
working. well i was amazed how was it
possible. In the Evening i came back to office. I boot the machine in single
user mode and type the command;

less /etc/passwd

here when i found that user root existed, but the only thing that was
amazing is;

the spelling of root was changed from "root" to "R00t". i changed to "root"
and every thing worked.

I want to ask, what is this, this doesnot seem a garbage value or nor
corruption of passwd file. only showing someone changes this. Here we have
bank private network, only two people have access  for it  me and  another
guy.

what are your opinions??

Please also share your strange experience.

Regards,

Umair Shakil
Askari bank Limited
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Automatic FTP problem in cron

2007-09-11 Thread Ashley M. Kirchner

Quoting umair shakil <[EMAIL PROTECTED]>:


I install
the package but didnot give the full path.


  It is a good practice to always provide a proper path, either  
through a PATH statement, or by issuing the full path to the binary.


--
R | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Imaging   . 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.


This message was sent using IMP, the Internet Messaging Program.

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


Re: [CentOS] Automatic FTP problem in cron

2007-09-11 Thread umair shakil
Dear Ashley,

Thanks for your reply. Well i have checked that ftp package is not
installed. I install
the package but didnot give the full path.

The problem is resolved; Very thanks man.

Regards,

Umair Shakil
Askari Bank Limited


On 9/12/07, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote:
>
> Quoting umair shakil <[EMAIL PROTECTED]>:
>
> > Cron Entry is :
> > */5 * * * * /opt/bin/ftp.sh 2> /tmp/error_log
> >
> > "/opt/bin/ftp.sh: line 3: ftp: command not found"
>
>Your shell script doesn't know where 'ftp' lives.  Best to put the
> full path into place, '/usr/bin/ftp'
>
>
> --
> R | I haven't lost my mind; it's backed up on tape somewhere.
>+
>Ashley M. Kirchner    .   303.442.6410 x130
>IT Director / SysAdmin / WebSmith . 800.441.3873 x130
>Photo Craft Imaging   . 3550 Arapahoe Ave. #6
>http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
>
> 
> This message was sent using IMP, the Internet Messaging Program.
>
> ___
> 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] Automatic FTP problem in cron

2007-09-11 Thread Clint Dilks

umair shakil wrote:

Dear Concerns,

I have backup script which TAR the data, makes one copy on local 
hardisk and then FTP to another machine.
Last few days i m facing problem with it. The cron job only makes the 
copy automatically on local disk but

doesnot automatically FTP to another machine.

I ran the script manually, the script runs successfully.

For trouble shooting i displayed the output in some file and shown 
this error:


Cron Entry is :
*/5 * * * * /opt/bin/ftp.sh 2> /tmp/error_log

"/opt/bin/ftp.sh: line 3: ftp: command not found"


Hi,

Either modify the PATH environment variable in your script so that it 
includes /usr/bin or specify the ftp command that must be inside this 
script as /usr/bin/ftp rather than ftp.


Have a nice day :)


Please help me out of this problem.


Regards,

Umair Shakil
Askari Bank Limited


___
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] Automatic FTP problem in cron

2007-09-11 Thread Ashley M. Kirchner

Quoting umair shakil <[EMAIL PROTECTED]>:


Cron Entry is :
*/5 * * * * /opt/bin/ftp.sh 2> /tmp/error_log

"/opt/bin/ftp.sh: line 3: ftp: command not found"


  Your shell script doesn't know where 'ftp' lives.  Best to put the  
full path into place, '/usr/bin/ftp'



--
R | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner    .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Imaging   . 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.


This message was sent using IMP, the Internet Messaging Program.

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


[CentOS] Automatic FTP problem in cron

2007-09-11 Thread umair shakil
Dear Concerns,

I have backup script which TAR the data, makes one copy on local hardisk and
then FTP to another machine.
Last few days i m facing problem with it. The cron job only makes the copy
automatically on local disk but
doesnot automatically FTP to another machine.

I ran the script manually, the script runs successfully.

For trouble shooting i displayed the output in some file and shown this
error:

Cron Entry is :
*/5 * * * * /opt/bin/ftp.sh 2> /tmp/error_log

"/opt/bin/ftp.sh: line 3: ftp: command not found"

Please help me out of this problem.


Regards,

Umair Shakil
Askari Bank Limited
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum proxy username with @ character

2007-09-11 Thread umair shakil
Dear David,

Why dont u bypass this sytem from proxy, or use some transparent
proxy.

Regards,

Umair Shakil
ETD

On 9/11/07, David Toman <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am having problem with setting up the proxy for yum correctly. I have
> got no influence on proxy policy or authentication methods. The proxy
> username contains the '@' character.
> My question is if there is any way how to enter the username correctly
> into the yum.conf. I tried many ways but has not been successful yet.
>
> Many thanks,
> David
> ___
> 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] Accidentally removed glibc & glibc-devel :: Help

2007-09-11 Thread Garrick Staples
On Wed, Sep 12, 2007 at 01:53:08PM +1000, geekylucas alleged:
> Hi,
> 
> I attempted to ugprade glibc & glibc-devel and ended up removing them
> entirely by accident.  *idiot*
> 
> What are the steps needed to get glibc back onto my system.
> Absolutely nothing is working at the moment, rpm, yum, etc.  I presume
> I'm going to have to boot from a rescue CD of some kind.
> 
> If someone could outline how to do this, or point me to some docs I
> would be most grateful.  (CentOS 4.3)

If you are doing anything other than 'yum update', then you are doing it wrong 
:)

Just boot a centos 4.3 cd/dvd into rescue mode, mount your filesystems rw, and
install the glibc package from the CD with 'rpm -r /path'.

And don't forget to update your system as the current is 4.5.



pgp37sFboipZA.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Accidentally removed glibc & glibc-devel :: Help

2007-09-11 Thread umair shakil
Dear,

Please tell me is ur operating system working or not? I mean can u able to
insert the CD
and install the glibc through the CD?

Regards,

Umair Shakil
ETD

On 9/12/07, geekylucas <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I attempted to ugprade glibc & glibc-devel and ended up removing them
> entirely by accident.  *idiot*
>
> What are the steps needed to get glibc back onto my system.
> Absolutely nothing is working at the moment, rpm, yum, etc.  I presume
> I'm going to have to boot from a rescue CD of some kind.
>
> If someone could outline how to do this, or point me to some docs I
> would be most grateful.  (CentOS 4.3)
>
> LC.
> ___
> 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] php 5.2 available?

2007-09-11 Thread umair shakil
Dear,

Thanks for the link. appreciated man much appreciated Link can
be quite
handy for me...


Regards,

Umair Shakil
ETD


On 9/11/07, Tomasz Napierała <[EMAIL PROTECTED]> wrote:
>
> On Sunday 09 September 2007 16:51:22 Laurentiu Coica wrote:
> > On 9/8/07, Melinda Odom <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > Will php 5.2 be available for centos 5?  The version in the mirror is
> php
> > > 5.1.6-12.
> >
> > Try
> >   http://remi.collet.free.fr/rpms/
>
> We noticed php-devel is broken in that repo (you cannot compile your own
> modules with it)
>
> Regards,
> --
> Tomasz Napierala
> System Administrator
> Allegro Team
> http://www.allegro.pl/
> ___
> 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] Accidentally removed glibc & glibc-devel :: Help

2007-09-11 Thread Craig White
On Wed, 2007-09-12 at 13:53 +1000, geekylucas wrote:
> Hi,
> 
> I attempted to ugprade glibc & glibc-devel and ended up removing them
> entirely by accident.  *idiot*
> 
> What are the steps needed to get glibc back onto my system.
> Absolutely nothing is working at the moment, rpm, yum, etc.  I presume
> I'm going to have to boot from a rescue CD of some kind.
> 
> If someone could outline how to do this, or point me to some docs I
> would be most grateful.  (CentOS 4.3)

copy them over from another system running CentOS 4.3 (isn't that a bit
old now?)

Craig

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


[CentOS] Accidentally removed glibc & glibc-devel :: Help

2007-09-11 Thread geekylucas
Hi,

I attempted to ugprade glibc & glibc-devel and ended up removing them
entirely by accident.  *idiot*

What are the steps needed to get glibc back onto my system.
Absolutely nothing is working at the moment, rpm, yum, etc.  I presume
I'm going to have to boot from a rescue CD of some kind.

If someone could outline how to do this, or point me to some docs I
would be most grateful.  (CentOS 4.3)

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


[CentOS] Re: centos] CentOS 5 on IA64

2007-09-11 Thread R P Herrold

On Tue, 11 Sep 2007, Lamar Owen wrote:

What is the minimum for actual hardware?  I have a small 
s390 here that I've been looking for a reason to power up. 
What sort of access is needed?


Goodness ... the Stuff you have in your closet at PARI.

Best as I had roughed out plans for a builder some months ago, 
would be access to a console with root access, and a rebooter, 
and a side unit (a generic PC box with plenty of HD space, 
with a 'crossover cable' network to the s390, and a seperate 
interface pointing 'upstream' to reach the outside build 
master endpoint), with sufficient space to push images onto 
and to pull from


and later K B remarked:

Let me ask the other centos-developers and see if anyone 
wants to take this on,


(jumping up and down) .. me me, I will ;))

Coming in to C5 for 3 months before and a month after, I asked 
on the Marist List, and of IBM, and on the LSB calls, and 
privately, and could never get any of the people who 'needed' 
and 'wanted' s390 CentOS to return my emails.  After that, I 
gave up.


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


Re: [CentOS] Centos Router

2007-09-11 Thread Feizhou

Graham Johnston wrote:
With the current discuss of "Performance of CentOS as a NAT gateway", I 
am curious how many people out there are using CentOS as a 
Router/Firewall in an enterprise or service provider environment.  For 
myself I am not really concerned about NAT just a stateful firewall.


For stateful firewalls, one should use OpenBSD and pf if .

netfilter has caught up on the stateful side with tcp window tracking 
but I do not think that support is in Centos 4 and below. Centos 5 
should have it.




The other half of my questions is about performance.  I have read many 
articles and posts on the net about performance tuning but they all seem 
to be about tuning a single host, not a router.  Does any have any tips 
in this area?  Is tuning even required.


If it is a natting firewall, forget about performance. There is a 
maximum to natting support beyond configuring the maximum number of 
connections being tracked.


Bridging stateful firewalls will find OpenBSD both more stable and 
better performing. Non-natting stateful firewalls no comment sorry.




For the sake of the conversation lets assume I am referring to CentOS 5.


For full stateful support, we would have to. All previous Centos only 
offer connection tracking.

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


Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread John R Pierce

Lamar Owen wrote:
What is the minimum for actual hardware?  I have a small s390 here that I've 
been looking for a reason to power up.  What sort of access is needed?
  


now, I haven't dealt personally with s390 since it was s370 and 
punchcards and mag tape were still de rigeur, so the following is purely 
conjecture.


a reasonable MINIMUM for a test-n-dev machine is likely around 512MB ram 
and 18GB or so of disk.   

it needs to be accessible via ssh from the internet, and it itself 
should be able to access internet.   I assume those have some sort of 
console processor?  that also should be accessible via ssh or whatever 
from the internet.   It would probably be a good idea to have a x86 
centos host on the LAN with it that also can be accessed from the net so 
you can cross-compile and net-install locally.



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


Re: [CentOS] RE: php 5.2

2007-09-11 Thread John Hinton

Melinda Odom wrote:

Hi,

seems to have a lot of security fixes:
http://www.php.net/ChangeLog-5.php#5.2.0

Version 5.2.0 was orginally released 02-Nov-2006.

What is the process and time frame for released software to be available in
an operating system?  I am not familiar with this.

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891


  
With RedHat it 'depends'... quite literally. A somewhat core package 
like php is one that can be troublesome to upgrade. Redhat has rarely 
made major version upgrades with php in the past (if ever). This often 
times is due to it affecting one or more configuration files. Since they 
cannot know if your config files are customized from the initial 
installation, they normally don't do an upgrade since it could break 
something. Instead, they backport security bugs and issue their own 
numbering system so you have good security with the older version. Add 
this issue to other issues that might occur, like something a hosting 
client might be running on their website.. or heck, even the system that 
creates all the pages of their website and a simple upgrade has the 
potential to break a lot of things. And then we could go off into all 
the php modules for apache, mysql, graphics programs and on and on.


I get frustrated by the slow adoption of new packages by RedHat, but at 
the same time I am extremely happy that they chose this business model. 
I don't need to run a bunch of updates to find out later that I've taken 
down a bunch of websites, interrupted email service or created other 
negative effects. So, in the end, I like it how it is. If I really can't 
stand it, I'll do an upgrade myself and deal with the ramifications myself.


Dovecot comes to mind right now.. two nasty bugs that are driving me 
nuts and both are fixed in 1.x. and several other additions done purely 
to take care of the badly broken Outlook email client. So, I can either 
do the upgrades myself which fixes these problems but can break things 
like SquirrelMail depending on your configuration. The 
interrelationships are not always easy to even think about.


There is however a big push to php5 by the years 2008 by the developers 
of php. Fortunately CentOS 5 contains php5, which will likely be 
upgradeable thru a few minor releases.. perhaps at least 5.2.


Best,
John Hinton

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2007 7:00 AM
To: centos@centos.org
Subject: CentOS Digest, Vol 32, Issue 11


Send CentOS mailing list submissions to
centos@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS digest..."


Today's Topics:

   1. php 5.2 (Melinda Odom)
   2. downloading an src.rpm? (Dave)
   3. Re: php 5.2 (Alexander Dalloz)
   4. Re: downloading an src.rpm? (Alexander Dalloz)
   5. Re: Re: KDE-Repos (Lamar Owen)
   6. Centos 4.5 clamav update error (Lorenzo)
   7. Re: Centos 4.5 clamav update error (Ralph Angenendt)
   8. Re: Centos 4.5 clamav update error (Lorenzo)
   9. Re: Centos 4.5 clamav update error (John Hinton)
  10. Re: KDE-Repos (Timothy Kesten)
  11. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  12. Boot problem with CENTOS 5 (chuck)
  13. New RTL8111B Wiki Page (Kirk Bocek)
  14. Re: How to upgrade WBEL4 to CentOS4? (Phil Schaffner)
  15. Re: package manager (Phil Schaffner)
  16. Re: Boot problem with CENTOS 5 (Phil Schaffner)
  17. Re: Performance of CentOS as a NAT gateway (Guy Boisvert)
  18. Re: Performance of CentOS as a NAT gateway (Guy Boisvert)
  19. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  20. is there an apache limit on submit size for centos 4 and 5
  (Jerry Geis)
  21. Re: Performance of CentOS as a NAT gateway (Toby Bluhm)
  22. Re: How to upgrade WBEL4 to CentOS4? ([EMAIL PROTECTED])
  23. Re: rpm spec files for ruby (James B. Byrne)
  24. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  25. Nautilus won't start (Kenneth Porter)
  26. RE: Performance of CentOS as a NAT gateway (Ross S. W. Walker)
  27. Re: Performance of CentOS as a NAT gateway (Les Mikesell)
  28. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  29. Re: Nautilus won't start ([EMAIL PROTECTED])
  30. Re: Nautilus won't start (Kenneth Porter)
  31. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  32. Re: Performance of CentOS as a NAT gateway (John R Pierce)
  33. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  34. Downgrade samba? (Jason Pyeron)
  35. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  36. Re: Downgrade samba? ([EMAI

[CentOS] RE: php 5.2

2007-09-11 Thread Melinda Odom
Hi,

seems to have a lot of security fixes:
http://www.php.net/ChangeLog-5.php#5.2.0

Version 5.2.0 was orginally released 02-Nov-2006.

What is the process and time frame for released software to be available in
an operating system?  I am not familiar with this.

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-471-0891



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of [EMAIL PROTECTED]
Sent: Tuesday, September 11, 2007 7:00 AM
To: centos@centos.org
Subject: CentOS Digest, Vol 32, Issue 11


Send CentOS mailing list submissions to
centos@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS digest..."


Today's Topics:

   1. php 5.2 (Melinda Odom)
   2. downloading an src.rpm? (Dave)
   3. Re: php 5.2 (Alexander Dalloz)
   4. Re: downloading an src.rpm? (Alexander Dalloz)
   5. Re: Re: KDE-Repos (Lamar Owen)
   6. Centos 4.5 clamav update error (Lorenzo)
   7. Re: Centos 4.5 clamav update error (Ralph Angenendt)
   8. Re: Centos 4.5 clamav update error (Lorenzo)
   9. Re: Centos 4.5 clamav update error (John Hinton)
  10. Re: KDE-Repos (Timothy Kesten)
  11. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  12. Boot problem with CENTOS 5 (chuck)
  13. New RTL8111B Wiki Page (Kirk Bocek)
  14. Re: How to upgrade WBEL4 to CentOS4? (Phil Schaffner)
  15. Re: package manager (Phil Schaffner)
  16. Re: Boot problem with CENTOS 5 (Phil Schaffner)
  17. Re: Performance of CentOS as a NAT gateway (Guy Boisvert)
  18. Re: Performance of CentOS as a NAT gateway (Guy Boisvert)
  19. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  20. is there an apache limit on submit size for centos 4 and 5
  (Jerry Geis)
  21. Re: Performance of CentOS as a NAT gateway (Toby Bluhm)
  22. Re: How to upgrade WBEL4 to CentOS4? ([EMAIL PROTECTED])
  23. Re: rpm spec files for ruby (James B. Byrne)
  24. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  25. Nautilus won't start (Kenneth Porter)
  26. RE: Performance of CentOS as a NAT gateway (Ross S. W. Walker)
  27. Re: Performance of CentOS as a NAT gateway (Les Mikesell)
  28. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  29. Re: Nautilus won't start ([EMAIL PROTECTED])
  30. Re: Nautilus won't start (Kenneth Porter)
  31. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  32. Re: Performance of CentOS as a NAT gateway (John R Pierce)
  33. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  34. Downgrade samba? (Jason Pyeron)
  35. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  36. Re: Downgrade samba? ([EMAIL PROTECTED])
  37. Re: rpm spec files for ruby (Karanbir Singh)
  38. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  39. Re: Downgrade samba? (Karanbir Singh)
  40. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  41. apche vhosts ldap (Sunet Sysadmin)
  42. Re: Performance of CentOS as a NAT gateway (Bart Schaefer)
  43. Re: Installerror on installation Kaffeine on CentOS 5 (Rex Dieter)
  44. Re: Performance of CentOS as a NAT gateway
  ([EMAIL PROTECTED])
  45. Re: How to upgrade WBEL4 to CentOS4? (Scott Silva)
  46. Re: Boot problem with CENTOS 5 (chuck)
  47. Re: Boot problem with CENTOS 5 (John R Pierce)
  48. Re: apche vhosts ldap (Indran D Govender)
  49. Re: Performance of CentOS as a NAT gateway
  ( <[EMAIL PROTECTED]>)
  50. Network Connection Card Problem? (Jun Salen)
  51. Re: Network Connection Card Problem? (Jun Salen)
  52. MD5 and NIS (Jeremy Sanders)
  53. Re: Network Connection Card Problem? (Alain Spineux)


--

Message: 1
Date: Mon, 10 Sep 2007 09:39:54 -0500
From: "Melinda Odom" <[EMAIL PROTECTED]>
Subject: [CentOS] php 5.2
To: 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;   charset="windows-1250"

Hi,

I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements

This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.

I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and also changing the
initial install page code to not be less than 5.1 I wouldn't think this
would be good to do for a production program.

I would prefer to stay with the centos mirror as this is what I have setup.

Hopefully centos will have php 5.2 in the future.

Thanks!

Sincerely,
Melinda Odom
Design Hosting, Inc.
www.designhosting.biz
479-4

Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread Karanbir Singh

Lamar Owen wrote:

If hardware access is not a possibility, then machines fast enough to run
the emulators might be an option too.


What is the minimum for actual hardware?  I have a small s390 here that I've 
been looking for a reason to power up.  What sort of access is needed?


Well, if we have the hardware, the next step is to find the people who are 
interested in doing the work :) Let me ask the other centos-developers and see 
if anyone wants to take this on, also people from the community are more than 
welcome to join the efforts.



--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread Lamar Owen
On Tuesday 11 September 2007, Karanbir Singh wrote:
> Les Bell wrote:
> > Any word on s390 and s390x? I don't need it myself, but I've been talking
> > to a number of mainframe users recently and they expressed interest.
>
> Provide access to the hardware, and if someone is interested we can look at
> it.
>
> If hardware access is not a possibility, then machines fast enough to run
> the emulators might be an option too.

What is the minimum for actual hardware?  I have a small s390 here that I've 
been looking for a reason to power up.  What sort of access is needed?
-- 
Lamar Owen
Chief Information Officer
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC  28772
(828)862-5554
www.pari.edu
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Network Connection Card Problem?

2007-09-11 Thread Jun Salen
On 9/11/07, Jun Salen <[EMAIL PROTECTED]> wrote:
> >Hi List,
> >
> >My Mail/Proxy server has from time to time refuse
to
> >accept accept network connection. If I restart the
> >network service, the service will again start to
> >accept connection but after some time will again
> >refuse connection. I use CentOS 4.5 with Squid,
> >DansGuardian, Postfix. Please can someone point me
> >what are the possible cause of this. Thank you.
>
> In addition to my posting above. When I make ping to
> other machine from the server, the server will again
> restore and accept connection. This is weird, so my
> temporary solution is to let the server continually
> ping other machine. Please help. Thanks again.
>

Ping is a very cheap and acceptable solution !

Anyway you'r certainly curious about the problem :-)
This is a problem about ARP request.
Maybe another machine with low activity share the same
IP or your
 swith/hub
is badly configured !
You can use arping to detect any device with the same
IP and tcpdump
to look for arp request."arp -an"  will show you the
arp table.

Regards

> junji
> aisalen.wordpress.com
> Linux Registered User #253162
>
> Send instant messages to your online friends
 http://uk.messenger.yahoo.com
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


-- 
Alain Spineux
aspineux gmail com


---

When I do /sbin/arp -an in the server box it does not
contain entries for ip address where the server, it is
ok? I observed that when I ping the server from other
machine, it replies but from time to time displays
time-out. We use this server for our mail and proxy so
it is affecting us when time outs occur. Tsk tsk.


junji
aisalen.wordpress.com
Linux Registered User #253162

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread Karanbir Singh

Les Bell wrote:

Any word on s390 and s390x? I don't need it myself, but I've been talking
to a number of mainframe users recently and they expressed interest.


Provide access to the hardware, and if someone is interested we can look at it.

If hardware access is not a possibility, then machines fast enough to run the 
emulators might be an option too.


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread Les Bell

Karanbir Singh <[EMAIL PROTECTED]> wrote:

>>
There will be an IA64 CentOS-5 beta soon, and the plan is to have IA64
release
at the same time as i386 and x86_64 for CentOS-5.1.
<<

Any word on s390 and s390x? I don't need it myself, but I've been talking
to a number of mainframe users recently and they expressed interest.

Best,

--- Les Bell, RHCE, CISSP
[http://www.lesbell.com.au]
Tel: +61 2 9451 1144
FreeWorldDialup: 800909


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


Re: [CentOS] CentOS 5 on IA64

2007-09-11 Thread Karanbir Singh

James A. Peltier wrote:

Hi All,

I am looking for information on when CentOS 5 will be available for 
IA64.  I found this forum posting but no responses


There will be an IA64 CentOS-5 beta soon, and the plan is to have IA64 release 
at the same time as i386 and x86_64 for CentOS-5.1.


But that plan depends on resources and time available.

--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 5 on IA64

2007-09-11 Thread James A. Peltier

Hi All,

I am looking for information on when CentOS 5 will be available for 
IA64.  I found this forum posting but no responses


http://www.centos.org/modules/newbb/viewtopic.php?topic_id=8714&forum=45

I am looking to perform a large migration of about 500 workstations from 
various Suse and Red Hat versions to CentOS to standardize some what. 
Because I have to support x86 (32 & 64) and IA64 it would be nice to do 
this all at once.   I know that CentOS 4.5 supports all the platforms 
listed, but if it's going to come out soon I'll just wait as it offers 
my users a lot more in terms of packages and support.


BTW: Anyone out there have CentOS on SGI Altix?

--
James A. Peltier
Technical Director, RHCE
SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus
Phone   : 604-291-3610
Fax : 604-291-3045
Mobile  : 778-840-6434
E-Mail  : [EMAIL PROTECTED]
Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca
MSN : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-11 Thread Karanbir Singh

Chuck Campbell wrote:

Bothe kernels see the card though (looking in /var/log/messages after boot.


Can you post the output from 'dmesg; lsmod; lspci -n' booting the installtime 
kernel at http://pastebin.ca/ and post the url to that here..


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-11 Thread Chuck Campbell
On Tue, Sep 11, 2007 at 05:19:07PM +0100, Karanbir Singh wrote:
> Chuck Campbell wrote:
> >The system now boots, so I ran a yum update, which updated 156 packages.
> >The kernel was updated too, so I set it up to boot the new xen kernel.
> 
> Depending on the way your Driverdisk is setup - it would have only 
> installed the drivers for the kernel you installed initially. So if you 
> have problems talking to the 3ware drives, try booting from that kernel 
> instead.
> 
> If you want to keep the driver in-place even when the kernel updates, you 
> might want to investigate the weak-updates process and how you might get a 
> driver included into that. Pretty much everything you need to make it 
> happen would be on the system already.

yes, it is a 3ware 9650SE-8ML.

I used the driver disk during the install, and the installer saw the 
raid devices.  I deselected them during the partitioning of the install
disks, and the installed system doesn't see those devices.

I then updated the kernel and the new kernel doesn't see the devices either.

When I boot the old kernel again, it still doesn't see the devices.

Bothe kernels see the card though (looking in /var/log/messages after boot.

-chuck

-- 
ACCEL Services, Inc.| Specialists in Gravity, Magnetics |  (713)993-0671 ph.
|   and Integrated Interpretation   |  (713)993-0608 fax
 633 1/2 W. 21st St.|Since 1992 |  (713)306-5794 cell
 Houston, TX, 77008 |  Chuck Campbell   | [EMAIL PROTECTED]
|  President & Senior Geoscientist  |

 "Integration means more than having all the maps at the same scale!"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpm spec files for ruby

2007-09-11 Thread Garrick Staples
On Tue, Sep 11, 2007 at 03:56:07PM -0400, James B. Byrne alleged:
> I am now getting this:
> 
> configure: creating ./config.status
> config.status: creating Makefile
> + --with-sitedir=/usr/lib/ruby/site_ruby --with-default-kcode=none
> --with-bundled-sha1 --with-bundled-md5 --with-bundled-rmd160
> --enable-shared --enable-ipv6 --enable-pthread
> --with-lookup-order-hack=INET --disable-rpath --with-ruby-prefix=/usr/lib
> /var/tmp/rpm-tmp.49488: line 62: --with-sitedir=/usr/lib/ruby/site_ruby:
> No such file or directory
> error: Bad exit status from /var/tmp/rpm-tmp.49488 (%build)
> 
> 
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.49488 (%build)
> [EMAIL PROTECTED] SPECS]$ ll /usr/lib/ruby/site_ruby
> total 8
> drwxr-xr-x  5 root root 4096 Sep  7 12:14 1.8
> 
> 
> Since /usr/lib/ruby/site_ruby evidently exists, why am I being told that
> it does not?

It is telling you that "--with-sitedir=/usr/lib/ruby/site_ruby" doesn't exist 
as a file, which is obviously correct.  You probably have an extra newline char 
or missing continuation char.



pgpLwxGYVLe1U.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: rpm spec files for ruby

2007-09-11 Thread Garrick Staples
On Tue, Sep 11, 2007 at 12:58:13PM -0400, James B. Byrne alleged:
> 
> Karanbir Singh wrote:
> > To find out exactly what is going on, look at the bit which creates
> > the .files that are then used in the %files section to workout what
> > which files go into what rpm. There would be an overlap there.
> 
> Given this snippet:
> 
> 
> %files -f ruby.files
> ...
> %files devel -f ruby-devel.files
> 
> I speculate (since the rpm manual is not very helpful on the matter) that
> if --target= is not specified then the first file command will execute but
> not the third and include all of the files listed in ruby.files only
> whereas if --target=devel is specified to the rpmbuild command then the
> first and second commands will execute and include the contents of
> ruby.files and ruby-devel.files.
> 
> Is my understanding of this correct or in what matter is it defective?

No, --target is used to specify the target arch, eg. --target=i386 or
--target=i686.  

The %files sections are for creating subpackages.  The first %files lists files
that will be in the ruby package, the second are the files for the ruby-devel
package.  You'll see corresponding %package, and possibly %post, %pre, etc.
section.




pgp3jnv7Koj2e.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Steven Vishoot

--- Robert <[EMAIL PROTECTED]> wrote:

> Mark Rosenstand wrote:
> > On Tue, 2007-09-11 at 13:19 +,
> [EMAIL PROTECTED] wrote:
> >   
> >> I have one idea that may work.  Try seeing if
> your bios supports a bios upgrade floppy (it would
> say so in the owners manual).  Now by bios upgrade
> floppy I don't mean the usual type that use an os. 
> There are some that the bios will directly read from
> without an os being used.  The concept is to recover
> from failed bios upgrades.  The reason I suggest
> this is because I think the setting that's keeping
> your system off is hiding in your bios' acpi table
> and I don't think a bios reset will dump it, but a
> bios upgrade might.
> >> 
> >
> > My motherboard do support such BIOS upgrades
> (really nice since it's OS
> > independent) but you need to get to the POST
> before you can ask it to
> > search for the floppy.
> >
> > But it won't power on at all. The CPU FAN doesn't
> start, the disk
> > doesn't rotate, the monitor doesn't get any
> signal. The only thing that
> > indicates the slightest sign of life is the LED on
> the motherboard and
> > my keyboard if I press Num Lock.
> >
> > Is there something on the motherboard I can
> disconnect to reset the ACPI
> > table?
> >
> >   
> I would try removing all cards from the PCI slots,
> disconnect the IDE 
> cables and any other I/O than might be connected and
> try it that way. 
> Obviously, it won't go very far w/o a keyboard and
> you won't be able to 
> see much w/o a video card but it SHOULD stay powered
> on.  An old PCI 
> video card might be nice to try, in the event that
> power will stay on 
> with all I/O pulled.  Also, you might try using
> different memory -- or 
> try the original memory in another box.  Also, if
> you've been inside the 
> box already, it might be worthwhile to turn that
> baby upside down and 
> shake and/or jar it, just in case you dropped a
> screw or washer 
> somewhere inside.
> 
> **
> 
> 
> 
> 
> > ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
I have seen it where the cpu has died can not remember
if the fan was still working but it worth a check
since you said it is a 3 year old PC

Steven
 

Get your Art Supplies @ www.littleartstore.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpm spec files for ruby

2007-09-11 Thread James B. Byrne
I am now getting this:

configure: creating ./config.status
config.status: creating Makefile
+ --with-sitedir=/usr/lib/ruby/site_ruby --with-default-kcode=none
--with-bundled-sha1 --with-bundled-md5 --with-bundled-rmd160
--enable-shared --enable-ipv6 --enable-pthread
--with-lookup-order-hack=INET --disable-rpath --with-ruby-prefix=/usr/lib
/var/tmp/rpm-tmp.49488: line 62: --with-sitedir=/usr/lib/ruby/site_ruby:
No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.49488 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.49488 (%build)
[EMAIL PROTECTED] SPECS]$ ll /usr/lib/ruby/site_ruby
total 8
drwxr-xr-x  5 root root 4096 Sep  7 12:14 1.8


Since /usr/lib/ruby/site_ruby evidently exists, why am I being told that
it does not?


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:[EMAIL PROTECTED]
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Robert

Mark Rosenstand wrote:

On Tue, 2007-09-11 at 13:19 +, [EMAIL PROTECTED] wrote:
  

I have one idea that may work.  Try seeing if your bios supports a bios upgrade 
floppy (it would say so in the owners manual).  Now by bios upgrade floppy I 
don't mean the usual type that use an os.  There are some that the bios will 
directly read from without an os being used.  The concept is to recover from 
failed bios upgrades.  The reason I suggest this is because I think the setting 
that's keeping your system off is hiding in your bios' acpi table and I don't 
think a bios reset will dump it, but a bios upgrade might.



My motherboard do support such BIOS upgrades (really nice since it's OS
independent) but you need to get to the POST before you can ask it to
search for the floppy.

But it won't power on at all. The CPU FAN doesn't start, the disk
doesn't rotate, the monitor doesn't get any signal. The only thing that
indicates the slightest sign of life is the LED on the motherboard and
my keyboard if I press Num Lock.

Is there something on the motherboard I can disconnect to reset the ACPI
table?

  
I would try removing all cards from the PCI slots, disconnect the IDE 
cables and any other I/O than might be connected and try it that way. 
Obviously, it won't go very far w/o a keyboard and you won't be able to 
see much w/o a video card but it SHOULD stay powered on.  An old PCI 
video card might be nice to try, in the event that power will stay on 
with all I/O pulled.  Also, you might try using different memory -- or 
try the original memory in another box.  Also, if you've been inside the 
box already, it might be worthwhile to turn that baby upside down and 
shake and/or jar it, just in case you dropped a screw or washer 
somewhere inside.


**




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


Re: [CentOS] Problem with VSFTP

2007-09-11 Thread John Hinton

Rajeev R Veedu wrote:


I have a vsftp server hosted on custom dyndns site. We have a 4mb 
 ADSL connection. When I tried to download the files from the ftp 
server with wan IP address or the dyndns address it downloads some 
files and disconnects. Please find below an extract from the log file 
(ace ftp client). I would appreciate if someone could guide me, 
possibly with a solution for this problem.  

 


Many thanks

 


Rajeev


Rajeev,

I've been chasing this same problem for a couple of years now. It seems 
to happen the most often when first the connection is a fast connection 
and second when there are a lot of files to transfer. I've reduced the 
number of concurrent connections in my ftp client. I've done passive and 
port modes and I still don't know what is causing this but it is 
extremely irritating.


If you find a solution, please post it back to this list for others to 
learn.


Thanks,
John Hinton


 

 

150 Opening BINARY mode data connection for 4393 MP001.dwg (15434547 
bytes).


226 File send OK.

Transferred 15,434,547 bytes in 20.02 seconds (753.04 KB/s)

PASV

227 Entering Passive Mode (86,98,38,95,118,208)

RETR 4393 MP002.dwg

150 Opening BINARY mode data connection for 4393 MP002.dwg (9642920 
bytes).


226 File send OK.

Transferred 9,642,920 bytes in 11.64 seconds (809.01 KB/s)

PASV

227 Entering Passive Mode (86,98,38,95,91,22)

RETR 4393 SC001.dwg

150 Opening BINARY mode data connection for 4393 SC001.dwg (382929 bytes).

226 File send OK.

Transferred 382,929 bytes in 0.20 seconds (1842.14 KB/s)

PASV

227 Entering Passive Mode (86,98,38,95,54,129)

RETR 4393a1frontpage.dwg

150 Opening BINARY mode data connection for 4393a1frontpage.dwg 
(1709818 bytes).


226 File send OK.

Transferred 1,709,818 bytes in 0.95 seconds (1752.09 KB/s)

PASV

 

 


/Connection aborted/

/Unable to open data socket/

/ /

/ /

Delaying for 5 seconds before next attempt...

Processing item, attempt 2...

Connecting to 86.98.38.95 on port 21. Attempt 1 of 3...

220 Welcome to Our  FTP server.

USER Ourferns

331 Please specify the password.

PASS *

230 Login successful.

Server Type: UNIX (standard)

FEAT

 

 

 


My VSFTPD.CONF

 

 


anonymous_enable=NO

local_enable=YES

write_enable=YES

xferlog_enable=YES

connect_from_port_20=YES

chown_uploads=YES

xferlog_file=/var/log/vsftpd.log

xferlog_std_format=YES

 


ftpd_banner=Welcome to our  FTP server.

#

 


chroot_list_enable=YES

chroot_list_file=/etc/vsftpd.chroot_list

#chroot_local_user=YES

pam_service_name=vsftpd

userlist_enable=YES

#enable for standalone mode

listen=YES

tcp_wrappers=YES

 

 

 


!DSPAM:46e4086d226861804284693!


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


!DSPAM:46e4086d226861804284693!
  


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


[CentOS] Re: Unable to POST after suspend

2007-09-11 Thread Scott Silva

Mark Rosenstand spake the following on 9/11/2007 6:53 AM:

On Tue, 2007-09-11 at 13:19 +, [EMAIL PROTECTED] wrote:

I have one idea that may work.  Try seeing if your bios supports a bios upgrade 
floppy (it would say so in the owners manual).  Now by bios upgrade floppy I 
don't mean the usual type that use an os.  There are some that the bios will 
directly read from without an os being used.  The concept is to recover from 
failed bios upgrades.  The reason I suggest this is because I think the setting 
that's keeping your system off is hiding in your bios' acpi table and I don't 
think a bios reset will dump it, but a bios upgrade might.


My motherboard do support such BIOS upgrades (really nice since it's OS
independent) but you need to get to the POST before you can ask it to
search for the floppy.

But it won't power on at all. The CPU FAN doesn't start, the disk
doesn't rotate, the monitor doesn't get any signal. The only thing that
indicates the slightest sign of life is the LED on the motherboard and
my keyboard if I press Num Lock.

Is there something on the motherboard I can disconnect to reset the ACPI
table?
I have never had an OS make a machine where a hard reset wouldn't reboot it. 
Are you sure that some hardware didn't fail at the same time? Maybe the power 
supply.


--

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


RE: [CentOS] Centos Router

2007-09-11 Thread Graham Johnston
On Tue, 2007-09-11 at 13:43 -0400, Ken Price wrote:
> >> My best tip for tuning performance:
> >>
> >> Don't until performance becomes an issue otherwise you have no
> >> basis of determining whether performance has improved.
> >
> > Let me add a second tip:
> >
> > Don't tune a parameter unless you know what is does.
> >
> 
> While probably not popular, those are very good tips.
> 
> I can give you some comparative performance info using CentOS3 and  
> CentOS4.  CentOS5 will probably give equal or slightly better  
> performance depending on specific configurations.
> 
> Harware:
> 4 Dell PowerEdge 350's (2 routers, 2 NAT firewalls)
> PIII-850
> 512 Mb RAM
> 
> Bandwidth:
> Average 25-35Mbps
> Peak 80Mbps sustained for 1-2 hours
> 10k-25k connections
> 
> NAT Firewall:
> CPU usage approx 2-8%
> 
> Router:
> CPU usage approx 2-4%
> 
> With the above specs, I was approaching the connection threshold with  
> 512Mb RAM (32768 = theoretical max) and beginning to drop connections.  
>   This was quickly fixed by adding an additional 512Mb RAM and  
> adjusting the CONNTRACK_MAX accordingly.
> 
> Hope this helps.  All boxes were running Keepalived for failover.   
> Fairly straight forward routing so no software used except routing  
> tables, IP, and IP forwarding.
> 
> Hope this helps!
> -Ken
> 

Ken,

In your configuration did you tune any sysctl settings or leave with
defaults?

Graham Johnston
Manager, Network Services
Westman Communications Group
204.571.7225
[EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Centos Router

2007-09-11 Thread Ken Price



My best tip for tuning performance:

Don't until performance becomes an issue otherwise you have no
basis of determining whether performance has improved.


Let me add a second tip:

Don't tune a parameter unless you know what is does.



While probably not popular, those are very good tips.

I can give you some comparative performance info using CentOS3 and  
CentOS4.  CentOS5 will probably give equal or slightly better  
performance depending on specific configurations.


Harware:
4 Dell PowerEdge 350's (2 routers, 2 NAT firewalls)
PIII-850
512 Mb RAM

Bandwidth:
Average 25-35Mbps
Peak 80Mbps sustained for 1-2 hours
10k-25k connections

NAT Firewall:
CPU usage approx 2-8%

Router:
CPU usage approx 2-4%

With the above specs, I was approaching the connection threshold with  
512Mb RAM (32768 = theoretical max) and beginning to drop connections.  
 This was quickly fixed by adding an additional 512Mb RAM and  
adjusting the CONNTRACK_MAX accordingly.


Hope this helps.  All boxes were running Keepalived for failover.   
Fairly straight forward routing so no software used except routing  
tables, IP, and IP forwarding.


Hope this helps!
-Ken






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


[CentOS] [Fwd: Re: rpm spec files for ruby]

2007-09-11 Thread James B. Byrne

On Tue, September 11, 2007 12:58, James B. Byrne wrote:

>
> Is my understanding of this correct or in what matter is it defective?
>

Evidently defective. I have found another reference that describes
sub-packages.

So the unqualified %files directive is for the base package and the
qualified ones are for the sub-packages.  Is this correct?

Sincerely,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:[EMAIL PROTECTED]
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread B.J. McClure


> On Tue, 2007-09-11 at 13:19 +, [EMAIL PROTECTED] wrote:
> > I have one idea that may work.  Try seeing if your bios supports a
> bios upgrade floppy (it would say so in the owners manual).  Now by
> bios upgrade floppy I don't mean the usual type that use an os.  There
> are some that the bios will directly read from without an os being
> used.  The concept is to recover from failed bios upgrades.  The
> reason I suggest this is because I think the setting that's keeping
> your system off is hiding in your bios' acpi table and I don't think a
> bios reset will dump it, but a bios upgrade might.
> 
> My motherboard do support such BIOS upgrades (really nice since it's
> OS
> independent) but you need to get to the POST before you can ask it to
> search for the floppy.
> 
> But it won't power on at all. The CPU FAN doesn't start, the disk
> doesn't rotate, the monitor doesn't get any signal. The only thing
> that
> indicates the slightest sign of life is the LED on the motherboard and
> my keyboard if I press Num Lock.
> 
> Is there something on the motherboard I can disconnect to reset the
> ACPI
> table?

Seems to me there is room to suspect a hardware issue instead of acpi.
I would confirm power supply connector to mainboard by removing and
reinserting until properly seated.  Also would confirm two wires from
power button on case/chassis are correctly connected to proper pin
terminals at edge of mainboard.  If still no joy, would swap a known
good power supply.  If that fails, you might try removing the power
switch leads from the pin terminal strip and use a phillips screwdriver
blade or other appropriate tool to short the proper pins momentarily to
start the beast.  I have replaced three bad power switches in the recent
few years, so they do fail.

Cheers,
B.J.

CentOS 5.0, Linux 2.6.18-8.1.8.el5 x86_64 12:06:49 up 1 day, 6:14, 2
users, load average: 0.03, 0.05, 0.07
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] nedi rpms for centos 5

2007-09-11 Thread Kanwar Ranbir Sandhu
Hi Everyone,

I'm looking for rpms of nedi for centos 5.  Does anyone know of a repo
that has them?

Regards,

Ranbir
-- 
Kanwar Ranbir Sandhu
Linux 2.6.22.2-42.fc6 i686 GNU/Linux 
12:58:56 up 11 days, 11:24, 1 user, load average: 0.88, 0.92, 0.84 


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


[CentOS] Re: rpm spec files for ruby

2007-09-11 Thread James B. Byrne

Karanbir Singh wrote:
> To find out exactly what is going on, look at the bit which creates
> the .files that are then used in the %files section to workout what
> which files go into what rpm. There would be an overlap there.

Given this snippet:


%files -f ruby.files
...
%files devel -f ruby-devel.files

I speculate (since the rpm manual is not very helpful on the matter) that
if --target= is not specified then the first file command will execute but
not the third and include all of the files listed in ruby.files only
whereas if --target=devel is specified to the rpmbuild command then the
first and second commands will execute and include the contents of
ruby.files and ruby-devel.files.

Is my understanding of this correct or in what matter is it defective?

Regards,


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:[EMAIL PROTECTED]
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] MD5 and NIS

2007-09-11 Thread James Pearson

Jeremy Sanders wrote:

Does anybody know whether it is possible to enable MD5 passwords for NIS and
local passwords? Is it just a matter of running

authconfig --enablemd5

and new passwords will use MD5 and old ones will still work?


Something I've never tried, but I don't think the NIS bit will work - 
you can have MD5 passwords in local /etc/passwd files and crypt 
passwords from NIS.


I believe NIS doesn't care what string of characters is used in the 
password field of the NIS passwd file, however user applications may. 
e.g. I think yppasswdd expects crypt strings to be passed about.


If Linux can use MD5 NIS passwords, then you might still have problems 
if you also have non-Linux NIS clients.


I guess the easiest way to test is to generate an MD5 passwd string and 
update your NIS source passwd file for a test user and see what happens ...


James Pearson

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


Re: [CentOS] Installation troubles

2007-09-11 Thread Karanbir Singh

Chuck Campbell wrote:

The system now boots, so I ran a yum update, which updated 156 packages.
The kernel was updated too, so I set it up to boot the new xen kernel.


Depending on the way your Driverdisk is setup - it would have only installed the 
drivers for the kernel you installed initially. So if you have problems talking 
to the 3ware drives, try booting from that kernel instead.


If you want to keep the driver in-place even when the kernel updates, you might 
want to investigate the weak-updates process and how you might get a driver 
included into that. Pretty much everything you need to make it happen would be 
on the system already.


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] request for hosting ( London, UK )

2007-09-11 Thread Karanbir Singh

John Hinton wrote:
A couple of Sun Netra t105 have been donated to the CentOS Project. 
The machines are located in London and I was wondering if anyone in 
the area might be able to host these machines for us ?

Nevermind... I can't read...
machines for us != machines in us


Thanks for the offer though :)

now atleast we know there is someone we can call on for a bit of hosting in the 
US :)


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] request for hosting ( London, UK )

2007-09-11 Thread John Hinton

Karanbir Singh wrote:

Hi Chaps,

A couple of Sun Netra t105 have been donated to the CentOS Project. 
The machines are located in London and I was wondering if anyone in 
the area might be able to host these machines for us ?


They come with 19" rack rails. We would need access to some - but not 
a whole lot of - bandwidth. We plan on using these machines in 
developer roles, for code testing and sandbox builds. So, while we 
wont be using a lot of b/w - the machines being on a fast'ish link 
would still be appreciated.


Regards,


Nevermind... I can't read...

machines for us != machines in us

LOL!!

John Hinton who is not in the UK.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] request for hosting ( London, UK )

2007-09-11 Thread John Hinton

Karanbir Singh wrote:

Hi Chaps,

A couple of Sun Netra t105 have been donated to the CentOS Project. 
The machines are located in London and I was wondering if anyone in 
the area might be able to host these machines for us ?


They come with 19" rack rails. We would need access to some - but not 
a whole lot of - bandwidth. We plan on using these machines in 
developer roles, for code testing and sandbox builds. So, while we 
wont be using a lot of b/w - the machines being on a fast'ish link 
would still be appreciated.


Regards,


Karanbir,

Would you want one or both of them in a single location?

Is 10mbit fiber fast enough?

Best,
John Hinton
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-11 Thread Karanbir Singh

Chuck Campbell wrote:
Unfortunately I can't see my 3ware raid arrays now...  I'm getting a bit 
frustrated.


Are you using a 3ware-96xx card that you need a driver disk ?

--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-11 Thread Chuck Campbell
On Sat, Sep 08, 2007 at 01:07:50PM -0700, mark pryor wrote:
> 
> 
> This is what you said in the OP 
> 
> The intent is to install the OS onto the 2-320GB drives on the motherboard 
> controller (preferrably in a raid 1 configuration).  The other disks are for 
> our data requirements.
> 
> 

Yes, but it turned out that my install media was indeed corrupt, even though it
passed media verification.

I got a new iso image for the install dvd from a different location, and
burned a new disc.  I did an install from this w/o the earlier reported hang,
or SQUASHFS errors.

I couldn't figure out how to do the raid1 boot device on the MB controller,
or how to do it via s/w raid in the installer, so I installed onto a single 
disc on the MB controller.  I now have 2 individual disks which show up as 
sda and sdb.  I did custom partitioning in the install and set up a /boot, / 
and swap partitions on sda.  I set up additional swap and other partitions 
on sdb.

During the install, I deselected the sdc and sdd, devices during 
partitioning (these are the raid arrays on the 3ware card).  Each is over
2 TB as they stand, so I was afraid of problems with the mke2fs step, and
thought I'd create filesystems after initial boot.  I believe I need to use
4KB block size (or maybe 8KB) to get 2TB filesystems, and wasn't sure the
installer would do this correctly.

The installer saw the 3ware devices (2 of them) because I loaded a driver
from floppy (linux text dd).  I just didn't use them in the install steps.

I ran the install as described above and put grub on the MBR of sda.

The system now boots, so I ran a yum update, which updated 156 packages.
The kernel was updated too, so I set it up to boot the new xen kernel.

The large arrays on the 3ware card don't seem to be recognized either before
or after the yum update.  The /var/log/messages file shows the 3ware card was
found, but doesn't seem to find any exported devices...

The smartd man page indicates I need to use /dev/twaN in the smartd.conf
file, but these device files don't exist.

I'm stuck and at a loss on how to find these 3ware arrays to put filesystems
on.

> 
> The MB controller is fakeraid and to use it would require the dmraid support 
> in the install.

is this through a driver disk?  I'll have to delve into this another day, I 
need to get this machine online with the big raid arrays useable ASAP.

> Was your MB setup by the reseller with the 2 320 GB drives in Raid1? What 
> shows in the Intel Matrix Raid bios? 

No, I added the disks after the machine arrived w/o any OS installed.  At boot
time I see the six onboard slots, with two 400gb grives recognized.

Following this, the 3ware bios reports the other 8 disks in two arrays.

Lastly the adaptec scsi card bios shows no devices attached (this if for the
tape drives later).

> I have installed Fedora on such a SuperMicro board and we went Raid1 using 
> the onboard device. What's easy to mess up is the boot order menu. If you 
> want to boot from the Raid1 array, you have to bring it in as one of the 
> choices. If you have never setup Linux on a SuperMicro its a little tricky.

I have, but not as raid1.  I still haven't done a raid1, because I just 
installed on a single disk to get down the road.

Unfortunately I can't see my 3ware raid arrays now...  I'm getting a bit 
frustrated.

-chuck


-- 
ACCEL Services, Inc.| Specialists in Gravity, Magnetics |  (713)993-0671 ph.
|   and Integrated Interpretation   |  (713)993-0608 fax
 633 1/2 W. 21st St.|Since 1992 |  (713)306-5794 cell
 Houston, TX, 77008 |  Chuck Campbell   | [EMAIL PROTECTED]
|  President & Senior Geoscientist  |

 "Integration means more than having all the maps at the same scale!"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Centos Router

2007-09-11 Thread Ross S. W. Walker
Ross S. W. Walker wrote:
> 
> Graham Johnston wrote:
> > 
> > With the current discuss of "Performance of CentOS as a NAT 
> > gateway", I am curious how many people out there are using 
> > CentOS as a Router/Firewall in an enterprise or service 
> > provider environment.  For myself I am not really concerned 
> > about NAT just a stateful firewall. 
> > 
> > The other half of my questions is about performance.  I have 
> > read many articles and posts on the net about performance 
> > tuning but they all seem to be about tuning a single host, 
> > not a router.  Does any have any tips in this area?  Is 
> > tuning even required.
> > 
> > For the sake of the conversation lets assume I am referring 
> > to CentOS 5.
> 
> My best tip for tuning performance:
> 
> Don't until performance becomes an issue otherwise you have no
> basis of determining whether performance has improved.

Let me add a second tip:

Don't tune a parameter unless you know what is does.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


RE: [CentOS] Centos Router

2007-09-11 Thread Ross S. W. Walker
Graham Johnston wrote:
> 
> With the current discuss of "Performance of CentOS as a NAT 
> gateway", I am curious how many people out there are using 
> CentOS as a Router/Firewall in an enterprise or service 
> provider environment.  For myself I am not really concerned 
> about NAT just a stateful firewall. 
> 
> The other half of my questions is about performance.  I have 
> read many articles and posts on the net about performance 
> tuning but they all seem to be about tuning a single host, 
> not a router.  Does any have any tips in this area?  Is 
> tuning even required.
> 
> For the sake of the conversation lets assume I am referring 
> to CentOS 5.

My best tip for tuning performance:

Don't until performance becomes an issue otherwise you have no
basis of determining whether performance has improved.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


[CentOS] Centos Router

2007-09-11 Thread Graham Johnston
With the current discuss of "Performance of CentOS as a NAT gateway", I
am curious how many people out there are using CentOS as a
Router/Firewall in an enterprise or service provider environment.  For
myself I am not really concerned about NAT just a stateful firewall. 

The other half of my questions is about performance.  I have read many
articles and posts on the net about performance tuning but they all seem
to be about tuning a single host, not a router.  Does any have any tips
in this area?  Is tuning even required.

For the sake of the conversation lets assume I am referring to CentOS 5.

Graham Johnston
Manager, Network Services
Westman Communications Group
204.571.7225
[EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] request for hosting ( London, UK )

2007-09-11 Thread Karanbir Singh

Hi Chaps,

A couple of Sun Netra t105 have been donated to the CentOS Project. The machines 
are located in London and I was wondering if anyone in the area might be able to 
host these machines for us ?


They come with 19" rack rails. We would need access to some - but not a whole 
lot of - bandwidth. We plan on using these machines in developer roles, for code 
testing and sandbox builds. So, while we wont be using a lot of b/w - the 
machines being on a fast'ish link would still be appreciated.


Regards,

--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Downgrade samba?

2007-09-11 Thread Ross S. W. Walker
[EMAIL PROTECTED] wrote:
> 
> My thoughts:
> 
> Uninstall the current version using yum, grab the source tgz 
> for the version for the version you want from samba, and 
> compile it using --prefix=/usr/local/mysamba to put all of 
> that ver in that directory.  Then when you want to use the 
> latest again delete the mysamba dir and install the new ver with yum.
> 

Actually to take Geoff's idea 1 further, install locally compiled
version of samba into prefix /usr/local/samba like Geoff stated, but
keep the binaries off the path, then use 'alternatives' to link in
your locally compiled version to their /usr/bin location so it
appears as a standard install.

You can then use the rpm relocate feature to install the distro
version of samba into prefix /usr/samba and provide a second
'alternative' for the distro version of samba.

-Ross


> -Original Message-
> From: "Jason Pyeron" <[EMAIL PROTECTED]>
> 
> Date: Mon, 10 Sep 2007 21:49:42 
> To:"'CentOS mailing list'" 
> Subject: [CentOS] Downgrade samba?
> 
> 
> 
> 
> After reading 
> http://lists.samba.org/archive/samba/2003-November/001828.html
> what would the best approach for downgrading 
> samba-3.0.10-1.4E.12.2 to 2.7
> on centos4, then later upgrading back to current?
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -   -
> - Jason Pyeron  PD Inc. http://www.pdinc.us -
> - Sr. Consultant10 West 24th Street #100-
> - +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
> -   -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information. If you
> have received it in error, purge the message from your system and
> notify the sender immediately.  Any other use of the email by you
> is prohibited.
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


RE: [CentOS] Performance of CentOS as a NAT gateway

2007-09-11 Thread Ross S. W. Walker
Bart Schaefer wrote:
> 
> On 9/10/07, John R Pierce <[EMAIL PROTECTED]> wrote:
> > wireshark can process and display packet capture files from 
> tcpdump -w
> >
> > capture a few megabytes of packets on the appropriate 
> interface of the
> > firewall, then transfer them to a workstation with 
> Wireshark for analysis.
> 
> OK, I've got some output from "tcpdump -w any" but I don't know
> precisely what I'm looking for.  (I'd be happy to take this off-list.)
>  I notice that just over 1/3 of the packets are TCP out-of-order
> segments and about 4% are duplicate ACKs.
> 
> We also dumped eth0 and eth1 separately.  Statistics on the "any"
> output show 26Mb/s, but eth0 and eth1 independently are only 10Mb/s
> each.
> 
> By the way, those interrupts/sec numbers in my earlier message were
> off; I chose a bad moment to look at it, when the peak had subsided.
> At peak it's more like 2500-3000 interrupts/sec, sometimes as high as
> 3500.

int/sec is fine for your hardware.

Try a tcpdump of both the external and internal interface at the same
time. Try to focus on 1 proto-typical stream of traffic from a known
host (like your own) to a known destination from connection open to
connection close.

Then open up the dump in wireshark and look at the timestamps and if
there are any resends with smaller MTUs and such.

You want to see if there is a large delay between sent packets and
ACKs.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Mark Rosenstand
On Tue, 2007-09-11 at 13:19 +, [EMAIL PROTECTED] wrote:
> I have one idea that may work.  Try seeing if your bios supports a bios 
> upgrade floppy (it would say so in the owners manual).  Now by bios upgrade 
> floppy I don't mean the usual type that use an os.  There are some that the 
> bios will directly read from without an os being used.  The concept is to 
> recover from failed bios upgrades.  The reason I suggest this is because I 
> think the setting that's keeping your system off is hiding in your bios' acpi 
> table and I don't think a bios reset will dump it, but a bios upgrade might.

My motherboard do support such BIOS upgrades (really nice since it's OS
independent) but you need to get to the POST before you can ask it to
search for the floppy.

But it won't power on at all. The CPU FAN doesn't start, the disk
doesn't rotate, the monitor doesn't get any signal. The only thing that
indicates the slightest sign of life is the LED on the motherboard and
my keyboard if I press Num Lock.

Is there something on the motherboard I can disconnect to reset the ACPI
table?

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


Re: [CentOS] php 5.2 available?

2007-09-11 Thread Tomasz Napierała
On Sunday 09 September 2007 16:51:22 Laurentiu Coica wrote:
> On 9/8/07, Melinda Odom <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Will php 5.2 be available for centos 5?  The version in the mirror is php
> > 5.1.6-12.
>
> Try
>   http://remi.collet.free.fr/rpms/

We noticed php-devel is broken in that repo (you cannot compile your own 
modules with it)

Regards,
-- 
Tomasz Napierala
System Administrator
Allegro Team
http://www.allegro.pl/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum proxy username with @ character

2007-09-11 Thread David Toman

Hi,
I am having problem with setting up the proxy for yum correctly. I have 
got no influence on proxy policy or authentication methods. The proxy 
username contains the '@' character.
My question is if there is any way how to enter the username correctly 
into the yum.conf. I tried many ways but has not been successful yet.


Many thanks,
David
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Boot problem with CENTOS 5

2007-09-11 Thread Barry Brimer

Thanks.

What is the best recovery disk out there?


For an all purpose recovery disk, I use Knoppix.  To fix grub/booting 
problems, I use Super Grub Disk.


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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Mark Rosenstand
On Tue, 2007-09-11 at 15:04 +0200, Alain Spineux wrote:
> Try to power on the computer when the power cord is disconnected to
> discharge everything.
> Or be patient, sometime the problem disappear after 1 days.

There's a LED on the motherboard which should indicate whether it's
discharged, and it turns off after 3-5 secs whenever I unplug the power
cord. I've let the system stay unplugged for 3 hours with the same
result. I tried your advice but it didn't help. Thanks anyway.

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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread gjgowey
I have one idea that may work.  Try seeing if your bios supports a bios upgrade 
floppy (it would say so in the owners manual).  Now by bios upgrade floppy I 
don't mean the usual type that use an os.  There are some that the bios will 
directly read from without an os being used.  The concept is to recover from 
failed bios upgrades.  The reason I suggest this is because I think the setting 
that's keeping your system off is hiding in your bios' acpi table and I don't 
think a bios reset will dump it, but a bios upgrade might.

Geoff

Sent from my BlackBerry wireless handheld.

-Original Message-
From: Mark Rosenstand <[EMAIL PROTECTED]>

Date: Tue, 11 Sep 2007 14:57:39 
To:CentOS mailing list 
Subject: Re: [CentOS] Unable to POST after suspend


On Tue, 2007-09-11 at 14:54 +0200, Mark Rosenstand wrote:
> Hi,
>
> I just tried the live CD for CentOS 5.0 on a desktop computer and
> decided to see if suspend worked. It seems it did, but I'm unable to
> start the machine again.
>
> It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer
> 3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable
> despite being utterly abused on a daily basis for almost 3 years.
>
> I've tried:
> - unplug power cord
> - reset CMOS
> - remove BIOS battery
> - remove all RAM
>
> When resetting the CMOS, the CPU FAN and hard drives power up, which it
> has never done before (IIRC). This is the only way I can get anything to
> power on, there's no reaction whatsoever when I hit the power or reset
> buttons.
>
> Please don't tell me that clicking a button in a GUI menu has broken my
> favourite testing PC permanently. Any hints would be very appreciated.
>
> [1]
> http://www.asus.com.tw/products.aspx?l1=3&l2=15&l3=68&l4=0&model=1119&modelmenu=2

Err, wrong link. Here's the right one:
http://www.asus.com.tw/products.aspx?l1=3&l2=14&l3=67&l4=0&model=237&modelmenu=2

___
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: rpm spec files for ruby

2007-09-11 Thread Karanbir Singh

James B. Byrne wrote:

I have discovered that the duplicate file names in the documents set
prevent a build of the packages.  No doubt there exists an override switch
to force a build regardless of errors but I would like to uncover why
these files are duplicated in the first instance and eliminate the problem
at source.  Can anyone help me with this?


you cant build a rpm with duplicate file listings.

To find out exactly what is going on, look at the bit which creates the .files 
that are then used in the %files section to workout what which files go into 
what rpm. There would be an overlap there.


--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: rpm spec files for ruby

2007-09-11 Thread James B. Byrne

Karanbir Singh wrote:
> there is a ruby-1.8.5 in the testing repo, it should be trivial moving
> that to 1.8.6. However, I must ask - why you are doing this ?

Some time ago I built ruby-1.8.6 on my development machine and have been
using it for a new project.  I now wish to move that to a trial deployment
server and do not wish to have to install a full development suite there
simply to build ruby-1.8.6.  I also would like to learn something about
the Redhat package manager for its own sake.

I have discovered that the duplicate file names in the documents set
prevent a build of the packages.  No doubt there exists an override switch
to force a build regardless of errors but I would like to uncover why
these files are duplicated in the first instance and eliminate the problem
at source.  Can anyone help me with this?

Sincerely,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:[EMAIL PROTECTED]
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Alain Spineux
Try to power on the computer when the power cord is disconnected to
discharge everything.
Or be patient, sometime the problem disappear after 1 days.


On 9/11/07, Mark Rosenstand <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just tried the live CD for CentOS 5.0 on a desktop computer and
> decided to see if suspend worked. It seems it did, but I'm unable to
> start the machine again.
>
> It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer
> 3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable
> despite being utterly abused on a daily basis for almost 3 years.
>
> I've tried:
> - unplug power cord
> - reset CMOS
> - remove BIOS battery
> - remove all RAM
>
> When resetting the CMOS, the CPU FAN and hard drives power up, which it
> has never done before (IIRC). This is the only way I can get anything to
> power on, there's no reaction whatsoever when I hit the power or reset
> buttons.
>
> Please don't tell me that clicking a button in a GUI menu has broken my
> favourite testing PC permanently. Any hints would be very appreciated.
>
> [1]
> http://www.asus.com.tw/products.aspx?l1=3&l2=15&l3=68&l4=0&model=1119&modelmenu=2
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


-- 
Alain Spineux
aspineux gmail com
May the sources be with you
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread Mark Rosenstand
On Tue, 2007-09-11 at 14:54 +0200, Mark Rosenstand wrote:
> Hi,
> 
> I just tried the live CD for CentOS 5.0 on a desktop computer and
> decided to see if suspend worked. It seems it did, but I'm unable to
> start the machine again.
> 
> It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer
> 3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable
> despite being utterly abused on a daily basis for almost 3 years.
> 
> I've tried:
> - unplug power cord
> - reset CMOS
> - remove BIOS battery
> - remove all RAM
> 
> When resetting the CMOS, the CPU FAN and hard drives power up, which it
> has never done before (IIRC). This is the only way I can get anything to
> power on, there's no reaction whatsoever when I hit the power or reset
> buttons.
> 
> Please don't tell me that clicking a button in a GUI menu has broken my
> favourite testing PC permanently. Any hints would be very appreciated.
> 
> [1]
> http://www.asus.com.tw/products.aspx?l1=3&l2=15&l3=68&l4=0&model=1119&modelmenu=2

Err, wrong link. Here's the right one:
http://www.asus.com.tw/products.aspx?l1=3&l2=14&l3=67&l4=0&model=237&modelmenu=2

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


[CentOS] Unable to POST after suspend

2007-09-11 Thread Mark Rosenstand
Hi,

I just tried the live CD for CentOS 5.0 on a desktop computer and
decided to see if suspend worked. It seems it did, but I'm unable to
start the machine again.

It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer
3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable
despite being utterly abused on a daily basis for almost 3 years.

I've tried:
- unplug power cord
- reset CMOS
- remove BIOS battery
- remove all RAM

When resetting the CMOS, the CPU FAN and hard drives power up, which it
has never done before (IIRC). This is the only way I can get anything to
power on, there's no reaction whatsoever when I hit the power or reset
buttons.

Please don't tell me that clicking a button in a GUI menu has broken my
favourite testing PC permanently. Any hints would be very appreciated.

[1]
http://www.asus.com.tw/products.aspx?l1=3&l2=15&l3=68&l4=0&model=1119&modelmenu=2

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


Re: [CentOS] Network Connection Card Problem?

2007-09-11 Thread Alain Spineux
On 9/11/07, Jun Salen <[EMAIL PROTECTED]> wrote:
> >Hi List,
> >
> >My Mail/Proxy server has from time to time refuse to
> >accept accept network connection. If I restart the
> >network service, the service will again start to
> >accept connection but after some time will again
> >refuse connection. I use CentOS 4.5 with Squid,
> >DansGuardian, Postfix. Please can someone point me
> >what are the possible cause of this. Thank you.
>
> In addition to my posting above. When I make ping to
> other machine from the server, the server will again
> restore and accept connection. This is weird, so my
> temporary solution is to let the server continually
> ping other machine. Please help. Thanks again.
>

Ping is a very cheap and acceptable solution !

Anyway you'r certainly curious about the problem :-)
This is a problem about ARP request.
Maybe another machine with low activity share the same IP or your swith/hub
is badly configured !
You can use arping to detect any device with the same IP and tcpdump
to look for arp request."arp -an"  will show you the arp table.

Regards

> junji
> aisalen.wordpress.com
> Linux Registered User #253162
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


-- 
Alain Spineux
aspineux gmail com
May the sources be with you
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] MD5 and NIS

2007-09-11 Thread Jeremy Sanders
Does anybody know whether it is possible to enable MD5 passwords for NIS and
local passwords? Is it just a matter of running

authconfig --enablemd5

and new passwords will use MD5 and old ones will still work?

Of course using LDAP might be a "better" solution (if it was easy to
install).

I've tried googling and didn't get any useful answers...

Jeremy


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


Re: [CentOS] Network Connection Card Problem?

2007-09-11 Thread Jun Salen
>Hi List,
>
>My Mail/Proxy server has from time to time refuse to
>accept accept network connection. If I restart the
>network service, the service will again start to
>accept connection but after some time will again
>refuse connection. I use CentOS 4.5 with Squid,
>DansGuardian, Postfix. Please can someone point me
>what are the possible cause of this. Thank you.

In addition to my posting above. When I make ping to
other machine from the server, the server will again
restore and accept connection. This is weird, so my
temporary solution is to let the server continually
ping other machine. Please help. Thanks again.

junji
aisalen.wordpress.com
Linux Registered User #253162

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Network Connection Card Problem?

2007-09-11 Thread Jun Salen
Hi List,

My Mail/Proxy server has from time to time refuse to
accept accept network connection. If I restart the
network service, the service will again start to
accept connection but after some time will again
refuse connection. I use CentOS 4.5 with Squid,
DansGuardian, Postfix. Please can someone point me
what are the possible cause of this. Thank you.

junji
aisalen.wordpress.com
Linux Registered User #253162

Send instant messages to your online friends http://uk.messenger.yahoo.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Performance of CentOS as a NAT gateway

2007-09-11 Thread <[EMAIL PROTECTED]>
Bart Schaefer napsal(a):
> We're having a spike right now.  Doesn't look much different, though:
> 
> # wc -l /proc/net/ip_conntrack
>   17141 /proc/net/ip_conntrack
> # fgrep -cv UNRE /proc/net/ip_conntrack
> 1310

What are the upstream link parameters (type, up, down, ...), what's the
ping on gateway and 1K ping.
David
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos