Re: [CentOS] phpmyadmin

2010-05-05 Thread Jobst Schmalenbach
If you look into the config file you'll find $cfg['Servers'][$i]['history'] = ''; // table to store SQL history // - leave blank for no SQL query history // DEFAULT: 'pma_history' Set it and you get the hi

Re: [CentOS] phpmyadmin

2010-05-05 Thread John R Pierce
ann kok wrote: > Hi all > > When someone uses the phpmyadmin to delete data, how can I know it > > Does it have log? > you mean mysql? all phpmyadmin is doing is issuing DELETE or DROP or whatever commands to the SQL database server. SQL doesn't log much unless you configure it to, and if y

[CentOS] phpmyadmin

2010-05-05 Thread ann kok
Hi all When someone uses the phpmyadmin to delete data, how can I know it Does it have log? Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] ssh slow

2010-05-05 Thread Fernando Gleiser
- Original Message > From: ann kok > To: centos@centos.org > Sent: Wed, May 5, 2010 9:44:12 PM > Subject: [CentOS] ssh slow > > Hi > How I can configure sshd_config to improve the ssh faster? > It is slow to prompt the login Fix your DNS setup and/or configure it to "UseDNS no". Su

Re: [CentOS] ssh slow

2010-05-05 Thread John R Pierce
ann kok wrote: > Hi > > How I can configure sshd_config to improve the ssh faster? > > It is slow to prompt the login > badly configured reverse DNS on the client hosts is the most common cause of this. try ... UseDNS no ___ CentOS mailing li

Re: [CentOS] ssh slow

2010-05-05 Thread ann kok
I heard it before but how can be solved? Thank you --- On Wed, 5/5/10, Barry Brimer wrote: > From: Barry Brimer > Subject: Re: [CentOS] ssh slow > To: "CentOS mailing list" > Received: Wednesday, May 5, 2010, 8:47 PM > > How I can configure sshd_config > to improve the ssh faster? > > > > It

Re: [CentOS] ssh slow

2010-05-05 Thread Barry Brimer
> How I can configure sshd_config to improve the ssh faster? > > It is slow to prompt the login That usually indicates a DNS problem. sshd tries to do a reverse DNS resolution to lookup the connecting client. Barry ___ CentOS mailing list CentOS@cento

[CentOS] ssh slow

2010-05-05 Thread ann kok
Hi How I can configure sshd_config to improve the ssh faster? It is slow to prompt the login Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread Ross Walker
On May 5, 2010, at 1:13 PM, Les Mikesell wrote: > On 5/5/2010 12:00 PM, Karanbir Singh wrote: >> >>> Try to run the same IO operations as your production server is >>> running. >>> Bonnie++ could be good application for benchmarking. Also run some >>> parallel rsync, rm, find, etc proccesses. >

[CentOS] pppd does not work if SELinux is turned on.

2010-05-05 Thread Aleksey Tsalolikhin
On Thu, Mar 18, 2010 at 6:05 PM, Aleksey Tsalolikhin wrote: > CentOS release 5.4 (Final) > > I run pppd on this system, it accepts dial-in connections, logs people > in over ssh/sftp. > > I had selinux disabled on this system originally, but I recently > enabled it, and selinux > is blocking this

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread Les Mikesell
On 5/5/2010 12:00 PM, Karanbir Singh wrote: > >> Try to run the same IO operations as your production server is running. >> Bonnie++ could be good application for benchmarking. Also run some >> parallel rsync, rm, find, etc proccesses. >> > > I am with John Pierce on this one, role and app will dic

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread Karanbir Singh
On 05/05/2010 05:55 PM, Dominik Zyla wrote: > Try to run the same IO operations as your production server is running. > Bonnie++ could be good application for benchmarking. Also run some > parallel rsync, rm, find, etc proccesses. > I am with John Pierce on this one, role and app will dictate benc

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread Dominik Zyla
On Wed, May 05, 2010 at 05:17:53PM +0100, Matt Keating wrote: > What is the best way to benchmark disk IO? > > I'm looking to move one of my servers, which is rather IO intense. But > not without first benchmarking the current and new disk array, To make > sure this isn't a full waste of time. Tr

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread nate
Matt Keating wrote: > What is the best way to benchmark disk IO? > > I'm looking to move one of my servers, which is rather IO intense. But > not without first benchmarking the current and new disk array, To make > sure this isn't a full waste of time. You can do a pretty easy calculation based on

