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!

Search results for query: *

  • Users: Helmsley
  • Content: Threads
  • Order by date
  1. Helmsley

    Creating a new service in linux enterprise

    Hi, I've developed a java application which i would like to enable as a linux service. so when i execute the command "service <my_application> start", it will be started as a service. I understand that I have to have a perl script in /etc/rc.d/init.d to do that, which I have already written...
  2. Helmsley

    setting virtual ips on a single network card

    Hi, I have a question regarding virtual ips. I'm running Linux enterprise version and I need to set up 2 different virtual ips on my server, which has a ethernet card with 4 ports (eth0-eth3). To make it clearer, my server has an ip address of 10.10.10.15. The 2 virtual ips that i need has to...
  3. Helmsley

    idebug problem

    Hi, i am currently using idebug on AIX 5.3 and when i am debugging some program, i found that the program cannot be loaded when i run idebug. The program is forever loading and it never completes. Any idea what is causing the problem? there are no error messages to indicate anything. Thanks.
  4. Helmsley

    offset in the .loader section header too large

    Hi, wonder whether anyone of u guys have encountered this problem before when running a software application? exec() : 0509-036 Cannot load program <my_program_name> because of the following errors : 0509-120 An offset in the .loader section header is too large 0509-193...
  5. Helmsley

    &quot;Other&quot; column in AIX tprof

    Hi, i am running tprof on my program on AIX 5.2. The tprof file that is generated has a last column named "Other". What does that column signify? Usually for all processes, thatcolumn will have values of 0 in it. But recently, there are non-zero values in that column. Does that indicate that...
  6. Helmsley

    Illegal instruction when executing gprof

    Hi, i am currently using AIX 5.2 and wanted to profile a C++ program using gprof tool. I compiled and link the program with the appropriate flags, but when i execute the tprof command on the gmon file, it returns a "illegal instruction" error and no prof file is produced. Any idea what can be...
  7. Helmsley

    tprof cannot profile shared libraries?

    Hi, when I run tprof,the profile report generated under shared libraries profiling section state there is an uniknown binary error. I've already enabled shared library profiling using the "-s" flag and the shared libraries in question are world-readable. What can be the problem i have...
  8. Helmsley

    Defining arguments in subroutines

    I am doing a software change for an existing module and am facing problems with defining arguments for a subroutine. To make my problem clearer, this is a sample of the original code -------------------------------------------- Subroutine Packing(element,message, length) Integer*2 element(*)...

Part and Inventory Search

Back
Top