sorry to bug you..
Actually, I am having an issue using it in the script, it's not working
Here is the scenario,
Script1 calls Script2 which implements process1
and after a certain time I kill process1 from script1
when I execute the script I get
<Path>/Script2[23]: 888842 Killed
where...
you are the man. Wow that was awesome.
Thanks a lot.
Though I actually wanted this in a shell script, I have the habit of making sure it runs in shell first.
so, if I have to do the same in a shell script, everything else without the set +m should be fine, correct?
and everything seemed to...
looks like thats not working either
here is what I am doing
sleep 300 &
ps -ef | grep sleep # ( and catch the pid here )
trap "echo okay i quit; exit 0" 15
kill <pid>
and just hit enter at the command prompt & I see
[1] + Terminated sleep 300 &
AM I doing something wrong?
Thanks for your response Annihilannic,
Unfortuanately I don't have bash installed/avaiable.
if I do normal kill (signal 15) in korn like you suggested I get Terminated message in place of killed.
kill <PID> gives : [1] + Terminated <Process Info>
kill -9 <PID> gives : [1] + Killed...
How do I suppress the Killed message in korn shell?
When I ever I kill a process I see the Killed message in the next command output.
If it is a script I am seeing it right out when I execute it.
Is there a way to suppress the message?
Thanks
Thankyou all for the responses,
linney,
I have visited the links but I can't correlate my issue with any of those. They all seem to have issues with mic itself. Mine works perfectly with any chat/yahoo/skype sessions.
Geates, I haven't tried your thought, however, I don;t think it is really...
I know what you mean.
unfortunately I don't even see that option with sigmatel driver. it's there in my other computer but this one.
All I see under microphone is Advanced button, which has microphone boost option, not mute/unmute.
Hi Friends,
please help me resolve my microphone issues, I am not able hear what I speak into microphone on D630. I can do this with out any issues on a thinkpad. is that a sigmatel issue?
Thinkpad has soundmax drivers which works sweet, but D630 sigmtel doesn't work.
Am I missing something...
I am having the same issue in XP Pro.
Does any one know a solution for this?
is this a bug in winXP Pro SP3 update?
Ever since SP3 got into my PC I am seeing this issue.
Thanks
Thankyou p5Wizard.
I did the conversion yesterday using sed.
But your code definitely helps to learn something new. I really liked it. Sweet...
Thanks again.
is there any way to do the following using getopts in korn shell ?
myscript.ksh -input inputfilename -ouput outfilename
instead of
myscript.ksh -i inputfilename -o outfilename
where inputfilename and outfilename are the real filename and the rest are flags except the scriptname.
The above...
is there any way to do the following using getopts in korn shell ?
myscript.ksh -input inputfilename -ouput outfilename
instead of
myscript.ksh -i inputfilename -o outfilename
where inputfilename and outfilename are the real filename and the rest are flags except the scriptname.
The above...
Hi Guys,
Are you aware of any way of determining what DPC levels are being used by which program in windows XP SP2.
For example, if you watch the process explorer or task manager you see something similar to....
Process PID CPU StartTIme
DPCs n/a 10.00 n/a
how do we determine what...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.