RE: Number of mbuf clusters (NMBCLUSTERS)

2002-07-24 Thread Balaji, Pavan
You can increase the maximum number of clusters in /usr/src/sys/sys/sysctl.h and recompile the kernel. But make sure that you have a stable kernel image ready, just in case you increase this value so much that your kernel doesn't boot ;) I guess the default value is around 9, while for 256MB

RE: If a disk is mounted read only is it possible to corrupt it?

2002-07-22 Thread Balaji, Pavan
Corruption need not necessarily be s/w based. If your reader/writer is screwed up, it might still corrupt it. Guess, I'm too paranoid ;-) Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: Brian T. Schellenberger [mailto:[EMAIL

RE: make buildworld error

2002-07-21 Thread Balaji, Pavan
libpam -- the 'cause of the error is not installed by the standard installation settings in FreeBSD 4.6. You need to either use completer installation from the CD or remove libpam from the Makefile in /usr/src/lib -- I used the second one, and it hasn't given any problems so far. Pavan Balaji,

RE: Boot -s doesn't work any other ideas

2002-07-21 Thread Balaji, Pavan
Did you make some modifications to the kernel? Probably it's become unstable. Did you try to boot it in some other kernel? Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: george rousson [mailto:[EMAIL PROTECTED]] Sent:

RE: /cdrom for normal users?

2002-07-18 Thread Balaji, Pavan
By default, cdrom is /dev/acd0c is only mountable by root in FreeBSD. You can make it mountable by normal users by changing the /etc/fstab entry to users,ro,noauto /dev/acd0c /cdrom cd9660 users,ro,noauto 0 0 Pavan Balaji, Intel Corporation Only the Paranoid

RE: giving priority to udp over tcp?

2002-07-18 Thread Balaji, Pavan
TCP traffic as such does not get any priority over UDP traffic, but the way in which the TCP messages are sent (Data Streaming) is different from the way UDP messages are sent (Datagram). In essense, UDP messages wait till there's enough space for the entire message before the message is added

RE: Question on order and targets of kernel and world builds

2002-07-17 Thread Balaji, Pavan
Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: Kevin Kinsey, DaleCo, S.P. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 10:51 AM To: Brian T.Schellenberger; parv; John Mills Cc: Balaji, Pavan; FreeBSD-questions Subject: Re

RE: ssh problem

2002-07-17 Thread Balaji, Pavan
The reason why this output would have come up is that you might have initialized the system to use the S/Key one time passwords -- probably using keyinit. I don't know exactly how to get rid of the problem (I myself have it too), but you can set the password to your login password using keyinit

RE: tcsh: list of all files when pressing tab

2002-07-16 Thread Balaji, Pavan
Is there somewhere I can get the key names to use with bindkey? Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: Roger P. Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 3:00 PM Cc: [EMAIL PROTECTED] Subject:

RE: Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
I added a system call to the FreeBSD-4.6 kernel and compiled the kernel, it compiled properly. Now, in my new kernel, if I try to make some changes in the system call (very minor changes) and recompile the kernel, it gives a compilation error and stops. Which error? No fixed error.

rsh not working

2002-07-14 Thread Balaji, Pavan
I'm not able to get rsh or telnet to work on my FreeBSD box (however ssh works fine). Is there some file I need to edit to get this to work? Pavan Balaji, CIS Graduate Student, Ohio State University Being happy doesn't mean that everything is perfect... It just means that you have decided to

RE: rsh not working

2002-07-14 Thread Balaji, Pavan
the imperfections -- Rash -Original Message- From: Simon Dick [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 1:56 PM To: Balaji, Pavan Cc: '[EMAIL PROTECTED]' Subject: Re: rsh not working On Sun, Jul 14, 2002 at 11:53:40AM -0700, Balaji, Pavan wrote: I'm not able

argc/argv in bash!

2002-07-14 Thread Balaji, Pavan
How do we use argc and argv (C like) in bash scripts? Pavan Balaji, CIS Graduate Student, Ohio State University Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections -- Rash To Unsubscribe: send mail to [EMAIL PROTECTED]

RE: rsh not working

2002-07-14 Thread Balaji, Pavan
Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections -- Rash -Original Message- From: Jonathan Chen [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 2:39 PM To: Balaji, Pavan Cc: '[EMAIL PROTECTED]' Subject

RE: argc/argv in bash!

2002-07-14 Thread Balaji, Pavan
, July 14, 2002 3:05 PM To: Balaji, Pavan Cc: '[EMAIL PROTECTED]' Subject: Re: argc/argv in bash! On 2002-07-14 12:53 +, Balaji, Pavan wrote: How do we use argc and argv (C like) in bash scripts? The number of command line arguments is $#. For example: % cat foo.sh

RE: XFree86 4.2 screen resolutions

2002-07-12 Thread Balaji, Pavan
Not too sure, but try this: Section Screen Identifier Screen0 Device Card0 MonitorMonitor0 DefaultDepth 24 DefaultModes1024x768 --- Added this SubSection Display Depth 24 Modes