Re: [CentOS] Benchmark Disk IO

2010-05-05 Thread John R Pierce
Matt Keating wrote: > What is the best way to benchmark disk IO? > > I'm looking to move one of my servers, which is rather IO intense. But > not without first benchmarking the current and new disk array, To make > sure this isn't a full waste of time. > synthetic benchmarks only tell you what

Re: [CentOS] need document to setup rsync???

2010-05-05 Thread John R Pierce
mcclnx mcc wrote: > we have two CENTOS 5.X need setup "rsync". Any one know where have "how to" > documents? > if you can ssh, you can rsync. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Benchmark Disk IO

2010-05-05 Thread Matt Keating
What is the best way to benchmark disk IO? I'm looking to move one of my servers, which is rather IO intense. But not without first benchmarking the current and new disk array, To make sure this isn't a full waste of time. thanks ___ CentOS mailing list

Re: [CentOS] need document to setup rsync???

2010-05-05 Thread Kwan Lowe
On Wed, May 5, 2010 at 11:50 AM, mcclnx mcc wrote: > we have two CENTOS 5.X need setup "rsync".  Any one know where have "how to" > documents? > http://lmgtfy.com/?q=rsync+howto ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

Re: [CentOS] need document to setup rsync???

2010-05-05 Thread Digimer
On 10-05-05 11:50 AM, mcclnx mcc wrote: > we have two CENTOS 5.X need setup "rsync". Any one know where have "how to" > documents? > > Thanks. What exactly are you trying to accomplish? -- Digimer E-Mail: li...@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodea

[CentOS] need document to setup rsync???

2010-05-05 Thread mcclnx mcc
we have two CENTOS 5.X need setup "rsync". Any one know where have "how to" documents? Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Georghy
Chan Chung Hang Christopher a écrit : > Ah, the rescue mode is probably available with your installation > initrd's anaconda. You need to pass rescue to it though...hopefully it > works unlike the dd... > I tried to boot onto the rescue mode using "safe" at the boot prompt, I also get a kerne

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Chan Chung Hang Christopher
Georghy wrote: > Chan Chung Hang Christopher a écrit : >> xe dd (assuming you have a floppy [is usb supported?] disk with the drivers) >> > A floppy isn't enough because the driver is about 2.7Mb so I use a USB > Stick. It should be the same with a Floppy. >>> It seems that the system doesn't

Re: [CentOS] gui automation tool

2010-05-05 Thread Mathieu Baudier
> I’m trying to configure continuous integration environment on CentOS. Before > performing test, need to run GUI tool (written in java) to generate required > resources. Is there any GUI automation tool so I can make whole integration > purpose automated? Thanks. If the Java UI is in Swing you ca

Re: [CentOS] heartbeat package in extras trouble with 5.4

2010-05-05 Thread Baird, Josh
Ok, so for some reason, I had shmax set to 64GB. Prior to 5.4, I'm guessing that i386 just ignored this absurd value, but now, it forces the value to be 0: r...@fc-fmcln02:/var/log$ ipcs -l -- Shared Memory Limits max number of segments = 4096 max seg size (kbytes) = 0 max total

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Georghy
Chan Chung Hang Christopher a écrit : > xe dd (assuming you have a floppy [is usb supported?] disk with the drivers) > A floppy isn't enough because the driver is about 2.7Mb so I use a USB Stick. It should be the same with a Floppy. >> It seems that the system doesn't find the disk, I take a

Re: [CentOS] heartbeat package in extras trouble with 5.4

