Re: [CentOS] Can't get XFS enabled on Centos 5.0

2007-10-11 Thread Peter Kjellstrom
On Thursday 11 October 2007, Dan Carl wrote: > I anm trying to enable XFS with no success. > I followed the instructions provided in > http://wiki.centos.org/Repositories/CentOSPlus > I installed the new kernel. > Example: 2.6.18-8.1.14.el5.centos.plus > > I also installed these packages as describ

Re: [CentOS] CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Radu-Cristian FOTESCU
--- Patrick <[EMAIL PROTECTED]> wrote: > > If you are using the 8.41 ATI driver don't as it will break I am using i810. And it has still nothing to do with *writing* to swap failing with I/O errors! > iirc if your swap partition/available swap is too small hibernate can fail. It is not. The *sa

[CentOS] Re: CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Radu-Cristian FOTESCU
--- Patrice Guay <[EMAIL PROTECTED]> wrote: > Patrice Guay a écrit : > > The main difference between this LiveCD > and the original distribution lies in these system files: > - /etc/init.d/halt > - /etc/init.d/kudzu > - /etc/init.d/netfs > - /etc/issue > - /etc/sysconfig/network > - /e

RE: [CentOS] question on grep

2007-10-11 Thread Ross S. W. Walker
William L. Maltby wrote: > > On Wed, 2007-10-10 at 16:10 -0400, Ross S. W. Walker wrote: > > Stephen Harris wrote: > > > > > > On Wed, Oct 10, 2007 at 04:32:30PM -0300, mups.cp wrote: > > > > > > > Well he never stated a non-standard field separator, but if > that is the case, with awk: > > >

[CentOS] Re: CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Patrice Guay
Patrice Guay a écrit : Radu-Cristian FOTESCU wrote: I am terribly puzzled by an issue reported as bug 2381 [http://bugs.centos.org/view.php?id=2381] — definitely an upstream bug, as it does the same under X/OS 5 and StartCom 5. Simply put: Hibernation fails with horrendous I/O errors after sw

Re: [CentOS] question on grep

2007-10-11 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/07, William L. Maltby wrote: > Personally, in many years of use, I feel I still do not need to learn > Perl (although I did get a book and dabble with it some) for 99.9% of > things that *I* do. > > Awk does the job for me. > If it's any

Re: [CentOS] Re: finding mysql.h & errmsg.h on CentOS?

2007-10-11 Thread Rogelio
> Is mysql-server installed and running? Yeah, it is: [EMAIL PROTECTED] nagios]# ps -ef | grep mysql root 25630 1 0 16:22 pts/100:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var/lib/mysql/mysql.sock --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/

RE: [CentOS] question on grep

2007-10-11 Thread William L. Maltby
On Wed, 2007-10-10 at 16:10 -0400, Ross S. W. Walker wrote: > Stephen Harris wrote: > > > > On Wed, Oct 10, 2007 at 04:32:30PM -0300, mups.cp wrote: > > > > Well he never stated a non-standard field separator, but if that is the case, > with awk: > > echo "jerry,jerry-jerry jerry" | awk 'BEGIN

[CentOS] Re: finding mysql.h & errmsg.h on CentOS?

2007-10-11 Thread Scott Silva
on 10/11/2007 4:13 PM Rogelio spake the following: On 10/11/07, Garrick Staples <[EMAIL PROTECTED]> wrote: 'yum provides mysql.h' tells you that /usr/include/mysql/mysql.h is in the mysql-devel package. 'yum install mysql-devel' will install that package. Run configure again and carefully watc

Re: [CentOS] question(s) about LVM snapshots

2007-10-11 Thread William L. Maltby
On Thu, 2007-10-11 at 15:47 -0400, Tony Schreiner wrote: > I've recently begun to try out LVM snapshots and I have 2 things I'm > wondering about > > My intention is to run backups off the snapshot. As a first > iteration, I left 15% of the disk for the snapshot LV. > > 1. > The HOWTO instruc

Re: [CentOS] finding mysql.h & errmsg.h on CentOS?

2007-10-11 Thread Rogelio
On 10/11/07, Garrick Staples <[EMAIL PROTECTED]> wrote: > 'yum provides mysql.h' tells you that /usr/include/mysql/mysql.h is in the > mysql-devel package. 'yum install mysql-devel' will install that package. > Run > configure again and carefully watch the output to see if everything you want >

Re: [CentOS] problems with "yum --enablerepo=centos upgrade" command

2007-10-11 Thread Akemi Yagi
On 10/11/07, Rogelio <[EMAIL PROTECTED]> wrote: > On CentOS 4.5, I'm trying to upgrade MySQL 4 to MySQL 5. > > (I enabled the RPMforge with the repository protection) > > rpm -qa | grep mysql > > gives me: > > mysql-4.1.20-2.RHEL4.1.0.1 > mysql-server-4.1.20-2.RHEL4.1.0.1 > > But when I try to upda

Re: [CentOS] finding mysql.h & errmsg.h on CentOS?

2007-10-11 Thread Garrick Staples
On Thu, Oct 11, 2007 at 03:06:04PM -0700, Rogelio alleged: > I am not sure how to modify the config.h script for my CentOS 4.5 box > (running Nagios + NDOutils). > > NDOutils seem to compile fine (./configure && make), but I'm having > problems when I try to run the final command in the README fil

Re: [CentOS] Can't get XFS enabled on Centos 5.0

2007-10-11 Thread Morten Torstensen
Dan Carl wrote: I also installed these packages as described in a post I found yum install --enablerepo=centosplus xfsprogs xfsprogs-devel lsmod shows nothing about XFS Well, have you tried to format and mount an xfs filesystem? The module would not be loaded until needed I think. Maybe it is

[CentOS] Re: Can't get XFS enabled on Centos 5.0

2007-10-11 Thread Scott Silva
on 10/11/2007 2:28 PM Dan Carl spake the following: I anm trying to enable XFS with no success. I followed the instructions provided in http://wiki.centos.org/Repositories/CentOSPlus I installed the new kernel. Example: 2.6.18-8.1.14.el5.centos.plus I also installed these packages as described i

[CentOS] finding mysql.h & errmsg.h on CentOS?

2007-10-11 Thread Rogelio
I am not sure how to modify the config.h script for my CentOS 4.5 box (running Nagios + NDOutils). NDOutils seem to compile fine (./configure && make), but I'm having problems when I try to run the final command in the README file. * problems *** ndo2db-2x -c /etc

[CentOS] Can't get XFS enabled on Centos 5.0

2007-10-11 Thread Dan Carl
I anm trying to enable XFS with no success. I followed the instructions provided in http://wiki.centos.org/Repositories/CentOSPlus I installed the new kernel. Example: 2.6.18-8.1.14.el5.centos.plus I also installed these packages as described in a post I found yum install --enablerepo=centosplus x

[CentOS] problems with "yum --enablerepo=centos upgrade" command

2007-10-11 Thread Rogelio
On CentOS 4.5, I'm trying to upgrade MySQL 4 to MySQL 5. (I enabled the RPMforge with the repository protection) rpm -qa | grep mysql gives me: mysql-4.1.20-2.RHEL4.1.0.1 mysql-server-4.1.20-2.RHEL4.1.0.1 But when I try to update yum --enablerepo=centosplus upgrade mysql-server I get Loadin

Re: [CentOS] ECC RAM Error

2007-10-11 Thread John R Pierce
Peter Arremann wrote: On Thursday 11 October 2007, John R Pierce wrote: Peter Arremann wrote: On Thursday 11 October 2007, Centos wrote: The ECC errors only happens when I am transferring data from other storage to this one that we get error. it only happens when it is writing d

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Peter Arremann
On Thursday 11 October 2007, John R Pierce wrote: > Peter Arremann wrote: > > On Thursday 11 October 2007, Centos wrote: > >> The ECC errors only happens when I am transferring data from other > >> storage to this one that we get error. > >> it only happens when it is writing data to it. > > What d

[CentOS] question(s) about LVM snapshots

2007-10-11 Thread Tony Schreiner
I've recently begun to try out LVM snapshots and I have 2 things I'm wondering about My intention is to run backups off the snapshot. As a first iteration, I left 15% of the disk for the snapshot LV. 1. The HOWTO instructions suggest that the snapshot is in effect as long as the snapshot

Re: [CentOS] ECC RAM Error

2007-10-11 Thread John R Pierce
Peter Arremann wrote: On Thursday 11 October 2007, Centos wrote: The ECC errors only happens when I am transferring data from other storage to this one that we get error. it only happens when it is writing data to it. What do you mean by "transferring data from other storage to th

Re: [CentOS] PCI-X SATA RAID Controllers

2007-10-11 Thread Steve Bluck
Thanks for the info -I've been looking at the PCI LSI Mega Raids, just hard to find what model is supported in which kernel... But if CentOS 5.1 is out soon with support for the 3ware 9650 I might wait as the server it is due to replace is still going... Cheers Steve

Re: [CentOS] Re: Local mirroring of the CentOS repos

2007-10-11 Thread John R Pierce
Scott Silva wrote: With the space crunch on the CentOS mirrors, I don't know why they don't just have the latest files in the updates mirrors and move all the older stuff to vault. If someone wants an older release of a file, you need to get it directly anyway. It wouldn't save a ton of space,

Re: [CentOS] Re: Local mirroring of the CentOS repos

2007-10-11 Thread Mark Foster
Scott Silva wrote: > With the space crunch on the CentOS mirrors, I don't know why they > don't just have the latest files in the updates mirrors and move all > the older stuff to vault. If someone wants an older release of a file, > you need to get it directly anyway. It wouldn't save a ton of spa

Re: [CentOS] Directory index forbidden by rule: /var/www/html/

2007-10-11 Thread Rogelio
Actuallly, believe it or not, but everything was ok. Those with the browser I was using had a known issue accessing VMs, I was told. I did the exactly same thing on another VM setup, and everything worked beautifully. Thanks for the help, everyone. ___

[CentOS] Re: Local mirroring of the CentOS repos

2007-10-11 Thread Scott Silva
on 10/11/2007 7:16 AM Ashley M. Kirchner spake the following: Kai Schaetzl wrote: Thanks, but this will still download and keep *all* updates for a platform. If they exist on the mirror, then yes. However, anything that gets removed from the mirror you're using, will also get deleted from y

Re: [CentOS] centos

2007-10-11 Thread Ralph Angenendt
Naga rajan wrote: > >hi sir ; > am working call center so plz install for centos. format and > trouble >shouting , network concepct. English probably isn't your first language, but I really really really really do not understand what you want. Can you paraphrase that a bit (m

[CentOS] Re: Directory index forbidden by rule: /var/www/html/

2007-10-11 Thread Scott Silva
on 10/10/2007 9:57 PM umair shakil spake the following: Salam!!! Well, man i know i suppose i replied to the orignal message its ok Reagards, Umair On 10/11/07, *Clint Dilks* < [EMAIL PROTECTED] > wrote: umair shakil wrote: > salam!!! > > p

Re: [CentOS] xen in production servers

2007-10-11 Thread Daniel de Kok
On Thu, 2007-10-11 at 12:28 -0300, Roberto Pereyra wrote: > Is virtualization (Xen) in CentOS stable for big developments ? > > Somebody is using it for important servers ? We use it for some (web) server isolation. I currently do manual updates of Xen-related stuff, since there still is a bug th

[CentOS] xen in production servers

2007-10-11 Thread Roberto Pereyra
Hello A simple question Is virtualization (Xen) in CentOS stable for big developments ? Somebody is using it for important servers ? Would have to wait for an update? Thanks in advance roberto -- Ing. Roberto Pereyra ContenidosOnline http://www.contenidosonline.com.ar Get secure managed e

[CentOS] centos

2007-10-11 Thread Naga rajan
hi sir ; am working call center so plz install for centos. format and trouble shouting , network concepct. Chat on a cool, new interface. No download required. Go to http://in.messenger.yahoo.com/webmessengerpromo.php___ CentOS mail

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Centos
the interesting thing is I only see these ECC errors when I am writting data to this box, and no error shows up when I am reading data from it, so if it was corrupted Memory or controller those errors should show up even when I am reading them. am I missing some thing here ? Peter Arremann

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Peter Arremann
On Thursday 11 October 2007, Centos wrote: > The ECC errors only happens when I am transferring data from other > storage to this one that we get error. > it only happens when it is writing data to it. ECC errors can happen anywhere. It can be that the data is corrupted while it is transmitted to

