Hi, Iam posting this as a reply to a previous mail(mine) regarding the mii-diag tool, since it went un-answered ... SIOCGMIIPHY is being depreciated in favour...
arun
akumar@...
May 1, 2003 12:02 pm
3008
Hi friend I seen ur response on linux banglore group thax for that. I m working for a final year project We hav to design a IPC application so I decided to...
Hi, You need to decide which debugger you want to develop. Source level debugger or to debug .EXE/ELF binary files. If you want to debug a Application binary...
int3
kssatish@...
May 2, 2003 5:02 am
3010
Hi, AFAIK, when the server calls close() on a TCP socket, the TCP layer waits for some time before actually closing the socket and freeing the port for re-use....
"int3" <kssatish@...> has been placed on moderation for top-posting. Unless you reply to this mail, and to the list, stating that you have understood...
... Hi, This sounds more appropriate for blug-prog than blug-non-tech, hence copying it there too. I have had seg faults during compile time, due to mismatch...
... Doesn't your post qualify as top post? If not why? And yes this is getting to be too uncomfortable. Place the guy under moderation and tell him, if he...
Hi, Does anyone know how exactly the CPU speed is calulated, by the OS ? I mean does Linux get the speed from the BIOS or does it calculate/ find it out in...
arun
akumar@...
May 3, 2003 3:52 pm
3015
... admin messages are exempt from the rule kg...
Kenneth Gonsalves
lawgon@...
May 4, 2003 1:02 am
3016
... Really? All animals are equal BUT some animals are more equal than others? Tarique -- =================================================================== ...
... those who are burdened with the task of traffic management are given certain priviledges - remember the cop who booked you for overspeeding the other day ...
Kenneth Gonsalves
lawgon@...
May 4, 2003 2:39 pm
3018
... This is really funny! The cop had to overspeed because there was no other way of catching the speeding person. But, what's the point of an admin who is top...
... Valid question.. ... Apt! Lets see the admin getting taste of his own medicine This is my last post on the matter as 1) Point proven 2) Not a programming...
... mailing lists are not run on democratic principles - they are benevolent dictatorships - list owners and admins can do anything they want kg...
Kenneth Gonsalves
lawgon@...
May 5, 2003 3:19 am
3021
... Hi, The CPU speed is not read from the BIOS, AFAIK. There are a couple of pointers to this. First and the simpler is that if you grep through your ...
... I guess this link may help you. http://c2.com/cgi/wiki?BogoMips cheers...
Shahnavaz Valayil
shahnavaz.valayil@...
May 5, 2003 5:54 am
3023
... This is about bogo mips, which is a different thing from cpu speed. Bogo mips is defined as "The number of million times per second the processor can do ...
Hi, The linux kernel determines what is known as the BogoMips value of the processo it is running on at boot time. I don't know much about it, but I presume ...
... From: "Kiran Kumar" <immidi_kiran@...> To: <linux-bangalore-programming@yahoogroups.com> Sent: Monday, May 05, 2003 9:28 AM Subject: Re: [blug-prog]...
arun
akumar@...
May 5, 2003 9:24 am
3026
Respected all, how can i display any arbitrary text in something called text box or a scroll window while making a GUI using glade. i used text box to display...
I can give solution to your problem #2 compile using the following gcc switch ## $gcc -D__KERNEL -DMODULE -I/usr/src/linux-2.4/include -O -c file.c In redhat 8...
... Instead of -I/usr/src/linux-2.4/include say -I/lib/modules/`uname -r`/build/include That make sure you are building the module with the right header ( I ...
Hello, I am trying to develop a P2P application. Upon loading, the app (servent) forks itself into two branches: server (listening for queries and sending back...
Hi All Can somebody please tell me where can I get the source code for "ls" command. Which should be the directory for this under /usr/src/linux-2.4 I have...
Manish Pandit
manish.p@...
May 8, 2003 6:29 pm
3032
hi i am arjun , a comp. sc. eng. student. i am setting up a linux cluster using PVM. i have PVM up and running (i ahd problems with rsh- did to login so i...
... /usr/src/linux-2.4 contains the source code for the kernel. first find out which package the program belongs. rpm -qf /bin/ls and then install the source...