regardinf Virtual File system VOP_RENAME_APV function.

2009-05-27 Thread Balaji Cherukuri
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

regardinf Virtual File system VOP_RENAME_APV function.

2009-04-02 Thread Cherukuri, Balaji
Hi FreeBSD Team, I am implementing a stackable file system similar to NULLFS and I have question on VOP_RENAME_APV function. In VOP_RENAME_APV function: VOP_RENAME_APV(struct vop_vector *vop, struct vop_rename_args *a) { int rc; if (vop-vop_rename != NULL)

socket bind failure - errno 49

2008-05-03 Thread Balaji Kasthurirangan
. The errno is 49 - invalid address. I used gethostbyname and it returns whatever is there in /etc/hosts. I have checked the /etc/resolv.conf. My config details are /etc/rc.conf hostname=Balaji /etc/hosts 192.168.1.1 Balaji 127.0.0.1 localhost ::1 localhost /etc/resolv.conf nameserver

FreeBSD 7.0

2007-11-23 Thread kasthurirangan balaji
be very useful for persons like me who do not want a full fledged database with all SQL features. I am aware of the existence of dbm/ndbm/gdbm, but i guess all support hash. If my thoughts are wrong, pls correct me. I also hope that i have sent to the correct mailing list. Thanks, Balaji

cvsup problem

2003-09-22 Thread balaji
. Thanks, Balaji - This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

MATLAB R13

2003-09-18 Thread balaji
Hi, I installed MATLAB as per the FreeBSD Handbook. I am able to run MATLAB except that I get the following error messages: --- When starting license manager: $/usr/local/etc/rc.d/flexlm.sh start usage: expr [-e] expression /usr/local/etc/lmboot_TMW: [: -ne: unary operator expected

RE: Number of mbuf clusters (NMBCLUSTERS)

2002-07-24 Thread Balaji, Pavan
mem, you can go upto maybe 1 clusters. Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: James Snow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 2:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re

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
to the output queue. Whereas, if there isn't enough space for the entire message, a part of the message is sent and the rest buffered. So, it might appear to be getting higher priority for some applications. Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove

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
(again!). Sorry! Not too much of a help. Pavan Balaji, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: Ryan Masse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:44 PM To: [EMAIL PROTECTED] Subject: ssh problem I have

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
the number of system calls somewhere in the kernel and that's what is giving the problem. 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

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

RE: rsh not working

2002-07-14 Thread Balaji, Pavan
/etc/inetd.conf just gives an option for telnet, but not for 'rsh'. I'm not able to get 'rsh' working yet. Any other suggestions? 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

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
I tried that, but it didn't work. However, I did figure out the way to do it (thanx to simon!) -- we need to uncomment even the login and exec commands. Probably there are better ways of doing it. Still experimenting. Thanx anyways, Pavan Balaji, CIS Graduate Student, Ohio State University

RE: argc/argv in bash!

2002-07-14 Thread Balaji, Pavan
Thanx! 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 -Original Message- From: Giorgos Keramidas [mailto:[EMAIL PROTECTED]] Sent: Sunday

RE: XFree86 4.2 screen resolutions

2002-07-12 Thread Balaji, Pavan
1024x768 800x600 640x480 EndSubSection EndSection 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 -Original Message- From: Jason