Re: [CentOS] MonoDevelop/SharpDevelop
Sorry, my mistakein English will be: I wonder if there's any MonoDevelop/SharpDevelop for Centos, I just find version for SUSE, or at leaset find some srpm to compile my self. Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 - Original Message - From: "JohnS" To: "CentOS mailing list" Sent: Monday, February 22, 2010 12:19 AM Subject: Re: [CentOS] MonoDevelop/SharpDevelop > > On Sun, 2010-02-21 at 21:05 -0500, Alberto García Gómez wrote: >> Alguno de ustedes tiene a mano el MonoDevelop o el SharpDevelop para >> CentOS, solo he encontrado versiones para Suse...al menos me vendria >> bien tener el .srpm >> >> Saludos Fraternales > > My Spanish is a little rusty...Kposso > > John > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] MonoDevelop/SharpDevelop
Alguno de ustedes tiene a mano el MonoDevelop o el SharpDevelop para CentOS, solo he encontrado versiones para Suse...al menos me vendria bien tener el .srpm Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] RAR from Console
Hi fellows, how can I unrar (.rar of course) from my console? What package do I need? Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4805 (20100125) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] About GLOBAL vars
Thanks friend, but I don't what I supouse to do there...can you give me an example for this case: # ./path/to/pear/pear as # pear Thanks a lot Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 - Original Message - From: "John Doe" To: "CentOS mailing list" Sent: Monday, January 18, 2010 12:21 PM Subject: Re: [CentOS] About GLOBAL vars From: Alberto García Gómez > I install XAMPP in a server and know I want some binaries run as they were > part of the system (I reaaly don't know if this correct). So I need > that -pear- -pecl- and others run as: > #pear install [PACKAGE] > and not > #cd /path/to/pear/ && ./pear install [PACKAGE] Add /path/to/bin to the PATH variable. See examples in /etc/profile.d/ JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] About GLOBAL vars
I install XAMPP in a server and know I want some binaries run as they were part of the system (I reaaly don't know if this correct). So I need that -pear- -pecl- and others run as: #pear install [PACKAGE] and not #cd /path/to/pear/ && ./pear install [PACKAGE] Same with rest Best Regards Saludos Fraternales _____ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. 0145-2887(30-33) ext 124 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Compiling Error
What's happen here: modules.o: In function `Module_SymX': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:680: undefined reference to `dlsym' modules.o: In function `Module_Sym': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:658: undefined reference to `dlsym' modules.o: In function `unload_all_modules': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:1210: undefined reference to `dlsym' modules.o: In function `Module_free': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:571: undefined reference to `dlclose' modules.o: In function `module_loadall': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:712: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:713: undefined reference to `dlsym' modules.o: In function `Module_Unload': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:600: undefined reference to `dlsym' modules.o: In function `Unload_all_testing_modules': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:500: undefined reference to `dlclose' modules.o: In function `Unload_all_loaded_modules': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:394: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:443: undefined reference to `dlclose' modules.o: In function `Init_all_testing_modules': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:358: undefined reference to `dlsym' modules.o: In function `Module_Create': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:194: undefined reference to `dlopen' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:197: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:207: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:246: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:252: undefined reference to `dlsym' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:258: undefined reference to `dlsym' modules.o:/home/ftp/Chat/irc/Unreal3.2/src/modules.c:269: more undefined references to `dlsym' follow modules.o: In function `Module_Create': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:224: undefined reference to `dlclose' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:232: undefined reference to `dlclose' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:302: undefined reference to `dlerror' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:216: undefined reference to `dlclose' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:238: undefined reference to `dlclose' /home/ftp/Chat/irc/Unreal3.2/src/modules.c:210: undefined reference to `dlclose' modules.o: In function `Module_SymEx': /home/ftp/Chat/irc/Unreal3.2/src/modules.c:636: undefined reference to `dlsym' collect2: ld returned 1 exit status make[1]: *** [ircd] Error 1 make[1]: Leaving directory `/home/ftp/Chat/irc/Unreal3.2/src' make: *** [build] Error 2 Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Updating an AntiVirus trougth a proxy (ERROR)
Here is my problem [r...@shannon CGPMcAfee]# ./updateDatFiles CGPMcAfee DAT files update program version 2.2 Local avvDAT version is 5726 Connecting to 'update.nai.com' [72.247.238.178:80] via HTTP protocol... *** failed to connect: socket error The problem is that I can't change the script and I'm under a proxy server, but the updater ignore it. Same happen with others updaters WHAT CAN I DO? Best Regards Saludos Fraternales _____ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] UPDATE over REPO
OK, maybe I don't write the right word, what I really need is an upgrade (eg.: from PHP5.1.x to PHP5.2.x, and so on) and I don't know do that using yum. What I do until know is downloading the packages from rpmfind.net and when they request me some dependencies I download those packages again, and again, and again..and that's what I want to avoid Saludos Fraternales _____ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. - Original Message - From: "Filipe Brandenburger" To: "CentOS mailing list" Sent: Thursday, July 23, 2009 11:04 AM Subject: Re: [CentOS] UPDATE over REPO Hi, 2009/7/23 Alberto García Gómez : > I'm not talking of make a "yum -y update"; is more liked an intelligent > "rpm" with REPO connection. ;-) "yum" is "rpm" with repository connection and dependency solving. There currently is no way to have RPM download and install dependencies by itself, that is what "yum" is for. You should look into using "createrepo" to create a "yum" repository. It is not that hard. Alternatively, you should look into already existing repositories for CentOS that contain the versions of Apache and PHP that you want. HTH, Filipe ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] YUM Proxy
Thanks Marcelo. Due an electric problem my parent proxy is down for a while but when it comming online I'll test it. Send this answer to my personal mail: Where do you from? Do you speak Spanish? Saludos Fraternales _ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. - Original Message - From: "Marcelo M. Garcia" To: "CentOS mailing list" Sent: Monday, July 20, 2009 12:38 PM Subject: Re: [CentOS] YUM Proxy 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 need to make all by console. > > Saludos Fraternales > _ > Atte. > Alberto García Gómez M:.M:. > Administrador de Redes/Webmaster > IPI "Carlos Marx", Matanzas. Cuba. > - Original Message - > From: "Sean Carolan" > To: "CentOS mailing list" > Sent: Monday, July 20, 2009 11:28 AM > Subject: [CentOS] Limit RAM used by a perl script > > >> I have a perl script which runs from a cron job. How would you limit >> the amount of RAM that this script is allowed to consume? Is there a >> ulimit setting that will accomplish this? If so does ulimit have to >> be run each time the script is run, or is there a way to set it >> permanently? >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos Hi To use yum with proxy you have to configure 3 files: /etc/yum.conf: add the line proxy=http://xxx.xxx.xxx.xxx:yyy where yyy is the port. /etc/wgetrc: There are 2 lines that you have to edit: http_proxy=http://(...):yyy ftp_proxy=http://xxx.(...):yyy /root/.bash_profile export http_proxy=http://xxx(...): export ftp_proxy=http://xxx(...): Regards mg. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] UPDATE over REPO
Dear Fellows: I don't know if this is the right way to make this question but I have not an idea of how do that so here goes: I want to update some packages of my CentOS (eg.: Apache, PHP, etc.); when I tried downloading the packages and requesting for it dependencies I need go online again and download then, and again, and againvery tired. So I need a way to set a repo (I can make the REPO in one of my local servers) and once a request an update this come with dependences satisficied. I'm not talking of make a "yum -y update"; is more liked an intelligent "rpm" with REPO connection. ;-) Best Regards Saludos Fraternales _____________ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. - Original Message - From: "Ron Loftin" To: "CentOS mailing list" Sent: Tuesday, July 21, 2009 6:40 PM Subject: Re: [CentOS] ntp time server > > On Tue, 2009-07-21 at 18:36 -0400, Andy Harrison wrote: >> On Tue, Jul 21, 2009 at 6:22 PM, Scott Silva wrote: >> >> >> > If there are other interfaces available, FreeBSD does well as a >> > timeserver >> > with SOME GPS receivers. But if it is working OK, I would just leave it >> > running unless the hardware is going south. >> > >> >> It's not so much that the hardware is currently going south, it's just >> Sun being Sun. When a box gets this old, they start charging ungodly >> amounts for support costs. >> > That's what eBay is for. ;^P > >> > -- > Ron Loftin relof...@twcny.rr.com > > "God, root, what is difference ?" Piter from UserFriendly > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] YUM Proxy
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 need to make all by console. Saludos Fraternales _____ Atte. Alberto García Gómez M:.M:. Administrador de Redes/Webmaster IPI "Carlos Marx", Matanzas. Cuba. - Original Message - From: "Sean Carolan" To: "CentOS mailing list" Sent: Monday, July 20, 2009 11:28 AM Subject: [CentOS] Limit RAM used by a perl script >I have a perl script which runs from a cron job. How would you limit > the amount of RAM that this script is allowed to consume? Is there a > ulimit setting that will accomplish this? If so does ulimit have to > be run each time the script is run, or is there a way to set it > permanently? > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos