Re: [RE: [Sendmail problem]]

2003-03-04 Thread Kapil Khanna
PROTECTED]> wrote: Nope... That didnt work. > -Original Message- > From: Kapil Khanna [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 9:09 AM > To: [EMAIL PROTECTED] > Subject: Re: [Sendmail problem] > > > Michael, > I had a similar problem. I had o

Re: [Sendmail problem]

2003-03-04 Thread Kapil Khanna
Michael, I had a similar problem. I had one linux server that i was sending mail from. When i send mail from that machine to the outside world the mail had information that it was coming from localhost.localadmin. I tried to use the masquerade_as functionality but that itself did not work. In addit

Re: [Re: [useradd -e always returns invalid date]]

2003-03-02 Thread Kapil Khanna
Fixed the user password issue: i used the passwd instead of usermod -p> or useradd -p Kapil Khanna <[EMAIL PROTECTED]> wrote: This worked useradd -e 9 -g -p username However when i try to logon as the user i cannot and get an authentication denied. I also tried usermod -p use

Re: [useradd -e always returns invalid date]

2003-03-02 Thread Kapil Khanna
? Kapil Khanna <[EMAIL PROTECTED]> wrote: On RH 7.2 the following useradd command always returns invalid date. useradd -e 2099-01-01 -g -p username also tried useradd -e "2099-01-01" -g -p username on running man useradd for the -e option this is what it says The date o

useradd -e always returns invalid date

2003-03-02 Thread Kapil Khanna
e date is specified in the format -MM-DD. What am i doing wrong? Any clues? Thanks, --Kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Apache unexpected shutdown

2003-03-02 Thread Kapil Khanna
localhost Although after making this change i tested the Web server and it was running perfect. It seems to have given this error message 1 hour after i made that check. Any clues on how to debug this sort of problem? Thanks, --Kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED

process vim causes segmentation fault

2003-03-01 Thread Kapil Khanna
My linux box was started to respond very slowly so i ran top. What i saw was vim was consuming 90%+ CPU. So i decided to run strace strace -p revealed --- SIGSEGV (Segmentation fault) --- --- SIGSEGV (Segmentation fault) --- --- SIGSEGV (Segmentation fault) --- over and over again. The strange thi

Re: [Re: What the hell is removeservice and why does it eat CPUcycles]

2003-03-01 Thread Kapil Khanna
I did a google search but found very little. Logwatch churns a lot of logs it seems, and the process is pretty CPU intensive. Will have to schedule them to run late at night. Thanks, --Kapil Michael Schwendt <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat,

What the hell is removeservice and why does it eat CPU cycles

2003-03-01 Thread Kapil Khanna
My linux box is running slow and on running top i find the following PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 13033 root 14 0 996 996 848 R40.1 1.0 2:25 rmoveservice 13032 root 13 0 1036 1036 884 S18.8 1.0 1:19 expandrepeats 13034 r

Re: [Re: [Re: Can i possibly do this? If not, what r my alternatives]]

2003-03-01 Thread Kapil Khanna
Joe, Yes thats what i was thinking too. Thanks for direction. Cheers! --Kapil Joe Polk <[EMAIL PROTECTED]> wrote: I'm sorry I didn't address the external drive. Yes, I would get the drive setup and create a partition. I would then tar up my /usr directory. Then remove everything

Re: [Re: Can i possibly do this? If not, what r my alternatives]

2003-03-01 Thread Kapil Khanna
you want, you probably should worry too much about 60%. If you were inclined to reinstall, you could try putting /usr on it's own partition. This way, should it reach capacity, / would be filled and crash your system. <> On Sat, 2003-03-01 at 12:22, Kapil Khanna wrote: > I rece

Can i possibly do this? If not, what r my alternatives

2003-03-01 Thread Kapil Khanna
I recently installed Redhat on an old P2 laptop. It works like a champ and i am extremely pleased. However the laptop only comes with 2.5 GB of hard drive space. Using the system over the last couple of weeks has the drive at 60% of its capacity. Thats making me anxious that someday i will have to

Re: [Install two version of Java....]

2003-02-28 Thread Kapil Khanna
piece of cake. Do not install both versions via RPM one after the other. Install one via rpm first, rename java directory to some name you would like. Install 2nd version via rpm now. You should have 2 distinct versions of java on ur filesystem. Place the appropriate path to the version of java tha

Procmail exception

2003-02-28 Thread Kapil Khanna
r specific directories to override default behavior. However thats a file and not a directory. What is procmail confused about and what i am doing wrong? Thanks, --Kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: [Re: [RE: IP masquerading not working for sendmail]]

2003-02-28 Thread Kapil Khanna
I fixed the authentication warnings part by adding apache to the /etc/mail/trusted-users file. However i do not yet have the IP masquerading part working yet. Kapil Khanna <[EMAIL PROTECTED]> wrote: I reverted to back to my sendmail.cf back and tried using the macro as you suggested MASQUER

Re: [RE: IP masquerading not working for sendmail]

2003-02-28 Thread Kapil Khanna
ly the hostname variable (and it needs to be the fully qualified name i.e hostname=mydomain.com). Is there something i need to do with hostname and domainname too, to achieve IP masquerading? Also why am i seeing authentication warning for Apache. I am using Squirrelmail+courier-imap+sendmail Thanks, -

Re: [Re: IP masquerading not working for sendmail]

2003-02-28 Thread Kapil Khanna
Nate Sorry that was a typo. It is DM and not DN. "nate" <[EMAIL PROTECTED]> wrote: Kapil Khanna said: > I am running RHAT 7.2. I want to masquerade email being sent from this > machine as mydomain.com > According to the docs i set the DN entry to be DNmydomain.com in the

IP masquerading not working for sendmail

2003-02-27 Thread Kapil Khanna
I am running RHAT 7.2. I want to masquerade email being sent from this machine as mydomain.com According to the docs i set the DN entry to be DNmydomain.com in the /etc/sendmail.cf file. I restarted sendmail (/etc/rc.d/init.d/sendmail restart). I tried sending an email from this box. However masque

'update' process takes control of port 80. Apache looses port 80

2003-02-27 Thread Kapil Khanna
tarted apache , bang my server was up and my web server was listening on port 80. My question is what was this strange behavior that i experienced? Has anybody seen this before? Can anybody provide some light on this? Thanks, --Kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECT

Re: [Re: [RE: RHN newbie.....]]

2003-02-27 Thread Kapil Khanna
Michael, What log can i post so that you and others can check what dependencies caused failures on the up2date. Thanks. Michael Schwendt <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 27 Feb 2003 07:04:45 -0700, Kapil Khanna wrote: > What can i do to s

Re: [RE: RHN newbie.....]

2003-02-27 Thread Kapil Khanna
do this on the website, or can i use the command line or edit a script. If so what are the commands? Does the rhn_check daemon keep running or does it wake up periodically. Also while the daemon is running, how does it impact live users? Thanks, --Kapil Engineering <[EMAIL PROTECTED]> wrote

RHN newbie.....

2003-02-26 Thread Kapil Khanna
I just registered with the Redhat network via the web interface. My system got set up just fine. It found 120 errata's for all the packages installed on my machine. I selected all the erratas to be upadted. It has assigned a check in time of X. Does that mean that at time X, my linux system will a

[Redhat 7.2] certain processes run for too long

2003-02-26 Thread Kapil Khanna
, I need help debugging this problem. Any help from the community will be highly appreciated. Thanks, --Kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Rpm gui in redhat 8

2003-01-11 Thread Kapil Sharma
, verifying them etc. The only alternate is to use rpm console commands. Can anyone let me know of any nice GUI? Cheers kapil -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

web calendar

2001-12-21 Thread Kapil Sharma
Hi, I am looking for a php based calendar which has following features: database based import/export feature open source palm sync (if possible) Please help in finding the best possible solution:-) Thank you kapil _ Do You Yahoo!? Get

internet /database security statistics

2001-12-10 Thread Kapil Sharma
Hi, I need few graphs or statistics/reports on internet security, database security, hacks in last few years etc. Can anybody send me the links ? Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: shell program

2001-05-03 Thread Kapil Sharma
gram and need some help: > >1: The program should search for *.s3d files in > parent > >as well as sub directories > >2: create those directories /sub directories on > remote > >system if it doesn't exist > >3: copy all the files to remote system in

shell program

2001-05-03 Thread Kapil Sharma
n the client system. Please help. kapil __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___ Redhat-list mailing list [EMAIL PROTECTED]

ide/atapi cd rewriter problem

2001-05-02 Thread Kapil Sharma
the data but at end it says some scsi error ..timeout and gives error. The problem comes when cd writer tries to fixate the cd. I will appreciate any help. Cheers kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman

apache error

2001-04-30 Thread Kapil Sharma
23344 exit signal Segmentation fault (11) Cheers kapil __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___ Redhat-list mailing list [EMAIL

Re: RH7.0 + imaps

2001-04-27 Thread Kapil Sharma
Hi, I am looking for some problem logging prgramm for linux/solaris. The program will be used to give the customers a facility to log there problems through web based interface and get a problem track id . The that problem will be allocated to some technical person through email. Cheers kapil

apache

2001-04-26 Thread Kapil Sharma
:26 2001] [notice] child pid 9321 exit signal Segmentation fault (11) Cheers kapil __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ___ Redhat-list

cd writer

2001-04-24 Thread kapil sharma
nished after 0.006s timeout 40s cdrecord: fifo had 6890 puts and 6827 gets. cdrecord: fifo was 0 times empty and 6818 times full, min fill was 95%. What can be the problem. I have tried 2 cds. Please help kapil _ Do You Yahoo!? Get you

inetd.coinf to xinetd.d

2001-04-20 Thread kapil sharma
Hi, I want to configure the swat service in xinetd daemon. I want the following line which workd with inetd to convert to xinetd swat stream tcp nowait.400 root /usr/local/samba/bin/swat sw please help kapil _ Do You Yahoo!? Get

yahoo/icq encryption

2001-04-20 Thread kapil sharma
Hi, Is there any way to encrypt the yahoo login/icq login and messages ? I am using win2k as workstation. Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

cisco password

2001-04-18 Thread Kapil Sharma
Hi, I managed to change the password for cisco switch by using the command: enable password password but no how do i change the password for telnet. I mean when i telnet to cisco switch it asks for a password. That is not privileged one.   kapil - Original Message - From

cisco ios

2001-04-18 Thread Kapil Sharma
Hi, I need to change the password for cisco switch. Can anybody tell me which command should i use to do this. I can login to cisco switch. cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Defrag on Linux ?

2001-04-18 Thread Kapil Sharma
Hi, I need to change the password for cisco switch (IOS firmware) telnet access. How should i do it. I can telnet and login to the swicth . what is the command to do that? kapil _ Do You Yahoo!? Get your free @yahoo.com address at http

Re: apache logs

2001-04-11 Thread Kapil Sharma
Title: RE: apache logs I want to have the apache logs at remote server. How will I give the absolute path. Is there any way same as syslogd to have the log files at central remote server?   Cheers kapil - Original Message - From: KANODIA, ASHOK To: '[EMAIL PROT

apache logs

2001-04-11 Thread Kapil Sharma
Hi, I want to forward all apache web server logs to one central server. How should i do that? Is there any option in apache conf to do this thing? Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

dos attack -solution

2001-04-05 Thread Kapil Sharma
open source ,then please reply. I need these software for linux, sun solaris, win2000. Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Redhat-list

dos attack - solution

2001-04-05 Thread Kapil Sharma
open source ,then please reply. I need these software for linux, sun solaris, win2000. Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Redhat-list

application server which support ecommerce, j2ee, corba, like websphere/weblogic

2001-04-02 Thread Kapil Sharma
. Thank you kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.refer=text ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com

cvs automated scripts

2001-03-26 Thread Kapil Sharma
Hi, Has anybody installed Jrun+cluster cats on redhat linux. I am facing some problems with dynamic IP failover in cluster cats. Thank you kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com

cvs automated scripts

2001-03-26 Thread Kapil Sharma
Hi, Can anybody send me cvs automated scripts or link to them? I need this for automated releases or rivision purpose, get the source from repository and tag them and then make a tar file etc. Thank you kapil sharma __ Do You Yahoo!? Get email at

web site statistics tools

2001-03-12 Thread Kapil Sharma
Can anyone please send me links to the best commercial web site statistics tools? Thank you kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Redhat-list

raw partitions

2001-02-07 Thread Kapil Sharma
checked this error and found out it's about disk not accessible.all partitions are raw (no file system on them) What can be the problem? Please help. kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yaho

rpm building

2001-02-06 Thread Kapil Sharma
Hi, I am facing one more problem: I can install the same rpm build by me for any number of time using rpm -ivh [name] . It should give me a error that this package already installaed. What can be the reason??? kapil __ Do You Yahoo!? Yahoo

network connectivity analyser

2001-02-06 Thread Kapil Sharma
Hi, I am looking for some software which can send a notification on the event of network diconnectivity or some other faults. Please send me ths links Cheers kapil __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http

RPM building problem

2001-02-06 Thread Kapil Sharma
efine user apache %define packagename apache_1.3.17 Summary: The most widely used Web server on the Internet. Name: apache Version: %{version} Release: 0 Group: System Environment/Daemons Source: ftp://ftp.apache.org/apache/dist/apache_1.3.17.tar.gz Copyright: Freely distributable and usable Packager: Ka

rpm packaging

2001-02-03 Thread Kapil Sharma
Hi, I want to build a rpm for my software. Anybody has some idea about the simple process of building rom. I just want to copy my binary files to particular location. Please help kapil __ Get personalized email addresses from Yahoo! Mail - only

Re: Mail programs

2001-02-03 Thread Kapil Sharma
Hi, Go for pine/mutt. Cheers kapil --- Linda Hanigan <[EMAIL PROTECTED]> wrote: > Hi > Any suggestions on a good console > mail program. > Thanks > Linda Hanigan > > > > ___ > Redhat-list mail

kernel rpm building from source

2001-01-29 Thread Kapil Sharma
Hi, has anyone build a kernel binary from the source. If yes then please send me the spec file. Cheers kapil __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com

reizerfs filesystem

2001-01-29 Thread Kapil Sharma
Hi, Can I use reizerfs filesystem on a production environment? Is it stable and fast. Please advice!! Cheers kapil __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com

personal favour

2001-01-28 Thread Kapil Sharma
thankful to you. Thank You kapil sharma www.linux4biz.net [EMAIL PROTECTED] _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Redhat-list mailing list [EMAIL

loopback devices

2001-01-24 Thread Kapil Sharma
Hi , I have a strange problems with loopback devices. When ever i try to execute the following command and I get a error of loopback devices in use. mkinitrd /boot/initrd-2.2.16-22.img 2.2.16-22 All of your loopback devices are in use! Please advise kapil

Re: Redhat 7.0 kernal compiling

2001-01-24 Thread Kapil Sharma
not implemented [FAILED] Starting NFS statd: please help kapil --- RaghuNath L <[EMAIL PROTECTED]> wrote: > did you zImage or bzImage ? > check your size of the kernel more 700kb does'nt > boot properly add the > ide

redhat kernel compiling with raid root

2001-01-23 Thread Kapil Sharma
, I can boot my system. I also tried 2.2.18 kernel but it also doesn't support the autodetecting the raid devices. Can any body explain about any patches by which I can et support for autodetecting the raid on boot using md driver. Please help me!!! Cheers

Re: Redhat 7.0 kernal compiling

2001-01-23 Thread Kapil Sharma
Hi, Still unable to boot. I have enable and build initrd also and with loadable modules. please help kapil --- RaghuNath L <[EMAIL PROTECTED]> wrote: > kapil check ur lilo.conf for initrd and put the same > for new kernel > > Kapil Sharma wrote: > > > Hi, > >

raid

2001-01-22 Thread Kapil Sharma
Hi, What is the minimum number of disks required for the following raids: raid0 raid1 raid5 Cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ Redhat

Re: Redhat 7.0 kernal compiling

2001-01-22 Thread Kapil Sharma
specifying boot image and initrd image. Now I am unable to boot from this new kernel. It is unable to mount the root partition. The problem comes after scsi disks detection. The problem is as follows:track. kernel panic: VFS: unable to mount root from 09:01 Please help me!!! Cheers kapil oops! md1

kernel recompiling with raid+scsi support

2001-01-22 Thread Kapil Sharma
Hi, I have recompiled the kernel version 2.2.16 on redhat7. Now i am unable to boot with new kernel. My root partition is on the raid 1 and its /dev/md1. The booting process stuch with error while detecting the raid partitions saying oops! md1 not running, giving up. Please help. Cheers kapil

Re: Redhat 7.0 kernal compiling

2001-01-19 Thread Kapil Sharma
Hi, I am still facing the same problem. Can anybody help please? kapil --- RaghuNath L <[EMAIL PROTECTED]> wrote: > rm your .config file and launch mane menuconfig and > retry. > > > > \Kapil Sharma wrote: > > > Hi, > > Here is the problem: > >

NFS failover and mount

2001-01-19 Thread Kapil Sharma
serv2. Is it possible in Linux? kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ Redhat-list mailing list [EMAIL PROTECTED] https

Re: Redhat 7.0 kernal compiling

2001-01-19 Thread Kapil Sharma
[2]: *** [checksum.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.2.16/arch/i386/lib' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/linux-2.2.16/arch/i386/lib' make: *** [_dir_arch/i386/lib] Error 2 kapil _

kernal source

2001-01-19 Thread Kapil Sharma
Which RPM contains the source of the kernal so that i can recompile it. Cheers kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ Redhat-list

Redhat 7.0 kernal compiling

2001-01-19 Thread Kapil Sharma
Hi, I am having aproblem compiling kernal on redhat 7.0 . Is it a problem with gcc. kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ Redhat

amd/autofs

2001-01-17 Thread Kapil Sharma
Hi, I have few queries about autofs and amd. Which one is more supported and stable on linux? I have to use it in production failover env. Cheers kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http

cvs

2001-01-14 Thread Kapil Sharma
that jbuilder has some bugs or limitations. they say if they import some class into some code and then compile the whole project jbuilder searches for that imported class source code and recompile everything. Is there any better solution for using jbuilder with cvs. Please advise. kapil

linux disk mirroring softwares

2001-01-14 Thread Kapil Sharma
first nfs server that will also be updated on second nfs server automatically. The second nfs server is for failover purposes. Please help cheers kapil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

linux mirroring softwares

2001-01-14 Thread Kapil Sharma
Hi,Is there any software, commercial/non-commercial, for linux mirroring? I have 2 NFS servers. Only one is used by clients. I want first server (which is used by clients) to automatically mirror the data to another NFS server at the same time. So whenever some transaction will be updated on

oracle on linux

2000-09-25 Thread kapil sharma
I am using Redhat 6.2. I have installed Oracle 8.16 enterprise version on linux. sqlplus is working perfectly. Now I want to use oracle enterprise manager through browser or GUI. I am unable to fing any configuration or command to use the enterprise manager. Please help!! kapil

apache connection limit

2000-09-25 Thread kapil sharma
Hi, I would like to know about apache web server simultaneous connection limit. I am using Redhat 6.2 and apache web server 1.3.12 kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

ipchains

2000-09-22 Thread kapil sharma
Hi, I want to block yahoo messenger through IP chains. I am using Redhat 6.2. kapil > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo

intrusion detection

2000-09-22 Thread kapil sharma
OK for this purpose. kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Netscape won't load

2000-09-22 Thread kapil sharma
Hi, I want to block yahoo messenger through IP chains. I am using Redhat 6.2. kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

blocking yahoo and all messenger with ipchains

2000-09-04 Thread kapil sharma
Hi, I would like to block all the messenger services like yahoo messenger, aol, ICQ etc through ipchains. I am using IPchains on redhat linux6.2. Please help? I also want to make a ACL in squid to block all sites starting with "mail.". Is it possib

CD writer

2000-08-29 Thread kapil sharma
Hi, I want to buy a CD writer. I want to know which make will work on Linux well. I am using redhat linux6.2. Please help! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

sendmail

2000-08-29 Thread kapil sharma
I am using sendmail with redhat linux. I want to forward a mail to some other user and one copy to itself. For example: if kapil wants to send one copy to [EMAIL PROTECTED] and keep one copy of itself. What should I write in .forward file for this. Please help kapil  

sendmail

2000-08-26 Thread kapil sharma
I would like to add a footer in all of my email passing through my sendmail email server. I am using sendmail on redhat 6.2. Please help! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

some queries

2000-08-25 Thread kapil sharma
1: I need a web based squid logs analyzer! Do you have any idea about that? 2: I want to block yahoo messenger and yahoo mail in IPCHAINS. Please help me! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman

Squid cachemgr.cgi problem

2000-08-17 Thread kapil sharma
I am unable to connect to squid proxy server cache manager (cachemgr.cgi. program). Please help! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

IPchains interface

2000-08-17 Thread kapil sharma
Is there any good graphical interface for making ipchains policies? Please suggest one software for making ipchains rules on Redhat linux 6.1 kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat

Re: telnet problem

2000-08-11 Thread kapil sharma
Hi, I found from the remote server the following information: Aug 11 16:50:29 dsf telnetd[17756]: ttloop: peer died: Invalid or incomplete multibyte or wide character What can be the reson for this? kapil Eddie Strohmier wrote: > Are you saying your trying to telnet an online server vi

telnet problem

2000-08-10 Thread kapil sharma
'^]'. Please help!!!!! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

ipchains

2000-08-09 Thread kapil sharma
IP address from using yahoo messenger. Please help! kapil ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Redirection of URL

2000-08-04 Thread kapil sharma
Can you please send me the DNS way to redirect the URL. I also would like to know about apache redirect/rewrite methods!! Thank you kapil Robert Soros wrote: > There are two ways that you can do this, the way is easy, assuming you > have write access to http://foo.com > Insert this

Redirection of URL

2000-08-03 Thread kapil sharma
Hi, I am using apache 1.3.12 with Redhat 6.2. I want to redirect one url to other url. For example if some request comes for http://foo.com then the url should redirect to http://www.foo.com What should i do for that? Thank you kapil ___ Redhat

Re: Problems with dial on demand

2000-07-25 Thread kapil sharma
> I am having problems configuring diald. Can you please suggest some good > documentation for it?? Thank you kapil -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

diald problem

2000-07-25 Thread kapil sharma
> Hello Friends, I am configuring diald,but it gives error on runnig the command: /usr/sbin/diald i am here enclosing my diald.conf file with log messages would any one help me. -- diald.conf --

Mysql sorce compile on solaris 2.6

2000-07-25 Thread kapil sharma
> Hi I am having a problem while compiling Mysql 3.22.32 source code on solaris 2.6. I am getting the following error while executing: I am having a gcc compiler installed on solaris ./configure --prefix=/opt/mysql Error: checking for restartable system calls... configure: error: can not run t

NAT

2000-07-21 Thread kapil sharma
Can anybody explain me what is NAT? Please send me some resources to read about NAT? Thank you kapil -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

ipchains

2000-07-18 Thread kapil sharma
Hi, I want to block the follwing things through IPchains. I am running redhat6.2. Yahoo messenger, ICQ, AOL pager, Please help -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

apache

2000-07-16 Thread kapil sharma
I want to execute a script whenever a client goes to a specific directory. For example if a user goes to "http://foo.com/homepage/$user" then the apache should execute a cgi script. Is it possible? Please help! kapil -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

solaris 2.6

2000-07-15 Thread kapil sharma
: Please suggest some good books. Thank you kapil -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

New linux support site

2000-03-20 Thread kapil
Hi, We are developing a web portal for linux support. We want some volunteer staff to write linux articles. Your articles will appear on our web site with your name. Please send your articles on any linux topic. Any kind of information will be highly appreciated. Thank you Kapil Sharma http

virtual consoles

2000-03-20 Thread kapil
How to configure my linux server (redhat linux 6.1) to have 12 virtual consoles. I also want to run my log files like "/var/log/messages" on one of the virtual consoles. I mean I want my log files to appear on some virtual console. How will it be possible? kapil -- To unsubscribe: m

ftp and telnet problem

2000-03-20 Thread kapil
ork. Is there any way by which I can remove telnet access for specific user and allow ftp access for the same user? Thank you kapil sharma -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.