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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6557 - 6586 of 7585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6557
Hi Suresh, ... I will pass this one to some other guy with networking knowledge, as mine isnt enough to answer your question. But it cannot happen,man :-) Lets...
A.R Karthick
a_r_karthic
Offline Send Email
Apr 1, 2005
8:04 am
6558
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
Apr 1, 2005
8:40 am
6559
Hi karthick, ... Thanks for the information given. This is really helpful in understanding the spin lock implementation. u have shown me some more pointers and...
suresh kumar
vivsuresh
Offline Send Email
Apr 1, 2005
9:20 am
6560
Hi all, I have installed cygwin at my system. Is there any method by which I can know the version of libc. Thanks Lakshmesha...
Bigcat
lakkiq@...
Send Email
Apr 1, 2005
11:15 am
6561
... This is like, you know, the "Linux" user group mailing list? Any way, I think you're looking for the cygwin DLL version, so try the FAQ entry ...
Ganesan Rajagopal
nasenagr
Offline Send Email
Apr 1, 2005
11:28 am
6562
I have an application where I am invoking many shell scripts in interactive mode using popen, pclose mode, expect /tcl environment.But one shell script is not...
Sagar Borikar
borikar_sagar
Offline Send Email
Apr 1, 2005
5:15 pm
6563
hi... i have problem on glibc compilation... after configure when i type make for compiling glibc code it gives me following error. i am using sep dir for...
Rahul Gupta
rahulgupta_itm
Offline Send Email
Apr 1, 2005
5:15 pm
6564
... Well if you use system(), your program _will_ block till the script exits. The only way your program would block when you are using popen() is when you try...
Ganesan Rajagopal
nasenagr
Offline Send Email
Apr 2, 2005
2:51 pm
6565
Hi all, I have written a module like following:- #include<linux/module.h> #include<linux/kernel.h> int init_module(void) { printk("<1>Hello World 1.\n"); ...
yashpal_ait21
Offline Send Email
Apr 3, 2005
2:38 pm
6566
Hi everyone, I am compiling gtkhtml-3.6.1 on FEdora COre 2.. And while doing ./configure, I am geeting the following error checking for gtk+-2.0 >= 2.2.0...
a7ash
Online Now Send Email
Apr 4, 2005
6:58 am
6567
... Install libgnomeprint-2.8.0 or greater. Regards, Toufeeq...
Toufeeq Hussain
topa_007
Offline Send Email
Apr 4, 2005
7:55 am
6568
Hi Ganesan, ... The script I am invoking doesn't need any input or I don't process the output from it. The script is invoked based on one event which does...
Sagar Borikar
borikar_sagar
Offline Send Email
Apr 5, 2005
4:28 am
6569
... Run the program under "strace -f" and see if you find anything. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web:...
Ganesan Rajagopal
nasenagr
Offline Send Email
Apr 5, 2005
4:46 am
6570
Hi Are duart_int ISR and tty_read (called by sys_read) functions run as two different threads ? I have my data in tty->read_buf and I feel due to some...
Rupesh K
rupeshk73
Offline Send Email
Apr 5, 2005
5:37 am
6571
Hi I am using expect for clearcase interaction. In which I am getting following error expect:spawn id exp4 not open I tried to locate the erro but it seems to...
Santosh Kamat
kamat_santosh
Offline Send Email
Apr 5, 2005
10:45 am
6572
Hi All, This is related to shell changes through a program. I am writing a program where I need to process different events and have to respond to it though...
Santosh Kamat
kamat_santosh
Offline Send Email
Apr 6, 2005
6:04 am
6573
Dear Linux enthusiasts, I have a very basic doubt regarding the working of system calls in Linux. whenever a user space proc invokes a sys call, it gets linked...
vishwas_poghul
Offline Send Email
Apr 6, 2005
6:04 am
6574
... Why is the shell waiting in the first place? Is it an interactive shell? Whatever be the case, if this "waiting" is normal behavior, the simplest thing to...
Ganesan Rajagopal
nasenagr
Offline Send Email
Apr 6, 2005
6:20 am
6575
Hi Ganesan, ... Why is the shell waiting in the first place? Is it an interactive shell? Whatever be the case, if this "waiting" is normal behavior, the...
Santosh Kamat
kamat_santosh
Offline Send Email
Apr 6, 2005
7:14 am
6576
... I am lost. If you used popen and your script finally exec'd a shell, you still have the stdin of the shell tied to the file handle returned from popen. You...
Ganesan Rajagopal
nasenagr
Offline Send Email
Apr 6, 2005
8:49 am
6577
Hi, ... I think to understand the system calls and its implementation; it’s quite helpful to understand the underlying processor architecture. I will try to...
Sagar Borikar
borikar_sagar
Offline Send Email
Apr 6, 2005
12:09 pm
6578
Hi Sagar, (and Vishwas) ... First of all - Very nice explanation , Sagar. I hope Vishwas understands it, coz he should have a grasp of x86 arch. Anyway, you...
A.R Karthick
a_r_karthic
Offline Send Email
Apr 6, 2005
6:23 pm
6579
Hello Techies, I am trying to modifiy the file permissions on some files which are not owned by owner of the cgi-script. To be more precise, my cgi- script...
Sridhar
b_s_sridhar
Online Now Send Email
Apr 7, 2005
9:33 am
6580
... Look at http://lkdp.tk/. IIRC, someone has already documented this piece.If not you can do it.:) -Suman...
Suman Karumuri
suman_karumuri
Offline Send Email
Apr 7, 2005
9:33 am
6581
Hi , I am writing a module to communicate with samsung mobile using libusb, means sending AT commands. I tried in all possible ways but no use. so i request...
nandu sai
nicenandu
Offline Send Email
Apr 7, 2005
12:57 pm
6582
Hi All, I am working on the script which is invoked by my program and it invokes the new shell. I want to work on the new shell without manual intervention. My...
Santosh Kamat
kamat_santosh
Offline Send Email
Apr 8, 2005
7:22 am
6583
... As I see it, you are trying to wait simultaneously on two fd's. Use select or create two threads. Vikesh...
Vikesh
vikeshraj
Offline Send Email
Apr 8, 2005
9:16 am
6584
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
Apr 10, 2005
7:37 am
6585
hi, is phplib generally available on servers that offer php hosting or is it a request item? -- regards kg http://www.livejournal.com/users/lawgon tally ho!...
Kenneth Gonsalves
kengon2233
Offline Send Email
Apr 11, 2005
5:30 am
6586
... Niether and why do you want to use phpLIB anyways? Are you sure you are not talking about PEAR? Tarique -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Apr 11, 2005
5:45 am
Messages 6557 - 6586 of 7585   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