Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

linux-bangalore-programming · LB Programming Discussions

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2208
  • Category: Linux
  • Founded: Mar 22, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Messages

Advanced
Messages Help
Messages 6557 - 6586 of 7680   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6557 A.R Karthick
a_r_karthic Send Email
Apr 1, 2005
8:04 am
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...
6558 linux-bangalore-progr...
linux-bangalore-progr... Send Email
Apr 1, 2005
8:40 am
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...
6559 suresh kumar
vivsuresh Send Email
Apr 1, 2005
9:20 am
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...
6560 Bigcat
lakkiq@... Send Email
Apr 1, 2005
11:15 am
Hi all, I have installed cygwin at my system. Is there any method by which I can know the version of libc. Thanks Lakshmesha...
6561 Ganesan Rajagopal
nasenagr Send Email
Apr 1, 2005
11:28 am
... 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 ...
6562 Sagar Borikar
borikar_sagar Send Email
Apr 1, 2005
5:15 pm
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...
6563 Rahul Gupta
rahulgupta_itm Send Email
Apr 1, 2005
5:15 pm
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...
6564 Ganesan Rajagopal
nasenagr Send Email
Apr 2, 2005
2:51 pm
... 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...
6565 yashpal_ait21 Send Email Apr 3, 2005
2:38 pm
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"); ...
6566 a7ash Send Email Apr 4, 2005
6:58 am
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...
6567 Toufeeq Hussain
topa_007 Send Email
Apr 4, 2005
7:55 am
... Install libgnomeprint-2.8.0 or greater. Regards, Toufeeq...
6568 Sagar Borikar
borikar_sagar Send Email
Apr 5, 2005
4:28 am
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...
6569 Ganesan Rajagopal
nasenagr Send Email
Apr 5, 2005
4:46 am
... Run the program under "strace -f" and see if you find anything. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web:...
6570 Rupesh K
rupeshk73 Send Email
Apr 5, 2005
5:37 am
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...
6571 Santosh Kamat
kamat_santosh Send Email
Apr 5, 2005
10:45 am
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...
6572 Santosh Kamat
kamat_santosh Send Email
Apr 6, 2005
6:04 am
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...
6573 vishwas_poghul Send Email Apr 6, 2005
6:04 am
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...
6574 Ganesan Rajagopal
nasenagr Send Email
Apr 6, 2005
6:20 am
... 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...
6575 Santosh Kamat
kamat_santosh Send Email
Apr 6, 2005
7:14 am
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...
6576 Ganesan Rajagopal
nasenagr Send Email
Apr 6, 2005
8:49 am
... 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...
6577 Sagar Borikar
borikar_sagar Send Email
Apr 6, 2005
12:09 pm
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...
6578 A.R Karthick
a_r_karthic Send Email
Apr 6, 2005
6:23 pm
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...
6579 Sridhar
b_s_sridhar Send Email
Apr 7, 2005
9:33 am
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...
6580 Suman Karumuri
suman_karumuri Send Email
Apr 7, 2005
9:33 am
... Look at http://lkdp.tk/. IIRC, someone has already documented this piece.If not you can do it.:) -Suman...
6581 nandu sai
nicenandu Send Email
Apr 7, 2005
12:57 pm
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...
6582 Santosh Kamat
kamat_santosh Send Email
Apr 8, 2005
7:22 am
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...
6583 Vikesh
vikeshraj Send Email
Apr 8, 2005
9:16 am
... As I see it, you are trying to wait simultaneously on two fd's. Use select or create two threads. Vikesh...
6584 linux-bangalore-progr...
linux-bangalore-progr... Send Email
Apr 10, 2005
7:37 am
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...
6585 Kenneth Gonsalves
kengon2233 Send Email
Apr 11, 2005
5:30 am
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!...
6586 Dr Tarique Sani
tariquesani Send Email
Apr 11, 2005
5:45 am
... Niether and why do you want to use phpLIB anyways? Are you sure you are not talking about PEAR? Tarique -- ...
Messages 6557 - 6586 of 7680   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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