Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lawsoncs

    Lightweight processes

    Here you go: UID PID PPID LWP NLWP CLS PRI STIME TTY LTIME COMD slawson 9794 1 1 7 TS 70 13:32:43 pts/2 0:00 ./my_process slawson 9794 1 2 7 TS 80 13:32:43 pts/2 0:00 ./my_process slawson 9794 1 3 7 TS 80 13:32:43...
  2. lawsoncs

    Lightweight processes

    When I use ps -efL, all my 9 threads have the same pid, but different thread (or LWP) id #'s. Not at work right now, but I'll post it when I get there later if you would like to see. Thanks.
  3. lawsoncs

    Lightweight processes

    Actually, saying THREAD instead of LWP would make more sense. I want to stop a thread (ID #3 when using ps -efL) of my process with a pid of 2236. Thanks!
  4. lawsoncs

    Lightweight processes

    Hello, I have a daemon with 6 lightweight processes, and I want to just kill lightweight process #3. Is there any form of UNIX commands that we can use to kill this specific lighweight process?? Thanks for your help!!
  5. lawsoncs

    commands to kill a specific thread??

    Hello all, I am currently trying to find a way to use simple UNIX commands to kill a specific lighweight process(LWP or thread) of a daemon I am running. For instance, from doing a "ps -efL", I am able to see which LWP I want to get rid of. It has a Thread (or LWP) Id # of 6. Does...
  6. lawsoncs

    assign my variables??

    Hello, I have a small file produced that reads teh following: Score: 192, lines:30 'display.doc /home/kgo11/docroot/' and it has multiple lines liek this. I have set up my perl script to read teh file line by lise using while ( $line = <FILE> ) { ($Score, $Lines, $File, $Dir) = /Score...
  7. lawsoncs

    Anyone used Source Navigator 5??

    Hello, I am trying to use Red Hat's Source Navigator 5 for some MIL-STD assembly code. However, when I try to build my parser, I get the following errors symbols (and, yes, ALL of the libraries are available): kgserv1% make TARGET=1750a /opt/bin/gcc -o abrowser abrowser.o -L../../../../sdk/lib...
  8. lawsoncs

    who owns nohup?

    Hi all. Just wondeing something. Who has ownership of the nohup command? Is it root or otherwise?? Thansk a BUNCH!!!
  9. lawsoncs

    Dumb mail question

    Hi all! I know this may be stupid, but I've never used mail before. I wrote a program to schedule another program to run on any date and time. After my scheduled program completes, I would like to mail the user a message to tell the person that it is complete. How can I do this using the mail...
  10. lawsoncs

    No Trust from the Sun!!!!

    That's been done too. I just noticed something else.When I just rlogin to the Sun, it asks for a password. But, before it asks for the password, it outputs &quot;User Signal 1&quot;. Any ideas??
  11. lawsoncs

    No Trust from the Sun!!!!

    O.K., tuka, yes I do have the hostname and username in the .rhosts file (sorry I didn't mention that before, but Thanks a bunch!!) and it wouldn't work. lfoata, I need any user (we have about 30 in teh department) to be able to enter without a password. Do I need to put all of them in?? Also...
  12. lawsoncs

    No Trust from the Sun!!!!

    O.K., here's the scenario. I am executing my local program on a HP-UX system. However, in this program, we need to run some programs on a remote Solaris system using &quot;remsh -l username hostname command&quot; without entering a password. We have the usernames in the .rhosts files on the...
  13. lawsoncs

    NO Passwords??

    HI, I was wondering if anyone knew how I could skip the password entering when I'm doing a rsh command. How can we do it using the .rhosts file. we need this to speed up some processes at work. Thanks a BUNCH!!!!!:)
  14. lawsoncs

    rsh help??

    HI all!! Okay, I am using Solaris CDE and trying to communicate to a remote host containing another one of my accounts that has this Solaris in the .rhosts file. Since Iam at work in a secure network, I have to use it's IP address. Anyway, here's my command: rsh -l myusername 20.7.130.128 label...
  15. lawsoncs

    Telnet options.....

    Thanks, Ken. However, I need to execute the command only when someone is logging into the computer while running my remote program. Can something be done in the profile with a conditional statement to make sure it's just MY program?? Thanks again for your help!!
  16. lawsoncs

    Telnet options.....

    O.K., I'm a programmer who just started last month and I need to know if Telnet has an option to execute a command after it is logged in. Anyone who could help wil be appreciated.

Part and Inventory Search

Back
Top