[CentOS] Display resolution problem on Centos 4.5

2007-10-19 Thread fred smith
I've got a Centos 4.5 box at work (installed at 4.0 and kept up to date) that's having a really weird problem I haven't been able to figure out. It's been doing on for a loong time but today it just got my goat and I spent some bit of time fighting with it, unsuccessfully. /etc/X11/xorg.conf spec

Re: [CentOS] Memory problems with CentOS box

2007-10-19 Thread Stephen Harris
> I must say again that this memory error *never* happens while the computer is > in service, it always happened upon a soft reboot. Run memtest86 for a day and see if it finds any errors. -- rgds Stephen ___ CentOS mailing list CentOS@centos.org htt

Re: [CentOS] Re: DocX support in OpenOffice

2007-10-19 Thread Craig White
On Fri, 2007-10-19 at 15:02 -0700, Scott Silva wrote: > on 10/19/2007 12:43 AM Morten Torstensen spake the following: > > Scott Silva wrote: > >> The big problem is when you install Office 2007 the default save > >> format is docx. And if you set to to the older versions you get a > >> warning di

Re: [CentOS] CentOS 5 centosplus kernel + kmod-gfs

2007-10-19 Thread Akemi Yagi
On 10/19/07, James Fidell <[EMAIL PROTECTED]> wrote: > On CentOS 5, the current centosplus kernel doesn't want to play with the > kmod-gfs package (because kmod-gfs wants the stock kernel): > > # yum install kmod-gfs > > gives me: > > Transaction Check Error: > package kernel-2.6.18-8.1.14.

[CentOS] Re: logrotation

2007-10-19 Thread Scott Silva
on 10/19/2007 12:01 AM umair shakil spake the following: Dear, Thanks for your help, BSD and CentOs both are different, cenTos is a redhat while BSD is totally debian, also commands vary. BSD is not totally debian. BSD is BSD. It is not linux in any form or shape. CentOS is Linux, RedHat is lin

[CentOS] Re: DocX support in OpenOffice

2007-10-19 Thread Scott Silva
on 10/19/2007 12:43 AM Morten Torstensen spake the following: Scott Silva wrote: The big problem is when you install Office 2007 the default save format is docx. And if you set to to the older versions you get a warning dialog that you will lose features, become impotent and bald, etc... As

Re: [CentOS] Postfix dropping settings CentOS4.5

2007-10-19 Thread Ralph Angenendt
Johnny Massengill wrote: > The problem I'm having is ever so often Postfix 2.2.11 will lose the > Transport mapping lookup tables setting. When this happens, mail into > our domain will stop being relayed to our Exchange server. Hmmm. How does that happen? What's in the logs at that time? I'm usi

Re: [CentOS] Memory problems with CentOS box

2007-10-19 Thread Frank Cox
On Fri, 19 Oct 2007 22:13:13 +0100 Miguel Medalha <[EMAIL PROTECTED]> wrote: > Would it be possible that the DIMMs are being destroyed by some software > component from the OS, perhaps the I2C management? The DIMMs do have > EPROMS... Are they being incorrectly accessed by some software componen

[CentOS] Memory problems with CentOS box

2007-10-19 Thread Miguel Medalha
Hello all I am running CentOS 5 on a small server and I am having very strange memory malfunctions. The computer runs perfectly with no problems whatsoever. From time to time, after a soft reboot, the computer emmits beeps corresponding to a memory fault. It never reboots again until I find and

RE: [CentOS] SNMP and MIB

2007-10-19 Thread Flaherty, Patrick
> would you please explain more. > does dell has a yum repository that I can download Dell packages ? Yes, I put the link in my first email. The docs are pretty good, you shouldn't have to much trouble. http://linux.dell.com/wiki/index.php/Repository/hardware Patrick ___

[CentOS] centos 5 irq issue

2007-10-19 Thread Jerry Geis
I get the following on an AM2 AMD5000+, nvidia gigabyte motherboard. Irq 169 is the USB. Anyone know why this is happening? If I install Centos 4.5 I do not get this. THanks, Jerry Oct 19 23:43:58 TESTING kernel: irq 169: nobody cared (try booting with the "irqpoll" option) Oct 19 23:43:58

Re: [CentOS] Changing php5 with php4 in CentOS 5

