Search the web
Sign In
New User? Sign Up
linux-bangalore-programming · LB Programming Discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6229 - 6258 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6229
Thank you for subscribing to the linux-bangalore-programming mailing list. This message is to give you some information about this list and other lists we...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Jan 2, 2005
12:36 am
6230
This is a reminder to members of this list about the posting rules: 1. Do not top-post 2. Do not over-quote 3. Do not post HTML messages 4. Do not recycle...
linux-bangalore-progr...
linux-bangalore-progr...
Send Email
Jan 2, 2005
10:30 pm
6231
... I guess he is already using a clustering solution that provides automatic process migration. (www.openssi.org). One thing to note in OpenSSI is that it...
Aneesh Kumar K.V
kvaneesh
Offline Send Email
Jan 3, 2005
5:22 am
6232
... i dont see any problem in the code you have given the link to. http://members.home.nl/rene.herman/foobar.tar.gz have you created the device file like ... ...
Amith
amith@...
Send Email
Jan 3, 2005
11:25 am
6233
... [ if /tmp/foo is a regular file it won't work ] if /tmp/foo was created with mknod as above it will work ! ... [Non-text portions of this message have been...
Amith
amith@...
Send Email
Jan 4, 2005
5:29 am
6234
hi, I am trying to bind a key combination which would automatically diff the current buffer and open in a new window. Something like this. ... First I want to...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Jan 4, 2005
10:08 am
6235
I am new in linux. but i worked on unix-hp/AIX/Solaries. and system programming side. can any one help me regarding to start with linux-internal, writing ...
ab_bhasker
Offline Send Email
Jan 5, 2005
6:30 am
6236
Hi, This is my first post to the group. The message contents indicate that you guys are pretty involved and advanced users, but I hope you'll let me get back...
raghav_shikha
Offline Send Email
Jan 5, 2005
6:31 am
6237
... I don't have a /usr/bin/ls. ... Use a separate mail for unrelated questions, I'll answer this time because this is your first post. If you require the...
Ganesan R
nasenagr
Offline Send Email
Jan 5, 2005
6:41 am
6238
... Linux Device Drivers: http://www.xml.com/ldd/chapter/book/ Linux kernel module programming: http://www.tldp.org/LDP/lkmpg/ K Shakthi ... K Shakthi Specsoft...
Shakthi Kannan
cyborg4k
Offline Send Email
Jan 5, 2005
7:34 am
6239
... I don't have /usr/bin/ls. I only have /bin/ls -- The Universe is populated by stable things. -- Richard Dawkins...
Philip Tellis
philiptellis
Offline Send Email
Jan 5, 2005
8:12 am
6240
Hi you know about stack over flow exploit. generally the exploit code is written in data/heap portion of the code. and the address of that code is stored in...
suresh kumar
suresh_vin@...
Send Email
Jan 5, 2005
10:05 am
6241
HI all.. this is cached link from google.but the interesting point is cached date .. This is *G o o g l e*'s cache ...
arunkumar
arunkumar@...
Send Email
Jan 5, 2005
10:54 am
6242
... Hash: SHA1 hi! ... osiris ~ $ ls -li /bin/ls -l 731645 -rwxr-xr-x 1 root root 76896 Sep 23 15:04 /bin/ls osiris ~ $ ls -li /usr/bin/ls 19574 lrwxrwxrwx 1...
ash
ashishthefreak
Offline Send Email
Jan 5, 2005
10:55 am
6243
... not all functions. eg. strcpy Regards, ~Gitesh...
Gitesh Kulkarni
gitesh.kulkarni@...
Send Email
Jan 5, 2005
10:56 am
6244
... trivia: its called "stack smashing" :-) ... right... that's the general idea ... C/C++ is a stack based lang. which stores data & return address on the ...
Arun C Murthy
acmurthy
Offline Send Email
Jan 5, 2005
10:56 am
6245
On Wed, 05 Jan 2005 12:44:24 +0530, arunkumar ... AFAIK, Google uses RedHat Linux clusters (approx. 4000 nodes) Thanks, JS "Good Luck is when preparation meets...
Suresh Jayaram
sureshram79
Offline Send Email
Jan 5, 2005
1:31 pm
6246
... If you see the Makefile it creates the the device in /tmp. I tried to create it manually on /dev/ and tried to open it. But no help. All using 'mknod'...
Deekshit M
dmantamp
Offline Send Email
Jan 5, 2005
1:32 pm
6247
Hi, First of all sorry for a long post. Actually I am desperate to get this thing running. Our company had developed a business critical application using...
Jiju Thomas Mathew
acehooey
Offline Send Email
Jan 6, 2005
3:13 am
6248
Hello, I have two machines with RedHat linux 9 with serially connected to each other. While doing some kernel programming i am getting frequently Oops ...
cranium2003
Offline Send Email
Jan 6, 2005
10:53 am
6249
Not sure if i can answer all , but i know a few things you asked .. ... % [ percentage ] .. that should give you the current file name ... Just having the new...
Sarfraaz Ahmed
s_raaz
Offline Send Email
Jan 6, 2005
10:54 am
6250
... Thanks a lot.. I actually managed to put together some stuff to make this work.. forgot to post it. Here it is; func ShowDiff() exe "silent! new +read\\...
Kiran Kumar Immidi
immidi_kiran
Offline Send Email
Jan 6, 2005
12:03 pm
6251
Hi, I am writing a block device driver for a virtual disk(kernel version 2.6.5) The mkfs runs fine but on on mounting the device ... Unable to handle kernel...
SK malik
srikrishanmalik
Offline Send Email
Jan 7, 2005
3:15 am
6252
Hi, ... Your information isnt sufficient to fix or completely analyse the panic. Anyway, it seems strange that the kernel has paniced in getname code-path of...
A.R Karthick
a_r_karthic
Offline Send Email
Jan 7, 2005
7:30 am
6253
Hello, I read kmalloc kernel-api.pdf page and found that * %GFP_USER - Allocate memory on behalf of user. May sleep. * * %GFP_KERNEL - Allocate normal kernel...
cranium2003
Offline Send Email
Jan 9, 2005
4:26 am
6254
On Sat, 8 Jan 2005 01:19:20 -0800 (PST), "cranium2003" ... Majority of the allocation cases in normal execution paths in kernel can be satisfied using...
Om
omanakuttan@...
Send Email
Jan 10, 2005
5:18 am
6255
NOTE: This mail has been x-posted to ilughyd also. Hi all, I am currently writing a small application, which can be called as a toy language(but for a specific...
suman
suman_karumuri
Offline Send Email
Jan 10, 2005
5:18 am
6256
My project is ENCRYPT A FILE SYSTEM IN LINUX . for that I am using loop back devices. while configuring the linu x kernel 2.4 for loop back support I am ...
rvl81
Offline Send Email
Jan 10, 2005
9:32 am
6257
I upgraded my python to 2.3 from 2.2 but Apache (V 2.0.4) is taking old libraries for processing. I also made a soft link redirecting the old files to new...
Gurpreet Sachdeva
gurpreet40
Offline Send Email
Jan 11, 2005
11:06 am
6258
hi all, could someone point me to some resources on Sound programming other than Open Sound System ? . I have tried OSS but not happy with it :-( ! I would...
Amith
amith@...
Send Email
Jan 11, 2005
12:08 pm
Messages 6229 - 6258 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help