Hello,
maybe, you can use APC :
http://www.howtoforge.com/apc-php5-apache2-fedora8(it is for Fedora,
but it works on Centos)
2009/6/17 James Matthews
> Hi,
>
> I am wondering where I can get a repo that has xcache. (Or if anyone has
> any tips on a PHP optimizer)
>
> Thanks
> James
>
> --
> ht
My only question is how does lighttpd and APC play together? (Let's hope
nicely)
James
On Thu, Jun 18, 2009 at 10:04 AM, Nicolas Sulek wrote:
> Hello,
>
> maybe, you can use APC :
> http://www.howtoforge.com/apc-php5-apache2-fedora8 (it is for Fedora, but
> it works on Centos)
>
>
> 2009/6/17 Ja
> Shared folders without a network? How does one set that up?
This is a good link to get you started (it is for Ubuntu, but should work
just fine for Centos):
http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-
virtual-machine-guest/
FWIW, I had to start migrating
APC is a module for PHP. So, if you see it with phpinfo(), it is ok with
apache or lighttpd.
I only use it with apache, so, I can't tell you anymore :-/
You can read this link
http://www.howtoforge.com/integrating-apc-into-php5-and-lighttpd-fedora9with
is about APC and lighttpd on Fedora.
2009/6/
Hi
If your file has only 2 columns and there is no space exists in 2nd
column then you can use this script
#!/bin/sh
FILE="list.txt"
OUTPUT="out.txt"
while read VAL
do
VAL1=$(echo $VAL | awk '{print $1}' )
VAL2=$(echo $VAL | awk '{print $2}' )
echo "DEAR: $VAL1" >> $OUPUT
echo "DEAR: $VAL2"
Hello
I have this problem:
I make my own php rpms, base on src.rpm from CentOS but with my patches
(more options included).
I have built it on my machine originally but now I want make it in mock
environment. I solved almost everything but Firebird support for 64bit
arch. Original RPM from http
From: Rogelio
> I'm having problems installing CentOS via a USB drive.
Here's how I did my USB key (minus the kickstart part) but you need a linux (in
a VM or from the live CD)...
And you will have to change devices names!
1. Create a small VFAT partition, then a big linux one:
fdisk /dev/sdg
James Matthews wrote on Thu, 18 Jun 2009 00:42:51 +0300:
> I am wondering where I can get a repo that has xcache. (Or if anyone has any
> tips on a PHP optimizer)
rpmforge has always the fitting eaccelerator for CentOS PHP. Works great.
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conac
From: chloe K
> I have a file. list.txt (two columns)
>
> column1column2
> nameaddress
>
> I need to put in the letter file letter.txt eg:
>
> Dear: Chloe
> Address: CA
>
> Can I use this
>
> for i `cat list.txt` | sed 's/Chloe/$i.1; /CA/$i.2/g' $i.letter.txt
For single wo
Is there a simple way to strip out what I assume is a header that asks
for a receipt that the message was delivered?
I never like to send such receipts, and they are annoying.
It mostly happens on a couple lists I'm on (not this one) - I don't just
want it for myself, I may be setting up a list
Dear Chloe,
John Doe`s script is a good start, even though it will work for single
words space separated. The LINE Variable only passes the Arguments as single
words to ($1 and $2 respectively). I will also work on something for you
too...
On Thu, Jun 18, 2009 at 10:34 AM, John Doe wrote:
>
>
On 2009-06-18 12:18, Michael A. Peters wrote:
> Is there a simple way to strip out what I assume is a header that asks
> for a receipt that the message was delivered?
>
> I never like to send such receipts, and they are annoying.
In postfix, header_checks:
/^Disposition-Notification-To:/ IGNO
On Fri, 2009-06-12 at 22:59 +0200, Giuseppe Fuggiano wrote:
> 2009/6/11 Coert Waagmeester :
> > Hello all,
>
> Hi,
>
> > At our office a have a server running 3 Xen domains. Mail server, etc.
> >
> > I want to make this setup more redundant.
> >
> > There are a few howtos on the combination of X
Kai Schaetzl wrote:
> Ralph Angenendt wrote on Wed, 17 Jun 2009 17:36:50 +0200:
>
> > Anyone here from ohio-state.edu who can drop by there and give someone a
> > hefty smack from me?
>
> It's not only them.
Well, they still deserve one :)
> Received: from mail pickup service by cinmlef06.e2k.
Geoff Galitz wrote:
>
>
>> Shared folders without a network? How does one set that up?
>
>
> This is a good link to get you started (it is for Ubuntu, but should work
> just fine for Centos):
>
> http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-
> virtual-machine-gu
Coert Waagmeester schrieb:
> On Fri, 2009-06-12 at 22:59 +0200, Giuseppe Fuggiano wrote:
>
>> 2009/6/11 Coert Waagmeester :
>>
>>> Hello all,
>>>
>> Hi,
>>
>>
>>> At our office a have a server running 3 Xen domains. Mail server, etc.
>>>
>>> I want to make this setup more redund
My first post to the list, hope the community can help me, I am having a
problem with CIFS:VFS.
I am trying to write large files (and a lot of files) from my Cent OS 5.3
server to a remote Windows 2003 Server share. It appears there might be some
incompatibilities between how the two OS's indiv
Kemp, Larry wrote:
> My first post to the list, hope the community can help me, I am having a
> problem with CIFS:VFS.
>
>
>
> I am trying to write large files (and a lot of files) from my Cent OS
> 5.3 server to a remote Windows 2003 Server share. It appears there might
> be some incompatib
Les,
Brilliant. Yes, the Windows 2003 Server contains;
Symantec Antivirus
Version: 10.1.5.5000
Scan Engine: 81.3.0.13
Realtime Protection: Enabled
Exclusions: None
Should I exclude the drive (S:\) on the Windows box in the AV; have you ran
into this and did doing this solve it for you?
Thank
Kemp, Larry wrote:
> Les,
>
> Brilliant. Yes, the Windows 2003 Server contains;
>
> Symantec Antivirus
> Version: 10.1.5.5000
> Scan Engine: 81.3.0.13
> Realtime Protection: Enabled
> Exclusions: None
>
> Should I exclude the drive (S:\) on the Windows box in the AV; have you ran
> into this a
Kemp, Larry wrote:
> I automount the remote share via /etc/fstab and have the
> /mnt/remotewinservershare built. Everything is setup and seems to work
> properly but during the large file transfer (at intermittent times) the
> Linux Kernel seems to panic and the CIFS connection seems to fail as a
Le mercredi 17 juin 2009 16:26:43, Tru Huynh a écrit :
> On Wed, Jun 17, 2009 at 02:25:07PM +0200, Kévin COUSIN wrote:
> > Hello,
> >
> > I tried to make an automatic install bootable CD, with a kickstart file.
> > I use this command to create my CD :
> >
> > sudo mkisofs -v -r -T -b isolinux/isoli
On Wed, Jun 17, 2009 at 2:54 PM, Shad L. Lords wrote:
> > All the CentOS-4 kmod-xfs have now been promoted to the extras/centosplus
> > repositories.
>
> To call these packages kABI tracking is misleading. They are kernel
> version independent but they don't track the kABI like the el5 packages
Kévin COUSIN wrote:
...
> Oops, I forgot this file, but I don't know what is it, and how to create it...
I'd like to know how to create it, but I have gotten it to work in the
past by copying the one from CD#1 or DVD installation media.
Phil
___
CentO
On Wed, 2009-06-17 at 17:36 +0200, Ralph Angenendt wrote:
> Joe Pruett wrote:
> > i got one as well and when i looked in the headers it appears to be
> > getting generated via a ohio state trying to reinject the message back to
> > the list.
>
> $STRONG_SWEARWORD
>
> > Received: from meriadoc.
>>> 2009/6/11 Coert Waagmeester :
>>>
Hello all,
>>> Hi,
>>>
>>>
At our office a have a server running 3 Xen domains. Mail server, etc.
I want to make this setup more redundant.
Have you considered something line FreeNAS or even OpenFiler? They're
both install-from-C
Mucho thanks guys...
1) We have disabled the antivirus for the entire drive (which is a RAID5
diskarray). I will try to have Bacula send it job to this mounted system now
and see if CENT OS comes back with any CIFS errors.
2) I did try originally editing the /etc/fstab to mount the remote shar
Thanks good suggestion, I have used FreeNAS and I like it; and we did use it
here in the past but the Windows side of our network would not backup 100%
properly, no big surprise to me. So that is how the big fat 5TB HP storage
array became a Windows server and CENT OS was left out in the cold
Le jeudi 18 juin 2009 17:38:09, Phil Schaffner a écrit :
> Kévin COUSIN wrote:
> ...
>
> > Oops, I forgot this file, but I don't know what is it, and how to create
> > it...
>
> I'd like to know how to create it, but I have gotten it to work in the
> past by copying the one from CD#1 or DVD install
On Thu, 2009-06-18 at 11:46 -0400, Kemp, Larry wrote:
> Mucho thanks guys...
>
> 1) We have disabled the antivirus for the entire drive (which is a RAID5
> diskarray). I will try to have Bacula send it job to this mounted system now
> and see if CENT OS comes back with any CIFS errors.
>
> 2)
Kemp, Larry wrote:
> Mucho thanks guys...
>
> 1) We have disabled the antivirus for the entire drive (which is a RAID5
> diskarray). I will try to have Bacula send it job to this mounted system now
> and see if CENT OS comes back with any CIFS errors.
>
> 2) I did try originally editing the /et
Kemp, Larry wrote:
> Mucho thanks guys...
>
> 1) We have disabled the antivirus for the entire drive (which is a RAID5
> diskarray). I will try to have Bacula send it job to this mounted system now
> and see if CENT OS comes back with any CIFS errors.
>
> 2) I did try originally editing the /et
Hi
I have boxes with a quad card that shows up with
e1000 e1000_probe: Intel(R) PRO/1000 Network Connection
However since rebuilding a box from 4.7 to 5.3 this card has vanished -
I would have thought this card is pretty generic so i dont believe there
are not drivers for it -
Any other thoug
Tom Brown wrote:
> Hi
>
> I have boxes with a quad card that shows up with
>
> e1000 e1000_probe: Intel(R) PRO/1000 Network Connection
>
> However since rebuilding a box from 4.7 to 5.3 this card has vanished -
> I would have thought this card is pretty generic so i dont believe there
> are not dri
>
> try modprobe e1000 and see if it comes back? (there's also the
> e1000e driver as well I think that is for the latest cards mostly
> PCIe)
>
>
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
Copyright (c) 1999-2006 Intel Corporation.
> Check lspci to verify it's still there?
>
Hello all,
I just installed a new beta kernel from Dzickus over at redhat. Rebooting
causes this, no matter what kernel I boot from:
EXT3-fs error: device dm-0: ext3_check_descriptors: Block bitmap for group
5008 not in group (block 167772160)!
EXT3-fs: group dexcriptors corrupted!
Mount: error
On Thu, 18 Jun 2009 18:11:13 +0100
Tom Brown wrote:
> so the OS cant see the card at all
Are you sure it's still there?Try re-seating it, or move it to a different
slot and see if anything changes.
--
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
Tom Brown wrote:
> so the OS cant see the card at all
Maybe an IRQ conflict or something? I don't recall ever
seeing a situation where lspci wouldn't show a device that
was actually present and working. Try a different PCI
slot?
nate
___
CentOS mail
Gilbert Sebenste wrote:
> And a bunch of other mounting errors. OK, so, I have a Centos 5.2 install
> disk, but what can I do to get everything back?
Try rescue mode?
http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-rescuemode-boot.html
Be prepared to restore from a backup too, doe
On Thu, 18 Jun 2009, nate wrote:
> Be prepared to restore from a backup too, doesn't look good.
>
> Also I'd suggest running manufacturer diagnostics on your disk(s).
No need to...Seagate screws me again. 3rd bad hard drive on this server.
Unbelievable. Under warranty, but...g.
:) How??
I know that I could convert unix time to standard time like: date -d
"@1234567890"
but how can I convert standard time to unix time? :D
thanks
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
John Doe wrote:
...
> Here's how I did my USB key (minus the kickstart part) but you need a linux
> (in a VM or from the live CD)...
> And you will have to change devices names!
Cool! Any problems with the bug mentioned in the release notes about
/boot being written to a USB key, or does that o
Tony Asnicar wrote:
> :) How??
>
> I know that I could convert unix time to standard time like: date -d
> "@1234567890"
>
> but how can I convert standard time to unix time? :D
You want to convert the current time into the # of seconds elapsed
since 1970 ?
date +%s
or date --date="some other dat
Thank you!!
The answer waas:
date --date="2009-06-18 18:57" +%s
thanks :)
On Thu, Jun 18, 2009 at 8:30 PM, Tony Asnicar wrote:
> :) How??
>
> I know that I could convert unix time to standard time like: date -d
> "@1234567890"
>
> but how can I convert standard time to unix time? :D
>
> thank
Tony Asnicar wrote:
> Thank you!!
>
> The answer waas:
>
> date --date="2009-06-18 18:57" +%s
>
> thanks :)
The things that --date will accept aren't very well documented in the
man page but you can throw things like 'yesterday' or "next-week" or "2
months ago" at it too. And you can omit i
>
> Maybe an IRQ conflict or something? I don't recall ever
> seeing a situation where lspci wouldn't show a device that
> was actually present and working. Try a different PCI
> slot?
>
>
yes its rather odd - i will ask the DC guys to check but i am working on
second hand info regarding this
We have DELL R900 server with PERC6/i and PERC 6/E in it. O.S. is CENTOS 5.3.
I download latest PERC 6 driver from DELL site and tried to installed it. I
have error messages said :
Module version 00.00.03.21 for megaraid_sas.ko
is not newer than what is already found in kernel 2.6.18-128.1.1
On 06/18/2009 08:49 PM, mcclnx mcc wrote:
> Module version 00.00.03.21 for megaraid_sas.ko
> is not newer than what is already found in kernel 2.6.18-128.1.10.el5
> (00.00.04.01-RH1).
> Does CENTOS 5.3 come with PERC6 driver? I knew in CENTOS 4.X PERC 5 or PERC6
> driver is not include.
yes, if
mcclnx mcc wrote:
> Does CENTOS 5.3 come with PERC6 driver? I knew in CENTOS 4.X PERC 5 or
> PERC6 driver is not include.
I just deployed 10 R610s which have this controller with
CentOS 5.2, I later upgraded their kernels to the latest from 5.3,
though the rest of the systems are 5.2. Of course
Carlos Santana wrote:
...
> However, the kernel is 2.6.18-92.el5. The mismatch in kernel and
> kernel-headers is confusing me. Any insights?
You are not the first to be confused by that - it is almost a FAQ on the
forum; however it is the expected behavior - yum will install the latest
version o
Have decided to give up on the embedded Broadcom 4312 wireless device in
my son's Dell laptop. I get WEP open authentication to work, but
nothing else. I was about to dump the bcm43xx kernel module and the
bcm43xx-microcode5.fw firmware and work with the newer b43 module and
associated firmware.
Hi,
On Thu, Jun 18, 2009 at 14:20, Gilbert
Sebenste wrote:
> No need to...Seagate screws me again. 3rd bad hard drive on this server.
> Unbelievable. Under warranty, but...g.
I heard something about the 1.5TB Seagate drives having bugs that
would cause data corruption, and that it could be fi
Quoting Filipe Brandenburger :
> Hi,
>
> On Thu, Jun 18, 2009 at 14:20, Gilbert
> Sebenste wrote:
>> No need to...Seagate screws me again. 3rd bad hard drive on this server.
>> Unbelievable. Under warranty, but...g.
>
> I heard something about the 1.5TB Seagate drives having bugs that
> would
thanx guys. Lets close this thread. bye.
- Original Message
> From: Scott Silva
> To: centos@centos.org
> Sent: Thursday, June 18, 2009 2:36:27 AM
> Subject: Re: [CentOS] Centos 5.3 -> Apache - Under Attack ? Oh hell
>
> on 6-16-2009 10:26 PM Linux Advocate spake the following:
54 matches
Mail list logo