Re: [CentOS] how to check the number of thread on apache server

2010-08-22 Thread Matt Keating
On Fri, Aug 20, 2010 at 7:02 PM, Kwan Lowe wrote: > On Fri, Aug 20, 2010 at 1:57 PM, Agnello George > wrote: >> how to check the number of thread  on my   Apache server  ,  is there a >> specific command , and how do i increase these threads .. >> If you are talking about worker threads. Turn on

Re: [CentOS] rexec error - where are you

2010-08-22 Thread nux
aurfal...@gmail.com writes: > Hi all, > > I've a particular host on my network that when I run; > > rexec -l username -p password remotehost command > > it just hangs. > > When I do; > > rexec -a -l username -p password remotehost command > > i get; Where are you? > > If I do; > > rexec -l

[CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread ganu MailList
I do know how to set the kernel parameters on the /etc/sysctl.conf file. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Eero Volotinen
2010/8/22 ganu MailList : > I do know how to set the kernel parameters on the /etc/sysctl.conf file. just follow the oracle documentation at: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php br, -- Eero, RHCE ___ CentOS maili

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Eero Volotinen
2010/8/22 Eero Volotinen : > 2010/8/22 ganu MailList : >> I do know how to set the kernel parameters on the /etc/sysctl.conf file. > > just follow the oracle documentation at: > http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php sorry, my mistake: http://download.oracle.

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread ganu MailList
I do know how to set following parameters: My memories is 3G #kernel.shmall = 2097152 #kernel.shmmax = 2147483648 kernel.shmmni = 4096 # semaphores: semmsl, semmns, semopm, semmni kernel.sem = 250 32000 100 128 #fs.file-max = 65536 net.ipv4.ip_local_port_range = 1024 65000 net.core.rmem_default=2

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Hakan Koseoglu
Ganu, On 22 August 2010 13:00, ganu MailList wrote: > I do know  how to set following parameters: >> http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/toc.htm I am not sure what's the question here. Did you follow the documentation and had a problem? -- Hakan (m1fcj) - http://www.hi

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread ganu MailList
I try to install oracle for several times, but all fails. The problem I meet is how to set the following parameters: For example, what should be set to kernel.shmall ? #kernel.shmall = 2097152 #kernel.shmmax = 2147483648 kernel.shmmni = 4096 # semaphores: semmsl, semmns, semopm, semmni kernel.

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Hakan Koseoglu
On 22 August 2010 13:08, ganu MailList wrote: > I try to install oracle for several times,  but all fails. > The problem I meet is how  to set the  following parameters: > For example,  what should be set to kernel.shmall ? Try reading the documentation for once: http://download.oracle.com/docs/c

[CentOS] Strange Apache log entry

2010-08-22 Thread Gilbert Sebenste
Hey everyone, Logwatch flagged something in my Apache logs, and it says it was a possible successful probe. Hmmm. Here's what it says: - httpd Begin A total of 1 sites probed the server 66.249.137.70 A total of 2 possible successful probe

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Eero Volotinen
2010/8/22 Gilbert Sebenste : > Hey everyone, > > Logwatch flagged something in my Apache logs, and it says it was a > possible successful probe. Hmmm. Here's what it says: > >  - httpd Begin > >  A total of 1 sites probed the server >     66.249.137.70 >

Re: [CentOS] Announce list digest ??

2010-08-22 Thread Ron Loftin
On Mon, 2010-08-02 at 21:16 +0200, Ralph Angenendt wrote: > Am 30.07.10 16:03, schrieb Ron Loftin: > > > > It seems that the past month or so the CentOS Announce list digest has > > no longer been sent out to the general CentOS list ( this list ) > > although the CentOS Web site still says that t

Re: [CentOS] rexec error - where are you

2010-08-22 Thread aurfalien
On Aug 22, 2010, at 5:28 AM, n...@li.nux.ro wrote: > aurfal...@gmail.com writes: > >> Hi all, >> >> I've a particular host on my network that when I run; >> >> rexec -l username -p password remotehost command >> >> it just hangs. >> >> When I do; >> >> rexec -a -l username -p password remotehost

Re: [CentOS] how to check the number of thread on apache server

2010-08-22 Thread Chuck Munro
> Subject: Re: [CentOS] how to check the number of thread on apache > server > To: CentOS mailing list > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On Fri, Aug 20, 2010 at 7:02 PM, Kwan Lowe wrote: > >> On Fri, Aug 20, 2010 at 1:57 PM, Agnello George >> wr

Re: [CentOS] securing a remotely hosted machine

2010-08-22 Thread Robert Spangler
On Friday 20 August 2010 10:55, Brunner, Brian T. wrote: > 2: Log-ins through firewall allowed only from approved IPs/MACs > regardless of possession of correct password. One can never guarantee that they will be a at the approved IP/MAC Address when issues arise. For this reason I would use SS

Re: [CentOS] rexec error - where are you

2010-08-22 Thread Gordon Messmer
On 08/21/2010 07:04 PM, aurfal...@gmail.com wrote: > Any ideas would be very appreciated. If you can configure your application to not use '-p', you can probably remove rexec, symlink that path to ssh, and use ssh instead. ___ CentOS mailing list CentOS

Re: [CentOS] securing a remotely hosted machine

2010-08-22 Thread Eero Volotinen
2010/8/22 Robert Spangler : > On Friday 20 August 2010 10:55, Brunner, Brian T. wrote: > >> 2: Log-ins through firewall allowed only from approved IPs/MACs >> regardless of possession of correct password. > > One can never guarantee that they will be a at the approved IP/MAC Address > when issues a

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Keith Roberts
On Sun, 22 Aug 2010, Gilbert Sebenste wrote: > To: centos@centos.org > From: Gilbert Sebenste > Subject: [CentOS] Strange Apache log entry > > Hey everyone, > > Logwatch flagged something in my Apache logs, and it says it was a > possible successful probe. Hmmm. Here's what it says: > > --

[CentOS] Guidance on Linux Kernel/OS Programming for Beginners

2010-08-22 Thread linux-crazy
Hi List, I am working on LINUX for the past six years , and am a core linux guys since i started my career on linux . Working more on Redhat / centos / Fedora based distribution system administration . with some basic bash scripting knowledge. Now am looking to deep dive into programming to c

[CentOS] Guidance on Linux Kernel/OS Programming for Beginners

2010-08-22 Thread linux-crazy
Hi List, I am working on LINUX for the past six years , and am a core linux guys since i started my career on linux . Working more on Redhat / centos / Fedora based distribution system administration . with some basic bash scripting knowledge. Now am looking to deep dive into programming to c

Re: [CentOS] Guidance on Linux Kernel/OS Programming for Beginners

2010-08-22 Thread Eero Volotinen
2010/8/22 linux-crazy : > Hi List, > > >  I am working on LINUX for the past six years , and am a core linux > guys since i started my career on linux . Working more on Redhat / > centos / Fedora based distribution system administration  . with some > basic bash scripting knowledge. > >  Now am loo

Re: [CentOS] SDA and HDA

2010-08-22 Thread Matt
> The only problems with switching after install is: > > 1) you need to be sure the initrd has the (proper) SATA kernel module(s) > in it.  If necessary, you'll have to use mkinitrd to re-create the > initrd file to include the proper driver modules. > > 2) /etc/fstab needs to be fixed, either to u

