Re: [CentOS] RedHat to CentOS packages

2011-08-02 Thread Gabriel Tabares
> How do you use nagios to cve monitoring? Is there plugin available for that? > We're ussing OSSIM, as it integrates Nagios and Nessus. My guess is that you could probably write a Nagios plugin to query Nessus but we haven't needed to look into that yet ;) __

[CentOS] RedHat to CentOS packages

2011-08-01 Thread Gabriel Tabares
TPD as the example): CentOS httd-2.2.3-43.el5.centos.3 is equivalent to RedHat httpd-2.2.3-43.el5_5.3 So, it looks like CentOS replaces "_$MINOR_RELEASE" (in this case "_5") with ".centos" . Is this a fair assumption or are there other rules we are missing? Is this docum

Re: [CentOS] installing windows 2008 server( VM) on a centosxenserver

2011-01-03 Thread Gabriel
ehalf Of Agnello George Sent: 03 January 2011 15:39 To: CentOS mailing list Subject: Re: [CentOS] installing windows 2008 server( VM) on a centosxenserver On Mon, Jan 3, 2011 at 8:20 PM, Gabriel wrote: You won't be installing GUI! Trust me, yum install virt-manager xauth - Those ar

Re: [CentOS] installing windows 2008 server( VM) on a centos xenserver

2011-01-03 Thread Gabriel
Sent: 03 January 2011 14:47 To: CentOS mailing list Subject: Re: [CentOS] installing windows 2008 server( VM) on a centos xenserver On Mon, Jan 3, 2011 at 8:14 PM, Gabriel wrote: You can install virt-manager on the centos box, and then use it via ssh, for example ssh -X u...@centoshos

Re: [CentOS] installing windows 2008 server( VM) on a centos xen server

2011-01-03 Thread Gabriel
You can install virt-manager on the centos box, and then use it via ssh, for example ssh -X u...@centoshost.com Then on the command line, run virt-manager, (you may need to install xauth as well, but it works a charm) From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On

Re: [CentOS] How to strip out the title bar from xterm windows on CentOS 5 GNOME?

2010-12-17 Thread Gabriel Tabares
> Hi. Running CentOS 5 with the default GNOME desktop. Is it possible > to configure xterm windows not to have title bars to get the most out of > the available screenspace? I don't know how to do it with Gnome but, with KDE 3, you can set up a shortcut to remove the window decorations on a per

Re: [CentOS] OT: programming language for morons (newbie friendly language in Open Source world)

2010-12-14 Thread Gabriel Tabares
cking it up as part of their arsenal these days. Even if you don't end up using Python as your main language, I see it as a very good way of learning to program. Whatever you choose, good luck and let us know what you decide. Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum/RPM behaviour: does yum/RPM overwrite a file modified by a user during an update ?

2010-11-29 Thread Gabriel Tabares
and the new configuration file will be renamed to file.rpmnew. If the file is not marked as a configuration file, it will be overwritten. Regards, Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] upgrading Centos-Xen when version 6 comes along

2010-11-18 Thread Gabriel Tabares
> The biggest single up-front difference for me on CentOS machines was > that KVM hosts default to NAT on a private bridge while Xen hosts > default to straight bridging. Some network tweaks are necessary to get > KVM hosts to live on a straight bridge. Sorry, I forgot to add to this before. If y

Re: [CentOS] upgrading Centos-Xen when version 6 comes along

2010-11-18 Thread Gabriel Tabares
> Also, if you assign MACs to your VMs at installation time (I do, for > DHCP- and DNS-related reasons), you should note that KVM MACs lives in > a different namespace: 54:52:00:xx:xx:xx. You can change the allocated MAC address by editing the files in /etc/libvirt/qemu . Edit the section and y

Re: [CentOS] good shell script examples?

