Now I've also tried running a MySQL server on the webserver, and setting for
example phpmyadmin to connect to localhost does not change any kind of
behaviour. PHP/Mysql connections are still very slow.
/PGE
--- On Mon, 6/9/08, Pro Green European <[EMAIL PROTECTED]> wrote:
From: Pro Green Euro
HI,
My setup
Two node Cluster[only to create shared gfs file system] with manual fencing
running on centos 4 update 5 for oracle apps.
Shared gfs partiton are mounted on both the node[active-active]
Whenever i type df -h command it will take some delay to print my shared
gfs partiton,it is
> communicate with MySQL5. On this server, PHP/Mysql connections are dead
> slow and unresponsive. It takes sometimes up to a minute to list tables
> in phpmyadmin for example.
Have you tried other protocols? Is it really only http transfers that are slow?
Have you tried pinging 100 times and see
Michel van Deventer wrote:
Hi,
On Sun, 2008-06-08 at 16:38 -0500, Ryan Nichols wrote:
Ok.. Im curious.. Can I install CentOS on a compact flash card, then
have the MySQL on another drive? to have the compact flash like read
only for the OS to boot from, then do the swap, mysql,etc from the
Hi Bill,
Thankfully, our servers are already setup in the noc.
We have a need for a new install once a week.
While I appreciate the help on the automation and the partitioning,. we are
deviating from the problem I'm reporting:
How to bypass the VGA prob and use the GUI install while using a KVM
Mark Weaver wrote on Sun, 08 Jun 2008 12:30:46 -0400:
> unless there's a space issue on the machine you're talking about why not
> install the KDE group, run switchdesk in a terminal, set your default
> desktop to KDE and not even worry about removing Gnome. There are some
> dependency issues y
Alon wrote:
Should I escalate this issue to the RedHat bugzilla?
Yes do so.
/Mats
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
HI,
Sorry for repeating same mail ,while composing that mail i mistakenly typed
the send button.I am facing problem with my gfs and below is the running
setup.
My setup
Two node Cluster[only to create shared gfs file system] with manual fencing
running on centos 4 update 5 for oracle apps.
Hi.
> Have you tried other protocols? Is it really only http
> transfers that are slow?
Yes. Ftp works perfectly, and regular http with cgi/perl connections to the
same database server works perfectly. Also rendering of standard HTML works as
it should. It is only when a scripted site uses PHP/
I agree with previous poster RE: Postini, we have clients that use the
service and it's fantastic.
I use Postfix / Amavisd - Clam-AV / SpamAssassin + SARE rulesets (with
DCC, Pyzor, Razor) locally and ater the initial setup it's excellent.
I've also done just Postfix / Amavisd - Clam-AV / SpamAss
David Mackintosh wrote:
On Tue, Jun 03, 2008 at 10:17:14AM +0200, Tom G. Christensen wrote:
Google suggests booting with ide0=noprobe ide1=noprobe to make sure the
ata-piix driver is used.
If you don't want to reinstall then make sure initrd contains the
ata-piix driver and that references to
Ryan Nichols wrote:
I was trying to get the CF as the system drive and keep the database
on a seperate drive incase either failed.. seemed like it made sense
at the time..
if the CF fails, it won't boot. if the HD fails, you've lost your
database.not sure what the gain is here.
_
It's easy. Look - you can get an IDE -to- CF adapter for about a fiver.
Get a 4 or 8 GB CF card and install it on IDE 01.
That's your main drive.
Set up your other drives in what ever config is necessary. Solo,
Software RAID, whatever.
Do your install. Either use the partition editor, or boot in
If it's a table listing check your MySQL settings. How have you set up
my.cnf? What does your slow query log tell you?
Have you logged into your MySQL server from another machine and ran
queries from there? Have you enabled verbose logging for PHP and
Apache? Are you tailing all 3 while you run the
John R Pierce wrote:
Ryan Nichols wrote:
I was trying to get the CF as the system drive and keep the database
on a seperate drive incase either failed.. seemed like it made sense
at the time..
if the CF fails, it won't boot. if the HD fails, you've lost your
database.not sure what the g
Juan C. Valido wrote:
On Tue, 2008-06-03 at 23:49 +0100, Ned Slider wrote:
Dick Roth wrote:
Juan C. Valido wrote:
On Tue, 2008-06-03 at 06:09 -0400, Dick Roth wrote:
Had to replace dying cpu and mobo, so also replaced IDE with new SATA
drive. Installed from latest ISO onto SATA and can't get
Maybe if you trust DNS resolution names to make the connection to the
Database servers could be a problem. Did you try to use IP addresses
directly in the code?
Regards,
Peter Farrell escribió:
If it's a table listing check your MySQL settings. How have you set up
my.cnf? What does your sl
I generally will do one of two things in addition to my normal backups.
1. run a cron that exports the database, then gzip it - I rsync that
off to another machine.
2. I replicate the database to other machines in the same tier.
I agree about the CF failure as well. No biggie. I would copy it's
The query log on the database server tells me that there are around 20-30
seconds between each data request from the webserver to the database server.
Accessing the same database from another server, Apache/CGI/Mysql or even
through the mysql command line is fast, and there are no 20-30 sec dela
Hello , i want all my log messages from python to have in /var/log/python
Now they are in /var/log/messages:
Jun 9 12:10:51 sx1 kernel: klogd 1.4.1, log source = /proc/kmsg started.
Jun 9 12:11:01 sx1 python: MM_MEMBERS [it] Nothing to do.
Jun 9 12:11:02 sx1 python: MM_MEMBERS [research] Nothi
CF Fails, i can re inject it into a new CF card and away I go. yes if
the HD fails ive lost the database, but its a monitoring box, toss a
new one in , reboot the box and away we go.
but as either cant operate without the other you have just doubled your
chances of an outage rather than
> Maybe if you trust DNS resolution names to make the connection to the
> Database servers could be a problem. Did you try to use IP addresses
> directly in the code?
>
Yes, I have tried that too, no difference. I've even tried running MySQL with a
database populated with identical data on loc
man syslog.conf will explain ;)
auth, authpriv, cron, daemon, kern, lpr, mail, mark, news, security (same as
auth), syslog, user, uucp and local0 through local7 are the supported
facilyties.. python(.*) is not ;)
Good luck.
Cheers,
Bart
- Original Message -
From: "David Hláčik" <[EMA
If the database is on a different server.
and the CLI access to mysql is normal.
and other php / apache instances can access the database;
then it has to be either
a problem with apache <--> php communication
or a problem with php <--> mysql communication.
Write a test query in php and execute a
> Yes. Ftp works perfectly, and regular http with cgi/perl connections to the
> same database server works perfectly. Also rendering of standard HTML works
> as it should. It is only when a scripted site uses PHP/Mysql the connection
> to the server takes forever.
What happens if you include a
On Mon, Jun 9, 2008 at 1:05 PM, Bent Terp <[EMAIL PROTECTED]> wrote:
>> Yes. Ftp works perfectly, and regular http with cgi/perl connections to the
>> same database server works perfectly. Also rendering of standard HTML works
>> as it should. It is only when a scripted site uses PHP/Mysql the co
whoami i wrote:
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data --->>>HOST B
HO
Thanks a lot,
so how can i relalize it? :)
D.
On Mon, Jun 9, 2008 at 1:01 PM, <[EMAIL PROTECTED]> wrote:
> man syslog.conf will explain ;)
>
> auth, authpriv, cron, daemon, kern, lpr, mail, mark, news, security (same as
> auth), syslog, user, uucp and local0 through local7 are the supported
>
Hi.
Yes, I have tried that too, no difference. I've even tried running MySQL with a
database populated with identical data on localhost (even tried 127.0.0.1), but
there is no difference in performance. Delays in the connection to the db
server is still around 20-30 seconds.
So, the problem ha
David Hláèik wrote on Mon, 9 Jun 2008 13:12:13 +0200:
> so how can i relalize it? :)
Probably not at all. You would have to redirect .err or .warn for a
facility, but this would redirect all other input to that channel as well.
You can change facilities for some applications, but I don't know if
Pro Green European wrote on Mon, 9 Jun 2008 03:37:33 -0700 (PDT):
> I also have the same identical site accessing the same database on
> the same mysql server, running on a CentOS4 server without any problem.
How did you move the database? You moved from PHP4 to 5 and from MySQL4 to
5. You *have
Timothy Kesten wrote:
Hi Folks,
I'd like to install my USB-WLAN-Stick Netgear WG111v3.
Ndiswrapper works correct after installing Kernel-Modules from atrpm
ndiswrapper-kmdl-2.6.18-53.1.19.el5.centos.plus-1.52-16.el5.i686.rpm.
But by calling wpa_supplicant with
wpa_supplicant -i wlan0 -D wext
Hi,
I have a setup where the tftp server is inside the firewall.
Now the issue is tftp client send request on dynamic udp port. Can anyone
give some idea, how i can bind the fixed port for client udp requests ?
Otherwise i hope, it is not a solution that i will open all port related to
UDP in the
Dear All,
I am new Itanium server Installation and I have installed all the
CentOS4.4 ia64 CDs and I have try to install cluster
suite package and i am getting the following error messages like
warning: ccs-1.0.7-0.x86_64.rpm: V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies
You don't mention it but I assume you are running on Fiber Channel not iSCSI? I
am running GFS using CentOS 5.1 from two servers using iSCSI. I have Device
Mapper Multipath setup so that makes my performance characteristics a little
different but I have tuned the servers with the following comma
Balaji wrote:
I am new Itanium server Installation and I have installed all the
CentOS4.4 ia64 CDs and I have try to install cluster
suite package and i am getting the following error messages like
warning: ccs-1.0.7-0.x86_64.rpm: V3 DSA signature: NOKEY, key ID 443e1821
You might want to rea
Tom Brown wrote:
CF Fails, i can re inject it into a new CF card and away I go. yes
if the HD fails ive lost the database, but its a monitoring box, toss
a new one in , reboot the box and away we go.
but as either cant operate without the other you have just doubled
your chances of an
Try syslog-ng...
It has much better filtering facilities..
Cheers,
Bart
- Original Message -
From: "Kai Schaetzl" <[EMAIL PROTECTED]>
To: centos@centos.org
Sent: Monday, June 9, 2008 1:51:40 PM GMT +01:00 Amsterdam / Berlin / Bern /
Rome / Stockholm / Vienna
Subject: Re: [CentOS] syslo
2008/6/9 David Hláčik <[EMAIL PROTECTED]>:
> Thanks a lot,
>
> so how can i relalize it? :)
Doesn't help you now, but rsyslog has the ability to filter by regular
expression in addition to the usual log facilities, and rsyslog will
be in 5.2 when it gets released. So if you can wait until 5.2 come
"Jamie Lists" <[EMAIL PROTECTED]> schreef in
bericht news:[EMAIL PROTECTED]
> We have about 4 servers connected to an APC UPS. The UPS only has one
> UPS connection. So my question is, in a power outage how do i get all
> my servers to safely shutdown? Do i run a USB hub? Do i write a script
> on
On Mon, Jun 9, 2008 at 8:18 AM, <[EMAIL PROTECTED]> wrote:
> Try syslog-ng...
>
> It has much better filtering facilities..
Not to disparage syslog-ng, but you may want to check out rsyslog.
It'll very likely be the default in centos6, and is currently the
default in fedora. You can check the fed
Mark Weaver wrote on Sun, 08 Jun 2008 12:30:46 -0400:
> There are some
> dependency issues you'll run into when you attempt to remove Gnome.
And weird ones, to that. If I try to remove Gnome Desktop Environment this
results in a second dependency check that then wants to remove many
libraries
On Mon, Jun 9, 2008 at 2:29 PM, Jim Perrin <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 9, 2008 at 8:18 AM, <[EMAIL PROTECTED]> wrote:
>> Try syslog-ng...
>
> Not to disparage syslog-ng, but you may want to check out rsyslog.
> It'll very likely be the default in centos6, and is currently the
> defaul
On Mon, Jun 9, 2008 at 8:31 AM, Tim Verhoeven
<[EMAIL PROTECTED]> wrote:
> As a sneak preview I can already tell you that CentOS 5.2 already will
> have rsyslog instead of the old plain syslog.
I know it's in 5.2, I just didn't realize it was replacing syslog
already. Thanks for the heads up :-P
> below manner [bcoz there is no alternative way for me to setup nfs share]
Why not? Firewalling/routing is not a problem just use fixed ports on
host A, and have host B forward requests. I've done that with nfs
servers hiding on an internal subnet.
AFAIK, you can NOT re-export nfs mounts, it's n
Dear All,
During CentOS Boot-Up user can See all of the standard messages
within this front-end by clicking on the 'show details' link.
and hide the standard messages within this front-end by clicking on
the 'hide details' link.
I need to implement my own software like this, so i need y
On Mon, 2008-06-09 at 04:28 -0700, Pro Green European wrote:
> Delays in the connection to the db server is still around 20-30
> seconds.
>
It sounds like the MySQL server is configured to do reverse DNS lookups
on incoming connections, and those DNS lookups are timing out. For
small systems (a
Filipe Brandenburger wrote:
On Fri, Jun 6, 2008 at 10:09 PM, Jim Wildman <[EMAIL PROTECTED]> wrote:
Better, google for "tiny centos" and build a new box with the minimum on it.
Hmmm, that looks exactly like what I'm looking for! I'm actually
trying to find someone who has already done
easy way to get sshd ver.5 installed on centos5
http://fs12.vsb.cz/hrb33/el5/hrb-ssh/stable/SRPMS/
rpmbuild --rebuild openssh-5.0p1-1.el5.hrb.src.rpm
worked for me .. but honestly, has excited has I was, I do not find
chroot to be that useful .. if I remember correctly, the chroot
directory has
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out. No
clear identifiers in the /var/log/maillog or /var/log/messages.
We're not set
Ray Leventhal wrote:
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out.
No clear identifiers in the /var/log/maillog or /var/log/mes
Dear All,
I am new in Itanium server Installation and I have installed all the
CentOS4.4 ia64 CDs and
I have try to install clustersuite packages and i am getting the
following error messages like
error: %post(package name here) scriptlet failed, exit status 255 and
error: %pre(package name
HI,
Check the below things on your server.
1) diskspace
2) mailq
3) netstat -ntlp |grep :25 |grep tcp
4) telnet on port 25 from server as well as from client
5) ps auxxww |grep sendmail
you should get output like below###
root 794 0.0 0.0
Agreed:
"If you use the apcupsd software you can create a network (UPS) server
and clients which will automatically shutdown on a signal from the
server. But make sure you connect your network switch to the ups as
well ;) You then only have to connect 1 machine to the ups which will
act as a serve
Ray Leventhal wrote:
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out.
No clear identifiers in the /var/log/maillog or /var/log/mes
"whoami i" <[EMAIL PROTECTED]> wrote:
Hi Barry,
First of all thanx for your reply but i already used the options
crossmnt,fsid=0 in my exports file still i am not able to re-export it.
Regards
lingu
On Fri, May 30, 2008 at 5:30 PM, <[EMAIL PROTECTED]> wrote:
> Send CentOS mailing list
Thank you for all your time and replies :)
I solved the problem by switching to RHEL 5.2 x86_64 on the same server. Now
PHP/Mysql is working properly.
Strange thing though, every setting is identical to that of the CentOS 5.1
x86_64 install.
Regards,
/mysteron
--- On Mon, 6/9/08, Kai Schaet
lingu wrote:
Hi lingu,
Thanks for your reply.
Check the below things on your server.
1) diskspace
df -h shows 253GB free on the LVM which holds mail
2) mailq
mailq says 'mailqueue is empty'
3) netstat -ntlp |grep :25 |grep tcp
# netstat -ntlp|grep :25|grep tcp
tcp0 0 0.0.0.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pro Green European wrote:
> Thank you for all your time and replies :)
>
> I solved the problem by switching to RHEL 5.2 x86_64 on the same server. Now
> PHP/Mysql is working properly.
>
> Strange thing though, every setting is identical to that of
I have a xen machine that has iptables turned off, and after a reboot it
started behaving
badly during times when network IO rose to anything other than almost nil.
Since I know
iptables makes xen unstable without some additional config and since its
isolated I just
have is disabled. As a result
no change in connection to the mail server. clients connect, but time out.
increase in the log level produced lines like this in /var/log/maillog:
Jun 9 09:28:51 gungho sendmail[13243]: m59DRxV2013243: gungho
[172.16.0.106] did not issue MAIL/EXPN/VRFY/ETRN during connection to smtp
172.16.0
ISSUE RESOLVED:
Thanks for jpegNY (CentOS forums) the issue has been resolved:
Upon boot, the parameter to pass is:
boot: linux graphical
Thats it.
It start the xserver and bypasses the check.
Thanks for the help on this.
HTH someone else down the road.
-Sup.
- Original Message -
On 6/9/08, Balaji <[EMAIL PROTECTED]> wrote:
> Dear All,
>
> I am new in Itanium server Installation and I have installed all the
> CentOS4.4 ia64 CDs and
> I have try to install clustersuite packages and i am getting the following
> error messages like
> error: %post(package name here) scriptlet
I'm not sure as it relates specifically to XEN - but I would have a
look through the /etc/rc.d
directory. If it's not being turned on there, 'egrep -i iptables'
/etc/init.d/* and see if it's in any startup script there.
Slim chance they may be something in rc.local as well.
-Peter
2008/6/9 Joseph
Jeff,
I cant thank you enough. I not only did this for the kernel but
I did this for the pxeboot's jumpstart installation of 4.5.
Thanks again for taking the time to respond.
On Sat, 7 Jun 2008, Jeff Collins ([EMAIL PROTECTED])
wrote:
I had a somewhat similar problem with a Dell 2600
Max Hetrick wrote:
> What version is RHEL 5.2 running?
5.0.45 AFAICS.
Ralph
pgplQgrEe1bgI.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralph Angenendt wrote:
> 5.0.45 AFAICS.
That would answer the upgrade to at least 5.0.30 part. :) Thanks, Ralph.
Regards,
Max
- --
# find . "*imbecile" -exec sed -ie "s/stupidity/commonsense/g" '{}' \;
-BEGIN PGP SIGNATURE-
Version: GnuPG
Dear all,
Does anyone aware of any utility to copy files which are created or modify
form a specific date ?.
Thanks
Rajeev R. Veedu
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Joseph L. Casale wrote on Mon, 09 Jun 2008 07:46:03 -0600:
> Somehow it gets turned on after a reboot, how can I deduce what is activating
> it?
AFAIS iptables is active all the time in CentOS 5. Deactivating the service
just
means that queues are empty. Starting libvirtd and creating xen mach
Ray Leventhal wrote on Mon, 09 Jun 2008 09:48:22 -0400:
> increase in the log level produced lines like this in /var/log/maillog:
> Jun 9 09:28:51 gungho sendmail[13243]: m59DRxV2013243: gungho
> [172.16.0.106] did not issue MAIL/EXPN/VRFY/ETRN during connection to smtp
>
> 172.16.0.106 is the
On Mon, Jun 9, 2008 at 11:16 AM, Rajeev R. Veedu <[EMAIL PROTECTED]> wrote:
> Dear all,
>
>
>
> Does anyone aware of any utility to copy files which are created or modify
> form a specific date ?.
Use find with either -exec or with xargs, and pass it either a -ctime
or -mtime option for what you
By the way - what does 'AFAIS' stand for?
-Peter
2008/6/9 Kai Schaetzl <[EMAIL PROTECTED]>:
> Joseph L. Casale wrote on Mon, 09 Jun 2008 07:46:03 -0600:
>
>> Somehow it gets turned on after a reboot, how can I deduce what is
>> activating it?
>
> AFAIS iptables is active all the time in CentOS
This now seems like a timeout issue. Increasing client-side timeout to
> 180 seconds gets mail going just fine.
Any ideas on what might be happening since a reboot to cause this change
in MTA behaviour would be greatly appreciated.
Regards,
-Ray
__
On Jun 9, 2008, at 11:16 AM, Rajeev R. Veedu wrote:
Does anyone aware of any utility to copy files which are created
or modify form a specific date ?.
to copy all files in /dir1 modified within the last 5 days to /dir2:
$ find /dir1 -mtime -5 | xargs -I {} cp {} /dir2
if the filenames ha
Kai Schaetzl wrote:
so, it's a connection to itself. was this a test to localhost?
If not, that hints in the direction of the problem.
Maybe you accidentally set the smarthost to itself or so?
I'd try a manual connect and walk thru an SMTP conversation and send a mail.
Also, clients can produce d
on 6-7-2008 4:16 PM MHR spake the following:
En anglais, s'il vous plait - cette liste est pour ceux de nous qui
parlent anglais.
(Pardonnez mon pauvre francais)
But now I can learn to despise out of office messages in a wide array of
languages! ;-P
--
MailScanner is like deodorant...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Huff
Sent: Monday, June 09, 2008 7:34 PM
To: centos@centos.org
Subject: Re: [CentOS] Copying files from specific date.
On Jun 9, 2008, at 11:16 AM, Rajeev R. Veedu wrote:
> Does anyone aware of any uti
on 6-7-2008 8:06 AM Alon spake the following:
Hi All,
I have several dozens of CentOS and WhiteBox servers.
Most of them are CentOS 4.6.
Our installation service is done in the datacenter where the servers are
located.
When we install a fresh clean install, we use the GUI menus, while using
lists-centos wrote:
are you configured for spamassassin or clamav as milters on the
server (in the sendmail.cf) and either/both of these didn't start up
on the reboot? sendmail will still accept mail with sa/clamav not
running, but it takes a bit longer.
there's also the possibility of an invers
on 6-7-2008 9:35 AM drew einhorn spake the following:
I remember seeing one with an example migrating
from an old fashioned filesystem on a partition
to a new filesystem on a mirrored lvm logical volume
but one only one side of the mirror is set up at this
time.
First I need to copy stuff from
where does the server point to for its dns? if it's (supposed to be)
running a nameserver (e.g., you're pointing to 127.0.0.1) but the dns
server isn't running you'll get a timeout. if you have a second
nameserver configured in /etc/resolv.conf you'll likely ultimately
get a response, but only
on 6-9-2008 3:40 AM Peter Farrell spake the following:
I generally will do one of two things in addition to my normal backups.
1. run a cron that exports the database, then gzip it - I rsync that
off to another machine.
2. I replicate the database to other machines in the same tier.
I agree ab
Peter Farrell wrote on Mon, 9 Jun 2008 16:33:15 +0100:
> By the way - what does 'AFAIS' stand for?
In concordance with AFAIK: AFAI SEE ;-)
Kai
--
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com
__
Ray Leventhal wrote on Mon, 09 Jun 2008 11:42:27 -0400:
> Do you think it's wise to replace the sendmail.cf and sendmail.mc files
> from the snapshot (after backing them up, of course)?
If you did not change the files: no. As I said: go thru a manual send and
check *where* the timeout occurs (b
On Mon, Jun 9, 2008 at 12:12 AM, whoami i <[EMAIL PROTECTED]> wrote:
> Hi Barry,
>
> First of all thanx for your reply but i already used the options
> crossmnt,fsid=0 in my exports file still i am not able to re-export it.
>
> Regards
> lingu
>
Lingu,
Could you please:
1) Edit your replies so
On Mon, Jun 09, 2008 at 11:34:11AM -0400, Ray Leventhal wrote:
> This now seems like a timeout issue. Increasing client-side timeout to
> > 180 seconds gets mail going just fine.
>
> Any ideas on what might be happening since a reboot to cause this change
> in MTA behaviour would be greatly app
on 6-9-2008 6:03 AM Ray Leventhal spake the following:
HI folks,
I've an up-to-date CentOS 5.x box on a small intranet (<20 users).
We did a reboot over the weekend and all appears well except that
clients on the LAN can no longer send email. Just hangs/times out. No
clear identifiers in th
On Mon, Jun 9, 2008 at 10:48 AM, Scott Silva <[EMAIL PROTECTED]> wrote:
> on 6-7-2008 9:35 AM drew einhorn spake the following:
>
>>
> Anybody know about the
>> LSI Logic MegaRAID 8480 Storage controller
>> in particular.
>>
>> I know that with 3ware controllers, they are always backward compati
2008/6/9 Scott Silva <[EMAIL PROTECTED]>:
>
> But now I can learn to despise out of office messages in a wide array of
> languages! ;-P
>
Oh, foo - that's what I get for recognizing the language and not reading it
Maybe Olivier will get something out of this all anyway.
)-:
mhr
___
on 6-9-2008 11:15 AM MHR spake the following:
2008/6/9 Scott Silva <[EMAIL PROTECTED]>:
But now I can learn to despise out of office messages in a wide array of
languages! ;-P
Oh, foo - that's what I get for recognizing the language and not reading it
Maybe Olivier will get something ou
Rajeev R. Veedu wrote:
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Steve Huff
> Sent: Monday, June 09, 2008 7:34 PM
> To: centos@centos.org
> Subject: Re: [CentOS] Copying files from specific date.
>
>
> On Jun 9, 2008, at 11:16 AM, Rajeev R. V
hey guys,
I just created a custom netboot cd, that launches and loads from a
http source, but connects to a vnc listening viewer. All in all, not
hard to do, but what is different with this one is that it skips the
media check, has no prompts and allows you to start the install on a
machi
I know I would certainly be interested in this... please post!!! :-)
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
- Original Message -
From: "dnk" <[EMAIL PROTECTED]>
To: "CentOS mailing list"
Sent: Monday, June 9, 2008 2:55:00 PM GMT -06:00 US/Canada Central
Sub
Tim Nelson wrote:
I know I would certainly be interested in this... please post!!! :-)
ditto for me
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Kai Schaetzl wrote:
Ray Leventhal wrote on Mon, 09 Jun 2008 11:42:27 -0400:
Do you think it's wise to replace the sendmail.cf and sendmail.mc files
from the snapshot (after backing them up, of course)?
If you did not change the files: no. As I said: go thru a manual send and
check *w
I have two drives in a software mirror. Other than setting the bios to
boot from the second drive, is there any way to confirm that grub is
installed properly on the second drive?
--
Bowie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.o
All your Daemon_options (`port... definitions are turned off (dnl).
You have effectively told sendmail to not listen to anybody.
At a minimum you need "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,
Name=MTA')" turned on for local mail to move, or
"DAEMON_OPTIONS(`Port=smtp, Name=MTA')" to listen t
DNS. It's always DNS :-)
(more accurately, host and IP address resolution).
How long is it taking your server to resolve the IP address into a
name? To resolve names into IP addresses? To resolve destination MX
records?
Hi Stephen,
While I agree, I'm still a bit stumped. Nothing cha
on 6-9-2008 1:44 PM Ray Leventhal spake the following:
All your Daemon_options (`port... definitions are turned off (dnl).
You have effectively told sendmail to not listen to anybody.
At a minimum you need "DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1,
Name=MTA')" turned on for local mail to move,
On 9-Jun-08, at 1:30 PM, Ray Leventhal wrote:
Tim Nelson wrote:
I know I would certainly be interested in this... please post!!! :-)
ditto for me
Well I guess the only thing remaining is if the centos dev's would
like it on the wiki. Due to the way the disk needs to be built, We
can
1 - 100 of 125 matches
Mail list logo