Re: [CentOS] SDA and HDA

2010-08-22 Thread Rob Kampen
Matt wrote: The only problems with switching after install is: 1) you need to be sure the initrd has the (proper) SATA kernel module(s) in it. If necessary, you'll have to use mkinitrd to re-create the initrd file to include the proper driver modules. 2) /etc/fstab needs to be fixed, either to

Re: [CentOS] Guidance on Linux Kernel/OS Programming for Beginners

2010-08-22 Thread Silviu Hutanu
Regarding your mail... I'm also a sysadmin who also what to push the limits further ... i remember some C/C++ from colllege and some java and shell scripting from my current job as java programmer . Feel free to contact me in the case you have some plans to start a project do to something the de

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Gilbert Sebenste
On Sun, 22 Aug 2010, Keith Roberts wrote: > On my Fedora 12 server, searching for 'proc/self/environ' I > found the following in my apache log files: > > www.php-debuggers.net 66.179.32.5 - - [21/Aug/2010:18:56:10 > +0100] "GET /file.php?file > []=../../../../../../../../../../../../../../../proc/

Re: [CentOS] rexec error - where are you

2010-08-22 Thread kalinix
On Sat, 2010-08-21 at 19:04 -0700, aurfal...@gmail.com wrote: > Hi all, > > I've a particular host on my network that when I run; > > rexec -l username -p password remotehost command > > it just hangs. > > When I do; > > rexec -a -l username -p password remotehost command > > i get; Where ar

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Hakan Koseoglu
On 22 August 2010 23:05, Gilbert Sebenste wrote: > Thanks. They got a 404 error with me, obviously...but I wanted to make > sure it was nothing more than that. Are you sure? your earlier posting had 200, not 404. -- Hakan (m1fcj) - http://www.hititgunesi.org __

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Gordon Messmer
On 08/22/2010 03:05 PM, Gilbert Sebenste wrote: > Thanks. They got a 404 error with me, obviously...but I wanted to make > sure it was nothing more than that. No, they didn't. That's why you were warned that it was a potentially successful probe. The exploit requires that you are running php an

Re: [CentOS] Strange Apache log entry

2010-08-22 Thread Gilbert Sebenste
On Sun, 22 Aug 2010, Gordon Messmer wrote: > No, they didn't. That's why you were warned that it was a potentially > successful probe. > > The exploit requires that you are running php and have a script that > includes a file referenced by the global variable "g" (or maybe the http > request vari

Re: [CentOS] SDA and HDA

2010-08-22 Thread Robert Heller
At Sun, 22 Aug 2010 16:09:00 -0500 CentOS mailing list wrote: > > > The only problems with switching after install is: > > > > 1) you need to be sure the initrd has the (proper) SATA kernel module(s) > > in it.  If necessary, you'll have to use mkinitrd to re-create the > > initrd file to incl