2010-05-05 Thread Baird, Josh
Below is a snippet of a strace: open("/usr/lib/pils/plugins/InterfaceMgr/generic.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\6\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=7636, ...}) = 0 mmap2(NULL, 10532, PROT_READ|PROT_EXEC, MAP_PRIV

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Chan Chung Hang Christopher
Georghy wrote: > Chan Chung Hang Christopher a écrit : >> Georghy wrote: >> >>> Tru Huynh a écrit : >>> On Tue, May 04, 2010 at 03:03:00PM +0200, Georghy wrote: > (1)Download that driver : > http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3117

Re: [CentOS] heartbeat package in extras trouble with 5.4

2010-05-05 Thread Dominik Zyla
On Wed, May 05, 2010 at 07:59:16AM -0500, Baird, Josh wrote: > SELINUX is disabled, and I have also tried reinstalling the heartbeat related > packages. No luck so far. > > heartbeat[8818]: 2010/05/04_22:23:37 ERROR: Cannot shmget for process status: > Invalid argument > > This seems to be the

Re: [CentOS] heartbeat package in extras trouble with 5.4

2010-05-05 Thread Baird, Josh
SELINUX is disabled, and I have also tried reinstalling the heartbeat related packages. No luck so far. heartbeat[8818]: 2010/05/04_22:23:37 ERROR: Cannot shmget for process status: Invalid argument This seems to be the issue. Any other ideas? Thanks From: c

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Georghy
Chan Chung Hang Christopher a écrit : > Georghy wrote: > >> Tru Huynh a écrit : >> >>> On Tue, May 04, 2010 at 03:03:00PM +0200, Georghy wrote: >>> >>> (1)Download that driver : http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3117&DwnldID=18570&lang=fra >>

Re: [CentOS] compile httpd 2.3.5 error

2010-05-05 Thread Jim Perrin
On Wed, May 5, 2010 at 3:01 AM, Chaitanya Yanamadala wrote: > hai >  i need to upgrade my apache to 2.3.5 and what i need is to compile it out > by myself not to use the rpm.. so where i am stuck is that i require to have > the apr 1.3 but i got the 1.2.7 with me, so i have downloaded the apr-1.3

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Chan Chung Hang Christopher
Georghy wrote: > Tru Huynh a écrit : >> On Tue, May 04, 2010 at 03:03:00PM +0200, Georghy wrote: >> >>> (1)Download that driver : >>> http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3117&DwnldID=18570&lang=fra >>> from the intel support web site >>> >>> >> You should have sta

Re: [CentOS] question on sendmail.mc file

2010-05-05 Thread Alexander Dalloz
> I tried to set in sendmail.mc file at the LAST line > define(`LUSER_RELAY', `local:unknownuser') dnl > I did service sendmail restart and got an error on a completely > different line. > - > as a thought I deleted that line and put it on line 2 of the sendmail.mc > file. > re-ran service sendmail

[CentOS] gui automation tool

2010-05-05 Thread Tommy Zong
Hello, I'm trying to configure continuous integration environment on CentOS. Before performing test, need to run GUI tool (written in java) to generate required resources. Is there any GUI automation tool so I can make whole integration purpose automated? Thanks. ___

Re: [CentOS] NIS question

2010-05-05 Thread Lars Hecking
ann kok writes: > Hi > > How can we use NIS to control a user in different servers? > > eg: serverA /home/userA/javaapplication > serverB /export/home/userA/javaapplication > serverC /vol/home/javaapplication If you use NIS auto.home for home directories in general, e.g. /home/user, yo

Re: [CentOS] Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Georghy
Joseph L. Casale a écrit : >> should I buy some chipset or is it totally Software or using the >> hardware I had already ? >> > > Well, I don't what chassis you bought with it, and whether or not > it has the applicable midplane? Do you? > ___ > Cen

Re: [CentOS] [SOLVED] Re: Installing a CentOS based distro with Raid driver - Citrix XenServer

2010-05-05 Thread Georghy
Tru Huynh a écrit : > On Tue, May 04, 2010 at 03:03:00PM +0200, Georghy wrote: > >> (1)Download that driver : >> http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3117&DwnldID=18570&lang=fra >> from the intel support web site >> >> > > You should have started your installation

Re: [CentOS] compile httpd 2.3.5 error

2010-05-05 Thread John R Pierce
Chaitanya Yanamadala wrote: > hai > i need to upgrade my apache to 2.3.5 and what i need is to compile it > out by myself not to use the rpm.. so where i am stuck is that i > require to have the apr 1.3 but i got the 1.2.7 with me, so i have > downloaded the apr-1.3 rpm but now when i am upgrad

[CentOS] compile httpd 2.3.5 error

2010-05-05 Thread Chaitanya Yanamadala
hai i need to upgrade my apache to 2.3.5 and what i need is to compile it out by myself not to use the rpm.. so where i am stuck is that i require to have the apr 1.3 but i got the 1.2.7 with me, so i have downloaded the apr-1.3 rpm but now when i am upgrading it out i am getting an error of depen