Small script to execute from browser..

2001-04-26 Thread Kiran Kumar M
Hi, It might be a bit out topic, but I hope experts in cgi and perl will give me some solution.. I have the following script that execute at command prompt and working fine .. perl -pi -e 's/^(user)(\s+.*)(old)(.*)$/${1}${2}new${4}/' filename For replacing the old item with the new item

Compilation error!!!!

2001-04-11 Thread Kiran Kumar M
Hi, I am trying to compile the pppd-2.2.0f with radiusclient patch. I am getting the following error. I am trying to do this on Redhat 7.0 In file included from /usr/include/linux/if.h:23, from /usr/include/linux/if_ppp.h:39, from lcp.c:53:

Re: Compilation error!!!!

2001-04-11 Thread Kiran Kumar M
The latest ppp release is 2.4.1. But I am forced to use this (2.2.0), radiusclient patch was available with this version. If you know the radiusclient patch with the latest version, please put me on that.. or any suitable softwares that will work similar as radiusclient.. please provide me.. I

Re: HELP me! Trying to locate the pppd source

2001-04-09 Thread Kiran Kumar M
Thanks for your reply and the link. Do you have any idea where can get the radiusclient patchs for these pppd versions... Thanks, Kiran On Sun, 8 Apr 2001, David Talkington wrote: Kiran Kumar M wrote: I am trying to find the source pppd-2.2.0f(I know this is very old), that can compile

HELP me! Trying to locate the pppd source

2001-04-08 Thread Kiran Kumar M
Hi, I am trying to find the source pppd-2.2.0f(I know this is very old), that can compile on Kernel 2.2.14. Does anyone is having this source code, or any references Please let me point there And also does any one have the any version (above 2.2.) of pppd source that will work with

Patch for PPPd for radclient....

2001-04-07 Thread Kiran Kumar M
Hi, This might be a quite out of topic, but it is related with redhat ppp, so I dare to post it in this list I am using pppd 2.2.0f and radclient-2.3.1. The radius authentication part is ok. But After verifying the userid and password it is disconnecting. I want to recompile the pppd with

Routing Problem

2001-03-02 Thread Kiran Kumar M
Hi, I have a network structure as following. eth1 - 192.168.1.254---Internal Network eth0 - xxx.xxx.xxx.xxx ---External Network eth2 - yyy.yyy.yyy.yyy ---Management Port I am using ipchains for communication (routing between) eth0 and eth1. My

Re: PPP authentication And userid display

2001-02-25 Thread Kiran Kumar M
Hi Mikkel, I tried radlogin (configured radius server no different machine..)but it was not successful. And in pppd with mgetty is at the same stage. [snip] It has been a while sence I had this set up - on a RH5.2 machine. Let me see if I can re-construct this... Do you want to

RE: PPP authentication And userid display

2001-02-25 Thread Kiran Kumar M
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kiran Kumar M Sent: Sunday, February 25, 2001 6:37 AM To: Mikkel L. Ellertson Cc: [EMAIL PROTECTED] Subject: Re: PPP authentication And userid display Hi Mikkel, I tried radlogin

PPP authentication And userid display

2001-02-24 Thread Kiran Kumar M
Hi, I am trying to use my redhat box as a dailin server by using multitech cards. I am able to login as a user with password, if the user exists in /etc/passwd. But when I try to find out who are logged in on my machine, by using the command who or finger, I am not getting the required data.

Re: PPP authentication And userid display

2001-02-24 Thread Kiran Kumar M
On Sat, 24 Feb 2001, Mikkel L. Ellertson wrote: I am trying to use my redhat box as a dailin server by using multitech cards. I am able to login as a user with password, if the user exists in /etc/passwd. But when I try to find out who are logged in on my machine, by using the

Re: PPP authentication And userid display

2001-02-24 Thread Kiran Kumar M
On Sat, 24 Feb 2001, Mikkel L. Ellertson wrote: I am trying to use my redhat box as a dailin server by using multitech cards. I am able to login as a user with password, if the user exists in /etc/passwd. But when I try to find out who are logged in on my machine, by using