Re: [CentOS] CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Patrick
On Thu, 2007-10-11 at 05:33 -0400, Radu-Cristian FOTESCU wrote: > Folks, > > I am terribly puzzled by an issue reported as bug 2381 > [http://bugs.centos.org/view.php?id=2381] — definitely an upstream > bug, as it does the same under X/OS 5 and StartCom 5. > > Simply put: Hibernation fails with

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Dan Halbert
do you think replacing ram will solve our problem ? how can I make sure it is the ram ? This is almost certainly a hardware problem. It could be the RAM, a particular motherboard DIMM slot, or maybe the RAM is just not seated quite right in the memory slot. I have seen all three of these probl

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Lance Davis
On Thu, 11 Oct 2007, Centos wrote: Thank you Lance, We will change the memory to see if it is resolving the problem. that storage only has basic linux kernel , which unfortunately does not carry memtest86. memtest86 is usually a package that you boot into ... Regards Lance Lance Davis

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Centos
Thank you Lance, We will change the memory to see if it is resolving the problem. that storage only has basic linux kernel , which unfortunately does not carry memtest86. Lance Davis wrote: On Thu, 11 Oct 2007, Centos wrote: do you think replacing ram will solve our problem ? assuming i

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Lance Davis
On Thu, 11 Oct 2007, Centos wrote: do you think replacing ram will solve our problem ? assuming it is RAM gone faulty and not some other issue then it should. how can I make sure it is the ram ? memtest86 ?? Regards Lance Lance Davis wrote: On Thu, 11 Oct 2007, Centos wrote: > The

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Centos
do you think replacing ram will solve our problem ? how can I make sure it is the ram ? Lance Davis wrote: On Thu, 11 Oct 2007, Centos wrote: The ECC errors only happens when I am transferring data from other storage to this one that we get error. it only happens when it is writing data to i

Re: [CentOS] Why tzdata-2007h [RHEA-2007:0928-05] only for CentOS 2?

2007-10-11 Thread Radu-Cristian FOTESCU
--- Robert <[EMAIL PROTECTED]> wrote: > > Ummm. This is from my CentOS 5 /var/log/yum.log: Oct 06 14:30:09 > Updated: tzdata.noarch 2007h-1.el5 Sorry, my bad. I trusted *too much* the mails from centos-announce, and the only tzdata-2007h e-mail announcement was for CentOS 2! R-C Be s

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Lance Davis
On Thu, 11 Oct 2007, Centos wrote: The ECC errors only happens when I am transferring data from other storage to this one that we get error. it only happens when it is writing data to it. Well that is when it is detected ... As I said ECC RAM errors are concerned with an error in storage - n

Re: [CentOS] Why tzdata-2007h [RHEA-2007:0928-05] only for CentOS 2?

2007-10-11 Thread Robert
Radu-Cristian FOTESCU wrote: I might be stupid and ask an idiot or offensive question, but here it is: "Why was tzdata-2007h [RHEA-2007:0928-05] only released for CentOS 2, when upstream has released it for all the versions?" The guys from X/OS have released it for 5.0 along with the other upd

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Ashley M. Kirchner
Kai Schaetzl wrote: Thanks, but this will still download and keep *all* updates for a platform. If they exist on the mirror, then yes. However, anything that gets removed from the mirror you're using, will also get deleted from your local copy. That's the whole idea behind rsync's --delete

[CentOS] Kernel Update and Ultra Monkey

2007-10-11 Thread Mark Maiden
Hi, We currently have an CentOS 4.5 running Ultra Monkey box serving web requests to two real servers. Info as below : ipvsadm-1.24-6 heartbeat-2.1.2-3.el4.centos CentOS 4.5(kernel-smp-2.6.9-55.0.6.EL) All was working fine this morning until I upgraded our OS and patched the kernel to kernel

[CentOS] getmailrc

2007-10-11 Thread Rajeev R Veedu
Hi, I am trying to configure getmail to fetch mails from my company's catchall account and I am not successful in getting it work. Could you please post a getmailrc file for Postfix+cyrus_imap setup? thanks Rajeev R. Veedu ___ CentOS maili

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Centos
The ECC errors only happens when I am transferring data from other storage to this one that we get error. it only happens when it is writing data to it. Lance Davis wrote: On Thu, 11 Oct 2007, Centos wrote: was wondering if it is safe to use the device, until we receive RAM. that device is o

Re: [CentOS] Why tzdata-2007h [RHEA-2007:0928-05] only for CentOS 2?

2007-10-11 Thread Radu-Cristian FOTESCU
Mea culpa, I can see now that tzdata-2007h was released for CentOS-4 and CentOS-5 too, on Oct. 6... it's just I didn't see the corresponding e-mails! Sorry about that. Thanks, R-C Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail

Re: [CentOS] Why tzdata-2007h [RHEA-2007:0928-05] only for CentOS 2?

2007-10-11 Thread Tru Huynh
On Thu, Oct 11, 2007 at 09:21:55AM -0400, Radu-Cristian FOTESCU wrote: > I might be stupid and ask an idiot or offensive question, but here it is: > > "Why was tzdata-2007h [RHEA-2007:0928-05] only released for CentOS 2, when > upstream has released it for all the versions?" > It has been release

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Lance Davis
On Thu, 11 Oct 2007, Centos wrote: was wondering if it is safe to use the device, until we receive RAM. that device is our main storage. does data retransmit when ECC errors happen. I don't want to have data corruption. You are not talking about data transission - but storage If two or more

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Matt Hyclak
On Thu, Oct 11, 2007 at 12:34:45PM +0200, Dag Wieers enlightened us: > > James A. Peltier wrote: > > > If there isn't an equivalent, would someone please point me in the > > > direction > > > of how I might accomplish this with CentOS? > > > > The Upstream have a Satellite program that provides lo

RE: [CentOS] udp question

2007-10-11 Thread mike.redan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chloe K i all I use linux as GiGE router and have 6 NIC on it Those days the NIC interrupt takes around 100% CPU but the system is 4G memroy and 8 C

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Barry Brimer
On Thu, 11 Oct 2007, Lorenzo Quatrini wrote: Kai Schaetzl ha scritto: Lorenzo wrote on Thu, 11 Oct 2007 09:38:21 +0200: Have you tried mrepo? How would this help? The main problem is to get rid of the "old" updates. Kai Back in the old days, I used to use autoupdate .. and I believe th

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Lorenzo Quatrini
Kai Schaetzl ha scritto: Lorenzo wrote on Thu, 11 Oct 2007 09:38:21 +0200: Have you tried mrepo? How would this help? The main problem is to get rid of the "old" updates. Kai You're right, I thought that mrepo would get rid of old updates by himself, but id doesn't. I am looking right no

Re: [CentOS] udp question

2007-10-11 Thread Barry Brimer
I use linux as GiGE router and have 6 NIC on it Those days the NIC interrupt takes around 100% CPU but the system is 4G memroy and 8 CPU. I can't see any error packet in this NIC interface too After I block the udp, the %CPU drops. but the UDP only takes around 8M in general We use UDP traffic

[CentOS] Why tzdata-2007h [RHEA-2007:0928-05] only for CentOS 2?

2007-10-11 Thread Radu-Cristian FOTESCU
I might be stupid and ask an idiot or offensive question, but here it is: "Why was tzdata-2007h [RHEA-2007:0928-05] only released for CentOS 2, when upstream has released it for all the versions?" The guys from X/OS have released it for 5.0 along with the other updates (on Oct. 9). Are the "enha

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Centos
was wondering if it is safe to use the device, until we receive RAM. that device is our main storage. does data retransmit when ECC errors happen. I don't want to have data corruption. Matthew Miller wrote: On Thu, Oct 11, 2007 at 09:57:12AM -0300, Centos wrote: Has any one have any exper

[CentOS] udp question

2007-10-11 Thread chloe K
i all I use linux as GiGE router and have 6 NIC on it Those days the NIC interrupt takes around 100% CPU but the system is 4G memroy and 8 CPU. I can't see any error packet in this NIC interface too After I block the udp, the %CPU drops. but the UDP only takes around 8M in general We use UDP t

Re: [CentOS] ECC RAM Error

2007-10-11 Thread Matthew Miller
On Thu, Oct 11, 2007 at 09:57:12AM -0300, Centos wrote: > Has any one have any experience in ECC RAM Errors. > we are seeing ECC fault Errors but I am not sure if it can be related to > RAM it self or > it is related to bad connection and noise. > please let me know if you have a good document reg

[CentOS] ECC RAM Error

2007-10-11 Thread Centos
Hello Has any one have any experience in ECC RAM Errors. we are seeing ECC fault Errors but I am not sure if it can be related to RAM it self or it is related to bad connection and noise. please let me know if you have a good document regarding ECC Errors, specially I want to know if data will

[CentOS] Re: CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Patrice Guay
Radu-Cristian FOTESCU wrote: I am terribly puzzled by an issue reported as bug 2381 [http://bugs.centos.org/view.php?id=2381] — definitely an upstream bug, as it does the same under X/OS 5 and StartCom 5. Simply put: Hibernation fails with horrendous I/O errors after swsusp starts dumping to

Re: [CentOS] Print from remote applications

2007-10-11 Thread Bent Terp
On 10/10/07, Patricio A. Bruna <[EMAIL PROTECTED]> wrote: > Just: > ssh [EMAIL PROTECTED] > > The application its launched automatically But you still need to do the port forwarding. LEt's assume you have a local IPP printer on the client machine, that is port 631 and you've created printer queue

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Kai Schaetzl
Mark pryor wrote on Wed, 10 Oct 2007 13:30:46 -0700 (PDT): > I only have a comment about the base mirror. Instead of using the internet to make a base mirror (not sure you did it that way), you can use the CentOS-Media.repo Ah, well, I remember having read about this, but admit I didn't think abo

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Kai Schaetzl
Ross S. W. Walker wrote on Wed, 10 Oct 2007 14:47:07 -0400: > Yes a lot of past versions are kept in the repo, but if you filter > those out then it wouldn't be a "mirror" then? Well, I'm just interested in the latest bits ;-) > > Be careful with the "repomd.xml" file, delete it before starting

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Kai Schaetzl
Ashley M. Kirchner wrote on Wed, 10 Oct 2007 14:45:42 -0600: > Use rsync. I keep a local copy of the updates, specific to my > platform. I'm also very specific in WHAT I want locally as you'll see > in the following script. Thanks, but this will still download and keep *all* updates for a pl

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Kai Schaetzl
Lorenzo wrote on Thu, 11 Oct 2007 09:38:21 +0200: > Have you tried mrepo? How would this help? The main problem is to get rid of the "old" updates. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Lorenzo Quatrini
James A. Peltier ha scritto: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of h

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Dag Wieers
On Thu, 11 Oct 2007, Morten Torstensen wrote: > James A. Peltier wrote: > > If there isn't an equivalent, would someone please point me in the direction > > of how I might accomplish this with CentOS? > > The Upstream have a Satellite program that provides local copies for their > distribution/man

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Morten Torstensen
James A. Peltier wrote: If there isn't an equivalent, would someone please point me in the direction of how I might accomplish this with CentOS? The Upstream have a Satellite program that provides local copies for their distribution/management network. Don't know if that is something that cou

Re: [CentOS] Re: Zimbra error on centos 4.4 (SOLVED)

2007-10-11 Thread Indunil Jayasooriya
Hi All, Thanks eveyone. I had a fresh installation. My box behind the firewall. it has a private ip. So irst o all, I setup DNS on that box and add that ip ( 192.168.101.38) to /etc/resolve.conf. the below URL helped me. http://wiki.zimbra.com/index.php?title=Beginner%27s_Guide_to_installing_Zim

Re: [CentOS] How to export X displays

2007-10-11 Thread Dag Wieers
On Wed, 10 Oct 2007, Paul wrote: > On Wed, 2007-10-10 at 16:09 +0200, Dag Wieers wrote: > > On Wed, 10 Oct 2007, Feizhou wrote: > > > > > John R Pierce wrote: > > > > umair shakil wrote: > > > > > Why dont u enable RDP on centOS (running GUI), and then using ubunto > > > > > with > > > > > this p

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Dag Wieers
On Wed, 10 Oct 2007, James A. Peltier wrote: > Tronn Wærdahl wrote: > > > I dont know about apt-cacher, but if its something to do with apt-get you > > could you --download-only. Like apt-get upgrade --download-only > > apt-cacher allows you to point all clients to a centralized location, when one

[CentOS] CentOS 5 LiveCD better than the real one?

2007-10-11 Thread Radu-Cristian FOTESCU
Folks, I am terribly puzzled by an issue reported as bug 2381 [http://bugs.centos.org/view.php?id=2381] — definitely an upstream bug, as it does the same under X/OS 5 and StartCom 5. Simply put: Hibernation fails with horrendous I/O errors after swsusp starts dumping to swap. What bugs me is

Re: [CentOS] Local mirroring of the CentOS repos

2007-10-11 Thread Lorenzo
Kai Schaetzl ha scritto: I figured I try if I can mirror the base and updates repos locally. There's no tutorial for that, only one about creating your own repo of packages which is not the same. So, I just mirrored all the stuff with wget and changed the baseurl in the repo files and hoped tha

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Lorenzo
James A. Peltier ha scritto: Mark D. Foster wrote: It looks like mrepo would be up to your task. http://dag.wieers.com/home-made/mrepo/ I'm surprised Dag didn't mention this. I haven't tried it myself. Maybe he is a bit shy? I think he deserves a big Thanks for all the work he does for us :) (

Re: [CentOS] NDOutils ./configure results; do I need gcc?

2007-10-11 Thread John R Pierce
I did a "yum search gcc" and found several packages that look like they might be what I need. I assume that it's "gcc-c++" that I need? chances are pretty good if you need gcc, you'll need quite a few more developer releated packages. # yum groupinstall "Development Tools" gets most a