Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems i am unable to post any question Post 302690333 by anshaa on Wednesday 22nd of August 2012 11:18:43 PM
Old 08-23-2012
Data i am unable to post any question

hi
when ever i am trying to post any new thread i am getting the following error.

Code:
anshaa, you do not have permission to access this page. This could be due to one of several reasons:
  1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

 

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

how to post a question

I want to post a question about unix. How can I create a question? I can't see a button to "create a new thread", apart from the one I just clicked to write this one :confused: "Post Here to Contact Site Administrators and Moderators" thank you (1 Reply)
Discussion started by: alex31
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Unable to post

I am unable to post though I am a registered user. User id mspaper123 (1 Reply)
Discussion started by: New User
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How Do I post a question Or new tread

Please let me know how to post a new tread on tru64 Unix. BR, patabandi (1 Reply)
Discussion started by: patabandi
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Unable to post new threads

:confused:Hello, Could you please let me know why I'm unable to post new threads. What needs to be done from my side to get this activated. Awaiting reply. Thanks, ... (0 Replies)
Discussion started by: tjmn23
0 Replies

5. Forum Support Area for Unregistered Users & Account Problems

unable to post thread

Hello, I'd like to post a aix thread but I'm unable to. Please let me know why this is happening. Thanks.... (1 Reply)
Discussion started by: sullivjp
1 Replies

6. Shell Programming and Scripting

Unable to view my post submitted 4 days ago

Hi Moderator, I am not able to view my post Shell Programming and Scripting - The UNIX and Linux Forums 7 Hours Ago by scottn · Go to last post · 2, 43. Encryption of card number ( Multi-page thread 1 2). mad_man12. 8 Hours Ago by Corona688 · Go to last post ... Please Advice (1 Reply)
Discussion started by: mad_man12
1 Replies

7. Red Hat

Unable to login .Basic question

hi Guys , I m completely new to this environment. I m working in linux gnu operating type. I have root user access to this machine and i have created a user named scott using useradd command then set its password using passwd command. Now my problem is i m not able to loggin using this new... (4 Replies)
Discussion started by: pinga123
4 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Unable to post message

I am unable to post reply to a thread. Whenever I will reply to any post I get the message every time : The message you have entered is too short. Please lengthen your message to at least 5 characters. Even though length of the message is more than required (1 Reply)
Discussion started by: Unregistered
1 Replies

9. Forum Support Area for Unregistered Users & Account Problems

Unable to post or reply thread after login

I am unable to post reply to a thread. Whenever I will reply to any post I get the message every time : The message you have entered is too short. Please lengthen your message to at least 5 characters. Even though length of the message is more than required. for example I tried to post ... (3 Replies)
Discussion started by: Unregistered
3 Replies

10. Post Here to Contact Site Administrators and Moderators

How to post question?

Hi I am new here, i want to post a question. Please let me know how to post. (1 Reply)
Discussion started by: Arun Shukla
1 Replies
sigqueue(2)							System Calls Manual						       sigqueue(2)

NAME
sigqueue() - queue a signal to a process SYNOPSIS
DESCRIPTION
The system call causes the signal specified by signo to be sent with the value specified by value to the process specified by pid. If signo is zero (the null signal), error checking is performed but no signal is actually sent. The null signal can be used to check the validity of pid. The conditions required for a process to have permission to queue a signal to another process are the same as for the system call. The system call returns immediately. If is set for signo at the receiving process (see sigqueue(2)) and if resources are available to queue the signal, the signal will be queued and sent to the receiving process. When the signal is delivered or accepted, the field si_value of the siginfo parameter (see signal(5)) will be set to value. If is not set for signo, then signo, but not necessarily value, will be sent at least once to the receiving process. If the value of pid causes signo to be generated for the sending process, and if signo is not blocked, either signo or at least one pending unblocked signal will be delivered to the sending process before the system call returns. Should any of multiple pending signals in the range to be selected for delivery or acceptance, it will be the lowest numbered one. The selection order between realtime and non-realtime signals, or between multiple pending non-realtime signals, is unspecified. Application Usage Threads Considerations can be used to post signals to another process but can not be used to post signals to a specific thread in another process. If the value of pid causes signo to be generated for the sending process, and if signo is not blocked for the calling thread and if no other thread has signo unblocked or is waiting in a function for signo, either signo or at least one pending unblocked signal will be delivered to the calling thread before the function returns. LWP Considerations Signals can not be posted to specific Lightweight Processes (LWPs) in another process. Security Restrictions Some or all of the actions associated with this system call are subject to compartmental restrictions. See compartments(5) for more infor- mation about compartmentalization on systems that support that feature. Compartmental restrictions can be overridden if the process pos- sesses the privilege (COMMALLOWED). Processes owned by the superuser may not have this privilege. Processes owned by any user may have this privilege, depending on system configuration. Some or all of the actions associated with this system call require one or more privileges. Processes owned by the superuser have many, though not all, privileges. Processes owned by other users may have privilege(s), depending on system configuration. See privileges(5) for more information about privileged access on systems that support fine-grained privileges. RETURN VALUE
Upon successful completion, the specified signal will be queued, and the function returns a value of (zero). Otherwise, a value of is returned, and is set to indicate the error. ERRORS
fails and no signal is sent if any of the following conditions occur: No resources are available to queue the signal. The process has already queued signals that are still pending at the receiver(s), or a systemwide resource limit has been exceeded. The value of the signo argument is an invalid or unsupported signal number. The process does not have the appropriate privilege to send the signal to the receiving process. The process pid does not exist. SEE ALSO
kill(2), sysconf(2), privileges(5), signal(5). sigqueue(2)
All times are GMT -4. The time now is 07:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy