Sponsored Content
Full Discussion: Registered User
Contact Us Forum Support Area for Unregistered Users & Account Problems Registered User Post 62955 by Perderabo on Monday 21st of February 2005 05:23:17 PM
Old 02-21-2005
See this thread. Your account is in exactly the same state.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

clnttcp_create: RPC program not registered

s/o=SCO 5.05 openserver hi, i have a problem with a mount between 2 servers i can see the mounted files, but i canīt open it if the file is a *.dbf, if i try to a "dbf" file with fox for unix the error is (the system has reached the maximum number of blocks) mount -f NFS... (1 Reply)
Discussion started by: jav_v
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

registered, read everything and can't post?

I just registered for the first time on this forum a few minutes ago, gave my REAL and only e-mail, and now I can't post anything in HP-UX part of the forum??? I then read that I have to check my e-mail for some instructions for enableing me to post (despite the fact that it says that I'm logged in... (1 Reply)
Discussion started by: gophy
1 Replies

3. UNIX for Dummies Questions & Answers

telnet is not a registered protocol

I'm using firefox and I access a site which established a VPN connection to another site. There is a button which is supposed to log me into another system. When I click the button, I get an error window popup saying: telnet is not a registered protocol I do I register telnet as a protocol?... (1 Reply)
Discussion started by: lyonsd
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Hi..!! I've registered because of problem..

Hi..Guys...!!! I am new on yours site, but i hope you will like me....I`ll very glad to answer on all your question! I am From England Nice day is it today, but I have a question for all...In first , how i post message to PM...???Thank you very much!Mark. G..!! (1 Reply)
Discussion started by: poluroud20
1 Replies

5. Shell Programming and Scripting

Registered Symbol in Korn Shell script

When I am trying to write this symbol in shell script ( Ū ) I am getting a . ( dot ) instead , does anybody know how to fix it. Thanks. (1 Reply)
Discussion started by: jacki
1 Replies

6. Solaris

NOTICE: e1000g1/0 registered in messages

Please can anyone tell me what these messages I found in /var/adm/messages for six T2000 servers this morning? The systems are all operating okay, but I am wondering what it means (extract follows) Aug 27 00:07:11 t2000-06 mac: NOTICE: e1000g1/0 registered Aug 27 00:07:11 t2000-06 e1000g: ... (5 Replies)
Discussion started by: floydm
5 Replies

7. Solaris

List of only registered applications on solaris machine

Hi All, I am trying to fetch a list which will give only the registred applications installed on soalris box.I want to exclude rest evrything..like drivers,database related packages and the list should contains pure application related packages installed on solaruis machine. i am using... (0 Replies)
Discussion started by: omkar.jadhav
0 Replies

8. Proxy Server

Same title (almost) same IP address registered for two new users

I've noticed there are two threads:- https://www.unix.com/post-here-to-contact-site-administrators-and-moderators/250894-execute-shell-script-if-string-found-while-executing-then-exit.html#post302916404... (2 Replies)
Discussion started by: rbatte1
2 Replies

9. SuSE

How to know Suse servers are registered or not?

HI, i have some set of suse servers with different versions. How can i know from commandline that these systems are registred on suse to get updates. Rehards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies
THREAD-KEYRING(7)					     Linux Programmer's Manual						 THREAD-KEYRING(7)

NAME
thread-keyring - per-thread keyring DESCRIPTION
The thread keyring is a keyring used to anchor keys on behalf of a process. It is created only when a thread requests it. The thread keyring has the name (description) _tid. A special serial number value, KEY_SPEC_THREAD_KEYRING, is defined that can be used in lieu of the actual serial number of the calling thread's thread keyring. From the keyctl(1) utility, '@t' can be used instead of a numeric key ID in much the same way, but as keyctl(1) is a program run after forking, this is of no utility. Thread keyrings are not inherited across clone(2) and fork(2) and are cleared by execve(2). A thread keyring is destroyed when the thread that refers to it terminates. Initially, a thread does not have a thread keyring. If a thread doesn't have a thread keyring when it is accessed, then it will be created if it is to be modified; otherwise the operation fails with the error ENOKEY. SEE ALSO
keyctl(1), keyctl(3), keyrings(7), persistent-keyring(7), process-keyring(7), session-keyring(7), user-keyring(7), user-session-keyring(7) Linux 2017-03-13 THREAD-KEYRING(7)
All times are GMT -4. The time now is 05:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy