Re: ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-14 Thread Niraj Kumar
Niraj Kumar wrote: JJB wrote: First of all you are using an development version of Freebsd which snip I did a bit of tweaking to compile this program (which was for openbsd) . snip I will post ppp.conf in next mail .(I am currently away from that machine) . For me ,the problem appears

ppp problems : Modem connection issues on FreeBSD 5.2.1

2004-04-13 Thread Niraj Kumar
Hi, I have a DSL modem with Globespan chipset. I am trying to use eciadsl usemode program ( http://eciadsl.flashtux.org/download.php?lang=en ) on FreeBSD 5.2.1 (AMD Athlon 2600 , A7N8X-VM motherboard). However , I am getting the following error and ppp connect failed . See the copy/paste from

Re: UFS mounted on linux

2004-03-31 Thread Niraj Kumar
Rahul Sawarkar wrote: Hello I have a freebsd ufs partition, that I access from linux using the following command: mount /dev/hda2 /mnt -t ufs -o ufstype=44bsd This is fine for 4.x series . However , FreeBSD 5.x uses ufs2 by default . For mounting ufs2 , look at these patches :

Re: help with acpi on nforce

2004-03-31 Thread Niraj Kumar
jason wrote: I have been to the how-to site giving on the list before, but I have a problem I could not find answers to. Here is a copy of what I get: snip ] Table header is invalid! Couldn't get table from the file barton# Does anyone have a acpidump from a nforce2 product that has good

Re: Hi I am interested in getting freebsd and i have a fewquestions about this good operating system!

2004-03-29 Thread Niraj Kumar
Joe Falcone wrote: Dear Freebsd Owners and Developers, I am interested in getting freebsd for server functions and it is confusing me on how to use it and how to install it! Is there a possible way to download a .iso cd image of freebsd? It sounds very interesting and i would think it would be a

Re: Linux patch for reading ufs2

2004-02-16 Thread Niraj Kumar
it refuses to copy or untar this file. This is the only information I cn see there. At the same time when I boot into FreeBSD - no problems whatsoever. On Monday 16 February 2004 06:22, Niraj Kumar wrote: Hi, Thanks for testing this stuff. Vladimir Kushnir wrote: First off - thanks a bunch

Re: Linux patch for reading ufs2

2004-02-15 Thread Niraj Kumar
Hi, Thanks for testing this stuff. Vladimir Kushnir wrote: First off - thanks a bunch, now I don't need to reboot every time I forgot to copy some files to Linux. Tested and works here: ad0: 57241MB WDC WD600JB-00CRA1; ad0s2 - current -CURRENT (everything in UFS2); ad0s5 - Mandrake 9.2 +

Linux patch for reading ufs2

2004-02-12 Thread Niraj Kumar
Hi, I am trying to create some Linux patches to be able to read ufs2. Interested (those who are having both Linux and FreeBSD on same box) may try them . The work-in-progress patches are available from http://ufs-linux.sourceforge.net/ufs2/p1.txt http://ufs-linux.sourceforge.net/ufs2/p2.txt

problem with netgraph

2004-02-04 Thread niraj kumar
1. when i use printf statement to print my own string with the message in nge_rcvdata function in ng_echo.c i face the problem thatobject code has not changed. and when i use ngctl write command with the -f filename option it just print the file contents . what is the proper procedure to add

problem with ng_echo

2004-02-03 Thread niraj kumar
1. when i use printf statement to print my own string with the message in nge_rcvdata function in ng_echo.c i face the problem that object code has not changed. and when i use ngctl write command with the -f filename option it just print the file contents . what is the proper procedure to add

problem in netgraph

2004-02-03 Thread niraj kumar
1. when i use printf statement to print my own string with the message in nge_rcvdata function in ng_echo.c i face the problem thatobject code has not changed. and when i use ngctl write command with the -f filename option it just print the file contents . what is the proper procedure to add

problem in kernel compiling with netgraph option

2004-02-02 Thread niraj kumar
when i add these line in my kernel file options NETGRAPH options NETGRAPH_ETHER options NETGRAPH_SOCKET after using ngctl show i see ed0 as ethernet node but when i attempt to insert a tee node between lower and upper hook y using ngctl mkpeer ed0: tee lower right i am facing this

problem with netgraph

2004-02-01 Thread niraj kumar
1. when in compile the kernel with options NETGRAPH and after that when i see the nodes withngctl list it doesn't show the ethernet interface in the node list . i am the beginner in this field 2. i want to insert a module between the ng_ether lower node and the upper node . where i

problem in ng_ether

2004-02-01 Thread niraj kumar
i want to insert a tee node between upper and the lower node of the ng_ether. i am using freebsd 4.7 . i am the beginner . please help Yahoo! India Mobile: Download the latest polyphonic ringtones. Go to

compiling kernel with netgraph option

2004-01-30 Thread niraj kumar
1. how can we compile kernel in freebsd 4.7 with netgraph option. 2 what is the procedure to add ur own module between the lower and the higher node of the ng_ether. 3 where i can find more about this niraj Yahoo! India

maximum ip address

2004-01-16 Thread niraj kumar
how many ip address can i assign to my single machine( maximum limit ).how can i check this in freebsd thanks in advance niraj Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.

ip addressing in freebsd

2004-01-16 Thread niraj kumar
how many ip address can i assign to my single machine( maximum limit ).how can i check this in freebsd thanks in advance niraj Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.

shared objects(.so files)

2004-01-02 Thread niraj kumar
i want to create shared objects (.so files) in freebsd what is the command and the parameters for that. niraj Yahoo! India Matrimony: Find your partner online.Post your profile. ___ [EMAIL PROTECTED]

ip addressing in freebsd

2003-12-28 Thread niraj kumar
1. in freebsd we can have two ip address for a single host like 2.0.0.1 17.0.0.1 by using ifconfig but why can't we assign two ip like 2.0.0.1 2.0.0.2 (i know that both r in same network) 2 so where is the problem in resolving the ip addressing of the host 3 where i can find more about this

implementation of bpf

2003-12-24 Thread niraj kumar
i want to know how to implement a simple bpf filter on the freebsd i am using bsd4.7 version and i know the instruction set of the bfp virutal machine but i dont know how to implement that and to check whether that particular bpf is working or not so u could explain the functioning of bpf with

Re: Use of the BOOT.FLP floppy disk.

2003-12-18 Thread Niraj Kumar
I guess you have to use kern.flp and mfsroot.flp for installing FreeBSD 5.x. It is clearly mentioned in the readme.txt file . Niraj Arne Engø wrote: Hello, I have been using FreeBSD earlier, but am new to the 5.0-Release. The boot.flp image seems to be twice the size of an ordinary floppy,