2007-10-19 Thread Michael Watters
Can Cizer wrote: Hi, In our server CentOS 5 is installed. Some of our web pages are compatible with php4 but in centOS 5 , php5 is installed and we cannot see our pages. I want to remove php5 and install php4 but i could not find php4 rpm for CentOS 5. Can anybody help me? Thanks C

RE: [CentOS] Using raid 1 for rollback purposes

2007-10-19 Thread Ross S. W. Walker
Antonio da Silva Martins Junior wrote: > > - "James Olin Oden" <[EMAIL PROTECTED]> escreveu: > > For quite some time I've used raid 1 as a means of providing a > > rollback mechanism for an upgrade (which I learned from others long > > ago). So essentially, before an upgrade you split the mir

Re: [CentOS] Using raid 1 for rollback purposes

2007-10-19 Thread Antonio da Silva Martins Junior
- "James Olin Oden" <[EMAIL PROTECTED]> escreveu: > For quite some time I've used raid 1 as a means of providing a > rollback mechanism for an upgrade (which I learned from others long > ago). So essentially, before an upgrade you split the mirrors and > upgrade one side or the other. If your

[CentOS] Using raid 1 for rollback purposes

2007-10-19 Thread James Olin Oden
Hi All, For quite some time I've used raid 1 as a means of providing a rollback mechanism for an upgrade (which I learned from others long ago). So essentially, before an upgrade you split the mirrors and upgrade one side or the other. If your upgrade goes well you sync one way, if your upgrade

Re: [CentOS] SNMP and MIB

2007-10-19 Thread Centos
Hello Patric, would you please explain more. does dell has a yum repository that I can download Dell packages ? Thanks Flaherty, Patrick wrote: We use Dell OpenManage on Centos 4.5. First you have to trick the OpenManage software (and installer) into thinking you have RHEL. For v4 you add "Na

RE: [CentOS] SNMP and MIB

2007-10-19 Thread Flaherty, Patrick
> We use Dell OpenManage on Centos 4.5. First you have to trick > the OpenManage software (and installer) into thinking you > have RHEL. For v4 you add "Nahant" to the end of line of text in /etc/redhat-release. > Nahant is the code name for RHEL4 and Dell software looks for > it to know what ty

Re: [CentOS] CentOS 5 centosplus kernel + kmod-gfs

2007-10-19 Thread Centos
There currently are nog kernels mods for gfs and gndb for the centos-plus kernel. There is a entry in the bugdatabase for this, but unfortunatly, it isn't resolved yet... So you have to compile it yourself or have patience ;) James Fidell wrote: On CentOS 5, the current centosplus kernel do

Re: [CentOS] SNMP and MIB

2007-10-19 Thread Jeff Larsen
On 10/19/07, Centos <[EMAIL PROTECTED]> wrote: > has any one is using Dell OpenManage on Centos ? We use Dell OpenManage on Centos 4.5. First you have to trick the OpenManage software (and installer) into thinking you have RHEL. For v4 you add "Nahant" to the end of line of text in /etc/redhat-re

[CentOS] Postfix dropping settings CentOS4.5

2007-10-19 Thread Johnny Massengill
My company is using Trend Micro InterScan Messaging Security Suite 7.0 for linux. This setup uses Postfix as a mail gateway for MS Exchange. The problem I'm having is ever so often Postfix 2.2.11 will lose the Transport mapping lookup tables setting. When this happens, mail into our domain will sto

[CentOS] CentOS 5 centosplus kernel + kmod-gfs

2007-10-19 Thread James Fidell
On CentOS 5, the current centosplus kernel doesn't want to play with the kmod-gfs package (because kmod-gfs wants the stock kernel): # yum install kmod-gfs gives me: Transaction Check Error: package kernel-2.6.18-8.1.14.el5.centos.plus (which is newer than kernel-2.6.18-8.1.14.el5) is

RE: [CentOS] SNMP and MIB

2007-10-19 Thread Flaherty, Patrick
> We have Dell servers and need to monitor them through SNMP. > but need to install or insert Dell MIBs to our Centos. > is copying MIBs are enough ? I haven't worked with the Dell mibs besides walking them when I was first playing with OMSA > has any one is using Dell OpenManage on Centos ? I u

Re: [CentOS] extras and vlc

2007-10-19 Thread fred smith
On Fri, Oct 19, 2007 at 01:12:18PM +0200, Ralph Angenendt wrote: > fred smith wrote: > > I got vlc by doing "yum install vlc". I think it came from freshrpms. > > The Centos web site has instructions on how to set up freshrpms on your > > system. > > I don't think so, as freshrpms doesn't do packa

Re: [CentOS] mdadm exim mysql

2007-10-19 Thread Tim Verhoeven
On 10/15/07, Johnn Tan <[EMAIL PROTECTED]> wrote: > I installed a CentOS-5 core OS (using --nobase in my kickstart). > > For some reason, it included mysql-5.0.22. > > When I do "yum remove mysql", it says it will also remove > exim and mdadm for dependencies. > > I don't care that exim will be rem

[CentOS] SNMP and MIB

2007-10-19 Thread Centos
Hello We have Dell servers and need to monitor them through SNMP. but need to install or insert Dell MIBs to our Centos. is copying MIBs are enough ? has any one is using Dell OpenManage on Centos ? Thanks ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] mdadm exim mysql

2007-10-19 Thread John Horne
On Mon, 2007-10-15 at 12:28 -0400, Jim Perrin wrote: > On 10/15/07, Johnn Tan <[EMAIL PROTECTED]> wrote: > > I installed a CentOS-5 core OS (using --nobase in my kickstart). > > > > For some reason, it included mysql-5.0.22. > > > > When I do "yum remove mysql", it says it will also remove > > exim

Re: [CentOS] restrict network access

2007-10-19 Thread Lorenzo Quatrini
Arne Pelka ha scritto: Hi, I have two pc using centos 4, these machines need only access to the (big, class b) local network. Because of security reasons the network access should be restricted to this local network - mainly the users of these pc should not be able to access webpages outside

[CentOS] disabling php-cli

2007-10-19 Thread Mark Weaver
Hi All, Don't know if this has been covered already, but I'd like to know if there's a way to disable one of the features in php; php-cli. I've done some googling and searching through the archives but haven't found anything. The php manpage doesn't mentioned anything, nor have I seen anything on

Re: [CentOS] logrotation

2007-10-19 Thread Ralph Angenendt
umair shakil wrote: > >Dear, >Thanks for your help, BSD and CentOs both are different, cenTos is a redhat >while BSD is totally debian Ermm, no. It's not. BSD is totally BSD. Ralph pgprDIwkmVmHf.pgp Description: PGP signature ___ CentOS m

Re: [CentOS] extras and vlc

2007-10-19 Thread Ralph Angenendt
fred smith wrote: > I got vlc by doing "yum install vlc". I think it came from freshrpms. > The Centos web site has instructions on how to set up freshrpms on your > system. I don't think so, as freshrpms doesn't do packages for Enterprise Linux. ITYM rpmforge. See http://wiki.centos.org/Reposito

Re: [CentOS] extras and vlc

2007-10-19 Thread Ralph Angenendt
Jerry Geis wrote: > What are the chances that a package such as vlc from > http://videolan.org/vlc > would become included in extras? so a yum install vlc would work. rpmforge has it, so you can install it via yum from there. I see no need in doubling efforts, as rpmforge is a trusted third party

[CentOS] restrict network access

2007-10-19 Thread Arne Pelka
Hi, I have two pc using centos 4, these machines need only access to the (big, class b) local network. Because of security reasons the network access should be restricted to this local network - mainly the users of these pc should not be able to access webpages outside of the local networ

Re: [CentOS] Changing php5 with php4 in CentOS 5

2007-10-19 Thread Kai Schaetzl
Can Cizer wrote on Fri, 19 Oct 2007 10:01:53 +0300: > I found some php4 rpms for Centos 5. If i change php-mysql-4 rpm with php-mysql-5 , can there be any problem? Sorry, I can't answer this. If these have been built for CentOS5 they should work. You should uninstall the 5 package before you ap

Re: [CentOS] logrotation

2007-10-19 Thread Jim Wildman
On Fri, 19 Oct 2007, umair shakil wrote: Dear, Tell me one thing, why u people not experience different things? Dont u know all flavours base is same why dont u people read the whole message i just said, commands vary different in the sense that it is a pure open source project with no

