Re: [CentOS] upgrade python to python2.6.4 using yum

2010-10-05 Thread Marcelo M. Garcia
Agnello George wrote: > Hi > > How would i upgrade python to python2.6.4 using a yum repository ( on > all my servers ) and cause manual configuration is time consuming, i am > using cent OS 5.4 32 bit > > Is there an already available repository to do this.? > Hi Python26 is available from E

Re: [CentOS] Transferring system to new drive

2010-09-14 Thread Marcelo M. Garcia
Timothy Murphy wrote: > I was thinking of copying the old root partition with > sudo cp -a -P /* /mnt/hd > (after mounting the prospective new root partition). > Then I'd have to modify the new /etc/fstab . Hi I think the command rsync is a better approach for this task. It has much more f

Re: [CentOS] centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44

2010-09-03 Thread Marcelo M. Garcia
> > ok. but if script are using direct gcc...and not the varaible CC ? > >> I think this make more sense if you have different MPI compilers, like, >> one mpicc (gcc34), other mpicc(gcc41), etc. Or different BLAS libraries, >> like libblas or libgoto etc. >> > > it is my problem...with mpicc f

Re: [CentOS] centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44

2010-09-03 Thread Marcelo M. Garcia
giggzounet wrote: > > So I must have a directory (for example /opt/compiler/gcc) with the > different versions of gcc (4.1 and 4.4 in my case). Then the module tcl > script chooses one and exclude the other, does it ? > > in order to have these gcc directories can I just copy the files from > th

Re: [CentOS] centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44

2010-09-02 Thread Marcelo M. Garcia
> > ok that's the right way. Do you know where I can find documentation > about it ? Hi There is the main web site: http://modules.sourceforge.net/ Or, maybe the best way, it's to start from the modules provided by OSCAR, and change to your needs. In my case, we use Bright (former ClusterVisio

Re: [CentOS] centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44

2010-09-01 Thread Marcelo M. Garcia
giggzounet wrote: > Hi, > > I'm totally new with centos...we have a cluster in our labo with centos > oscar. > But the gcc is not a link to gcc41 or gcc44. it is just an executable. > idem for gfortran. So which is the good way on centOS to choose the > gcc44 and gfortran44 per default. > Hi I

Re: [CentOS] where to download CENTOS 5.5 DVD version??

2010-06-11 Thread Marcelo M. Garcia
Miguel Medalha wrote: > ISOs here: > > http://mirror.chpc.utah.edu/pub/centos/5.5/isos/x86_64/ That is interesting. When I try to download, none of the mirrors in UK seems to have these isos, nor in the "nearby countries" mirrors. mg. ___ CentOS

Re: [CentOS] where to download CENTOS 5.5 DVD version??

2010-06-11 Thread Marcelo M. Garcia
Miguel Medalha wrote: >> I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD >> version. I can NOT find on any site > > Somebody already answered to you, but I will repeat: > > http://isoredirect.centos.org/centos/5/isos/x86_64/ Hi I think he means the proper DVD iso ima

Re: [CentOS] Creating a user defined service in Cent os

2010-05-24 Thread Marcelo M. Garcia
Chaitanya Yanamadala wrote: > so after creating a file how do i add it to service list. > coz when i create a new file in /etc/init.d it is not appearing in the > services list.. > > Chaitanya > Hi Then you use "chkconfig" to manage when the service will start, something like "chkconfig --add

Re: [CentOS] Creating a user defined service in Cent os

2010-05-24 Thread Marcelo M. Garcia
Chaitanya Yanamadala wrote: > hai all > thank you for your replies. > but can you send me some examples so that i can understand the things > more better.. Hi Have a look in the scripts in /etc/init.d/, some of them can be little bit complex, but worth the time to learn. You can start with /et

Re: [CentOS] [CentOS-announce] Release for CentOS-5.5 i386 and x86_64

2010-05-24 Thread Marcelo M. Garcia
Karanbir Singh wrote: > We are pleased to announce the immediate availability of CentOS-5.5 for > i386 and x86_64 Architectures. Hello Thank very much for all CentOS team for this. Regards Marcelo ___ CentOS mailing list CentOS@centos.org http://lists

Re: [CentOS] setup firewall with 3 nic cards

2010-05-12 Thread Marcelo M. Garcia
Dominik Zyla wrote: >>> -- >>> Dominik Zyla >> I read through the document. I dont see what I have done wrong still. >> >> Do my routing rules not look correct from my previous post? >> >> Sorry I am not catching on. Thanks for your assistance. > > Try to add iproute2 rules for eth1. You only pas

Re: [CentOS] Resolving dependencies from the command-line

2010-05-06 Thread Marcelo M. Garcia
Marco Shaw wrote: > CenOS 5.4 x64 > > Is there a command-line utility that I can force to automatically > install all the dependencies for a particular package? yum? mg. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/lis

Re: [CentOS] Math?

2010-05-04 Thread Marcelo M. Garcia
Peter Kjellstrom wrote: > > Ocatave is a free matlab-like tool available from EPEL in packages suitable > for CentOS. > There is also an interesting package called "scipy"[1] from EPEL. Regards mg. [1] http://www.scipy.org/ ___ CentOS mailing list

[CentOS] [off-topic] RHEL6 and NIS/YP

2010-04-27 Thread Marcelo M. Garcia
Hi Did anyone managed to configure RHEL 6 beta to authenticate using NIS? During the installation the option to use NIS as authentication method is disable. When I tried to install with yum, I got the following message: Installed size: 222 k Is this ok [y/N]: y Downloading Packages: ftp://ftp.re

Re: [CentOS] System Resources Graphing

2010-04-26 Thread Marcelo M. Garcia
Matt wrote: > Is there a package I can get that will graph system resources such as > CPU and disk I/O to an html file or something? > > Matt Hi I recommend Ganglia. http://ganglia.sourceforge.net/ If you are using for a single system can be an overkill. Regards mg. __

Re: [CentOS] NFS mount problem

2010-04-26 Thread Marcelo M. Garcia
sync wrote: > The contents of /etc/exports on the server is the following : > > /home/test 192.168.7.67(rw) > > Is there anything error ? > Hi First, do not top-post[1]. In general you can find more information in /var/log/messages. You "watch" with # (as root) tail -f /var/log/messages

Re: [CentOS] wher cam i get the kickstart's rpm or gz?

2010-04-18 Thread Marcelo M. Garcia
hqm8512 wrote: HI erveryone, I want to install some machines with the kickstart,but i can't find the kickstart's rpm or gz,anyone know it? my server is suse 10.3,thank you! OpenSuSE uses autoyast. mg. ___ CentOS mailing list CentOS@centos.or

Re: [CentOS] CentOS-friendly wiki engine ?

2010-04-16 Thread Marcelo M. Garcia
Niki Kovacs wrote: > Hi, > > I've never used any wiki engines myself. Is there any one you can > recommend in particular ? I'm using CentOS 5 on the server, so I would > be glad to use a solution where I don't have to jump through burning > loops (e. g. install a more recent version of PHP/Pyth

Re: [CentOS] PXE Boot : Clonezilla

2010-04-13 Thread Marcelo M. Garcia
premr...@digilink.in wrote: > I wanted to set up Clonezilla Tools on my client machine via PXE Boot. > How do I do it. I got information from the > web, but after making changes in the dhcpd.conf file, the dhcpd fails to > start. In the BIOS after enabling the PXE Boot, > iam not able to see an C

Re: [CentOS] Swap = 0

2010-04-13 Thread Marcelo M. Garcia
cahit Eyigünlü wrote: > My server returning an error sth. like swap = 0 then locking httpd and > all other services > is this normal > this is a virtual machine and i give it 3 gb ram and 4cpu of i7 920 > i have 1 gbit connection on this machine > finally i have 4000+ clients at one time :S >

Re: [CentOS] how to debug pxe boot problems

2010-04-13 Thread Marcelo M. Garcia
Rudi Ahlers wrote: >> > The others does nothing when I try and boot them > > >> And why you are trying to boot a DOS disk when you want to boot CentOS, I >> don't know. > > Cause I used the sample configation on the WIKI, and the DOS option is > listed. Why is it listed on the Wiki if ppl ar

[CentOS] Dependency problem with yum-utils when installing Cobbler on CentOS

2010-02-19 Thread Marcelo M. Garcia
Hi I'm trying to set up a Cobbler server, and when I run "cobbler check", I got the following message: The following potential problems were detected: #0: yum-utils need to be at least version 1.1.17 for reposync -l, current version is 1.1.16 [r...@tannat ~]# I'm using Cobbler 1.6.6-1, CentOS-5

Re: [CentOS] x86_64 package mess ?

2010-02-18 Thread Marcelo M. Garcia
Mathieu Baudier wrote: >> The 32-bit packages are installed for backward-compatibility with any >> 32-bit programs you may want to run. > > Regarding security, is it less safe to have these *.i386 packages > installed? (esp. on a server) > (according to the principle that "less is always more secu

Re: [CentOS] x86_64 package mess ?

2010-02-18 Thread Marcelo M. Garcia
Niki Kovacs wrote: > Hi, > > I just installed CentOS 5.4 on a 64bit-server. It's the first time I > work with this sort of hardware. Doing rpm -qa | sort | less shows that > most of the packages seem to be installed twice: once for i386 > architecture, and then again for x86_64. > > Is this no

Re: [CentOS] processor affinity

2010-02-18 Thread Marcelo M. Garcia
John Doe wrote: > From: Simon Billis >> To: CentOS mailing list >> Sent: Thu, February 18, 2010 11:25:41 AM >> Subject: Re: [CentOS] processor affinity >> >> Adam Grossman sent a missive on 2010-02-17: >> >>> On Wed, 2010-02-17 at 13:26 -0500, Adam Grossman wrote: On Wed, 2010-02-17 at 18:17

Re: [CentOS] best practice: how to setup a central "network installation server"?

2010-02-18 Thread Marcelo M. Garcia
Rudi Ahlers wrote: > > > > > > kickstart file, if you are familiar with text based configurations? > > Is kickstart REALLY the only way? > > How do I configure the server so that the client can use network boot, > without a CD? Hi You can use PXE. You have to set up a tftp and a DHCP

Re: [CentOS] best practice: how to setup a central "network installation server"?

2010-02-18 Thread Marcelo M. Garcia
Rudi Ahlers wrote: > Hi, > > I want to setup a central installation server, but haven't done this > before, so I want to find out what would be best practices for this? > > The server I have already runs as a central repo, which is updated from > one or our local centos mirrors, and the other

Re: [CentOS] How to display laptop screen on LCD TV?

2010-02-14 Thread Marcelo M. Garcia
hce wrote: > Hi, > > I am running CentOS 5.2 on Acer laptop, I try to display laptop screen > on a LCD TV via VGA cable. It was fine while PC was booting in text > mode, but as soon as I started X Window, the LCD TV has error > "Unsupported signal, adjust your PC out". > Hi Resolution? Or, you

Re: [CentOS] best parallel / cluster SSH

2010-02-05 Thread Marcelo M. Garcia
Alan McKay wrote: >> It depends on what you need to do. If you really have enough machines >> or long-running jobs that a shell loop through them isn't practical, you >> might want something higher-level like cfengine or puppet, or at least >> something running under cron to make them independent.

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Marcelo M. Garcia
Robert Heller wrote: > At Sat, 23 Jan 2010 15:23:58 +0300 CentOS mailing list > wrote: > >> Content-Language: en-us >> >> >> The directory that I am trying to clean up is huge . every time get this >> error msg >> >> >> >> -bash: /usr/bin/find: Argument list too long > > 'man xargs' > > fin

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Marcelo M. Garcia
Anas Alnaffar wrote: > The directory that I am trying to clean up is huge … every time get this > error msg > > > > -bash: /usr/bin/find: Argument list too long > > > > > > Please advise > > > > *Anas * Hi Could you put the complete command? Please provide more details. Regards m

[CentOS] Strange problem updating machine

2010-01-12 Thread Marcelo M. Garcia
Hi Today I updated one machine with CentOS-5.4 (2.6.18-164.6.1.el5) x86_64 (Intel(R) Xeon(R) CPU X5450 @ 3.00GHz) to "2.6.18-164.10.1.el5", but in some places, like /boot[1] and in the menu /boot/grub/menu.lst[2], appeared as 2.6.18-164.1.10 - the "1" and the "10" swapped. Did anybody else had

[CentOS] [Off-topic] Search in acrobat reader plugin

2010-01-08 Thread Marcelo M. Garcia
Hi I installed CentOS-5.4 x86_64 and Acrobat Reader 9.1[1]. When I look a pdf within the browser, I can't search the document, but if save it, then the search works fine. Does anyone else have similar problem? Thanks marcelo [1] AdbeRdr9.1.2-1_i486linux_enu.bin

Re: [CentOS] Laptop for CentOS-5

2010-01-08 Thread Marcelo M. Garcia
James B. Byrne wrote: > CentOS-5+ > > Your system suggestions, both for hardware and OS, are most welcome. > Hi The Dell Precision line can come with RHEL 5, so will work fine with CentOS. I'm sure about M4400. Regards mg. ___ CentOS mailing list Ce

Re: [CentOS] environment-modules

2009-12-27 Thread Marcelo M. Garcia
On 26/12/2009 03:21, mark wrote: > xiaoyunpeng wrote: >> I think you should give the user a path list of javas you've installed. More >> step on, a script with a "sun-java" or "openjdk" as input for switching the >> java type would be better. > > Ok, so I guess no one's ever used environment-module

Re: [CentOS] Monitor Network Traffic

2009-12-21 Thread Marcelo M. Garcia
On 21/12/2009 16:05, Thomas Harold wrote: > > You can also (ab)use MRTG to graph things like CPU usage& CPU > temperature, disk utilization, or anything else that you can query via a > remote shell command or SNMP query. Hi In this case why not use Ganglia. Look how MediaWiki uses Ganglia with

Re: [CentOS] CentOS 5.4 x86_64 only detects 32GB RAM while Fedora x86_64 correctly lists 128GB

2009-12-07 Thread Marcelo M. Garcia
Diederick Stoffers wrote: > Hi, > > We have a new 24-core Dell PowerEdge R905 server with 128GB's RAM. The > 64 bits version of Fedora 12 lists the correct amount of 128GB, CentOS > only finds 32GB (and so does Scientific Linux). I would much prefer to > use CentOS (most of the software we use

Re: [CentOS] Docx format ?

2009-11-26 Thread Marcelo M. Garcia
Niki Kovacs wrote: > Hi, > > Is there any way I can read a .docx file on my CentOS desktop ? > > Cheers, > > Niki Hi I don't install the CentOS Openoffice, instead install 3.1 from Openoffice web site. Seems to work fine with MS documents. Regards mg. __

Re: [CentOS] OT: Using rdesktop as terminal client to Windows 2008 R2

2009-11-18 Thread Marcelo M. Garcia
carlopmart wrote: > Hi all, > > I am using rdesktop as a terminal client to connect to Windows Terminal > Server > over years without problems until now. I have a problems with five Windows > 2008 R2 > servers: point cursor turns black when I connect to them. But this problem > disappears i

Re: [CentOS] allowing users to issue the "shutdown" command

2009-10-17 Thread Marcelo M. Garcia
Buz Davis wrote: > I am running CentOS 5.3 and have just the two accounts "root" and > "buz". I would like to be able to issue "shutdown" from the account > "buz", and thus created > /etc/shutdown.allow with the single entry "buz" (without any quotes). > I still > get the error message "only

[CentOS] [off-topic] Build packages in virtual machine

2009-10-16 Thread Marcelo M. Garcia
Hi Sorry for the silly question, but is it safe to build packages, like rpms, in virtual machines (virtualbox) and use this packages in real machines? Some of these machines are CentOS and others ares Opensuse. I need to build (or would be very useful to have) Ganglia 3.1.x Thanks Marcelo ___

Re: [CentOS] CentOS 5.4? anyone?

2009-10-16 Thread Marcelo M. Garcia
Nicolas Thierry-Mieg wrote: > Marcelo M. Garcia wrote: >> Toby Bluhm wrote: >>> You Centos guys just aren't getting the message are you? >>> >>> We need to know EXACTLY what is going on with the release! None of this >>> "soon" c

Re: [CentOS] CentOS 5.4? anyone?

2009-10-16 Thread Marcelo M. Garcia
Toby Bluhm wrote: > You Centos guys just aren't getting the message are you? > > We need to know EXACTLY what is going on with the release! None of this > "soon" crap will do. Please post a progress report on packages built, > isos transfered, server update progress by region, hours worked, > k

Re: [CentOS] Sparc?

2009-10-15 Thread Marcelo M. Garcia
ML wrote: > HI All, > > > Can anyone recommend a good OS for a machine that will do apache, > postfix, mysql, etc. > > > -Jason Hi There are some options, like Debian or Fedora 11 in case of Linux or something different try FreeBSD. Regards mg. ___

Re: [CentOS] CentOS 5.4? anyone?

2009-10-15 Thread Marcelo M. Garcia
Jeremy Rosengren wrote: > On Thu, Oct 15, 2009 at 7:07 AM, Miguel Di Ciurcio Filho > mailto:mig...@ic.unicamp.br>> wrote: > > mbneto wrote: > > Hi, > > > > The last status (from twitter) is 2 days old with the '5.4 is baked! > > centos internal network will start syncing u

Re: [CentOS] CentOS 5.3 on X86_64: yum installs both i386 and x86_64 packages

2009-10-12 Thread Marcelo M. Garcia
Patrick McEvoy wrote: > Hello, > > Is it advisable to clean up the system by deleting the i386 rpms? > > Patrick Hi I don't think this is a good idea. If we are talking about a workstation for a user, better keep, but if you talking about a server, maybe. Most probably you will have to install

Re: [CentOS] customized centos 5.4 install, core install?

2009-10-12 Thread Marcelo M. Garcia
Rajagopal Swaminathan wrote: > Greetings, > > On Mon, Oct 12, 2009 at 8:23 PM, David Mehler wrote: >> Hello, >> This might be called a core build not completely positive. What i want >> to do is make a completely customized centos 5.4 unattended CD or DVt >> not only installs a specific list of a

Re: [CentOS] how to turn off "update info" on /var/log/messages

2009-10-09 Thread Marcelo M. Garcia
Benjamin Donnachie wrote: > 2009/10/8 Lanny Marcus : >> +1Excellent advice. He should not be disabling updates. Advice >> that's worth a lot more than 2 cents > > Depends upon your point of view. I like to know what my servers are > doing and to have the opportunity to test that updates will

Re: [CentOS] Can't download large files

2009-10-09 Thread Marcelo M. Garcia
David Suhendrik wrote: > John R Pierce wrote: >> David Suhendrik wrote: >>> Hi All, >>> I've finish setup vsftpd as anonymous FTP server, and I also setup >>> apache for web service on my linux box. yesterday, I'm tried to put >>> CentOS 64 bit image (.iso) size is 4.5GB and tried to download fr

Re: [CentOS] resolv.conf rewritten every reboot. How to figure out who and why?

2009-10-09 Thread Marcelo M. Garcia
Dave wrote: > My machine has a static IP, with dhcp and IPv6 disabled. Every time I > reboot, some process rewrites /etc/resolv.conf, including a comment > about dhcpclient. The only package I have installed that shows up in > "rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in >

Re: [CentOS] xen guest system - install source - NOT

2009-10-08 Thread Marcelo M. Garcia
> > Hm, not so simple. Now I got the installation (with program > virt-install) to begin, but then I would see a dialog screen asking for > ftp server, and path containing OS for my architecture. I gave for > example the following two values: > ftp.funet.fi > pub/mirrors/centos.org/

Re: [CentOS] How to autoconfigure network?

2009-09-30 Thread Marcelo M. Garcia
happymaster23 wrote: > Hello, > > I have installed new network card under CentOS 5.3, but there are some > problems. I want delete existing ifcfg-eth0 and automatically make new > on as it is during OS installation process. Is it possible? > > Thank you Hi I'm not sure if I understood your probl

Re: [CentOS] CentOS for non-tech user

2009-09-30 Thread Marcelo M. Garcia
Sorin Srbu wrote: >>> HTH. >> Hi Sorin >> >> You can "sudo bash" and you will have a root terminal. In it, you can >> set the root password for root. > > Yupp, as I said, at the time I was testing Ubuntu, I was rather green and > didn't know about those little tricks. Now is a another matter, but

Re: [CentOS] CentOS for non-tech user

2009-09-30 Thread Marcelo M. Garcia
Christopher Chan wrote: >> And I can't believe I just write that...! I sound like a linux >> die-hard... >> > Just try Solaris or FreeBSD then. That should make you a Linux die-hard. :-D Oh yes. I tried Opensolaris for a while and now I'm more convinced of Linux than ever. mg. __

Re: [CentOS] CentOS for non-tech user

2009-09-29 Thread Marcelo M. Garcia
Sorin Srbu wrote: >> -Original Message- >> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf >> Of Matt >> Sent: Monday, September 28, 2009 11:29 PM >> To: CentOS mailing list >> Subject: Re: [CentOS] CentOS for non-tech user >> >> Thats my thought as well. Ubu

Re: [CentOS] CentOS for non-tech user

2009-09-28 Thread Marcelo M. Garcia
Sorin Srbu wrote: >> -Original Message- >> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf >> Of Marcelo M. Garcia >> Sent: Thursday, September 24, 2009 8:57 PM >> To: CentOS mailing list >> Subject: Re: [CentOS] Ce

Re: [CentOS] CentOS for non-tech user

2009-09-24 Thread Marcelo M. Garcia
Tiago Almeida wrote: > IMHO, > > I think Fedora is a good choice for Desktop (Although i'm a Debian > fan), because it's RPM based distro and if you get used to it you'll > be also at CentOS. > > I totally agree that for servers CentOS or RHCE is a good choice. > Hi Sorry, but Fedora is no long

Re: [CentOS] Problems setting terminal size in termcap/xterm

2009-09-14 Thread Marcelo M. Garcia
Filipe Brandenburger wrote: > Hi, > > On Thu, Sep 10, 2009 at 09:55, Marcelo M. Garcia > wrote: >> I'm trying to set the terminal size in /usr/share/vte/termcap/xterm, but >> it seems that CentOS doesn't look at this file. > > Works for me (CentOS 4, o

[CentOS] Problems setting terminal size in termcap/xterm

2009-09-10 Thread Marcelo M. Garcia
Hi I'm trying to set the terminal size in /usr/share/vte/termcap/xterm, but it seems that CentOS doesn't look at this file. I know this works in REHL 4.7 and Fedora 10, 11. Does anyone know a work around to this? Thanks Marcelo ___ CentOS mailing li

Re: [CentOS] how to install rrdtool, if it keeps failing?

2009-08-29 Thread Marcelo M. Garcia
On 08/29/2009 01:10 PM, Rudi Ahlers wrote: > Hi all, > > I'm trying to install rrdtool on CentOS 5.3 x64, but it keeps failing > with dependency problems: > > > > r...@pluto:[~]$ yum install rrdtool* > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * freshrpms: ayo.u

[CentOS] [off-topic] Question about csh.

2009-08-28 Thread Marcelo M. Garcia
Hi I received this request from a user and could not find the solution. I would like to know if someone already solved this: "At the command prompt I used to be able to type the first letter of a line command and then by using the up arrow key, scroll through all of the line commands, that begi

Re: [CentOS] apache virtual host load monitoring

2009-08-26 Thread Marcelo M. Garcia
Sergey Smirnov wrote: > Hi All, > > is there any tools/mods for apache2 which are you using to monitor the > load of every virtual host? (e.g. mod_proctitle) > > thanks > Hi What about Ganglia[1]? You can monitor everything that produces a number[2]. Regards mg. [1] http://ganglia.info/ [2]

Re: [CentOS] Using Thunderbird as local mail reader

2009-08-24 Thread Marcelo M. Garcia
fred smith wrote: > Hi! > > I'm trying to figure out how to use Thunderbird as a local mail reader. > > So far I don't see any way to configure it other than as a POP3 or IMAP mail > reader, > but I get my mail locally and would like to try using Tbird to read it. > What am I overlooking? > > T

Re: [CentOS] virt-manager crashes Host during installation of guest

2009-08-19 Thread Marcelo M. Garcia
Bernhard Gschaider wrote: > Hi! > > I have the following problem: I have a server (CentOS 5.3 x86_64) on > which I want to install a virtual Xen-machine (CentOS 5.3 x86_64), I > ssh from my workstation (Centos 5.3 x86_64 do you see the pattern ;) ) > to that server and start the virt-manager.

Re: [CentOS] Open Letter to Lance Davis

2009-07-31 Thread Marcelo M. Garcia
Les Mikesell wrote: > Marcelo M. Garcia wrote: >> Connie Sieh wrote: >>>> Ralph Angenendt wrote: >>>>> Les Mikesell wrote: >>>>>> Has anyone considered joining forces with Scientific Linux to reduce the >>>>>> workload

Re: [CentOS] Open Letter to Lance Davis

2009-07-31 Thread Marcelo M. Garcia
Connie Sieh wrote: > > On Thu, 30 Jul 2009, Les Mikesell wrote: > >> Ralph Angenendt wrote: >>> Les Mikesell wrote: Has anyone considered joining forces with Scientific Linux to reduce the workload and give both a more robust infrastructure? >>> Yes, but the goals are rather different

[CentOS] Off-topic: strange problem with file size

2009-07-29 Thread Marcelo M. Garcia
Hi I'm having a curious problem with some files. The account has 77GB of data[1], but there some files with more than 100GB[2], in fact, two of then have more than 200GB[3]. The OS is Opensuse 10.2 x86_64. Has anyone seem something like this? How can I inspect more closely what is going on?

Re: [CentOS] YUM Proxy

2009-07-20 Thread Marcelo M. Garcia
Alberto García Gómez wrote: > Dear Fellows: > > I'm under a proxy server (squid) and I need to update my centos but every > time that I run yum -y update tells me that I can no find a file that > exists. The problems is that this machine that I'm trying to update has no > graphic shell, so I ne

Re: [CentOS] [OT] Batch Job Scheduler/Manager

2009-07-01 Thread Marcelo M. Garcia
Mauriat Miranda wrote: > On Wed, Jul 1, 2009 at 8:03 AM, Marcelo M. > Garcia wrote: > >> I suggest sge. It doesn't have a web interface, but a GUI. Or torque. > > Looks like most of the robust tools are Java based, including Hudson. > > I also found the followi

Re: [CentOS] Fortran90 and 77 on CentOS

2009-07-01 Thread Marcelo M. Garcia
Sorin Srbu wrote: > Hi all, > > Is anybody here using Fortran90 and Fortran77 on their CentOS-machine(s)? > > If so, did you get that from a repo or something? One of our PhD-students > needs a software that requires the Fortran compilers mentioned in order to > make the sources for our i7-machin

Re: [CentOS] [OT] Batch Job Scheduler/Manager

2009-07-01 Thread Marcelo M. Garcia
Mauriat Miranda wrote: > Hi. Looking for suggestions/ideas. > > I have pretty loose requirements at this point, but I am looking for a > tool (or set of tools) where I can automate and control a large group > of tasks by a basic web front end. > > I have a series of scripts that do various conve

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Marcelo M. Garcia
Dmitry Zaletnev wrote: > Hi! > I have a question to ask: where can I download CentOS 5.3 for > Cell Broadband Engine Architecture, and if this is impossible - > ppc64 version. I want to install it onto my Sony PS3. > > Sincerely, > Dmitry Zaletnev > ___

Re: [CentOS] CentOS 5.3 cbea

2009-06-12 Thread Marcelo M. Garcia
Dmitry Zaletnev wrote: > Hi! > I have a question to ask: where can I download CentOS 5.3 for > Cell Broadband Engine Architecture, and if this is impossible - > ppc64 version. I want to install it onto my Sony PS3. > > Sincerely, > Dmitry Zaletnev > ___

Re: [CentOS] problems accessing: http://apt.sw.be/

2009-06-11 Thread Marcelo M. Garcia
James Bensley wrote: > No I get a page headed with: > > RPMforge RPM repository for Red Hat, RHEL, CentOS and Fedora > > Is that correct? > > > -BEGIN GEEK CODE BLOCK- > Version: 3.1 > GIT/MU/U dpu s: a--> C++>$ U+> L++> B-> P+> E?> W+++>$ N K W++ O M++>$ V- > PS+++ PE++ Y+ PGP t 5 X+

[CentOS] problems accessing: http://apt.sw.be/

2009-06-11 Thread Marcelo M. Garcia
Hi Anyone else having problems to access http://apt.sw.be/ Regards mg. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [Fwd: Re: How to generate a .template and .jigdo from an iso image?]

2009-05-13 Thread Marcelo M. Garcia
Phil Schaffner wrote: > Marcelo M. Garcia wrote: >> Hi Ralph > ... >> I don't know if there is a better way to test, but what I did was to >> create a centos.conf in /etc/httpd/conf.d[2]. Then in the machine called >> prost, issued the command: >> [r..

[CentOS] [Fwd: Re: How to generate a .template and .jigdo from an iso image?]

2009-05-13 Thread Marcelo M. Garcia
<1241740929.12122.349.ca...@ignacio.lan> <4a03d29d.7060...@googlemail.com> On 05/08/2009 08:35 AM, Marcelo M. Garcia wrote: Hi I read the man page. It says that I have to specify only one of the options "-i", "-j" or "-t". OK. If I use only -i, my temp

Re: [CentOS] [CentOS-devel] jigdo images

2009-05-07 Thread Marcelo M. Garcia
Ralph Angenendt wrote: > Shad L. Lords wrote: >> Ralph Angenendt wrote: I have been looking what Fedora is (or was) doing with Jigdo. It seems to solve some problems and create new ones[1]. >>> Let me look into that. >> From the os directory something like this should produce jigdo >>

Re: [CentOS] jigdo images

2009-05-06 Thread Marcelo M. Garcia
Ralph Angenendt wrote: > Marcelo M. Garcia wrote: >> Hi >> >> Is there a jigdo image available for CentOS-5.3? > > No. Several people have looked into it, but either haven't understood jigdo or > lost interest in it. > >> Or is there a jigdo project

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Marcelo M. Garcia
George Alexandru Dudău wrote: > Hi All, > > I have a strange problem with ssh on CentOS 5.3: > > 1. I make a ssh connection from computer X to Y => OK > 2. When i try to conect from Y to Z i receive a strange message: > > -bash: ssh: command not found > > (normal and root user) > > #which ssh

[CentOS] jigdo images

2009-05-04 Thread Marcelo M. Garcia
Hi Is there a jigdo image available for CentOS-5.3? Or is there a jigdo project for CentOS? Thanks Marcelo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Broken link in the documentation.

2009-03-25 Thread Marcelo M. Garcia
Hi There is a broken link in the documentation of CentOS 5.2. I was reading about e-mail and when you follow the link from POP (24.1.2.1 in Deployment guide) to IMAP, you got the following message: "Not Found The requested URL /docs/5/html/5.2/Deployment_Guide/s3-email-protocols-imap.html was

[CentOS] wodim for CentOS?

2009-03-13 Thread Marcelo M. Garcia
Hi Is the wodim package available for CentOS? I can only find cdrecord. Thanks Marcelo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Question about priorities

2009-03-06 Thread Marcelo M. Garcia
Hi When adding priority to a repo, like rpmforge or epel, is it better to give the same priority or can give different priority to different repos, ranking them? thanks Marcelo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

[CentOS] epel-5.2 trying to upgrade to 5.3

2009-03-06 Thread Marcelo M. Garcia
Hi I just installed CentOS 5.2 (x86_64), and everything was fine. After installing the "epel-release-5-2.noarch.rpm", and issuing "yum check-update", I can see that "epel" is trying to upgrade to version 5.3. First I didn't notice the problem, and after upgrading, I got the message "error suma

Re: [CentOS] (off-topic)Update sii-3512A serial ata controller - which flash memory?

2009-02-26 Thread Marcelo M. Garcia
Scott Silva wrote: > on 2-25-2009 11:06 AM Marcelo M. Garcia spake the following: >> Scott Silva wrote: >>> on 2-25-2009 7:33 AM Marcelo M. Garcia spake the following: >>>> Hi. >>>> >>>> I had to update the BIOS of a Silicon Image

Re: [CentOS] (off-topic)Update sii-3512A serial ata controller - which flash memory?

2009-02-25 Thread Marcelo M. Garcia
Scott Silva wrote: > on 2-25-2009 7:33 AM Marcelo M. Garcia spake the following: >> Hi. >> >> I had to update the BIOS of a Silicon Image 3512A Serial ATA controller. >> I'm not using RAID. >> >> When I run the updater program (updflash.exe), it as

[CentOS] (off-topic)Update sii-3512A serial ata controller - which flash memory?

2009-02-25 Thread Marcelo M. Garcia
Hi. I had to update the BIOS of a Silicon Image 3512A Serial ATA controller. I'm not using RAID. When I run the updater program (updflash.exe), it asks me to choose flash memory from a list, something like: AMD Am29F010B (1 Megabit), AMD Am29LV01B (1 Megabit), etc. How can I find out which is

Re: [CentOS] package manager CentOS

2009-02-25 Thread Marcelo M. Garcia
h > Python2.3 (Python2.3 comes as default with CentOS). I have installed > Python 2.4.6 and need the same to work with that. Any tips? > -- > Raghu Narasimhan > > raghu.uni...@gmail.com <mailto:raghu.uni...@gmail.com> > > > On Wed, Feb 25, 2009 at 3:08 PM, Ma

Re: [CentOS] package manager CentOS

2009-02-25 Thread Marcelo M. Garcia
Raghu Narasimhan wrote: > Hi folks, > > I have some doubts with regards a Python module called paramiko (used to > automate ssh related stuff) > > 1. Does Paramiko 1.7.2 and 1.6.4 work with CentOS 4 > > 2. If yes, what is the exact 'yum' command to install paramiko on CentOS 4? > I have tried

[CentOS] Is GFS for HPC?

2009-02-23 Thread Marcelo M. Garcia
Hi. Just curious if GFS can be used in a HPC environment, like GPFS or Oracle OCFS2? Thanks Marcelo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Installing kernel RHEL-5.3 on CentOS 5.2 (x86_64)

2009-01-13 Thread Marcelo M. Garcia
Hi I tried to install the kernel Red Hat 5.3 x86_64 (2.6.18-128.el5.x86_64) with the command: rpm -Uvh kernel-2.6.18-128.el5.x86_64.rpm but there is problem with dependecy: ecryptfs-util < 44. How to solve problems with depencies when installing a beta kernel? I'm trying this kernel to see if

Re: [CentOS] bioinformatics repository?

2008-11-25 Thread Marcelo M. Garcia
Davide Cittaro wrote: Hi all, I'm new to Centos, just moved here from Gentoo Linux. I have to install a server for bioinformatics purposes and I see that default yum repositories do not include any bioinformatics software (i.e. ncbi-toolkit, blat, and others). I'm googling a bit but I can't fi

Re: [CentOS] yum download

2008-11-24 Thread Marcelo M. Garcia
Robert Moskowitz wrote: Can I just download an rpm from a repo without installing it? I don't see anything like yum download or yum install --downonly ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos Hi I thi

Re: [CentOS] Printing to Windows’s share printer - epson lq 2090

2008-11-21 Thread Marcelo M. Garcia
Indunil Jayasooriya wrote: Hi, There is a Printer connected to Windows XP Pc and shared it. (its name is epson lq 2090) Now, I want print from a CentOS 4 box. by using printconf command, Added the printer to Centos box. But, I could Not take print out. Anyway. When I printed a test page, Printe

Re: [CentOS] nagios-plugins 1.4.13?

2008-11-18 Thread Marcelo M. Garcia
Tom Brown wrote: Does anyone knows when nagios-plugins 1.4.13 will be available? they were release at the end of september - what do you mean by 'available' ? I just built an rpm of them and they seem to compile fine etc - are you looking for an rpm of them already built ? thanks Hi

[CentOS] nagios-plugins 1.4.13?

2008-11-18 Thread Marcelo M. Garcia
Hi Does anyone knows when nagios-plugins 1.4.13 will be available? Thanks Marcelo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rpmforge i386 and x86_64? Solved

2008-11-12 Thread Marcelo M. Garcia
Mogens Kjaer wrote: Marcelo M. Garcia wrote: Hi Is it possible to have rpmforge for both architectures? Currently is only for 64bit, but I need some libraries 32bit (rrdtool) to install ganglia. A problem is that the /etc/yum.repos.d/mirrors-rpmforge file has $ARCH in it, which would still

[CentOS] rpmforge i386 and x86_64?

2008-11-12 Thread Marcelo M. Garcia
Hi Is it possible to have rpmforge for both architectures? Currently is only for 64bit, but I need some libraries 32bit (rrdtool) to install ganglia. But if I try to install rpmforge i386, I got the message: [EMAIL PROTECTED] mgarcia]# rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm Prepari

  1   2   >