01-21-2009
user names being rejected during registration
To Whom It May Concern,
I've tried registering, and am unable to do so. The message being returned is that my name choices are being rejected for not meeting some administrator criteria, which is not discernible from the message returned by the board software.
The password I chose was all alphanumeric and 15 characters in length, so I don't see any problem there. I tried several different user names, and some obscure enough that I believe at least one of them wouldn't be in use.
Regards,
Robert
10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi All
I am being trained in unix and am tryin to write a script for listing the user Processes by user's names exactly the following manner WITHOUT USING A TEMPORARY FILE or SED OR AWK! The format of the output I want is:
James Hallan
PID TTY TIME CMD
31799 pts/3 00:00:00 vim
31866... (1 Reply)
Discussion started by: kartikkumar84@g
1 Replies
2. UNIX for Dummies Questions & Answers
Hi All
I am being trained in unix and am tryin to write a script for listing the user Processes by user's names exactly the following manner WITHOUT USING A TEMPORARY FILE or SED OR AWK! The format of the output I want is:
Code:
James Hallan
PID TTY TIME CMD
31799 pts/3 00:00:00 vim ... (2 Replies)
Discussion started by: kartikkumar84@g
2 Replies
3. UNIX for Advanced & Expert Users
hello,
i want to implements user quotas. the problem is that all of our user names are integer numbers, like 8510453.
so when i set quota for a user (e.g. 8510453), it wont be set for that user name instead it will be set for exactly this: #8510453 (this is what webmin report shows).
i have... (5 Replies)
Discussion started by: mrhosseini
5 Replies
4. Forum Support Area for Unregistered Users & Account Problems
There was a problem with the site servicing our spam address checking. As a result all registrations were being rejected. If you have encountered this problem please try again and you should be permitted to join. (0 Replies)
Discussion started by: reborg
0 Replies
5. UNIX Desktop Questions & Answers
I have two Solaris 10 systems, A and B, both of which share home directories via NFS (served from a 3rd, Linux, machine). User names, uids, and home directories are identical when the same user has accounts on both Solaris 10 machines.
When I run ssh -X user@A from my home machine, I can easily... (0 Replies)
Discussion started by: WolfyPDX
0 Replies
6. Shell Programming and Scripting
Hi am just trying to FTP am while doing so am getting the "KERBEROS_V4 rejected as an authentication type" error.Please let me know what should be done to avoid this error.
The code is
#!/bin/ksh -x
#
# Get new files only ftp
#
source="source.com"
basedir="/home/xyz/"... (0 Replies)
Discussion started by: weknowd
0 Replies
7. Cybersecurity
Hey everyone. I was at my local star bucks, which has open free wifi. And I (against my better judgement) deceided to check my school email. I was using their wifi network. when I went to go login, I was presented with the safari prompt "Can not Verify Server identity". I clicked 'details' and... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies
8. Forum Support Area for Unregistered Users & Account Problems
Unix Admin
Registration process refused two user names.
I may have already registered here and
it's kicking me out because of email address but
giving me username msg.
What's the solution to this?
Thanks (0 Replies)
Discussion started by: Unregistered
0 Replies
9. Forum Support Area for Unregistered Users & Account Problems
Hello Moderators,
Greetings !!
This is regarding my friend to whom I refered this forum to learn UNIX. User didn't receieved any registration email yet, could you please help user. Will be grateful to you on same.
Login name: Gurvinder_Kaur
NOTE: User doesn't have enough bits for... (0 Replies)
Discussion started by: RavinderSingh13
0 Replies
10. IP Networking
Ggod evening.
I need your help please, in a Production system there is a process that download a xls file from an URL which is IMF(International Monetary Fund) and afterwards to be loaded into a databse table.
When testing conectivity from a unix server to IMF seems to work but when editing it... (9 Replies)
Discussion started by: alexcol
9 Replies
LEARN ABOUT DEBIAN
notify
NOTIFY(8) System Manager's Manual NOTIFY(8)
NAME
notify - HylaFAX user notification script
SYNOPSIS
/var/spool/hylafax/bin/notify qfile why jobtime [ nextTry ]
DESCRIPTION
bin/notify is the command script invoked by the facsimile server to notify a user about the status of an outbound job. The default notifi-
cation script sends the user electronic mail describing the event or action. The arguments are:
qfile the pathname of the job description file.
why a string that specifies why the user is being notified; one of:
Why Notes Meaning
done 1 job was completed successfully
failed 12 job was not completed
rejected 1 job was rejected for specified reasons
requeued 2 job was not completed, but was requeued for retry
removed 1 job was deleted from the queue
killed 1 job was deleted from the queue
timedout 1 job could not be sent before kill time expired
format_failed 1 document conversion failed
no_formatter 1 the document conversion program was not found
poll_rejected 12 a polling request was rejected by the remote side
poll_no_document 12 a polling request failed because nothing was available
poll_failed 12 a polling request failed for an unknown reason
blocked 3 job is blocked by concurrent jobs
1 A final job state
2 A transcript of the failed communication is returned to the sender.
3 No emails are sent for the block state, the job has been neither requeued nor done, but remains waiting in the queue for the
ability to be sent.
jobtime the total transmission time of a successful job or the connect time of a failed request (passed as a string).
nextTry the time (passed as a string) at which the next attempt will be made to complete the job. This parameter is passed only if why
is ``requeued''.
NOTES
The behavior of notify is intended to be customizable via the etc/FaxNotify script, if present. FaxNotify is sourced after the q-file is
parsed and all default values are preset. Useful settings for FaxNotify are:
WHY is identical to why mentioned above and can be useful in determining under what conditions various settings should take effect. For
example,
if [ "$WHY" != "done" ]; then
RETURNFILETYPE=pdf;
fi
This would only set RETURNFILETYPE when the job did not complete successfully.
RETURNFILETYPE
can be set to ``tif'', ``pdf'', ``ps'', or ``original''. If set, this causes notify to return a copy of the submitted documents to
the SENDER address along with the notification message. The ``original'' setting uses the format type that was used in the submis-
sion. Multiple values may be specified by separating them with whitespace. In that case a separate attachment is created for each
filetype.
TEMPLATE
the template subdirectory to use when sending e-mails. HylaFAX ships with a base set of templates, and some direct translations.
To use the German translated templates, set TEMPLATE=de in FaxNotify. This is relative to the base template directory.
NOTIFY_FAXMASTER
is used to deliver a notification message to TOADDR (which defaults to ``FaxMaster'') that contains technical information about the
job. This is useful in allowing the administrator to be aware of any problems before those problems are reported by the users.
Possible settings are ``yes'', ``always'', ``no'', ``never'', and ``errors''. If ``errors'' is used then the notification message
is only sent to FaxMaster when the job experienced an error. The default is ``no''.
The settings of the user in $notify (read from the sendq job file) controls whether the user will get the notification email. If you want
to force notification emails, irregardless of the users selection, or force a blocked notification (which is not sent by default), you can
set
notify="always"
which will force the notify script to send the email.
FILES
/var/spool/hylafax spooling area
/usr/lib/sendmail for delivering mail
SEE ALSO
faxq(8), hylafax-server(5), sendq(5)
May 8, 1996 NOTIFY(8)