Re: PPP authentication And userid display

2001-02-24 Thread Kiran Kumar M
On Sat, 24 Feb 2001, Mikkel L. Ellertson wrote: [snip] It has been a while sence I had this set up - on a RH5.2 machine. Let me see if I can re-construct this... Do you want to automaticly open a PPP connection when the client connects and sends a LCP configure request, with a fallback

PPP authentication And userid display

2001-02-23 Thread Kiran Kumar M
Hi, I am trying to use my redhat box as a dailin server by using multitech cards. I am able to login as a user with password, if the user exists in /etc/passwd. But when I try to find out who are logged in on my machine, by using the command who or finger, I am not getting the required data.

crontab and mail

2001-02-14 Thread Kiran Kumar M
Hi, The processing done by 'crontab' will sent to 'root' by mail. How can I stop it. Thanks, Kiran ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Conversion Line-feed or carriage-return!!!

2001-02-14 Thread Kiran Kumar M
Thanks. Kiran On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote: sed 's/Ctr-VCtrl-M//' {file} {outfile} or, in vi :%s/Ctrl-VCtrl-M//g Bill -Original Message- From: Kiran Kumar M [mailto:[EMAIL PROTECTED]] Sent: 13 February 2001 12:48 To: '[EMAIL PROTECTED]' Subject

Re: Conversion Line-feed or carriage-return!!!

2001-02-14 Thread Kiran Kumar M
info on usage of sed command. Cheers, Vineeta Kiran Kumar M wrote: That can be done, but I want to do it by using a command. Thanks, Anyway I got it. Kiran On Tue, 13 Feb 2001, Anthony E . Greene wrote: On Tue, 13 Feb 2001 07:48:10 Kiran Kumar M wrote: I have a file w

Conversion Line-feed or carriage-return!!!

2001-02-13 Thread Kiran Kumar M
Hi, I have a file with characters might be carriage returns. The file looks like the following (I opened it in vi) ^M ^M ^M ^M ^M ^M I want to

Re: Conversion Line-feed or carriage-return!!!

