port forwarding using iptables

2003-02-04 Thread K.Deepak
Dear All,

  I have a small query on setting up iptables for
port  forwarding. i am explaining my setup below


over

dial-up ethernet
solaris  -> RedHat Linux 7.2 > HW.Dev
5.8 box

(i)The ip address of the solaris box is 129.80.116.95
(ii) The solaris box connects to RedHat Linux 7.2 box
via dial up connection. The dial up address at solaris
box is 10.10.10.1
(iii) The dial up or ppp interface address at RedHat
Linux 7.2 side is 10.10.10.2

(iv) A Hardware Device ( HW.Dev) is connected to
RedHat Linux 7.2 box on it's ethernet eth0 interface.

(v) The ip address of the HW.Dev is 192.168.10.2. this
hardware device has a web browser running at port 80

Could anyone help me on explaning the iptables ruleset
i have to write so that if i connect to 10.10.10.2 on
port 80, it redirects me to the web browser running at
192.168.10.2 .

i know that it is achiveable using iptables port
forwarding. could someone help me out in this case


Thanks
Deepak




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Deny one user from getting telnet

2002-07-08 Thread K.Deepak


Dear Shyam,
   
you can achieve this by using a simple firewall script or modifying the
/etc/hosts.deny and /etc/hosts.allow file.  ( refer man pages hosts.deny
& hosts.allow )
let me know which method you want so that i can help you out
Thanks
K.Deepak
Shyam Kumar Mankayil wrote:
I am hosting a couple of sites at my server , and
my style is by creating a username - password for every client that I host
: Some may have to be denied telnet , others ftp .
How do I deny a user (say user xyz , that I assossiate with xyz.com
) , from telnet ?
Thanks,
Shyam
 

Relive
the FIFA World Cup goals with exclusive video highlights!
http://fifaworldcup.yahoo.com/fc/en



Re: Print to a file

2002-07-08 Thread K.Deepak



Dear Kevin,
   
simple. say if you are trying to run the nmap for your localhost and would
like to save it as a file called as nmap.output. use the command
nmap localhost > nmap.output
or
you can use the gui version of nmap called as nmapfe . this give the
option of saving the log file.
Thanks
K.Deepak
 
Kevin Keithan wrote:



I
want to run nmap on my network but the output is way too large.  
I want to run nmap and have the output go to a file. I know there is a
way to do this I just can't find the command.




Kevin
Keithan

CIS
Lab Supervisor

WebDevLCCC.com
Admin

610-799-1109








Re: kcore

2002-06-26 Thread K.Deepak



Dear Madhvi,
   
/proc is nothing but your physical memory ( i mean random access memory
of your machine !!!) . kcore is the file which has the data that is currently
loaded into the memory
Thanks
K.Deepak
 
madhvi wrote:

HiI
am having memory problems on my server (RH7.1) When
I do ls -lF on /proc , what does the the following line mean-r   
1 root root 536875008 Jun
26 15:46 kcore
Can this be the reason why I am getting
memory shortage problems? Madhvi





Re: Anti-Spam

2002-06-25 Thread K.Deepak

Dear Harry,

I tried for the past two days , but all in vain. i am not able
to deliver the spammed messages into the folder caughtspam.  I gave in the addtional
entries given by you . the procmail log says "No match found for ^X-Spam-Flag: Yes " .
I even tried replacing this statement in procmail with the egrep command
| /bin/egrep\ -e\ "^X-Spam-Flag: YES"

I am attaching both my procmailrc file and the procmail log file . please help me out.
it would be good if you can be give a detailed step by step procedure


Thanks
K.Deepak



Harry Putnam wrote:

