===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Nov 1, 2005 3:01 pm
6950
All: The Delegate Registration for FOSS.IN/2005 is now open http://foss.in/2005/delegates/ Please remember - - you do not pay now - you register now - you pay...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Nov 6, 2005 3:31 pm
6952
The windows API CreateFile takes a flag FILE_FLAG_WRITE_THROUGH that instructs the system to write through any intermediate cache and go directly to disk. Is...
Snow white
flace9@...
Nov 7, 2005 6:21 am
6953
... Check O_DIRECT in man open (2). Regards, Manish ... mail2web - Check your email from the web at http://mail2web.com/ ....
... I dont find O_DIRECT but I see a O_SYNC that seem to do what I need. I actually need this with C or C++ library (fopen or fstream) so that it is portable....
Snow white
flace9@...
Nov 7, 2005 7:49 am
6955
To support the "FOSS in Education" angle of the event, we are looking for people who can demonstrate educational packages and tools such as SciLab, Moodle,...
All: Here are a few things you should be aware of: - Event Network: Shyam Mani and Devdas are leading the event network team. If you have experience with stuff...
Hi, Can someone please send me some pointers/references to these few queries:- o Can perlcc generate the exe file of a perl scrip/class. Is it similar to...
All: Karunakar is now managing the FOSS Projects Expo. Please coordinate with him on getting your FOSS Project/Group demo space. He is going to need help, so...
hi frnds, i have solved my first problem,but ps_lcontinue & ps_lstop are the functions which r not defind in this libthread_db.a .i need their defination ,can...
A number of people, especially from companies, have been asking for a printable event brochure to submit to their managers to get group registrations done. ...
... If we're going to go with 750, we must have *prominent* notices everywhere that people coming without their own 50 rupee notes should pay 800 rupees. ...
You will remember that a while back, we mentioned that we would be doing something for students. If you are a student whose college falls under the VTU, then...
According to RFC 959, http://www.faqs.org/rfcs/rfc959.html 2.3. THE FTP MODEL, Its possible to initiate data transfer from ftp server A to ftp server B,...
... man ftp and search for proxy. ... I don't know how it's actually implemented protocol wise. The man page suggests that you need to use the PASV command....
hi , Can anybody tell me - How do you figure out the version for DBD that is installed? This is in context with Perl 5.6 and above. TIA, Prabir Regards &...
Hello, I have just started to learn MySql to address a specific and urgent requirement related to databases. I created a table using mysql-query-browser and...
Last call for Volunteers for FOSS.IN/2005. If you want to be a volunteer at FOSS.IN/2005, please register at http://foss.in/2005/volunteers *now*, and be at...
hi all, i am looking to run linux from flash card for the board that i have. the problem i am stuck with now is regarding the bootloader. i am not sure how...
... Hi CoDeBrEaKeR, Have a look at u-boot (http://sourceforge.net/projects/u-boot) Its a bootloader for various archs. All you have to do is write a config...
===================================================================== PLEASE NOTE THAT THIS LIST DOES NOT ALLOW JOB POSTINGS OF *ANY* KIND. If you post one,...
linux-bangalore-progr...
linux-bangalore-progr...
Nov 20, 2005 2:27 pm
6973
The talks, workshops and tutorials schedule for FOSS.IN/2005 is now online: http://foss.in/2005/schedules Note that there are still some missing talks, which...
Hai everyone, Please help me to come out of this problem... Source code: a.c #include <linux/kernel.h> #include <linux/module.h> #include <linux/fs.h> char...
All: As you all know, an event like FOSS.IN/2005 requires help from sponsors to allow it to happen. And the time has come to acknowledge the sponsors of the...
Hi all, I am having a query. How to find " which process id is using a particular file" via c program Is there any such system call for it.?? Thanks & Regards,...
Nayna Jain
nayna@...
Nov 24, 2005 6:59 am
6977
Hi all, I have red-hat linux on my laptop with a 2.4 kernel. I compiled and installed a 2.6.13 kernel. Whenever i try to do an insmod to it, it responds with...
My comments inline. ... <Amith> you are trying to compile a kernel module , but you don't seem to have included the necessary headers and flags. I normally...