Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Feizhou
umair shakil wrote: Dear Salam, Well i have used the command on shell "updatedb" it will allow you to make fast searching. and slow down the whole box during updatedb :-) ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/lis

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Peter Arremann
On Thursday 20 September 2007, Al Sparks wrote: > Why? What's different between NTFS and ext2/3 that defragging is > needed in one but not the other? >=== Al And this is the right question to ask... Anyway - the answer about defragging, if you really care to understand it, is pretty length.

Re: [CentOS] running php4 and php5 parallel

2007-09-20 Thread umair shakil
Hi, Let us suppose, you have PHP4 RPM installation, PHP5 source installation. you type "php -v" you should get only one output like PHP5, The PHP Group, Let us start the apache, and put some php function in a file "phpinfo()" in index.php. you will get only PHP5(suppose). I am trying to explain

Re: [CentOS] Migrating from ancient Fedora (was Fedora Core 5 EOL on 2007-06-29)

2007-09-20 Thread Mike McCarty
Johnny Hughes wrote: Kenneth Porter wrote: On Wednesday, June 27, 2007 9:02 PM -0700 Akemi Yagi <[EMAIL PROTECTED]> wrote: Ahem, I know this is a CentOS mailing list. BUT, as more and more people migrate from FC to CentOS, I thought placing this reminder here was worthwhile. [I am still ru

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread umair shakil
Dear Salam, Well i have used the command on shell "updatedb" it will allow you to make fast searching. Regards, Umair Shakil ETD On 9/21/07, Al Sparks <[EMAIL PROTECTED]> wrote: > > A couple of questions. Are there any linux tools that can de-frag an > ext2/3 partition? > > Are there any adva

Re: [CentOS] iptables question

2007-09-20 Thread umair shakil
Dear Salam, Try to add following enteries in table. /sbin/iptables -A INPUT -p tcp --dport 20 -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 20 -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 21 -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 21 -j ACCEPT Then use iptables -L command to show

Re: [CentOS] webmin

2007-09-20 Thread umair shakil
Salam, No man yum has no webmin available. webmin-1.360.tar.gz I installed this package Regards, Umair Shakil ETD On 9/20/07, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > > hi there, i just insalled centos 4.5 minimal, but want to use yum to > install webmin? anybody know how?? > > i try: yum in

Re: [CentOS] running php4 and php5 parallel

2007-09-20 Thread gjgowey
Maybe if you custom build them from source giving each it's own directory using --prefix you can do it, but Umair might still be right about library conflicts. Not including the libraries and binaries in any paths might solve the problem and execution still could happen via a shell script for e

Re: [CentOS] xorg-x11

2007-09-20 Thread umair shakil
Dear Salam, Please install Xorg-deval package and xorg-depereciated package too. They are available in YUM repository. Regards, Umair Shakil ETD On 9/20/07, Barton Callender <[EMAIL PROTECTED]> wrote: > > > > > Date: Wed, 19 Sep 2007 22:43:56 -0400 > > From: [EMAIL PROTECTED] > > To: centos@ce

Re: [CentOS] running php4 and php5 parallel

2007-09-20 Thread umair shakil
Dear Salam, I have not used this thing yet, but i suppose not recommended, may be libraries confliction occur, some abnormal behaviour may arise. Regards, Umair Shakil ETD On 9/20/07, Peter Peltonen <[EMAIL PROTECTED]> wrote: > > Is it possible to run php4 and php5 parallel in Centos4 somehow?

Re: [CentOS] Chroot tool

2007-09-20 Thread Mike McCarty
Jordi Espasa Clofent wrote: Hi, Currently I'm working on building chroot environment for a several users. The needs of those users are different, so the binaries and their libraries are differents too. The building process tends to be so tedious. I'm using a odd script to automatize the copy

Re: [CentOS] ata1 bootup errors

2007-09-20 Thread Miguel Medalha
ata1: port is slow to respond, this delay is known to occur on vacant SATA ports ata1: port failed to respond (30 secs) ata1: SRST failed (status 0xFF) ata1: SRST failed (err_mask=0x100) ata1: softreset failed, retrying in 5 secs ata1: SRST failed (status 0xFF) ata1: SRST failed (err_mask=0x100)

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Jim Perrin
On 9/20/07, Al Sparks <[EMAIL PROTECTED]> wrote: > Why? What's different between NTFS and ext2/3 that defragging is > needed in one but not the other? Mostly it has to do with the way information is ordered and written to the filesystem. The old FAT filesystem (and to a lesser extent NTFS) was s

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread gjgowey
That or run buzzsaw (win) which is a continuous defragmenter (well, when the system is idle that is) that runs in the background and only costs $10. Pagedefrag from sysinternals doesn't hurt either (and it's free off ms' website). And no, I'm not affiliated with either I just like the product

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Feizhou
Al Sparks wrote: Al Sparks wrote: A couple of questions. Are there any linux tools that can de-frag an ext2/3 partition? ext2, yes. ext3, no. And it is called a filesystem. A partition is a completely different thing. none for ext3 because it was not really necessary for ext2 and so the too

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread Barry Brimer
When you say network drop is fine does that mean from the switch to your computer? Have you tried a different port on your switch? I've used my laptop on the same network drop... I've changed from port A to B in this cube and I've tried A and B in the cube next to me... all four ports produce t

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread John R Pierce
you're in luck cause you don't defrag an ext2/3 partition at all. defrag is for windows file systems. Ext file systems are a different animal all-together. Why? What's different between NTFS and ext2/3 that defragging is needed in one but not the other? IMHO, defragging is highly o

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Al Sparks
> Al Sparks wrote: >> A couple of questions. Are there any linux tools that can de-frag an >> ext2/3 partition? >> >> Are there any advantages to doing so if you're running hardware RAID5? >> >> Are there advantages / disadvantages if you're running LVM? >>=== Al > > you're in luck cause you

Re: [CentOS] OT: packaging Bible posted to usenet as CHM

2007-09-20 Thread Ignacio Vazquez-Abrams
On Thu, 2007-09-20 at 17:31 -0700, mark pryor wrote: > Maximum RPM has been posted to usenet as a compiled help file (CHM) > > the site http://www.rpm.org/max-rpm > was recursively downloaded using > > >wget -m Wouldn't it have been easier to check it out via hg? -- Ignacio Vazquez-Abrams <[E

[CentOS] OT: packaging Bible posted to usenet as CHM

2007-09-20 Thread mark pryor
Maximum RPM has been posted to usenet as a compiled help file (CHM) the site http://www.rpm.org/max-rpm was recursively downloaded using >wget -m FAR, by Helpware, was used to build the CHM (WinXP). GIMP (linux) was used to make the cover graphic. the NZB is here http://www.tlviewer.org/max-r

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread Joshua Baker-LePain
On Thu, 20 Sep 2007 at 5:04pm, semi linux wrote Wicked! that worked... How weird... I'm going to have to look this up and read about it... it seems weird that the kernel would have it on by default if it's as common as it seems to me. Thanks a million! You don't happen to have any links of wh

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread semi linux
On 9/20/07, Joshua Baker-LePain <[EMAIL PROTECTED]> wrote: > On Thu, 20 Sep 2007 at 4:31pm, semi linux wrote > > > I have a very odd problem connecting to some websites from my CentOS 5 box > > > > Target websites: > > www.connecttech.com > > www.3ware.com > > (two of my HW vendors) > > > > I can u

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread semi linux
On 9/20/07, James A. Peltier <[EMAIL PROTECTED]> wrote: > semi linux wrote: > > I have a very odd problem connecting to some websites from my CentOS 5 box > > > > Target websites: > > www.connecttech.com > > www.3ware.com > > (two of my HW vendors) > > > > I can usually get some kind of response, b

[CentOS] ata1 bootup errors

2007-09-20 Thread Al Sparks
> ata1: port is slow to respond, this delay is known to occur on vacant SATA > ports > ata1: port failed to respond (30 secs) > ata1: SRST failed (status 0xFF) > ata1: SRST failed (err_mask=0x100) > ata1: softreset failed, retrying in 5 secs > ata1: SRST failed (status 0xFF) > ata1: SRST failed (e

Re: [CentOS] Re: CentOS5 Network Problems

2007-09-20 Thread semi linux
On 9/20/07, Scott Silva <[EMAIL PROTECTED]> wrote: > semi linux spake the following on 9/20/2007 4:31 PM: > > I have a very odd problem connecting to some websites from my CentOS 5 box > > > > Target websites: > > www.connecttech.com > > www.3ware.com > > (two of my HW vendors) > > > > I can usuall

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread Joshua Baker-LePain
On Thu, 20 Sep 2007 at 4:31pm, semi linux wrote I have a very odd problem connecting to some websites from my CentOS 5 box Target websites: www.connecttech.com www.3ware.com (two of my HW vendors) I can usually get some kind of response, but if the content (download or page itself) is larger i

[CentOS] Re: CentOS5 Network Problems

2007-09-20 Thread Scott Silva
semi linux spake the following on 9/20/2007 4:31 PM: I have a very odd problem connecting to some websites from my CentOS 5 box Target websites: www.connecttech.com www.3ware.com (two of my HW vendors) I can usually get some kind of response, but if the content (download or page itself) is larg

Re: [CentOS] CentOS5 Network Problems

2007-09-20 Thread James A. Peltier
semi linux wrote: I have a very odd problem connecting to some websites from my CentOS 5 box Target websites: www.connecttech.com www.3ware.com (two of my HW vendors) I can usually get some kind of response, but if the content (download or page itself) is larger in size (downloads never pass 10

[CentOS] CentOS5 Network Problems

2007-09-20 Thread semi linux
I have a very odd problem connecting to some websites from my CentOS 5 box Target websites: www.connecttech.com www.3ware.com (two of my HW vendors) I can usually get some kind of response, but if the content (download or page itself) is larger in size (downloads never pass 100K), then it hangs..

Re: [CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Mark Weaver
Al Sparks wrote: A couple of questions. Are there any linux tools that can de-frag an ext2/3 partition? Are there any advantages to doing so if you're running hardware RAID5? Are there advantages / disadvantages if you're running LVM? === Al you're in luck cause you don't defrag an ext2/3

Re: [CentOS] openoffice 2.3 on centos 4.5

2007-09-20 Thread Johnny Hughes
[EMAIL PROTECTED] wrote: > On Mon, 17 Sep 2007 21:30:53 -0500 > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >> I have it running on a fully updated CentOS 4 machine and it >> seems to be okay. I've only used the writer portion for a few >> documents though. I've been fairly absent from that l

[CentOS] Disk De-Fraging in Linux

2007-09-20 Thread Al Sparks
A couple of questions. Are there any linux tools that can de-frag an ext2/3 partition? Are there any advantages to doing so if you're running hardware RAID5? Are there advantages / disadvantages if you're running LVM? === Al ___ CentOS mailing lis

Re: [CentOS] A special kernel for linux as guest os

2007-09-20 Thread Akemi Yagi
On 9/20/07, Yuji Tsuchimoto <[EMAIL PROTECTED]> wrote: > Dear Yagi-san, > > > I heard from the horse's mouth that the CentOS team is working on the > > 100Hz centosplus kernel. I think your request triggered the action :-) > > They want make people happy. > That sounds nice! > This TIPS, CONFIG_HZ

Re: [CentOS] A special kernel for linux as guest os

2007-09-20 Thread Yuji Tsuchimoto
Dear Yagi-san, > I heard from the horse's mouth that the CentOS team is working on the > 100Hz centosplus kernel. I think your request triggered the action :-) > They want make people happy. That sounds nice! This TIPS, CONFIG_HZ=100, is one of FAQs. It will make most of us happy. Now we can get

RE: [CentOS] Choosing VPN Server

2007-09-20 Thread Robert Becker Cope
"Brian Mathis" <[EMAIL PROTECTED]> wrote: > The use of port 443 with openvpn is only mentioned as a convenience, > because many firewalls allow traffic to port 443 to pass > unrestricted, while they may block other ports. Absolutely right. I never intended to imply anything else. Sorry if there

Re: [CentOS] Postfix Questions

2007-09-20 Thread Lanny Marcus
On 18 September 2007, John Hinton <[EMAIL PROTECTED]> wrote: > Message: 11 > Also, we run the SpamHaus blacklist. This works pretty good for > inbound, but from time to time one of our hosting clients winds up on > the blocklist because they are on a dynamic IP and someone else has > recently used

Re: [CentOS] iptables question

2007-09-20 Thread Ray Leventhal
Fabian Arrotin wrote: > On Thu, 2007-09-20 at 14:55 -0400, Ray Leventhal wrote: > >> Hi all, >> >> With SELinux in permissive mode and iptables running, I'm unable to >> retrieve directory listings with ftp. >> >> stop iptables, and all appears again. This seems to be unrelated to >> passive/po

Re: [CentOS] iptables question

2007-09-20 Thread Fabian Arrotin
On Thu, 2007-09-20 at 14:55 -0400, Ray Leventhal wrote: > Hi all, > > With SELinux in permissive mode and iptables running, I'm unable to > retrieve directory listings with ftp. > > stop iptables, and all appears again. This seems to be unrelated to > passive/port modes for ftp client. Dependin

[CentOS] iptables question

2007-09-20 Thread Ray Leventhal
Hi all, With SELinux in permissive mode and iptables running, I'm unable to retrieve directory listings with ftp. stop iptables, and all appears again. This seems to be unrelated to passive/port modes for ftp client. If this is off topic, please let me know offlist and I'll take my question els

RE: [CentOS] Choosing VPN Server

2007-09-20 Thread Ross S. W. Walker
John R Pierce wrote: > > Ross S. W. Walker wrote: > > Wei Yu wrote: > > > >> Does openvpn support IPsec well? > >> I want the server to work cooperation with a Microsoft ISA > >> Server inside the intranet with site-to-site vpn mode. > >> For that reason I want the server has good compatibilit

Re: [CentOS] Re: webmin

2007-09-20 Thread John Hinton
Scott Silva wrote: Hiep Nguyen spake the following on 9/20/2007 9:36 AM: hi there, i just insalled centos 4.5 minimal, but want to use yum to install webmin? anybody know how?? i try: yum install webmin but not found. thanks, T. Hiep I see it on Dag Wieers repo, but it is way out of date. I

Re: [CentOS] Choosing VPN Server

2007-09-20 Thread John R Pierce
Ross S. W. Walker wrote: Wei Yu wrote: Does openvpn support IPsec well? I want the server to work cooperation with a Microsoft ISA Server inside the intranet with site-to-site vpn mode. For that reason I want the server has good compatibility with windows. You don't need IPSec for Wi

Re: [CentOS] LDAP / PAM -- Invalid Credentials Error

2007-09-20 Thread Craig White
On Thu, 2007-09-20 at 11:23 -0400, Von Landfried wrote: > Thank you for you response, but I might not have been clear in my > original email. > > All of the other servers (servers[1-9]) are working properly, i.e. > the user 'testuser' is able to log in using the password I set, and > is able

Re: [CentOS] Choosing VPN Server

2007-09-20 Thread Brian Mathis
I just want to point out that the default port for openvpn is 1194. SSL/TLS has absolutely nothing to do with port 443, except that https happens to use both port 443 and SSL/TLS. Otherwise, SSL/TLS is simply a toolkit used for encryption, and does not require any specific port whatsoever. Saying

Re: [CentOS] Re: best source for rpmdevtools RPM in C5

2007-09-20 Thread Timothy Selivanow
On Wed, 2007-09-19 at 16:54 +0100, Karanbir Singh wrote: > Is it worth talking to the pkg maintainers at Fedora and getting > rpmdevtools included in mirror.centos.org along with the mock we already > have there ? I wouldn't mind it. I already rebuild and include it in my own repo, having it in

[CentOS] Re: webmin

2007-09-20 Thread Scott Silva
Hiep Nguyen spake the following on 9/20/2007 9:36 AM: hi there, i just insalled centos 4.5 minimal, but want to use yum to install webmin? anybody know how?? i try: yum install webmin but not found. thanks, T. Hiep I see it on Dag Wieers repo, but it is way out of date. I would just download

Re: [CentOS] best source for rpmdevtools RPM in C5

2007-09-20 Thread Timothy Selivanow
On Wed, 2007-09-19 at 08:28 -0700, mark pryor wrote: > hello, > > I'm going to try this question again. The first time I botched it and > the answers I got were useless. > > I want to use rpmdevtools to help with some packaging chores. There is > no C5 version that I can find. I've located an SRC

Re: [CentOS] webmin

2007-09-20 Thread John Plemons
From your Centos browser, just go to *http://www.webmin.com* download the rpm and install using the default installer... Not a big trick a very easy install. Once installed you can access the program via *https:// your ip or web name:1 * login and away you go... Thanks, john plemons

Re: [CentOS] webmin

2007-09-20 Thread Ray Leventhal
Hiep Nguyen wrote: > hi there, i just insalled centos 4.5 minimal, but want to use yum to > install webmin? anybody know how?? > > i try: yum install webmin but not found. > > thanks, > T. Hiep > > > ___ > CentOS mailing list > CentOS@centos.org > http:/

[CentOS] webmin

2007-09-20 Thread Hiep Nguyen
hi there, i just insalled centos 4.5 minimal, but want to use yum to install webmin? anybody know how?? i try: yum install webmin but not found. thanks, T. Hiep ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/cent

RE: [CentOS] Choosing VPN Server

2007-09-20 Thread Ross S. W. Walker
Wei Yu wrote: > > Does openvpn support IPsec well? > I want the server to work cooperation with a Microsoft ISA > Server inside the intranet with site-to-site vpn mode. > For that reason I want the server has good compatibility with windows. You don't need IPSec for Windows ISA server compatibil

Re: [CentOS] Openoffice 2.3 on centos 5 issue

2007-09-20 Thread [EMAIL PROTECTED]
On Thu, 20 Sep 2007 19:47:07 +0700 beast <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: > I have just install OOo 2.3 on new centos 5 box. However OO keep > open registration wizard everytime launched, even though i > already select "i do not want to register". > > I've been playing with

Re: [CentOS] Choosing VPN Server

2007-09-20 Thread Lamar Owen
On Thursday 20 September 2007, Ken Price wrote: > OpenVPN doesn't support IPSec at all. It's an SSL implementation. > You'll want to look at Openswan (http://www.openswan.org/) for IPSec. > PS. The "www" is very important when going to the openswan site. > Their webserver is configured funky. > >

Re: [CentOS] LDAP / PAM -- Invalid Credentials Error

2007-09-20 Thread Von Landfried
Thank you for you response, but I might not have been clear in my original email. All of the other servers (servers[1-9]) are working properly, i.e. the user 'testuser' is able to log in using the password I set, and is able to change the password using passwd, among other things of cours

Re: [CentOS] 2 nics, 2 networks, 2 switches

2007-09-20 Thread Kanwar Ranbir Sandhu
On Wed, 2007-09-19 at 13:52 -0700, John R Pierce wrote: > are there OTHER networks on the WAN accessed via B's gateway/router ? > network A's gateway is the internet route? > > if B's gateway has routes to the rest of 10.x.x.x, I'd just define a > static route like 10.0.0.0/8 -> B's gateway/ro

Re: [CentOS] xorg-x11

2007-09-20 Thread Jim Perrin
On 9/20/07, Barton Callender <[EMAIL PROTECTED]> wrote: > Thank-you for the response, I have xorg-x11-server-sdk package installed. I > am trying to rebuild fluxbox source from kbs-Centos repos. I get this error > message: - > > xorg-x11-devel is needed by fluxbox-0.9.13-1.i38 You'll probably h

Re: [CentOS] Choosing VPN Server

2007-09-20 Thread Ken Price
OpenVPN doesn't support IPSec at all. It's an SSL implementation. You'll want to look at Openswan (http://www.openswan.org/) for IPSec. PS. The "www" is very important when going to the openswan site. Their webserver is configured funky. For Microsoft compatibility, Poptop and Openswan

Re: [CentOS] Problems building LPRng src RPM

2007-09-20 Thread Phil Schaffner
On Thu, 2007-09-20 at 08:16 +0200, Mogens Kjaer wrote: > James A. Peltier wrote: > ... > > It looked like it went through the ./configure portion OK. Any ideas? > > Has someone else gotta LPRng to work on CentOS 5? > > > > Yes. With difficulty. :-) > > This problem is fixed by: > > 1. installi

RE: [CentOS] xorg-x11

2007-09-20 Thread Barton Callender
> Date: Wed, 19 Sep 2007 22:43:56 -0400 > From: [EMAIL PROTECTED] > To: centos@centos.org > Subject: Re: [CentOS] xorg-x11 > > On 9/19/07, Barton Callender <[EMAIL PROTECTED]> wrote: > > > > Greetings, > > > > Are there any xorg-x11-devel or xorg-server-devel rpm for centos 5? > > Yes and no

Re: [CentOS] Choosing VPN Server

2007-09-20 Thread Wei Yu
Does openvpn support IPsec well? I want the server to work cooperation with a Microsoft ISA Server inside the intranet with site-to-site vpn mode. For that reason I want the server has good compatibility with windows. On 9/19/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > > OpenVPN works with win

[CentOS] CentOS-4.5 and LG cd-rom/dvd burner

2007-09-20 Thread James B. Byrne
In-Reply-To: [EMAIL PROTECTED] On Wed, 19 Sep 2007 11:36:55 -0400, Steve Huff <[EMAIL PROTECTED]> wrote: > i don't have such a guide at my fingertips, but try this procedure > first: > > 1) open the File Browser and navigate to the directory containing >the ISOs. > 2) right-click on the firs

[CentOS] Openoffice 2.3 on centos 5 issue

2007-09-20 Thread beast
I have just install OOo 2.3 on new centos 5 box. However OO keep open registration wizard everytime launched, even though i already select "i do not want to register". I've been playing with "$HOME/.openoffice.org2/" but still no luck. This problem did not happen on FC6, so i guess its not OOo b

[CentOS] CentOS-announce Digest, Vol 31, Issue 8

2007-09-20 Thread centos-announce-request
.s390x.rpm updates/s390x/RPMS/xorg-x11-xauth-6.8.2-1.EL.31.s390x.rpm updates/s390x/RPMS/xorg-x11-xdm-6.8.2-1.EL.31.s390x.rpm updates/s390x/RPMS/xorg-x11-xfs-6.8.2-1.EL.31.s390x.rpm -- Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/ Top-postings silently ignored

Re: [CentOS] running php4 and php5 parallel

2007-09-20 Thread Martin Marques
Peter Peltonen wrote: Is it possible to run php4 and php5 parallel in Centos4 somehow? If the parallel php5 could be installed from rpm also that would be great also. Not both as apache_mod. You can use one as mod and the other one as cgi. Anyway, PHP4 will almost certainly expire next year (w

[CentOS] running php4 and php5 parallel

2007-09-20 Thread Peter Peltonen
Is it possible to run php4 and php5 parallel in Centos4 somehow? If the parallel php5 could be installed from rpm also that would be great also. Regards, Peter ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos