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 etc...

cvsup problem

2003-09-22 Thread balaji
t external hosts. 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-qu

FreeBSD 7.0

2007-11-23 Thread kasthurirangan balaji
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

socket bind failure - errno 49

2008-05-03 Thread Balaji Kasthurirangan
g gap. 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.c

RE: Sockets function list

2002-07-24 Thread Balaji, Pavan
  Richard Stevens -- UNIX Network Programming Richard Stevens & Gary Wright -- TCP Illustrated Vol II   Pavan Balaji, Intel Corporation     "Only the Paranoid Survive"  --  Andy Grove -Original Message-From: Sulaiman Khan [mailto:[EMAIL PROTECTED]]Sent: Wedn

RE: Number of mbuf clusters (NMBCLUSTERS)

2002-07-24 Thread Balaji, Pavan
256MB 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] > C

RE: Number of mbuf clusters (NMBCLUSTERS)

2002-07-24 Thread Balaji, Pavan
Oops. Sorry. I didn't know that we had an option to do this in the conf file. I couldn't find it there though. Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -Original Message- > From: Jeff Jirsa [mailto:[EMAIL PROTECTED

RE: bootloader

2002-07-11 Thread Balaji, Pavan
ative).   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: Rap Sucks [mailto:[EMAIL PROTECTED]]Sen

RE: bootloader

2002-07-11 Thread Balaji, Pavan
n to be on the primary harddisk. 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: Jud [m

RE: http site

2002-07-12 Thread Balaji, Pavan
No. http//www.freebsd.org has no http mirrors to download FreeBSD. You have only ftp mirrors out there. Why do you need a http mirror anyway? Something you can't do with a ftp mirror? Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean tha

Problem adding new system call!!

2002-07-12 Thread Pavan Balaji
following any manual, but just using my Linux experience with FreeBSD (It's not good enough I guess :-(). Any suggestions? Pavan Balaji, CIS Graduate Student, Ohio State University __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month

RE: XFree86 4.2 screen resolutions

2002-07-12 Thread Balaji, Pavan
SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... I

RE: XFree86 4.2 screen resolutions

2002-07-12 Thread Balaji, Pavan
Also, where are you copying the newly created XF86Config files? FreeBSD used to let me copy them to a number of locations, but the current version works only if I copy it to /etc/X11 (don't know if the case is the same with the others too). Pavan Balaji, CIS Graduate Student, Ohio

RE: Problem adding new system call!!

2002-07-12 Thread Balaji, Pavan
I added a header file which prototypes the system call. Btw, I forgot to mention that I changed the libc/sys/Makefile.inc file to add the system call stub too. But, no good!! :-( Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything

RE: Problem adding new system call!!

2002-07-12 Thread Balaji, Pavan
_NETINET_SMUCK_H_ #define _NETINET_SMUCK_H_ #ifndef _KERNEL #define __BEGIN_DECLS int smucker __P((int, void*, int)); int smuckew __P((int, void*, int)); __END_DECLS #endif /* _KERNEL */ #endif /* _NETINET_SMUCK_H_ */ - Any ideas? Pavan Balaji, CIS Graduate Student, Ohio State

RE: Problem adding new system call!!

2002-07-12 Thread Balaji, Pavan
Damn! Damn! Damn! No wonder it wasn't working. Thanx a lot.. :-) 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 >

One more question on System Calls

2002-07-12 Thread Balaji, Pavan
is from my "C" program using syscall (300), but I wan't to call it directly as mycall() from the program. Hope I made sense... :-( Any suggestions? Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just

RE: need help configuring X

2002-07-12 Thread Balaji, Pavan
There was a similar question posted this morning. The solution turned out that FreeBSD wasn't able to detect the Monitor Horizontal and Vertical syncs. Try setting them manually, maybe yours might work too. :-) Pavan Balaji, CIS Graduate Student, Ohio State University "Being hap

Library functions

2002-07-13 Thread Balaji, Pavan
defined reference to 'mycall' 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: Library functions

2002-07-13 Thread Balaji, Pavan
estions? 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: Roman Neuhauser [mailto:[EMAIL PROTECT

RE: as(1) make error on make buildworld

2002-07-13 Thread Balaji, Pavan
I had a similar problem with libpam where the compiler wasn't able to recognise the inline command. I removed it's entry from my makefile for the time being. If you do figure out what the problem is, please post it on the group. Thanx! Pavan Balaji, CIS Graduate Student, Ohio State

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

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

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

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 Unive

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:[EMA

Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
uch a problem? Any suggestions? Tips? 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 PROTECTE

RE: Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
ave such a problem? Any suggestions? Tips? > > Could you post more details? I suspect some dumb a** must have hardcoded 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 do

RE: Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
grams. It's just when I modify it for the second time (whatever the modification be), that this problem comes up. How do I use kld to add syscalls dynamically? Can you send me some link or a brief how-to. Thanx! Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy do

RE: Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
Oh! I was just trying to think of reasons to present to my manager :-) 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 > ---

RE: Unable to compile the kernel

2002-07-15 Thread Balaji, Pavan
Oops. I got hold of the bug. It was my BIOS settings which were wrong, which was causing the problem. Sorry, should have posted it on the group. Thanx anyway. Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just

RE: su to root

2002-07-16 Thread Balaji, Pavan
7;root' account (and all the other accounts in the wheel group will be useless after that). I wonder what exactly this means. I don't remember seeing any option for creating/not-creating the wheel group while installation. Pavan Balaji, CIS Graduate Student, Ohio State University &qu

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 >

RE: tcsh: list of all files when pressing tab

2002-07-16 Thread Balaji, Pavan
What's the bash equivalent for "bindkey"? Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -Original Message- > From: Balaji, Pavan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 3:26 PM > To: 

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

2002-07-16 Thread Balaji, Pavan
kernel image is stored as /kernel More information in the FreeBSD Handbook. http://www.freebsd.org Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -Original Message- > From: John Mills [mailto:[EMAIL PROTECTED]] > Sent: Tuesda

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,

RE: ssh problem

2002-07-17 Thread Balaji, Pavan
yinit (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] >

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 Par

RE: help !!!

2002-07-18 Thread Balaji, Pavan
peripheral devices. If it's a standard printer, FreeBSD might have (hopefully) detected it. Just guesses. None of these might work out. Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -Original Message- > From: mehmet emin [m

RE: Error mounting cdrom

2002-07-18 Thread Balaji, Pavan
    http://lantech.geekvenue.net/chucktips/jason/chuck/987270955/index_html Maybe that would help.   Pavan Balaji, Intel Corporation     "Only the Paranoid Survive"  --  Andy Grove -Original Message-From: Joseph Maxwell [mailto:[EMAIL PROTECTED]]Sent: Thursday, Jul

RE: giving priority to udp over tcp?

2002-07-18 Thread Balaji, Pavan
added 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&q

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. Pa

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:[EMA

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. S

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)

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"