2010-11-16 Thread Gabriel Tabares
On 15/11/2010 18:47, Kill Script wrote: > I am looking for a beginner guide to shell scripting simple tasks on > CentOS (e.g. ssh'ing into a server / router / switch, checking for > certain things, then exiting and going to the next IP). If you don't want to use ssh keys, you will have to write sc

Re: [CentOS] updating to gtk+ >= 2.0

2010-11-15 Thread Gabriel Tabares
>> In that case: >> >> yum install gtk2 gtk2-devel > > Funny thing is those are already installed. > > However I require a later version of gtk+. > > I'm attempting to compile from source. > CentOS comes with an old version of GTK 2. Most application these days require a later version of the libr

Re: [CentOS] RPM/YUM on CentOS 5.4 issue - multiple versions of the same package installed

2010-11-15 Thread Gabriel Tabares
On 11/11/2010 13:47, Gabriel Tabares wrote: > Hi all, > > We currently have an issue with multiple versions of a custom package > being installed. The RPM contains a liquibase script (a Java-based DB > change management tool) and a %post script to run liquibase. > > We are in

Re: [CentOS] xServes are dead ;-( / SAN Question

2010-11-15 Thread Gabriel Tabares
> I tought of that, and I will be needing something like this, since I have > some services that need to be restarted in the event of them dying or being > killed. > > But I'm not that much confortable scripting a modification of the initab to > activate / deactivate services on a server-by-serve

[CentOS] RPM/YUM on CentOS 5.4 issue - multiple versions of the same package installed

2010-11-11 Thread Gabriel Tabares
stallation is atomic, so installing one package will remove the previous verison. Is there any way to prevent this issue? We're using CentOS 5.4 on x86_64 Thanks Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] In the press, once again

2010-09-24 Thread Gabriel Ogunleye
Thank you *SO* much! I needed some real world evidence to prove that syncing large amounts of data across windows is a PITA! I'm currently doing something so similar! And I use linux to do it, and no one can understand why. That link has been printed, and strategically left on someones desk, with

Re: [CentOS] Transferring system to new drive

2010-09-14 Thread Gabriel Rosca
What about doing all with dd ... If you have the second disk installed in the same machine you can do "dd if=/dev/sda of=/dev/sdb" ort you can use clonezilla is a live cd . Gabe On 9/14/10 8:12 AM, "Timothy Murphy" wrote: > > Is there a document with instructions for this? > I've had smartd w

Re: [CentOS] Network cards not recognised

2010-09-13 Thread Gabriel Tabares
On 12/09/2010 14:54, Mogens Kjaer wrote: > On 09/11/2010 05:04 PM, Gabriel Tabares wrote: > ... >> Unluckily, I have no physical access to the machine, so removing cards >> is not an option. > Do you have iLO access to the machine? > > Then you should be able to di

Re: [CentOS] Network cards not recognised

2010-09-11 Thread Gabriel Tabares
On 11/09/2010 15:52, Larry Vaden wrote: > On Sat, Sep 11, 2010 at 9:37 AM, Gabriel Tabares > wrote: >> Hi, >> >> We have a HP DL385 G6 server that is having an issue. Two of the 4 >> network cards are not being recognised by Linux. >> >> We ha

[CentOS] Network cards not recognised

2010-09-11 Thread Gabriel Tabares
/etc/modprobe.conf, but all to no avail. Any suggestions? Thanks Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Wrapper package / yum repository

2010-09-08 Thread Gabriel Tabares
On 07/09/2010 17:47, Steve Huff wrote: > On Sep 7, 2010, at 11:28 AM, Gabriel Tabares wrote: > >> tomcat-6.0.26-1.13 >> adm-app-conf-18-2010.09.01 >> jdk-1.6.0_20-2.0 >> ant-1.8.1-1 > > there's your problem. in the specfile, these dependencies should

Re: [CentOS] Update to base release

2010-09-07 Thread Gabriel Tabares
reate yum.repo file on the destination files and then do a yum update. There are lots of instructions online how to do it, do a search for "centos create yum repo iso" or something similar and you will get lots of hits. Gabriel ___ CentOS

Re: [CentOS] Wrapper package / yum repository

2010-09-07 Thread Gabriel Tabares
On 07/09/2010 15:55, Steve Huff wrote: > rpm -qp --requires tomcat-6.0.26-1.13 adm-app-conf-18-2010.09.01 jdk-1.6.0_20-2.0 ant-1.8.1-1 /bin/sh /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 ___ CentOS ma

[CentOS] Wrapper package / yum repository

2010-09-07 Thread Gabriel Tabares
tmirror Loading mirror speeds from cached hostfile Setting up Install Process Package jdk-1.6.0_20-2.0.x86_64 already installed and latest version Nothing to do Any ideas? I am quite baffled and would like to get this to work as soon as possible. Thanks Gabriel _

Re: [CentOS] ip aliasing on bonded interface possible?

2010-09-06 Thread Gabriel Tabares
On 05/09/2010 18:33, Robert Arkiletian wrote: > Has anyone successfully created a bonded interface (bond0) with say > two nics AND also then aliased that interface to get bond0 and bond0:1 > (for an alias ip) > > I just want to know if it's possible and reliable > Possible and seems to be quite s

Re: [CentOS] bridge

2010-09-03 Thread Gabriel Tabares
On 03/09/2010 10:59, mattias wrote: > Ifcfg-eth1 > > > # Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ > > DEVICE=eth1 > > > > HWADDR=00:50:FC:F9:84:CB > > ONBOOT=yes > > DHCP_HOSTNAME=vps.mjw.se > > BRIDGE=br0 > > Ifcfg-br0 > [br0] > > ONBOOT=yes > > TYPE=Bridge > > BOOTPROTO=dhcp > Can

Re: [CentOS] bridge

2010-09-03 Thread Gabriel Tabares
On 03/09/2010 10:41, mattias wrote: > I try to use a bridge with openvz but get the following Bridging Support > is not available in this kernel This message are in all kernels i tryed > from the centos yum repo On a frech 5.5 It has worked before With the > same install i have used > Can you tr

Re: [CentOS] Automatically detecting LUNs without a reboot

2010-09-01 Thread Gabriel Tabares
On 01/09/2010 05:00, cpol...@surewest.net wrote: > On Tue, Aug 31, 2010 at 04:48:01PM +0100, Gabriel Tabares wrote: >>From there, I went to >> http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/rescan-scsi-bus.html >

Re: [CentOS] Automatically detecting LUNs without a reboot

2010-08-31 Thread Gabriel Tabares
ess. >> >> I have tried kudzu, the rescan-scsi-bus.sh script and everything else I >> have found online, with no luck. The LSI tools only seem to be available >> for i386, and I would like to avoid adding the 32bit environment, if I >> can. >> >> Any help woul

Re: [CentOS] Antwort: Automatically detecting LUNs without a reboot

2010-08-31 Thread Gabriel Tabares
On 31/08/2010 11:07, Andreas Reschke wrote: > > centos-boun...@centos.org wrote on 31.08.2010 11:43:50: > > > Gabriel Tabares > > Gesendet von: centos-boun...@centos.org > > > > 31.08.2010 11:44 > > > > Bitte antworten an > > CentOS m

[CentOS] Automatically detecting LUNs without a reboot

2010-08-31 Thread Gabriel Tabares
like to avoid adding the 32bit environment, if I can. Any help would be greatly appreciated. Thanks, Gabriel Tabares ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] cfengine vs. puppet

2010-08-28 Thread Gabriel Tabares
On 27/08/2010 19:11, Ski Dawg wrote: Stefano Sasso wrote: > 2010/8/27 Ski Dawg: >> After spending a little bit of time searching around today, I have run >> across 2 that seem like good options, cfengine and puppet. >> >> Does anyone have any thoughts about either of thes

Re: [CentOS] Slow domain resolution problem

2010-08-28 Thread Gabriel Tabares
On 25/08/2010 14:39, m.r...@5-cent.us wrote: > Gabriel Tabares wrote: >> On 23/08/2010 21:25, Keith Roberts wrote: >>> On Mon, 23 Aug 2010, Gabriel Tabares wrote: >>>> From: Gabriel Tabares >>>> On 23/08/2010 13:28, Joseph L. Casale wrote: >>>&

Re: [CentOS] Slow domain resolution problem

2010-08-28 Thread Gabriel Tabares
On 25/08/2010 17:44, Rajagopal Swaminathan wrote: > Greetings, > > On Wed, Aug 25, 2010 at 9:08 PM, Les Mikesell wrote: >> On 8/23/2010 10:08 AM, Gabriel Tabares wrote: >> >> Some servers do, some don't. > Have you tried google's DNS servers 8.8.8.

Re: [CentOS] Slow domain resolution problem - kind of resolved

2010-08-28 Thread Gabriel Tabares
Hi everyone, I am answering this here as I found a workaround. I could not solve the solution when using the Juniper as the DNS server, so I reverted to using bind and that fixed the issue. Thanks for the help, everybody. Regards, Gabriel > I've just joine the list as I am having

Re: [CentOS] Slow domain resolution problem

2010-08-25 Thread Gabriel Tabares
On 23/08/2010 21:25, Keith Roberts wrote: > On Mon, 23 Aug 2010, Gabriel Tabares wrote: > > >> To: centos@centos.org >> From: Gabriel Tabares >> Subject: Re: [CentOS] Slow domain resolution problem >> >> On 23/08/2010 13:28, Joseph L. Casale wrote: >&g

Re: [CentOS] Slow domain resolution problem

2010-08-25 Thread Gabriel Tabares
s all the mappings for our domain. Thanks for your help, I'll keep on trying :) Regards, Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
On 23/08/2010 16:07, Giles Coochey wrote: > On Mon, August 23, 2010 17:03, Gabriel Tabares wrote: > >> On 23/08/2010 14:48, Giles Coochey wrote: >> >>> On Mon, August 23, 2010 15:43, Gabriel Tabares wrote: >>> >>> >

Re: [CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
On 23/08/2010 15:56, Tom H wrote: > On Mon, Aug 23, 2010 at 9:48 AM, Giles Coochey wrote: > >> The problems can sometimes be caused by not having reverse-DNS records for >> your hosts. Can you resolve to names (any name) from an IP address? >> e.g. nslookup 10.2.9.2? >> > One more th

Re: [CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
On 23/08/2010 14:48, Giles Coochey wrote: > On Mon, August 23, 2010 15:43, Gabriel Tabares wrote: > >> On 23/08/2010 13:28, Joseph L. Casale wrote: >> >>>> Both files are the default ones from CentOS: >>>> >>>> >&g

Re: [CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
On 23/08/2010 13:28, Joseph L. Casale wrote: >> Both files are the default ones from CentOS: >> > So what do the host names look like that the application > attempts to resolve, fully qualified or not? What does your > cli based query look like? > > My resolv.conf is: search mydomain.co

Re: [CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
S 5.5 on x86_64. Thanks Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Slow domain resolution problem

2010-08-23 Thread Gabriel Tabares
of it, I tried it and, as expected, the bonding module did not come back up. If bad comes to worse, I could set up host entries for the main machines in /etc/hosts, but I really am trying to avoid that. Any suggestions? Thanks Gabriel Tabares ___ C

[CentOS] Xen machines fail to reboot

2010-08-10 Thread Gabriel Ogunleye
Whenever I ask a xen machine on my centos boxes to reboot, they always just shutdown. I control the machines via virtual machine manager, and connect to them using an ssh tunnel, for example, ssh -X u...@host and then run virt-manager . This surprises me, because it's only on my centos boxes th

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Mr Gabriel
Then google something called Todoyu. I'll leave the rest as an exercise for the readers to find out more. *gosh, this is a first, a recommendation from in the ... * :) --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Joseph L. Casale" Sender: Da

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Mr Gabriel
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction. --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Joseph L. Casale" Sender:

[CentOS] IRC telling you to go to mailing list - it's for good reason ....

2010-05-30 Thread Gabriel - IP Guys
Just to answer the aspect of why people in IRC tell you to go to a mailing list – because mailing list answers are more permanent that IRC, and also, it spreads the knowledge of the question, and the answer over a much wider time frame rather than just the two to three sentences that are involve

Re: [CentOS] [WTA] Automatically blocking on failed login

2010-05-25 Thread Mr Gabriel
services being tied up denying logins or crashing, because each ip only gets three strikes, and is out, and that's across all servers. Also, my traffic logs are more accurate, and my average load dropped a bit too. --- Kind Regards, Mr Gabriel (bberry mail) -Original Message-

Re: [CentOS] [WTA] Automatically blocking on failed login

2010-05-24 Thread Mr Gabriel
Google something called fail2ban :) --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "David Suhendrik" Date: Mon, 24 May 2010 23:55:05 To: CentOS mailing list Subject: [CentOS] [WTA] Automatically blocking on fa

Re: [CentOS] Naming of a Java Process in Linux

2010-05-23 Thread Mr Gabriel
You might want to jump on the nagios list, and ask about monitoring a process on a box. --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Jatin Davey" Date: Mon, 24 May 2010 10:36:38 To: Subject: [CentOS] Naming of a Java Process in Linux Hi Not

Re: [CentOS] OT: Strange Email Problem

2010-05-21 Thread Mr Gabriel
your ISP? If you do, run their ip through a blacklist db, in case someone on their end has been spamming. If you didn't change anything, then consider the above factors, I hope it helps :) --- Kind Regards, Mr Gabriel (bberry mail) ___ CentOS mail

Re: [CentOS] How Do I ...

2010-04-14 Thread Gabriel Rosca
You can go to /etc/sysconfig/network-scripts , edit and move around ifcfg-ethX files Gabe From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of gene.po...@macys.com Sent: Wednesday, April 14, 2010 10:59 AM To: centos@centos.org Subject: [CentOS] How Do I ...

[CentOS] Multi-wan setup, trying to build a script that ease setup, need help :)

2010-03-08 Thread Gabriel - IP Guys
Working on a multiwan script based on the page http://lartc.org/howto/lartc.rpdb.multiple-links.html You can find the script at http://pastie.org/859350 I'm trying to make sure that the logic is correct, and that it'll work I think it would, and ideas to make it a better script, feel free to t

Re: [CentOS] Automatically check into SVN?

2010-01-25 Thread Mr Gabriel
On 25/01/2010 13:04, Greg Bailey wrote: > Mr Gabriel wrote: > >> I would like to automatically check in a directory to SVN, to maintain >> the changes that area made to those txt files over time. These files are >> configuration files, and it would be good to b

[CentOS] Automatically check into SVN?

2010-01-25 Thread Mr Gabriel
I would like to automatically check in a directory to SVN, to maintain the changes that area made to those txt files over time. These files are configuration files, and it would be good to be able to revert back by simply checking out the older versions. But I would to check in the files every

[CentOS] Dual Gateways, Dual IPs on the same net

2010-01-17 Thread Mr Gabriel
If I configure a second virtual ip address on a device, will it always send packets to the gateway configured, or to it's primary gateway. For example, two ISPs configured, two firewalls configured, gateway IP's 192.168.1.1 and .2. Internal server has IP 192.168.1.100 with gateway .1. Incoming pa

Re: [CentOS] Backup server

2010-01-13 Thread Gabriel Rosca
ginal Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Gabriel Rosca >Sent: Wednesday, January 13, 2010 4:09 PM >To: 'CentOS mailing list' >Subject: Re: [CentOS] Backup server > >I like better Bacula ... > >Personal I hav

Re: [CentOS] Backup server

2010-01-13 Thread Gabriel Rosca
I like better Bacula ... Personal I have Bacula ... configure to backup mac, windows, and linux servers ... Gabe -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Sorin Srbu Sent: Wednesday, January 13, 2010 9:53 AM To: 'CentOS mailing

Re: [CentOS] Cloned Centos Boxes - First Run to run again?

2010-01-10 Thread Mr Gabriel
On 10/01/2010 12:10, Daniel Bird wrote: > Mr Gabriel wrote: > >> I want each box to appear like a fresh unique install. >> > man sys-unconfig > > > > ___ > CentOS mailing list > CentOS@centos.org >

[CentOS] Cloned Centos Boxes - First Run to run again?

2010-01-10 Thread Mr Gabriel
I need to build a bank of 12 centos boxes, for an experiment I'm doing. I don't want to install centos 12 times, I'm using virtual box across three machines, how can I get the first run scripts to run again to that the box is reconfigured on it's next boot. I want each box to appear like a fres

Re: [CentOS] Monitoring Dynamic IPs using Some network monitoring tool

2009-12-21 Thread Gabriel Rosca
I personal use zabbix ... On all the servers ( Windows, Linux ) with dynamic IP I use dyndns ... Gabe www.techshrinks.com -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Rajagopal Swaminathan Sent: Monday, December 21, 2009 8:50 AM To

Re: [CentOS] Linux router with CentOS

2009-12-09 Thread Gabriel Rosca
you can take a look at SYSWAN SW24 10/100Mbps Dual WAN Load Balancer Gabe -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Alan McKay Sent: Wednesday, December 09, 2009 8:03 PM To: CentOS mailing list Subject: Re: [CentOS] Linux router w

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-14 Thread Gabriel Rosca
I personal use Zimbra ... is a good open source email server. Thank you, Gabe www.techshrinks.com -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Eugeneapolinary Ju Sent: Friday, November 13, 2009 4:56 PM To: centos list Subject: [Cent

Re: [CentOS] EMERGENCY: Server Crash

2009-11-12 Thread Gabriel - IP Guys
Great thing about lurking in lists, is that you learn stuff! I wanted to know how to remove every dreaded package that had been installed when an intern/idiot decided to install x on a remote server - now I know yum erase should do the trick! > Oh my. > You do realize that a "yum erase" will gladl

Re: [CentOS] mysqld not starting on reboot

2009-11-10 Thread Gabriel Rosca
maybe " chkconfig mysqld on " will help Gabe From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Victor Subervi Sent: Tuesday, November 10, 2009 10:00 AM To: CentOS mailing list Subject: [CentOS] mysqld not starting on reboot Hi; I installed mysql using yum,

[CentOS] CentOS 5.4? anyone? - "debate"

2009-10-15 Thread Gabriel - IP Guys
e out??* The answer is, "When it is good and ready", and when they ask "Why/What does that mean?", ask them to Google "open source distribution release cycle". That should keep them busy for long enough for me/you to actually get some work done J --- Kind Regards,

Re: [CentOS] installing 5.3 with 512M ram really slow

2009-09-22 Thread Gabriel - IP Guys
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Jerry Geis > Sent: 22 September 2009 13:19 > To: CentOS ML > Subject: [CentOS] installing 5.3 with 512M ram really slow > > I was installing centos 5.3 x86_64 on a sempron 2.7G machin

Re: [CentOS] rsync

2009-09-03 Thread Gabriel Rosca
Try this ... On your script ... /usr/bin/rsync -avzh -e "ssh -i /home/user/.ssh/auth-key" ch...@remotehost:/var/www/html /backup/html Gabe On 9/3/09 4:06 PM, "chloe K" wrote: > Hi > > I put the rsync in cronjob > but it won't work > > in root user cron > > */30 * * * * /home/chloe

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-03 Thread Gabriel - IP Guys
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Alexander Dalloz > Sent: 03 September 2009 13:29 > To: CentOS mailing list > Subject: Re: [CentOS] Cacti Installation on CentOS 5 > > > It seems that there is a bug in cacti for centos

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-03 Thread Gabriel - IP Guys
production server, so I'm well, pretty pissed off actually! But hopefully sharing this info will help in the future > -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Gabriel - IP Guys > Sent: 02 September 2009 1

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Gabriel - IP Guys > Sent: 02 September 2009 15:47 > To: CentOS mailing list > Subject: Re: [CentOS] Cacti Installation on CentOS 5 > > > > > --

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of John Doe > Sent: 02 September 2009 14:13 > To: CentOS mailing list > Subject: Re: [CentOS] Cacti Installation on CentOS 5 > > From: Gabriel - IP Guys >

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
009, 14:36 +0200 schrieb Gabriel - IP Guys: > > > > > Thank you for your response - I went through those instructions, and > > again, I got the same error as below. > > > > FATAL: Cannot connect to MySQL server on 'localhost'. Please make > sure >

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
009, 12:51 +0200 schrieb Gabriel - IP Guys: > > Dear All, > > > > > > > > I am attempting to install cacti on CentOS 5.3 64 bit, and I checked > > the wiki, only to find that the instructions are a bit out of date. > > Have these instructions been updated s

Re: [CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Eduardo Grosclaude > Sent: 02 September 2009 13:12 > To: CentOS mailing list > Subject: Re: [CentOS] Cacti Installation on CentOS 5 > > On Wed, Sep 2, 2009

[CentOS] Cacti Installation on CentOS 5

2009-09-02 Thread Gabriel - IP Guys
Gabriel ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] server mirroring how to

2009-08-01 Thread Gabriel Rosca
Take a look at drbd and heatbeat for this. Best regards, Gabriel Rosca www.genxvoip.com 2009/8/1 fabian > Dear All, > > I have the following setup which is the heart of our organistion and runs > the following for a long time > > Centos 5.0 server which is used as a >

[CentOS] "Conga" Luci "Add a virtual Service" is missing

2009-06-29 Thread Gabriel Rosca
Hi there. I have 2 days trying to resolve this issue ... I have 2 xen servers in cluster ... and I installed Luci on another server separate from the 2 xen servers. I created a cluster ... I create a failed over domain I did migration and live migration from a dom0 to another ... My pro

[CentOS] Conga Ricci Luci "Add a Virtual Service" tab missing or disabled

2009-06-29 Thread Gabriel Rosca
Hi guys ... I have a problem ... here is my settup luci xen0 xen1 [r...@xen1 ~]# clustat Cluster Status for XEN_Cluster @ Mon Jun 29 03:31:23 2009 Member Status: Quorate Member Name ID Status --

[CentOS] database diff's?

2008-09-22 Thread Gabriel Norton
Hi, I'm trying to figure out what bits of info I need to ad to a DB to manualy add users to an app (eGW) and was wondering if anyone had a better way to find the differances in two states (pre/post change) of a database. Only thing I could come up with was to do a DB dump to a file before and afte

Re: [CentOS] Ideas for stopping ssh brute force attacks

2008-07-21 Thread Michael Gabriel
easiest way with centos board tools is iptable recent module ... simply limit the amount of connections a host is allowed to the ssh port iptables -N SSHSCAN iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j SSHSCAN iptables -A SSHSCAN -m recent --set --name SSH iptables -A SSHSCAN -m r