Help required on seeting up Quota for users ....

2004-02-05 Thread Shrikant
Sir ,

I have only one  partition of my disk on whihc all the OS have been installed 
no /home, /var etc ...All on one partition  /

Below is my fstab  file



 # DeviceMountpoint  FStypeOptions DumpPass#
/dev/twed0s1b   none  swapsw  0
 0
/dev/twed0s1a   /ufsrw  1  
  1
/dev/acd0c/cdrom   cd9660  ro,noauto   0   0
proc /proc   procfs  rw  0 
  0
 

 
Now in this condition i want to set up quotas for users i create   how do i go about .
I have modified the kernel for  quota  (freebsd 4.8)
Shall i  enable the quota for all the / partition in /etc/fstab ..Will this affect my 
system 
or ..some thing else 


Please guide .

shri
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Restricting SSH access to only a users home directory.....

2003-11-24 Thread shrikant
Hello,

 Here is a method whihc i followed ,
http://www.tjw.org/chroot-login-HOWTO/

  This one is for linux 

  I made the dummy structure for the user as per freeBSD architect 

  but all atlast gave me an error  
  su: /bin/userchroot: No such file or directory  when i tired to login by that user


Shri
On 24 Nov 2003 09:20:21 -0500, Lowell Gilbert wrote:

 
 Sunil Sunder Raj [EMAIL PROTECTED] writes:
 
  This depends on the shell not ssh configuration. Install rbash and
  assign it to the user having ssh access.
 
 Just remember that restricted shells like rbash are not very hard to
 break out of, so you can't rely on them as a security measure.  It's a
 good way to go if you're mostly trying to avoid confusing the user in
 question, or as a protection against shooting yourself in the foot.



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need syntax to change the rights ......

2003-11-22 Thread shrikant
Hi there ,

 I have a group  secret  i want to  remove all the RWX  permissions for this group  
for
all the folders in home directory and only keep  RWX permission for his home directory 
.
Can any body sujjest the syntax .


Shri



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Restricting SSH access to only a users home directory.....

2003-11-21 Thread shrikant

Hi there ,

 Can any body tell me how i can restrict an user SSH  to his own home directory .
 I am using FreeBSD OpenSSH_2.9 FreeBSD  SSH protocols 1.5/2.0 .

 Any links or  help will be appriciated

Shrikant



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Want to a some security restrictions in SSH...

2003-10-30 Thread Shrikant
Want to a some security restrictions in SSH .

Dont want my user to roam in my server other than their home directories using SSH 
access . 

How can i achive that ?

Shrikant
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD security ....

2003-10-28 Thread Shrikant
Dear All ,

Is it possible that i give a Normal (without  wheel rights) user to  access  my server 
using ftp ,and he can only browse thru his home directory not above that .If it is 
possbile pls reply me . 


Shrikant
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem applying freeBSD patch ....

2003-10-12 Thread shrikant
I was in the /usr/src directory .




On 11 Oct 2003 10:07:06 -0400, Lowell Gilbert wrote:

 
 Shrikant [EMAIL PROTECTED] writes:
 
  Hello ,
  
  I am trying to apply the latest patch for Openssh FreeBSD-SA-03:15.openssh
  
  In past i had applied all the patches but never came before such question  File to
 patch:
  
  can any body suggest me  whihc file it is asking for .I have given the output below
  
  
  Shrikant
  
  
  
  server1# patch  /path/to/patch/openssh47.patch
  Hmm...  Looks like a new-style context diff to me...
  The text leading up to this was:
  --
  |Index: crypto/openssh/auth-chall.c
  |===
  |RCS file: /home/ncvs/src/crypto/openssh/auth-chall.c,v
  |retrieving revision 1.2.2.3
  |retrieving revision 1.2.2.3.2.1
  |diff -p -c -r1.2.2.3 -r1.2.2.3.2.1
  |*** crypto/openssh/auth-chall.c3 Jul 2002 22:11:41 -   1.2.2.3
  |--- crypto/openssh/auth-chall.c24 Sep 2003 19:50:39 -  1.2.2.3.2.1
  --
  File to patch:
 
 You should cd to /usr/src before executing that command...



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem applying freeBSD patch ....

2003-10-11 Thread Shrikant
Hello ,

I am trying to apply the latest patch for Openssh FreeBSD-SA-03:15.openssh

In past i had applied all the patches but never came before such question  File to 
patch:

can any body suggest me  whihc file it is asking for .I have given the output below


Shrikant



server1# patch  /path/to/patch/openssh47.patch
Hmm...  Looks like a new-style context diff to me...
The text leading up to this was:
--
|Index: crypto/openssh/auth-chall.c
|===
|RCS file: /home/ncvs/src/crypto/openssh/auth-chall.c,v
|retrieving revision 1.2.2.3
|retrieving revision 1.2.2.3.2.1
|diff -p -c -r1.2.2.3 -r1.2.2.3.2.1
|*** crypto/openssh/auth-chall.c3 Jul 2002 22:11:41 -   1.2.2.3
|--- crypto/openssh/auth-chall.c24 Sep 2003 19:50:39 -  1.2.2.3.2.1
--
File to patch:
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I dont have the sources in /usr/src ..how do i get the sources from Net .

2003-10-08 Thread Shrikant

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading OpenSSH ...

2003-09-18 Thread Shrikant
Hi ,

II am trying to upgrade OpenSSH whihc is default in freeBSD .
I am trying it using /usr/ports/security/openssh

all the installation went good way .
I rebooted my system to the frsh installation of SSH to come into action ,But when i 
gave 
#ssh -V   
it showed me the same old version 

Any solution about how to go about the upgradation  will be appreciated .


Shrikant


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


query for changing the User email ID in freeBSD ....

2003-09-10 Thread Shrikant
When i send  email from freebsd machine  i reviece the email in by inbox with  from as 
the User Name  and email id as [EMAIL PROTECTED]  ,If i want to change the email as 
[EMAIL PROTECTED]  or  Domain Services  etc etc
How do i go about and what changes do i have to make .
Pls suggest


Shrikant

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd sendmail problem .....

2003-09-10 Thread Shrikant
Having problem with sendmail in free BSD   ,any solution pls

I am trying to send mails thru my console   using the below

server # sendmail -v [EMAIL PROTECTED]  test   (test is an text file )

I am getting the following error 


[EMAIL PROTECTED] Connecting to localhost.mydomain.com. via relay...
[EMAIL PROTECTED] Deferred: Connection refused by localhost.mydomain.com.


shrikant
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Different states in TOP .....

2003-09-04 Thread Shrikant

When i do TOP  i see many process in raltime ,I would like to know the description 
of different  STATE's  in the STATE column.
Where will i get this info .PLs give me a link .



Shrikant




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do i uninstall Jdk1.3 or any jdk version fron freebsd .

2003-06-29 Thread Shrikant Mhatre
Thanks for the reply , i tried this things as explained in the documnetation 
on www.freeBSD.org   but  it did not remove the folders /usr/local/jdk1.3.1  
altough i did installed them from ports as described on the freebsd site

I had to remove this folders manually ...


Shrikant Mhatre


On Saturday 28 June 2003 08:04 pm, you wrote:
 Assuming you installed them from the ports (or packages) system,
  # pkg_delete jdk*
 should do it.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How do i uninstall Jdk1.3 or any jdk version fron freebsd .

2003-06-27 Thread Shrikant Mhatre


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Link Not working ...

2003-06-23 Thread shrikant
 
FreeBSD JavaT Project: In The Press...

  Java World March, 1999: (link)
  JavaWorld presents Volano's report which studies the performance and network 
scalability of 16 Java virtual machines on 7 operating systems. FreeBSD is included 
using our 1.1.8 JDK.
 



home   |   contact   |   legal   |   © 1995-2003 The FreeBSD Project. All rights 
reserved.
Last modified: 2003/06/18 23:34:04 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Binding IP address to the NIC .............

2003-05-28 Thread shrikant
I got it corrected ,thanks for ur reply .

shrikant

- Original Message -
From: Lowell Gilbert [EMAIL PROTECTED]
To: shrikant [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, May 20, 2003 11:37 PM
Subject: Re: Problem Binding IP address to the NIC .


 shrikant [EMAIL PROTECTED] writes:

  I was configuring the secondary IP address for my server , before doing
any thing I always had a backup of the original running config Files so i
had a backup of rc.conf  .
  I added the secondary IP address to the rc.conf ,and gave a reboot for
the secondary IP address to get activated .
  On reboot I was not able to connect the machine thru SSH as it used to
before the configuration changes were made.
  Looking at this i went to my FreeBSD box physicaly and logged in to the
root account , I then thought of replacing the original rc.conf as i was not
able to figure out any problem .So did I .
  Then gave a reboot for the changes .
  Then tried to ping the machine from another machine on the same network
,but was not able to ping or SSH it .
  So i went back to the machine physically logged in and tried to ping
other machines in the network,I was not able to ping .
  then I checked pinging the loopback address ,that too i was not able to
ping.
  It seems that my IP address is not binding to the NIC card .
 
  Is there any solution for this .

 Please show the rc.conf file and the output output of ifconfig.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Secondary DNS configuration issue.....

2003-05-28 Thread shrikant
Sir ,

I am setting up an secondary DNS ,

all i want to known is what shall ne the config in the named.conf for the
secondary DNS to get the zone files from the primary .

wat I experienced is :  when i configured the secondary DNS  started the
named daemon on the secondary ,and in the primary i gave the  in named.conf
of primary


options {
directory /etc/namedb;
allow-transfer { 216.xxx.xxx.xxx;};



so that the transfer happens between the primary and secondary.

question 1)  do we have to maually transfer the zone files  for the first
time  


question 2)  If the zones files are not in sync with the Primary and
Secondary DNS ,wat must be the possible cause ???

will be happy if get an answer for this .

Shrikant
123india.com




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]