Re: Quota

2003-01-31 Thread Ashwin Khandare
Consider a case
where user a has quota 0f 90MB
and group b whose  member is user a has quota 0f 180 MB
And now suppose user a puts 70Mb in the folder owned by the group
Now if user a exceeds 20Mb in his own  home drive, he gets the quota
exceeded messg.
So what I realise is that users quota is counted for that particular group
folder as well as for files in his home drive.

- Original Message -
From: Leo Huang [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 30, 2003 11:35 PM
Subject: Re: Quota


 Hi there,

 You can set up group quota and user quota. Group quota is the limit of the
 whole group, and user quota is for particular users.

 Leo


 - Original Message -
 From: Szemerédy Gábor [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, January 31, 2003 12:57 AM
 Subject: Quota


  Hello!
  If I set up quota.group are the values valid for the whole group or
  those limits are limiting each particular user as a member of that group
  by those values?
  Thanks
 



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



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



Re: RH 8.0 not using NIS for /etc/aliases

2003-01-21 Thread Ashwin Khandare
Title: Message



I think, the line in 
/etc/nsswitch .conf should be
aliases: nis files 
and not
aliases: files nis .
and also check /etc/hosts.conf for the order of 
lookups.


  - Original Message - 
  From: 
  Red Hat 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, January 21, 2003 7:07 
  AM
  Subject: RH 8.0 not using NIS for 
  /etc/aliases
  
  
  
  I cannot for the 
  life of me get Red Hat 8.0 to use NIS for alias resolution. Our master NIS 
  server is Solaris 8. The aliases are defined there and work from all solaris 
  clients. When I try to send mail to an alias on the RH8.0 machine, it says 
  user unknown.
  
  Here is the 
  aliases definition on the NIS master:
  weblogic_team:[EMAIL PROTECTED]
  
  Here is 
  /etc/nsswitch.conf on the RH 8.0 client:
  
  aliases: files 
  nis
  
  I rebuilt the 
  aliases database on the RH 8.0 client (/usr/lib/sendmail -bi) I am not sure if 
  this is necessary (it is not on the solaris clients)
  
  I have restarted 
  ypbind several times. ypbind is working, I can su to users only defined in 
  NIS.
  
  Is anyone using 
  NIS for alias resolution?
  
  Thanks,
  CC
  
  Chuck Carson
  Sr. Systems 
  Engineer
  Syrrx, Inc.
  10410 Science Center 
  Drive
  San Diego, CA 
  92121
  Work: 
858.731.3540
  Cell: 
858.442.1791
  
  
  --This 
  message contains confidential information and is intended only for the 
  individual named. If you are not the named addressee you should not 
  disseminate, distribute or copy this e-mail. Please notify the sender 
  immediately by e-mail if you have received this e-mail by mistake and delete 
  this e-mail from your system. E-mail transmission cannot be guaranteed to be 
  secure or error-free as information could be intercepted, corrupted, lost, 
  destroyed, arrive late or incomplete, or contain viruses. The sender therefore 
  does not accept liability for any errors or omissions in the contents of this 
  message, which arise as a result of e-mail transmission. If verification is 
  required please request a hard-copy version. 


Re: Configuring a Modem

2003-01-21 Thread Ashwin Khandare



Try using minicom.

  - Original Message - 
  From: 
  Amit 
  Mhatre 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, January 16, 2003 4:28 
  PM
  Subject: Configuring a Modem
  
  Hey can anyone tell me how to configure a modem . I am using a command 
  named wvcdialdonf create which detects the modem, butitisn't 
  working fine.
  If there are any other resources then please do report back ...
  Its pretty urgent
  
  Amit !___Get 
  the FREE email that has everyone talking at http://www.mail2world.com


Re: Sendmail questions

2003-01-07 Thread Ashwin Khandare
what version of sendmail u r using ?
- Original Message - 
From: Burke, Thomas G. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 03, 2003 6:30 PM
Subject: RE: Sendmail questions


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Checked that,  it's all copasetic.  Tried changing the hosts lines
 from RELAY to OK, also, to no avail
 
 - -Original Message-
 From: Michael Fratoni [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 02, 2003 10:26 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Sendmail questions
 
 
 
 *** PGP Signature Status: unknown
 *** Signer: Unknown, Key ID = 0x801BFD2B
 *** Signed: 01/02/2003 10:26:10 PM
 *** Verified: 01/03/2003 7:56:01 AM
 *** BEGIN PGP VERIFIED MESSAGE ***
 
 On Thursday 02 January 2003 04:44 pm, Burke, Thomas G. wrote:
  Hey gang,
 
  I've got the server put mostly back together after the wipeout...
  I'm having some problems with sendmail, however, and I cannot seem
  to isolate them.
 
  Sendmail -  Sendmail is accepting connections  I can TX/RX e-mail
  from the server (as any user).  However, when I use a POP client
  (e.g. Netscape) on another machine (internal network), I can
  download the mail, but cannot send it. When I try to send mail, I
  get an error to the effect this machine is not set up to relay
  mail...  How can I fix this?  Do I need to put some more entries
  in my .cw file, or what?
 
  As an aside, I looked in /etc/mail, and added my internal machines
  to access, but when I did a make all, nothing happened, and a
  make access told me the access.db file was up to date (not sure I
  believe that).
 
 The only thing that comes to mind..
 In /etc/mail/sendmail.mc, you should have a line:
 FEATURE(`access_db',`hash -o /etc/mail/access.db')dnl
 
 And appropriate entries in /etc/mail/access:
 localhost   RELAY
 127.0.0.1   RELAY
 192.168.0.1 RELAY
 
 
 'ls -l access.db'
 'make' 
 'ls -l access.db'
 
 Check the time stamp on the access.db file.
 
  On a related(?) note, when I try to fire up Netscape on the server,
  it cannot open the mail for the user.  It gripes about not having
  access to /var/spool/mail.  Anyone got any clues?
 
 Sorry, I've never used Netscape mail.
 Does the users mail file exist in /var/spool/mail/username?
 If they have never received mail, the file may not exist.
 
 - -- 
 - -Michael
 
 pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
 Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
 - --
 
 *** END PGP VERIFIED MESSAGE ***
 
 
 
 - -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 -BEGIN PGP SIGNATURE-
 Version: PGP Personal Privacy 6.5.3
 
 iQA/AwUBPhWJPtPjBkUEZx5AEQIGLQCghtwJWsDHBy3Vjj2LBXhbHA2oqbQAoM3H
 FLoEkYqq6MHOPrNWBEJYrAkW
 =i2pW
 -END PGP SIGNATURE-
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list



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



regular expressions

2002-09-17 Thread Ashwin Khandare



hi everybody

Can anyone tell me how do I search and replace a 
pattern in file using shell(BASH).

file abc.txt contains
Sep 15 14:18:54 203.146.91.228:23 
202.88.143.72:23


The time 14:18:54 (hours:mins:secs) needs to be 
replaced by 14:18 (hours:mins) for "n" number of lines in a file

Thanks in advance

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive

---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.381 / 
Virus Database: 214 - Release Date: 8/2/02


Apache hacked urgent

2002-08-18 Thread Ashwin Khandare



hi guys,

I found the lines shown below in apache log 
messages and I got a feeling i m hacked.

Sat Aug 17 15:36:51 2002] [error] [client 
192.168.0.188] File does not exist: 
/usr/local/argon/doc/_vti_bin/shtml.exe/_vti_rpc[Sat Aug 17 15:38:58 2002] 
[error] [client 192.168.0.188] File does not exist: 
/usr/local/argon/doc/_vti_inf.html[Sat Aug 17 15:38:59 2002] [error] [client 
192.168.0.188] File does not exist: 
/usr/local/argon/doc/_vti_bin/shtml.exe/_vti_rpc[Sat Aug 17 16:27:54 2002] 
[error] [client 192.168.0.188] File does not exist: 
/usr/local/argon/doc/_vti_inf.html[Sat Aug 17 16:27:54 2002] [error] [client 
192.168.0.188] File does not exist: 
/usr/local/argon/doc/_vti_bin/shtml.exe/_vti_rpc

Can u pls confirm me about the same and help me out 
to block it.
Note:I did not find any logs in /var/log/secure and 
/var/log/messages from Aug 13 to Aug 17 as well.

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive

---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.381 / 
Virus Database: 214 - Release Date: 8/2/02


Urgent help req

2002-08-02 Thread Ashwin Khandare



Dear Sir,

Does anyone knows about any script/tool that can 
convert tar.gz files into rpms?

Thanks in advance

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive

---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.373 / 
Virus Database: 208 - Release Date: 7/1/02


Re: DNS: Keeping root server list up to date?

2002-05-24 Thread Ashwin Khandare

The information provided by you is great but somehow I did not understand
this command
dig  /var/named/named.ca
Will u pls elaborate on the same?

- Original Message -
From: Daniel J. Cody [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 24, 2002 7:25 AM
Subject: Re: DNS: Keeping root server list up to date?


 Hey Peter -

 Good question... It is something you should update, IMO, on a 'fairly'
 regular basis. I have a job that runs monthly via cron which

 dig  /var/named/named.ca

 hth

 Dan

 Peter Kiem wrote:
  Is the file /var/named/named.ca which contains the root nameserver info
  something that server admins need to keep up to date?
 
  Or is the file Red Hat packages in their RPMs current enough and we
don't
  have to worry about it?
 




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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 5/7/02



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



Re: anyway to safely make the hard drive read only?

2002-05-23 Thread Ashwin Khandare

hi Duncan,
Can u pls explain a bit in more detail about flash+ramdisk concept or
any docs for the same.
It sounds a very interesting .

- Original Message -
From: Duncan Hill [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, May 23, 2002 3:44 AM
Subject: Re: anyway to safely make the hard drive read only?


 On Wed, 22 May 2002, erik sabowski wrote:

  Is there anyway to get a redhat installation so that when it loads up it
will no longer write to the disk? I am helping a friend with a

 Mount the file system read-only.

 Note that things sometimes try to write data to the drive - you'd want to
 make /tmp writable at the least probably.

 Or, use flash + ramdisk and boot into RAM.  You can write all the data you
 like, and when you're finished, just reset from flash.

 --

 Sapere aude
 My mind not only wanders, it sometimes leaves completely.
 Never attribute to malice that which can be adequately explained by
stupidity.



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 5/7/02



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



Re: ipchains - getting certain services past the firewall

2002-05-23 Thread Ashwin Khandare

hi,

I guess the line mentioned below  needs to be added on your firewall

/sbin/ipchains -A forward -s 10.0.0.10 -d 0/0 -j MASQ


- Original Message -
From: Stuart Otway [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 22, 2002 8:43 PM
Subject: ipchains - getting certain services past the firewall


 hi there,

 if you have any advice i would be very greatful, thanks.

 I have got one server which is a firewall, one is the mailserver and one
is
 the webserver.
   _
  | |
  | NET |
  |_|
 |
 /-\
 |Firewall |
 |10.0.0.5 |
 \_/
   / \
  /   \
 / \
 /-\ /---\
 |   Mailserver| |Webserver  |
 |   10.0.0.10 | |   |
 \_/ \___/

 I want the mailserver to be able to check for email and send and recieve
it.
 It has been configured and before i put the firewall in place it did
collect
 and send mail. What command would i use on the firewall to let the
 mailserver get out to the net to send  recieve. I have been told that for
 the firewall to let the mailserver through and any other addresses in that
 ipaddress range (10.0.0.x) i just need to do the following:

 ipchains -A forward -s 10.0.0.0/24 -d 10.0.0.10 -j ACCEPT
 ipchains -A forward -s 10.0.0.0/24 -d \! 10.0.0.10 -j MASQ

 The mailserver still does not recieve mail.  I had a read and i think i
have
 found what i need to use, ipmasqadm.

 Am I correct or am i going off on a wild tangent here!?
 If I am correct, does anyone have any experiece with this sort of
situation?

 many thanks.
 Stuart.



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 5/7/02



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



Re: Sendmail and a BIG alias file

2002-04-30 Thread Ashwin Khandare

Thanks for the script.
- Original Message -
From: Cameron Simpson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 30, 2002 11:28 AM
Subject: Re: Sendmail and a BIG alias file


 On 10:24 30 Apr 2002, Ashwin Khandare [EMAIL PROTECTED] wrote:
 | If you dont mind ,can u please send me ur perl scripts .

 Please trim irrelevant quoted material.

 The alias generator is here:

 http://www.zip.com.au/~cs/scripts/updaliases

 Cheers,
 --
 Cameron Simpson, DoD#743[EMAIL PROTECTED]
http://www.zip.com.au/~cs/

 As you can see, unraveling even a small part of 'sendmail' can introduce
more
 complexity than answers. - Brian Costales, _sendmail_



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: Sendmail and a BIG alias file

2002-04-29 Thread Ashwin Khandare

I somewhat didnt completely follow ur answer.

Is that u have all your aliases stored in mysql table which u then populate
in /etc/aliases  maybe by some shell scripts ?


- Original Message -
From: Cameron Simpson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 27, 2002 5:01 AM
Subject: Re: Sendmail and a BIG alias file


 On 09:07 26 Apr 2002, Leonardo Rodrigues Magalh?es
[EMAIL PROTECTED] wrote:
 |  On 08:30 26 Apr 2002, Pieter De Wit [EMAIL PROTECTED] wrote:
 |  | I know this might be kinda off topic, but since everyone here is in
the
 |  | field, I thought I would pop the question here.
 |  | How well does sendmail handle a *big* alias file (around 2
entries)
 | ? Is
 |  | there another way to handle such big alias requirements ?
 |  Keeps it in a dbm file. We have over 4 aliases at work; works just
 | fine.
 | I'd strongly suggest that you try postfix+MySQL, so you can have all
 | your aliases ( and accounts if you want as well ) as MySQL tables.

 Bleah. No, instead I keep a structured representation of our staff
 groupings and mailing lists and permission groups in MySQL tables
 and compute the entire alias table from that. Much cleaner and more
 effective. You can all sorts of handy utility aliases in this fashion
 (eg the script inverts the home directories and makes aliases for users
 whose homedirs are on server X, etc).
 --
 Cameron Simpson, DoD#743[EMAIL PROTECTED]
http://www.zip.com.au/~cs/

 The mountains will always be there, the trick is to make sure you are too.
 - Don Whilans
 This predates Whillans as it is used in the rec.back DW FAQ.
 There it is attributed to Hervey Voge.  It probably predates Hervey.
 - eugene miya [EMAIL PROTECTED]



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: Sendmail and a BIG alias file

2002-04-29 Thread Ashwin Khandare

We entered lot of aliases in /etc/aliases then we ran newaliases and then it
truncated the file to whatever aliases it could handle
but not all that was entered.

- Original Message -
From: Eric Wood [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 26, 2002 7:14 PM
Subject: Re: Sendmail and a BIG alias file


 Ashwin,
 Are you saying that the  newaliases command doesn't work after editing
the
 /etc/aliases file?  Or that work and sendmail ignores some alias lines?
Can
 you be more specific on your problem?

 -eric
 - Original Message -
 From: Ashwin Khandare [EMAIL PROTECTED]
  Can u please elaborate on the solution u have offered.
  I myself also has been facing the same problem.

   | How well does sendmail handle a *big* alias file (around 2
 entries)




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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: Sendmail and a BIG alias file

2002-04-29 Thread Ashwin Khandare

The long aliases were truncated but I guess the solution offered by you
is good and I would like to try out the same.

- Original Message -
From: Cameron Simpson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 30, 2002 4:16 AM
Subject: Re: Sendmail and a BIG alias file


 On 13:29 29 Apr 2002, Ashwin Khandare [EMAIL PROTECTED] wrote:
 | We entered lot of aliases in /etc/aliases then we ran newaliases and
then it
 | truncated the file to whatever aliases it could handle
 | but not all that was entered.

 It should have worked fine. The only real catch is that an individual
 alias line can't be bigger than a DBM record (1024 bytes? something like
 that). So my code takes the longer aliases and splits them up like this:

 foo: user1, user2,.,userN,foo-sub0
 foo-sub0: userN+1,...,userZ,foo-sub1
 foo-sub1: userZ+1,...

 and so forth. Sendmail happily stitches all that back together so that
 mailing to foo goes to everyone as you intended.

 Did you lose aliases outright, or were individual long aliases truncated?
 --
 Cameron Simpson, DoD#743[EMAIL PROTECTED]
http://www.zip.com.au/~cs/

 In this [Christmas] season I can find warmth and good will to all men -
 except for the inventor of the telephone. - Mark Twain



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: Sendmail and a BIG alias file

2002-04-26 Thread Ashwin Khandare

Can u please elaborate on the solution u have offered.
I myself also has been facing the same problem.

- Original Message -
From: Cameron Simpson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 26, 2002 5:26 PM
Subject: Re: Sendmail and a BIG alias file


 On 08:30 26 Apr 2002, Pieter De Wit [EMAIL PROTECTED] wrote:
 | I know this might be kinda off topic, but since everyone here is in the
 | field, I thought I would pop the question here.
 | How well does sendmail handle a *big* alias file (around 2 entries)
? Is
 | there another way to handle such big alias requirements ?

 Keeps it in a dbm file. We have over 4 aliases at work; works just
fine.
 --
 Cameron Simpson, DoD#743[EMAIL PROTECTED]
http://www.zip.com.au/~cs/

 network security:   1. Kill all your users.
 2. Remove all accounts.
 3. Detach network and dialups.
 4. Turn off machine.
 - David A. Guidry [EMAIL PROTECTED]



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: Firewall, telnet, ftp

2002-04-24 Thread Ashwin Khandare




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: regarding IMAP

2002-04-24 Thread Ashwin Khandare




Re: regarding IMAP

2002-04-24 Thread Ashwin Khandare

I have some experience of similar sort I guess it might help u for sure .
I also was in a situation where i wanted parallel folders and I achieved the
same by using
.procmailrc in my home directory and then procmail creates a folder and
sorts out the mail
based on the sorting criteria.
When the same was accessed using outlook express I was able to get all the
parallel folders.





- Original Message -
- Original Message -
From: Ashwin Khandare [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 24, 2002 6:41 PM
Subject: Re: regarding IMAP


I have some experience of similar sort I guess it might help u for sure
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-li


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: pipe output into a file

2002-04-24 Thread Ashwin Khandare
Title: Message



I think you should use the following
nmap -  
/tmp/output 21 
This would throw the o/p along with any errors to 
the file /tmp/output.



  - Original Message - 
  From: 
  Kevin Keithan 
  
  To: RedHat ListServ 
  Sent: Wednesday, April 24, 2002 12:14 
  AM
  Subject: pipe output into a file
  
  I am using nmap 
  and I am getting an output way to large. Is there a way to pipe the output 
  into a file? 
  
  Thanks,
  
  Kevin
  
  ---Outgoing mail is certified Virus Free.Checked by AVG 
  anti-virus system (http://www.grisoft.com).Version: 6.0.330 
  / Virus Database: 184 - Release Date: 
2/28/02


Re: Autoconnecting

2002-04-15 Thread Ashwin Khandare


- Original Message -
From: Jim Hale [EMAIL PROTECTED]
To: Mailing List - Red Hat (Co) [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 4:19 PM
Subject: Autoconnecting


 I've been using my Linux machine as a gateway for about 2 weeks now and
 have a few questions. I have been logging in as root, connecting
 (manually) using kppp and starting firestarter manually:

 1) How can I automatically connect to my ISP and start my firewall
 (Firestarter) on a system restart?
You can enter the path of Firestarter script in /etc/rc.local .This will
fire you firewall whenever the system boots up.

 2) When connecting to the ISP in this way, how can I get it to Reconnect
 on Disconnection (my ISP disconnects me every 8 hours.)
 One can write a shell script which checks for interface ppp0 or whatever
maybe and as soon as interface is down
it gets the interface up.


 3) Anyone using IEMS (Internet Exchange Message Server from iam.com)? It
 seems to get 'stupid' after my ISP disconnects me and I reconnect
 (unless I restart the whole machine.)

 Any help woiuld be GREATLY appreciated. THANKS!

 Jim Hale
 -
 Jim  Kathy's MIDI  Audio Website
 http://hale.dyndns.org



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


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: rpm woes.. (repost)

2002-04-12 Thread Ashwin Khandare


- Original Message - 
From: Nick Wilson [EMAIL PROTECTED]
To: RedHat-List [EMAIL PROTECTED]
Sent: Friday, April 12, 2002 11:57 AM
Subject: rpm woes.. (repost)


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hi all
 I'm getting this...
 
 - - ---
 
 ImportError: librpm-4.0.4.so cannot open shared object file: no such
 file or directory.
 
 - - ---
 
 when running up2date
 
 This problem started after trying to upgrade rpm with up2date last time! 
 Can someone help me fix it please?
 - -- 
 - ---
  www.explodingnet.com   |Projects, Forums and
 +Articles for website owners 
 - -- Nick Wilson -- |and designers.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 
 iD8DBQE8tn46HpvrrTa6L5oRAiUGAJ9zQ2CaspkLqXLsuJOn0PF0eF6JrQCeMfWz
 Ty0sl2NCi+dkFuA5qlk3kSw=
 =C9Mi
 -END PGP SIGNATURE-
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Re: How to Limit Users' Disk Space

2002-04-12 Thread Ashwin Khandare

Read quota mini howto from redhat site.
http://www.tldp.org/HOWTO/mini/Quota.html


- Original Message - 
From: Todd A. Jacobs [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 13, 2002 7:14 AM
Subject: Re: How to Limit Users' Disk Space


 On Fri, 12 Apr 2002, Li Bing wrote:
 
  I need to limit the disk space they can use. For example, each user can
  only store 5MB files at most. How can I do that?
 
 Configure disk quotas.
 
 -- 
 The only thing that helps me maintain my slender grip on reality is the
 friendship I share with my collection of singing potatoes.
 
 - Holly, JMC Vessel *Red Dwarf*
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.330 / Virus Database: 184 - Release Date: 2/28/02



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



Major and minor no for character and block devices

2002-04-10 Thread Ashwin Khandare



hi everyone,

 Does 
anyoneknowsaboutdocuments regarding major and minor no 
related to characterand block devices
 that explains their purpose and 
how it could be used.


Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive

---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.330 / 
Virus Database: 184 - Release Date: 2/28/02


Configuring DNS on 7.2

2002-03-25 Thread Ashwin Khandare



hi everybody,
 
 Does anyone know of any tool 
like linuxconf to configure DNS on 7.2 w/o using x-windows.
 Linuxconf in 6.2 had a section 
to configure DNS but 7.2 does not seem to have it.
 Anyassistance in this 
matter will be of great help.

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive

---Outgoing mail is certified Virus 
Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.330 / 
Virus Database: 184 - Release Date: 2/28/02


Re: Interpreting /var/log/messages

2002-03-21 Thread Ashwin Khandare

Thanks Ray

http://www.ccux.com/firewall-seen.shtml

This page gives a great deal of information.

- Original Message -
From: Ray Curtis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 19, 2002 7:45 PM
Subject: Re: Interpreting /var/log/messages


  m == manzabar  [EMAIL PROTECTED] writes:

 m I'm looking for a website that will allow me to past in messages
from this
 m log file that contain information logged by iptables, so that it
turns
 m stuff like this:
 m Mar 18 19:56:27 c896765-a kernel: IN=eth0 OUT=
 m MAC=01:00:5e:00:00:01:00:20:40:6a:4d:1b:08:00 SRC=192.168.100.1
 m DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=0 PROTO=2

 m Into something that is a bit more readable.  I know there have been
links
 m posted previously, but I had no luck searching the archives and I
lost the
 m links in one of my last system upgrades.  Any help is greatly
appreciated!

 http://www.ccux.com/firewall-seen.shtml

 --
 Ray Curtis
 mailto:[EMAIL PROTECTED] http://www.ccux.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: Configure sound on 810-815 chipset motherboard

2002-03-14 Thread Ashwin Khandare



The sound card which i m using is comes built it in 
with motherboard

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, March 13, 2002 5:51 
  PM
  Subject: RE: Configure sound on 810-815 
  chipset motherboard
  
  just 
  stay by my side buddy i have been trying to do that sinceone 
  week...i have a compaq presario 7500 model and has a810i chipset 
  just watch out...i ll tell u more but firstconfime meyour 
  soundcard is ESS allegro or not 
  
-Original Message-From: Ashwin Khandare 
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 13, 2002 5:35 
PMTo: [EMAIL PROTECTED]; 
[EMAIL PROTECTED]Subject: Configure sound on 810-815 chipset 
motherboard

hi everybody,
 
 Does anyone knows how to 
configure sound on Redhat 6.2 on 810-815 chipset motherboard?

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive
  
  This electronic communication and any accompanying 
  document is being transmitted over the Indian Oil Network and contains 
  confidential information that is for the exclusive use of the individual or 
  entity to which it is addressed and is protected against unauthorised 
  disclosure. If the reader of this message is not the intended receipient or 
  the employee or agent responsible to deliver to the intended receipient, or is 
  not intended to act on it, be aware that any disclosure, dissemination, 
  distribution or copying of this communication, or the use of its contents is 
  prohibited and is likely to be attended by legal consequences. If you have 
  received this communication in error and/or are not the intended receipient, 
  please immediately notify the undersigned or Indian Oil Corporation Ltd. at 
  the telephone or the fax number or email address given above and permanently 
  delete the original message from your email system. Whilst this mail has been 
  checked for all the known viruses, recipients should undertake their own virus 
  checking as Indian Oil Corporation Ltd. will not accept any liability 
  whatsoever 
  


Configure sound on 810-815 chipset motherboard

2002-03-13 Thread Ashwin Khandare




hi everybody,
 
 Does anyone knows how to 
configure sound on Redhat 6.2 on 810-815 chipset motherboard?

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive


Transition problem from 6.2 to 7.2

2002-03-13 Thread Ashwin Khandare



hi everybody,

  We have built 
a software package using shell,perl,php etc that runs on 
this 6.2 linux box properly.
But 
we r facing major problem in transitioning to 7.2 since our software dont run on 
7.2 and it crashes.The reason 
  we have been 
able to investigate so far is that 
  

a)There has been change in directory structure to some extent
  

b)Path of various configuration files and contents have been 
changed

   e.g inted.conf is far 
different than xinetd in 7.2

 My 
question is whethere do u have any fix update pattern when transitioning from 
one version to another?
  How do we 
transition from 6.2 to 7.2 with our software working on same w/o any problem?Do 
u have any patches that we need   to install 
to get it to work?

  Also in case 
even soemhow if we get it to work on 7.2 , will it still work on 8.0 when it 
will be released.?

  This issue is 
bothering us badly and we need a solution for the same immediately.

Therefore I kindly 
request to u to respond as early as possible.


  Thank you 
very much in advance


  Ashwin 
Khandare
  Software 
Engineer
  Mobile - 
9869019116

Thanks  Warm 
Regards===Ashwin KhandareEngineerWestern 
Outdoor Interactive


Re: Firewall script and user permissions

2002-03-12 Thread Ashwin Khandare



You can make an entry in /etc/rc.d/rc.local for ur 
script and it would be fired everytime when the system boots.

  - Original Message - 
  From: 
  Paal 
  Marker 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, March 12, 2002 2:41 
  PM
  Subject: Firewall script and user 
  permissions
  
  I have installed a firewall script on redhat7.0 
  for limiting internet browsing to one domain. Installed as 
  /etc/rc.d/init.d/firewallss It works perfect, but must be run manually after 
  each boot. Running it manuallyI have to be logged in as root. How do I 
  make it run for every user? I want the firewall script to run from boot. 
  


Redhat Transition issue

2002-03-07 Thread Ashwin Khandare



hi everybody, 
 
We have built a software using shell,perl,php etc that runs on this 6.2 linux box properly.
  
But 
we r facing major problem in transitioning to 7.2 since our software dont run on 
7.2 and it crashes.The reason 
  we have been 
able to investigate so far is that 
  

a)There has been change in directory structure to some extent
  

b)Path of various configuration files have been changed
  

c)New libraries have been introduced

  My question 
is whether there are any fix update pattern when transitioning from one version 
to another?
  How do we 
transition from 6.2 to 7.2 with software working on same w/o any 
problem?Are theirany patches that we need  
 to install to get it to work?

  Also in case 
even soemhow if we get it to work on 7.2 , will it still work on 8.0 when it 
will be released.?

  This issue is 
bothering us badly and we need a solution for the same immediately.

Therefore I kindly 
request to u to respond as early as possible.


  Thank you 
very much in advance


  Ashwin 
Khandare
  Software 
Engineer
  Mobile - 
9869019116
 



Re: How to find CPU consumption?

2002-01-31 Thread Ashwin Khandare

Can u pls give us more info on MRTG and where can i find it
- Original Message -
From: Peter Kiem [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 01, 2002 6:22 AM
Subject: Re: How to find CPU consumption?


I have a php based webmail program installed on Intranet and also
planning to install on Cobalt servers.Can anyone tell me how do I
find
out the CPU consumption for this app on Internet as well as on
Intranet
  
   Run the top program on your intranet server and look at how much CPU
 the
   apache processes are using?
 
  It would also be relatively easy to write a PHP script that either
  parses the output of 'top' or reads /proc itself, then serves the info
  to a webpage.

 Even better is to use MRTG.  I wrote scripts to monitor CPU usage, disk
 space, disk io, apache activity, postfix activty etc etc etc

 --
 Regards,
 +---+-+
 | Peter Kiem| E-Mail: [EMAIL PROTECTED] |
 | Zordah IT | Mobile: +61 0414 724 766|
 |   IT Consultancy | WWW   : www.zordah.net  |
 |   Internet Hosting| ICQ   : Zordah 81 |
 +---+-+





 ___
 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



Info reqd on Apache

2002-01-30 Thread Ashwin Khandare




hi guys,
 Can someone pls tell me whether Apache can be configured to limit to x 
numberof spawned threads per domain?Any help in this regard 
would be highly appreciated.

regards
Ashwin


How to find CPU consumption?

2002-01-30 Thread Ashwin Khandare



hi guys,
 I have a php based webmail 
program installed on Intranet and also planning to install on Cobalt servers.Can 
anyone tell me how do I find out the CPU consumption for this app on Internet as 
well as on Intranet

Regards
Ashwin


Re: can't start samba

2002-01-21 Thread Ashwin Khandare

Try running testparm and see the o/p.i guess it will tell u what the error
is
- Original Message -
From: Hidong Kim [EMAIL PROTECTED]
To: Red Hat [EMAIL PROTECTED]
Sent: Monday, January 21, 2002 12:25 PM
Subject: can't start samba


 Hi,

 I had been running Samba 2.2.1a on a Red Hat 7.2 machine fine for
 several weeks.  Then I had to reboot the machine today, and Samba won't
 come back up.  The boot-up messages say that SMB has started OK.  But if
 I check SWAT or '/etc/rc.d/init.d/smb status', it says that Samba is not
 running.  I've tried restarting Samba every way I can think of, like
 '/etc/rc.d/init.d/smb start' and starting it from SWAT, with no
 success.  Any suggestions on how to get it going again would be great.

 Thanks,



 Hidong



 ___
 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