Sponsored Content
Full Discussion: Registration request.
Contact Us Forum Support Area for Unregistered Users & Account Problems Registration request. Post 302878612 by Scott on Saturday 7th of December 2013 09:46:22 AM
Old 12-07-2013
I've removed all country-based registration restrictions. The restriction is now based solely on IP address.

Please try to register again.
This User Gave Thanks to Scott For This Post:
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

How to delete registration please?

How do I delete my registration please? (1 Reply)
Discussion started by: amaitland
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Need help with forum registration

i can not register, please help me (1 Reply)
Discussion started by: friender@mail
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Problem with registration

When I'm trying to register it says that my e-mail adress )is banned by administrator. Why? Thanks PS The same problem occurs with other 2 adresses I have (1 Reply)
Discussion started by: Mihail
1 Replies

4. Solaris

Solaris 10 without registration

Hello people, I'm a private one and have no a support contract with Oracle, Sun Microsystems. And I want to test the Solaris10 U10 and play with no limit. I can use the Solaris 10 U10 without registration. Or must I obtain a contract to Sun for this test Thanks for the answer greeting ... (4 Replies)
Discussion started by: alkhatw
4 Replies

5. Shell Programming and Scripting

Character first registration

friends I have the following code that works perfect while read linea do largo=${#linea} echo "largo es///////////: $largo " if then echo "Longitud De Registro Invalida" echo " $linea > ERROR DE LONGITUD" >> ... (2 Replies)
Discussion started by: tricampeon81
2 Replies
getppriv(2)                                                        System Calls                                                        getppriv(2)

NAME
getppriv, setppriv - get or set a privilege set SYNOPSIS
#include <priv.h> int getppriv(priv_ptype_t which, priv_set_t *set); int setppriv(priv_op_t op, priv_ptype_t which, priv_set_t *set); DESCRIPTION
The getppriv() function returns the process privilege set specified by which in the set pointed to by set. The memory for set is allocated with priv_allocset() and freed with priv_freeset(). Both functions are documented on the priv_addset(3C) manual page. The setppriv() function sets or changes the process privilege set. The op argument specifies the operation and can be one of PRIV_OFF, PRIV_ON or PRIV_SET. The which argument specifies the name of the privilege set. The set argument specifies the set. If op is PRIV_OFF, the privileges in set are removed from the process privilege set specified by which. There are no restrictions on remov- ing privileges from process privileges sets, but the following apply: o Privileges removed from PRIV_PERMITTED are silently removed from PRIV_EFFECTIVE. o If privileges are removed from PRIV_LIMIT, they are not removed from the other sets until one of exec(2) functions has successfully completed. If op is PRIV_ON, the privileges in set are added to the process privilege set specified by which. The following operations are permitted: o Privileges in PRIV_PERMITTED can be added to PRIV_EFFECTIVE without restriction. o Privileges in PRIV_PERMITTED can be added to PRIV_INHERITABLE without restriction. o All operations that attempt to add privileges that are already present are permitted. If op is PRIV_SET, the privileges in set replace completely the process privilege set specified by which. PRIV_SET is implemented in terms of PRIV_OFF and PRIV_ON. The same restrictions apply. RETURN VALUES
Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error. ERRORS
The getppriv() and setppriv() functions will fail if: EINVAL The value of op or which is out of range. EFAULT The set argument points to an illegal address. The setppriv() function will fail if: EPERM The application attempted to add privileges to PRIV_LIMIT or PRIV_PERMITTED, or the application attempted to add privileges to PRIV_INHERITABLE or PRIV_EFFECTIVE which were not in PRIV_PERMITTED. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
priv_addset(3C), attributes(5), privileges(5) SunOS 5.10 10 Sep 2004 getppriv(2)
All times are GMT -4. The time now is 08:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy