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...
3374
suman
suman_karumuri
Aug 2, 2003 5:25 am
... Hi deends on wht u want to do. If u want to code i think affix is the best bet. or else use bluez iy comes with the installation. But i feel tht affix is...
3375
maheshsk17
Aug 4, 2003 4:03 am
hi, Description of problem: I am using the LINUX 9 and gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) I am some C codes and linked these code to form a ...
3376
rishikeshshetty
Aug 4, 2003 7:11 am
... u can use "ulimit -s" to change the stack size. but since u say that even after u use malloc u are getting a SEGV .... it seems that it may be a problem...
3377
Rama Krishna
rkmadamanchi
Aug 4, 2003 8:11 am
... Hi!.. Suman, ThankX For ur Help. actually I am having Affix stack. How to test that? What r the things I need? I want to test for any one of the profile. ...
3378
Shahnavaz Valayil
shahnavaz.valayil@...
Aug 4, 2003 8:12 am
... man ulimit. Hope that helps. cheers...
3379
shankar
linux4shankar
Aug 4, 2003 8:12 am
hello group, main() { while(1) fork(); } i wrote this program( i use telnet and connect to a RH9) server.... after i executed the program the server stopped ...
3380
Ameya Mitragotri
bondi_ameya
Aug 4, 2003 8:17 am
... Poor server!!!! Why not try this and see on a bash prompt.!! ... Basically what u did was fork bombing...!!creating unlimited Process..ur server ran outta...
3381
Anand Kumar Saha
anand.kumar@...
Aug 4, 2003 8:20 am
hi, ... if you trace what your program is doing, you will get the answer. note that your system has limited resources. saha...
3382
rishikeshshetty
Aug 4, 2003 8:23 am
... to make it more readable s/:/foo/g ... apparently this is a old trick (or whatever). which in bumped into about a month back. -rishi...
3383
Prasanna Harpanhalli
Prasanna.Harpanhalli@...
Aug 4, 2003 8:41 am
... beware !! do not try this on some production machine or machine with some serious work happening It will bring the machine on to its knees. works only on...
3384
Ameya Mitragotri
bondi_ameya
Aug 4, 2003 8:53 am
... Yeh thanks! I should have written that myself. ameya...
3385
nikhath khanam
khanamnikhatt@...
Aug 4, 2003 10:21 am
Hello all, I am a developer, recently working on TCL/TK. I am facing the following problems in my new project. 1> How do I capture the 'cancel39; or 'close39;...
3386
Ganesan R
nasenagr
Aug 4, 2003 11:30 am
... 1> How do I capture the 'cancel39; or 'close39; button viz. the 'x' button at ... Ah, it's a long time since I worked with Tk. I searched a bit. wm protocol ....
3387
rishikeshshetty
Aug 4, 2003 12:43 pm
... After those posts, the probability of ppl trying this cmd on a production system nearly doubled. ... -rishi...
3388
shankar
linux4shankar
Aug 4, 2003 2:16 pm
hello group, iam developing a file browser in linux using Qt... iam facing a problem. how do i display the file based on their extensions, and how do i know...
3389
Biju Chacko
Biju_Chacko
Aug 4, 2003 2:44 pm
... extensions are a kludge. avoid using them. ... read http://www.freedesktop.org/standards/shared-mime-info-spec/ -- b -- ... Biju 'botsie39; Chacko...
3390
Ashwin N
yodha8@...
Aug 4, 2003 6:11 pm
On Mon, 4 Aug 2003 13:47:50 +0530 "Ameya Mitragotri" ... [...] ... Isn't there anything in the kernel to prevent this from bringing down a system? Something...
3391
Kiran Kumar
immidi_kiran
Aug 5, 2003 3:19 am
... As far as I remember, there did seem a provision in the kernel for this - a limit on the number of processes a particular user can spawn. This is a piece ...
3392
suman
suman_karumuri
Aug 5, 2003 3:43 am
... Hi i tried using a fork bomb on my college server and somehow the sever didn't crash. Also there seems to be some a patch in the kernel where a process can...
3393
Arvind Kandhare
arvind.kan@...
Aug 5, 2003 3:57 am
... For detailed discussion/solutions on fork bombs in LKML refer .. http://marc.theaimsgroup.com/?l=linux-kernel&m=105769006202709&w=2 ... cheers .. Arvind...
3394
rishikeshshetty
Aug 5, 2003 5:55 am
... ulimit -u on my box gives. 16382 which is definately not 0xffffffff. -rishi...
3395
rishikeshshetty
Aug 5, 2003 6:01 am
... oom killer => mm/oom_kill.c also chk out this thread. there was some bug fixing in oom_kill. ...
3396
Kartik N
kartikn79
Aug 5, 2003 7:33 am
Hi all, The BLUG is one of the largest and most active LUGs in India with over 1000 members on its lists, large attendances at all the monthly meets and a host...
3397
brpreetham
Aug 6, 2003 4:49 am
Hai somebody please help me know how to capture IP packets (both IPv6 and IPv4) using netfilter. Regards Pritam...
3398
Hareesh Nagarajan
prodigy625@...
Aug 6, 2003 4:50 am
Hi: I am interested in developing a GUI for a certain software in Linux with the primary aim of porting it to Windows at a later point in time. I know the Qt...
3399
Ganesan R
nasenagr
Aug 6, 2003 5:20 am
... http://www.wxwindows.org/ Even better use it with a scripting language like Python - see http://wxpython.org/. Ganesan -- Ganesan R (rganesan at debian dot...
3400
Kenneth Gonsalves
kengon2233
Aug 6, 2003 6:34 am
... perl/tk - no need to even port it. write on linux and run on M$ or vice versa. You can get the M$ stuff from activestate kg...
3401
Biju Chacko
Biju_Chacko
Aug 6, 2003 7:28 am
... # man iptables -- ... Biju 'botsie39; Chacko biju_chacko at vsnl dot net http://www.symonds.net/~botsie Public Key available...
3402
gokul paravasthu
gokul_svuce
Aug 6, 2003 8:27 am
... programming with x can be horrible(quite tough for a beginner) ... thats best ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder -...