Re: [ilugd]: read error

2002-05-15 Thread vvkoduri
Hi instead of the "fscanf" u can use "fgets" scan one line each and every time. like as follows: char buf[256]; fgets(buf,255,fp); fp -> file pointer. here it scans 255 chars or one line. whichever comes first. If ur line is too big , in such case

Re: [ilugd]: read error

2002-05-15 Thread Lalit Bhasin
or use following option in fscanf to read till end of line :   fscanf ( fp,  "^{\n] ",   filename); Lalit   [EMAIL PROTECTED] wrote: Hi instead of the "fscanf" u can use "fgets" scan one line each and every time.   like as follows:   char buf[256]; fgets(buf,255,fp);

Re: [ilugd]: read error

2002-05-15 Thread Lalit Bhasin
i mean    fscanf(fp, "%^[\n]",buf); Lalit   [EMAIL PROTECTED] wrote: Hi instead of the "fscanf" u can use "fgets" scan one line each and every time.   like as follows:   char buf[256]; fgets(buf,255,fp); fp -> file pointer. here it scans 255 chars or one line.

Re: [ilugd]: Disabling ident in Red Hat Linux 7.2

2002-05-15 Thread Varun Varma
On Tue, May 14, 2002 at 12:32:17PM +0530, Ambar Roy spoke out thus: > Hi everyone, > The stock Red Hat 7.2 installation that I have on my home computer > insists on sending an ident query for any connections to that system thru a > LAN for ftp and a few other services. (BTW.. i am using vmware

Re: [ilugd]: RPM Upgrade: v3.0.3-2 to v4.0.3-7x

2002-05-15 Thread Varun Varma
On Tue, May 14, 2002 at 11:18:15AM +0530, Ambar Roy spoke out thus: > > I have RH6.1 installed on a production server running Kernel 2.2.12-20. > > > > I have RPM version 3.0.3-2 installed and wish to upgrade. I downloaded > > rpm-4.0.3-7x.i386.rpm from the archives of RH6.2 updates from the Redha

[ilugd]: CDROM not accessible!

2002-05-15 Thread Deepak Bajaj
Hey guys I have installed Redhat Linux 7.2 on my system.For some strange reason CD-ROM is not accessible thru GNOME or KDE.System hangs every time i try to access the CDROM.I have tried the command mount /mnt/cdrom in the terminal window, but the system hangs.Is the CDROM incompatible or it requi

Re: [ilugd]: CDROM not accessible!

2002-05-15 Thread Lokesh Bhog
I have also faced similar problem in my IBM computer. During installation CD drive worked but when i inserted the CD drive to access some RPM, the system hanged. The solution that i used was to use another CD drive on the network on another computer and then ftp files from there to my computer.

Re: [ilugd]: CDROM not accessible!

2002-05-15 Thread Sandip Bhattacharya
Deepak, sometimes autofs(which detects CDs and tries to mount them automatically) causes problems with normal usage of the CDROM. Unfortunately, in redhat systems autofs is enabled by default. Can you disable autofs _before_ accessing the CDROM and see? Normally, this command should work in redha

[ilugd]: procomm ?

2002-05-15 Thread rahul singh
Hi all, I want to use procomm to connect to a linux machine from windows machine. Can any body help me in this regard? rahul _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

[ilugd]: What does WINE stand for?

2002-05-15 Thread Ashok Appu
Hi, Could anyone tell me what WINE stands for? I tried searching the Internet for it but all in vain :-( Thanks, Ashok To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header To unsubscribe, send email to [EMAIL P

[ilugd]: [/.] Problems faced by overseas clients while dealing with Indian software firms

2002-05-15 Thread Sandip Bhattacharya
[Disclaimer: Crossposted mail. Watch where you reply. You have been warned. ] There had been talks of India competing with China etc. around here for increasing outsourced work from US. This thread on Slashdot provides a *very* interesting look at the problems faced. Needless to say, many folks k

Re: [ilugd]: What does WINE stand for?

2002-05-15 Thread vvkoduri
Windows Emulator... Ashok Appu <[EMAIL PROTECTED]> on 05/16/2002 10:29:44 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Veera R Koduri/HSS) Subject: [ilugd]: What does WINE stand for? Hi, Could anyone tell me what WINE stands for? I tried

Re: [ilugd]: What does WINE stand for?

2002-05-15 Thread Ravi Dev Rajesh
Hi Ashok, WINE stands for Windows Emulator. It is basically an Emulator to run programs of Windows in linux, like if u want to run notepad of windows in linux, u can use wine for this.For getting more information on Wine goto www.winehq.com and for downloading Wine goto link: htt

Re: [ilugd]: What does WINE stand for?

2002-05-15 Thread Arunjeet Singh
Hey, didn't anybody ever tell you WINE IS NOT AN EMULATOR. Infact, it is an implementation of the windows OS that runs on top of Linux. You can go to http://www.winehq.com to find out more about it. More that once I have seen movies after booting into linux by running Media Player on top of WINE.

Re: [ilugd]: What does WINE stand for?

2002-05-15 Thread Lalit Bhasin
Hi,   May be its WINdows Emulator. br, Lalit Ashok Appu wrote: Hi, Could anyone tell me what WINE stands for? I tried searching the Internet for it but all in vain :-( Thanks, Ashok   To subscribe, send email to [EMAIL PROTECTED] with subsc

RE: [ilugd]: What does WINE stand for?

2002-05-15 Thread Ashok Appu
Hi Veera, You have any authentic source for the information? Any Web site I can refer to for confirmation? Regards, Ashok To subscribe, send email to [EMAIL PROTECTED] with subscribe in subject header To unsubscribe, send email to [EMAI