Re: [CentOS] SDA and HDA

2010-08-22 Thread Robert Heller
At Sun, 22 Aug 2010 17:12:14 -0400 CentOS mailing list wrote: > > > Matt wrote: > >> The only problems with switching after install is: > >> > >> 1) you need to be sure the initrd has the (proper) SATA kernel module(s) > >> in it. If necessary, you'll have to use mkinitrd to re-create the > >

Re: [CentOS] SDA and HDA

2010-08-22 Thread Robert Heller
At Sun, 22 Aug 2010 17:12:14 -0400 CentOS mailing list wrote: > > > Matt wrote: > >> The only problems with switching after install is: > >> > >> 1) you need to be sure the initrd has the (proper) SATA kernel module(s) > >> in it. If necessary, you'll have to use mkinitrd to re-create the > >

[CentOS] Screensaver timer failure

2010-08-22 Thread Mark
Has anyone else seen this? I have my screensaver set to activate after 2 hours, but it never does. 2.6.18-194.11.1.el5 #1 SMP Tue Aug 10 19:05:06 EDT 2010 x86_64 GNU/Linux centos-release-5-5.el5.centos.x86_64 Mark ___ CentOS mailing list CentOS@centos.

[CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread Ron Blizzard
Hi Everyone, I've got kids who are growing older and I want to build a Linux box to filter Internet access. I've got six computers on the Internet, plus the laptops -- most run Windows. I'm not sure if it's called a router or gateway or...? I don't mind doing the leg work, I just don't know where

Re: [CentOS] SDA and HDA

2010-08-22 Thread Mark
On Sun, Aug 22, 2010 at 3:35 PM, Robert Heller wrote: > At Sun, 22 Aug 2010 16:09:00 -0500 CentOS mailing list > wrote: > >> I see in this file: >> >> # cat /boot/grub/device.map >> # this device map was generated by anaconda >> (hd0)     /dev/hda >> >> Should I change this too sda?  It works an

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread John R Pierce
> Hi Everyone, > > I've got kids who are growing older and I want to build a Linux box to > filter Internet access. I've got six computers on the Internet, plus > the laptops -- most run Windows. I'm not sure if it's called a router > or gateway or...? I don't mind doing the leg work, I just don'

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread S.Tindall
On Sun, 2010-08-22 at 17:48 -0500, Ron Blizzard wrote: > Hi Everyone, > > I've got kids who are growing older and I want to build a Linux box to > filter Internet access. I've got six computers on the Internet, plus > the laptops -- most run Windows. I'm not sure if it's called a router > or gate

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread Robert Heller
At Sun, 22 Aug 2010 17:48:14 -0500 CentOS mailing list wrote: > > Hi Everyone, > > I've got kids who are growing older and I want to build a Linux box to > filter Internet access. I've got six computers on the Internet, plus > the laptops -- most run Windows. I'm not sure if it's called a rout

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread Michael Semcheski
On Sun, Aug 22, 2010 at 7:34 PM, Robert Heller wrote: > Your Linksys router IS a simple 32-bit computer running Linux (typicall > an ARM processor, not really any faster than a PIII, probably slower > actually). A PIII has more than enough processing power to function as a > router, DNS, and DHCP

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread William Warren
On 8/22/2010 8:11 PM, Michael Semcheski wrote: > On Sun, Aug 22, 2010 at 7:34 PM, Robert Heller wrote: >> Your Linksys router IS a simple 32-bit computer running Linux (typicall >> an ARM processor, not really any faster than a PIII, probably slower >> actually). A PIII has more than enough proc

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread John R Pierce
> Look into buffalo tech. their higher end "n" routers run dd-wrt which > IS Linux based. > and dd-wrt is playing the closed source, pay-for-features game. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS or other Linux Internet Router/Gateway

2010-08-22 Thread Bob McConnell
Ron Blizzard wrote: > Hi Everyone, > > I've got kids who are growing older and I want to build a Linux box to > filter Internet access. I've got six computers on the Internet, plus > the laptops -- most run Windows. I'm not sure if it's called a router > or gateway or...? I don't mind doing the l

Re: [CentOS] how to install oracle 10 on the centos?

2010-08-22 Thread Tsuyoshi Nagata
(2010/08/22 21:08), ganu MailList wrote: > I try to install oracle for several times, but all fails. Good video for install Oracle! ORACLE TUTORIALS : Oracle 10g Installation on Linux 5 part1 http://www.youtube.com/watch?v=1km34Y0OaQU ___ CentOS mailin

Re: [CentOS] Screensaver timer failure

2010-08-22 Thread Tsuyoshi Nagata
Hi Mark! (2010/08/23 7:47), Mark wrote: > I have my screensaver set to activate after 2 hours, but it never does. #Appliation Issue After 2hr, another problem would be happened in your box. Many case some application rubs the CPU, these are high priority than screensavers prio. #Kernel Issue You