On 11/2/07, John R Pierce <[EMAIL PROTECTED]> wrote:
> yum install slocate
That didn't work either (it usually does, though..and am not sure why not)
Once I installed mlocate, then updatedb worked and I could locate.
___
CentOS mailing list
CentOS@cento
Rogelio wrote:
I did a barebones install and unfortunately don't have "locate" installed.
What do I need to install before this works?
yum install slocate
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
I did a barebones install and unfortunately don't have "locate" installed.
What do I need to install before this works?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Florin Andrei wrote:
I am currently using Cyrus IMAPd, and been using it for a long time,
the main reason being that I want an IMAP server with nice server-side
filtering, which Cyrus provides via Sieve. Given that Sieve is
integrated with Squirrelmail, all is good.
have you tried Dovecot?
James A. Peltier wrote:
Florin Andrei wrote:
I am currently using Cyrus IMAPd, and been using it for a long time,
the main reason being that I want an IMAP server with nice server-side
filtering, which Cyrus provides via Sieve. Given that Sieve is
integrated with Squirrelmail, all is good.
O
Florin Andrei wrote:
I am currently using Cyrus IMAPd, and been using it for a long time, the
main reason being that I want an IMAP server with nice server-side
filtering, which Cyrus provides via Sieve. Given that Sieve is
integrated with Squirrelmail, all is good.
Or is it?
Cyrus IMAPd is p
I am currently using Cyrus IMAPd, and been using it for a long time, the
main reason being that I want an IMAP server with nice server-side
filtering, which Cyrus provides via Sieve. Given that Sieve is
integrated with Squirrelmail, all is good.
Or is it?
Cyrus IMAPd is powerful, but it's a co
On Fri, Nov 02, 2007 at 04:39:32PM -0600, Mark Snyder alleged:
> I am doing a md5sum to verify nightly transfer of files between servers and
> want to email the results to support.
>
> Everything works fine except reading the contents of the check file into
> mail.
>
> Any suggestions or help w
on 11/2/2007 3:39 PM Mark Snyder spake the following:
I am doing a md5sum to verify nightly transfer of files between servers
and want to email the results to support.
Everything works fine except reading the contents of the check file into
mail.
Any suggestions or help would be much appreci
I am doing a md5sum to verify nightly transfer of files between servers and want to email
the results to support.
Everything works fine except reading the contents of the check file into mail.
Any suggestions or help would be much appreciated.
#!/bin/bash
cd /bak
md5sum -b `date '+%m-%d-%y'`.t
On 11/2/07, Tim Verhoeven <[EMAIL PROTECTED]> wrote:
> On Nov 2, 2007 8:14 PM, Art Baldini <[EMAIL PROTECTED]> wrote:
> > Hi All,
> > I am trying to create an MD device. I am using the command:
> > /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2
> > /dev/sda12 /dev/sdb12
>
On Nov 2, 2007 8:14 PM, Art Baldini <[EMAIL PROTECTED]> wrote:
> Hi All,
> I am trying to create an MD device. I am using the command:
> /sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2
> /dev/sda12 /dev/sdb12
> to create the device, and to dynamically create the device file
Hi All,
I am trying to create an MD device. I am using the command:
/sbin/mdadm --create --a /dev/md12 --level=1 --run --raid-devices=2
/dev/sda12 /dev/sdb12
to create the device, and to dynamically create the device file if needed.
What I want is the device file to be created as /dev/md12, bu
On Fri, 2 Nov 2007, [EMAIL PROTECTED] wrote:
On Fri, 2 Nov 2007 08:29:01 -0700 (PDT)
Hiep Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled:
hi friends,
i'm researching to see if i can run my own email server on
centos. i'm looking at qmail & centos, but the problem that i
have
On 11/2/07, Hiep Nguyen <[EMAIL PROTECTED]> wrote:
> hi friends,
>
> i'm researching to see if i can run my own email server on centos. i'm
> looking at qmail & centos, but the problem that i have is it doesn't have
> the web interface that can similar with outlook. our users don't like
> squirrel
On Fri, 2 Nov 2007 08:29:01 -0700 (PDT)
Hiep Nguyen <[EMAIL PROTECTED]> took out a #2 pencil and scribbled:
> hi friends,
>
> i'm researching to see if i can run my own email server on
> centos. i'm looking at qmail & centos, but the problem that i
> have is it doesn't have the web interface tha
hi friends,
i'm researching to see if i can run my own email server on centos. i'm
looking at qmail & centos, but the problem that i have is it doesn't have
the web interface that can similar with outlook. our users don't like
squirrelmail, or NOCC, or horde interfaces) however, i found
atma
Michael D. Kralka wrote:
>
> Ross S. W. Walker wrote:
> >
> > Try:
> >
> > # find -type d -name dir-192.168.\* -exec mv \{\} `echo
> > \{\} | sed 's/192\.168\./10\.0\./'` \;
> >
> > That should recursively rename all directories from one
> naming scheme to
> > another.
>
> ... except for the
[EMAIL PROTECTED] wrote:
Was there an problem with Frank's response from earlier?
rename 192.168 10.0 dir*
Bah! It's too simple! :-)
--
Toby Bluhm
Midwest Instruments Inc.
30825 Aurora Road Suite 100
Solon Ohio 44139
440-424-2240
___
CentO
Hello
What is the default or recommended file-max in /proc/sys/fs/ ?
I remember that having a large number of open files or sockets
make system be unstable, and now that I am checking my server
the file-max is about 386466 .
Is opened sockets will be added to opened files as well.
Thanks
_
Ok!
The problem (like ever) is windoz, with Linux applydeltiso everything
runs fine ;-) e...windoz
thanks
Simone
At 14.01 30/10/2007, you wrote:
I have a 1 GB RAM windows xp Pro system with at least 80% busy RAM,
while on the hard disk I have at least 30 GB free...I'll try to fr
Try:
# find -type d -name dir-192.168.\* -exec mv \{\} `echo \{\} | sed
's/192\.168\./10\.0\./'` \;
That should recursively rename all directories from one naming scheme to
another.
-Ross
-Original Message-
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
To: CentOS mailing list
Sent:
> Flaherty, Patrick wrote:
>>> I have a big e-mail box over at my provider. I receive a lot
>>> of e-mail every day (over 100), which are distributed into
>>> different imap-folders by thunderbird. The problem is that
>>> thunderbird must be running
>>> (offcourse) to be able to it's job.
>>> And
>
> I run it but it has error.
>
> sed 's/^dir-192\.168/dir-10\.0/'`
> sed: read error on dir-192.168.0.31: Is a directory
>
Was there an problem with Frank's response from earlier?
rename 192.168 10.0 dir*
It is a nice simple solution. You don't have to loop, or use extra
commands, just co
Ross S. W. Walker wrote:
>
> Try:
>
> # find -type d -name dir-192.168.\* -exec mv \{\} `echo
> \{\} | sed 's/192\.168\./10\.0\./'` \;
>
> That should recursively rename all directories from one naming scheme to
> another.
... except for the fact that the `echo \{\} ...` will be evaluated by
t
I run it but it has error.
sed 's/^dir-192\.168/dir-10\.0/'`
sed: read error on dir-192.168.0.31: Is a directory
--- Toby Bluhm <[EMAIL PROTECTED]> wrote:
> Toby Bluhm wrote:
> > adrian kok wrote:
> >> Hi Phil
> >>
> >> thank you
> >>
> >> But I have several hundred those pattern
> directorie
Toby Bluhm wrote:
adrian kok wrote:
Hi Phil
thank you
But I have several hundred those pattern directories!
I did think to cat those directories in a file
"olddir"
eg:
dir-192.168.30.0 dir-192.168.30.144 dir-192.168.30.184
and sed 's/dir-192.168/d
adrian kok wrote:
Hi Phil
thank you
But I have several hundred those pattern directories!
I did think to cat those directories in a file
"olddir"
eg:
dir-192.168.30.0
dir-192.168.30.144
dir-192.168.30.184
and sed 's/dir-192.168/dir-10.0/g' olddi
On 11/1/07, Christopher Chan <[EMAIL PROTECTED]> wrote:
>
> > When running tcpdump, do you see any packet when runing "telnet localhost
> > 69" ?
>
> telnet? telnet does udp?
No. It was just to check if packets other then TCP 22 can reach the server.
>
> _
I've just noticed that 3Ware has a more current version of the firmware
for the 9500S than I have on several machines. All of mine are running:
3w-9xxx: scsi0: Firmware FE9X 3.04.00.005, BIOS BE9X 3.04.00.002, Ports: 8.
and the latest rev appears to be 3.08. I'm wondering if there is any
com
David Hrbáč napsal(a):
> Well, reply to myself. dzicus 2.6.18-16.el5.
> D.
After looking at kernel-2.6.18-53.el5.src.rpm I can say than ICH9
support is only partial. Also r8168 patches are not included. :o(
David
___
CentOS mailing list
CentOS@centos.org
Jun Salen ha scritto:
Hi,
I have no problem running yum update inside the root prompt, but when running
yum using sudo as logged-in as ordinary user and command the 'sudo yum update',
I am having below error:
Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
error
Johnny Hughes napsal(a):
> David,
>
> For the record ... 5.1 is supposed to have this support :D
>
> Thanks,
> Johnny Hughes
Well, reply to myself. dzicus 2.6.18-16.el5.
D.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listi
Johnny Hughes napsal(a):
> David,
>
> For the record ... 5.1 is supposed to have this support :D
>
> Thanks,
> Johnny Hughes
Johnny,
I do expect it to be included, but as far I haven't seen it in any
testing kernel from people.redhat.com I know. Any links?
Thanks,
D.
PS: In ICH9 patch announce
34 matches
Mail list logo