Re: [CentOS] Changing php5 with php4 in CentOS 5

2007-10-19 Thread Johnny Hughes
Can Cizer wrote: > This can be a solution,nevertheless the codes were not written by > myself. Some of them were taken as already written. > I found some php4 rpms for Centos 5. If i change php-mysql-4 rpm with > php-mysql-5 , can there be any problem? Sure, there could be many problems ... all t

Re: [CentOS] DocX support in OpenOffice

2007-10-19 Thread Dag Wieers
On Thu, 18 Oct 2007, Brian Mathis wrote: > On 10/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On Thu, 18 Oct 2007 12:45:56 -0600 > > Frank Cox <[EMAIL PROTECTED]> wrote: > > > > ... > > > Perhaps it would help if you pointed out to them that the Open > > > Document Format is an ISO stan

[CentOS] logrotation with date and time

2007-10-19 Thread umair shakil
Dear all Salam, This is for all LOGFILE=/var/log/syslog FILE="$LOGFILE.`date +%F.%H:%M:%S`.log" it will store the log in date+time format Regards, Umair Shakil ETD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinf

Re: [CentOS] logrotation

2007-10-19 Thread umair shakil
Dear, Tell me one thing, why u people not experience different things? Dont u know all flavours base is same why dont u people read the whole message i just said, commands vary different in the sense that it is a pure open source project with no binaries included If i ask a question f

Re: [CentOS] logrotation

2007-10-19 Thread Mogens Kjaer
umair shakil wrote: > Dear All, > > If i want to store the .gz files in date or time format what > configurations > are required? On Centos, I would read "man logrotate", especially the point "dateext". Older logrotate's don't have this. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Depa

Re: [CentOS] logrotation

2007-10-19 Thread Mogens Kjaer
Steven Vishoot wrote: ... > If they are totally different, why did you ask that > question in the centos list and not on a BSD list? Claiming that BSD is debian wouldn't be the best starting point on a BSD list :-) Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 1

Re: [CentOS] logrotation

2007-10-19 Thread Les Bell
"umair shakil" <[EMAIL PROTECTED]> wrote: >> when i use less command to see this gz file it says "do u want to see binary file??" through which utility i can see the contants of the file??? << All right, I'll bite. You could use zcat. But if you really want to use less to *automatically* unzip a

Re: [CentOS] Re: DocX support in OpenOffice

2007-10-19 Thread Morten Torstensen
Scott Silva wrote: The big problem is when you install Office 2007 the default save format is docx. And if you set to to the older versions you get a warning dialog that you will lose features, become impotent and bald, etc... As a reference for this thread, check this:

Re: [CentOS] logrotation

2007-10-19 Thread Steven Vishoot
--- umair shakil <[EMAIL PROTECTED]> wrote: > Dear, > > Thanks for your help, BSD and CentOs both are > different, cenTos is a redhat > while BSD is totally debian, also commands vary. > > Problem is solved > > Regards, > > Umair Shakil > ETD > > On 10/19/07, Mogens Kjaer <[EMAIL PROTECTED]>

Re: [CentOS] logrotation

2007-10-19 Thread umair shakil
Dear All, If i want to store the .gz files in date or time format what configurations are required? Regards, Umair Shakil ETD On 10/19/07, umair shakil <[EMAIL PROTECTED]> wrote: > > Dear, > > Thanks for your help, BSD and CentOs both are different, cenTos is a > redhat > while BSD is total

Re: [CentOS] Changing php5 with php4 in CentOS 5

2007-10-19 Thread Can Cizer
This can be a solution,nevertheless the codes were not written by myself. Some of them were taken as already written. I found some php4 rpms for Centos 5. If i change php-mysql-4 rpm with php-mysql-5 , can there be any problem? On 10/18/07, Kai Schaetzl <[EMAIL PROTECTED]> wrote: > > John Allen w

Re: [CentOS] logrotation

2007-10-19 Thread umair shakil
Dear, Thanks for your help, BSD and CentOs both are different, cenTos is a redhat while BSD is totally debian, also commands vary. Problem is solved Regards, Umair Shakil ETD On 10/19/07, Mogens Kjaer <[EMAIL PROTECTED]> wrote: > > umair shakil wrote: > > Dear all Salam, > > > > i have install