Re: [ilugd]: (No Subject)

2002-10-10 Thread Chandrakumar Muthaiah
Krishna Rao wrote: >Dear gurus, >I want to make an executable script that will run a windowmanager and the gnome >panel. when i put it as >exec /usr/X11R6/bin/sawfish > put an & at the end of the line /usr/X11R6/bin/sawfish like this /usr/X11R6/bin/sawfish & >exec /usr/bin/gnome-panel >the s

[ilugd]: (No Subject)

2002-10-09 Thread Krishna Rao
Dear gurus, I want to make an executable script that will run a windowmanager and the gnome panel. when i put it as exec /usr/X11R6/bin/sawfish exec /usr/bin/gnome-panel the second exec did not get executed. what do i do? Thanks in advance. Krishna Rao __

[ilugd]: (No Subject)

2002-09-19 Thread Krishna Rao
Hi! I have recently changed from Mandrake8.1 to RedHat7.2. My sound card is Fortemedia Xwave (fm801c). This is automatically configured during the mandrake install as it was using ALSA. Sndconfig doesn't have the driver for this. I tried to install the ALSA driver after installing the kernel so

Re: [ilugd]: No Subject [ background process thru wevb script]

2002-01-22 Thread Manish K Arya
reate one more instance to the same program in memory overloading your >> > >system. >> > > >> > >So, I think this is a bad idea to create background processes using a web >> > >server. >> > > >> > >Can we know

Re: [ilugd]: (No Subject)

2002-01-22 Thread Manish K Arya
reate one more instance to the same program in memory overloading your >> > >system. >> > > >> > >So, I think this is a bad idea to create background processes using a web >> > >server. >> > > >> > >Can we know

Re: [ilugd]: (No Subject)

2002-01-21 Thread Sandip Bhattacharya
d processes using a web > > >server. > > > > > >Can we know what exactly is the motive, we may be able to suggest some > > >better way. > > > > > >Kapil Sethi > > >System Administrator > > >BharatConnect Ltd. > > >Ph: 01

Re: [ilugd]: (No Subject)

2002-01-21 Thread Rajat Bhatia
>To: "general linux" <[EMAIL PROTECTED]>; "linux programmers" ><[EMAIL PROTECTED]> >Sent: Tuesday, January 22, 2002 11:03 AM >Subject: [ilugd]: (No Subject) > > >> hi >>    i was trying to run a program in background thru cgi and php. >>

Re: [ilugd]: (No Subject)

2002-01-21 Thread Manish K Arya
l Message - >From: "Manish K Arya" <[EMAIL PROTECTED]> >To: "general linux" <[EMAIL PROTECTED]>; "linux programmers" ><[EMAIL PROTECTED]> >Sent: Tuesday, January 22, 2002 11:03 AM >Subject: [ilugd]: (No Subject) > > >>

[ilugd]: (No Subject)

2002-01-21 Thread Manish K Arya
hi i was trying to run a program in background thru cgi and php. i have written a shell script to intialize the C program that i want to run in background like #/bin/bash program& and now i try to run this shell script thru C cgi using system() in C cgi and exec() in php. program gets start