> "K.Deepak" <[EMAIL PROTECTED]> writes:
>
> > Please help me out by telling the exact rules which will make the spamassassing to
> > deliver the spammed messsages to the folder
> > /var/spool/mail/caughtspam
>
> Sounds like something else is wrong here.
>
> If you have the rule you posted:
>   :0fw
>   | spamassassin
>   * ^X-Spam-Flag: Yes
>   caughtspam
> It must mean that no `X-Spam-Flag: Yes' header is being inserted into
> the message.  check for that headers presence in some of the mail you
> think should have gone to `caughtspam'.
>
> Or the procmail setup itself may not be configured correctly.
>
> I'd have to know more about your actual rule and the rest of your
> setup.  But you might be able to help yourself by setting these
> variables in /etc/procmailrc .. first to make sure /etc/procmailrc is
> even being read.
>
>   LOGABSTRACT=ALL
>   LOGFILE=/some/log.file
>   VERBOSE=YES
>
> Hopefully the log output in `log.file' will give some clues.
>
> Post any interesting log messages, or if you get none, we should look
> at how procmail is being invoked.
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list


procmail: [15362] Mon Jun 24 09:14:06 2002
procmail: Executing "spamassassin"
procmail: [15362] Mon Jun 24 09:14:09 2002
procmail: Skipped "* ^X-Spam-Flag: YES"
procmail: Assigning "caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
procmail: Suspicious rcfile "/home/spamtest/.procmailrc"
procmail: Couldn't read "/home/spamtest/.procmailrc"
  Folder: /var/spool/mail/spamtest1
procmail: [15415] Mon Jun 24 09:15:51 2002
procmail: Executing "spamassassin"
procmail: [15415] Mon Jun 24 09:15:54 2002
procmail: Skipped "* ^X-Spam-Flag: YES"
procmail: Assigning "caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
  Folder: /var/spool/mail/spamtest1
procmail: [15426] Mon Jun 24 09:16:46 2002
procmail: Executing "spamassassin"
procmail: [15426] Mon Jun 24 09:16:48 2002
procmail: Skipped "* !^X-Spam-Flag: YES"
procmail: Assigning "caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
  Folder: /var/spool/mail/spamtest1
procmail: [15435] Mon Jun 24 09:18:07 2002
procmail: Executing "spamassassin"
procmail: [15435] Mon Jun 24 09:18:10 2002
procmail: Skipped "* -Spam-Flag: YES"
procmail: Assigning "caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
  Folder: /var/spool/mail/spamtest1
procmail: [15563] Mon Jun 24 09:20:30 2002
procmail: Executing "spamassassin"
procmail: [15563] Mon Jun 24 09:20:32 2002
procmail: Skipped "* -Spam-Flag: YES"
procmail: Skipped "/var/spool/mail/caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
  Folder: /var/spool/mail/spamtest1
procmail: [15613] Mon Jun 24 09:25:36 2002
procmail: Assigning "MAIL=/var/spool/mail"
procmail: Executing "spamassassin"
Couldn't open /var/spool/mail: Is a directory at 
/usr/lib/perl5/site_perl/5.6.0/Mail/SpamAssassin/NoMailAudit.pm line 365.
procmail: [15613] Mon Jun 24 09:25:39 2002
procmail: Program failure (70) of "spamassassin"
procmail: Rescue of unfiltered data succeeded
procmail: [15613] Mon Jun 24 09:25:39 2002
procmail: Skipped "! -Spam-Flag: YES"
procmail: Skipped "/var/spool/mail/caughtspam"
procmail: Assigning 
"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
 Subject: test 4
  Folder: /var/spool/mail/spamtest 

Re: Anti-Spam

2002-06-25 Thread K.Deepak

Dear Harry,

Oops. forgot to mention an info. i tried the following 
procmail rule
 :0fw
 | spamassassin
 * ^X-Spam-Flag: Yes
 caughtspam


Regards
K.Deepak


"K.Deepak" wrote:

> Dear Harry,
>
> I tried for the past two days , but all in vain. i am not 
>able
> to deliver the spammed messages into the folder caughtspam.  I gave in the addtional
> entries given by you . the procmail log says "No match found for ^X-Spam-Flag: Yes " 
>.
> I even tried replacing this statement in procmail with the egrep command
> | /bin/egrep\ -e\ "^X-Spam-Flag: YES"
>
> I am attaching both my procmailrc file and the procmail log file . please help me 
>out.
> it would be good if you can be give a detailed step by step procedure
>
> Thanks
> K.Deepak
>
> Harry Putnam wrote:
>
> > "K.Deepak" <[EMAIL PROTECTED]> writes:
> >
> > > Please help me out by telling the exact rules which will make the spamassassing 
>to
> > > deliver the spammed messsages to the folder
> > > /var/spool/mail/caughtspam
> >
> > Sounds like something else is wrong here.
> >
> > If you have the rule you posted:
> >   :0fw
> >   | spamassassin
> >   * ^X-Spam-Flag: Yes
> >   caughtspam
> > It must mean that no `X-Spam-Flag: Yes' header is being inserted into
> > the message.  check for that headers presence in some of the mail you
> > think should have gone to `caughtspam'.
> >
> > Or the procmail setup itself may not be configured correctly.
> >
> > I'd have to know more about your actual rule and the rest of your
> > setup.  But you might be able to help yourself by setting these
> > variables in /etc/procmailrc .. first to make sure /etc/procmailrc is
> > even being read.
> >
> >   LOGABSTRACT=ALL
> >   LOGFILE=/some/log.file
> >   VERBOSE=YES
> >
> > Hopefully the log output in `log.file' will give some clues.
> >
> > Post any interesting log messages, or if you get none, we should look
> > at how procmail is being invoked.
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
>   
> procmail: [15362] Mon Jun 24 09:14:06 2002
> procmail: Executing "spamassassin"
> procmail: [15362] Mon Jun 24 09:14:09 2002
> procmail: Skipped "* ^X-Spam-Flag: YES"
> procmail: Assigning "caughtspam"
> procmail: Assigning 
>"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
> procmail: Suspicious rcfile "/home/spamtest/.procmailrc"
> procmail: Couldn't read "/home/spamtest/.procmailrc"
>   Folder: /var/spool/mail/spamtest1
> procmail: [15415] Mon Jun 24 09:15:51 2002
> procmail: Executing "spamassassin"
> procmail: [15415] Mon Jun 24 09:15:54 2002
> procmail: Skipped "* ^X-Spam-Flag: YES"
> procmail: Assigning "caughtspam"
> procmail: Assigning 
>"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
>   Folder: /var/spool/mail/spamtest1
> procmail: [15426] Mon Jun 24 09:16:46 2002
> procmail: Executing "spamassassin"
> procmail: [15426] Mon Jun 24 09:16:48 2002
> procmail: Skipped "* !^X-Spam-Flag: YES"
> procmail: Assigning "caughtspam"
> procmail: Assigning 
>"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
>   Folder: /var/spool/mail/spamtest1
> procmail: [15435] Mon Jun 24 09:18:07 2002
> procmail: Executing "spamassassin"
> procmail: [15435] Mon Jun 24 09:18:10 2002
> procmail: Skipped "* -Spam-Flag: YES"
> procmail: Assigning "caughtspam"
> procmail: Assigning 
>"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
>   Folder: /var/spool/mail/spamtest1
> procmail: [15563] Mon Jun 24 09:20:30 2002
> procmail: Executing "spamassassin"
> procmail: [15563] Mon Jun 24 09:20:32 2002
> procmail: Skipped "* -Spam-Flag: YES"
> procmail: Skipped "/var/spool/mail/caughtspam"
> procmail: Assigning 
>"PATH=/home/spamtest/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin"
>   Folder: /var/spool/mail/spamtest

Re: help me

2002-06-25 Thread K.Deepak

Dear Mike,

My exprience says searching an rpm using a file name (
without knowing exact rpm file ) is very difficult. but pbone works great.
moreover, it also gives category based search too based on distribution version
of Linux.

Regards
K.Deepak


Mike Burger wrote:

> I did a cursory look, yesterday.
>
> It seems to pretty much provide the same service as rpmfind.net.  I'll
> probably have to give it a longer look, but I'm not sure how much easier
> it gets than to bring up the initial page, put in the package name or the
> included file name, and hit enter. 
>
> On Tue, 25 Jun 2002, K.Deepak wrote:
>
> > Dear Mike,
> >
> >rpm.pbone.net  is an enchanting site for
> > searching rpm apart from rpmfind.net. a very neat, well desgined,
> > organized,  simple and highly powerful search engine.
> >
> > The url for the same is http://rpm.pbone.net
> >
> > Few lines about the site
> >
> > "PBone RPM search" is specialistic tool for users of Linux operating
> > system especially for users of RPMable distributions. "PBone RPM search"
> > aim is to find name of rpm packet which contains file given by user. It
> > also supports "provides" rpm tag. With these properties system is
> > especially helpful for these users who install or compile new software but
> > for some reasons haven't installed all of the required librares or files
> > and  are not able to investigate what rpm packet is missing on their
> > system. Additionally one can narrow search down to a few releases or to
> > one Linux release. "PBone RPM search" is also designed for locate
> > RPM files on various FTP servers.Of course you have possibility to choose
> > one or more Linux distributions.
> >
> >
> > and believe me, you can search  rpm's in a easier manner than rpmfind.net
> >
> > Try it out
> >
> > Thanks
> > K.Deepak
> >
> >
> > Mike Burger wrote:
> >
> > > Better?  Why so?
> > >
> > > On Mon, 24 Jun 2002, K.Deepak wrote:
> > >
> > > > Dear All,
> > > >
> > > >
> > > > A better site would be
> > > >
> > > > http://rpm.pbone.net
> > > >
> > > > Regards
> > > > K.Deepak
> > > >
> > > > Mike Burger wrote:
> > > >
> > > > > http://rpmfind.net
> > > > >
> > > > > Search for "glint"
> > > > >
> > > > > Download and install the appropriate RPM for your system.
> > > > >
> > > > > On Mon, 24 Jun 2002, York Sheng wrote:
> > > > >
> > > > > > Hi,all:
> > > > > > Where can I find the packge of glint?
> > > > > >
> > > > > > _
> > > > > > Join the world?s largest e-mail service with MSN Hotmail.
> > > > > > http://www.hotmail.com
> > > > > >
> > > > > >
> > > > > >
> > > > > > ___
> > > > > > Redhat-list mailing list
> > > > > > [EMAIL PROTECTED]
> > > > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > > > >
> > > > >
> > > > > ___
> > > > > Redhat-list mailing list
> > > > > [EMAIL PROTECTED]
> > > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > >
> > > >
> > > >
> > > > ___
> > > > Redhat-list mailing list
> > > > [EMAIL PROTECTED]
> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > >
> > >
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: I can't kill processes

2002-06-25 Thread K.Deepak

Dear Patrick,

Please use the fuser option to kill this process.

BTW is this a HUP driven process ??


--deepak--

[EMAIL PROTECTED] wrote:

> Hi folks,
>
> When I do a ps -ef|grep fetchmail I get 2 fetchmail processes. Now, I do a
> kill -9 PID's (of the fetchmail processes ofcourse) and I get an error which
> say that those PID's do not exist. Again I do a ps -ef|grep fetchmail and I see
> again 2 fetchmailprocesses with two new PID's. Anyone knows how I can kill
> those processes without having to restart the computer?
>
> Patrick
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: disabling telnet display of host specific information in Redhat 7.2

2002-06-24 Thread K.Deepak

Dear Paul,

the banner is called from /etc/issue.net file

Thanks
K.Deepak


Paul Bradshaw wrote:

> Hello all,
>
> How does one get rid of the telnet identifier banner  in Redhat 7.2.  I
> looked in the man page for telnetd and it looks like I need to use '-h'
> to disable the display of host specific information, but I don't know
> where to apply that.  The way that worked in Redhat 7.1 of editing
> /etc/rc.d/rc.local to disable this display doesn't work in 7.2
>
> Much appreciated,
>
> ...Paul
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: File/Directory Ownership..

2002-06-24 Thread K.Deepak

Dear Ted,

sudo is the answer for all your questions.  It is a
package which comes default with RedHat Linux 7.x series. please try out the
man pages or go to the following url for more information

http://www.courtesan.com/sudo/

Thanks
K.Deepak


Ted Gervais wrote:

> I am wondering about how I can set up good control over the use of 'root'
> and file/directory ownership without hurting too many people.
>
> The situation is ,  our Club has a Computer that is maintained  remotely
> through a dedicated internet link and it seems everyone that has to do
> things on that computer wants ROOT access.  For example, the person that
> maintains the WEB page says he cannot do his amendment work etc., without
> root access.
> It was my feeling that only ONE person should have ROOT access and the
> other (sub/administrators)) should have something less than ROOT
> access.  Maybe I am getting paranoid here but it seems too many funny
> little things are happening such that is done only by a person with root
> access that there is now a need for better control.
>
> So, if we were going to take away root access from the WEB page
> administrator (for example) could he not still do all his work (remotely)
> with ROOT access?
> In other words assign him a user name and password and maybe attach certain
> group permissions to that user name and have all his web page activities
> run off his user directory?  Something like that?? Or should we live with
> the confusion and political unrest that we are having now??  Too many cooks
> in the kitchen right now..
>
> ---
> Ted Gervais,
> Coldbrook, Nova Scotia, Canada
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: help me

2002-06-24 Thread K.Deepak

Dear Mike,

   rpm.pbone.net  is an enchanting site for
searching rpm apart from rpmfind.net. a very neat, well desgined,
organized,  simple and highly powerful search engine.

The url for the same is http://rpm.pbone.net

Few lines about the site

"PBone RPM search" is specialistic tool for users of Linux operating
system especially for users of RPMable distributions. "PBone RPM search"
aim is to find name of rpm packet which contains file given by user. It
also supports "provides" rpm tag. With these properties system is
especially helpful for these users who install or compile new software but
for some reasons haven't installed all of the required librares or files
and  are not able to investigate what rpm packet is missing on their
system. Additionally one can narrow search down to a few releases or to
one Linux release. "PBone RPM search" is also designed for locate
RPM files on various FTP servers.Of course you have possibility to choose
one or more Linux distributions.


and believe me, you can search  rpm's in a easier manner than rpmfind.net

Try it out

Thanks
K.Deepak


Mike Burger wrote:

> Better?  Why so?
>
> On Mon, 24 Jun 2002, K.Deepak wrote:
>
> > Dear All,
> >
> >
> > A better site would be
> >
> > http://rpm.pbone.net
> >
> > Regards
> > K.Deepak
> >
> > Mike Burger wrote:
> >
> > > http://rpmfind.net
> > >
> > > Search for "glint"
> > >
> > > Download and install the appropriate RPM for your system.
> > >
> > > On Mon, 24 Jun 2002, York Sheng wrote:
> > >
> > > > Hi,all:
> > > > Where can I find the packge of glint?
> > > >
> > > > _
> > > > Join the world?s largest e-mail service with MSN Hotmail.
> > > > http://www.hotmail.com
> > > >
> > > >
> > > >
> > > > ___
> > > > Redhat-list mailing list
> > > > [EMAIL PROTECTED]
> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > >
> > >
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: i look for init.c code source

2002-06-24 Thread K.Deepak

Dear Richard,

I really don't know as to why you are trying a
round about process for this .  there are other options too for this.

anyway : this the info you had asked for

the init.c file is located at
/usr/src/linux-$version/arch/i386/mm/init.c

Please careful about the dependent header files it looks for

Thanks
K.Deepak



cana rich wrote:

> Hi,
>
> I look for init.c source code to modify it in the
> aim to login/password automatically at each reboot
> with root permission and all services.
>
> THanks for your help.
>
> Richard
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: how to truncate a file?

2002-06-24 Thread K.Deepak

Dear All,


These lines would help you to truncate a file in the
/var/log  directory using syslogd and logrotate

I am using the maillog file as the example. Please add the following lines in
/etc/logrotate/syslog

/var/log/maillog {
   weekly
   rotate 5
   copytruncate
   compress
   notifempty
   missingok
}

You can call the command  /usr/sbin/logrotate -f /etc/logrotate.d/syslog  to
invoke it at the time you want or please make it as a cron job.

Thanks
K.Deepak


"Anthony E. Greene" wrote:



> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 24-Jun-2002/10:44 +0800, Mohammed Maeraj Hasbi <[EMAIL PROTECTED]> wrote:
> >Maybe this is quite a dumb question,
> >in my system, i have this one file which size is over 200Mb. How can I
> >truncate the file to 50k? is there any command that I can use to do this?
>
> After you truncate the file, if it's a log file, you should setup
> logrotate and enable the "compress" option in /etc/logrotate.conf.
>
> Tony
> - --
> Anthony E. Greene <mailto:[EMAIL PROTECTED]>
> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
> AOL/Yahoo Chat: TonyG05 HomePage: <http://www.pobox.com/~agreene/>
> Linux. The choice of a GNU generation <http://www.linux.org/>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D
>
> iD8DBQE9Ft84pCpg3WyUI50RAuMbAKC410KPQIUyOC0r1cldxKZXpp6XPgCeKGqz
> j7rVC0Q0blio+bdRu2Z9KwI=
> =G6OZ
> -END PGP SIGNATURE-
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: help me

2002-06-24 Thread K.Deepak

Dear All,


A better site would be

http://rpm.pbone.net

Regards
K.Deepak

Mike Burger wrote:

> http://rpmfind.net
>
> Search for "glint"
>
> Download and install the appropriate RPM for your system.
>
> On Mon, 24 Jun 2002, York Sheng wrote:
>
> > Hi,all:
> > Where can I find the packge of glint?
> >
> > _
> > Join the world?s largest e-mail service with MSN Hotmail.
> > http://www.hotmail.com
> >
> >
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Newbie kernel question

2002-06-23 Thread K.Deepak

Dear Kamal,

Even though i haven't done a full installation
of RedHat 7.3 , ( as i don't have the the full installation cd with me as
of now . but planning to purchase it in few days ) , i have seen that by
default you will not NTFS kernel support in RedHat 7.x series including
RedHat 7.3.  You have do the following steps to achieve the same

a) install the RedHat 7.2 with kernel sources. by this you will get  a
directory called as /usr/src/linux-$version.  you should find the nfts
support in /usr/src/linux-$version/fs/ntfs

b) recompile your kernel with ntfs filesystem support and make new bzImage

by doing this you will get a ntfs.o file

That's it

Let me know once you are thru with this

Regards
K.Deepak



Kamal Jain wrote:

> fred smith wrote:
>
> >>My guess: Assuming you installed all the devel stuff and kernel
> sources and headers, etc., for the later kernel, perhaps you can run
> thru the kernel config and enable NTFS as a module then to a "make
> modules" or whatever the correct incantation is this week. followed by a
>
> "make modules-install" or maybe it's "make modules_install" or similar.
> Not having done _exactly_ that it's possible I"m all wet, too. YMMV.<<
>
> = = = = =
>
> That's the thing.  I downloaded 2.4.18-3 (all 5 ISO images - SRPM's
> included, whatever those are) and burned them.  When I did the
> installation, I chose all the options (GNOME, KDE, development, and
> whatever the fourth checkbox was).  I don't think the sources got
> installed, as I had to install those -- or at least some part of them --
> from the CD by following the instructions in the kernel how-to FAQ.
>
> I think the only thing I haven't tried is to run the update agent while
> booted under the older, but now modified kernel.  The "make modules" and
> "make modules-install" got me around most of the boot time
> warnings/errors except for a couple that seem to have something to do
> with fonts or code pages or something.
>
> And I was definitely a bit shaky trying to add my newly tweaked kernel
> to GRUB -- because I made a new kernel with a new name, and I didn't
> have a .img file to go with my kernel.  Near as I can tell, the .img
> file is an image for a ramdisk that can be loaded at boot time to speed
> things up, or something similar, but the kernel make process didn't seem
> to create one of those for me.
>
> So long as I don't blow-up my WinXP root, I'll be happy I guess.  I
> think I'm learning as I go.  Linux certainly has come a long way since I
> first tried it WY back last millennium!
>
> Thanks for the reply.
>
> - kamal
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Anti-Spam

2002-06-23 Thread K.Deepak



Dear Harry,

Thanks for your response. but , i tried the option given in the
site  http://spamassassin.taint.org/  and wrote the procmail rule something like
this ( the procmail rule was written in /etc/procmailrc file )

:0fw
| spamassassin
* ^X-Spam-Flag: Yes
caughtspam

(note that i tried using spamassassin -P option too )

but , this didn't work for me. all the spammed email messages are being delivered to
the respective recipient.

Please help me out by telling the exact rules which will make the spamassassing to
deliver the spammed messsages to the folder
/var/spool/mail/caughtspam

TIA

Regards
K.Deepak



Harry Putnam wrote:

> "K.Deepak" <[EMAIL PROTECTED]> writes:
>
> > Dear Brain,
> >
> > I have setup spamassassin in a RedHat 7.2 with sendmail
> > 8.12.3.  Please let me know as to how filter all the spammed messages to a
> > single folder called as spam using procmail.
> >
> > It would be also great if you can give links/documents for  installation,
> > configuration and fine tuning  of spamassassin
>
> Have you tried www.google.com?  Insert `spamassassin'
>
> The first hit is link to about everthing you'll need.  Click on the
> faq link and look for the part about procmail.  Its almost a cut and
> paste job.
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Anti-Spam

2002-06-23 Thread K.Deepak

Dear Brain,

I have setup spamassassin in a RedHat 7.2 with sendmail
8.12.3.  Please let me know as to how filter all the spammed messages to a
single folder called as spam using procmail.

It would be also great if you can give links/documents for  installation,
configuration and fine tuning  of spamassassin

Thanks
K.Deepak


Brian Ashe wrote:

> Hello daniel,
>
> Friday, June 21, 2002, 6:58:32 PM, you textually orated:
>
> d> i've heard that "spamassassin" is great
> d> it's serversoftware though
>
> Naah. It's whatever you want it to be. Read below.
>
> * KMail and SpamAssassin (thanks to Colm Buckley and Gideon Hallett,
> 2001-12-16)
>
>   Spamassassin is a pretty advanced set of Perl modules that analyse
>   mail and online spam-databases (RBL, Vipul's Razor) for matches; and
>   flag stuff as spam if it matches enough traces; and you can configure
>   its behaviour (typically in /$HOME/spamassassin.prefs); a good SA
>   setup takes out 99.9% of spam.
>
>   Most of the literature around seems to deal with hooking it into
>   procmail, but it's easy to use it directly in KMail, and means you can
>   use it for a POP-based account (and thus for users who can't set
>   policy on their mail server).
>
>   The filter setup is the work of five minutes (if that!) if you have a
>   working spamassassin set up.
>
>   The filter in question is " ."
>
>   The action is " spamassassin -P"
>
>   Then, in the advanced options, uncheck the "If this filter matches,
>   stop processing here" box. If you keep this filter at the top, it will
>   analyze any incoming mail, decide whether it's spam or not, and flag
>   it accordingly.
>
>   I've got a second filter behind it, which searches for the added
>   spam-flags and diverts them into a specific spam folder (still
>   testing, don't want to delete any false positives by mistake); but
>   it's also easy to bounce them or divert them to the bit bucket.
>   Goodbye to all spam.
>
> Have fun,
> --
> _
>  Brian Ashe CTO
>  [EMAIL PROTECTED]  Dee-Web Software Services, LLC.
>  http://www.dee-web.com/
> -
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



telent session

2001-05-05 Thread K.Deepak

Dear All,

 I have a peculiar situation. In my network, whenever i
initiate a telnet session from a linux box to another linux, the first
such attempt gets disconnected. However , the subsequent connection to
the same box gets connected.

Can anyone explain this

eagerly waiting for your reply

regards
k.deepak




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Simple question re processor change

2001-03-18 Thread K.Deepak



yes of course :-)
--deepak--
Bill Lathan wrote:

I
am currently using a MB with a 466MHz Celeron processor. However, the board
can handle up to a 1GHz Pentium III. If I simply replace the processor
in this machine, will Red Hat Workstation Deluxe 7.0 recognize this with
no reinstalltion, etc.? TIA,Bill





help needed - print server in linux

2001-03-18 Thread K.Deepak

Dear All,

I would like to set up a print server in linux.
Since i am a novice user in linux , can anyone help me out by explaining
out a step by step procedure.  I have a 200 node network . This network
contains a mixture of Operating system. RedHat Linux 6.2, 7.0, Windows
95/98, Windows NT 4.0 and Windows NT 2000. I would like to setup a print
server on a linux box. Make all these nodes print jobs to go thru this
print server. I have six network printer ( Make: HP Duplex 4000 N and
4050 N series).

Can anyone help me out in this case

Thanks
K.Deepak





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: question on sendmail - please help me out

2001-03-11 Thread K.Deepak

Dear Ray,

Thanks for the reponse. Please let me know where should i
add main.cf file and how the sendmail will understand this main.cf file.

Eagerly waiting for your reply

Thanks
K.Deepak



Ray Curtis wrote:

> >>>>> "kd" == K Deepak <[EMAIL PROTECTED]> writes:
>
> kd> Dear All,
> kd>   I am having a mail-server runningsendmail-8.9.3-20 on
> kd> RedHat 6.2 box. Around 100 users are connected to his machine. Actually
> kd> the sendmail in this machine is of relaying type and it relays all the
> kd> mails to another mail-server running sendmail-8.8.7-20 on RedHat 5.2
> kd> box. Now, this redhat 5.2 box is connected to the external world all the
> kd> outgoing are sent from here.
>
> kd> I am facing a peculiar problem here.  Whenever a outgoing mail is
> kd> received by the 6.2 box in this setup, it does not blindly forward the
> kd> mail to the 5.2 box. Rather, it first does a dns lookup to domain to
> kd> which the mail is meant for. After a successful lookup , it sends the
> kd> mail to 5.2 box.
>
> kd> My question is that - "is there any way in my sendmail of 6.2 box to
> kd> mention that do not do the dns lookup and blindly forward all the mails
> kd> to 5.2 box . Let the dns lookup happen in 5.2 box. "
>
> Here is a perfect example of the nice capabilies of 'Postfix' all you
> would need is to add to the main.cf file:
>
> disable_dns_lookups = yes
>
> --
> Ray Curtis Unix Programmer/Consultant   Curtis Consulting
> mailto:[EMAIL PROTECTED] http://www.clark.net/pub/ray
> 
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: question on sendmail - please help me out

2001-03-11 Thread K.Deepak

Dear Michael,

Thanks for the info. I will check out in the
moongroup.com site.  Let me explain in clearer way as to why i would need
this setup. My redhat6.2 box is the mail-server for my 4.0 subnet users .
Moreover, this machine also acts as the internal DNS server for my 4.0
subnet users. The default gateway of this 6.2 box is a machine called as
web-server . web-server in my office is directly connected to the outside
world.  Strictly speaking i don't require this default gateway entry in the
6.2 box, as all of my users browse internet using squid proxy server and
telnet and ftp from 4.0 nodes are not allowed. Now, the problem is that if i
disable default gateway, my sendmail in 6.2 box is not able to do dns lookup
and all the mails meant for outside world stays in the mailq of the 6.2 box.
If i enable the gateway , my sendmail at 6.2 box does the dns lookup and
relays the mail to the 5.2 box. But,  DUE TO THE DEFAULT GATEWAY ENTRY , FTP
CONNECTION TO MY INTERNAL NETWORK TAKES EITHER VERY LONG TIME TO INTIATE OR
IT NOT AT ALL  OPENS FTP CONNECTION.

Any clues how to solve this problem. Since i am a novice user of linux, i
don' t know how to enable the option in sendmail to not to do dns lookup
from the relaying host.  i tried accessing moogroup, but did not find any
constructive help.

Please help me out

Thanks
K.Deepak


Michael Burger wrote:

> First, the help.  Check out www.moongroup.com, and look at their
> archives for the mailhelp list.  Lots of good info there, and if you
> can't find the answer you need, you can join the mailhelp list and
> ask there.
>
> Second, the question;  Does it really matter?  DNS lookups don't
> usually take more than a second.  It doesn't seem, to me, that it's
> really that big of an issue.
>
> On Sun, 11 Mar 2001 12:30:24 +0530, K.Deepak wrote:
>
> >Dear All,
> >
> >  I am having a mail-server runningsendmail-8.9.3-20 on
> >RedHat 6.2 box. Around 100 users are connected to his machine. Actually
> >the sendmail in this machine is of relaying type and it relays all the
> >mails to another mail-server running sendmail-8.8.7-20 on RedHat 5.2
> >box. Now, this redhat 5.2 box is connected to the external world all the
> >outgoing are sent from here.
> >
> >I am facing a peculiar problem here.  Whenever a outgoing mail is
> >received by the 6.2 box in this setup, it does not blindly forward the
> >mail to the 5.2 box. Rather, it first does a dns lookup to domain to
> >which the mail is meant for. After a successful lookup , it sends the
> >mail to 5.2 box.
> >
> >My question is that - "is there any way in my sendmail of 6.2 box to
> >mention that do not do the dns lookup and blindly forward all the mails
> >to 5.2 box . Let the dns lookup happen in 5.2 box. "
> >
> >
> >I need this very urgently.
> >
> >Please help me out
> >
> >Thanks in advance
> >
> >with warm regards
> >K.Deepak
> >
> >
> >
> >
> >
> >___
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



question on sendmail - please help me out

2001-03-10 Thread K.Deepak

Dear All,

  I am having a mail-server runningsendmail-8.9.3-20 on
RedHat 6.2 box. Around 100 users are connected to his machine. Actually
the sendmail in this machine is of relaying type and it relays all the
mails to another mail-server running sendmail-8.8.7-20 on RedHat 5.2
box. Now, this redhat 5.2 box is connected to the external world all the
outgoing are sent from here.

I am facing a peculiar problem here.  Whenever a outgoing mail is
received by the 6.2 box in this setup, it does not blindly forward the
mail to the 5.2 box. Rather, it first does a dns lookup to domain to
which the mail is meant for. After a successful lookup , it sends the
mail to 5.2 box.

My question is that - "is there any way in my sendmail of 6.2 box to
mention that do not do the dns lookup and blindly forward all the mails
to 5.2 box . Let the dns lookup happen in 5.2 box. "


I need this very urgently.

Please help me out

Thanks in advance

with warm regards
K.Deepak





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: automatic file upload tool for linux

2001-03-07 Thread K.Deepak

Dear Tony,

Thanks for your response. But, i don't need a .netrc file . This won't
suffice my requirement. In my office, daily we have lot of upload
requests.I need an automated tool which will work something like this.

* The tool should give a browser or http page.

* Here i give the local file name with the location path as to where the
file to be uploaded is present

* Then the next field should be to carry the user's email address. this
should be used to maintain the database of how many uploads has been
done

* then the next field should ask for the remote site name, ipaddress,
user name and password to login, and the remote location path

atlast there should be a submit button, which when clicked should
intiate the ftp transfer.


my requirement is something like this

 
can anyone help me out in this case

thanks
k.deepak



On Wed, 07 Mar 2001 04:00:33 K.Deepak wrote:
>Can anyone suggest me some good tool to do a automatic
>file upload in linux.

Add the server to your ~/.netrc like this:

  machine FTPSERVER login MYUSERNAME password MYPASSWORD
  default login anonymous password [EMAIL PROTECTED]

The second line creates an easy way for yoy to login to anonymous FTP
servers. The file should be readable only by you because it contains
passwords (chmod 600 ~/.netrc).

Then do an FTP session and keep track of the commands you use. Create a
script file with those commands:

  lcd somelocaldir
  cd someremotedir
  binary
  put thisfile
  put thatfile
  put theotherfile
  quit

Then you should be able to run an automated session like this:

  ftp FTPSERVER < ftpscript > ftplog

The good thing about this method is that if you already know how to use
command line FTP then you don't have to learn anything new. The bad part
is
that command line FTP does not handle errors very well. So if the
connection
times out or fails, there is no easy way to tell the script to retry or
report the failure. The only thing you can do is check the ftplog to see
what happened during the session.

If you need better error handling, try the "wget" utility. I believe it
ships with Red Hat.

Tony
-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



automatic file upload tool for linux

2001-03-07 Thread K.Deepak

Dear All,

Can anyone suggest me some good tool to do a automatic
file upload in linux.

Any constructive comments would be appreciated

thanks
k.deepak




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: strip ^M from list of files in for loop

2000-10-08 Thread K.Deepak

Dear Bret,

   Just try the attached script . This is very simple and you
will love to use it.

Happy Linuxing!

Thanks

K.Deepak

Bret Hughes wrote:

> Thanks to all who responded.  For the record, the solution I came up with
> was tr.  The echo -n I could not get to work in this situation. I believe
> it was because the ^M was already there.  It appears from the man page
> that echo -n will merely keep a ^M from being appended.  This is a weird
> thing that I have yet to really get my head around.  It took a tr -d
> "\n,\r" to get the functionality I needed.  \n or \r alone would not do
> it.  What the heck does ^M do anyway?  I thought that dos did the cr lf
> deal seperatly and *nixes used just on but from my experiments it would
> appear that the were both ther even though only a singel ^M showed up.
>
> Thanks again to all.
>
> Bret
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


if [ $# = 0 ]
then
   echo "Usage: $0 file [file ...] "
   exit 1
else   
   for FILE in $*
   do  
 chmod 0666 $FILE
 vi -b -c %s/
$//g  -c %s/
/
/g -c wq $FILE
   done  

   echo 'all control m characters removed ' 
fi  

exit 0


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: Debounce problem

2000-08-24 Thread K.Deepak

Dear russb,
If you are using kde , it is very simple. Just go to KDE
control center +  Input Devices + Mouse. Here you will find option to adjust
the acceleration of mouse.

Please get back to me if you are not clear

Happy Linuxing 

K.Deepak



[EMAIL PROTECTED] wrote:

> I've been having a problem that while is not serious, it is very annoying.
> Whenever I do a `cut and paste' with the mouse it will often double
> whatever I'm trying to paste. I know this is due to the mouse button
> bouncing on a keypress, so I'm wondering how/where I can add/adjust the
> debounce to stop this annoyance. Any help would be appreciated!
>
> Mit freundlichen Grüßen,
> Russ.
> Ne Desit Virtus - The Behne Family Motto
>
> "Here's something to think about:  How come you never see a headline like
> `Psychic Wins Lottery'?"
> -- Jay Leno
>
> TO CONTRIBUTE
> to the Harry Browne for President Committee online
> please visit http://www.harrybrowne2000.org/misc/renew.htm.
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: PLEASE HELP ME

2000-08-04 Thread K.Deepak

Hi Eddie ,

Thanks for the detail info. I am sending all the things
that you had asked. Basically i have setup newsgroup for my internal
purpose. Solely for my office purposes.  The different news group categories
that i have created are training, basics of java, advance java etc.  My inn
version is inn-1.7.2-14 and i am running this on RedHat 5.2 pc.  I installed
inn using the inn rpm that was available in the cd.  When i initially
configured this , everything worked correct for me for three hours or so.
But after my newsgroup crashes and the port 119 not at all initializes.
That's why i get the following error when i try to stop the inn daemon.


No innd.pid file; did server die?
 Can't send "shutdown" command (sendto failure) Connection refused.
 innd innwatch

Moreover,  i have tarred my whole /var/log/news directory so that you can
view my entire log file.  I am attaching the newslog.tgz file along with
this mail.

Please help me out  in this.

Looking forward your response

Regards

K.Deepak




Eddie Strohmier wrote:

> Hello:
>
> To help you with your problem more info is needed. I run an INN 2.2.2
> server on RH 6.0. I was
> able to get most of my help from a site called mibsoftware.com. For a
> small fee they will allow
> access to the sites config files for a standard INN setup. What version
> of INN are you running?
> Can you give more log file info from /var/log/messages rather than the
> errlog. Is this server a reader
> or a feeding server or both. You say you set up a newsgroup. I assume you
> mean your running an
> internal newserver for local use by a small group or are you receiving
> newsgroups via a downstream
> provider via push feed or whatever method. There is a newsgroup called I
> believe news.software.nntp
> that dives deep into this. There are many linux users on this list also
> that can help in your configuration.
>
> You can access this group via deja.com unless you have a usenet news
> service. The best way I have
> found to set up a INN is to get the latest tar file and configure it
> yourself. There is a setup file that asks
> many questions about how you will be using INN that results in a good INN
> setup. That was with RH 6.0
> though. The INN version with 6.2 may be a little easier to configure but
> again I would need more info
> to steer you in the right direction and so would the folks on the
> news.software.nntp list.
> Info such as your storage method, your INN version, a good snip of your
> /var/log/messages.
>
> I hope this helps.
>
> Best of Luck,
>
> Eddie Strohmier
>
> On Fri, 4 Aug 2000 13:01:24 +0530 (IST) kdeepak
> <[EMAIL PROTECTED]> writes:
> >
> > Hi All,
> >   I am resending the mail i sent yesterday. Please help me in
> > this
> > case. I need the newsgroup to be set very urgently. Moreover, apart
> > from
> > what i have mentioned in my earlier mail (which is attached along
> > with
> > this mail) , i am pasting the errlog entries i found in
> > /var/log/news/errlog file.
> >
> -
> --
> > /usr/lib/news/bin/startinnfeed: setrlimit(RLIMIT_NOFILE,
> > RLIM_INFINITY):
> > Operation not permitted
> >
> -
> --
> > I am not able to understand as to where i have gone wrong. and now i
> > want
> > this newgroup to be setup asap. THEREFORE I REQUEST EVERYBODY IN
> > THIS LIST
> > TO HELP ME OUT IN THIS CASE.
> >
> > Any constructive help would be highly appreicable
> >
> >
> > Regards
> > K.Deepak
> >
> >
> -----
> --
> > K.DEEPAK
> > AdventNet Development Centre (India) Pvt Ltd
> > Phone : +91-44-2432414,2432748,2432749
> > Email : [EMAIL PROTECTED]
> >
> -
> --
> >
> > On Thu, 3 Aug 2000, K.Deepak wrote:
> >
> > > Hi All,
> > >
> > > At last i was able to configure newsgroup. I had a sigh of
> > relief that
> > > i configured newsgroup for my internal office purpose. I included
> > topics
> > > like training,basics of networking , basics on my company products
> > etc.
> > >
> > > But Alas !
> > >
> > > I FACING A BIG PROBLEM NOW.
> > >
> > > My newsgroup works fine for only three to four hours or so. and
> > after
> > > this it dies. Meaning nobody is able to connect to the newsgroup
> > server
> >

[RHL] Re: A DOUBT - NEWSGROUP - VERY VERY URGENT

2000-08-03 Thread K.Deepak

Hi All,

At last i was able to configure newsgroup. I had a sigh of relief that
i configured newsgroup for my internal office purpose. I included topics
like training,basics of networking , basics on my company products etc. 

But Alas !

I FACING A BIG PROBLEM NOW. 

My newsgroup works fine for only three to four hours or so. and  after
this it dies. Meaning nobody is able to connect to the newsgroup server
in my office. I tried to stop the innd service. But i get the following
error message. 

No innd.pid file; did server die?
Can't send "shutdown" command (sendto failure) Connection refused.
innd innwatch  

And after this the innd service is unable to open the port 119 itself.
and nobody is able to connect to the newsgroup server. (ie. after doing
a /etc/rc.d/init.d/innd start)

But when  i reboot my newsgroup server then, the innd starts properly
and opens up the port 119 and everybody is able to connect to the
newsgroup server, post messages, read messages etc. But again, this
remains only for 3 hours or so.

THEREFORE, CAN ANYONE HELP ME OUT IN THIS !!! I WANT THE INND
SERVICE TO FUNCTION ROUND THE CLOCK. AND PLEASE EXPLAIN THE REASON AS TO
WHY IT DIES. 
I NEED IT VERY VERY URGENTLY.


I hope that i have conveyed myself clear. 

I SINCERERLY BEG YOU ALL TO HELP IN THIS MATTER.

Eagerly waiting for the reply


TIA


Regards

K.Deepak



On Tue, Aug 01, 2000 at 06:02:45PM +0530, K.Deepak wrote:
:I have successfully installed innd ( InterNet News
: Deamon) for my office. This newsgroup is only meant for my internal
: purposes. viz, i will maintain newsgroup on baiscs topics like java,
: advanced java, linux, networking etc.
: 
: The default setup of this innd is working fine. meaning , i am able to
: post and read the messages with the default newsgroup such as test,
: junk, control etc.
: 
: But i am not able to add any new newsgroup category. Can anyone help
me
: out in this . Please give me a step to step procedure as i have to set
: this up asap.

man ctlinnd

As the user news:

ctlinnd newgroup local.foo y creator-name

-- 
Jason Costomiris <><   |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



A DOUBT - HOW TO ADD A NEW GROUP IN THE INND (internet news deamon)

2000-08-01 Thread K.Deepak

Hi  All,

   I have successfully installed innd ( InterNet News
Deamon) for my office. This newsgroup is only meant for my internal
purposes. viz, i will maintain newsgroup on baiscs topics like java,
advanced java, linux, networking etc.

The default setup of this innd is working fine. meaning , i am able to
post and read the messages with the default newsgroup such as test,
junk, control etc.

But i am not able to add any new newsgroup category. Can anyone help me
out in this . Please give me a step to step procedure as i have to set
this up asap.

Any help would be highly appreciable.

TIA


Regards
K.Deepak




begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: I'm a big dumb newbie and

2000-07-18 Thread K.Deepak

Hi Jeremy ,

Can you explain as to what did you do in a step by step manner. I will
definetely try to help you out

Regards

K.Deepak


Jeremy Bradley wrote:

> I think I broke my 6.2 install!  I was trying to get Samba working and now
> when I try to run linuxconf I get a segmentation fault.  Any advice?  I
> guess I could just go ahead and reinstall, I could use the practice anyway,
> but I figure I would learn more by trying to fix it.  The only conf file
> that I manually edited was inetd, I added the line on that it says to add in
> the newbie how to.  I tried taking it back out and it still doesn't work.
> Thanks for any help.
>
> Jeremy Bradley
> Network Administrator   Voice   : (765) 668-8144
> Hartson-Kennedy Cabinet Top Co., Inc.   Fax : (765) 662-3452
> 522 W. 22nd Street  Email   : [EMAIL PROTECTED]
> Marion,  IN 46953   Internet: 
>www.hartsonkennedy.com
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: MAC address

2000-07-17 Thread K.Deepak

Hi Robert,

Do a /sbin/ifconfig to find the MAC address of your NIC

or

you can do a arp to find the MAC address. But before executing arp just do a
ping to the system so that you NIC learns the MAC address of the system.

Please get back to me if you are not clear

Happy Linuxing

--K.Deepak--



Robert Fausey wrote:

> Is there any way to determine the MAC address?  I have a alpha system that
> I need to determine the MAC address for.  The vendor did not supply this
> info.
>
> Rob Fausey.
>
> A communication disruption can mean only one thing ... invasion
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: telnet doesn't work

2000-07-10 Thread K.Deepak

Dear Brad,

Please check this also if you have installed telnet
package in your machine

If you're trying to telnet in as root, it won't work. That is disabled by
default in every Linux distro I know of.

If you're trying to login as a normal user, take a look at inetd.conf,
hosts.allow, and hosts.deny. These files control your tcpwrappers config.

Please get back to me if this does not work or if you are not clear

Regards

K.Deepak





"K.Deepak" wrote:

> Dear Brad,
>
> Pl. check whether telnet package is installed in your pc
>
> Do a rpm -qi telnet. If there is no answer then, you have missed to
> install it. You can install the telnet package at anytime by taking the
> RedHat 6.2 cd and look out for the exact telnet package.
>
> once you find out say telnet-x-x-x.rpm
> then
> do a
> rpm -Uvh telnet-x-x-x.rpm ( be in root !)
>
> Please get back to me if this does not work or if you are not clear
>
> Regards
>
> K.Deepak
>
> Brad wrote:
>
> > Hello all
> >
> > I came across a problem that I
> > can telnet from my RH6.2 box to other
> > workstations,but can't be telneted from
> > other workstations.Do you know what's
> > wrong?
> >
> > Brad
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: telnet doesn't work

2000-07-10 Thread K.Deepak

Dear Brad,

Pl. check whether telnet package is installed in your pc

Do a rpm -qi telnet. If there is no answer then, you have missed to
install it. You can install the telnet package at anytime by taking the
RedHat 6.2 cd and look out for the exact telnet package.

once you find out say telnet-x-x-x.rpm
then
do a
rpm -Uvh telnet-x-x-x.rpm ( be in root !)



Please get back to me if this does not work or if you are not clear


Regards

K.Deepak


Brad wrote:

> Hello all
>
> I came across a problem that I
> can telnet from my RH6.2 box to other
> workstations,but can't be telneted from
> other workstations.Do you know what's
> wrong?
>
> Brad
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: NFS install using a kickstart file

2000-07-10 Thread K.Deepak

Hi all,

Can anyone tell me the step by step procedure to install
RedHat Linux 5.2 / 6.1/6.2 via NFS

Any help would be highly appreciable

Regards

K.Deepak



Martin Gauthier wrote:

> I've setup a PXE-DHCP-NFS Server in order to remotely install RedHat
> Linux on brand new system. The installation is using a kickstart file.
> Everything is working fine except for on small thing: I have to manually
> type-in the "ks" parameter* at the kernel prompt!
>
> How can I specify to the kernel to use use the kickstart file by default
> so that the installation can be fully autonomous (zero human
> intervention)?
>
> Additional info: I'm not using a diskette to boot. I'm booting directly
> from the Server. I'm using "vmlinuz" and "initrd.img" from the
> "bootnet.img" image.
>
> *The "ks" parameter specify to the kernel to use the kickstart for the
> installation.
>
> Thanks,
> Martin
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



HOW TO SETUP A NEWSGROUP

2000-07-09 Thread K.Deepak

Hi All,

Whether we can set up a NEWSGROUP IN LINUX ???

If anyone can give me an idea, it would be highly appreciable.

Basically, i will tell you my requirements. I want to setup newgroups
for only internal purposes.  i.e, in my office, now-a-days there are lot
of freshers who are joining. Now, it is very difficult to train each of
them separetely. Therefore, i have decided to setup newgroups for the
following things

1. BASICS OF NETWORKING

2 . BASICS OF JAVA

4. ADVANCE JAVA

5. ADVANCE NETWORKING CONCEPTS

6. SOME SIX OR SEVEN OTHER NEWSGROUPS BASED ON MY COMPANY'S PRODUCTS.


Please let me know how to proceed. My network operating system is linux
. and my main servers run in RedHat 5.2 linux. Moreover, i don't mind
putting up  a  separate pc for this purpose .


Any ideas/suggestions would be highly appreciable.

Regards

K.Deepak




begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: lockups

2000-07-09 Thread K.Deepak

Dear Eric,

If you have locked your X-Window session. Then it is
simple. Give the user name's password who invoked the X-Window system

OR
If the picture is that , your X-Windows has hung, then, try ctrl+alt+backspace
to quit from X-Windows. At any point of time if you want to go from X-Windows
to any other shell, do a ctrl+alt+FX ( where X= the shell no you want to go).
if for eg the second shell

then CTRL+ALT+F2

OR

Try to kill your X-Window session

OR
IF YOUR KEYBOARD ITSELF IS NOT RESPONIDNG, THEN try if you can access your
machine via network. meaning from anyother pc ,try to do a telnet to your pc
and try to kill the x-window

OR

IF NOTING IS WORKING OUT, THEN ,  REBOOT THE PC !!

Please get back to me if you are not clear / or having doubts

Happy Linuxing !!!!

--K.Deepak--

eric clover wrote:

> after making a launcher on my desktop, xwindows locked up.
> i got in the locked up box via one of my other boxes.
> and tried a kill -1  to try to restart xwindows.
> didn't work needless to say.
> now, is there a way to get the box unlocked? or somehow get my session that
> was running the xwindows back to a bash prompt??
> thank you
> eric
>
> 
>
> Anyone sending unsolicited bulk email (UBE, SPAM) to this
> address will be charged a $25 handling fee plus a $5 network
> traffic fee per started kilobyte.  By extracting my address
> from this message or its header, you agree to these terms.
> Nevertheless, spammers trying to auto-extract addresses
> from this message will definitely want to include
> [EMAIL PROTECTED] and [EMAIL PROTECTED]
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



what is a winmodem

2000-07-09 Thread K.Deepak

Hi All,

Can anyone explain as to what is a winmodem. Somebody was
commenting that it is a software modem. If yes, then what's a software
modem. Does it has support in Linux

Any constructive explanations would be appreciable.

Happy Linuxing !!!!


K.Deepak




John Aldrich wrote:

> On Thu, 06 Jul 2000, Rebernik, Evan wrote:
> >
> > Hi all
> > I got a new box PIII 600
> > and i love it. But it has a winmodem in it.
> > should i get a new modem or is there a way
> > to get the winjunkmodem to work?
> >
> > Thanx
> > Evan
> >
>
> 
> Content-Type: text/html; name="unnamed"
> Content-Transfer-Encoding: 7bit
> Content-Description:
> 
> First thing you need to do is figure out how to switch to plain ascii
> text when posting.
>
> The answer to your question is, yes. :-) I would definitely consider
> getting a REAL modem (preferably an external, which uses a standard
> serial port, and NOT a USB modem because those can be 'winmodems' as
> well) but you may be able to find drivers at www.linmodems.org. Be
> aware that these are alpha-stage drivers. They work -- sort of. It
> depends on a great variety of things, from the time of day, to the
> weather, to the way you hold your mouth when you dial out Of
> course, I exaggerate, but they are VERY unstable, from what I've read.
> John
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



a solaris doubt

2000-07-03 Thread K.Deepak

Hi All,

Can anyone tell me as to how to configure network cards in
Solaris OS ( Solaris 2.6 or Solaris 7) via command line.  Please note
that i want to configure using command line only and not using admin
tool.  ( Is there any  equivalent of linux netconf tool in Solaris)

TIA

Regards

K.Deepak



begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:ENGINEER - SYSTEM ADMINISTRATION
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;27552
fn:DEEPAK K
end:vcard



Re: a doubt

2000-06-28 Thread K.Deepak

Dear Jeff,

Yeah , i visited this website, but it doesn't says anything clearly.
it just says they distribute pc's with RedHat 6.2 preloaded in it. But again
, somewhere they talk about VA linux kernel. I am getting confused. can you
tell me clearly whether really VA linux is a separate distribution of linux .
If yes, whether reliable or not !!!.  I am planning to put a VA linux
system ( a high end configuration ) as my mail and web -server.

Hence , please help me out


Eagerly waiting for your reply

Regards

K.Deepak


Jeff Largent wrote:

> "K.Deepak" wrote:
> >
> > Hi all,
> >
> > Just having a doubt.
> >
> > Heard about VA Linux !
> >
> > Whether VA linux is a separate distribution of linux.  If  anybody knows
> > something about it, pl. bounce me the information !!!
> >
> > TIA
> >
> > Regards
> >
> > K.Deepak
>
> http://www.valinux.com
>
> --
> Jeff Largent   ImageLinks, Inc.
> System Admin   Melbourne, Fl 32935
> (321) 253-0011 fax:(321) 253-5559


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:SYSTEM ADMINISTRATOR
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;-5760
fn:DEEPAK K
end:vcard



a doubt

2000-06-28 Thread K.Deepak

Hi all,

Just having a doubt.

Heard about VA Linux !

Whether VA linux is a separate distribution of linux.  If  anybody knows
something about it, pl. bounce me the information !!!




TIA

Regards

K.Deepak


begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:SYSTEM ADMINISTRATOR
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;-5760
fn:DEEPAK K
end:vcard



Sendmail Question - VERY URGENT

2000-06-14 Thread K.Deepak


Hi all,
    I
have setup a mail-server at my office. I am using RedHat Linux 5.2 for
my mail-server with the sendmail version -
sendmail-8.8.7-20. Now let me tell you as to how i get mails meant
for my office. I have setup this mail-server in india. and my main mail-server
is in the USA. let me call this server as usa-mailserver.  This usa-mailserver
recieves all the mails meant for my office from the internet. Now as soon
as it recieves it puts all the mails in a single folder. Now , i have setup
a fetchmail in my india mail-server to fetch mails from this folder.
Everthing is working fine with this setup. Even i am able to recieve
the mails from my usa server and i am able to distribute it locally. even
my users in india are able to send mails outside
BUT THE PROBLEM IS WHENEVER MY SENDMAIL GETS  A UNKOWN ID IT
CAN'T DISTRIBUTE THE  ( i.e,  WHEN SOMEBODY SENDS MAILS TO AN
ID WHICH DOESN'T EXIST, OR MISPELLED ID ETC.)  MAIL LOCALLY.
FOR THE ID DOESN'T EXISTS!! AND HENCE MY FETCHMAIL
TERMINATES .
MY QUESTION IS WHETHER THERE IS AN OPTION IN SENDMAIL WHERE I CAN
SAY THAT IF THERE IS A MAIL WHOSE ID IS UNKOWN OR THE MAIL WHICH THE SENDMAIL
CAN'T DISTRIBUTE , IT SHOULD PUT TO A JUNK FOLDER SAY [EMAIL PROTECTED]
OR [EMAIL PROTECTED]
ould anyone please help me out in this issue. I need to setup this
asap as i am getting lot of mails whose email ID is mispelled.
eagerly waiting for reply....
 
regards
K.Deepak
System Administrator
AdventNet Inc.

begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:SYSTEM ADMINISTRATOR
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;-5760
fn:DEEPAK K
end:vcard



security question

2000-06-01 Thread K.Deepak

Hi all,

Can anyone tell me how to disable the su to root login from
remote in RedHat Linux and Solaris. Basically, i want to login in root
or su to root from the console , but, when i do a telnet to this
machine, i want to disable the su to root login.

Can Anyone please help me out.

Thanks in Advance

Regards

K.Deepak



begin:vcard 
n:K;DEEPAK
tel;pager:9610129463
tel;fax:+91-44-2432749
tel;work:+91-44-2432414,2432749
x-mozilla-html:FALSE
url:http://www.adventnet.com
org:ADVENTNET DEVELOPMENT CENTRE (INDIA) PVT. LTD
version:2.1
email;internet:[EMAIL PROTECTED]
title:SYSTEM ADMINISTRATOR
adr;quoted-printable:;;ADVENTNET (INDIA)=0D=0A13-A VELACHERY MAIN ROAD=0D=0A"KAASHYAP ENCLAVE"=0D=0AVELACHEY;CHENNAI;TAMILNADU;600042;INDIA
x-mozilla-cpt:;-5760
fn:DEEPAK K
end:vcard