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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pitone

  1. Pitone

    semaphores on AIX with java

    Hello everybody, can somebody help me please and explain me how to avoid the persistence of semaphore on AIX after a java program has run? It seems that when I run a java program on AIX the semaphores created by it are not cleaned after the execution of the program. Regards, thanks in advance
  2. Pitone

    sftp scripts, help, can u write me how to copy files

    hi I need to know how to copy files between two sarvers (A and B) from another server C so from C I must create a script that moves a file from A server to B server. Let's assume the file is in the A server under /home/ciccio and the destination folder is on server B under /home/pluto who...
  3. Pitone

    Please have you a script to find and kill zombie processes?

    But one thing, If I want to get rid of parentless processes non linked to shell, by script? by crontab?
  4. Pitone

    Please have you a script to find and kill zombie processes?

    Thanks guys, now I understood
  5. Pitone

    Please have you a script to find and kill zombie processes?

    Here is an example, the process listed is not linked to any session anymore pintonf 442578 1 67 16:19:01 - 0:15 programnames How can I detect these processes? and kill them?
  6. Pitone

    Please have you a script to find and kill zombie processes?

    Thanks sirs, my question is.. I have such a situation.. when users close their session by clicking the "X" on the terminal, they don't kill all the processes forked by the shell, so I have "zombie" processes using cpu.. I need to recover their PID and kill them. regards
  7. Pitone

    Please have you a script to find and kill zombie processes?

    Hi everybody, have you please a script to suggest me how to find and kill zombie processes? Regards, thanks in advance
  8. Pitone

    How can I get the JDBC version installed?

    No I just need to know which version is installed. On my AIX I have a 1.3.1 java version. Is there a command to check the JDBC version installed? Thanks
  9. Pitone

    How can I get the JDBC version installed?

    Hi everybody, could someone help me finding the version that I have installed on my AIX? Thanks Fabio
  10. Pitone

    apostrophe

    please, can somebody help me in closing this statement with the apostrophe? createString = "SELECT EMAIL FROM PERSON where EMAIL='" + addr + "'"; if I print the string I read SELECT EMAIL FROM PERSON where EMAIL='goofy@goofy.it it seems the closing apostrophe is not read Thanks !
  11. Pitone

    javax.mail.MessagingException: Missing start boundary

    int count3 = mp.getCount(); Thanks again mate!
  12. Pitone

    javax.mail.MessagingException: Missing start boundary

    Can somebody please help me to find why I receive this errore back? The part of code in which it's generated it's the following: Object o = m.getContent(); if (o instanceof String) { int ptr,ptr1,ptr2; String addr=new String(); String...
  13. Pitone

    Unix system variables

    Can someone please help me to find the way to read system's variables (unix) from a java class?
  14. Pitone

    Getting return buffer from a shell script

    Sorry again , I need a variable returned from a shell script and not the return value (0, 1 ...) I mean my script returns me a string and I need to assign it to a variable in my class. Thanks again!
  15. Pitone

    Getting return buffer from a Unix shell script

    Hi guys, how ccan I get a return value from a shell script to assign it to a variable? Thanks!!!

Part and Inventory Search

Back
Top