Sponsored Content
Operating Systems Solaris <sys/ptrace.h> missing in Solaris 10 Post 302554068 by Corona688 on Friday 9th of September 2011 06:38:27 PM
Old 09-09-2011
Hauling over headers from somewhere else doesn't make things that don't exist, exist. Headers just assert that such and such functions exist -- they don't actually define them.

ptrace.h is gone because it no longer works, not vice-versa. Rewrite the code using the new /proc/ interface.

Last edited by Corona688; 09-09-2011 at 07:44 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 8 - SUNWcsr cluster missing/corrupt ?

Hi all I'm currently trying to install OpenSSH on a number of servers and for the most part succeeding. Unfortunately one of the Sun V880 servers is complaining when I try to install the /dev/random (entropy) patch (112438-01) needed for the SSH keys. Error below.... (ignore 'the patch has... (3 Replies)
Discussion started by: Brett
3 Replies

2. UNIX for Dummies Questions & Answers

Solaris 10 sys-unconfig issue (brand new user)

ok, Newbie here..... I just installed this solaris 10 for a class I'm taking. We couldn't figure out how to change the IP so we were told to just do it from the sys-uncofig process. Well, after I did that, I lost the GUI witch isn't all that bad cuz I want to learn the cli anyways, but I keep... (1 Reply)
Discussion started by: moesays
1 Replies

3. Solaris

Solaris 10 Minimum Sys Requirement