2001-02-13 Thread Kiran Kumar M
That can be done, but I want to do it by using a command. Thanks, Anyway I got it. Kiran On Tue, 13 Feb 2001, Anthony E . Greene wrote: On Tue, 13 Feb 2001 07:48:10 Kiran Kumar M wrote: I have a file with characters might be carriage returns. The file looks like the following (I opened

Re: Spam attack

2001-02-05 Thread Kiran Kumar M
Use the access file in /etc/mail to deny the users or ips or domainname .. Kiran On Mon, 5 Feb 2001, Szemerdy Gbor wrote: Please help! We are attacked since 03. Feb with mails "Free 2-way MOTOROLA Pager" with approx 200 emails to various illegal addresses. The mails are coming in

Date + somedays

2001-02-05 Thread Kiran Kumar M
Hi, How can I get the Date + some days (for example 6th of Feb 2001 + 10 should give 16th of Feb 2001...). How can I achieve this. I installed Date::calc perl module... on Redhat.. Thanks, Kiran ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Date + somedays

2001-02-05 Thread Kiran Kumar M
Thanks, for your mail.. I want to do it in perl. So I am looking for perl command that will work. with any of CPAN Date Modules.. Thanks, Kiran On Mon, 5 Feb 2001, Dave Reed wrote: Date: Tue, 6 Feb 2001 03:45:25 +0530 (IST) From: Kiran Kumar M [EMAIL PROTECTED] Hi, How can I get

webramp

2001-01-17 Thread Kiran Kumar M
Hi, Can anyone point me, where can I get a sniffer that can find "webramp" on the net. If any customer dial to the RAS on my net I want to find out whether is using webramp or ordinary dial-up modem, etc.. Thanks, Kiran ___ Redhat-list

sniffer software to find webramp

2001-01-17 Thread Kiran Kumar M
Hi, Can anyone point me, where can I get a sniffer that can find "webramp" on the net. If any customer dial to the RAS on my net I want to find out whether is using webramp or ordinary dial-up modem, etc.. Thanks, Kiran ___ Redhat-list

Re: win98 and linux

2001-01-16 Thread Kiran Kumar M
. Remember to download a good partition tool, Ranish Partition Manager. (I have it in march'00 CHIP CD) Bye Best of Luck, Pratik Ajmera - Original Message - From: Kiran Kumar M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 1:49 AM Subject: win98 and linux

win98 and linux

2001-01-15 Thread Kiran Kumar M
Hi, I am trying to install win98 , linux, and winNT in one system (20 G) harddisk. First I installed win98, then I installed RedHat 7.0, It was installed successfully. But while exiting it given an warning message 2434 cyclinders.. , so I added 'lba32' in lilo.conf. I was suprised even

Re: Supporting more than 65535 UID's under 6.2

2001-01-04 Thread Kiran Kumar M
Sorry, Please Ignore my earlier mail.. I was sent it by mistake... This is not the answer or related discussion under this thread. Kiran On Thu, 4 Jan 2001, Kiran Kumar M wrote: If you are using more the 2^16 number as a port it will take the (your_port_number)mod 2^16 So always

How can I rescue the disk

2001-01-04 Thread Kiran Kumar M
Hi, I am using RH 7.0, with kernel 2.2.16. I installed this on two IBM SCSI, each having 18 GB. Suddenly the file system was corrupted. I tried to rescue the disk, but I am not able to mount the / (root) partition. I am able to mount the other partition that is there in the same harddisk. I

Re: How can I rescue the disk

2001-01-04 Thread Kiran Kumar M
recreating the partition...if you just recreate the partition in fdisk, often you'll find that the contents of that partition are still there, as long as you don't mkfs on that partition. On Thu, 4 Jan 2001, Kiran Kumar M wrote: Hi, I am using RH 7.0, with kernel 2.2.16. I installed this on tw

RE: How can I rescue the disk

2001-01-04 Thread Kiran Kumar M
ou'll find that the contents of that partition are still there, as long as you don't mkfs on that partition. On Thu, 4 Jan 2001, Kiran Kumar M wrote: Hi, I am using RH 7.0, with kernel 2.2.16. I installed this on two IBM SCSI, each having 18 GB. Suddenly the f

RE: How can I rescue the disk

2001-01-04 Thread Kiran Kumar M
Its already done, No use it is able to verify the complete disk without any errors... Kiran On Thu, 4 Jan 2001, John Aldrich wrote: On Thu, 04 Jan 2001, Kiran Kumar M wrote: Even with /dev/sda also the same. I'd suggest having your SCSI controller check the hard drive. Sounds like

RE: How can I rescue the disk

2001-01-04 Thread Kiran Kumar M
are readable. On Thu, 4 Jan 2001, John Aldrich wrote: On Thu, 04 Jan 2001, Kiran Kumar M wrote: Even with /dev/sda also the same. I'd suggest having your SCSI controller check the hard drive. Sounds like it can't read the disk. :-( John

Re: Supporting more than 65535 UID's under 6.2

2001-01-03 Thread Kiran Kumar M
If you are using more the 2^16 number as a port it will take the (your_port_number)mod 2^16 So always it will be less than 2^16. This will be applicable with any kernel above 2.0.x I believe. Kiran On Wed, 3 Jan 2001, Charles Galpin wrote: Sorry Chuck, I don't have an answer for you. I

RH 7 with Data-Show-3.3 perl module

2000-12-31 Thread Kiran Kumar M
Hi I am trying to install Data-Show-3.3 perl module on RH 7. I install DBI-1.14 before trying to install Data-Show-3.3. DBI-1.14 is installed successfully. But Data-Show-3.3 is giving the following error. Manifying blib/man3/Data::ShowTable.3pm *** ERROR: unterminated I... at line 724 in file

Re: simple routing problem

2000-12-29 Thread Kiran Kumar M
Peter, You have to forward the packets by using ipchains. I think it will solve your problem. Kiran On Fri, 29 Dec 2000, Bret Hughes wrote: Peter Peltonen wrote: Okay, I've updated my subnet plan to look like this: net namenetmaskip 128 dmz1.224

E1R2 internal cards with DSS1 swith support in linux

2000-12-28 Thread Kiran Kumar M
Hi, Can any one suggest me where can I find the E1R2 internal card with DSS1 switch support. I want put that in my linux box and test it. Thanks, Kiran ___ Redhat-list mailing list [EMAIL PROTECTED]

where Can I find inetd.conf in RH 7.0

2000-12-18 Thread Kiran Kumar M
Hi, Wherre Can I find the file inetd.conf in RedHat 7.0, It is not there in /etc Thanks, Kiran ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Sendmail

2000-12-11 Thread Kiran Kumar M
to port 25 which is the smtp server. Raj -Original Message- From: Kiran Kumar M [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 12:13 PM To: [EMAIL PROTECTED] Subject: Re: Sendmail You might be in confusion. If you are typing the only user name without

Re: Sendmail

2000-12-10 Thread Kiran Kumar M
It is using procmail for local users not by sendmail. Kiran On Mon, 11 Dec 2000, Deependra B. Tandukar wrote: Greetings! My sendmail works but when I send email to local users([EMAIL PROTECTED]) in a linux box. It doesn't go. In mail in gives the error [EMAIL PROTECTED] has fatal

Re: Sendmail

2000-12-10 Thread Kiran Kumar M
not know that it's also supposed to accept mail for just the domain name, too, and may be rejecting the mail based on that. On Mon, 11 Dec 2000 09:47:45 +0530 (IST), Kiran Kumar M wrote: It is using procmail for local users not by sendmail. Kiran On Mon, 11 Dec 2000, Deependra B

To dialup users

2000-11-23 Thread Kiran Kumar M
Hi I have a linux box, installed 8 port modem card, I want to send a message to the particular or all dialup users whenever I want to send. Client may use windows, mac or unix, etc. The connection is using ppp (no shell access) How can I achieve this. Thanks, Kiran

Re: To dialup users

2000-11-23 Thread Kiran Kumar M
On Thu, 23 Nov 2000, Michele Baldessari wrote: I have a linux box, installed 8 port modem card, I want to send a message to the particular or all dialup users whenever I want to send. Client may use windows, mac or unix, etc. The connection is using ppp (no shell access) How

Insecure http

2000-11-23 Thread Kiran Kumar M
Hi, I want to create a directory from web interface, for that cgi I given a setuid, But it is generating the following error. Insecure dependency in `` while running setuid at filename.txt the permissions of the directory 755. Where I want to add somemore directories. Thanks, Kiran

telnet problem

2000-11-09 Thread Kiran Kumar M
Hi, I am trying to telnet to a system running linux 6.2, but it is giving the following error: # telnet 200.165.100.3 Trying 200.165.100.3... Connected to 200.165.100.3. Escape character is '^]'. Red Hat Linux release 6.2 (Zoot) Kernel 2.2.14-12smp on an i686 /dev/ttypz: Permission denied

Re: telnet problem

2000-11-09 Thread Kiran Kumar M
Thanks for your reply.., I checked, everything seems to be the same, but its not working... what else I have to check Kiran On Thu, 9 Nov 2000, Ed Lazor wrote: I'm not sure, I'd check the entries in /etc/securetty Each entry should have a corresponding /dev entry. For

Re: telnet problem

2000-11-09 Thread Kiran Kumar M
telnet is even allowed david On Fri, 10 Nov 2000, Kiran Kumar M wrote: Thanks for your reply.., I checked, everything seems to be the same, but its not working... what else I have to check Kiran On Thu, 9 Nov 2000, Ed Lazor wrote: I'm not sure, I'd check

Re: telnet problem

2000-11-09 Thread Kiran Kumar M
I tested with rw-r with ownership root.tty , but its giving Permission denied, so I made it as crw-rw-rw, even its giving the same error I rebooted the system so many times, As in single user mode I can login to the server, if I start in multi user mode, then only I am not able to login

Re: telnet problem

2000-11-09 Thread Kiran Kumar M
On Thu, 9 Nov 2000, Ed Lazor wrote: At 06:17 PM 11/9/2000 -0500, you wrote: Did you check /etc/hosts.deny and hosts.allow also inet.d, whether telnet is even allowed /dev/ttypz: Permission denied Isn't the message displayed when access is denied through the methods you describe

changing passwd

2000-11-01 Thread Kiran Kumar M
Hi, How can I change the password at the command line itself, for ex.: passwd userid password I want to eliminate the confirmation. Thanks Kiran ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: changing passwd

2000-11-01 Thread Kiran Kumar M
, Kiran Kumar M wrote: Hi, How can I change the password at the command line itself, for ex.: passwd userid password I want to eliminate the confirmation. -- Nitro - 3D Visualisation, Graphics Animation Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199

Re: changing passwd

2000-11-01 Thread Kiran Kumar M
man passwd may help you too! - dan. At 5:17 PM +0530 1/11/00, Kiran Kumar M wrote: Hi, How can I change the password at the command line itself, for ex.: passwd userid password I want to eliminate the confirmation. ___ R

Re: changing passwd

2000-11-01 Thread Kiran Kumar M
that when passing the password on the command line, people will be able to see other's password using the ps command (while changing the password). I think it is enough to avoid doing it. Etienne Kiran Kumar M wrote: Hi, How can I change the password at the command line itself

Re: My Redhat linux is forced to reboot for every 7 or 10 days.

2000-10-18 Thread Kiran Kumar M
On Mon, 16 Oct 2000, Kirk wrote: Is there a runaway process? What does top show? 8:17am up 22:58, 5 users, load average: 0.15, 0.16, 0.11 76 processes: 74 sleeping, 2 running, 0 zombie, 0 stopped CPU states: 3.9% user, 5.9% system, 0.0% nice, 90.1% idle Mem: 971600K av, 922356K

My Redhat linux is forced to reboot for every 7 or 10 days.

2000-10-16 Thread Kiran Kumar M
Hi, I am using redhat 6.1, Kernel 2.2.5-15smp, for the services like DNS, Mail, and Web, etc. I am forced to restart the system for every 7 to 10 days because of lack of memory or system is not able to handle any process. It is giving different reasons for not handling the tasks. Most

Re: My Redhat linux is forced to reboot for every 7 or 10 days.

2000-10-16 Thread Kiran Kumar M
On Mon, 16 Oct 2000, Dave Wreski wrote: Lack of memory, It is not allowing one to shutdown the and restart through OS, So I need to switch off and on, whenever it happens. How do you know it's out of memory? Is there swap being used? In my mail I clearly mentioned the type of

Re: total memory not detected

2000-10-03 Thread Kiran Kumar M
Is it possible to use more than 1 G in one server. I want to use 2 G in one server, but it is detecting 1 G only. Does it possible to say use 2 G to kernel. When I use 'free' it is showing the following: total used free sharedbuffers cached Mem:

Re: total memory not detected

2000-10-03 Thread Kiran Kumar M
While Installing I Kept 500 M RAM, because it was not taken more than that. But after installation it Accepted to boot with 2G RAM, but it detected only 1 G. By default it is 1 G, while installing it is not taking that much. Kiran On Tue, 3 Oct 2000, Statux wrote: Is it possible to use

Does any one implemented mmsql driver with jserv using apache inredhat 6.2

2000-09-13 Thread Kiran Kumar M
Hi, If any one implented the Mysql with mmsql driver with jserv using apache in redhat 6.2, can u give point or suggessions how to implement it successfully. I tried to implement as it was mentioned in the Appache-Jserv package, But its giving the error 'connection failed' ( I addred the port