unsubscribe

2003-10-19 Thread arun v
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

unsubscribe

2002-09-12 Thread arun v
Do you Yahoo!? Yahoo! News - Today's headlines

httpfs translator

2002-03-20 Thread arun v
hai, I have tried to develop the httpfs translator for hurd... Attaching herewith the code for the same. I am beginner to Hurd donno to what extent it rises to the expectation of Hurd Geeks. It has a dependency on libxml2 library. the libxml2 library is used for parsing the HTML stream to get anc

translated nodes name

2002-02-20 Thread arun v
Can I get the translated nodes file name in the translator program. i.e. hurd# settrans -agf tmp/ mytranslator Can i find the name tmp in the mytranslator program? Thanks, Arun. __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Gam

/hurd/httpfs

2002-01-14 Thread arun v
hai, I'm a beginner to Hurd pgmming and I'm trying to develop httpfs. As a first step i tried to implement a trivial single file translator for http GET command. It uses the trivfs library. It works like this: hurd~# settrans -a test.html /hurd/httpfs www.gnu.org/ hurd~# lynx test.html This will

/hurd/httpfs bugs

2002-01-14 Thread arun v
hai, I'm a beginner to Hurd pgmming and I'm trying to develop httpfs. As a first step i tried to implement a trivial single file translator for http GET command. It uses the trivfs library. It works like this: hurd~# settrans -a test.html /hurd/httpfs www.gnu.org/ hurd~# lynx test.html This will

Translator error and debugging

2002-01-10 Thread arun v
hai, I have been trying to implement a simple translator with libnetfs. When i set the translator to a node and give a ls -l command it blocks and crashes. I tried tracing with gdb. I found the following error: Program Received Signal EXC_BAD_INSTRUCTION. Illegal Instruction/Operand. 0x011cdc5c

Hurd Projects

2001-12-19 Thread arun v
Hi, I'm new bee to Hurd. I'm interested in programming in Hurd. As a first step, i tried to implement trivial translators for cat, tr, head commands and was pretty successful. Now i'm looking forward for some good projects in Hurd, preferrably related to translators. Can u give some good ideas?

single file translator

2001-12-16 Thread arun v
hi, Can u suggest a good example of a single file translator providing dynamic contents? Or Can u suggest a good application area in which a single file translator would be much useful? A good appln. area or idea about the potential uses of a single file translator would suffice, no need for wo

Translator -- help

2001-12-16 Thread arun v
hi, I was going thru the code of translators hello.c and null.c Here what is the use of functions: trivfs_S_io_read trivfs_S_io_write trivfs_S_io_seek etc. Where are these functions declared and when are they called? I have also problems in opening multithreaded translators i.e. ports_manage_p

hurd installation probs

2001-12-15 Thread arun v
i have some installation problems with hurd. it goes thru' the first stage properly. after the first reboot, when native-install is done, the process hangs at installing base.files if after multiple reboots, if the installation is somehow completed(there are many errors on the way, so instal

hurd installation probs

2001-12-15 Thread arun v
i have some installation problems with hurd. it goes thru' the first stage properly. after the first reboot, when native-install is done, the process hangs at installing base.files if after multiple reboots, if the installation is somehow completed, the system doesn't seem to recognise a ter

hurd installation probs

2001-12-14 Thread arun v
I tried installing gnu hurd. After second reboot when i give ./native-install system hangs what can i do? i think there is also problems for Hurd in detecting my terminal. It is not creating /etc/ttys file, so commands like clear, nano etc. can i do a fsck for hurd partition? arun. _

vi, X

2001-12-13 Thread arun v
Can i get a vi editor for GNU/HURD? Can i configure X for Hurd? Where will i obtain the above and how to configure the 2? Arun. __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://sh

problems for a HURD new-bee!

2001-12-11 Thread arun v
Hai, When i try to mount the CD with settrans -a /cdrom /hurd/isofs /dev/hd2 i get the following errors: /hurd/isofs: Could not find valid superblock settrans: /hurd/isofs : Translator died How can i do away with this? ** nano editor is not w

hurd translator

2001-12-07 Thread arun v
hello, We are intending to do the tr command for GNU/HURD. Can anyone plz. explain what we are actually required to do when writing a tr? Actually, the idea what we have is : hurd# settrans /tmp/PASSWD ~/work/hurd/my-tr-translator --file /etc/passwd --expr "a-z A-Z" Here my-tr-translator must