HI all, What the minimum & recommended system requirement for Rhel Linux to get install on it??:( Plz reply ASAp (0 Replies)
Discussion started by: saurabh84g
0 Replies

4. Solaris

pkgadd missing on Solaris 11

Hi, This is not a question thread, but rather a solution to an issue I have encountered on Solaris 11. It turns out that pkgadd is not available by default on Solaris 11. The solution is to install it with: pkg install SUNWpkgcmdsI hope this will save people some time. Cheers, ... (4 Replies)
Discussion started by: JVerstry
4 Replies

5. UNIX for Dummies Questions & Answers

Solaris 10 missing static_routes file

Hi, I have a solaris 10 system ( confirmed by the /etc/releases file and uname -a ). But, I have no /etc/inet/static_routes file and if I try to add a persistent route with route -p add then it tells me that -p isn't a valid option. Can anybody tell me why my Sol10 system isn't acting like... (0 Replies)
Discussion started by: Donkey25
0 Replies

6. Solaris

Solaris 10 missing /cdrom/cdrom0/

Good day everyone, I am trying to install some new senmail patch on my Solaris 10 system. I know the cdrom for my CP3260 blade servers in my rack worked for the last patches installed. However, when I went to copy from the .tar file from the cdrom to the /tmp. I received an error cannot... (2 Replies)
Discussion started by: cookiecrumbs
2 Replies

7. Solaris

Solaris 10 Installation - Disks missing, and Raid

Hey everyone. First, let me start by saying I'm primarily focused on linux boxes, and just happened to get pulled into building two T5220's. I'm not super educated on sun boxes. Both T5220's have 8 146GB 15k SAS drives. Inside the service processor, I can run SHOW /SYS/HDD{0-7} and they all come... (2 Replies)
Discussion started by: msarro
2 Replies

8. Shell Programming and Scripting

Move all files except sys date (today) files in Solaris 10

I want to move all files from one directory to another directory excluding today (sysdate files) on daily basis. file name is in pattern file_2013031801, file_2013031802 etc (2 Replies)
Discussion started by: khattak
2 Replies

9. Programming

Interactive Python 3.5+ sys.stdout.write() AND sys.stderr.write() bug?

(Apologies for any typos.) OSX 10.12.3 AND Windows 10. This is for the serious Python experts on at least 3.5.x and above... In script format sys.stdout.write() AND sys.stderr.write() seems to work correctly. Have I found a serious bug in the interactive sys.stdout.write() AND... (2 Replies)
Discussion started by: wisecracker
2 Replies

10. Solaris

Ksyms missing in Solaris

Hi, On solaris-10 server, this file is missing, which is causing another issue. Can somebody guide, how to fix this ? This is tough server to take downtime, uptime of 3 years. I am thinking, is there anything, which I can do without reconfiguration reboot. devfsadm didn't helped bash-3.2# ls -l... (2 Replies)
Discussion started by: solaris_1977
2 Replies
Status Codes(3) 						 globus rls client						   Status Codes(3)

NAME
Status Codes - Defines #define GLOBUS_RLS_SUCCESS 0 #define GLOBUS_RLS_GLOBUSERR 1 #define GLOBUS_RLS_INVHANDLE 2 #define GLOBUS_RLS_BADURL 3 #define GLOBUS_RLS_NOMEMORY 4 #define GLOBUS_RLS_OVERFLOW 5 #define GLOBUS_RLS_BADARG 6 #define GLOBUS_RLS_PERM 7 #define GLOBUS_RLS_BADMETHOD 8 #define GLOBUS_RLS_INVSERVER 9 #define GLOBUS_RLS_MAPPING_NEXIST 10 #define GLOBUS_RLS_LFN_EXIST 11 #define GLOBUS_RLS_LFN_NEXIST 12 #define GLOBUS_RLS_PFN_EXIST 13 #define GLOBUS_RLS_PFN_NEXIST 14 #define GLOBUS_RLS_LRC_EXIST 15 #define GLOBUS_RLS_LRC_NEXIST 16 #define GLOBUS_RLS_DBERROR 17 #define GLOBUS_RLS_RLI_EXIST 18 #define GLOBUS_RLS_RLI_NEXIST 19 #define GLOBUS_RLS_MAPPING_EXIST 20 #define GLOBUS_RLS_INV_ATTR_TYPE 21 #define GLOBUS_RLS_ATTR_EXIST 22 #define GLOBUS_RLS_ATTR_NEXIST 23 #define GLOBUS_RLS_INV_OBJ_TYPE 24 #define GLOBUS_RLS_INV_ATTR_OP 25 #define GLOBUS_RLS_UNSUPPORTED 26 #define GLOBUS_RLS_TIMEOUT 27 #define GLOBUS_RLS_TOO_MANY_CONNECTIONS 28 #define GLOBUS_RLS_ATTR_VALUE_NEXIST 29 #define GLOBUS_RLS_ATTR_INUSE 30 Detailed Description All of the functions in the API that return status return it in a globus_result_t structure. Prior to version 2.0.0 an integer status was returned. The globus_result_t structure includes an integer 'type' which is set to one of the status codes defined below (the same values that were returned by earlier versions of the API). The function globus_rls_client_error_info() may be used to extract the status code and/or error message from a globus_result_t. GLOBUS_SUCCESS is returned when the operation was successful. Define Documentation #define GLOBUS_RLS_SUCCESS 0 Operation succeeded. #define GLOBUS_RLS_GLOBUSERR 1 An error was returned by the Globus I/O module. #define GLOBUS_RLS_INVHANDLE 2 The globus_rls_handle_t handle is invalid. #define GLOBUS_RLS_BADURL 3 The URL could not be parsed. #define GLOBUS_RLS_NOMEMORY 4 Out of memory. #define GLOBUS_RLS_OVERFLOW 5 A result was too large to fit in buffer. #define GLOBUS_RLS_BADARG 6 Bad argument (eg NULL where string pointer expected). #define GLOBUS_RLS_PERM 7 Client does not have permission for requested action. #define GLOBUS_RLS_BADMETHOD 8 RPC error, invalid method name sent to server. #define GLOBUS_RLS_INVSERVER 9 LRC request made to RLI server or vice versa. #define GLOBUS_RLS_MAPPING_NEXIST 10 LFN,PFN (LRC) or LFN,LRC (RLI) mapping doesn't exist. #define GLOBUS_RLS_LFN_EXIST 11 LFN already exists in LRC or RLI database. #define GLOBUS_RLS_LFN_NEXIST 12 LFN doesn't exist in LRC or RLI database. #define GLOBUS_RLS_PFN_EXIST 13 PFN already exists in LRC database. #define GLOBUS_RLS_PFN_NEXIST 14 PFN doesn't exist in LRC database. #define GLOBUS_RLS_LRC_EXIST 15 LRC already exists in LRC or RLI database. #define GLOBUS_RLS_LRC_NEXIST 16 LRC doesn't exist in RLI database. #define GLOBUS_RLS_DBERROR 17 Database error. #define GLOBUS_RLS_RLI_EXIST 18 RLI already exists in LRC database. #define GLOBUS_RLS_RLI_NEXIST 19 RLI doesn't exist in LRC. #define GLOBUS_RLS_MAPPING_EXIST 20 LFN,PFN (LRC) or LFN,LRC (RLI) mapping already exists. #define GLOBUS_RLS_INV_ATTR_TYPE 21 Invalid attribute type, see globus_rls_attr_type_t. #define GLOBUS_RLS_ATTR_EXIST 22 Attribute already exists. #define GLOBUS_RLS_ATTR_NEXIST 23 Attribute doesn't exist. #define GLOBUS_RLS_INV_OBJ_TYPE 24 Invalid object type, see globus_rls_obj_type_t. #define GLOBUS_RLS_INV_ATTR_OP 25 Invalid attribute search operator, see globus_rls_attr_op_t. #define GLOBUS_RLS_UNSUPPORTED 26 Operation is unsupported. #define GLOBUS_RLS_TIMEOUT 27 IO timeout. #define GLOBUS_RLS_TOO_MANY_CONNECTIONS 28 Too many connections. #define GLOBUS_RLS_ATTR_VALUE_NEXIST 29 Attribute with specified value not found. #define GLOBUS_RLS_ATTR_INUSE 30 Attribute in use by some object, can't be deleted. Author Generated automatically by Doxygen for globus rls client from the source code. Version 5.2 Wed Jan 25 2012 Status Codes(3)
All times are GMT -4. The time now is 11:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy