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
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
__
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
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
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
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
>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.
>>
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)
>
>
>>
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