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...
Show off your group to the world. Share a photo of your group with us.

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 6335 - 6365 of 7584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6335
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
Feb 1, 2005
8:32 am
6336
Hi, I am trying a small perl subroutine. This subroutine takes relative path of a file as input and returns the absolute path as output. For example for...
vkmet
Offline Send Email
Feb 1, 2005
2:43 pm
6337
Hi Can anyone tell me how to create core dump file ? I have written a C code in which access illgal memory address to get SIGSEGV. Ulimit is set to unlimited,...
Bharathraj.Shetty@...
Send Email
Feb 2, 2005
5:07 am
6338
... I don't have a linux machine to try this on, but from the man page, signal(7) ... Try doing kill 3 <process id> or something. Aseem. -- "Where the clear...
Aseem Asthana
aseem_asthana
Online Now Send Email
Feb 2, 2005
6:24 am
6339
On Tue, 1 Feb 2005 20:21:40 +0530, Bharathraj.Shetty@... ... See what "ulimit -a" (in case you were just seeing ulimit alone) shows if core file size...
Suresh Jayaram
sureshram79
Offline Send Email
Feb 2, 2005
6:25 am
6340
Hi all ... gcc -Wall -g <Test.c> will do .. check ulmit (ulimit -c ) set ulimit to some value(Unlimited) Core Dump will be generated in same directory.. then...
A_T_U_L
atul_bnd
Offline Send Email
Feb 2, 2005
6:25 am
6341
... Although 'ulimit' shows unlimited, but the actual core file size limit may still be 0. You can use 'ulimit -a' to see all the settings. Just try 'ulimit -c...
vkmet
Offline Send Email
Feb 2, 2005
7:52 am
6342
<admin> What on earth is going on? For the past few days, I have watched the number of top-posts and especially overquoted messages increase exponentially in...
Atul Chitnis
linuxbangalo...
Offline Send Email
Feb 2, 2005
12:31 pm
6343
... Hi, This works for me in a perl script on Linux OS using perl5.8 . !#/usr/bin/perl -w use strict; use Cwd(); my $filename = "./test.pl"; if(-e $filename) {...
prasannakothari
Offline Send Email
Feb 3, 2005
5:57 am
6344
... I have tried this on a linux machine Linux 2.4.9-e.25 #1 Fri Jun 6 18:27:21 EDT 2003 i686 unknown $vi cdump.c ================= #include<stdio.h> int...
Amit Joshi
amit2980
Offline Send Email
Feb 4, 2005
8:29 am
6345
Hello, How do i find whether my kernel architecture is 32 bit or 64 bit. If u suggest "uname" as the option please tell me how to extract the architecture from...
com bio
combiofriends
Offline Send Email
Feb 4, 2005
6:43 pm
6346
... if size of pointer is 8 bytes then u ve 64-bit , 4 bytes then u have 32-bit, 2bytes- 16-bit and 1 byte-8-bit. -- Regards, Saifuddin, ...
Saifuddin
saif@...
Send Email
Feb 5, 2005
4:42 am
6347
... Try cat /proc/sys/kernel/pid_max should be 32768 for 32bit systems and 4*1024*1024 for 64bit systems. Ref. /usr/src/linux/include/linux/threads.h #define...
Balwinder Singh
BALWINDER@...
Send Email
Feb 5, 2005
6:27 am
6348
Hi I have written a block device driver.In the read/write(request) i am calling a function which sleeps.this gives a big stack dump(WARN_ON thing) the driver...
SK malik
srikrishanmalik
Offline Send Email
Feb 5, 2005
6:28 am
6349
On Fri, 4 Feb 2005 10:26:40 -0800 (PST), com bio ... $ uname -a | awk '{print $12}' -Amit...
Amit Mehrotra
amit_meh
Offline Send Email
Feb 5, 2005
12:44 pm
6350
... hello :), wowowo waitttt y r u goin for such complex stuffs like awk, etc ......... just type this simple command at $/# file /boot/vmlinux-2.4.60 i am not...
ramprasad_i82
Offline Send Email
Feb 6, 2005
2:37 am
6351
I wanted to access system call table in 2.6 kernels,so that my code will get executed before the actual system call.Since exporting system call table is not...
Ananth
ananth_mg
Offline Send Email
Feb 7, 2005
4:44 am
6352
... On three different machines with different hardware : [badi@badi]$ uname -m i686 [cryptic]~$ uname -m amd64 [badi]~$ uname -m i386 HTH. -- Bádí...
"Bádí Kumar S."
badikumar
Offline Send Email
Feb 7, 2005
4:44 am
6353
... You can have a 32-bit user land with a 64-bit kernel. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web:...
Ganesan Rajagopal
nasenagr
Offline Send Email
Feb 7, 2005
4:52 am
6354
Hi, I am interested in understanding the internals of a practical and Open source Interpreter and compiler(which will provide the source code). To start with,...
cartik
cartigayane
Offline Send Email
Feb 7, 2005
9:33 am
6355
On Sat, 05 Feb 2005 17:30:06 -0000, ramprasad_i82 ... Well one cant survive in the UNIX/linux programming world without basic knowldege of awk/gred/sed. The...
Amit Mehrotra
amit_meh
Offline Send Email
Feb 7, 2005
9:36 am
6356
... How about a C compiler written in Python? :-) See http://people.cs.uchicago.edu/~varmaa/mini_c/ Have fun, ===== Swaroop C H Blog: http://www.swaroopch.info...
Swaroop C H
g2swaroop
Offline Send Email
Feb 7, 2005
9:37 am
6357
... You may want to take a look at lua (http://www.lua.org). Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web:...
Ganesan Rajagopal
nasenagr
Offline Send Email
Feb 7, 2005
10:10 am
6358
... Try Lisp for a simple and regular syntax A GNU compiler at: http://clisp.sourceforge.net Pramod -- http://blogs.applibase.net/pramod When we write programs...
Pramod Biligiri
pramodbiligiri
Offline Send Email
Feb 7, 2005
11:08 am
6359
... That is dependant on hardware architecture. It is the hardware on which the instruction executes. If the hardware is backward compatible then it is...
Saifuddin
saif@...
Send Email
Feb 7, 2005
1:03 pm
6361
Sorry for letting that through. The OP normally posts on the job list, and I didn't realise that he posted on the programming list this time. Won't happen...
Atul Chitnis
linuxbangalo...
Offline Send Email
Feb 8, 2005
6:00 pm
6362
All, shell>>cat /dev/v4l/video0 > /dev/fb/0 generates the above error. The two devices exist in the rootfs. When I enable ioctl for overlay, Iam able to see...
prakash_kb@...
prakash_kb
Offline Send Email
Feb 10, 2005
10:19 am
6363
Hi, I've written this simple piece of code that uses STL strings in C++ (appears below). Now when I run GDB I get the following: 1. warning: Unable to find...
Hareesh Nagarajan
hareesh.nagarajan@...
Send Email
Feb 11, 2005
7:44 am
6364
Hi Ananth, ... Pass the sys_call_table as an argument to your module and handle it as an arg. Get the sys_call_table from the System.map for your kernel like...
A.R Karthick
a_r_karthic
Offline Send Email
Feb 13, 2005
8:10 am
6365
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
Feb 13, 2005
8:45 am
Messages 6335 - 6365 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